]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix testsuite/gdb.dwarf2/dw2-dos-drive.exp on ARM.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
93a360cc
OJ
12014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2
3 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4 bytes.
5
3772b53f
MR
62014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7
8 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
9
596662fa
OJ
102014-01-15 Omair Javaid <omair.javaid@linaro.org>
11
12 * lib/gdb.exp (supports_process_record): Return true for
13 arm*-linux*. (supports_reverse): Likewise.
14
b5b08fb4
SC
152014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16
17 PR python/15464
18 PR python/16113
19 * gdb.python/py-type.c: Enhance test case.
20 * gdb.python/py-value-cc.cc: Likewise
21 * gdb.python/py-type.exp: Add new tests.
22 * gdb.python/py-value-cc.exp: Likewise
23
52d7fb13
AA
242014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
25 Pedro Alves <palves@redhat.com>
26
27 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
28 Make "name" extern.
29 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
30 references to ${name}_start by references to ${name}.
31
a2cd8cfe
JB
322014-01-10 Joel Brobecker <brobecker@adacore.com>
33
34 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
35
4e23fced
JB
362014-01-10 Joel Brobecker <brobecker@adacore.com>
37
38 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
39
c6a9e42c
PA
402014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
41 Pedro Alves <palves@redhat.com>
42
43 * gdb.mi/mi-info-os.exp: Connect to the target with
44 mi_gdb_target_load.
45
b7ea362b
PA
462014-01-08 Pedro Alves <palves@redhat.com>
47
48 * gdb.threads/reconnect-signal.c: New file.
49 * gdb.threads/reconnect-signal.exp: New file.
50
5e3f4fab
EBM
512014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
52
53 * gdb.base/source-dir.exp: New file.
54
79301218
JB
552014-01-07 Joel Brobecker <brobecker@adacore.com>
56
57 * gdb.ada/mi_interface: New testcase.
58
8e355c5d
JB
592014-01-07 Joel Brobecker <brobecker@adacore.com>
60
61 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
62 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
63 gdb.ada/pp-rec-component/pck.ads: New files.
64
c0d48811
JB
652014-01-07 Joel Brobecker <brobecker@adacore.com>
66
67 * gdb.python/py-pp-integral.c: New file.
68 * gdb.python/py-pp-integral.py: New file.
69 * gdb.python/py-pp-integral.exp: New file.
70
4924df79
GKB
712013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
72
73 PR breakpoints/16297
74 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
75 (write_syscall): New variables.
76 (main): Create a pipe, write 1 byte in it, and read 1 byte from
77 it.
78 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
79 "write" and "read" syscalls.
80 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
81 numbers.
82
530e8392
KB
832013-12-19 Keven Boell <keven.boell@intel.com>
84
85 * gdb.fortran/module.exp: Completion matches fortran module
86 names as well. ptype/whatis on modules return a proper type.
87 Add new check for having the correct scope.
88
7f9b20bb
KB
892013-12-19 Keven Boell <keven.boell@intel.com>
90
91 * gdb.fortran/type.f90: New file.
92 * gdb.fortran/whatis_type.f90: New file.
93
2e0d821f
SDJ
942013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
95
96 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
97 (close_syscall, chroot_syscall, exit_group_syscall): New
98 variables.
99 * gdb.base/catch-syscall.exp: Replace gdb_compile by
100 prepare_for_testing. Call fill_all_syscalls_numbers before
101 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
102 gdb_load by clean_restart.
103 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
104 (check_info_bp_many_syscalls): Remove global gdb_prompt.
105 (check_call_to_syscall): Likewise. Add global decimal. Improve
106 testing regex.
107 (check_return_from_syscall): Likewise.
108 (check_continue, insert_catch_syscall_with_arg): Remove global
109 gdb_prompt.
110 (insert_catch_syscall_with_many_args): Likewise. Add global
111 decimal. Fix $filter_str. Improve testing regex.
112 (check_for_program_end): Remove global gdb_prompt.
113 (test_catch_syscall_without_args): Likewise. Add global decimal.
114 Improve testing regex.
115 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
116 (test_catch_syscall_with_wrong_args)
117 (test_catch_syscall_restarting_inferior)
118 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
119 (do_syscall_tests): Likewise. Remove global srcdir.
120 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
121 Add global last_syscall_number. Test for the exact syscall number
122 to be caught.
123 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
124 Add global all_syscalls_numbers. Test each syscall number to be
125 caught, instead of only testing "close".
126 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
127 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
128 Remove stale comment.
129 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
130 the correct syscall numbers using information from the inferior.
131
5ce0145d
PA
1322013-12-17 Pedro Alves <palves@redhat.com>
133
134 * gdb.trace/circ.exp: Expect frame info to be printed when
135 switching between frames with unavailable stack, but different
136 functions.
137
bdf22206
AB
1382013-12-17 Andrew Burgess <aburgess@broadcom.com>
139
140 * gdb.trace/unavailable-dwarf-piece.c: New file.
141 * gdb.trace/unavailable-dwarf-piece.exp: New file.
142
07d100d4
YQ
1432013-12-15 Yao Qi <yao@codesourcery.com>
144
145 * gdb.perf/skip-prologue.c: New.
146 * gdb.perf/skip-prologue.exp: New.
147 * gdb.perf/skip-prologue.py: New.
148
8a48ac95
JB
1492013-12-13 Joel Brobecker <brobecker@adacore.com>
150
151 * gdb.ada/arraydim: New testcase.
152
a16b0e22
SC
1532013-12-12 Siva Chandra Reddy <sivachandra@google.com>
154
155 PR python/16113
156 * gdb.python/py-value-cc.cc: Improve test case.
157 * gdb.python/py-value-cc.exp: Add new tests to test usage of
158 gdb.Field objects as subscripts on gdb.Value objects.
159
0987cf35
DE
1602013-12-10 Doug Evans <dje@google.com>
161
7b3fd68b 162 PR 16286
0987cf35
DE
163 * gdb.python/py-value.c: #include stdlib.h, string.h.
164 (str): New struct.
165 (main): New local xstr.
166 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
167 fetch a value as a string with a length beyond the declared length
168 of the array.
169
409d8f48
AB
1702013-12-10 Andrew Burgess <aburgess@broadcom.com>
171
172 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
173 update comment.
174
036e93df
JB
1752013-12-10 Joel Brobecker <brobecker@adacore.com>
176
177 * gdb.ada/int_deref.exp: Add test verifying that we print
178 the decoded symbol name when printing the address of Ada
179 symbols.
180
72bfa06c
JB
1812013-12-10 Joel Brobecker <brobecker@adacore.com>
182
183 * gdb.mi/mi-start.exp: Add test verifying that -list-features
184 contains "exec-run-start-option".
185
11ec5965
YQ
1862013-12-08 Yao Qi <yao@codesourcery.com>
187
188 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
189 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
190 (is_64_target, is_amd64_regs_target): Likewise.
191 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
192
594d8fa8
MF
1932013-12-07 Mike Frysinger <vapier@gentoo.org>
194
195 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
196 * gdb.base/testenv.c: Likewise.
197
d9a196da
MF
1982013-12-07 Mike Frysinger <vapier@gentoo.org>
199
200 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
201 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
202 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
203
782d47df
PA
2042013-12-06 Pedro Alves <palves@redhat.com>
205
206 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
207 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
208 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
209
399d6e30
DE
2102013-12-06 Doug Evans <dje@google.com>
211
212 * gdb.base/break.exp: Fix setting of $baz.
213
16b5a7cb
AB
2142013-12-06 Andrew Burgess <aburgess@broadcom.com>
215
216 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
217 DW_OP_plus_uconst.
218
f84bc218
KB
2192013-12-06 Keven Boell <keven.boell@intel.com>
220
221 * lib/mi-support.exp (mi_list_varobj_children_range): Add
222 call to mi_list_array_varobj_children_with_index.
223 (mi_list_array_varobj_children_with_index): New function.
224 Add parameter to specify array start.
225
489e41dd 2262013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
f1300300
JM
227
228 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
229 SIGPWR in sparc64.
230
231 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
232 have the same signal number. Handle this situation.
233
7fb1b8b1
JB
2342013-12-03 Joel Brobecker <brobecker@adacore.com>
235
236 * gdb.ada/dot_all: New testcase.
237
2ea126fa
JB
2382013-12-03 Joel Brobecker <brobecker@adacore.com>
239
240 * gdb.mi/mi-undefined-cmd.exp: New testcase.
241
6b7cbff1
JB
2422013-12-03 Joel Brobecker <brobecker@adacore.com>
243
244 * gdb.mi/mi-i-cmd.exp: New file.
245
04affae3
JK
2462013-12-02 Doug Evans <dje@google.com>
247
248 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
249 at start.
250 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
251 has been specified with a relative path and we have chdir'd before
252 accessing the debug info.
253
eebc056c
AB
2542013-11-28 Andrew Burgess <aburgess@broadcom.com>
255
256 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
257 expected results.
258 (gdb_collect_locals_test): Likewise.
259 (gdb_collect_globals_test): Likewise.
260
8b5e6dc2
YQ
2612013-11-28 Yao Qi <yao@codesourcery.com>
262
263 * lib/gdb.exp (with_gdb_prompt): New proc.
264 * gdb.perf/disassemble.exp: New.
265 * gdb.perf/disassemble.py: New.
266
0db4ca18
LM
2672013-11-26 Luis Machado <lgustavo@codesourcery.com>
268
269 * gdb.base/callfuncs.c (main): Assign malloc's return value
270 and free it afterwards.
271 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
272 * gdb.base/printcmds.c (main): Likewise.
273 * gdb.base/randomize.c (main): Free "p" and change breakpoint
274 marker position.
275 * gdb.base/setvar.c (dummy): Assign malloc's return value
276 and free it afterwards.
277
d24a9f15
AB
2782013-11-26 Andrew Burgess <aburgess@broadcom.com>
279
280 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
281 gdb_test_multiple.
282
15859968
TT
2832013-11-26 Tom Tromey <tromey@redhat.com>
284
285 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
286 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
287 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
288
f7e3ecae
KS
2892013-11-25 Keith Seitz <keiths@redhat.com>
290
291 PR c++/14819
292 * gdb.cp/impl-this.cc: New file.
293 * gdb.cp/impl-this.exp: New file.
294
23e9d3b9
YQ
2952013-11-25 Yao Qi <yao@codesourcery.com>
296
297 * gdb.perf/backtrace.c: New.
298 * gdb.perf/backtrace.exp: New.
299 * gdb.perf/backtrace.py: New.
300
22825df7
YQ
3012013-11-24 Yao Qi <yao@codesourcery.com>
302
303 * gdb.perf/single-step.c: New.
304 * gdb.perf/single-step.exp: New.
305 * gdb.perf/single-step.py: New.
306
c1ea7c01
DE
3072013-11-23 Doug Evans <xdje42@gmail.com>
308
309 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
310 with ignore count".
311
35720eaa
DE
3122013-11-23 Doug Evans <xdje42@gmail.com>
313
314 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
315 (test_subscript_regression): Ditto.
316 (top level): Run test_subscript_regression for c++ with "c++" prefix.
317
3cd14e45
DE
3182013-11-23 Doug Evans <xdje42@gmail.com>
319
320 * gdb.python/py-type.exp (test_enums): Fix typo.
321
985c818c
DE
3222013-11-23 Doug Evans <xdje42@gmail.com>
323
324 * gdb.python/py-symbol.exp: Add some comments. Make all test names
325 unique.
326
f873dd7a
DE
3272013-11-23 Doug Evans <xdje42@gmail.com>
328
329 * gdb.python/py-symbol.exp: Fix whitespace.
330
38a502a4
DE
3312013-11-23 Doug Evans <xdje42@gmail.com>
332
333 * gdb.python/python.exp: Don't call skip_python_tests, we still want
334 to test some things in the case where python is not configured in.
335
c0621699
PA
3362013-11-22 Pedro Alves <palves@redhat.com>
337
338 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
339 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
340 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
341 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
342 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
343 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
344
f57e61cd
TT
3452013-11-22 Tom Tromey <tromey@redhat.com>
346
347 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
348
da2b2fdf
TT
3492013-11-22 Tom Tromey <tromey@redhat.com>
350
351 * gdb.dwarf2/dw2-bad-cfi.c: New file.
352 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
353 * gdb.dwarf2/dw2-bad-cfi.S: New file.
354
33f8fe58
PA
3552013-11-22 Pedro Alves <palves@redhat.com>
356
357 PR 16155
358 * gdb.dwarf2/dw2-dup-frame.S: New file.
359 * gdb.dwarf2/dw2-dup-frame.c: New file.
360 * gdb.dwarf2/dw2-dup-frame.exp: New file.
361
0a1e6121
YQ
3622013-11-22 Yao Qi <yao@codesourcery.com>
363
364 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
365 comment and add one more argument "has_more".
366 * gdb.python/py-mi.exp: Callers update.
367
0061ea24
YQ
3682013-11-22 Yao Qi <yao@codesourcery.com>
369
370 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
371 of mi_create_dynamic_varobj.
372
069d6a0f
PA
3732013-11-20 Pedro Alves <palves@redhat.com>
374
375 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
376 time, and run it through all three milestone regexes.
377
10d8cbd2
SA
3782013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
379
380 * gdb.base/eval-avoid-side-effects.exp: New file.
381
57803a3c
WT
3822013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
383
60650f2e
WT
384 * gdb.arch/i386-mpx.c: New file
385 * gdb.arch/i386-mpx.exp: New file.
386
09748966
WT
3872013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
388
389 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
390 for bnd registers.
391
60650f2e
WT
3922013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
393
57803a3c
WT
394 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
395 start and end equal 0.
396
3e9ecad3
YQ
3972013-11-19 Yao Qi <yao@codesourcery.com>
398
399 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
400 (mi_list_varobj_children_range): Likewise.
401
31b4ab9e
YQ
4022013-11-19 Yao Qi <yao@codesourcery.com>
403
404 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
405
4392c534
YQ
4062013-11-19 Yao Qi <yao@codesourcery.com>
407
408 * lib/mi-support.exp: Fix format.
409
df7752b0
JB
4102013-11-19 Joel Brobecker <brobecker@adacore.com>
411
412 * gdb.ada/py_range: New testcase.
413
176f037c
JB
4142013-11-18 Joel Brobecker <brobecker@adacore.com>
415
416 * mi-language.exp: Add "-list-features" test verifying that
417 its output contains "language-option".
418
ee4a1c63
JB
4192013-11-16 Joel Brobecker <brobecker@adacore.com>
420
421 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
422 * info_exc/foo.adb: Adjust to new exception name.
423 * info_exc.exp: Adjust after exception renaming in const.ads.
424 Update "info exception global" test to test "info exceptions
425 global_gdb" instead.
426
427 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
428 * mi_exc_info/foo.adb (Adjust to new exception name.
429 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
430 Update "-info-ada-exceptions global" test to test
431 "-info-ada-exceptions global_gdb" instead.
432
6ec41e1e
LM
4332013-11-15 Luis Machado <lgustavo@codesourcery.com>
434
435 * lib/mi-support.exp (mi_gdb_test): Expect different formats
436 of inferior output for remote and native sessions.
437 * gdb.mi/mi-console.exp: Remove obsolete comment.
438 Check for semihosted inferior output pattern.
439 (semihosted_string): New function.
440
391d3400
JB
4412013-11-15 Joel Brobecker <brobecker@adacore.com>
442
443 * gdb.ada/info_exc.exp: Allow other global exceptions to be
444 listed in the output of "info exceptions".
445 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
446 listed in the output of "-info-ada-exceptions".
447
e092da29
JB
4482013-11-15 Joel Brobecker <brobecker@adacore.com>
449
450 * gdb.ada/info_exc.exp: Start inferior before starting
451 the "info exceptions" tests.
452 * gdb.ada/mi_exc_info.exp: Start inferior before starting
453 the "-info-ada-exceptions" tests.
454
805e1f19
TT
4552013-11-15 Tom Tromey <tromey@redhat.com>
456
457 * gdb.cp/includefile: New file.
458 * gdb.cp/filename.exp: New file.
459 * gdb.cp/filename.cc: New file.
460
9abb1bd6
DE
4612013-11-15 Doug Evans <xdje42@gmail.com>
462
463 * gdb.python/py-breakpoint.exp: Make tests have unique names.
464
8abea1a1
DE
4652013-11-15 Doug Evans <xdje42@gmail.com>
466
467 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
468
330a7fce
DE
4692013-11-15 Doug Evans <xdje42@gmail.com>
470
471 * gdb.python/py-breakpoint.exp: Split up into several functions,
472 each with their own test prefix.
473
0acf8b65
JB
4742013-11-15 Joel Brobecker <brobecker@adacore.com>
475
476 * gdb.ada/O2_float_param: New testcase.
477
496038b3
TT
4782013-11-14 Tom Tromey <tromey@redhat.com>
479
480 * Makefile.in (check-parallel): Print summary from gdb.sum.
481
c7e8af9b
OJ
4822013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
483
484 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
485 and function label names.
486 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
487 compile unit labels.
488
403cb6b1
JB
4892013-11-14 Joel Brobecker <brobecker@adacore.com>
490
491 * gdb.mi/mi-language.exp: New file.
492
74921315
KS
4932013-09-17 Keith Seitz <keiths@redhat.com>
494
495 PR c++/7935
496 PR c++/10541
497 * gdb.cp/nsalias.exp: New file.
498 * gdb.cp/nsalias.cc: New file.
499 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
500 tests only on known, working compiler versions.
501
08c43050
TT
5022013-11-13 Tom Tromey <tromey@redhat.com>
503
504 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
505 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
506
0682e708
DE
5072013-11-12 Doug Evans <dje@google.com>
508
509 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
510 so that "rm -rf $builddir" Just Works.
511
a7e332c2
JB
5122013-11-12 Joel Brobecker <brobecker@adacore.com>
513
514 * gdb.ada/mi_exc_info: New testcase.
515
778865d3
JB
5162013-11-12 Joel Brobecker <brobecker@adacore.com>
517
518 * gdb.ada/info_exc: New testcase.
519
304a8ac1
DE
5202013-11-11 Doug Evans <dje@google.com>
521
522 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
523 of testfile.
524
bc79de95
PM
5252013-11-11 Phil Muldoon <pmuldoon@redhat.com>
526
527 * gdb.python/py-linetable.S: New file.
528 * gdb.python/py-linetable.c: New file.
529 * gdb.python/py-linetable.exp: New file.
530
2df4d1d5
JB
5312013-11-11 Joel Brobecker <brobecker@adacore.com>
532
533 * gdb.ada/mi_ex_cond: New testcase.
534
204b5331
DE
5352013-11-07 Doug Evans <dje@google.com>
536
537 PR 11786
538 * gdb.base/gcore-relro-pie.c: New file.
539 * gdb.base/gcore-relro-pie.exp: New file.
540
92e32e33
PM
5412013-11-07 Phil Muldoon <pmuldoon@redhat.com>
542
543 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
544 * gdb.python/py-cmd.c: New File.
545
f76c27b5
PM
5462013-11-07 Phil Muldoon <pmuldoon@redhat.com>
547
548 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
549
79600f4f 5502013-11-06 Doug Evans <xdje42@gmail.com>
01e48c0c
DE
551
552 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
553
6dbb6798
YQ
5542013-11-06 Yao Qi <yao@codesourcery.com>
555
556 * lib/gdb.exp (gdb_produce_source): New procedure.
557 * gdb.perf/solib.c: New.
558 * gdb.perf/solib.exp: New.
559 * gdb.perf/solib.py: New.
560
71c0c615
YQ
5612013-11-06 Yao Qi <yao@codesourcery.com>
562
563 * README: Mention performance tests.
564
f27a1236
YQ
5652013-11-06 Yao Qi <yao@codesourcery.com>
566
567 * lib/perftest.exp: New.
568 * gdb.perf/lib/perftest/__init__.py: New.
569 * gdb.perf/lib/perftest/measure.py: New.
570 * gdb.perf/lib/perftest/perftest.py: New.
571 * gdb.perf/lib/perftest/reporter.py: New.
572 * gdb.perf/lib/perftest/testresult.py: New.
573
7636ccf9
YQ
5742013-11-06 Yao Qi <yao@codesourcery.com>
575
576 * Makefile.in (check-perf): New target.
577 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
578 * configure: Re-generated.
579 * gdb.perf/Makefile.in: New.
580
81208388
TT
5812013-11-04 Tom Tromey <tromey@redhat.com>
582
583 * Makefile.in (TEST_DIRS): Remove.
584 (TEST_TARGETS, check-parallel): Rewrite.
585 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
586 (subdir_do, subdirs): Remove.
587 (do-check-parallel, check/%): New targets.
588 (clean): Remove outputs, temp, and cache directories.
589 (saw_dash_j): New variable.
590 (CHECK_TARGET): Use it.
591 (check): Depend on all, site.exp. Rewrite.
592 (check-single): Remove dependencies.
593 (slow_tests, all_tests, reordered_tests): New variables.
594
c63ffa1f
TT
5952013-11-04 Tom Tromey <tromey@redhat.com>
596
597 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
598 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
599 before loading binfile.
600 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
601 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
602 before loading binfile.
603
3fef966c
TT
6042013-11-04 Tom Tromey <tromey@redhat.com>
605
606 * gdb.base/foll-exec.c (main): Use BASEDIR.
607 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
608 * gdb.base/foll-vfork.c (main): Use BASEDIR.
609 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
610 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
611 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
612
24890efd
TT
6132013-11-04 Tom Tromey <tromey@redhat.com>
614
615 * gdb.base/argv0-symlink.exp: Compute executable's directory
616 dynamically.
617
c59ffcab
TT
6182013-11-04 Tom Tromey <tromey@redhat.com>
619
620 * gdb.asm/asm-source.exp: Use standard_output_file.
621
479c8d68
TT
6222013-11-04 Tom Tromey <tromey@redhat.com>
623
624 * gdb.server/file-transfer.exp: Use standard_output_file.
625
1e537771
TT
6262013-11-04 Tom Tromey <tromey@redhat.com>
627
628 * gdb.base/fullname.exp: Use standard_output_file,
629 relative_filename.
630 * gdb.base/hashline1.exp: Use standard_testfile,
631 standard_output_file, relative_filename, clean_restart.
632 * gdb.base/hashline2.exp: Use standard_testfile,
633 standard_output_file.
634 * gdb.base/hashline3.exp: Use standard_testfile,
635 standard_output_file, relative_filename.
636 * lib/gdb.exp (relative_filename): New proc.
637
b44b82af
TT
6382013-11-04 Tom Tromey <tromey@redhat.com>
639
640 * gdb.base/fileio.c (test_open, test_write, test_read)
641 (test_lseek, test_close, test_stat, test_fstat)
642 (test_isatty, test_system, test_rename, test_unlink):
643 Use OUTDIR define.
644 * gdb.base/fileio.exp: Define OUTDIR during compilation.
645 Use standard_output_file.
646
59b28c5d
TT
6472013-11-04 Tom Tromey <tromey@redhat.com>
648
649 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
650 defines.
651 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
652 compilation. Use prepare_for_testing, standard_output_file.
653
08b3fe69
TT
6542013-11-04 Tom Tromey <tromey@redhat.com>
655
656 * gdb.base/advance.exp: Use standard_testfile and
657 prepare_for_testing.
658 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
659 appropriate directory when local.
660 * gdb.base/dump.exp: Use standard_output_file. Update all
661 "dump" and "restore" filenames.
662 * gdb.base/interact.exp: Use standard_output_file.
663 * gdb.base/jit-so.exp: Don't download file when local.
664 * gdb.base/jit.exp (compile_jit_test): Don't download file
665 when local.
666 * gdb.base/list.exp: Use gdb_remote_download.
667 * gdb.base/maint.exp: Use standard_output_file.
668 * gdb.base/prelink.exp: Use standard_output_file.
669 * gdb.base/save-bp.exp: Use standard_output_file.
670 * gdb.base/sepdebug.exp: Use standard_testfile,
671 standard_output_file.
672 (test_different_dir): Don't declare objdir.
673 * gdb.base/solib-search.exp: Use standard_output_file.
674 * gdb.base/step-line.exp: Use gdb_remote_download.
675 * gdb.base/trace-commands.exp: Use standard_output_file.
676
32cfb09d
TT
6772013-11-04 Tom Tromey <tromey@redhat.com>
678
679 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
680 to compilation. Use standard_output_file.
681 (test_tfind_tfile): Update.
682 * gdb.trace/tfile.c (write_basic_trace_file)
683 (write_error_trace_file): Use TFILE_DIR.
684 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
685 standard_output_file.
686
84741506
TT
6872013-11-04 Tom Tromey <tromey@redhat.com>
688
689 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
690 Use "dwarf2 always-disassemble" for the "maint set" test.
691 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
692 standard_output_file.
693 * gdb.mi/mi-logging.exp: Use standard_output_file.
694
cfb7b9a3
TT
6952013-11-04 Tom Tromey <tromey@redhat.com>
696
697 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
698 downloads conditional on remote host.
699 (set_arch): Likewise.
700 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
701 (load_description): Use standard_output_file.
702
bdfe0594
TT
7032013-11-04 Tom Tromey <tromey@redhat.com>
704
705 * gdb.gdb/selftest.exp: Use standard_output_file.
706 * lib/selftest-support.exp (do_self_tests): Use
707 standard_output_file.
708
8c639e73
TT
7092013-11-04 Tom Tromey <tromey@redhat.com>
710
711 * gdb.stabs/weird.exp: Use gdb_remote_download and
712 standard_output_file.
713
5030a410
TT
7142013-11-04 Tom Tromey <tromey@redhat.com>
715
716 * gdb.base/gcore-buffer-overflow.exp: Use
717 standard_output_file, not standard_testfile.
718 * gdb.base/twice.exp: Use standard_testfile, not
719 standard_output_file. Use gdb_remote_download.
720
95d7853e
TT
7212013-11-04 Tom Tromey <tromey@redhat.com>
722
723 * lib/gdb.exp (get_compiler_info): Use log_file -info and
724 restore from that.
725
eab88b54
MR
7262013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
727
728 * gdb.cp/derivation.exp: s/perrro/perror/
729
a1b0fbee
MR
7302013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
731
732 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
733 `debugdir'.
734
638aa5a1
AB
7352013-10-31 Andrew Burgess <aburgess@broadcom.com>
736
737 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
738 tests and update expected error message.
739 (test_watch_register_location): New tests.
740 (do_tests): Call test_watch_register_location.
741 * gdb.base/watchpoints.exp: Update expected error message.
742
055e608a
UW
7432013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
744
745 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
746 the patterns in gdb_test_multiple.
747
9ac69859
NB
7482013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
749
750 * gdb.base/sym-file-lib.c: New file.
751 * gdb.base/sym-file-loader.c: New file.
752 * gdb.base/sym-file-loader.h: New file.
753 * gdb.base/sym-file-main.c: New file.
754 * gdb.base/sym-file.exp: New file.
755 * lib/gdb.exp (is_elf_target): New function.
756
24ba476b
PA
7572013-10-29 Pedro Alves <palves@redhat.com>
758
759 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
760 variable setting change-log-default-name to ChangeLog-mi.
761
f69d9aef
AB
7622013-10-29 Andrew Burgess <aburgess@broadcom.com>
763
764 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
765 Expect <unavailable> pattern.
766
71193121
TV
7672013-10-28 Tom de Vries <tom@codesourcery.com>
768
769 * gdb.arch/thumb2-it.S (it_8): Fix typo.
770
38095c27
AK
7712013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
772
773 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
774 remote stubs where exit() behaviour is unreliable.
775
686d4def
PA
7762013-10-25 Pedro Alves <palves@redhat.com>
777
778 * gdb.cp/m-static.exp: Adjust expected output of printing a
779 nonexistent or optimized out static field. Also test printing the
780 the "container" object.
781
a35cfb40
MR
7822013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
783
784 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
785 if in the persistent mode.
786 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
787
bbe769cc
MR
7882013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
789
790 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
791 support core file generation" reply.
792
95e4302a
JM
7932013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
794
795 PR gdb/15986
796 * gdb.base/run.c (main): gdb_get_line_number tag added for
797 commands.exp.
798 (factorial): Likewise.
799
800 * gdb.base/commands.exp (watchpoint_command_test): Use
801 gdb_get_line_number in order to determine the locations in run.c
802 where local_var is detected to go out of scope.
803
4c406179
JM
8042013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
805
806 * gdb.base/gnu_vector.exp: Care about endianness when casting
807 scalars to vectors.
808
bb6216d8
TT
8092013-10-18 Tom Tromey <tromey@redhat.com>
810
811 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
812 of "binfile".
813
e8369a73
AB
8142013-10-18 Andrew Burgess <aburgess@broadcom.com>
815
816 * gdb.base/watchpoints.exp: Add test for setting software
817 watchpoints of different types before starting the inferior.
818
776f04fa
PA
8192013-10-18 Pedro Alves <palves@redhat.com>
820
821 PR gdb/16062
822 * gdb.threads/stepi-random-signal.c: New file.
823 * gdb.threads/stepi-random-signal.exp: New file.
824
e4b8388f
MR
8252013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
826
827 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
828 Fix comment typo.
829 * lib/gdb.exp (gdb_init): Likewise.
830
50b34a18
TT
8312013-10-17 Tom Tromey <tromey@redhat.com>
832
833 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
834
3db258f5
TT
8352013-10-14 Tom Tromey <tromey@redhat.com>
836
837 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
838 name to gdb_test_no_output.
839
4856b6bc
JK
8402013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
841
842 Canonicalize directories for EXEC_FILENAME.
843 * gdb.base/argv0-symlink.exp
844 (kept file symbolic link name for info inferiors): New.
845 (kept directory symbolic link name): Setup kfail.
846 (kept directory symbolic link name for info inferiors): New.
847
9772d074
UW
8482013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
849
850 * gdb.arch/s390-multiarch.exp: New file.
851 * gdb.arch/s390-multiarch.c: New file.
852
2a3be966
JB
8532013-10-11 Joel Brobecker <brobecker@adacore.com>
854
855 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
856 use the appropriate GDB/MI command instead, and verify
857 the test output.
858
7c647d61
JB
8592013-10-11 Joel Brobecker <brobecker@adacore.com>
860
861 * gdb.base/source-nofile.gdb: New file.
862 * gdb.base/source.exp: Add two tests verifying the behavior when
863 the "source" command is given a non-existant filename.
864
bb66bd51
YQ
8652013-10-11 Yao Qi <yao@codesourcery.com>
866
867 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
868 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
869 and 'dlclose'.
870 [!__WIN32__]: Include "dlfcn.h".
871 * gdb.mi/mi-catch-load.exp: Set up kfail.
872
4f424bb1
AK
8732013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
874
875 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
876 generated corefile" by argument "$test".
877
578d3588
PA
8782013-10-09 Pedro Alves <palves@redhat.com>
879
880 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
881 output.
882
eb4ca471
PA
8832013-10-09 Pedro Alves <palves@redhat.com>
884
885 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
886 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
887 (test_catch_syscall_with_wrong_args)
888 (test_catch_syscall_restarting_inferior)
889 (test_catch_syscall_fail_nodatadir)
890 (test_catch_syscall_without_args_noxml)
891 (test_catch_syscall_with_args_noxml)
892 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
893
dc294be5
TT
8942013-10-08 Tom Tromey <tromey@redhat.com>
895
896 * gdb.dwarf2/dwzbuildid.exp: New file.
897 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
898 parameters.
899 (Dwarf::_defer_output): Change "section" parameter to
900 "section_spec"; update.
901 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
902 procs.
903
c968bd18
JB
9042013-10-08 Joel Brobecker <brobecker@adacore.com>
905
906 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
907
f44eeb11
TT
9082013-10-07 Tom Tromey <tromey@redhat.com>
909
910 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
911 to 0.
912
0c557179
SDJ
9132013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
914
915 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
916 $_exitcode is void when opening a corefile.
917 * gdb.base/exitsignal.exp: New file.
918 * gdb.base/segv.c: Likewise.
919 * gdb.base/normal.c: Likewise.
920
5713b9b5
JB
9212013-10-04 Joel Brobecker <brobecker@adacore.com>
922
923 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
924
3f983d47
YZ
9252013-10-02 Vidya Praveen <vidyapraveen@arm.com>
926
927 * gdb.trace/entry-values.exp: Modify regular expression to scan for
928 'bl' instruction instead of 'call' for ARM and AArch64 targets.
929
901461f8
PA
9302013-10-02 Pedro Alves <palves@redhat.com>
931
932 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
933 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
934 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
935 (not_saved_pattern): New.
936 Replace use of the former with the latter.
937
b477a5e6
PA
9382013-10-02 Pedro Alves <palves@redhat.com>
939
940 * README (Board Settings): Document "exit_is_reliable".
941 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
942 running to exit reliably reports program exits.
943 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
944 info.
945 * boards/native-stdio-gdbserver.exp: Likewise.
946
a49bed3a
DE
9472013-10-01 Doug Evans <dje@google.com>
948
949 * gdb.python/python.exp: Remove redundant print-stack tests.
950 Make all print-stack test names unique. Fix spelling of print-stack.
951
2ed2ad44
YQ
9522013-09-29 Yao Qi <yao@codesourcery.com>
953
954 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
955 is remote.
956
7d760051
UW
9572013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
958
959 PR shlibs/8882
960 * gdb.base/corefile.exp: Add a check to assure warning-free
961 core-file load.
962
82bf32bc
JK
9632013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
964
965 * gdb.dwarf2/dwp-symlink.c: New file.
966 * gdb.dwarf2/dwp-symlink.exp: New file.
967
4fa7d390
DE
9682013-09-20 Doug Evans <dje@google.com>
969
6b4646ce
DE
970 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
971 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
972 file.
973 * gdb.dwarf2/fission-loclists.S: Ditto.
974 * gdb.dwarf2/fission-reread.S: Ditto.
975 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
976 build_executable_from_fission_assembler.
977 * gdb.dwarf2/fission-loclists.exp: Ditto.
978 * gdb.dwarf2/fission-reread.exp: Ditto.
979
4fa7d390
DE
980 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
981 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
982 (gdb_gnu_strip_debug): Ditto.
983 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
984 * gdb.arch/altivec-abi.exp: Ditto.
985 * gdb.base/attach-pie-misread.exp: Ditto.
986 * gdb.base/comprdebug.exp: Ditto.
987 * gdb.base/dup-sect.exp: Ditto.
988 * gdb.base/gnu-debugdata.exp: Ditto.
989 * gdb.base/step-symless.exp: Ditto.
990 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
991 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
992 * gdb.dwarf2/gdb-index.exp: Ditto.
993
e4c6a2c4
AB
9942013-09-18 Andrew Burgess <aburgess@broadcom.com>
995
996 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
997 register to "<optimized out>", and also print the registers.
998
a205fbfc
PA
9992013-09-18 Pedro Alves <palves@redhat.com>
1000
1001 PR server/15967
1002 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1003 change text.
1004
ee47b2f8
YQ
10052013-09-18 Yao Qi <yao@codesourcery.com>
1006
1007 * gdb.server/wrapper.c: New.
1008 * gdb.server/wrapper.exp: New.
1009
49fa26b0
PA
10102013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1011 Jan Kratochvil <jan.kartochvil@redhat.com>
1012 Pedro Alves <palves@redhat.com>
1013
1014 PR gdb/11568
1015 * gdb.thread/thread-specific-bp.c: New file.
1016 * gdb.thread/thread-specific-bp.exp: New file.
1017
e83b28bc
SDJ
10182013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1019
1020 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1021 convenience function.
1022
08d72866
PA
10232013-09-17 Pedro Alves <palves@redhat.com>
1024
1025 PR gdb/15911
1026 * gdb.threads/info-threads-cur-sal-2.c: New file.
1027 * gdb.threads/info-threads-cur-sal.c: New file.
1028 * gdb.threads/info-threads-cur-sal.exp: New file.
1029
57b0d98e
YQ
10302013-09-17 Yao Qi <yao@codesourcery.com>
1031
1032 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1033 [__WIN32__]: Include "windows.h" and define macro dlopen
1034 and dlclose.
1035 [!__WIN32__]: Include "dlfcn.h".
1036 * gdb.base/catch-load.exp (one_catch_load_test): Match
1037 directory separator.
1038
0295a32e
DE
10392013-09-16 Doug Evans <dje@google.com>
1040
a587b477
DE
1041 * lib/gdb.exp (using_fission): New proc.
1042 * gdb.base/info-macros.exp: Skip test if using Fission.
1043
0295a32e
DE
1044 * gdb.base/break-interp.exp: Fix indentation.
1045
a280dbd1
SDJ
10462013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1047
1048 * gdb.base/gdbvars.c (foo_void): New function.
1049 (foo_int): Likewise.
1050 * gdb.base/gdbvars.exp (test_convenience_functions): New
1051 function. Call it.
1052
4ac33720
UW
10532013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1054
1055 * gdb.arch/s390-tdbregs.c: New file.
1056 * gdb.arch/s390-tdbregs.exp: New file.
1057
b866c52d
SS
10582013-09-12 Stan Shebs <stan@codesourcery.com>
1059
1060 * README: New file.
1061
dc59cba6
DE
10622013-09-12 Doug Evans <dje@google.com>
1063
1064 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1065 added code to print event.inferior.
1066
edf9f00c
JK
10672013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1068
1069 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1070 debug part of the binary.
1071
5423b017
JK
10722013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1073
1074 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1075 (addlink): Add comment.
1076
9295cf6f
SA
10772013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1078
1079 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1080 canonical pathname.
1081
89e63ee4
DE
10822013-09-04 Doug Evans <dje@google.com>
1083
314bb8c3
DE
1084 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1085 event.
1086 (continue_handler, new_objfile_handler): Ditto.
1087 (test_events): Rename command to "test-events".
1088 (test_newobj_events): Rename command to "test-objfile-events".
1089 * gdb.python/py-events.exp: Update.
1090 * gdb.python/py-evsignal.exp: Update.
1091 * gdb.python/py-evthreads.exp: Update.
1092
89e63ee4
DE
1093 * gdb.base/enumval.c (ZERO): New enum value.
1094 (main): Use it
1095 * gdb.base/enumval.exp: Test ability to print ZERO.
1096
10972013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
1098 Pedro Alves <palves@redhat.com>
1099
1100 * gdb.base/relocate.exp: Check that invalid options are
1101 rejected.
1102
26c2b53c
AB
11032013-08-30 Andrew Burgess <aburgess@broadcom.com>
1104
1105 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1106 (my_static_symbol): Add comment.
1107 (main): Reference my_bss_symbol.
1108
96d9056e
PM
11092013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1110
1111 * gdb.python/py-arch.exp: Tests for invalid architecture.
1112
489d4f4d
SA
11132013-08-29 Sterling Augustine <saugustine@google.com>
1114
1115 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1116 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1117 said conditional.
1118
5b791bb5
PM
11192013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1120
1121 * gdb.python/py-arch.exp: Load gdb-python.exp.
1122
8f28f522
PM
11232013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1124
1125 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1126 itertools for imap attribute. Otherwise use map().
1127 (ElidingIterator): Define wrapper function __next__.
1128 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1129 use exec (open (read ())) instead.
1130 * gdb.python/py-framefilter.exp: Ditto.
1131 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1132 compliance.
1133 * gdb.python/py-frame.exp: Ditto.
1134 * gdb.python/py-type.exp: Ditto.
1135
1f0c4988
JK
11362013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1137
1138 PR gdb/15415
1139 * gdb.base/argv0-symlink.c: New file.
1140 * gdb.base/argv0-symlink.exp: New file.
1141
7893c162
TT
11422013-08-28 Tom Tromey <tromey@redhat.com>
1143
1144 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1145 when saving index.
1146
6211c335
YQ
11472013-08-27 Yao Qi <yao@codesourcery.com>
1148
1149 * gdb.trace/entry-values.exp: Test unavailable entry value is
1150 not shown when option '--skip-unavailable' is specified.
1151 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1152 Add tests for new option '--skip-unavailable'.
1153
ce4ea2bb
YQ
11542013-08-27 Yao Qi <yao@codesourcery.com>
1155
1156 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1157 remote_download if it is empty.
1158
6e45f158
DE
11592013-08-26 Doug Evans <dje@google.com>
1160
779bd270
DE
1161 PR symtab/15885
1162 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1163 (clean): rm -f *.gdb-index *.with-index.
1164 * gdb.dwarf2/gdb-index.exp: New testcase.
1165
6e45f158
DE
1166 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1167 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1168 run_on_host. All callers updated.
1169
b1224238
YQ
11702013-08-24 Yao Qi <yao@codesourcery.com>
1171
1172 * gdb.trace/entry-values.c (end): New
1173 (main): Call end.
1174 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1175 tracepoint and collect data. Test entry value is unavailable.
1176
b39a8faf
YQ
11772013-08-24 Yao Qi <yao@codesourcery.com>
1178
1179 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1180 * gdb.trace/entry-values.c: New.
1181 * gdb.trace/entry-values.exp: New.
1182
9eaabc75
MW
11832013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1184
1185 PR gdb/15501
1186 * gdb.base/ena-dis-br.exp: Add test to verify
1187 enable/disable commands work correctly with
1188 multiple arguments that include multiple locations.
1189
9f948660
SDJ
11902013-08-22 Samuel Bronson <naesten@gmail.com>
1191
1192 ARM Linux support for `catch syscall'.
1193 * gdb.base/catch-syscall.exp: Test this on ARM now.
1194 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1195
e630b974
TT
11962013-08-22 Tom Tromey <tromey@redhat.com>
1197
1198 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1199 default addr_size.
1200 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1201
f3a76454
TT
12022013-08-22 Tom Tromey <tromey@redhat.com>
1203
1204 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1205 standard_temp_file.
1206
de5f37e1
TT
12072013-08-22 Tom Tromey <tromey@redhat.com>
1208
1209 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1210 clean_restart.
1211 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1212 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1213 clean_restart.
1214 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1215 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1216 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1217 * gdb.arch/amd64-word.exp: Use standard_testfile,
1218 clean_restart.
1219 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1220 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1221 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1222 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1223 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1224 * gdb.arch/i386-signal.exp: Use standard_testfile.
1225 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1226 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1227 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1228 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1229
8448e842
TT
12302013-08-22 Tom Tromey <tromey@redhat.com>
1231
1232 * gdb.python/py-error.exp: Use gdb_remote_download.
1233 * gdb.python/py-mi.exp: Use gdb_remote_download.
1234 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1235 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1236 (run_lang_tests): Likewise.
1237 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1238 filename.
1239 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1240 compiling. Use gdb_remote_download. Update some tests.
1241 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1242 standard_output_file.
1243 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1244 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1245 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1246 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1247 standard_output_file.
1248
16cfcbc2
TT
12492013-08-22 Tom Tromey <tromey@redhat.com>
1250
1251 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1252
44ee8174
TT
12532013-08-22 Tom Tromey <tromey@redhat.com>
1254
1255 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1256 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1257 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1258 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1259 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1260 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1261 * lib/gdb.exp (gdb_remote_download): New proc.
1262
7a218f88
TT
12632013-08-22 Tom Tromey <tromey@redhat.com>
1264
1265 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1266 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1267 * gdb.dwarf2/fission-base.S: Remove directory from
1268 DW_AT_GNU_dwo_name.
1269 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1270 debug-file-directory.
1271 * gdb.dwarf2/fission-reread.S: Remove directory from
1272 DW_AT_GNU_dwo_name.
1273 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1274 debug-file-directory.
1275
70cc1c23
DE
12762013-08-16 Doug Evans <dje@google.com>
1277
1278 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1279 prelink complains about an unhandled DWARF version.
1280
61884d20
DE
12812013-08-14 Cary Coutant <ccoutant@google.com>
1282
1283 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1284
5e92f71a
TT
12852013-08-13 Tom Tromey <tromey@redhat.com>
1286 Yao Qi <yao@codesourcery.com>
1287
1288 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1289 * lib/gdb.exp: Handle GDB_PARALLEL.
1290 (default_gdb_version): Kill inotify_pid if it exists.
1291 (default_gdb_exit): Emit warning if the inotify log is not
1292 empty.
1293 (standard_output_file): Respect GDB_PARALLEL.
1294 (standard_temp_file): Likewise.
1295 (gdb_init): Start inotifywait if requested.
1296
5c30d39a
AB
12972013-08-13 Andrew Burgess <aburgess@broadcom.com>
1298
1299 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1300 pointer with various flags.
1301
17e1c970
TT
13022013-08-13 Tom Tromey <tromey@redhat.com>
1303
1304 * lib/cache.exp: New file.
1305 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1306 * lib/gdb.exp: Load cache.exp.
1307 (support_complex_tests, is_ilp32_target, is_lp64_target)
1308 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1309 (gdb_skip_xml_test): Use gdb_caching_proc.
1310 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1311
4e234898
TT
13122013-08-13 Tom Tromey <tromey@redhat.com>
1313
1314 * lib/gdb.exp (standard_temp_file): New proc.
1315 (support_complex_tests, is_ilp32_target, is_lp64_target)
1316 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1317 standard_temp_file.
1318
53e981d9
TT
13192013-08-13 Tom Tromey <tromey@redhat.com>
1320
1321 * lib/gdb.exp (build_id_debug_filename_get): Use
1322 standard_output_file.
1323 * lib/prelink-support.exp (section_get)
1324 (build_executable_own_libs): Use standard_output_file.
1325
3f539315
TT
13262013-08-12 Tom Tromey <tromey@redhat.com>
1327
1328 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1329
b4013987
AA
13302013-08-12 Ali Anwar <alianwar@codesourcery.com>
1331
1332 * gdb.base/break.exp: Test break via convenience variable
1333 with file name.
1334
f61d5529
DE
13352013-08-09 Doug Evans <dje@google.com>
1336
1337 * lib/future.exp (gdb_find_ldd): New proc.
1338 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1339 Make "/usr/sbin/" in prelink path optional.
1340
1ed8d800
YQ
13412013-08-09 Yao Qi <yao@codesourcery.com>
1342
1343 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1344 "only" and "both" to 'print entry-values' before selecting
1345 trace frame.
1346
82a0a75f
YQ
13472013-08-08 Yao Qi <yao@codesourcery.com>
1348
1349 * gdb.trace/mi-trace-unavailable.exp: Don't set
1350 "print entry-values" to "no".
1351 (test_trace_unavailable): Set various values to
1352 "print entry-values" to test that the output of
1353 '-stack-list-locals' is not affected, and then set
1354 set "print entry-values" to "no".
1355
ac52f9a2
DE
13562013-08-07 Doug Evans <dje@google.com>
1357
1358 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1359 * gdb.python/py-value-cc.exp: Update.
1360 * gdb.python/py-value.exp: Use different names for .o files for
1361 C and C++. Only perform C++ tests if !skip_cplus_tests.
1362
bf6d8a91
TT
13632013-08-07 Tom Tromey <tromey@redhat.com>
1364
1365 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1366
f9125b6c
TT
13672013-08-07 Tom Tromey <tromey@redhat.com>
1368
1369 * gdb.dwarf2/dwz.exp: New file.
1370
3a1115a0
TT
13712013-08-02 Tom Tromey <tromey@redhat.com>
1372
1373 * gdb.base/watchpoint.c (struct foo5): New.
1374 (nullptr): New global.
1375 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1376
b846d303
DE
13772013-08-01 Doug Evans <dje@google.com>
1378
7ee85ab1
DE
1379 PR symtab/15691
1380 * gdb.dwarf2/fission-mix.exp: New file.
1381 * gdb.dwarf2/fission-mix.h: New file.
1382 * gdb.dwarf2/fission-mix.c: New file.
1383 * gdb.dwarf2/fission-mix2.c: New file.
1384
b846d303
DE
1385 PR symtab/15695
1386 * gdb.base/func-ptr.exp: New file.
1387 * gdb.base/func-ptr.c: New file.
1388
67d21849
YQ
13892013-08-01 Yao Qi <yao@codesourcery.com>
1390
1391 * gdb.python/py-sync-interp.c: New.
1392 * gdb.python/py-sync-interp.exp: New.
1393
de74e63a
YQ
13942013-07-31 Yao Qi <yao@codesourcery.com>
1395
1396 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1397 'tdump' on stack frame 0 and 1 respectively.
1398
680558e8
YQ
13992013-07-31 Yao Qi <yao@codesourcery.com>
1400
1401 PR gdb/13443
1402 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1403 'traceframe'. Wrap test with with_test_prefix.
1404 (top level): Update.
1405
48bbe0bf
YQ
14062013-07-31 Yao Qi <yao@codesourcery.com>
1407
1408 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1409 'gdb_start'.
1410 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1411 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1412
11b4b7cc
AB
14132013-07-30 Andrew Burgess <aburgess@broadcom.com>
1414
1415 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1416 when printing an optimized out value. Expect an error when using
1417 an optimized out value in an expression.
1418
b0c54aa5
AB
14192013-07-30 Andrew Burgess <aburgess@broadcom.com>
1420
1421 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1422 * gdb.dwarf2/pieces-optimized-out.c: New file.
1423 * gdb.dwarf2/pieces-optimized-out.S: New file.
1424
97c85fc6
MB
14252013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1426
1427 PR gdb/15715
1428 * gdb.base/setshow.exp: Test that relative paths passed to
1429 'set history filename' are converted to absolute paths.
1430
5b32ae97
KS
14312013-07-26 Keith Seitz <keiths@redhat.com>
1432
1433 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1434 of f77.
1435 Allow for compiler variations of integer types.
1436 Use mi_create_varobj.
1437 Use mi_list_varobj_children for the immediate children of `array'.
1438 Add "has_more" attribute for grandchildren test.
1439
6f64ef53
PA
14402013-07-26 Pedro Alves <palves@redhat.com>
1441
1442 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1443 files.
1444
fdc8aae8
AB
14452013-07-25 Andrew Burgess <aburgess@broadcom.com>
1446
1447 * gdb.mi/mi-reg-undefined.exp: New file.
1448 * gdb.mi/mi-reg-undefined.c: Likewise.
1449 * gdb.mi/mi-reg-undefined.S: Likewise.
1450
6fbe845e
AB
14512013-07-25 Andrew Burgess <aburgess@broadcom.com>
1452
1453 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1454 z, o, and t output formats.
1455 * gdb.base/display.exp: Use 'k' as an undefined format now that
1456 'z' is defined.
1457
7b79b135
DE
14582013-07-24 Doug Evans <dje@google.com>
1459
1460 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1461 "--" to switch.
1462
a0607b84
YQ
14632013-07-24 Yao Qi <yao@codesourcery.com>
1464
1465 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1466 host.
1467 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1468 Likewise. If host is remote, copy ${binfile} to host.
1469
2eb14a9b
YQ
14702013-07-23 Yao Qi <yao@codesourcery.com>
1471
1472 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1473 message.
1474
5d0a3b53
WN
14752013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1476
1477 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
1478 instructions and enable disp-step-syscall for arm targets.
1479
9a5911c0
WN
14802013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1481
1482 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
1483 assembler errors on arm.
1484 * gdb.dwarf2/mac-fileno.S: Likewise.
1485 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
1486 * gdb.dwarf2/pr13961.S: Likewise.
1487
fa876972
HZ
14882013-07-19 Hui Zhu <hui@codesourcery.com>
1489
1490 PR gdb/15692
1491 * gdb.mi/mi-dprintf.exp: Add double quotes test.
1492
1527aea8
YQ
14932013-07-19 Yao Qi <yao@codesourcery.com>
1494
1495 * gdb.trace/read-memory.exp (test_from_remote): Update test.
1496 (teset_from_exec): Likewise.
1497
73c1d57e
YQ
14982013-07-19 Yao Qi <yao@codesourcery.com>
1499
1500 * gdb.trace/read-memory.c: New.
1501 * gdb.trace/read-memory.exp: New.
1502
a075c3e5
YQ
15032013-07-19 Yao Qi <yao@codesourcery.com>
1504
1505 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
1506 $dest to link options if host is remote. Move the
1507 generated file to $dest.a on host if host is remote.
1508
623cc285
WN
15092013-07-18 Will Newton <will.newton@linaro.org>
1510
1511 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1512 to ensure the test is linked against pthreads.
1513 * gdb.threads/tls-var-main.c: Likewise.
1514 * gdb.threads/tls-shared.c: Likewise.
1515
1f74d3b5
YQ
15162013-07-18 Yao Qi <yao@codesourcery.com>
1517
1518 * lib/future.exp (gdb_default_target_compile): Use tail name
1519 of $destfile as the output name of compile. Move the
1520 generated file to $destfile on build.
1521
f6dc277e
YQ
15222013-07-18 Yao Qi <yao@codesourcery.com>
1523
1524 * lib/gdb.exp (gdb_compile): Set
1525 gdb_saved_set_unbuffered_mode_obj to
1526 set_unbuffered_mode_saved.o if host is remote. Invoke
1527 remote_download to copy $unbuf_obj to host.
1528
e7045703
DE
15292013-07-17 Doug Evans <dje@google.com>
1530
1531 * gdb.python/py-frame-args.c: New file.
1532 * gdb.python/py-frame-args.py: New file.
1533 * gdb.python/py-frame-args.exp New file.
1534
5ea5559b
AB
15352013-07-16 Andrew Burgess <aburgess@broadcom.com>
1536
1537 * gdb.base/printcmds.exp (test_printf): Add tests for format
1538 strings with missing format specifier.
1539
4229ca0e
TT
15402013-07-16 Tom Tromey <tromey@redhat.com>
1541
1542 * gdb.ada/info_types.exp: Use standard_testfile.
1543
5ee657d5
TT
15442013-07-16 Tom Tromey <tromey@redhat.com>
1545
1546 * gdb.mi/mi-basics.exp: Use standard_output_file.
1547 (test_dir_specification, test_cwd_specification)
1548 (test_path_specification): Use testsubdir, not subdir and objdir.
1549
20e3d738
TT
15502013-07-16 Tom Tromey <tromey@redhat.com>
1551
1552 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1553
7d7c6477
JB
15542013-07-09 Joel Brobecker <brobecker@adacore.com>
1555
1556 * gdb.ada/small_reg_param.exp: Accept optional entry value
1557 for parameter "w".
1558
52cd8b7d
JB
15592013-07-09 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.ada/small_reg_param.exp: Remove trailing space.
1562
2a998fc0
DE
15632013-07-09 Doug Evans <dje@google.com>
1564
1565 * gdb.base/default.exp: Update expected output of "show print array"
1566 and "show print pretty".
1567
0329e9fb
UW
15682013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1569
1570 * gdb.threads/wp-replication.exp: Stop counting available hardware
1571 watchpoints after NR_THREADS iterations.
1572
1953058f
AB
15732013-07-08 Andrew Burgess <aburgess@broadcom.com>
1574
1575 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1576
7c0de741
YQ
15772013-07-07 Yao Qi <yao@codesourcery.com>
1578
1579 * boards/native-gdbserver.exp: Move invoke of
1580 process_multilib_options to gdbserver-base.exp.
1581 Move set_board_info 'compiler', 'gdb,noinferiorio',
1582 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1583 gdbserver-base.exp.
1584 Move proc ${board}_download, ${board}_upload and
1585 ${board}_file to gdbserver-base.exp.
1586 * boards/native-extended-gdbserver.exp: Likewise.
1587 * boards/native-stdio-gdbserver.exp: Likewise.
1588 * boards/gdbserver-base.exp: New file.
1589
497a4c48
LM
15902013-07-05 Luis Machado <lgustavo@codesourcery.com>
1591
1592 * gdb.base/dump.exp: Remove arch-specific tests and do a
1593 generic data address check to set is64bitonly correctly.
1594
bb3f62fc
LM
15952013-07-05 Luis Machado <lgustavo@codesourcery.com>
1596
1597 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1598 the register number instead of expecting only 0.
1599
005faa9d
WN
16002013-07-05 Will Newton <will.newton@linaro.org>
1601
1602 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1603 in asm syntax to allow building on ARM.
1604
4767856f
YQ
16052013-07-05 Yao Qi <yao@codesourcery.com>
1606
1607 * boards/local-remote-host.exp: Remove obsolete comments.
1608 * boards/native-extended-gdbserver.exp: Likewise.
1609 * boards/native-gdbserver.exp: Likewise.
1610 * boards/native-stdio-gdbserver.exp: Likewise.
1611
691a26f5
AB
16122013-07-04 Andrew Burgess <aburgess@broadcom.com>
1613
1614 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1615 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1616 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1617
4d142eaa
JK
16182013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1619
1620 * gdb.base/break-on-linker-gcd-function.exp: Replace
1621 prepare_for_testing by build_executable_from_specs and clean_restart.
1622
62cef515
TT
16232013-06-27 Tom Tromey <tromey@redhat.com>
1624
1625 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1626 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1627 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1628 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1629 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1630 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1631 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1632 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1633 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1634 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1635 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1636 Use standard_testfile, standard_output_file, prepare_for_testing,
1637 clean_restart.
1638
0ab77f5f
TT
16392013-06-27 Tom Tromey <tromey@redhat.com>
1640
1641 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1642 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1643 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1644 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1645 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1646 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1647 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1648 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1649 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1650 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1651 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1652 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1653 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1654 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1655 gdb.base/solib-weak.exp, gdb.base/source.exp,
1656 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1657 gdb.base/stap-probe.exp, gdb.base/start.exp,
1658 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1659 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1660 gdb.base/step-test.exp, gdb.base/structs.exp,
1661 gdb.base/structs2.exp, gdb.base/structs3.exp,
1662 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1663 standard_output_file, prepare_for_testing, clean_restart.
1664
822bd149
TT
16652013-06-27 Tom Tromey <tromey@redhat.com>
1666
1667 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1668 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1669 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1670 gdb.base/pending.exp, gdb.base/permissions.exp,
1671 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1672 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1673 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1674 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1675 gdb.base/ptype.exp, gdb.base/randomize.exp,
1676 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1677 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1678 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1679 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1680 standard_testfile, standard_output_file, prepare_for_testing,
1681 clean_restart.
1682
f8b41b00
TT
16832013-06-27 Tom Tromey <tromey@redhat.com>
1684
a8c97a87
TT
1685 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1686 gdb.base/huge.exp, gdb.base/included.exp,
1687 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1688 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1689 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1690 gdb.base/info-target.exp, gdb.base/infoline.exp,
1691 gdb.base/interp.exp, gdb.base/interrupt.exp,
1692 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1693 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1694 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1695 gdb.base/logical.exp, gdb.base/long_long.exp,
1696 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1697 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1698 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1699 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
1700 standard_testfile, standard_output_file, prepare_for_testing,
1701 clean_restart.
1702
289f9037
TT
17032013-06-27 Tom Tromey <tromey@redhat.com>
1704
a8c97a87
TT
1705 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1706 gdb.base/enumval.exp, gdb.base/environ.exp,
1707 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1708 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1709 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1710 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1711 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1712 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1713 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1714 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1715 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1716 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1717 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1718 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1719 gdb.base/gnu_vector.exp: Use standard_testfile,
1720 standard_output_file, prepare_for_testing, clean_restart.
289f9037 1721
f76495c8
TT
17222013-06-27 Tom Tromey <tromey@redhat.com>
1723
a8c97a87
TT
1724 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1725 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1726 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1727 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1728 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1729 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1730 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1731 gdb.base/commands.exp, gdb.base/completion.exp,
1732 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1733 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1734 gdb.base/constvars.exp, gdb.base/corefile.exp,
1735 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1736 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1737 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1738 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1739 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
1740 standard_output_file, prepare_for_testing, clean_restart.
1741
a64d2530
TT
17422013-06-27 Tom Tromey <tromey@redhat.com>
1743
a8c97a87
TT
1744 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1745 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1746 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1747 gdb.base/async-shell.exp, gdb.base/async.exp,
1748 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1749 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1750 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1751 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1752 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1753 gdb.base/break-on-linker-gcd-function.exp,
1754 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
1755 standard_output_file, prepare_for_testing, clean_restart.
1756
aaff8d73
YQ
17572013-06-26 Yao Qi <yao@codesourcery.com>
1758
1759 * gdb.trace/mi-trace-frame-collected.exp: New.
1760
a0743c90
YQ
17612013-06-25 Yao Qi <yao@codesourcery.com>
1762
1763 * boards/native-extended-gdbserver.exp: Set board_info
1764 'gdb,predefined_tsv'.
1765 * boards/native-gdbserver.exp: Likewise.
1766 * boards/native-stdio-gdbserver.exp: Likewise.
1767 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1768 uploaded TSVs if target supports tracing.
1769 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1770 tracing and target has predefined tsv.
1771
9d6e6e84
HZ
17722013-06-25 Yao Qi <yao@codesourcery.com>
1773 Hui Zhu <hui@codesourcery.com>
1774 Pedro Alves <palves@redhat.com>
1775
1776 PR breakpoints/15075
1777 PR breakpoints/15434
1778 * gdb.base/dprintf-next.c: New file.
1779 * gdb.base/dprintf-next.exp: New file.
1780 * gdb.base/dprintf-non-stop.c: New file.
1781 * gdb.base/dprintf-non-stop.exp: New file.
1782 * gdb.base/dprintf.exp: Don't check "continue" in the output
1783 of "info breakpoints".
1784 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1785 Don't check "continue" in script field.
1786
e7ab3185
TT
17872013-06-21 Tom Tromey <tromey@redhat.com>
1788
1789 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1790 name in a test name.
1791
c898adb7
YQ
17922013-06-20 Yao Qi <yao@codesourcery.com>
1793
1794 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1795 and set an action.
1796 (test_trace_unavailable): Test command -data-list-register-values
1797 in the context of traceframe and with option --skip-unavailable.
1798 * gdb.trace/trace-unavailable.c (foo): New.
1799 (main): Call it.
1800 * gdb.mi/gdb2549.exp: Update matching pattern.
1801
4d157a3d
MF
18022013-06-19 Mike Frysinger <vapier@gentoo.org>
1803
1804 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1805 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1806 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1807 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1808 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1809
d69cace4
LM
18102013-06-19 Luis Machado <lgustavo@codesourcery.com>
1811
1812 * gdb.base/subst.exp: Delete default rules before further
1813 tests.
1814
9bdd0636
YQ
18152013-06-19 Yao Qi <yao@codesourcery.com>
1816
1817 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1818 unsupported if it is not registered.
1819
427cd150
TT
18202013-06-18 Tom Tromey <tromey@redhat.com>
1821
1822 * gdb.base/random-signal.c: New file.
1823 * gdb.base/random-signal.exp: New file.
1824
6de7c271
WN
18252013-06-18 Will Newton <will.newton@linaro.org>
1826
1827 * gdb.base/skip.c: Use comma to evaluate results of foo()
1828 and bar() before passing to baz().
1829 * gdb.base/skip.c: baz() now takes one argument instead of
1830 two.
1831
5bd1ef56
TT
18322013-06-18 Tom Tromey <tromey@redhat.com>
1833
1834 * gdb.dwarf2/implptrpiece.exp: New file.
1835 * gdb.dwarf2/implptrconst.exp (d): New variable.
1836 Print d.
1837 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1838
e379b391
TT
18392013-06-18 Tom Tromey <tromey@redhat.com>
1840
1841 * lib/selftest-support.exp (do_self_tests): Reject remote or
1842 non-native targets.
1843 * gdb.gdb/complaints.exp: Remove check.
1844 * gdb.gdb/observer.exp: Remove check.
1845 * gdb.gdb/xfullpath.exp: Remove check.
1846 * gdb.gdb/complaints.exp: Remove check.
1847
4ec70201
PA
18482013-06-07 Pedro Alves <palves@redhat.com>
1849
1850 * boards/native-extended-gdbserver.exp: Remove semicolon.
1851 * config/arm-ice.exp: Likewise.
1852 * config/bfin.exp: Likewise.
1853 * config/cygmon.exp: Likewise.
1854 * config/h8300.exp: Likewise.
1855 * config/monitor.exp: Likewise.
1856 * config/sid.exp: Likewise.
1857 * config/sim.exp: Likewise.
1858 * config/slite.exp: Likewise.
1859 * config/vx.exp: Likewise.
1860 * gdb.arch/i386-bp_permanent.exp: Likewise.
1861 * gdb.asm/asm-source.exp: Likewise.
1862 * gdb.base/args.exp: Likewise.
1863 * gdb.base/attach-pie-misread.exp: Likewise.
1864 * gdb.base/auxv.exp: Likewise.
1865 * gdb.base/bigcore.exp: Likewise.
1866 * gdb.base/bitfields2.exp: Likewise.
1867 * gdb.base/bitfields.exp: Likewise.
1868 * gdb.base/break.exp: Likewise.
1869 * gdb.base/break-interp.exp: Likewise.
1870 * gdb.base/callfuncs.exp: Likewise.
1871 * gdb.base/call-sc.exp: Likewise.
1872 * gdb.base/commands.exp: Likewise.
1873 * gdb.base/corefile.exp: Likewise.
1874 * gdb.base/dbx.exp: Likewise.
1875 * gdb.base/ending-run.exp: Likewise.
1876 * gdb.base/exprs.exp: Likewise.
1877 * gdb.base/funcargs.exp: Likewise.
1878 * gdb.base/hbreak2.exp: Likewise.
1879 * gdb.base/huge.exp: Likewise.
1880 * gdb.base/list.exp: Likewise.
1881 * gdb.base/memattr.exp: Likewise.
1882 * gdb.base/overlays.exp: Likewise.
1883 * gdb.base/printcmds.exp: Likewise.
1884 * gdb.base/recurse.exp: Likewise.
1885 * gdb.base/remotetimeout.exp: Likewise.
1886 * gdb.base/reread.exp: Likewise.
1887 * gdb.base/savedregs.exp: Likewise.
1888 * gdb.base/scope.exp: Likewise.
1889 * gdb.base/sepdebug.exp: Likewise.
1890 * gdb.base/setshow.exp: Likewise.
1891 * gdb.base/setvar.exp: Likewise.
1892 * gdb.base/sigaltstack.exp: Likewise.
1893 * gdb.base/siginfo-addr.exp: Likewise.
1894 * gdb.base/siginfo.exp: Likewise.
1895 * gdb.base/siginfo-obj.exp: Likewise.
1896 * gdb.base/sigrepeat.exp: Likewise.
1897 * gdb.base/sigstep.exp: Likewise.
1898 * gdb.base/structs.exp: Likewise.
1899 * gdb.base/testenv.exp: Likewise.
1900 * gdb.base/twice.exp: Likewise.
1901 * gdb.base/valgrind-db-attach.exp: Likewise.
1902 * gdb.base/valgrind-infcall.exp: Likewise.
1903 * gdb.base/varargs.exp: Likewise.
1904 * gdb.base/watchpoint.exp: Likewise.
1905 * gdb.cp/gdb1355.exp: Likewise.
1906 * gdb.cp/misc.exp: Likewise.
1907 * gdb.disasm/hppa.exp: Likewise.
1908 * gdb.disasm/t01_mov.exp: Likewise.
1909 * gdb.disasm/t02_mova.exp: Likewise.
1910 * gdb.disasm/t03_add.exp: Likewise.
1911 * gdb.disasm/t04_sub.exp: Likewise.
1912 * gdb.disasm/t05_cmp.exp: Likewise.
1913 * gdb.disasm/t06_ari2.exp: Likewise.
1914 * gdb.disasm/t07_ari3.exp: Likewise.
1915 * gdb.disasm/t08_or.exp: Likewise.
1916 * gdb.disasm/t09_xor.exp: Likewise.
1917 * gdb.disasm/t10_and.exp: Likewise.
1918 * gdb.disasm/t11_logs.exp: Likewise.
1919 * gdb.disasm/t12_bit.exp: Likewise.
1920 * gdb.disasm/t13_otr.exp: Likewise.
1921 * gdb.gdb/selftest.exp: Likewise.
1922 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1923 * gdb.mi/mi-reverse.exp: Likewise.
1924 * gdb.pascal/floats.exp: Likewise.
1925 * gdb.python/py-inferior.exp: Likewise.
1926 * gdb.threads/attach-into-signal.exp: Likewise.
1927 * gdb.threads/pthreads.exp: Likewise.
1928 * gdb.threads/thread_events.exp: Likewise.
1929 * gdb.threads/watchthreads.exp: Likewise.
1930 * gdb.trace/actions-changed.exp: Likewise.
1931 * gdb.trace/actions.exp: Likewise.
1932 * gdb.trace/ax.exp: Likewise.
1933 * gdb.trace/backtrace.exp: Likewise.
1934 * gdb.trace/change-loc.exp: Likewise.
1935 * gdb.trace/deltrace.exp: Likewise.
1936 * gdb.trace/disconnected-tracing.exp: Likewise.
1937 * gdb.trace/ftrace.exp: Likewise.
1938 * gdb.trace/infotrace.exp: Likewise.
1939 * gdb.trace/passc-dyn.exp: Likewise.
1940 * gdb.trace/passcount.exp: Likewise.
1941 * gdb.trace/pending.exp: Likewise.
1942 * gdb.trace/qtro.exp: Likewise.
1943 * gdb.trace/range-stepping.exp: Likewise.
1944 * gdb.trace/report.exp: Likewise.
1945 * gdb.trace/save-trace.exp: Likewise.
1946 * gdb.trace/status-stop.exp: Likewise.
1947 * gdb.trace/strace.exp: Likewise.
1948 * gdb.trace/tfile.exp: Likewise.
1949 * gdb.trace/tfind.exp: Likewise.
1950 * gdb.trace/trace-break.exp: Likewise.
1951 * gdb.trace/tracecmd.exp: Likewise.
1952 * gdb.trace/trace-mt.exp: Likewise.
1953 * gdb.trace/tspeed.exp: Likewise.
1954 * gdb.trace/tsv.exp: Likewise.
1955 * gdb.trace/while-stepping.exp: Likewise.
1956 * lib/gdb.exp: Likewise.
1957 * lib/gdbserver-support.exp: Likewise.
1958 * lib/java.exp: Likewise.
1959 * lib/mi-support.exp: Likewise.
1960 * lib/pascal.exp: Likewise.
1961 * lib/prompt.exp: Likewise.
1962 * lib/trace-support.exp: Likewise.
1963
47d48711
PA
19642013-06-07 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.ada/info_types.c: Fix formating in copyright header.
1967 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1968 * gdb.base/float.c: Likewise.
1969 * gdb.base/inferior-died.c: Likewise.
1970 * gdb.base/interp.c: Likewise.
1971 * gdb.base/jit-main.c: Likewise.
1972 * gdb.base/jit-solib.c: Likewise.
1973 * gdb.base/long_long.c: Likewise.
1974 * gdb.base/longjmp.c: Likewise.
1975 * gdb.base/nextoverexit.c: Likewise.
1976 * gdb.base/pr11022.c: Likewise.
1977 * gdb.base/prelink-lib.c: Likewise.
1978 * gdb.base/prelink.c: Likewise.
1979 * gdb.base/prologue.c: Likewise.
1980 * gdb.base/restore.c: Likewise.
1981 * gdb.base/sigchld.c: Likewise.
1982 * gdb.base/solib-search-lib1.c: Likewise.
1983 * gdb.base/solib-search-lib2.c: Likewise.
1984 * gdb.base/solib-search.c: Likewise.
1985 * gdb.base/solib-search.h: Likewise.
1986 * gdb.base/whatis.c: Likewise.
1987 * gdb.cp/abstract-origin.cc: Likewise.
1988 * gdb.cp/anon-struct.cc: Likewise.
1989 * gdb.cp/baseenum.cc: Likewise.
1990 * gdb.cp/bs15503.cc: Likewise.
1991 * gdb.cp/call-c-1.c: Likewise.
1992 * gdb.cp/call-c.cc: Likewise.
1993 * gdb.cp/class2.cc: Likewise.
1994 * gdb.cp/classes.cc: Likewise.
1995 * gdb.cp/cttiadd.cc: Likewise.
1996 * gdb.cp/cttiadd1.cc: Likewise.
1997 * gdb.cp/cttiadd2.cc: Likewise.
1998 * gdb.cp/cttiadd3.cc: Likewise.
1999 * gdb.cp/derivation.cc: Likewise.
2000 * gdb.cp/derivation2.cc: Likewise.
2001 * gdb.cp/dispcxx.cc: Likewise.
2002 * gdb.cp/exception.cc: Likewise.
2003 * gdb.cp/gdb2384-base.cc: Likewise.
2004 * gdb.cp/gdb2384-base.h: Likewise.
2005 * gdb.cp/gdb2384.cc: Likewise.
2006 * gdb.cp/gdb2495.cc: Likewise.
2007 * gdb.cp/mb-inline.h: Likewise.
2008 * gdb.cp/mb-inline1.cc: Likewise.
2009 * gdb.cp/mb-inline2.cc: Likewise.
2010 * gdb.cp/member-name.cc: Likewise.
2011 * gdb.cp/member-ptr.cc: Likewise.
2012 * gdb.cp/misc.cc: Likewise.
2013 * gdb.cp/namespace1.cc: Likewise.
2014 * gdb.cp/nextoverthrow.cc: Likewise.
2015 * gdb.cp/pr-574.cc: Likewise.
2016 * gdb.cp/pr9631.cc: Likewise.
2017 * gdb.cp/printmethod.cc: Likewise.
2018 * gdb.cp/psmang1.cc: Likewise.
2019 * gdb.cp/psmang2.cc: Likewise.
2020 * gdb.cp/psymtab-parameter.cc: Likewise.
2021 * gdb.cp/ptype-flags.cc: Likewise.
2022 * gdb.cp/ref-params.cc: Likewise.
2023 * gdb.cp/ref-types.cc: Likewise.
2024 * gdb.cp/smartp.cc: Likewise.
2025 * gdb.cp/try_catch.cc: Likewise.
2026 * gdb.cp/userdef.cc: Likewise.
2027 * gdb.cp/using-crash.cc: Likewise.
2028 * gdb.cp/virtfunc.cc: Likewise.
2029 * gdb.cp/virtfunc2.cc: Likewise.
2030 * gdb.dwarf2/callframecfa.S: Likewise.
2031 * gdb.dwarf2/dw2-ranges.c: Likewise.
2032 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2033 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2034 * gdb.dwarf2/dw2-restore.S: Likewise.
2035 * gdb.dwarf2/pieces.S: Likewise.
2036 * gdb.dwarf2/valop.S: Likewise.
2037 * gdb.java/jnpe.java: Likewise.
2038 * gdb.mi/mi-stepn.c: Likewise.
2039 * gdb.mi/mi-var-cp.cc: Likewise.
2040 * gdb.mi/mi-var-rtti.cc: Likewise.
2041 * gdb.mi/ns-stale-regcache.c: Likewise.
2042 * gdb.mi/pr11022.c: Likewise.
2043 * gdb.mi/solib-lib.c: Likewise.
2044 * gdb.mi/solib-main.c: Likewise.
2045 * gdb.python/py-arch.c: Likewise.
2046 * gdb.python/py-block.c: Likewise.
2047 * gdb.python/py-breakpoint.c: Likewise.
2048 * gdb.python/py-events.c: Likewise.
2049 * gdb.python/py-evthreads.c: Likewise.
2050 * gdb.python/py-explore.c: Likewise.
2051 * gdb.python/py-explore.cc: Likewise.
2052 * gdb.python/py-finish-breakpoint.c: Likewise.
2053 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2054 * gdb.python/py-symbol.c: Likewise.
2055 * gdb.threads/execl.c: Likewise.
2056 * gdb.threads/execl1.c: Likewise.
2057
88ab5684
WN
20582013-06-07 Will Newton <will.newton@linaro.org>
2059
2060 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2061
42daa7a0
WN
20622013-06-07 Will Newton <will.newton@linaro.org>
2063
2064 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2065 and "starting".
2066
f4059ef3
WN
20672013-06-07 Will Newton <will.newton@linaro.org>
2068
2069 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2070 destructor prototypes for ARM ABI.
2071 * gdb.cp/m-static.exp: Likewise.
2072
8cb5cc78
YQ
20732013-06-07 Yao Qi <yao@codesourcery.com>
2074
2075 * gdb.trace/mi-trace-unavailable.exp: New.
2076 * gdb.trace/trace-unavailable.c: New.
2077
c6cf1712
DE
20782013-06-06 Doug Evans <dje@google.com>
2079
2080 * gdb.cp/derivation.exp: Make tests have unique names.
2081
bf6be0f4
TT
20822013-06-06 Tom Tromey <tromey@redhat.com>
2083
2084 * gdb.base/dump.exp (capture_value): Don't put expression into
2085 test name if arguments passed in.
2086 Rename a couple more tests to make them unique.
2087
ebb022fa
TT
20882013-06-06 Tom Tromey <tromey@redhat.com>
2089
2090 * gdb.base/break-always.exp: Explicitly specify test name.
2091
69fc87c2
DE
20922013-06-05 Doug Evans <dje@google.com>
2093 Keith Seitz <keiths@redhat.com>
2094
2095 * gdb.cp/derivation2.cc: New file.
2096 * gdb.cp/derivation.cc (main): Call foo2.
2097 * gdb.cp/derivation.exp: Add tests for typedefs in another
2098 file, and when there's an active block.
2099
f993f39e
LM
21002013-06-05 Luis Machado <lgustavo@codesourcery.com>
2101
2102 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2103 from targets that use function descriptors in the virtual tables.
2104 Handle presence of dot symbols.
2105
afacd7f3
GB
21062013-06-04 Gary Benson <gbenson@redhat.com>
2107
2108 * gdb.base/break-probes.exp: New file.
2109 * gdb.base/break-probes.c: Likewise.
2110 * gdb.base/break-probes-solib.c: Likewise.
2111 * gdb.base/info-shared.exp: New file.
2112 * gdb.base/info-shared.c: Likewise.
2113 * gdb.base/info-shared-solib1.c: Likewise.
2114 * gdb.base/info-shared-solib2.c: Likewise.
2115
a29a3fb7
GB
21162013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2117 Gary Benson <gbenson@redhat.com>
2118
2119 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2120 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2121 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2122 to be set to "no" to indicate that no ld.so copy should be made.
2123 * gdb.base/break-interp.exp (solib_bp): New constant.
2124 (reach_1): Use the above instead of "_dl_debug_state".
2125 (test_attach): Likewise.
2126 (test_ld): Likewise.
2127 * gdb.threads/dlopen-libpthread.exp: New file.
2128 * gdb.threads/dlopen-libpthread.c: Likewise.
2129 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2130 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2131
62a813cc
YQ
21322013-05-30 Yao Qi <yao@codesourcery.com>
2133
2134 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2135 Add a test that no MI notification is emitted when executing
2136 -exec-arguments.
2137
8f56dad4
JK
21382013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2139
2140 PR testsuite/12649
2141 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2142 $mi_gdb_prompt expectation by mi_expect_stop.
2143 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2144 (mi info dprintf second time): Replace them by mi_send_resuming_command
2145 and mi_expect_stop.
2146
c588eb20
GB
21472013-05-24 Gary Benson <gbenson@redhat.com>
2148
2149 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2150 backslash.
2151 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2152 backslashes.
2153 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2154 backslash.
2155
c0ea94eb
YQ
21562013-05-24 Yao Qi <yao@codesourcery.com>
2157
2158 * gdb.trace/tfile.exp: Test inferior and thread.
2159
db1ac436
YQ
21602013-05-24 Yao Qi <yao@codesourcery.com>
2161 Pedro Alves <palves@redhat.com>
2162
2163 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2164 test fails.
2165 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2166 Return 0 if the test passes, otherwise return 1.
2167
b6abb10c
DE
21682013-05-23 Doug Evans <dje@google.com>
2169
2170 * boards/fission-dwp.exp: New file.
2171
bc5065a7
PA
21722013-05-23 Yao Qi <yao@codesourcery.com>
2173 Pedro Alves <palves@redhat.com>
2174
2175 * gdb.base/range-stepping.c: New file.
2176 * gdb.base/range-stepping.exp: New file.
2177 * gdb.trace/range-stepping.c: New file.
2178 * gdb.trace/range-stepping.exp: New file.
2179 * lib/range-stepping-support.exp: New file.
2180
5f2e6b00
TT
21812013-05-22 Tom Tromey <tromey@redhat.com>
2182
2183 * gdb.cp/class2.cc (main): New local 'aref'.
2184 * gdb.cp/class2.exp: Check printing of 'aref'.
2185
e6ba475a
DE
21862013-05-22 Doug Evans <dje@google.com>
2187
2188 * gdb.threads/wp-replication.c (main): Insert some code at the start
2189 to ensure the breakpoint on main is only hit once. Fix comment.
2190
52c935b6
KS
21912013-05-21 Keith Seitz <keiths@redhat.com>
2192 Pedro Alves <palves@redhat.com>
2193
2194 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2195 gdb_expect.
2196 Add test to flush the remaining input buffer so that this
2197 file passes testsuite/12649.
2198
bd9673a4
PW
21992013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2200
2201 * gdb.base/catch-signal-fork.exp: New file.
2202 * gdb.base/catch-signal-fork.c: New file.
2203
69a97597
SA
22042013-05-21 Sterling Augustine <saugustine@google.com>
2205
2206 * boards/remote-stdio-gdbserver.exp: New file.
2207
44e97363
JK
22082013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2209
2210 PR testsuite/12649
2211 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2212 racy matches.
2213
02392865
CG
22142013-05-21 Christian Groessler <chris@groessler.org>
2215
2216 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2217 since it's not supported in all shells.
2218
c5867ab6
HZ
22192013-05-21 Hui Zhu <hui@codesourcery.com>
2220
2221 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2222 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2223
6c9e2db4
DE
22242013-05-20 Doug Evans <dje@google.com>
2225
2226 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2227 (_handle_DW_TAG): Use it.
2228 (cu, tu): Replace parameters is_64, version, addr_size with options.
2229 All callers updated. Add Fission support.
2230 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2231 * gdb.dwarf2/method-ptr.exp: Ditto.
2232 * gdb.dwarf2/nostaticblock.exp: Ditto.
2233 * gdb.dwarf2/subrange.exp: Ditto.
2234 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2235
4a6e676c
TT
22362013-05-20 Tom Tromey <tromey@redhat.com>
2237
2238 * gdb.gdb/python-selftest.exp: New file.
2239
e19d3afb
DE
22402013-05-20 Doug Evans <dje@google.com>
2241
2242 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2243 -fdebug-types-section.
2244
4d804846
JB
22452013-05-20 Joel Brobecker <brobecker@adacore.com>
2246
2247 * gdb.ada/float_param: New testcase.
2248
8d324e83
DE
22492013-05-17 Doug Evans <dje@google.com>
2250
7d0c9981
DE
2251 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2252 Add tests for "maint check-symtabs", "maint expand-symtabs".
2253
8d324e83
DE
2254 * gdb.base/maint.exp: Remove testing of individual maint command
2255 help output.
2256
177aadc4
PA
22572013-05-16 Pedro Alves <palves@redhat.com>
2258
2259 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2260 comment. Use gdb_test_no_output.
2261
b8fea896
JB
22622013-05-16 Joel Brobecker <brobecker@adacore.com>
2263
2264 * gdb.ada/complete.exp: Add test verifying completion using
2265 the "tab" key.
2266
52c935b6
KS
22672013-05-15 Keith Seitz <keiths@redhat.com>
2268
2269 * gdb.base/filesym.exp: New completer test.
2270 * gdb.base/filesym.c: New file.
2271
ed0f00b8
PA
22722013-05-15 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.base/fixsection.c: Remove attribution.
2275 * gdb.base/watch-read.exp: Ditto.
2276
55fb6d27
TT
22772013-05-13 Tom Tromey <tromey@redhat.com>
2278
2279 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2280 size and change type sizes to 4 bytes.
2281
ac1ca910
TT
22822013-05-13 Tom Tromey <tromey@redhat.com>
2283
2284 * gdb.base/exprs.exp (test_expr): Add regression test.
2285 * gdb.base/exprs.c (null_t_struct): New global.
2286
8414efef
MB
22872013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2288
2289 * gdb.base/default.exp: Disable history saving.
2290 * gdb.base/setshow.exp: Likewise.
2291
9779ab84
PA
22922013-05-10 Pedro Alves <palves@redhat.com>
2293
2294 PR remote/15455
2295
2296 * gdb.trace/qtro.c: New file.
2297 * gdb.trace/qtro.exp: New file.
2298
1e611234
PM
22992013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2300
2301 * gdb.python/py-framefilter.py: New File.
2302 * gdb.python/py-framefilter-mi.exp: Ditto.
2303 * gdb.python/py-framefilter.c: Ditto.
2304 * gdb.python/py-framefilter-mi.exp: Ditto.
2305 * gdb.python/py-framefilter-mi.c: Ditto,
2306 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2307
5e4c3ac4
TT
23082013-05-08 Tom Tromey <tromey@redhat.com>
2309
2310 * gdb.base/solib-search.exp: Set test name for "set
2311 solib-search-path" test.
2312
993654a9
HAQ
23132013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2314
2315 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2316 (set_a_tracepoint): Set tracepoint before prologue.
2317 (run_trace_experiment): Test setup_tracepoints and 'break end'
2318 in it.
2319 (trace_buffer_normal): Remove.
2320 (gdb_trace_circular_tests): Remove. Move tests to...
2321 (top level): ...here. Call 'runto_main' before checking for
2322 trace support. Use commands to check the support for circular
2323 trace buffer and changing of trace buffer size. Add test
2324 to calculate size of single frame. Use this size to
2325 calculate the size of trace buffer. Use 'tfind pc func9'
2326 instead of 'tfind 9'. Use 'with_test_prefix'.
2327
c95aea6b
TT
23282013-05-07 Tom Tromey <tromey@redhat.com>
2329
2330 * lib/selftest-support.exp: New file.
2331 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2332 do_self_tests.
2333 (setup_test, find_gdb): Remove.
2334 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2335 do_self_tests.
2336 (setup_test, find_gdb): Remove.
2337 (test_observer): Don't call setup_test. Remove argument.
2338 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2339 (find_gdb): Remove.
2340 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2341 do_self_tests.
2342 (setup_test, find_gdb): Remove.
2343 (test_with_self): Don't call setup_test. Remove argument.
2344
1f031429
PA
23452013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2346
2347 * gdb.arch/system-gcore.exp: Remove.
2348 * gdb.arch/gcore.c: Remove.
2349 * gdb.base/gcore.exp: Add "info reg system".
2350
58ce7251
SDJ
23512013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2352
2353 PR breakpoints/15413:
2354 * gdb.base/pending.exp: Add test for completion of the "condition"
2355 command for pending breakpoints.
2356 * gdb.linespec/linespec.ex: Add test for completion of the
2357 "condition" command when dealing with multiple locations.
2358
aacbb8a5
LM
23592013-05-07 Luis Machado <lgustavo@codesourcery.com>
2360
2361 * gdb.threads/wp-replication.c: New file.
2362 * gdb.threads/wp-replication.exp: New file.
2363
2dd6254d
SL
23642013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2365
2366 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2367
c2a96e8c
DE
23682013-05-06 Doug Evans <dje@google.com>
2369
b903e17e
DE
2370 * gdb.base/solib-search-lib1.c: New file.
2371 * gdb.base/solib-search-lib2.c: New file.
2372 * gdb.base/solib-search.c: New file.
2373 * gdb.base/solib-search.h: New file.
2374 * gdb.base/solib-search.exp: New file.
2375
fac51dd9
DE
2376 * lib/gdb.exp (gdb_core_cmd): New function.
2377 * gdb.arch/system-gcore.exp: Use it.
2378 * gdb.arch/vsx-regs.exp: Ditto.
2379 * gdb.base/gcore.exp: Ditto.
2380 * gdb.threads/gcore-thread.exp: Ditto.
2381
c2a96e8c
DE
2382 * gdb.reverse/shr.h: New file.
2383 * gdb.reverse/shr1.c: New file.
2384 * gdb.reverse/shr2.c: #include "shr.h".
2385 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2386 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2387 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2388 Update tests using sleep/printf to use shr2.sl instead.
2389 * gdb.reverse/solib-reverse.exp: Ditto.
2390
b6807d98
TT
23912013-05-06 Tom Tromey <tromey@redhat.com>
2392
2393 * gdb.dwarf2/implptrconst.c: New file.
2394 * gdb.dwarf2/implptrconst.exp: New file.
2395 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2396 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2397 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2398
96f7d3f1
PW
23992013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2400
2401 * gdb.base/catch-sig.c (main): Raise SIGINT.
2402 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2403
1ebff1fd
HAQ
24042013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2405
2406 * status-stop.exp (test_tstart_tstart): Check for error
2407 returned by the second 'tstart' command.
2408
f92b06da
WT
24092013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2410
2411 * gdb.xml/maint_print_struct.exp: New file.
2412 * gdb.xml/maint_print_struct.xml: New file.
2413
ff546935
TT
24142013-04-25 Tom Tromey <tromey@redhat.com>
2415
2416 * gdb.dwarf2/nostaticblock.exp: New file.
2417
bf9e4d0c
MB
24182013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2419
2420 PR gdb/10462
2421 * gdb.base/setshow.exp: Add test case.
2422
a11cfd87
HZ
24232013-04-23 Hui Zhu <hui@codesourcery.com>
2424
2425 PR gdb/15293
a11cfd87
HZ
2426 * gdb.base/dprintf.exp: Add ignore command.
2427
2d9442cc
HZ
24282013-04-23 Hui Zhu <hui@codesourcery.com>
2429
2430 PR gdb/15165
2d9442cc
HZ
2431 * gdb.base/save-bp.exp: Add test for dprintf.
2432
0f3305ed
TT
24332013-04-22 Tom Tromey <tromey@redhat.com>
2434
2435 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2436 notice_open_fds.
2437
d504301e
SDJ
24382013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2439
2440 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2441 ldflags.
2442
9991b207
SDJ
24432013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2444
2445 * gdb.arch/arm-bl-branch-dest.c: New file.
2446 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2447
433730c9
PA
24482013-04-19 Vladimir Kargov <kargov@gmail.com>
2449 Pedro Alves <palves@redhat.com>
2450
2451 * gdb.arch/i386-float.S: New file.
2452 * gdb.arch/i386-float.exp: New file.
2453
9a908334
LM
24542013-04-18 Luis Machado <lgustavo@codesourcery.com>
2455
2456 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2457 type void *.
2458
4f22ed5c
DE
24592013-04-17 Doug Evans <dje@google.com>
2460
2461 * lib/dwarf.exp (Dwarf): New proc "tu".
2462 * gdb.dwarf2/missing-sig-type.exp: New file.
2463
a0d3f2f5
SCR
24642013-04-15 Siva Chandra Reddy <sivachandra@google.com>
2465
2466 Add option to link testcases with Pthreads library when
2467 using 'prepare_for_testing' in tests.
2468
2469 * lib/gdb.exp (build_executable_from_specs): Use
2470 gdb_compile_pthreads to compile if option "pthreads" is
2471 specified.
2472
cc16e6c9
TT
24732013-04-15 Tom Tromey <tromey@redhat.com>
2474
2475 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2476
72f1fe8a
TT
24772013-04-15 Tom Tromey <tromey@redhat.com>
2478
2479 * gdb.base/default.exp: Update for $_exception.
2480 * gdb.cp/exceptprint.cc: New file.
2481 * gdb.cp/exceptprint.exp: New file.
2482 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
2483
6e72ca20
TT
24842013-04-15 Tom Tromey <tromey@redhat.com>
2485
2486 * gdb.cp/typeid.cc: New file.
2487 * gdb.cp/typeid.exp: New file.
2488
591f19e8
TT
24892013-04-15 Tom Tromey <tromey@redhat.com>
2490
2491 * gdb.cp/exception.exp: Add "catch rethrow" tests.
2492
da9160e4
YQ
24932013-04-13 Yao Qi <yao@codesourcery.com>
2494
2495 * gdb.base/completion.exp: Test completion of command
2496 'target ctf' if target ctf is supported.
2497
f81d1120
PA
24982013-04-10 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.base/completion.exp: Test "set height", "set listsize" and
2501 "set trace-buffer-size" completion.
2502 * gdb.base/setshow.exp: Test "set height unlimited".
2503 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
2504 unlimited".
2505
393fd4c3
YQ
25062013-04-10 Yao Qi <yao@codesourcery.com>
2507
2508 * gdb.trace/actions.exp: Save trace data to CTF.
2509 Change to ctf target if GDB supports, read CTF data in ctf
2510 target, and check the actions of tracepoints.
2511 * gdb.trace/while-stepping.exp: Likewise.
2512 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2513 format and read CTF trace file if GDB supports.
2514 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2515 target is supported, change to ctf target, read trace data and
2516 check output of command "tstatus".
2517 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2518 read CTF data by target ctf and call check_tsv.
2519
b7a273f8
YQ
25202013-04-10 Yao Qi <yao@codesourcery.com>
2521
2522 * gdb.trace/actions.exp (check_tracepoint): New.
2523 (top level): Start the tracing and check the actions of
2524 tracepoints. Save trace data to tfile format. Restart GDB
2525 and read trace file in tfile target. Check the actions of
2526 tracepoints again.
2527 * gdb.trace/while-stepping.exp: Likewise.
2528
f3786771
YQ
25292013-04-10 Yao Qi <yao@codesourcery.com>
2530
2531 * gdb.trace/report.exp: Use standard_output_file for saved
2532 trace file.
2533
5c2b4418
HZ
25342013-04-10 Hui Zhu <hui@codesourcery.com>
2535
2536 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2537 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2538 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2539
f7543f0a
JK
25402013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2541
2542 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2543 response.
2544
f6de8ec2
PA
25452013-04-08 Pedro Alves <palves@redhat.com>
2546
2547 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2548 the location.
2549
b8abfd58
SL
25502013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2551
2552 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2553 for breakpoint location.
2554
156bffd0
SL
25552013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2556
2557 * gdb.linespec/linespec.exp: Make dir/file:line tests
2558 conditional for non-remote hosts only.
2559
c9a6ce02
PA
25602013-04-04 Stan Shebs <stan@codesourcery.com>
2561 Pedro Alves <palves@redhat.com>
2562
2563 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2564 * gdb.trace/actions-changed.c: New file.
2565 * gdb.trace/actions-changed.exp: New file.
2566 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2567 (gdb_trace_setactions_command): ... this. Add "actions_command"
2568 parameter, and handle it.
2569 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2570
4bd05f24
YQ
25712013-04-04 Yao Qi <yao@codesourcery.com>
2572
2573 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2574 'step'.
2575
3758b5ce
YQ
25762013-04-03 Yao Qi <yao@codesourcery.com>
2577
2578 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2579 "tfile-basic.tf".
2580 (test_tfind_tfile): Likewise.
2581
1dcaed0d
YQ
25822013-04-03 Yao Qi <yao@codesourcery.com>
2583
2584 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2585 "tfile-basic.tf" instead of "basic.tf".
2586 (write_error_trace_file): Pass argument "tfile-error.tf"
2587 instead of "error.tf".
2588 * gdb.trace/tfile.exp: Update tfile names to
2589 "tfile-basic.tf" and "tfile-error.tf".
2590
0e7a53fc
SL
25912013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2592
2593 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2594 empty directory in file for breakpoint hit.
2595
9852c492
YQ
25962013-03-29 Yao Qi <yao@codesourcery.com>
2597
2598 * gdb.base/completion.exp: Test completion of commands
2599 "target core", "target tfile" and "target exec".
2600 * gdb.trace/tfile.exp: Test completion of command
2601 "target tfile".
2602
af312be7
JB
26032013-03-28 Joel Brobecker <brobecker@adacore.com>
2604
2605 * gdb.ada/win_fu_syms: New testcase.
2606
e4a48d9d
DE
26072013-03-28 Doug Evans <dje@google.com>
2608
2609 * gdb.base/maint.exp (maint print statistics): Update expected output.
2610
7f7cc265
PA
26112013-03-28 Pedro Alves <palves@redhat.com>
2612
2613 PR gdb/15294
2614
2615 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2616 mean unlimited instead of $arg < 0.
2617 (test_listsize): Remove "listsize of 0 suppresses output" test.
2618 Test that "set listsize 0" ends up with an unlimited listsize.
2619
fc0da894
PA
26202013-03-28 Pedro Alves <palves@redhat.com>
2621
2622 * gdb.base/list.exp (last_line): New global.
2623 (last_line_re): New global.
2624 (test_listsize, test_list_function, test_list_forward)
2625 (test_repeat_list_command, test_list_range)
2626 (test_list_filename_and_function): Use them.
2627 * gdb.base/list0.c: Comment the last line of the file with "last
2628 line".
2629
abe7b711
PA
26302013-03-28 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2633 list the whole file.
2634
15b3979c
PA
26352013-03-28 Pedro Alves <palves@redhat.com>
2636
2637 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2638 "set listsize".
2639
96811e3b
KS
26402013-03-26 Keith Seitz <keiths@redhat.com>
2641
2642 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2643 from passing.
2644
4043f22b
PA
26452013-03-26 Pedro Alves <palves@redhat.com>
2646
2647 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2648 until after GDB has run.
2649
14a1aa17
YQ
26502013-03-26 Yao Qi <yao@codesourcery.com>
2651
2652 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2653 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2654
99c819ee
MM
26552013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2656
2657 * gdb.btrace/enable.exp: Add regression test.
2658
24955f63
TT
26592013-03-25 Tom Tromey <tromey@redhat.com>
2660
2661 * gdb.cp/m-static.exp: Add destructor-printing tests.
2662
fce632b6
TT
26632013-03-25 Tom Tromey <tromey@redhat.com>
2664
2665 * gdb.cp/m-static.exp: Add constructor ptype tests.
2666 * gdb.cp/m-static.cc (single_constructor): New class.
2667 (main): Make instance of single_constructor.
2668
598d3636
JK
26692013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2670 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.server/server-kill.c: New file.
2673 * gdb.server/server-kill.exp: New file.
2674
c12440c9
PA
26752013-03-21 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2678 Expect $gdb_prompt in gdb_test_multiple.
2679
bd712aed
DE
26802013-03-21 Doug Evans <dje@google.com>
2681
2682 * gdb.base/maint.exp: Update tests for per-command stats.
2683
b2f83c08
TT
26842013-03-21 Tom Tromey <tromey@redhat.com>
2685
2686 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2687 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2688
ef0026f0
PA
26892013-03-20 Pedro Alves <palves@redhat.com>
2690
2691 PR gdb/15289
2692
2693 * gdb.base/remote.exp: Test
2694 "set remote hardware-watchpoint-limit -1",
2695 "set remote hardware-breakpoint-limit -1",
2696 "set remote hardware-watchpoint-limit 2147483647" and
2697 "set remote hardware-breakpoint-limit 2147483647".
2698
3f1175a9
PA
26992013-03-20 Pedro Alves <palves@redhat.com>
2700 Yao Qi <yao@codesourcery.com>
2701
2702 * gdb.trace/tfile.c: Add comments.
2703 (nonconstglob): New global.
2704 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2705 global that is not covered by the trace frame. Test
2706 disassembling.
2707
a09ae1c1
JK
27082013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2709
2710 * gdb.base/valgrind-infcall.exp
2711 (continue #$continue_count) <remote connection closed>
2712 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2713 $valgrind_pid.
2714
9ce98649
TT
27152013-03-15 Tom Tromey <tromey@redhat.com>
2716
2717 * gdb.cp/overload.cc (intintfunc): New.
2718 * gdb.cp/overload.exp: Add regression test.
2719
0a251e08
YQ
27202013-03-15 Yao Qi <yao@codesourcery.com>
2721
2722 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2723 using with_test_prefix.
2724 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2725 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2726 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2727 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2728 * gdb.base/break-interp.exp (test_core): Likewise.
2729 (test_attach_gdb): Likewise.
2730 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2731 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2732 Likewise.
2733 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2734 * gdb.base/jit.exp (one_jit_test): Likewise.
2735 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2736 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2737 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2738 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2739 Likewise.
2740 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2741 Likewise.
2742 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2743 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2744 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2745 (tracepoint_change_loc_2): Likewise.
2746 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2747 Likewise.
2748 (disconnected_tfind): Likewise.
2749 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2750 Likewise.
2751 (test_tfind_remote): Likewise.
2752 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2753 Likewise.
2754 (test_pending_resolved): Likewise.
2755 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2756 Likewise.
2757 (test_upload_tsv): Likewise.
2758 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2759 Likewise.
2760 (pending_tracepoint_works): Likewise.
2761 * gdb.trace/report.exp (use_collected_data): Likewise.
2762 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2763 Likewise.
2764 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2765 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2766 (strace_trace_on_same_addr): Likewise.
2767 (strace_trace_on_diff_addr): Likewise.
2768 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2769 (gdb_collect_locals_test): Likewise.
2770 (gdb_unavailable_registers_test): Likewise.
2771 (gdb_collect_globals_test): Likewise.
2772
2c415c0f
YQ
27732013-03-15 Yao Qi <yao@codesourcery.com>
2774
2775 * gdb.base/condbreak.exp: Add semicolon back which was removed
2776 by my previous commit.
2777
ae59b1da
YQ
27782013-03-14 Yao Qi <yao@codesourcery.com>
2779
2780 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2781 'return'.
2782 (gdb_target_monitor, gdb_load): Likewise.
2783 * config/sid.exp (gdb_load): Likewise.
2784 * config/slite.exp (gdb_load): Likewise.
2785 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2786 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2787 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2788 (single_step_until): Likewise.
2789 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2790 * gdb.arch/system-gcore.exp: Likewise.
2791 * gdb.base/bigcore.exp (extract_heap): Likewise.
2792 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2793 * gdb.base/call-ar-st.exp: Likewise.
2794 * gdb.base/call-rt-st.exp: Likewise.
2795 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2796 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2797 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2798 * gdb.base/corefile.exp: Likewise.
2799 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2800 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2801 * gdb.base/fixsection.exp: Likewise.
2802 * gdb.base/funcargs.exp: Likewise.
2803 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2804 * gdb.base/gcore-relro.exp: Likewise.
2805 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2806 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2807 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2808 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2809 * gdb.base/list.exp: Likewise.
2810 (set_listsize): Likewise.
2811 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2812 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2813 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2814 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2815 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2816 * gdb.base/setvar.exp: Likewise.
2817 (test_set): Likewise.
2818 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2819 * gdb.base/solib-overlap.exp: Likewise.
2820 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2821 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2822 * gdb.base/watchpoint.exp (initialize): Likewise.
2823 (test_simple_watchpoint): Likewise.
2824 (test_disabling_watchpoints): Likewise.
2825 (test_watchpoint_triggered_in_syscall): Likewise.
2826 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2827 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2828 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2829 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2830 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2831 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2832 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2833 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2834 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2835 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2836 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2837 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2838 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2839 * gdb.mi/gdb792.exp: Likewise.
2840 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2841 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2842 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2843 * gdb.threads/gcore-thread.exp: Likewise.
2844 (load_core): Likewise.
2845 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2846 (test_startup, check_control_c): Likewise.
2847 * gdb.threads/sigstep-threads.exp: Likewise.
2848 * gdb.threads/thread_check.exp: Likewise.
2849 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2850 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2851 (set_a_tracepoint, trace_buffer_normal): Likewise.
2852 (gdb_trace_circular_tests): Likewise.
2853 * gdb.trace/collection.exp: Likewise.
2854 * gdb.trace/disconnected-tracing.exp: Likewise.
2855 * gdb.trace/infotrace.exp: Likewise.
2856 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2857 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2858 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2859 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2860 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2861 * gdb.trace/stap-trace.exp: Likewise.
2862 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2863 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2864 * gdb.trace/trace-buffer-size.exp: Likewise.
2865 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2866 * gdb.trace/unavailable.exp: Likewise.
2867 * gdb.trace/while-dyn.exp: Likewise.
2868 * lib/fortran.exp (set_lang_fortran): Likewise.
2869 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2870 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2871 (default_gdb_start, get_compiler_info): Likewise.
2872 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2873 (get_debug_format, setup_xfail_format): Likewise.
2874 (rerun_to_main, gdb_skip_float_test): Likewise.
2875 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2876 * lib/java.exp (set_lang_java): Likewise.
2877 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2878 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2879 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2880 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2881 * lib/objc.exp (set_lang_objc): Likewise.
2882 * lib/pascal.exp (set_lang_pascal): Likewise.
2883 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2884 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2885 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2886
bb869963
SDJ
28872013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2888
2889 PR c++/15203
2890 PR c++/15210
2891 * gdb.cp/m-static.cc (keepalive_int): New function.
2892 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2893 * gdb.cp/m-static.exp: New test for `sintvar'.
2894
e2be70a0
YQ
28952013-03-14 Yao Qi <yao@codesourcery.com>
2896
2897 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2898 of 'tstatus' into tstatus_output.
2899 (top level): Save the trace data to tfile. Read trace file in
2900 tfile target. Check the trace status.
2901
8ddb1965
YQ
29022013-03-13 Yao Qi <yao@codesourcery.com>
2903
2904 * gdb.trace/tsv.exp (check_tsv): New.
2905 (top level): Save a tfile on current trace session. Call
2906 check_tsv on live target. Load the tfile with target tfile
2907 and call check_tsv again.
2908
045dd51f
YQ
29092013-03-13 Yao Qi <yao@codesourcery.com>
2910
2911 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2912 Replace some "gdb_test" with "gdb_test_no_output".
2913
82d049ab
PH
29142013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2915
2916 * gdb.ada/expr_delims.exp: New file.
2917 * gdb.ada/expr_delims/foo.adb: New file.
2918 * gdb.ada/expr_delims/pck.ads: New file.
2919 * gdb.ada/expr_delims/pck.adb: New file.
2920
cb8ea32b
KS
29212013-03-11 Keith Seitz <keiths@redhat.com>
2922
2923 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2924 both condition and thread. Then delete the watchpoint.
2925
2f1d9bdd
MM
29262013-03-11 Christian Himpel <christian.himpel@intel.com>
2927
2928 * Makefile.in: Add btrace testsuite.
2929 * configure: Regenerated.
2930 * configure.ac: Add btrace testsuite.
2931 * gdb.btrace/Makefile.in: New file.
2932 * gdb.btrace/enable.c: New file.
2933 * gdb.btrace/enable.exp: New file.
2934 * gdb.btrace/function_call_history.c: New file.
2935 * gdb.btrace/function_call_history.exp: New file.
2936 * gdb.btrace/instruction_history.c: New file.
2937 * gdb.btrace/instruction_history.exp: New file.
2938 * gdb.btrace/instruction_history.S: New file.
2939 * lib/gdb.exp: Add btrace skip proc.
2940
05c56a9d
JK
29412013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2942
2943 Fix entry-values if the callee called a noreturn function.
2944 * gdb.arch/amd64-tailcall-noret.S: New file.
2945 * gdb.arch/amd64-tailcall-noret.c: New file.
2946 * gdb.arch/amd64-tailcall-noret.exp: New file.
2947
9112db09
JK
29482013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2949
2950 Fix entry-values in C++ across CUs.
2951 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2952 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2953 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2954 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2955 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2956
be9a119c 29572013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2958 Hafiz Abid Qadeer <abidh@codesourcery.com>
2959
2960 gdb/testsuite/
2961 * gdb.trace/trace-buffer-size.exp: New file.
2962 * gdb.trace/trace-buffer-size.c: New file.
2963
049109b0
PA
29642013-03-06 Pedro Alves <palves@redhat.com>
2965
2966 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2967 doesn't support the tested optional feature, call "unsupported"
2968 with the same test message as the "pass" case, instead of calling
2969 "pass" with a different message. Use the same text for the "fail"
2970 cases too.
2971
4aa54120
YQ
29722013-03-06 Yao Qi <yao@codesourcery.com>
2973
2974 * gdb.trace/tstatus.exp: Remove the invocation of
2975 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2976 (test_tracepoints): Don't set fast tracepoint.
2977 (top level): Don't check agent library is loaded or not.
2978
b8b71e63
YQ
29792013-03-06 Yao Qi <yao@codesourcery.com>
2980
2981 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2982 parentheses by "\\".
2983
33f448b1
JK
29842013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2985
2986 * gdb.linespec/base/one/thefile.cc (twodup): New.
2987 (m): Call it.
2988 * gdb.linespec/base/two/thefile.cc (dupname): New.
2989 (n): Call it.
2990 * gdb.linespec/break-ask.exp: New file.
2991 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2992
1c942fb9
YQ
29932013-02-28 Yao Qi <yao@codesourcery.com>
2994
2995 * gdb.trace/report.exp: Move some code to ...
2996 (use_collected_data): New.
2997 (top level): Call use_collected_data once on the live target.
2998 Save at file of the current trace session, load it with target
2999 tfile, and call use_collected_data again.
3000
5b967901
JK
30012013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3004
6447023f
JK
30052013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3008 Add final kill of ${valgrind_pid}.
3009
9f44fbc0
SCR
30102013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3011
3012 * gdb.python/py-arch.c: New test case
3013 * gdb.python/py-arch.exp: New tests to test
3014 gdb.Architecture.disassemble
3015 * gdb.python/Makefile.in: Add py-arch to the list of
3016 EXECUTABLES.
3017
4c9ad8c2
TT
30182013-02-18 Tom Tromey <tromey@redhat.com>
3019
3020 * gdb.dwarf2/subrange.exp: New file.
3021
f5911ea1
HAQ
30222013-02-15 Pedro Alves <pedro@codesourcery.com>
3023 Hafiz Abid Qadeer <abidh@codesourcery.com>
3024
3025 * gdb.trace/tfile.exp: Add test for -trace-status command.
3026
420f4384
JK
30272013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3028
3029 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3030 nanosleep by sleep.
3031
4819b3f8
PA
30322013-02-14 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3035
1773c82c
HAQ
30362013-02-14 Pedro Alves <pedro@codesourcery.com>
3037 Hafiz Abid Qadeer <abidh@codesourcery.com>
3038
3039 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3040
e234dfaf
TT
30412013-02-12 Tom Tromey <tromey@redhat.com>
3042
3043 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3044 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3045
6c01dd94
PA
30462013-02-12 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.base/catch-signal.c: Update copyright years.
3049 * gdb.base/catch-signal.exp: Update copyright years.
3050 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3051 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3052 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3053 * gdb.dwarf2/dw2-error.S: Update copyright years.
3054 * gdb.dwarf2/dw2-error.c: Update copyright years.
3055 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3056 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3057 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3058
595fc67f
PA
30592013-02-12 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3062 message.
3063 * gdb.base/sigaltstack.exp: Ditto.
3064 * gdb.base/siginfo.exp: Ditto.
3065 * gdb.base/sizeof.exp: Ditto.
3066
17282693
PA
30672013-02-12 Pedro Alves <palves@redhat.com>
3068
3069 * gdb.mi/mi-basics.exp: Tweak intro comment.
3070 * gdb.mi/mi-break.exp: Tweak intro comment.
3071 * gdb.mi/mi-console.exp: Tweak intro comment.
3072 * gdb.mi/mi-file.exp: Tweak intro comment.
3073 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3074 * gdb.mi/mi-return.exp: Tweak intro comment.
3075 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3076 * gdb.mi/mi-until.exp: Tweak intro comment.
3077 * gdb.mi/mi-watch.exp: Tweak intro comment.
3078
8a4ac37e
PA
30792013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3080
3081 * gdb.server/no-thread-db.exp: New file.
3082 * gdb.server/no-thread-db.c: New file.
3083 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3084
c2792f5a
DE
30852013-02-11 Doug Evans <dje@google.com>
3086
3087 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3088 two decfloats.
3089
d9e98382
SDJ
30902013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3091
3092 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3093 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3094
a321661a
JK
30952013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3096
3097 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3098
134a2066
YQ
30992013-02-06 Yao Qi <yao@codesourcery.com>
3100
3101 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3102 to ...
3103 (test_create_delete_modify_tsv): ... here. New test on modifying
3104 the initial value of a tsv.
3105
5a2dc60a
JK
31062013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3107
3108 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3109 (cd .../rdir): ... here.
3110
233d95b5
JK
31112013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3112
3113 * gdb.linespec/base/one/header.h: New file.
3114 * gdb.linespec/base/two/header.h: New file.
3115 * gdb.linespec/macro-relative.c: New file.
3116 * gdb.linespec/macro-relative.exp: New file.
3117
fbd9ab74
JK
31182013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3119
3120 * gdb.base/fullpath-expand-func.c: New file.
3121 * gdb.base/fullpath-expand.c: New file.
3122 * gdb.base/fullpath-expand.exp: New file.
3123 * gdb.base/realname-expand-real.c: New file.
3124 * gdb.base/realname-expand.c: New file.
3125 * gdb.base/realname-expand.exp: New file.
3126
1b56eb55
JK
31272013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3128
3129 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3130 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3131
af529f8f
JK
31322013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3135 (compare_filenames_for_search does not match)
3136 (compare_filenames_for_search does match): New tests.
3137
f5b95b50
JK
31382013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3139
3140 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3141
d47921b9
JK
31422013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3145
8a92335b
JK
31462013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3147
3148 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3149 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3150 ${binfile}.mini_debuginfo-debuglink and
3151 ${binfile}.mini_debuginfo-debuglink.xz.
3152
17f2157d
TT
31532013-02-01 Tom Tromey <tromey@redhat.com>
3154
3155 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3156 attributes.
3157
d65f0a9c
TT
31582013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3159 Tom Tromey <tromey@redhat.com>
3160
3161 * gdb.dwarf2/method-ptr.exp: Link with c++.
3162 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3163
f25c0135
TT
31642013-01-31 Tom Tromey <tromey@redhat.com>
3165
3166 * gdb.base/jit.exp (compile_jit_test): New proc.
3167 Add PIE tests.
3168
7078baeb
TT
31692013-01-31 Tom Tromey <tromey@redhat.com>
3170
3171 * gdb.dwarf2/method-ptr.cc: New file.
3172 * gdb.dwarf2/method-ptr.exp: New file.
3173
1d24041a
TT
31742013-01-31 Tom Tromey <tromey@redhat.com>
3175
3176 * lib/dwarf.exp (namespace Dwarf): New.
3177
8d9878a4
TT
31782013-01-29 Tom Tromey <tromey@redhat.com>
3179
3180 * gdb.dwarf2/fission-reread.exp: Add unload test.
3181
bed911e5
DE
31822013-01-28 Doug Evans <dje@google.com>
3183
3184 * gdb.dwarf2/fission-loclists.exp: New file.
3185 * gdb.dwarf2/fission-loclists.S: New file.
3186
e229648e
JK
31872013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 Code cleanup.
3190 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3191 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3192 and prepare_for_testing.
3193 * gdb.base/store.exp: Likewise.
3194
86700f00
TT
31952013-01-25 Tom Tromey <tromey@redhat.com>
3196
3197 * gdb.python/py-explore.exp: Expect the gdb prompt.
3198
8954db33
AB
31992013-01-25 Andrew Burgess <aburgess@broadcom.com>
3200
3201 * gdb.base/gnu_vector.c: New variable for use in tests.
3202 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3203 changes in scalar to vector casting and widening.
3204 * gdb.python/py-type.c: New variables for use in tests.
3205 * gdb.python/py-type.exp: Update vector related tests to reflect
3206 changes in scalar to vector casting and widening.
3207
2077afdd
TD
32082013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3209
3210 * gdb.base/prologue-include.c: New file.
3211 * gdb.base/prologue-include.exp: New file.
3212 * gdb.base/prologue-include.h: New file.
3213
d7499464
HAQ
32142013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3215
3216 PR gdb/13443
3217 * gdb.mi/mi-var-block.exp: Make test messages unique.
3218
e2a3e0f1
TT
32192013-01-23 Tom Tromey <tromey@redhat.com>
3220
3221 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3222
152fcc9c
TT
32232013-01-23 Tom Tromey <tromey@redhat.com>
3224
3225 * gdb.cp/converts.cc (main): Initialize 'a'.
3226
bea883fd
SCR
32272013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3228
3229 * testsuite/gdb.python/frame.exp: Add a test for
3230 gdb.Frame.architecture() method.
3231
0928e93d
PA
32322013-01-22 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/annota1.exp (signal sent): No longer expect
3235 breakpoints-invalid.
3236 * gdb.cp/annota2.exp (continue until exit)
3237 (watch triggered on a.x): Ditto.
3238
9c97429f
PA
32392013-01-22 Pedro Alves <palves@redhat.com>
3240
3241 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3242 Adjust tests to breakpoints-invalid changes.
3243 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3244 variables.
3245 Adjust tests to breakpoints-invalid changes.
3246
187d10dd
PA
32472013-01-22 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.base/annota1.exp (annotate ignore count change): Add
3250 expected output for failure case.
3251
ea3aedcb
TT
32522013-01-22 Tom Tromey <tromey@redhat.com>
3253
3254 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3255 call.
3256
998580f1
MK
32572013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3258
3259 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 3260 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
3261 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3262 Also handle 'thread' field.
3263 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3264 * gdb.mi/mi-watch.exp: Ditto.
3265 * lib/mi-support.exp: Ditto.
3266
8f1d5693
MK
32672013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3268
3269 * gdb.python/py-explore.exp: Improve a test
3270
2d8c5d7c
DB
32712013-01-18  David Blaikie  <dblaikie@gmail.com>
3272
3273 * gdb.base/label.c (main): Correct the type of the second
3274 parameter.
3275
46f35228
TT
32762013-01-18 Tom Tromey <tromey@redhat.com>
3277
3278 * gdb.dwarf2/trace-crash.s: New file.
3279 * gdb.dwarf2/trace-crash.exp: New file.
3280
5965d69d
HAQ
32812013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3282
43aaf8b6
PA
3283 PR gdb/13443
3284 * gdb.base/checkpoint.exp: Update test messages to make them
3285 unique.
5965d69d 3286
5ae4861a
YQ
32872013-01-18 Yao Qi <yao@codesourcery.com>
3288
3289 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3290 output of 'info tracepoints'.
3291 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3292 Likewise.
3293 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3294 * gdb.trace/disconnected-tracing.c (struct foo): New.
3295
d84fca2c
JK
32962013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 * gdb.dwarf2/dw2-dos-drive.S: New file.
3299 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3300
aebb1cc9
DE
33012013-01-17 Doug Evans <dje@google.com>
3302
2782d512
DE
3303 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3304 CXX_FOR_TARGET.
3305
aebb1cc9
DE
3306 * boards/cc-with-tweaks.exp: New file.
3307
db2b2972
TT
33082013-01-17 Tom Tromey <tromey@redhat.com>
3309
3310 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3311
96343774
PA
33122013-01-17 Pedro Alves <palves@redhat.com>
3313
3314 Merge dg-extract-results.sh from upstream (svn 195224).
3315
3316 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3317 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
3318
3319 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3320 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
3321
3322 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3323 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
3324
3325 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3326 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3327 of grep -q.
3328
675921c0
SD
33292012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3330
3331 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3332 interface.
3333 * gdb.base/jithost.c: New file.
3334 * gdb.base/jithost.h: New file.
3335 * gdb.base/jitreader.c : New file.
3336 * gdb.base/jit-protocol.h: New file.
3337
ab04a2af
TT
33382013-01-16 Tom Tromey <tromey@redhat.com>
3339
3340 * gdb.base/catch-signal.c: New file.
3341 * gdb.base/catch-signal.exp: New file.
3342
8ac3646f
TT
33432013-01-16 Tom Tromey <tromey@redhat.com>
3344
3345 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3346
22fc223e
JK
33472013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3348
3349 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3350
44478ab3
TT
33512013-01-14 Tom Tromey <tromey@redhat.com>
3352
3353 * gdb.base/completion.exp: Add "set gnutarget" test.
3354
06d66ee9
TT
33552013-01-14 Tom Tromey <tromey@redhat.com>
3356
3357 * gdb.dwarf2/dw2-restrict.S: New file.
3358 * gdb.dwarf2/dw2-restrict.c: New file.
3359 * gdb.dwarf2/dw2-restrict.exp: New file.
3360
c9bf0622
TT
33612013-01-14 Tom Tromey <tromey@redhat.com>
3362
3363 * gdb.dwarf2/dw2-error.exp: New file.
3364 * gdb.dwarf2/dw2-error.c: New file.
3365 * gdb.dwarf2/dw2-error.S: New file.
3366
5b12a61c
JK
33672013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3368
3369 * gdb.cp/parse-lang.cc: New file.
3370 * gdb.cp/parse-lang.exp: New file.
3371
f0a4b570
JK
33722013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3373
3374 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3375 (set substitute-path): New test.
3376 (fullname present): Remove content.
3377 (substituted fullname): New test.
3378
f751cc97
JB
33792013-01-13 Joel Brobecker <brobecker@adacore.com>
3380
3381 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3382 check. Move $gdb_py_is_py24 value check right after.
3383
04164e8e
JK
33842013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3385
3386 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3387 targets.
3388
5bf480a5
YQ
33892013-01-11 Yao Qi <yao@codesourcery.com>
3390
3391 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3392 for dprintf.
3393 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3394 Check the fields in "=breakpoint-created" for dprintf.
3395
f35a17b5
JK
33962012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3397
3398 * gdb.mi/mi-fullname-deleted.exp: New file.
3399
85817405
JK
34002012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3401
3402 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3403 expected output.
3404 (info skip with pending file): Remove.
3405 (ignoring function in solib, info skip for function multiply): Update
3406 the expected output.
3407 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3408 (info skip (delete 1), info skip after disabling all)
3409 (info skip after enabling all, info skip after disabling 4 2-3)
3410 (info skip after enabling 2-3, info skip 2-3)
3411 (info skip after deleting 2 3): Update the expected output.
3412 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3413 statement to its initialization and return.
3414 * gdb.linespec/skip-two.exp: New file.
3415
27210e12
DE
34162012-12-19 Doug Evans <dje@google.com>
3417
3418 * gdb.base/maint.exp: Handle testing with .gdb_index.
3419
bb627a12
JB
34202012-12-19 Joel Brobecker <brobecker@adacore.com>
3421
3422 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3423 Cavium to FSF.
3424
7785b880
JB
34252012-12-19 Joel Brobecker <brobecker@adacore.com>
3426
3427 * dg-extract-results.sh: Update contact info in copyright notice.
3428 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3429 GPL v3 or later. Update contact info.
3430 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3431 gdb.threads/watchpoint-fork-mt.c,
3432 gdb.threads/watchpoint-fork-parent.c,
3433 gdb.threads/watchpoint-fork-st.c,
3434 gdb.threads/watchpoint-fork.h: Likewise.
3435
f2a8bc8a
YQ
34362012-12-15 Yao Qi <yao@codesourcery.com>
3437
3438 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3439 'installed' field in '=breakpoint-modified'.
3440 (test_reconnect): Check 'installed' field in
3441 '=breakpoint-modified' and '=breakpoint-created'.
3442
3443 * gdb.trace/actions.exp: Update test for 'installed' field.
3444 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3445 (tracepoint_change_loc_2): Likewise.
3446 Check 'info tracepoint' display nothing else.
3447 * gdb.trace/deltrace.exp: Likewise.
3448 * gdb.trace/infotrace.exp: Likewise.
3449 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3450 Likewise.
3451 * gdb.trace/passcount.exp: Likewise.
3452 * gdb.trace/tracecmd.exp: Likewise.
3453 * gdb.trace/while-stepping.exp: Likewise.
3454
6592e36f
TT
34552012-12-14 Tom Tromey <tromey@redhat.com>
3456
3457 * gdb.cp/member-name.exp: New file.
3458 * gdb.cp/member-name.cc: New file.
3459
7d27a96d
TT
34602012-12-14 Tom Tromey <tromey@redhat.com>
3461
3462 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3463
f8c05d0d
DE
34642012-12-14 Doug Evans <dje@google.com>
3465
3466 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3467 DW_OP_GNU_implicit_pointer is section-relative.
3468
451b7c33
TT
34692012-12-14 Tom Tromey <tromey@redhat.com>
3470
43aaf8b6 3471 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 3472
10e339df
PA
34732012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
3474
6fdff2c5 3475 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 3476
e780d813
DE
34772012-12-13 Doug Evans <dje@google.com>
3478
3479 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
3480 * gdb.multi/multi-arch.exp: Ditto.
3481
ca3dbcc8 34822012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 3483
ca3dbcc8
MG
3484 * gdb.mi/mi-catch-load-so.c: New. Clone of the
3485 catch load test library source file.
3486 * gdb.mi/mi-catch-load.c: New. Clone of the catch
3487 load test source file.
3488 * gdb.mi/mi-catch-load.exp: New. Test file for
3489 basic MI -catch-load and -catch-unload tests.
3490
2960a434
PK
34912012-12-11 Paul Koning <paul_koning@dell.com>
3492
3493 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
3494 exception.
3495 (_iterator_except): New function.
3496 (ArrayPrinter): Use _iterator function instead of local _iterator
3497 class for Python 3 compatibility.
3498 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 3499 _iterator.
2960a434
PK
3500 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
3501 execfile for Python 3 compatibility.
3502 * gdb.python/python.exp: Handle Python 2.4 exception traceback
3503 format in error_prompt test.
6fdff2c5 3504
9325cb04
PK
35052012-12-10 Paul Koning <paul_koning@dell.com>
3506
3507 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 3508 compatibility.
9325cb04
PK
3509 * gdb.python/py-block.exp: Ditto.
3510 * gdb.python/py-breakpoint.exp: Ditto.
3511 * gdb.python/py-cmd.exp: Ditto.
3512 * gdb.python/py-events.py: Ditto.
3513 * gdb.python/py-finish-breakpoint.py: Ditto.
3514 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3515 * gdb.python/py-finish-breakpoint2.py: Ditto.
3516 * gdb.python/py-frame-inline.exp: Ditto.
3517 * gdb.python/py-frame.exp: Ditto.
3518 * gdb.python/py-infthread.exp: Ditto.
3519 * gdb.python/py-objfile.exp: Ditto.
3520 * gdb.python/py-parameter.exp: Ditto.
3521 * gdb.python/py-progspace.exp: Ditto.
3522 * gdb.python/py-prompt.exp: Ditto.
3523 * gdb.python/py-symbol.exp: Ditto.
3524 * gdb.python/py-symtab.exp: Ditto.
3525 * gdb.python/py-template.exp: Ditto.
3526 * gdb.python/py-value-cc.exp: Ditto.
3527 * gdb.python/python.exp: Ditto.
3528 * gdb.python/source2.py: Ditto.
3529 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 3530 compatibility.
9325cb04
PK
3531 Use sorted() function rather than sort() method.
3532 Accept either int or long values for enum values.
3533 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3534 execfile for Python 3 compatibility.
3535 * gdb.python/py-evsignal.exp: Ditto.
3536 * gdb.python/py-evthreads.exp: Ditto.
3537 * gdb.python/py-mi.exp: Ditto.
3538 * gdb.python/py-pp-maint.exp: Ditto.
3539 * gdb.python/py-prettyprint.exp: Ditto.
3540 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 3541 Python 3 compatibility.
9325cb04
PK
3542 Skip tests for Python 2.4.
3543 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 3544 Python 3 compatibility.
9325cb04
PK
3545 Use byte string rather than character string in memory write test
3546 if Python 3.
3547 * gdb.python/py-pp-maint.py: Change class declarations to "new
3548 class" syntax.
3549 * gdb.python/py-prettyprint.py: Change iterator class to generator
3550 function for Python 3 compatibility.
3551 Make all classes "new style".
3552 Fix indentation issue and stray semicolon.
3553 * gdb.python/py-shared.expChange print syntax for Python 3
3554 compatibility.
3555 Define "long" if Python 3.
3556 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 3557 compatibility.
9325cb04
PK
3558 Accept either int or long values for enum values.
3559 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 3560 compatibility.
9325cb04
PK
3561 Skip "long" and "unicode" tests if Python 3.
3562 Accept either "type" or "class" in type checks.
3563 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3564 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3565
8b9737bf
TT
35662012-12-10 Tom Tromey <tromey@redhat.com>
3567
3568 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3569 (test): Add "two_cu" argument.
3570 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3571 for types; allow two CUs.
3572
1b80a9fa
JK
35732012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3574
3575 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3576 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3577
f0b6d50a
YQ
35782012-12-08 Yao Qi <yao@codesourcery.com>
3579 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3582 '=breakpoint-created' when GDB merges the tracepoints of both
3583 sides.
3584
2f68a895
TT
35852012-12-07 Tom Tromey <tromey@redhat.com>
3586
3587 * gdb.base/break1.c (enum some_enum, union some_union): New.
3588 (some_enum_global, some_union_global, some_value): New globals.
3589 * gdb.base/completion.exp: Add tag completion tests.
3590
4fc5d43e
TT
35912012-12-07 Tom Tromey <tromey@redhat.com>
3592
3593 * gdb.base/completion.exp: Add tests for ptype and whatis
3594 completion.
3595
6559e013
JB
35962012-12-07 Joel Brobecker <brobecker@adacore.com>
3597
3598 * gdb.base/stale-infcall.exp: Fix copyright line.
3599
ae2b630d
JB
36002012-12-07 Joel Brobecker <brobecker@adacore.com>
3601
3602 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3603
0ba2eb0f
TT
36042012-12-06 Pedro Alves <palves@redhat.com>
3605 Tom Tromey <tromey@redhat.com>
3606
3607 * gdb.base/exprs.exp: Add tests for cast to void.
3608
731145cb
TT
36092012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3610
3611 * gdb.python/py-mi.exp: Correct expected results for attribute
3612 "dynamic" returned by -var-update.
3613 Add test case for correct handling of "diplayhint" for children
3614 of dynamic varobjs.
3615 * gdb.python/py-prettyprint.c (set_itme): New function.
3616 (bug_14741) New function.
3617 (main) Add call to bug_14741().
3618 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3619
e58fcc15
UW
36202012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3621
3622 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3623 ${binfile}.funcsyms list.
3624
e9eb0d14
YQ
36252012-12-04 Yao Qi <yao@codesourcery.com>
3626
3627 PR gdb/13443
3628 * gdb.trace/actions.exp: Make test messages unique.
3629
4983028c
TT
36302012-11-29 Tom Tromey <tromey@redhat.com>
3631
3632 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3633
ea5e6b0e
UW
36342012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3635
3636 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3637 * gdb.opencl/datatypes.exp: Likewise.
3638 * gdb.opencl/operators.exp: Likewise.
3639 * gdb.opencl/vec_comps.exp: Likewise.
3640
cdde3dfb
JG
36412012-11-29 Jerome Guitton <guitton@adacore.com>
3642
3643 * gdb.ada/iwide: New testcase.
3644
b50d69b5
JG
36452012-11-29 Jerome Guitton <guitton@adacore.com>
3646
3647 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3648 ptype test.
3649
c2d3fccf
JG
36502012-11-29 Jerome Guitton <guitton@adacore.com>
3651
3652 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3653 form {VARIANT_TYPE}ADDRESS.
3654
5edf51fe
YQ
36552012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3656
3657 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3658 (func): New function.
3659 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3660 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3661 pointers to members with pointer-to-function type.
3662
608e2dbb
TT
36632012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3664 Tom Tromey <tromey@redhat.com>
3665
3666 * gdb.base/gnu-debugdata.exp: New file.
3667 * gdb.base/gnu-debugdata.c: New file.
3668 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3669 (gdb_unload): Return 0 on success.
3670
4648e588
JK
36712012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3672
3673 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3674
17d6efc4
JB
36752012-11-26 Joel Brobecker <brobecker@adacore.com>
3676
3677 * gdb.base/empty_exe.exp: New testcase.
3678
ace21957
MF
36792012-11-20 Mike Frysinger <vapier@gentoo.org>
3680
3681 * gdb.base/completion.exp: Add test for help aliases completion.
3682
5c401a0a
YQ
36832012-11-20 Yao Qi <yao@codesourcery.com>
3684
3685 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3686 Don't test 'maint set show-debug-regs'.
3687 Use command 'set remotecache' instead of
3688 'set circular-trace-buffer'.
3689
8dea366b
KS
36902012-11-16 Keith Seitz <keiths@redhat.com>
3691
3692 PR c++/13615
3693 * gdb.cp/baseenum.cc: New file.
3694 * gdb.cp/baseenum.exp: New file.
3695 * gdb.cp/derivation.cc (A): Add copyright.
3696 Add a typedef.
3697 (B): Use A::value_type instead of int. Change all references.
3698 (D): Use value_type instead of int. Change all references.
3699 (E): Likewise.
3700 (F); Likewise.
3701 (Z): New class.
3702 (ZZ): New class.
6fdff2c5 3703 (N, Base, Derived): New namespace and classes.
8dea366b
KS
3704 (main): Add instances of Z and ZZ.
3705 Make sure all symbols from N are kept.
3706 * gdb.cp/derivation.exp: Update typedef changes in tests.
3707 Add tests for class typedefs both before and after starting
3708 the inferior.
3709 Add tests for searching for a typedef while stopped in a
3710 method.
3711
5e34c6c3
LM
37122012-11-14 Luis Machado <lgustavo@codesourcery.com>
3713
3714 * gdb.mi/mi-var-create-rtti.c: New file.
3715 * gdb.mi/mi-var-create-rtti.exp: New file.
3716
5e487a5f
LM
37172012-11-14 Luis Machado <lgustavo@codesourcery.com>
3718
3719 * gdb.base/structs3.exp: Run to main before doing any tests.
3720
6d67b990
AB
37212012-11-14 Andrew Burgess <aburgess@broadcom.com>
3722
3723 * gdb.python/py-type.exp: Uniquify test names.
3724
e5d98164
YQ
37252012-11-14 Yao Qi <yao@codesourcery.com>
3726
3727 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3728 (thread_function) [DEBUG]: Call 'printf'.
3729 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3730 command line if 'DEBUG=1' is passed to test.
3731 Remove a pattern to match inferior's output.
3732
62747a60
TT
37332012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3734
3735 * gdb.mi/mi-fill-memory.exp: New test.
3736
18a9fc12
TT
37372012-11-12 Tom Tromey <tromey@redhat.com>
3738
3739 * gdb.base/completion.exp: Update for "info type-printers".
3740 * gdb.python/py-typeprint.cc: New file.
3741 * gdb.python/py-typeprint.exp: New file.
3742 * gdb.python/py-typeprint.py: New file.
3743
bd69fc68
TT
37442012-11-12 Tom Tromey <tromey@redhat.com>
3745
3746 * gdb.base/call-sc.exp: Use "ptype/r".
3747 * gdb.base/volatile.exp: Don't expect "int".
3748 * gdb.cp/ptype-flags.cc: New file.
3749 * gdb.cp/ptype-flags.exp: New file.
3750 * gdb.cp/templates.exp: Use ptype/r.
3751 (test_ptype_of_templates, test_template_typedef): Likewise.
3752 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3753 argument. Handle template names and template parameters.
3754 * gdb.mi/mi-var-cmd.exp: Accept "long".
3755 * gdb.mi/mi-var-child.exp: Accept "long".
3756 * gdb.mi/mi-var-display.exp: Accept "long".
3757 * gdb.mi/mi2-var-child.exp: Accept "long".
3758
b3720c3a
TT
37592012-11-12 Tom Tromey <tromey@redhat.com>
3760
3761 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3762 "ptype" from calls to cp_test_ptype_class.
3763 (test_enums): Likewise.
3764 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3765 cp_test_ptype_class.
3766 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3767 calls to cp_test_ptype_class.
3768 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3769 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3770 from calls to cp_test_ptype_class.
3771 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3772 command here. Change "in_command" argument to "in_exp".
3773
0d63ecda
KS
37742012-11-10 Keith Seitz <keiths@redhat.com>
3775
3776 PR gdb/14288
3777 * gdb.base/printcmds.c: Add invalid_XXX globals
3778 for repeated byte tests.
3779 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3780 * gdb.base/wchar.c (main): Add and construct a wchar_t
3781 array with repeated characters.
3782 * gdb.base/wchar.exp: Add repeated character tests.
3783
ed8a1c2d
AB
37842012-11-09 Andrew Burgess <aburgess@broadcom.com>
3785
3786 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3787 disassembly output.
3788
9107fc8d
PA
37892012-11-09 Pedro Alves <palves@redhat.com>
3790
3791 PR gdb/14306
3792
3793 * gdb.multi/multi-arch-exec.c: New file.
3794 * gdb.multi/multi-arch-exec.exp: New file.
3795
558a9d82
YQ
37962012-11-09 Yao Qi <yao@codesourcery.com>
3797
3798 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3799 (top level): Call it.
3800
e714f336
YQ
38012012-11-09 Yao Qi <yao@codesourcery.com>
3802
3803 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3804 typo.
3805
6ecd4729
PA
38062012-11-09 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.multi/multi-arch.exp: New.
3809
9015683b
TT
38102012-11-08 Tom Tromey <tromey@redhat.com>
3811
3812 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3813 core files, if possible.
3814 * gdb.base/siginfo-thread.c: New file
3815 * gdb.base/siginfo-thread.exp: New file
3816
ea9f10bb
TT
38172012-11-08 Tom Tromey <tromey@redhat.com>
3818
3819 * gdb.base/comprdebug.exp: New file.
3820
f6592439
PA
38212012-11-06 Pedro Alves <palves@redhat.com>
3822
3823 PR gdb/14810
3824
3825 * gdb.base/disabled-location.c: New file.
3826 * gdb.base/disabled-location.exp: New file.
3827
2d338fa9
TT
38282012-11-06 Tom Tromey <tromey@redhat.com>
3829
3830 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3831 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3832 gdb_gcore_cmd.
3833 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3834 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3835 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3836 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3837 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3838 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3839 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3840 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3841 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3842
68c9da30
PA
38432012-11-05 Pedro Alves <palves@redhat.com>
3844
3845 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3846 procedure.
3847 (do_vfork_and_follow_child_tests_exec)
3848 (do_vfork_and_follow_child_tests_exit): Call it.
3849
a7c8c931
PA
38502012-11-05 Pedro Alves <palves@redhat.com>
3851
3852 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3853 fails.
3854
6f6484cd
YQ
38552012-11-03 Yao Qi <yao@codesourcery.com>
3856
3857 Fix PR gdb/14617.
3858 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3859 Remove setup_kfail, and update test.
3860
b45627a0
TT
38612012-11-02 Tom Tromey <tromey@redhat.com>
3862
3863 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3864 test.
3865
f50f4e56
PA
38662012-11-02 Pedro Alves <palves@redhat.com>
3867
3868 PR gdb/14766
3869
3870 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3871 setup_kfail.
3872 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3873 get registers".
3874
71ce889d
PA
38752012-11-02 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.base/foll-vfork-exit.c: New file.
3878 * gdb.base/foll-vfork.exp (top level): New file-describing
3879 comment.
3880 (vfork_child_follow_to_exit): New procedure.
3881 (tcatch_vfork_then_child_follow): Rename as ...
3882 (tcatch_vfork_then_child_follow_exec): ... this.
3883 (tcatch_vfork_then_child_follow_exit): New procedure.
3884 (do_vfork_and_follow_parent_tests): New procedure, factored out
3885 from do_vfork_and_exec_tests.
3886 (do_vfork_and_follow_child_tests_exec): Ditto.
3887 (do_vfork_and_exec_tests): Delete.
3888 (do_vfork_and_follow_child_tests_exit): New procedure.
3889 (top level): Run tests with both the program that has the vfork
3890 child execing, and the program has the vfork child exiting.
3891
1e35b1a9
PA
38922012-11-02 Pedro Alves <palves@redhat.com>
3893
3894 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3895 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3896 (vfork_parent_follow_to_bp): Call it.
3897 (kill_child): Delete.
3898 (vfork_and_exec_child_follow_to_main_bp)
3899 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3900 longer call kill_child.
3901 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3902 (do_vfork_and_exec_tests): Don't runto_main before calling each
3903 test procedure.
3904 (top level): Don't clean restart and set verbose before running
3905 each test procedure.
3906
39072012-11-02 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3910 (vfork_parent_follow_to_bp)
3911 (vfork_and_exec_child_follow_to_main_bp)
3912 (vfork_and_exec_child_follow_through_step)
3913 (tcatch_vfork_then_parent_follow)
3914 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3915 Use with_test_prefix.
3916
39172012-11-02 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.base/foll-vfork.c: Add copyright header.
3920 * gdb.base/vforked-prog.c: Add copyright header.
3921
39222012-11-02 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.base/foll-vfork.exp
3925 (vfork_and_exec_child_follow_through_step): Don't skip on
3926 non-HP/UX targets. Expect the next to only step one line on
3927 non-HP/UX targets, rather than stopping only after the exec.
3928
39292012-11-02 Pedro Alves <palves@redhat.com>
3930
3931 Don't hard code line numbers.
3932
3933 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3934 Expect text from the sources instead of a line number.
3935 (vfork_parent_follow_to_bp)
3936 (vfork_and_exec_child_follow_to_main_bp)
3937 (vfork_and_exec_child_follow_through_step)
3938 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3939 Use gdb_get_line_number.
3940
39412012-11-02 Pedro Alves <palves@redhat.com>
3942
3943 Modernize.
3944
3945 * gdb.base/foll-vfork.exp: Use standard_testfile and
3946 build_executable. Pass descriptive string to untested.
3947 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3948 (vfork_and_exec_child_follow_to_main_bp)
3949 (vfork_and_exec_child_follow_through_step)
3950 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3951 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3952 of send_gdb/gdb_expect.
3953
3954 (kill_child): New procedure.
3955 (vfork_and_exec_child_follow_to_main_bp)
3956 (vfork_and_exec_child_follow_through_step): Use it.
3957
f0559fff
YQ
39582012-11-02 Yao Qi <yao@codesourcery.com>
3959
3960 * gdb.base/setvar.exp: Test setting nested struct.
3961 * gdb.base/setvar.c (v_struct3): New.
3962
c207c6da
DE
39632012-11-01 Doug Evans <dje@google.com>
3964
3965 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3966 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3967 use them.
3968
2f27adfe
AB
39692012-10-31 Andrew Burgess <aburgess@broadcom.com>
3970
3971 PR cli/14772
3972 * gdb.base/gnu_vector.c (union_with_vector_1)
3973 (struct_with_vector_1): Add new struct and union for testing
3974 ptype.
3975 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3976 structs / unions containing vectors.
3977
bb662ca6
YQ
39782012-10-25 Yao Qi <yao@codesourcery.com>
3979
3980 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3981 'setup_kfail' instead of 'setup_kfail_for_target'.
3982 * gdb.base/varargs.exp: Likewise.
3983 * lib/gdb.exp (setup_kfail_for_target): Remove.
3984
635d23ff
MK
39852012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3986
3987 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3988
afdb064f
MK
39892012-10-25 Mark Kettenis <kettenis@gnu.org>
3990
3991 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3992
d99dcf51
JB
39932012-10-24 Joel Brobecker <brobecker@adacore.com>
3994
3995 * gdb.ada/set_wstr: New testcase.
3996
32560274
JB
39972012-10-24 Joel Brobecker <brobecker@adacore.com>
3998
3999 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4000
5ded5331
JB
40012012-10-24 Joel Brobecker <brobecker@adacore.com>
4002
4003 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4004
d8d84291
MK
40052012-10-24 Mark Kettenis <kettenis@gnu.org>
4006
4007 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4008
6e933c51
JK
40092012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4010
4011 * gdb.base/callfuncs.exp (do_function_calls): Fix
4012 setup_kfail_for_target for -m32 mode.
4013
274bd000
MK
40142012-10-23 Mark Kettenis <kettenis@gnu.org>
4015
4016 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4017 are now fixed.
4018
545f743d
YQ
40192012-10-23 Yao Qi <yao@codesourcery.com>
4020
4021 * gdb.base/info-os.exp: Resume the inferior until it exits.
4022
48b56b6a 40232012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4024
99c7d5a8 4025 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4026 * gdb.base/print-file-var.exp: Likewise.
4027 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 4028
8de0566d
YQ
40292012-10-17 Yao Qi <yao@codesourcery.com>
4030
4031 * gdb.mi/mi-memory-changed.exp: New.
4032
44883546
YQ
40332012-10-16 Yao Qi <yao@codesourcery.com>
4034
4035 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4036 returns true.
4037 Call gdb_load_shlibs.
4038 * gdb.reverse/solib-reverse.exp: Likewise.
4039
345f514a
KS
40402012-10-15 Keith Seitz <keiths@redhat.com>
4041
4042 * lib/cp-support.exp (cp_test_ptype_class): Add support
4043 for class typedefs.
4044
4045 * gdb.cp/derivation.exp: Add tests for g_instance.
4046
9e3a7d65
JK
40472012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 Fix entry values resolving in inlined frames.
4050 * gdb.arch/amd64-entry-value-inline.S: New file.
4051 * gdb.arch/amd64-entry-value-inline.c: New file.
4052 * gdb.arch/amd64-entry-value-inline.exp: New file.
4053
21a7b089
JK
40542012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4055 Doug Evans <dje@google.com>
4056
4057 Fix recent gdb_breakpoint regression.
4058 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4059 braces from the parameter.
4060 * gdb.java/jprint.exp: Likewise.
4061
2c47921e
DE
40622012-10-15 Doug Evans <dje@google.com>
4063
4064 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4065
89398707
JB
40662012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4067
4068 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4069
801e4185
TT
40702012-10-15 Tom Tromey <tromey@redhat.com>
4071
4072 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4073
74f910c8
TT
40742012-10-15 Tom Tromey <tromey@redhat.com>
4075
4076 * gdb.python/py-symbol.exp: Test symbol destructor.
4077
91567807
YQ
40782012-10-14 Yao Qi <yao@codesourcery.com>
4079
4080 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4081 * gdb.mi/mi-cli.exp: New.
4082
4083 * gdb.mi/mi2-basics.exp: Remove.
4084 * gdb.mi/mi2-break.exp: Remove.
4085 * gdb.mi/mi2-console.exp: Remove.
4086 * gdb.mi/mi2-disassemble.exp: Remove.
4087 * gdb.mi/mi2-eval.exp: Remove.
4088 * gdb.mi/mi2-file.exp: Remove.
4089 * gdb.mi/mi2-hack-cli.exp: Remove.
4090 * gdb.mi/mi2-pthreads.exp: Remove.
4091 * gdb.mi/mi2-read-memory.exp: Remove.
4092 * gdb.mi/mi2-regs.exp: Remove.
4093 * gdb.mi/mi2-return.exp: Remove.
4094 * gdb.mi/mi2-simplerun.exp: Remove.
4095 * gdb.mi/mi2-stack.exp: Remove.
4096 * gdb.mi/mi2-stepi.exp: Remove.
4097 * gdb.mi/mi2-syn-frame.exp: Remove.
4098 * gdb.mi/mi2-until.exp: Remove.
4099 * gdb.mi/mi2-watch.exp: Remove.
4100 * gdb.mi/mi2-var-block.exp: Remove.
4101 * gdb.mi/mi2-var-cmd.exp: Remove.
4102 * gdb.mi/mi2-var-display.exp: Remove.
4103
87332029
YQ
41042012-10-12 Yao Qi <yao@codesourcery.com>
4105
4106 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4107 trail '.*' on matching patterns.
4108
11fc9057
L
41092012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4110
4111 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4112 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4113 * gdb.arch/i386-disp-step.exp: Likewise.
4114 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4115 * gdb.arch/i386-prologue.exp: Likewise.
4116 * gdb.arch/i386-size-overlap.exp: Likewise.
4117 * gdb.arch/i386-size.exp: Likewise.
4118 * gdb.arch/i386-unwind.exp: Likewise.
4119
7d46bcdc
L
41202012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4121
4122 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4123 * gdb.arch/i386-word.exp: Likewise.
4124
31224d9d
L
41252012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4126
4127 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4128 is_ilp32_target to set nr_regs.
4129 * gdb.arch/i386-sse.exp: Likewise.
4130
5b7d0050
DE
41312012-10-11 Doug Evans <dje@google.com>
4132
7c09e5a0
DE
4133 PR breakpoints/14643.
4134 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4135 * gdb.linespec/thread.c: New file.
4136 * gdb.linespec/thread.exp: New file.
4137
5b7d0050
DE
4138 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4139 Recognize "message" -> print pass and fail. Add eof case.
4140 (runto): Recognize message, no-message. Print pass/fail if requested,
4141 with same treatment as gdb_breakpoint.
4142 (runto_main): Pass no-message to runto.
4143 (gdb_internal_error_resync): Add log message.
4144 (gdb_file_cmd): Tweak internal error fail text for consistency.
4145
2e24f4aa
JK
41462012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 Fix crash during stepping on ppc32.
4149 * gdb.base/step-symless.c: New file.
4150 * gdb.base/step-symless.exp: New file.
4151
aa14df25
DE
41522012-10-03 Doug Evans <dje@google.com>
4153
4154 PR symtab/14601
4155 * gdb.cp/using-crash.exp: New file.
4156 * gdb.cp/using-crash.cc: New file.
4157
975531db
DE
41582012-10-02 Doug Evans <dje@google.com>
4159
4160 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4161 more consistent.
4162 (runto,gdb_debug_format): Ditto.
4163 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4164 Clean up logging and error messages.
4165
b3dc46ff
AB
41662012-10-01 Andrew Burgess <aburgess@broadcom.com>
4167
4168 Test find command on unmapped memory.
4169 * gdb.base/find-unmapped.c: New file.
4170 * gdb.base/find-unmapped.exp: New file.
4171
45814d45
YQ
41722012-09-29 Yao Qi <yao@codesourcery.com>
4173
4174 * gdb.trace/mi-tracepoint-changed.exp: New.
4175 * gdb.mi/mi-breakpoint-changed.exp: New.
4176 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4177 * gdb.mi/pendshr2.c: New.
4178
4c2786ba
YQ
41792012-09-28 Yao Qi <yao@codesourcery.com>
4180
4181 * gdb.mi/pr11022.exp: New.
4182 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4183
7977e5d2
TT
41842012-09-27 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.cp/derivation.exp: Add regression test.
4187 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4188 V_derived): New.
4189 (vderived): New global.
4190
0971de02
TT
41912012-09-26 Tom Tromey <tromey@redhat.com>
4192
4193 * gdb.dwarf2/dw2-common-block.S: New file.
4194 * gdb.dwarf2/dw2-common-block.exp: New file.
4195
4357ac6c
TT
41962012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4197
4198 * gdb.fortran/common-block.exp: New file.
4199 * gdb.fortran/common-block.f90: New file.
4200
6f380991
AB
42012012-09-26 Andrew Burgess <aburgess@broadcom.com>
4202
4203 * gdb.base/duplicate-bp.c: New file.
4204 * gdb.base/duplicate-bp.exp: New file.
4205
8ae551cf
YQ
42062012-09-26 Yao Qi <yao@codesourcery.com>
4207
4208 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4209
4210 Revert:
4211 2012-09-21 Yao Qi <yao@codesourcery.com>
4212
4213 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4214
318102b9
SP
42152012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4216
4217 * gdb.base/longest-types.c: New test case.
4218 * gdb.base/longest-types.exp: New test case.
4219
a1e5fd69
YQ
42202012-09-25 Yao Qi <yao@codesourcery.com>
4221
4222 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4223
04e7407c
JK
42242012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4225
4226 Fix internal error on canonicalization of clang types.
4227 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4228 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4229 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4230
9bf4bce9
JK
42312012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4232
4233 Fix disassemble without parameters in tailcall frame.
4234 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4235
2603f7ee
AB
42362012-09-21 Andrew Burgess <aburgess@broadcom.com>
4237
4238 * gdb.dwarf2/dw2-op-out-param.S: New file.
4239 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4240
a3569abd
YQ
42412012-09-21 Yao Qi <yao@codesourcery.com>
4242
4243 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4244
a065d7af
YQ
42452012-09-21 Yao Qi <yao@codesourcery.com>
4246
4247 * gdb.mi/mi-cli.exp: Remove.
4248 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4249
15544bd9
YQ
42502012-09-21 Yao Qi <yao@codesourcery.com>
4251
4252 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4253 "=record-started" notification.
4254
82a90ccf
YQ
42552012-09-21 Yao Qi <yao@codesourcery.com>
4256
4257 * gdb.mi/mi-record-changed.exp: New.
4258 * gdb.mi/mi-reverse.exp: Adjust expected output.
4259
d7de8e3c
TT
42602012-09-20 Tom Tromey <tromey@redhat.com>
4261
4262 * gdb.python/python.exp: Test atexit.register.
4263
1aa99537
DE
42642012-09-20 Doug Evans <dje@google.com>
4265
05eade73
DE
4266 * boards/dwarf4-gdb-index.exp: New file.
4267
1aa99537
DE
4268 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4269 while running the tests.
4270
4ae24af0
JB
42712012-09-18 Joel Brobecker <brobecker@adacore.com>
4272
4273 * gdb.ada/bp_reset: New testcase.
4274
bb25a15c
YQ
42752012-09-18 Yao Qi <yao@codesourcery.com>
4276
4277 * gdb.trace/mi-tsv-changed.exp: New.
4278
201b4506
YQ
42792012-09-18 Yao Qi <yao@codesourcery.com>
4280
4281 * gdb.trace/mi-traceframe-changed.exp: New.
4282
6fc1c773
YQ
42832012-09-17 Yao Qi <yao@codesourcery.com>
4284
4285 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4286 when it is less than 0.
4287
1ab3b62c
JK
42882012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 PR 14119
4291 * gdb.arch/amd64-tailcall-ret.S: New file.
4292 * gdb.arch/amd64-tailcall-ret.c: New file.
4293 * gdb.arch/amd64-tailcall-ret.exp: New file.
4294 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4295 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4296 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4297
acf9414f
JK
42982012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4299
4300 PR 14548
4301 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4302 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4303 * gdb.reverse/singlejmp-reverse.S: New file.
4304 * gdb.reverse/singlejmp-reverse.c: New file.
4305 * gdb.reverse/singlejmp-reverse.exp: New file.
4306
666b578b
JK
43072012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4308
4309 Fix compatibility with old GCC (~4.1).
4310 * gdb.cp/converts.cc (my_enum_var): New variable.
4311
42056501
AB
43122012-09-14 Andrew Burgess <aburgess@broadcom.com>
4313
4314 * gdb.xml/tdesc-regs.exp: Update expected output for new
4315 vector_size syntax of vector types.
4316
b9516fa1
YPK
43172012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4318
4319 Refactor Python "gdb" module into a proper Python package, by
4320 introducing a new "_gdb" module for code implemented in C, and
4321 using reload/__import__ instead of exec.
4322 * gdb.python/python.exp (Test stderr location): Update module
4323 location of GDB-specific sys.stderr.
4324 (Test stdout location): Ditto for sys.stdout.
4325
18dc9ad8
JK
43262012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4327
4328 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4329
ea3a9873
KS
43302012-09-12 Keith Seitz <keiths@redhat.com>
4331
4332 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4333 conversion statement.
4334
5941debb
DE
43352012-09-12 Doug Evans <dje@google.com>
4336
4337 * gdb.base/help.exp: Remove testing of individual command help text,
4338 too much of a maintenance burden. Instead, test the functionality
4339 of "help" itself.
4340
cfc35e02
DE
43412012-09-11 Doug Evans <dje@google.com>
4342
3a0ed5d7
DE
4343 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4344 breakpoint.
4345
cfc35e02
DE
4346 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4347 * gdb.dwarf2/fission-reread.S: Ditto.
4348 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4349 * gdb.dwarf2/fission-reread.exp: Ditto.
4350
350b1b26
AB
43512012-09-11 Andrew Burgess <aburgess@broadcom.com>
4352
4353 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4354
2fa15f23
JB
43552012-09-10 Joel Brobecker <brobecker@adacore.com>
4356
4357 * gdb.ada/optim_drec: New testcase.
4358
09be558e
DE
43592012-09-10 Doug Evans <dje@google.com>
4360
4361 * boards/fission.exp: Explicitly mark "board" as not remote.
4362
5b4f6e25
KS
43632012-09-10 Keith Seitz <keiths@redhat.com>
4364
4365 PR gdb/13483
4366 * gdb.cp/converts.cc (A::A): Add ctor.
4367 (A::member_): Add member.
4368 (enum my_enum): New enumeration.
4369 (main): Add calls to foo1_7 with various
4370 permitted arguments.
4371 * gdb.cp/converts.exp: Add tests for boolean
4372 conversions permitted by the standard.
4373
b4ca5ed9
YPK
43742012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4375
4376 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4377 avoid spurious results due to ~/.gdbinit.
4378 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4379 $INTERNAL_GDBFLAGS in run command.
4380 * gdb.gdb/observer.exp (setup_test): Ditto.
4381 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4382 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4383
d54b30bb
DE
43842012-09-06 Doug Evans <dje@google.com>
4385
14910956
DE
4386 * boards/fission.exp: New file.
4387
d54b30bb
DE
4388 * gdb.python/py-value.exp: Use clean_restart.
4389
91b253e1
DE
43902012-09-05 Doug Evans <dje@google.com>
4391
4392 * gdb.base/info-macros.c: Fix whitespace.
4393
1292279a
PA
43942012-08-28 Pedro Alves <palves@redhat.com>
4395
4396 PR gdb/14428
4397
4398 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4399
1c8cdcb1
JK
44002012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4401
4402 * gdb.base/break-caller-line.c: New file.
4403 * gdb.base/break-caller-line.exp: New file.
4404
1e8e8b51
JK
44052012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4406
4407 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4408 * gdb.arch/i386-cfi-notcurrent.S: New file.
4409 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4410
1591a1e8
PA
44112012-08-27 Wei-cheng Wang <cole945@gmail.com>
4412 Yao Qi <yao@codesourcery.com>
4413 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4416 New procedures.
4417 (top level): Add overlap checking tests.
4418
4442ada7
TT
44192012-08-24 Tom Tromey <tromey@redhat.com>
4420
4421 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4422 gdb_test_multiple fails for other reasons.
4423
e7d50cc9
YQ
44242012-08-24 Yao Qi <yao@codesourcery.com>
4425
4426 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4427
dfbd5e7b
PA
44282012-08-23 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.base/help.exp: Adjust to "handle" help text change.
4431
8d735b87
YQ
44322012-08-23 Yao Qi <yao@codesourcery.com>
4433
4434 * gdb.trace/disconnected-tracing.c (start, end): New.
4435 (main): Call start and end.
4436 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4437 existing tests into this proc.
4438 (disconnected_tfind): New.
4439
61b1d759
YQ
44402012-08-23 Yao Qi <yao@codesourcery.com>
4441
4442 * boards/native-gdbserver.exp (${board}_upload): New.
4443 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4444 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4445 Execute tfile on remote target.
4446 Copy trace file from target to host.
4447
6ca1b147
JM
44482012-08-22 Joseph Myers <joseph@codesourcery.com>
4449
4450 * gdb.arch/thumb-bx-pc.S: New file.
4451 * gdb.arch/thumb-bx-pc.exp: New file.
4452
706e3705
TT
44532012-08-22 Tom Tromey <tromey@redhat.com>
4454
4455 * gdb.base/maint.exp: Update.
4456
b4893d48
TT
44572012-08-22 Tom Tromey <tromey@redhat.com>
4458
4459 * lib/gdb.exp (skip_unwinder_tests): New proc.
4460 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4461 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4462
45b7da81
TT
44632012-08-21 Tom Tromey <tromey@redhat.com>
4464
4465 * gdb.hp/gdb.aCC/exception.exp: Remove.
4466
f94363d7
AP
4467012-08-19 Andrew Pinski <apinski@cavium.com>
4468
4469 * gdb.arch/mips-octeon-bbit.c: New file.
4470 * gdb.arch/mips-octeon-bbit.exp: New Test.
4471
e5afdbd7
KS
4472012-08-19 Keith Seitz <keiths@redhat.com>
4473
4474 PR c++/14365
4475 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4476 * gdb.dwarf2/dw2-anon-mptr.S: New file.
4477
c29e8b64
JK
44782012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4479
4480 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
4481 verbose -log by more specific untested call.
4482
15a7e7bc
YQ
44832012-08-18 Yao Qi <yao@codesourcery.com>
4484
4485 * gdb.trace/tfind.exp: Move tests on various command help before
4486 checking target supports trace.
4487 Fix the expected output of 'help tfind end'.
4488
a451cb65
KS
44892012-08-17 Keith Seitz <keiths@redhat.com>
4490
4491 PR c++/13356
4492 * gdb.base/default.exp: Update all "check type" tests.
4493 * gdb.base/help.exp: Likewise.
4494 * gdb.base/setshow.exp: Likewise.
4495 * gdb.cp/converts.cc (foo1_type_check): New function.
4496 (foo2_type_check): New function.
4497 (foo3_type_check): New function.
4498 (main): Call new functions.
4499 * converts.exp: Add tests for integer-to-pointer conversions
4500 with/without strict type-checking.
4501
dbf6a605
MF
45022012-08-16 Mike Frysinger <vapier@gentoo.org>
4503
4504 * gdb.base/help.exp: Update expected output.
4505
0c92d8c1
JB
45062012-08-16 Joel Brobecker <brobecker@adacore.com>
4507
4508 * gdb.ada/rdv_wait: New testcase.
4509
e56f7f42
JK
45102012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4513
f47f77df
DE
45142012-08-13 Doug Evans <dje@google.com>
4515
e202d6e8 4516 * gdb.base/help.exp: Update expected output.
f47f77df
DE
4517 * gdb.base/default.exp: Update expected output of "show convenience".
4518
a72c3253
DE
45192012-08-10 Doug Evans <dje@google.com>
4520
4521 * gdb.python/py-strfns.c: New file.
4522 * gdb.python/py-strfns.exp: New file.
4523 * gdb.python/py-type.exp (test_fields): Add vector tests.
4524
de0bea00
MF
45252012-08-10 Mike Frysinger <vapier@gentoo.org>
4526
4527 PR cli/10436:
4528 * gdb.base/completion.exp: Add tests for handle completion.
4529
5b9afe8a
YQ
45302012-08-09 Yao Qi <yao@codesourcery.com>
4531
4532 * gdb.mi/mi-cmd-param-changed.exp: New.
4533 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4534 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4535 * gdb.mi/mi2-prompt.exp: Likewise.
4536
4f485ebc
DE
45372012-08-08 Doug Evans <dje@google.com>
4538
4539 * gdb.base/debug-expr.c: New file.
4540 * gdb.base/debug-expr.exp: New file.
4541 * gdb.base/exprs.exp: Test {type} casts.
4542 * gdb.cp/debug-expr.exp: New file.
4543
5888842d
JK
45442012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4545
4546 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4547 global variable loop, not a 'break'. Add loop count limit to 100.
4548 Add new fail case for terminated vgdb.
4549
4f69f4c2
JK
45502012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4551 Jean-Marc Saffroy <saffroy@gmail.com>
4552
4553 PR 11804
4554 * gdb.base/gcore-relro.exp: New file.
4555 * gdb.base/gcore-relro-main.c: New file.
4556 * gdb.base/gcore-relro-lib.c: New file.
4557
e2de5390
JK
45582012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4559
4560 Do not false FAIL with old GCCs.
4561 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4562 GCC < 4.5 in $no_hw mode.
4563
606603c5
JK
45642012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4565
4566 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4567
777f26c2
JK
45682012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4569
4570 * gdb.base/list.exp (test_only_end): New function.
4571 Call it.
4572
2c12abee
TT
45732012-08-06 Tom Tromey <tromey@redhat.com>
4574
4575 * gdb.python/py-mi.exp: Add test for printer whose children
4576 are a list.
4577 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4578 (main): New variable children_as_list.
4579 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4580 New.
4581 (register_pretty_printers): Register new printer.
4582
0eae2cf4
EBM
45832012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4584
4585 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4586 symbols. Abort if vgdb remote connection is closed.
4587
09e0881d
DE
45882012-08-02 Doug Evans <dje@google.com>
4589
4590 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4591
b40f514f
SDJ
45922012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4593
4594 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4595 s390x, PowerPC 64 and m68k-linux.
4596
11315ae0
UW
45972012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4598
4599 * gdb.base/annota1.exp: Accept no frames-invalid notification
4600 when starting up the program.
4601 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4602 show a symbolic value as well.
4603 * gdb.server/server-exec-info.exp: Skip test when skipping
4604 gdbserver test and/or when skipping shared library tests.
4605 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4606 avoid name conflicts with other tests.
4607
0547eeed
UW
46082012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4609
4610 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4611 Fix wrong output on big-endian systems.
4612 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4613 4-byte pointer types on 64-bit s390x.
4614
bdddb4de
UW
46152012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4616
4617 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4618 marker comment at the beginning (after intialization).
4619 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4620 breakpoint on marker comment instead of function begin.
4621 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4622 PowerPC.
4623 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4624 or 64-bit PowerPC.
4625 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4626 gdb,no_hardware_watchpoints flag is set.
4627 (initialize): Remove now redundant can-use-hw-watchpoints change.
4628
5d206025
YQ
46292012-08-02 Yao Qi <yao@codesourcery.com>
4630 Pedro Alves <palves@redhat.com>
4631
4632 * boards/local-remote-host.exp: New.
4633
4f665099
UW
46342012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4635
4636 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4637 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4638 * gdb.base/print-file-var.exp: Likewise.
4639 * gdb.server/solib-list.exp: Skip on remote targets.
4640
b62e2b27
UW
46412012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4642
4643 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4644 watchpoints on ARM. When expecting software watchpoints, tolerate
4645 (remote) targets that report unsupported hardware watchpoint only
4646 at continue time.
4647 (test_wide_location_2): Likewise.
4648
a967a851
JK
46492012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4650
4651 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4652 valgrind versions.
4653
75d9f9ff 46542012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
4655
4656 * gdb.base/valgrind-infcall.c: New file.
4657 * gdb.base/valgrind-infcall.exp: New file.
4658
75d9f9ff
JK
4659 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4660
1c9f2ed2
KS
46612012-07-30 Keith Seitz <keiths@redhat.com>
4662
4663 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4664 linespecs.
4665
7f9b2034
DE
46662012-07-30 Doug Evans <dje@google.com>
4667
85220e01
DE
4668 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4669 * gdb.dwarf2/pr13961.S: Ditto.
4670
7f9b2034
DE
4671 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4672
4e969b4f
AB
46732012-07-30 Andrew Burgess <aburgess@broadcom.com>
4674
4675 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4676 change its format immediately after reloading the binary.
4677
e7de8362
JK
46782012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4679
4680 Fix testsuite regression after --use-deprecated-index-sections removal.
4681 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4682 string.
4683 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4684
7255706c
YQ
46852012-07-27 Yao Qi <yao@codesourcery.com>
4686
4687 KFAIL for PR remote/14161.
4688 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4689 Cleanup socket files.
4690 (strace_info_marker): Detach inferior.
4691
f2e8016f
TT
46922012-07-26 Tom Tromey <tromey@redhat.com>
4693
6fdff2c5 4694 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 4695
f66713d2
JK
46962012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4697
4698 * gdb.python/py-inferior.c (thread): New function.
4699 (check_threads): New function.
4700 (test_threads): New function.
4701 * gdb.python/py-inferior.exp: Added test.
4702 Replaced runto with continue to breakpoint.
4703
8223e12c
TT
47042012-07-26 Tom Tromey <tromey@redhat.com>
4705
4706 * lib/ada.exp (standard_ada_testfile): New proc.
4707 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4708 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4709 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4710 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4711 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4712 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4713 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4714 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4715 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4716 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4717 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4718 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4719 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4720 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4721 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4722 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4723 * gdb.ada/complete.exp: Use standard_ada_testfile.
4724 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4725 standard_output_file.
4726 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4727 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4728 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4729 standard_output_file.
4730 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4731 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4732 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4733 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4734 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4735 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4736 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4737 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4738 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4739 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4740 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4741 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4742 * gdb.ada/interface.exp: Use standard_ada_testfile.
4743 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4744 standard_output_file
4745 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4746 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4747 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4748 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4749 * gdb.ada/nested.exp: Use standard_ada_testfile.
4750 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4751 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4752 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4753 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4754 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4755 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4756 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4757 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4758 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4759 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4760 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4761 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4762 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4763 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4764 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4765 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4766 * gdb.ada/start.exp: Use standard_ada_testfile.
4767 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4768 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4769 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4770 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4771 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4772 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4773 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4774 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4775 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4776 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4777 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4778 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4779 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4780 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4781
bbec57e4
JK
47822012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4783
4784 Fix testsuite regression after --use-deprecated-index-sections removal.
4785 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4786
9cc8e32c
JK
47872012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4788
4789 Fix compatibility with Tcl before 7.5.
4790 * lib/future.exp (lreverse): New function if it does not exist.
4791
ea5ca7b5
MK
47922012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4793
4794 * gdb.mi/mi-pending.c: New method to set a second pending
4795 breakpoint.
4796 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4797 condition.
4798
64776a0b
PA
47992012-07-20 Pedro Alves <palves@redhat.com>
4800
4801 PR threads/11692
4802 PR gdb/12203
4803
4804 * gdb.threads/create-fail.c: New file.
4805 * gdb.threads/create-fail.exp: New file.
4806
13e4e967
PA
48072012-07-19 Pedro Alves <palves@redhat.com>
4808
4809 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4810 * config/vx.exp (gdb_start): Likewise.
4811 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4812 * gdb.base/setvar.exp (test_set): Likewise.
4813 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4814 * gdb.reverse/sigall-precsave.exp: Likewise.
4815 * gdb.reverse/sigall-reverse.exp: Likewise.
4816
b7aefa4d
PA
48172012-07-19 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4820 handler before recording.
4821
608b4967
TT
48222012-07-19 Tom Tromey <tromey@redhat.com>
4823
4824 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4825 * gdb.cp/casts.cc (decltype): New function.
4826 (main): Use it.
4827
b1e0c0fa
PA
48282012-07-19 Pedro Alves <palves@redhat.com>
4829
4830 * gdb.base/sigall.exp (signals): New list.
4831 <top level>: Loop over signals in the $signals list instead of
4832 calling a test function once per signal.
4833 * gdb.reverse/sigall-precsave.exp (signals): New list.
4834 <top level>: Loop over signals in the $signals list instead of
4835 calling a test function once per signal.
4836 * gdb.reverse/sigall-reverse.exp (signals): New list.
4837 <top level>: Loop over signals in the $signals list instead of
4838 calling a test function once per signal.
4839
6ace3df1
YQ
48402012-07-19 Yao Qi <yao@codesourcery.com>
4841
4842 * gdb.base/setshow.exp: Test 'set args ~'.
4843
263a0f8c
JK
48442012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4845
4846 * gdb.base/store.exp (check_set): Import gdb_prompt.
4847 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4848 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4849
8f043999
JK
48502012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4851
4852 PR 11914
4853 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4854 (main): Call eval_sub.
4855 * gdb.python/py-prettyprint.exp:
4856 (python execfile ('py-prettyprint.py')): Move it earlier.
4857 New breakpoint for eval-break.
4858 (continue to breakpoint: eval-break, info locals): New test.
4859 (python execfile ('py-prettyprint.py')): Move it from here.
4860 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4861 (register_pretty_printers): Register pp_eval_type.
4862
725c7b66
JK
48632012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4864
4865 Fix a testcase regression by me.
4866 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4867 DW_FORM_data4.
4868
4359dff1
JK
48692012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4870 Doug Evans <dje@google.com>
4871
4872 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4873 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4874
61e44cfa
JK
48752012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4876
4877 Fix gdbserver run regression.
4878 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4879
93c0ef37
TT
48802012-07-12 Tom Tromey <tromey@redhat.com>
4881
4882 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4883 (clean_restart): Likewise.
4884 (core_find): Use standard_output_file.
4885
76027ef5
TT
48862012-07-12 Tom Tromey <tromey@redhat.com>
4887
4888 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4889 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4890 prepare_for_testing_full.
4891 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4892 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4893 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4894 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4895 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4896 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4897 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4898 prepare_for_testing_full.
4899 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4900 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4901 prepare_for_testing_full.
4902 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4903 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4904 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4905
85b4440a
TT
49062012-07-12 Tom Tromey <tromey@redhat.com>
4907
4908 * lib/gdb.exp (build_executable_from_specs): New proc, from
4909 build_executable.
4910 (build_executable): Use it.
4911 (prepare_for_testing_full): New proc.
4912
55baab26
TT
49132012-07-11 Tom Tromey <tromey@redhat.com>
4914
4915 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4916 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4917 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4918 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4919 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4920 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4921 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4922 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4923 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4924 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4925
298a9cf0
TT
49262012-07-10 Tom Tromey <tromey@redhat.com>
4927
4928 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4929 standard_output_file.
4930 * gdb.mi/gdb2549.exp: Use standard_testfile.
4931 * gdb.mi/gdb669.exp: Use standard_testfile.
4932 * gdb.mi/gdb701.exp: Use standard_testfile.
4933 * gdb.mi/gdb792.exp: Use standard_testfile.
4934 * gdb.mi/mi-async.exp: Use standard_testfile.
4935 * gdb.mi/mi-basics.exp: Use standard_testfile.
4936 * gdb.mi/mi-break.exp: Use standard_testfile.
4937 * gdb.mi/mi-cli.exp: Use standard_testfile.
4938 * gdb.mi/mi-console.exp: Use standard_testfile.
4939 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4940 * gdb.mi/mi-eval.exp: Use standard_testfile.
4941 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4942 * gdb.mi/mi-file.exp: Use standard_testfile.
4943 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4944 * gdb.mi/mi-logging.exp: Use standard_testfile.
4945 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4946 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4947 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4948 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4949 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4950 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4951 * gdb.mi/mi-pending.exp: Use standard_testfile,
4952 standard_output_file.
4953 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4954 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4955 * gdb.mi/mi-regs.exp: Use standard_testfile.
4956 * gdb.mi/mi-return.exp: Use standard_testfile.
4957 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4958 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4959 * gdb.mi/mi-solib.exp: Use standard_testfile,
4960 standard_output_file.
4961 * gdb.mi/mi-stack.exp: Use standard_testfile.
4962 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4963 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4964 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4965 * gdb.mi/mi-until.exp: Use standard_testfile.
4966 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4967 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4968 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4969 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4970 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4971 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4972 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4973 standard_output_file.
4974 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4975 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4976 * gdb.mi/mi-watch.exp: Use standard_testfile.
4977 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4978 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4979 * gdb.mi/mi2-break.exp: Use standard_testfile.
4980 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4981 * gdb.mi/mi2-console.exp: Use standard_testfile.
4982 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4983 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4984 * gdb.mi/mi2-file.exp: Use standard_testfile.
4985 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4986 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4987 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4988 * gdb.mi/mi2-return.exp: Use standard_testfile.
4989 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4990 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4991 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4992 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4993 * gdb.mi/mi2-until.exp: Use standard_testfile.
4994 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4995 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4996 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4997 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4998 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4999
f5f3a911
TT
50002012-07-10 Tom Tromey <tromey@redhat.com>
5001
5002 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5003 * gdb.cp/ambiguous.exp: Use standard_testfile,
5004 prepare_for_testing.
5005 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5006 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5007 * gdb.cp/anon-ns.exp: Use standard_testfile.
5008 * gdb.cp/anon-struct.exp: Use standard_testfile.
5009 * gdb.cp/anon-union.exp: Use standard_testfile,
5010 prepare_for_testing.
5011 * gdb.cp/arg-reference.exp: Use standard_testfile,
5012 prepare_for_testing.
5013 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5014 * gdb.cp/breakpoint.exp: Use standard_testfile,
5015 prepare_for_testing.
5016 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5017 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5018 standard_output_file.
5019 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5020 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5021 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5022 (test_static_members): Update.
5023 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5024 * gdb.cp/converts.exp: Use standard_testfile.
5025 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5026 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5027 prepare_for_testing.
5028 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5029 * gdb.cp/cplabel.exp: Use standard_testfile.
5030 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5031 prepare_for_testing.
5032 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5033 * gdb.cp/derivation.exp: Use standard_testfile,
5034 prepare_for_testing.
5035 * gdb.cp/destrprint.exp: Use standard_testfile.
5036 * gdb.cp/dispcxx.exp: Use standard_testfile.
5037 * gdb.cp/exception.exp: Use standard_testfile,
5038 prepare_for_testing.
5039 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5040 * gdb.cp/extern-c.exp: Use standard_testfile,
5041 prepare_for_testing.
5042 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5043 prepare_for_testing.
5044 * gdb.cp/fpointer.exp: Use standard_testfile.
5045 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5046 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5047 standard_output_file.
5048 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5049 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5050 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5051 standard_output_file.
5052 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5053 (do_tests): Update.
5054 * gdb.cp/koenig.exp: Use standard_testfile.
5055 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5056 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5057 * gdb.cp/m-static.exp: Use standard_testfile,
5058 prepare_for_testing.
5059 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5060 * gdb.cp/mb-inline.exp: Use standard_testfile,
5061 prepare_for_testing.
5062 * gdb.cp/mb-templates.exp: Use standard_testfile,
5063 prepare_for_testing.
5064 * gdb.cp/member-ptr.exp: Use standard_testfile,
5065 prepare_for_testing.
5066 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5067 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5068 * gdb.cp/method2.exp: Use standard_testfile.
5069 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5070 standard_output_file.
5071 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5072 (do_tests): Update.
5073 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5074 prepare_for_testing.
5075 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5076 prepare_for_testing.
5077 * gdb.cp/namespace.exp: Use standard_testfile,
5078 prepare_for_testing.
5079 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5080 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5081 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5082 * gdb.cp/nsimport.exp: Use standard_testfile,
5083 prepare_for_testing.
5084 * gdb.cp/nsnested.exp: Use standard_testfile.
5085 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5086 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5087 prepare_for_testing.
5088 * gdb.cp/nsstress.exp: Use standard_testfile,
5089 prepare_for_testing.
5090 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5091 * gdb.cp/operator.exp: Use standard_testfile.
5092 * gdb.cp/oranking.exp: Use standard_testfile.
5093 * gdb.cp/overload-const.exp: Use standard_testfile.
5094 * gdb.cp/overload.exp: Use standard_testfile,
5095 prepare_for_testing.
5096 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5097 * gdb.cp/ovsrch.exp: Use standard_testfile.
5098 * gdb.cp/paren-type.exp: Use standard_testfile.
5099 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5100 prepare_for_testing.
5101 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5102 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5103 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5104 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5105 * gdb.cp/pr10728.exp: Use standard_testfile,
5106 standard_output_file.
5107 * gdb.cp/pr12028.exp: Use standard_testfile.
5108 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5109 * gdb.cp/pr9167.exp: Use standard_testfile.
5110 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5111 * gdb.cp/printmethod.exp: Use standard_testfile,
5112 prepare_for_testing.
5113 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5114 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5115 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5116 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5117 standard_output_file.
5118 * gdb.cp/readnow-language.exp: Use standard_testfile.
5119 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5120 (gdb_start_again): Use clean_restart.
5121 * gdb.cp/ref-types.exp: Use standard_testfile,
5122 prepare_for_testing.
5123 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5124 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5125 * gdb.cp/smartp.exp: Use standard_testfile.
5126 * gdb.cp/static-method.exp: Use standard_testfile.
5127 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5128 * gdb.cp/temargs.exp: Use standard_testfile.
5129 * gdb.cp/templates.exp: Use standard_testfile,
5130 prepare_for_testing.
5131 (do_tests): Update.
5132 * gdb.cp/try_catch.exp: Use standard_testfile,
5133 prepare_for_testing.
5134 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5135 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5136 * gdb.cp/virtbase.exp: Use standard_testfile,
5137 prepare_for_testing.
5138 * gdb.cp/virtfunc.exp: Use standard_testfile,
5139 prepare_for_testing.
5140 (do_tests): Update.
5141 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5142 prepare_for_testing.
5143
686f09d0
TT
51442012-07-10 Tom Tromey <tromey@redhat.com>
5145
5146 * lib/gdb.exp (standard_testfile): Unset output variables from
5147 earlier invocations.
5148
9357e021
YQ
51492012-07-10 Yao Qi <yao@codesourcery.com>
5150
5151 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5152 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5153 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5154 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5155 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5156 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5157 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5158 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5159 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5160 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5161 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5162 * gdb.mi/mi-var-display.exp: Likewise.
5163 * gdb.mi/mi-var-invalidate.exp: Likewise.
5164 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5165 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5166 * gdb.mi/mi2-console.exp: Likewise.
5167 * gdb.mi/mi2-disassemble.exp: Likewise.
5168 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5169 * gdb.mi/mi2-read-memory.exp: Likewise.
5170 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5171 * gdb.mi/mi2-simplerun.exp: Likewise.
5172 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5173 * gdb.mi/mi2-syn-frame.exp: Likewise.
5174 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5175 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5176 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5177
e314d629
TT
51782012-07-09 Tom Tromey <tromey@redhat.com>
5179
5180 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5181 * gdb.base/callfuncs.exp: Add cast-based test.
5182 * gdb.base/callfuncs.c (voidfunc): New function.
5183
06928b3f
DE
51842012-07-08 Doug Evans <dje@google.com>
5185
5186 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5187
32f11bad
JK
51882012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 Fix XFAIL compatibility with old i386 systems.
5191 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5192 Check also 'Cannot insert breakpoint 0'.
5193
76b83c51
JK
51942012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5195
5196 PR 14321
5197 * gdb.base/find.exp
5198 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5199
a6fb9c08
TT
52002012-07-06 Tom Tromey <tromey@redhat.com>
5201
5202 * gdb.base/whatis.exp: Add test.
5203
71918a86
TT
52042012-07-06 Tom Tromey <tromey@redhat.com>
5205
5206 * gdb.base/whatis.exp: Add regression test.
5207
fcde5961
TT
52082012-07-06 Tom Tromey <tromey@redhat.com>
5209
5210 * gdb.base/whatis.exp: Add tests.
5211
f9cf0f4a
JK
52122012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5213
5214 PR 12649
5215 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5216 gdb_test_multiple $gdb_prompt terminator.
5217
979ade8b
PA
52182012-07-04 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5221 supports_process_record.
5222
8a980b44
PA
52232012-07-04 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5226 endings.
5227 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5228
855ba978
SS
52292012-07-03 Stan Shebs <stan@codesourcery.com>
5230
5231 * gdb.base/info-os.c (main): Retry resource acquisition until an
5232 available one is found.
5233 * gdb.base/info-os.exp: Collect resource keys from the program
5234 and use them in matching.
5235
fcb44371
JK
52362012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5237
5238 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5239 Wrap the test into loop for corefile and core0file.
5240
08a67be6
JK
52412012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5242
5243 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5244 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5245 .note.GNU-stack.
5246
0f3c2347
JK
5247 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5248
ff4a4500
SDJ
52492012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5250
5251 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5252 break): Include help message for the new `-probe' and `-probe-stap'
5253 options.
5254
d3ce09f5
SS
52552012-07-02 Stan Shebs <stan@codesourcery.com>
5256
5257 * gdb.base/dprintf.exp: Add agent style tests.
5258
a1624241
JK
52592012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5260
5261 * gdb.base/stale-infcall.c (infcall): New label test-next.
5262 (main): New labels test-pass and test-fail.
5263 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5264 $test_fail_bpnum to test-fail.
5265 (test system longjmp tracking support): New test.
5266 Delete $test_fail_bpnum.
5267 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5268 breakpoint.
5269
42e7ad6c
DE
52702012-06-30 Doug Evans <dje@google.com>
5271
5272 * gdb.dwarf2/fission-reread.S: New file.
5273 * gdb.dwarf2/fission-reread.exp: New file.
5274
37ce89eb
SS
52752012-06-28 Stan Shebs <stan@codesourcery.com>
5276
5277 * gdb.mi/mi-logging.exp: New file.
5278
e5ef252a
PA
52792012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5280 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.threads/siginfo-threads.exp: New file.
5283 * gdb.threads/siginfo-threads.c: New file.
5284 * gdb.threads/sigstep-threads.exp: New file.
5285 * gdb.threads/sigstep-threads.c: New file.
5286
22f1fbae
TT
52872012-06-28 Tom Tromey <tromey@redhat.com>
5288
5289 * gdb.go/package.exp: Partially revert earlier patch; use
5290 gdb_compile again. Use standard_output_file.
5291
2e3cf129
DE
52922012-06-27 Doug Evans <dje@google.com>
5293
5294 * gdb.dwarf2/fission-base.c: New file.
5295 * gdb.dwarf2/fission-base.S: New file.
5296 * gdb.dwarf2/fission-base.exp: New file.
5297
785fd303
JK
52982012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5299
5300 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5301
1bb9788d
TT
53022012-06-27 Tom Tromey <tromey@redhat.com>
5303
5304 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5305 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5306
c83ee902
TT
53072012-06-27 Tom Tromey <tromey@redhat.com>
5308
5309 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5310 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5311 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5312 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5313 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5314 prepare_for_testing.
5315 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5316 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5317 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5318 standard_testfile.
5319 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5320 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5321 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5322 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5323 prepare_for_testing.
5324 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5325 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5326 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5327 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5328 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5329 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5330 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5331 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5332 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5333 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5334 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5335 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5336 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5337 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5338 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5339 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5340 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5341 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5342 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5343 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5344 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5345 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5346 standard_output_file.
5347 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5348 standard_output_file.
5349 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5350 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5351 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5352 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5353 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5354 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5355 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5356 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5357 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5358 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5359 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5360 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5361 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5362 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5363 * gdb.dwarf2/valop.exp: Use standard_testfile,
5364 prepare_for_testing.
5365
5204774b
TT
53662012-06-27 Tom Tromey <tromey@redhat.com>
5367
5368 * gdb.python/python.exp: Fix regexps in pagination tests.
5369
ee0bf529
SCR
53702012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5371
5372 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5373 'last' of gdb.Symtab_and_line.
5374 * gdb.python/py-symbol.c: Move break point comment to enable
5375 testing of gdb.Symtab_and_line.last.
5376
14fcc022
TT
53772012-06-26 Tom Tromey <tromey@redhat.com>
5378
5379 * gdb.threads/step.c: Remove.
5380 * gdb.threads/step.exp: Remove.
5381 * gdb.threads/step2.exp: Remove.
5382
0efbbabc
TT
53832012-06-26 Tom Tromey <tromey@redhat.com>
5384
5385 * gdb.threads/watchpoint-fork.exp (test): Use
5386 standard_output_file. Don't declare objdir.
5387 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5388 standard_output_file.
5389 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5390 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5391 clean_restart. Remove incdir.
5392 * gdb.threads/corethreads.exp: Use standard_testfile.
5393 * gdb.threads/execl.exp: Use standard_testfile,
5394 standard_output_file, clean_restart.
5395 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5396 clean_restart.
5397 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5398 clean_restart.
5399 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5400 incdir.
5401 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5402 clean_restart. Remove incdir.
5403 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5404 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5405 clean_restart. Remove incdir.
5406 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5407 Remove incdir.
5408 * gdb.threads/leader-exit.exp: Use standard_testfile.
5409 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5410 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5411 clean_restart.
5412 * gdb.threads/manythreads.exp: Use standard_testfile,
5413 clean_restart. Remove incdir.
5414 * gdb.threads/multi-create.exp: Use standard_testfile,
5415 clean_restart.
5416 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5417 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5418 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5419 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5420 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5421 * gdb.threads/pending-step.exp: Use standard_testfile,
5422 clean_restart. Remove incdir.
5423 * gdb.threads/print-threads.exp: Use standard_testfile,
5424 clean_restart. Remove incdir.
5425 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5426 clean_restart. Remove incdir.
5427 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5428 Remove incdir.
5429 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5430 incdir.
5431 * gdb.threads/sigthread.exp: Use standard_testfile,
5432 clean_restart.
5433 * gdb.threads/staticthreads.exp: Use standard_testfile,
5434 clean_restart. Remove incdir.
5435 * gdb.threads/switch-threads.exp: Use standard_testfile,
5436 clean_restart. Remove incdir.
5437 * gdb.threads/thread-execl.exp: Use standard_testfile,
5438 clean_restart. Remove incdir.
5439 * gdb.threads/thread-find.exp: Use standard_testfile,
5440 clean_restart.
5441 * gdb.threads/thread-specific.exp: Use standard_testfile,
5442 clean_restart. Remove incdir.
5443 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5444 clean_restart. Remove incdir.
5445 * gdb.threads/thread_check.exp: Use standard_testfile,
5446 clean_restart. Remove incdir.
5447 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5448 incdir.
5449 * gdb.threads/threadapply.exp: Use standard_testfile,
5450 clean_restart. Remove incdir.
5451 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5452 clean_restart. Remove incdir.
5453 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5454 clean_restart.
5455 * gdb.threads/tls-shared.exp: Use standard_testfile,
5456 clean_restart, standard_output_file.
5457 * gdb.threads/tls-var.exp: Use standard_testfile,
5458 standard_output_file.
5459 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5460 Remove incdir.
5461 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5462 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
5463 incdir.
5464 * gdb.threads/watchthreads2.exp: Use standard_testfile,
5465 clean_restart. Remove incdir.
5466
497a5eb0
TT
54672012-06-26 Tom Tromey <tromey@redhat.com>
5468
5469 * gdb.trace/actions.exp: Use standard_testfile.
5470 * gdb.trace/ax.exp: Use standard_testfile.
5471 * gdb.trace/backtrace.exp: Use standard_testfile.
5472 * gdb.trace/change-loc.exp: Use standard_testfile.
5473 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5474 * gdb.trace/collection.exp: Use standard_testfile,
5475 prepare_for_testing.
5476 * gdb.trace/deltrace.exp: Use standard_testfile.
5477 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
5478 * gdb.trace/ftrace.exp: Use standard_testfile.
5479 * gdb.trace/infotrace.exp: Use standard_testfile.
5480 * gdb.trace/packetlen.exp: Use standard_testfile.
5481 * gdb.trace/passc-dyn.exp: Use standard_testfile.
5482 * gdb.trace/passcount.exp: Use standard_testfile.
5483 * gdb.trace/pending.exp: Use standard_testfile.
5484 * gdb.trace/report.exp: Use standard_testfile.
5485 * gdb.trace/save-trace.exp: Use standard_testfile.
5486 * gdb.trace/stap-trace.exp: Use standard_testfile.
5487 * gdb.trace/status-stop.exp: Use standard_testfile.
5488 * gdb.trace/strace.exp: Use standard_testfile.
5489 * gdb.trace/tfile.exp: Use standard_testfile.
5490 * gdb.trace/tfind.exp: Use standard_testfile.
5491 * gdb.trace/trace-break.exp: Use standard_testfile.
5492 * gdb.trace/trace-mt.exp: Use standard_testfile.
5493 * gdb.trace/tracecmd.exp: Use standard_testfile.
5494 * gdb.trace/tspeed.exp: Use standard_testfile.
5495 * gdb.trace/tstatus.exp: Use standard_testfile.
5496 * gdb.trace/tsv.exp: Use standard_testfile.
5497 * gdb.trace/unavailable.exp: Use standard_testfile,
5498 prepare_for_testing.
5499 * gdb.trace/while-dyn.exp: Use standard_testfile.
5500 * gdb.trace/while-stepping.exp: Use standard_testfile.
5501
7686c074
TT
55022012-06-26 Tom Tromey <tromey@redhat.com>
5503
5504 * gdb.reverse/break-precsave.exp: Use standard_testfile.
5505 * gdb.reverse/break-reverse.exp: Use standard_testfile.
5506 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
5507 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
5508 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
5509 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
5510 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5511 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5512 prepare_for_testing.
5513 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5514 prepare_for_testing.
5515 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5516 prepare_for_testing.
5517 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5518 prepare_for_testing.
5519 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5520 prepare_for_testing
5521 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5522 * gdb.reverse/machinestate.exp: Use standard_testfile.
5523 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5524 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5525 build_executable.
5526 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5527 build_executable.
5528 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5529 standard_output_file.
5530 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5531 standard_output_file.
5532 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5533 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5534 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5535 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5536 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5537 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5538
481fc100
TT
55392012-06-26 Tom Tromey <tromey@redhat.com>
5540
5541 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5542 standard_output_file.
5543 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5544 prepare_for_testing. Remove directory-checking code.
5545
7bb18ae2
TT
55462012-06-25 Tom Tromey <tromey@redhat.com>
5547
5548 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5549 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5550 build_executable, not prepare_for_testing.
5551 * gdb.multi/base.exp: Use standard_output_file. Use
5552 build_executable, not prepare_for_testing.
5553
cf09b3e4
TT
55542012-06-25 Tom Tromey <tromey@redhat.com>
5555
5556 * gdb.fortran/subarray.exp: Use standard_testfile,
5557 prepare_for_testing.
5558 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5559 * gdb.fortran/module.exp: Use standard_testfile.
5560 * gdb.fortran/logical.exp: Use standard_testfile.
5561 * gdb.fortran/library-module.exp: Use standard_testfile,
5562 standard_output_file.
5563 * gdb.fortran/derived-type.exp: Use standard_testfile,
5564 prepare_for_testing.
5565 * gdb.fortran/complex.exp: Use standard_testfile,
5566 prepare_for_testing.
5567 * gdb.fortran/charset.exp: Use standard_testfile.
5568 * gdb.fortran/array-element.exp: Use standard_testfile,
5569 prepare_for_testing.
5570
18b5ff1b
KS
55712012-06-25 Keith Seitz <keiths@redhat.com>
5572
5573 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5574 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5575
17b77626
TT
55762012-06-25 Tom Tromey <tromey@redhat.com>
5577
5578 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5579 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5580 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5581 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5582
f91e3dc1
TT
55832012-06-25 Tom Tromey <tromey@redhat.com>
5584
5585 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5586 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5587 * gdb.linespec/linespec.exp: Use standard_testfile.
5588
a884434d
TT
55892012-06-25 Tom Tromey <tromey@redhat.com>
5590
5591 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5592 prepare_for_testing.
5593
efc9d70a
TT
55942012-06-25 Tom Tromey <tromey@redhat.com>
5595
5596 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5597 prepare_for_testing.
5598 * gdb.opt/inline-break.exp: Use standard_testfile,
5599 prepare_for_testing.
5600 * gdb.opt/inline-bt.exp: Use standard_testfile,
5601 prepare_for_testing.
5602 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5603 prepare_for_testing.
5604 * gdb.opt/inline-locals.exp: Use standard_testfile,
5605 prepare_for_testing.
5606
e2fc92c6
TT
56072012-06-25 Tom Tromey <tromey@redhat.com>
5608
5609 * gdb.asm/asm-source.exp: Use standard_output_file,
5610 standard_testfile. Construct .o files in proper subdir.
5611
b0963d73
TT
56122012-06-25 Tom Tromey <tromey@redhat.com>
5613
5614 * gdb.server/ext-attach.exp: Use standard_testfile,
5615 prepare_for_testing.
5616 * gdb.server/ext-run.exp: Use standard_testfile,
5617 build_executable.
5618 * gdb.server/file-transfer.exp: Use standard_testfile,
5619 prepare_for_testing.
5620 * gdb.server/server-exec-info.exp: Use standard_testfile.
5621 * gdb.server/server-mon.exp: Use standard_testfile,
5622 prepare_for_testing.
5623 * gdb.server/server-run.exp: Use standard_testfile,
5624 build_executable.
5625 * gdb.server/solib-list.exp: Use standard_testfile,
5626 standard_output_file.
5627
8a3e1f8d
TT
56282012-06-25 Tom Tromey <tromey@redhat.com>
5629
5630 * lib/gdb.exp (standard_output_file): Use "file join".
5631 * gdb.go/chan.exp: Use standard_testfile.
5632 * gdb.go/handcall.exp: Use standard_testfile.
5633 * gdb.go/hello.exp: Use standard_testfile.
5634 * gdb.integers/chan.exp: Use standard_testfile.
5635 * gdb.go/methods.exp: Use standard_testfile.
5636 * gdb.go/package.exp: Use standard_testfile.
5637 * gdb.go/strings.exp: Use standard_testfile.
5638 * gdb.go/types.exp: Use standard_testfile.
5639 * gdb.go/unsafe.exp: Use standard_testfile.
5640
944a9061
MGD
56412012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5642
5643 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5644
1c06bd58
JK
56452012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5646
5647 Fix regression by the previous commit.
5648 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5649
b4a58790
TT
56502012-06-22 Tom Tromey <tromey@redhat.com>
5651
5652 * gdb.python/lib-types.exp: Use standard_testfile,
5653 prepare_for_testing.
5654 * gdb.python/py-block.exp: Use standard_testfile.
5655 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5656 * gdb.python/py-events.exp: Use standard_testfile,
5657 standard_output_file.
5658 * gdb.python/py-evsignal.exp: Use standard_testfile.
5659 * gdb.python/py-evethreads.exp: Use standard_testfile.
5660 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5661 * gdb.python/py-explore.exp: Use standard_testfile.
5662 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5663 standard_output_file.
5664 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5665 prepare_for_testing.
5666 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5667 * gdb.python/py-frame.exp: Use standard_testfile.
5668 * gdb.python/py-inferior.exp: Use standard_testfile.
5669 * gdb.python/py-infthread.exp: Use standard_testfile.
5670 * gdb.python/py-mi.exp: Use standard_testfile.
5671 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5672 build_executable.
5673 * gdb.python/py-objfile.exp: Use standard_testfile.
5674 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5675 prepare_for_testing.
5676 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5677 * gdb.python/py-progspace.exp: Use standard_testfile,
5678 build_executable.
5679 * gdb.python/py-prompt.exp: Use standard_testfile,
5680 build_executable.
5681 * gdb.python/py-section-script.exp: Use standard_testfile,
5682 build_executable.
5683 * gdb.python/py-shared.exp: Use standard_testfile,
5684 standard_output_file, clean_restart.
5685 * gdb.python/py-symbol.exp: Use standard_output_file,
5686 prepare_for_testing.
5687 * gdb.python/py-symtab.exp: Use standard_output_file,
5688 prepare_for_testing
5689 * gdb.python/py-template.exp: Use standard_testfile.
5690 * gdb.python/py-type.exp: Use standard_testfile.
5691 * gdb.python/py-value-cc.exp: Use standard_testfile.
5692 * gdb.python/py-value.exp: Use standard_testfile.
5693 * gdb.python/python.exp: Use standard_testfile, build_executable.
5694
2c44deac
TT
56952012-06-22 Tom Tromey <tromey@redhat.com>
5696
5697 * gdb.objc/basicclass.exp: Use standard_testfile.
5698 (do_objc_tests): Don't declare objdir.
5699 * gdb.objc/nondebug.exp: Use standard_testfile.
5700 (do_objc_tests): Don't declare objdir.
5701 * gdb.objc/objcdecode.exp: Use standard_testfile.
5702 (do_objc_tests): Don't declare objdir.
5703
c24ccbce
TT
57042012-06-22 Tom Tromey <tromey@redhat.com>
5705
5706 * gdb.java/jmain.exp: Use standard_testfile.
5707 * gdb.java/jmisc.exp: Use standard_testfile.
5708 * gdb.java/jnpe.exp: Use standard_testfile.
5709 * gdb.java/jprint.exp: Use standard_testfile.
5710
0a6d0306
TT
57112012-06-22 Tom Tromey <tromey@redhat.com>
5712
5713 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5714 (standard_output_file, standard_testfile): New procs.
5715 (build_executable, clean_restart): Use standard_output_file.
5716
6ea815ef
YQ
57172012-06-22 Yao Qi <yao@codesourcery.com>
5718
5719 * boards/native-gdbserver.exp: New proc ${board}_exec.
5720 * boards/native-stdio-gdbserver.exp: Likewise.
5721
4c93b1db
TT
57222012-06-21 Tom Tromey <tromey@redhat.com>
5723
5724 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5725 (build_executable): Update.
5726 (get_compiler_info): Remove 'binfile' argument.
5727 * gdb.ada/arrayidx.exp: Update.
5728 * gdb.ada/null_array.exp: Update.
5729 * gdb.arch/altivec-abi.exp: Update.
5730 * gdb.arch/altivec-regs.exp: Update.
5731 * gdb.arch/amd64-byte.exp: Update.
5732 * gdb.arch/amd64-dword.exp: Update.
5733 * gdb.arch/amd64-word.exp: Update.
5734 * gdb.arch/i386-avx.exp: Update.
5735 * gdb.arch/i386-byte.exp: Update.
5736 * gdb.arch/i386-sse.exp: Update.
5737 * gdb.arch/i386-word.exp: Update.
5738 * gdb.arch/ppc-dfp.exp: Update.
5739 * gdb.arch/ppc-fp.exp: Update.
5740 * gdb.arch/vsx-regs.exp: Update.
5741 * gdb.base/all-bin.exp: Update.
5742 * gdb.base/annota1.exp: Update.
5743 * gdb.base/async.exp: Update.
5744 * gdb.base/attach.exp: Update.
5745 * gdb.base/break-interp.exp: Update.
5746 * gdb.base/call-ar-st.exp: Update.
5747 * gdb.base/call-rt-st.exp: Update.
5748 * gdb.base/call-sc.exp: Update.
5749 * gdb.base/callfuncs.exp: Update.
5750 * gdb.base/catch-load.exp: Update.
5751 * gdb.base/completion.exp: Update.
5752 * gdb.base/complex.exp: Update.
5753 * gdb.base/condbreak.exp: Update.
5754 * gdb.base/consecutive.exp: Update.
5755 * gdb.base/constvars.exp: Update.
5756 * gdb.base/corefile.exp: Update.
5757 * gdb.base/eval-skip.exp: Update.
5758 * gdb.base/expand-psymtabs.exp: Update.
5759 * gdb.base/exprs.exp: Update.
5760 * gdb.base/fileio.exp: Update.
5761 * gdb.base/fixsection.exp: Update.
5762 * gdb.base/funcargs.exp: Update.
5763 * gdb.base/gdb11530.exp: Update.
5764 * gdb.base/gdb1555.exp: Update.
5765 * gdb.base/gnu-ifunc.exp: Update.
5766 * gdb.base/gnu_vector.exp: Update.
5767 * gdb.base/info-macros.exp: Update.
5768 * gdb.base/jit-simple.exp: Update.
5769 * gdb.base/jit-so.exp: Update.
5770 * gdb.base/jit.exp: Update.
5771 * gdb.base/langs.exp: Update.
5772 * gdb.base/list.exp: Update.
5773 * gdb.base/logical.exp: Update.
5774 * gdb.base/long_long.exp: Update.
5775 * gdb.base/longjmp.exp: Update.
5776 * gdb.base/macscp.exp: Update.
5777 * gdb.base/mips_pro.exp: Update.
5778 * gdb.base/miscexprs.exp: Update.
5779 * gdb.base/morestack.exp: Update.
5780 * gdb.base/nodebug.exp: Update.
5781 * gdb.base/opaque.exp: Update.
5782 * gdb.base/pc-fp.exp: Update.
5783 * gdb.base/pending.exp: Update.
5784 * gdb.base/permissions.exp: Update.
5785 * gdb.base/pointers.exp: Update.
5786 * gdb.base/prelink.exp: Update.
5787 * gdb.base/printcmds.exp: Update.
5788 * gdb.base/psymtab.exp: Update.
5789 * gdb.base/ptype.exp: Update.
5790 * gdb.base/relational.exp: Update.
5791 * gdb.base/scope.exp: Update.
5792 * gdb.base/setvar.exp: Update.
5793 * gdb.base/shlib-call.exp: Update.
5794 * gdb.base/shreloc.exp: Update.
5795 * gdb.base/signals.exp: Update.
5796 * gdb.base/sizeof.exp: Update.
5797 * gdb.base/so-impl-ld.exp: Update.
5798 * gdb.base/so-indr-cl.exp: Update.
5799 * gdb.base/solib-disc.exp: Update.
5800 * gdb.base/solib-display.exp: Update.
5801 * gdb.base/solib-nodir.exp: Update.
5802 * gdb.base/solib-overlap.exp: Update.
5803 * gdb.base/solib-symbol.exp: Update.
5804 * gdb.base/solib-weak.exp: Update.
5805 * gdb.base/solib.exp: Update.
5806 * gdb.base/store.exp: Update.
5807 * gdb.base/structs.exp: Update.
5808 * gdb.base/structs2.exp: Update.
5809 * gdb.base/type-opaque.exp: Update.
5810 * gdb.base/unload.exp: Update.
5811 * gdb.base/varargs.exp: Update.
5812 * gdb.base/volatile.exp: Update.
5813 * gdb.base/watch_thread_num.exp: Update.
5814 * gdb.base/watchpoint-solib.exp: Update.
5815 * gdb.base/watchpoint.exp: Update.
5816 * gdb.base/watchpoints.exp: Update.
5817 * gdb.base/whatis.exp: Update.
5818 * gdb.cell/arch.exp: Update.
5819 * gdb.cell/break.exp: Update.
5820 * gdb.cell/bt.exp: Update.
5821 * gdb.cell/core.exp: Update.
5822 * gdb.cell/data.exp: Update.
5823 * gdb.cell/ea-cache.exp: Update.
5824 * gdb.cell/f-regs.exp: Update.
5825 * gdb.cell/fork.exp: Update.
5826 * gdb.cell/gcore.exp: Update.
5827 * gdb.cell/mem-access.exp: Update.
5828 * gdb.cell/ptype.exp: Update.
5829 * gdb.cell/registers.exp: Update.
5830 * gdb.cell/sizeof.exp: Update.
5831 * gdb.cell/solib-symbol.exp: Update.
5832 * gdb.cell/solib.exp: Update.
5833 * gdb.cp/ambiguous.exp: Update.
5834 * gdb.cp/breakpoint.exp: Update.
5835 * gdb.cp/bs15503.exp: Update.
5836 * gdb.cp/casts.exp: Update.
5837 * gdb.cp/class2.exp: Update.
5838 * gdb.cp/cpexprs.exp: Update.
5839 * gdb.cp/cplusfuncs.exp: Update.
5840 * gdb.cp/ctti.exp: Update.
5841 * gdb.cp/dispcxx.exp: Update.
5842 * gdb.cp/gdb1355.exp: Update.
5843 * gdb.cp/gdb2384.exp: Update.
5844 * gdb.cp/gdb2495.exp: Update.
5845 * gdb.cp/infcall-dlopen.exp: Update.
5846 * gdb.cp/local.exp: Update.
5847 * gdb.cp/m-data.exp: Update.
5848 * gdb.cp/m-static.exp: Update.
5849 * gdb.cp/mb-ctor.exp: Update.
5850 * gdb.cp/mb-inline.exp: Update.
5851 * gdb.cp/mb-templates.exp: Update.
5852 * gdb.cp/member-ptr.exp: Update.
5853 * gdb.cp/method.exp: Update.
5854 * gdb.cp/namespace.exp: Update.
5855 * gdb.cp/nextoverthrow.exp: Update.
5856 * gdb.cp/nsdecl.exp: Update.
5857 * gdb.cp/nsrecurs.exp: Update.
5858 * gdb.cp/nsstress.exp: Update.
5859 * gdb.cp/nsusing.exp: Update.
5860 * gdb.cp/pr-1023.exp: Update.
5861 * gdb.cp/pr-1210.exp: Update.
5862 * gdb.cp/pr-574.exp: Update.
5863 * gdb.cp/pr9631.exp: Update.
5864 * gdb.cp/printmethod.exp: Update.
5865 * gdb.cp/psmang.exp: Update.
5866 * gdb.cp/re-set-overloaded.exp: Update.
5867 * gdb.cp/rtti.exp: Update.
5868 * gdb.cp/shadow.exp: Update.
5869 * gdb.cp/templates.exp: Update.
5870 * gdb.cp/try_catch.exp: Update.
5871 * gdb.dwarf2/dw2-ranges.exp: Update.
5872 * gdb.dwarf2/pr10770.exp: Update.
5873 * gdb.fortran/library-module.exp: Update.
5874 * gdb.hp/gdb.aCC/optimize.exp: Update.
5875 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5876 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5877 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5878 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5879 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5880 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5881 * gdb.hp/gdb.compat/xdb1.exp: Update.
5882 * gdb.hp/gdb.compat/xdb2.exp: Update.
5883 * gdb.hp/gdb.compat/xdb3.exp: Update.
5884 * gdb.hp/gdb.defects/bs14602.exp: Update.
5885 * gdb.hp/gdb.defects/solib-d.exp: Update.
5886 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5887 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5888 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5889 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5890 * gdb.mi/gdb792.exp: Update.
5891 * gdb.mi/mi-pending.exp: Update.
5892 * gdb.mi/mi-solib.exp: Update.
5893 * gdb.mi/mi-var-cp.exp: Update.
5894 * gdb.opt/clobbered-registers-O2.exp: Update.
5895 * gdb.opt/inline-bt.exp: Update.
5896 * gdb.opt/inline-cmds.exp: Update.
5897 * gdb.opt/inline-locals.exp: Update.
5898 * gdb.python/py-events.exp: Update.
5899 * gdb.python/py-finish-breakpoint.exp: Update.
5900 * gdb.python/py-type.exp: Update.
5901 * gdb.reverse/solib-precsave.exp: Update.
5902 * gdb.reverse/solib-reverse.exp: Update.
5903 * gdb.server/solib-list.exp: Update.
5904 * gdb.stabs/weird.exp: Update.
5905 * gdb.threads/attach-into-signal.exp: Update.
5906 * gdb.threads/attach-stopped.exp: Update.
5907 * gdb.threads/tls-shared.exp: Update.
5908 * gdb.trace/change-loc.exp: Update.
5909 * gdb.trace/strace.exp: Update.
5910
95c391b6
TT
59112012-06-19 Tom Tromey <tromey@redhat.com>
5912
5913 * gdb.base/whatis.exp: Add tests.
5914
e910f0b6
TT
59152012-06-19 Tom Tromey <tromey@redhat.com>
5916
5917 * gdb.cp/m-static.cc (keepalive): New function.
5918 (gnu_obj_1::method): Use it.
5919
422d65e7
DE
59202012-06-18 Doug Evans <dje@google.com>
5921
5922 * gdb.base/info-fun.exp: New file.
5923 * gdb.base/info-fun.c: New file.
5924 * gdb.base/info-fun-solib.c: New file.
5925
e2e4d78b
JK
59262012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 Remove stale dummy frames.
5929 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5930 (maintenance info breakpoints): New tests.
5931 * gdb.base/stale-infcall.c: New file.
5932 * gdb.base/stale-infcall.exp: New file.
5933
1788b2d3
JK
59342012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5935
5936 * gdb.arch/amd64-entry-value-param.S: New file.
5937 * gdb.arch/amd64-entry-value-param.c: New file.
5938 * gdb.arch/amd64-entry-value-param.exp: New file.
5939
663b969e
TT
59402012-06-15 Tom Tromey <tromey@redhat.com>
5941
5942 * gdb.cp/namespace.exp: Add "show lang" test.
5943
8e09ad05
IS
59442012-06-15 Iain Sandoe <iain@codesourcery.com>
5945
5946 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5947 case. (top level): Use gdb_file_cmd instead of gdb_load.
5948
f85e18ee
JK
59492012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5950
5951 PR tdep/14222
5952 * gdb.arch/i386-sse-stack-align.S: New file.
5953 * gdb.arch/i386-sse-stack-align.c: New file.
5954 * gdb.arch/i386-sse-stack-align.exp: New file.
5955
f3b5e280
KS
59562012-06-13 Keith Seitz <keiths@redhat.com>
5957
5958 PR breakpoints/13798 and mi/11541
5959 * gdb.linespec/ls-errs.exp: Add a few more tests for
5960 filenames with spaces and colons.
5961
50af5481
JK
59622012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5963
5964 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5965 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5966 (test_function): Call CV_f.
5967 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5968 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5969 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5970 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5971 (p CV_f(CV::i)): New tests.
5972
d55637df
TT
59732012-06-13 Tom Tromey <tromey@redhat.com>
5974
5975 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5976
cc80f267
JK
59772012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5978
5979 Fix regression by the "ambiguous linespec" series.
5980 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5981 tests.
5982
bb2af9cc
JK
59832012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5984
5985 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5986 missing.
5987
e81a37f7
TT
59882012-06-11 Tom Tromey <tromey@redhat.com>
5989
5990 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5991 location...
5992 (main): ...here.
5993
8efd7788
YQ
59942012-06-07 Yao Qi <yao@codesourcery.com>
5995
5996 * gdb.trace/strace.exp: Shorten some too-long lines.
5997
359f5fe6
PA
59982012-06-06 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.threads/clone-new-thread-event.c: New file.
6001 * gdb.threads/clone-new-thread-event.exp: New file.
6002
7b2fe205
YQ
60032012-06-06 Yao Qi <yao@codesourcery.com>
6004
6005 * gdb.base/dprintf.c (main): Add extra parameter when calling
6006 printf and fprintf.
6007 (bar): New function. It is a dead function, but to ensure
6008 'malloc' is linked explicitly.
6009
3eca55e8
YQ
60102012-06-06 Yao Qi <yao@codesourcery.com>
6011
6012 * gdb.base/info-proc.exp: Return if target doesn't support
6013 'info proc'.
6014
91cc9324
JK
60152012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6016
6017 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6018 (run program with breakpoint commands): XFAIl if it is not.
6019
c56e7c43
JB
60202012-06-05 Joel Brobecker <brobecker@adacore.com>
6021
6022 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6023 and add comment.
6024 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6025 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6026 "STOP" marker. Adjust testing strategy to make it work on
6027 all targets.
6028
6029 * gdb.base/print-file-var-main.c (main): Rewrite using local
6030 variables and adjust get_version_2's return value check.
6031 Add small comment.
6032 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6033 marker. Adjust testing strategy to make it work on all targets.
6034
ccab2054
JB
60352012-06-05 Joel Brobecker <brobecker@adacore.com>
6036
6037 * gdb.ada/bad-task-bp-keyword: New testcase.
6038
d0d86158
JK
60392012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6042 Simplify it to ...
6043 (symbol-file ${testfile1}): ... here.
6044 (test eliminated var my_global_symbol)
6045 (test eliminated var my_static_symbol)
6046 (test eliminated var my_global_func, get address of main): Wrap them to
6047 'single psymtabs' and 'single symtabs'
6048 (get address of my_global_symbol, get address of my_static_symbol)
6049 (get address of my_global_func, get address of main): Wrap them to
6050 'order1' and 'order2'.
6051
952cf74c
JK
6052 * gdb.base/code_elim.exp
6053 (add-symbol-file ${testfile1} 0x100000)
6054 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6055 'order2'.
6056 (order1: add-symbol-file ${testfile1} 0x100000)
6057 (order1: add-symbol-file ${testfile2} 0x200000)
6058 (order2: add-symbol-file ${testfile2} 0x200000)
6059 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6060 .bss as appropriate.
6061
0c5bf5a9
JK
60622012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 * gdb.server/solib-list-lib.c: New file.
6065 * gdb.server/solib-list-main.c: New file.
6066 * gdb.server/solib-list.exp: New file.
6067
4196f325
MR
60682012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6069
6070 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6071 for 'set print symbol' change.
6072
bfb05775
JK
60732012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6074
6075 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6076 .debug_abbrev_seg3.
6077
685b1105
JK
60782012-05-24 John Steele Scott <toojays@toojays.net>
6079
6080 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6081 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6082 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6083
f3e0e960
SS
60842012-05-23 Stan Shebs <stan@codesourcery.com>
6085
6086 * gdb.mi/mi-info-os.exp: New file.
6087
11eb1b4d
KS
60882012-05-23 Keith Seitz <keiths@redhat.com>
6089
6090 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6091 return -1 to suppress the rest of the tests.
6092 (compile_stap_bin): Return boolean success value.
6093
b1af9e97
TT
60942012-05-21 Tom Tromey <tromey@redhat.com>
6095
6096 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6097 Remove kfails.
6098 (test_print_mi_member_types): Likewise.
6099
248537e3
TT
61002012-05-21 Tom Tromey <tromey@redhat.com>
6101
6102 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6103 print symbol' change.
6104
d791e155
TJB
61052012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6106
6107 * gdb.python/py-prompt.exp: Quit if the target is remote.
6108
e77afa2e
JK
61092012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6110
6111 Fix ERROR: internal buffer is full.
6112 * gdb.base/info-os.exp (expect_multiline): New function.
6113 (get process list, get process groups, get threads)
6114 (get file descriptors, get internet-domain sockets)
6115 (get shared-memory regions, get semaphores, get message queues): Use
6116 it for these tests.
6117
9cb709b6
TT
61182012-05-18 Tom Tromey <tromey@redhat.com>
6119
6120 * gdb.mi/mi-var-cmd.exp: Update.
6121 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6122 * gdb.cp/virtbase.exp: Update.
6123 * gdb.cp/classes.exp (test_static_members): Update.
6124 * gdb.cp/casts.exp: Update.
6125 * gdb.base/pointers.exp: Update.
6126 * gdb.base/funcargs.exp (pointer_args): Update.
6127 (structs_by_reference): Update.
6128 * gdb.base/find.exp: Update.
6129 * gdb.base/call-strs.exp: Send "set print symbol off".
6130 * gdb.base/call-ar-st.exp: Update.
6131 * gdb.ada/fun_addr.exp: Update.
6132 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6133 Call it.
6134 (test_print_repeats_10, test_print_strings)
6135 (test_print_char_arrays): Update.
6136
b012acdd
TT
61372012-05-18 Tom Tromey <tromey@redhat.com>
6138
6139 * gdb.base/charset.exp (string_display): Update.
6140
1d51a733
TT
61412012-05-18 Tom Tromey <tromey@redhat.com>
6142
6143 * gdb.mi/mi2-var-display.exp: Update.
6144 * gdb.mi/mi-var-display.exp: Update.
6145 * gdb.mi/mi-var-child.exp: Update.
6146 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6147 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6148
957df313
DE
61492012-05-17 Doug Evans <dje@google.com>
6150
682c7f7b
DE
6151 * info-macros.exp: Pass "debug" to prepare_for_testing.
6152
957df313
DE
6153 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6154 * gdb.ada/Makefile.in (clean): Ditto.
6155 * gdb.arch/Makefile.in (clean): Ditto.
6156 * gdb.asm/Makefile.in (clean): Ditto.
6157 * gdb.base/Makefile.in (clean): Ditto.
6158 * gdb.cell/Makefile.in (clean): Ditto.
6159 * gdb.cp/Makefile.in (clean): Ditto.
6160 * gdb.disasm/Makefile.in (clean): Ditto.
6161 * gdb.dwarf2/Makefile.in (clean): Ditto.
6162 * gdb.fortran/Makefile.in (clean): Ditto.
6163 * gdb.go/Makefile.in (clean): Ditto.
6164 * gdb.hp/Makefile.in (clean): Ditto.
6165 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6166 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6167 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6168 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6169 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6170 * gdb.java/Makefile.in (clean): Ditto.
6171 * gdb.linespec/Makefile.in (clean): Ditto.
6172 * gdb.mi/Makefile.in (clean): Ditto.
6173 * gdb.modula2/Makefile.in (clean): Ditto.
6174 * gdb.multi/Makefile.in (clean): Ditto.
6175 * gdb.objc/Makefile.in (clean): Ditto.
6176 * gdb.opencl/Makefile.in (clean): Ditto.
6177 * gdb.opt/Makefile.in (clean): Ditto.
6178 * gdb.pascal/Makefile.in (clean): Ditto.
6179 * gdb.python/Makefile.in (clean): Ditto.
6180 * gdb.reverse/Makefile.in (clean): Ditto.
6181 * gdb.server/Makefile.in (clean): Ditto.
6182 * gdb.stabs/Makefile.in (clean): Ditto.
6183 * gdb.threads/Makefile.in (clean): Ditto.
6184 * gdb.trace/Makefile.in (clean): Ditto.
6185 * gdb.xml/Makefile.in (clean): Ditto.
6186
abc9d0dc
TT
61872012-05-16 Tom Tromey <tromey@redhat.com>
6188
6189 * gdb.base/macscp1.c (macscp_expr): Add comment.
6190 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6191
6a3a010b
MR
61922012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6193
6194 * gdb.base/return-nodebug.exp: Also test float and double types.
6195
01429c8e
JK
61962012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 PR testsuite/12649
6199 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6200
54115cd4
JK
6201 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6202
0c5f383f
SDJ
62032012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6204
6205 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6206 `rerun_to_main'.
6207 (stap_test_no_debuginfo): Likewise.
6208
e7e0cddf
SS
62092012-05-14 Stan Shebs <stan@codesourcery.com>
6210
6211 * gdb.base/dprintf.c: New file.
6212 * gdb.base/dprintf.exp: New file.
6213
c772f8e7
HZ
62142012-05-14 Hui Zhu <hui_zhu@mentor.com>
6215
6216 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6217 * gdb.trace/disconnected-tracing.c: New file.
6218 * gdb.trace/disconnected-tracing.exp: New file.
6219
7efc75aa
SCR
62202012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6221
6222 * gdb.python/python.c: Add a new breakpoint comment.
6223 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6224
85d4a676
SS
62252011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6226
6227 * gdb.base/info-os.exp: New file.
6228 * gdb.base/info-os.c: New file.
6229
64ea88dc
JB
62302012-05-10 Joel Brobecker <brobecker@adacore.com>
6231
4647ab1b
JB
6232 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6233 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6234 New files.
64ea88dc 6235
afba63f1
JB
62362012-05-10 Joel Brobecker <brobecker@adacore.com>
6237
6238 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6239 gdb.base/ctxobj.exp: New files.
6240
9d198b1e
TT
62412012-05-09 Tom Tromey <tromey@redhat.com>
6242
6243 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6244
9bfee719
MR
62452012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6246
6247 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6248
3a7341d8
MR
62492012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6250
6251 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6252 before using it.
6253
52b3699b
TG
62542012-05-04 Tristan Gingold <gingold@adacore.com>
6255
6256 * gdb.base/set-noassign.exp: New test.
6257
a20ee7a4
SCR
62582012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6259
6260 * gdb.python/py-symbol.exp: Add tests to test the new methods
6261 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6262 * gdb.python/py-symbol.c: Add new struct to help test
6263 gdb.Symtab.static_block().
6264
bf2f0858
DE
62652012-05-03 Doug Evans <dje@google.com>
6266
6267 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6268 commented out.
6269
2d4e0376
YQ
62702012-05-03 Yao Qi <yao@codesourcery.com>
6271
6272 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6273 doesn't support.
6274 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6275 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6276
6d0bb9f3
YQ
62772012-05-03 Yao Qi <yao@codesourcery.com>
6278
6279 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6280
fd820528
DE
62812012-04-30 Doug Evans <dje@google.com>
6282
6283 PR testsuite/13961
6284 * gdb.dwarf2/pr13961.S: New file.
6285 * gdb.dwarf2/pr13961.exp: New file.
6286
b9e219b9
YQ
62872012-04-29 Yao Qi <yao@codesourcery.com>
6288
6289 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6290
3019eac3
DE
62912012-04-28 Doug Evans <dje@google.com>
6292
6293 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6294 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6295 All uses updated.
6296 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6297 "ptype func_cu1" to expand cu2 before cu1.
6298
62e5f89c
SDJ
62992012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6300 Tom Tromey <tromey@redhat.com>
6301
6302 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6303 variables.
6304 * gdb.base/stap-probe.c: New file.
6305 * gdb.base/stap-probe.exp: New file.
6306 * gdb.trace/stap-trace.c: New file.
6307 * gdb.trace/stap-trace.exp: New file.
6308 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6309 libgcc's unwinder.
6310
14132e89
MR
63112012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6312
6313 * gdb.arch/mips16-thunks-inmain.c: New file.
6314 * gdb.arch/mips16-thunks-main.c: New file.
6315 * gdb.arch/mips16-thunks-sin.c: New file.
6316 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6317 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6318 * gdb.arch/mips16-thunks-sinmain.c: New file.
6319 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6320 * gdb.arch/mips16-thunks.exp: New file.
6321
a766d390
DE
63222012-04-25 Doug Evans <dje@google.com>
6323
6324 * configure.ac: Create gdb.go/Makefile.
6325 * configure: Regenerate.
6326 * gdb.base/default.exp: Add "go" to "set language" testing.
6327 * gdb.go/Makefile.in: New file.
6328 * gdb.go/basic-types.exp: New file.
6329 * gdb.go/chan.exp: New file.
6330 * gdb.go/chan.go: New file.
6331 * gdb.go/handcall.exp: New file.
6332 * gdb.go/handcall.go: New file.
6333 * gdb.go/hello.exp: New file.
6334 * gdb.go/hello.go: New file.
6335 * gdb.go/integers.exp: New file.
6336 * gdb.go/integers.go: New file.
6337 * gdb.go/methods.exp: New file.
6338 * gdb.go/methods.go: New file.
6339 * gdb.go/package.exp: New file.
6340 * gdb.go/package1.go: New file.
6341 * gdb.go/package2.go: New file.
6342 * gdb.go/print.exp: New file.
6343 * gdb.go/strings.exp: New file.
6344 * gdb.go/strings.go: New file.
6345 * gdb.go/types.exp: New file.
6346 * gdb.go/types.go: New file.
6347 * gdb.go/unsafe.exp: New file.
6348 * gdb.go/unsafe.go: New file.
6349 * lib/future.exp: Add Go support.
6350 (gdb_find_go, gdb_find_go_linker): New procs.
6351 (gdb_default_target_compile): Add Go support.
6352 * lib/gdb.exp (skip_go_tests): New proc.
6353 * lib/go.exp: New file.
6354
e65f9ffb
TT
63552012-04-25 Tom Tromey <tromey@redhat.com>
6356
6357 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6358
14e75d8e
JK
63592012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6360 Jan Kratochvil <jan.kratochvil@redhat.com>
6361
6362 PR symtab/7259:
6363 * gdb.base/enumval.c: New test case.
6364 * gdb.base/enumval.exp: New test case.
6365 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6366 field.bitpos.
6367
f3525b70
PA
63682012-04-17 Pedro Alves <palves@redhat.com>
6369
6370 * Makefile.in (site.exp): Make site.exp source
6371 $srcdir/lib/append_gdb_boards_dir.exp.
6372 * lib/append_gdb_boards_dir.exp: New file.
6373
bccbefd2
JK
63742012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6375
6376 New option "set auto-load safe-path".
6377 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6378 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6379
bf88dd68
JK
63802012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6381
6382 auto-load: Implementation.
6383 * gdb.base/help.exp (test set height): Increase the height.
6384 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6385 to ...
6386 (info auto-load python-scripts): ... here.
6387 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6388 to ...
6389 (info auto-load python-scripts *): ... here.
6390
c0d4d1c0
YQ
63912012-04-16 Yao Qi <yao@codesourcery.com>
6392
6393 * lib/trace-support.exp (get_in_proc_agent): New.
6394 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6395 of in process trace agent.
6396 * gdb.trace/ftrace.exp: Likewise.
6397 * gdb.trace/pending.exp: Likewise.
6398 * gdb.trace/trace-break.exp: Likewise.
6399 * gdb.trace/trace-mt.exp
6400 * gdb.trace/tspeed.exp: Likewise.
6401 * gdb.trace/tstatus.exp
6402 * gdb.trace/strace.exp: Likewise.
6403
cbf68a60
TS
64042012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6405
dd6d3b70
TS
6406 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6407 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6408
cbf68a60
TS
6409 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6410
8264ba82
AG
64112012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6412
6413 PR mi/13393
6414 * gdb.mi/mi-var-rtti.cc: New file.
6415 * gdb.mi/mi-var-rtti.exp: New file.
6416 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6417 function.
6418 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6419
de0919f8 64202012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
6421
6422 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6423 EXECUTABLES.
6424 * gdb.python/py-explore.c: C program used for testing the new
6425 'explore' command on C constructs.
6426 * gdb.python/py-explore.cc: C++ program used for testing the new
6427 'explore' command on C++ constructs.
6428 * gdb-python/py-explore.exp: Tests for the new 'explore'
6429 command on C constructs.
6430 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6431 command on C++ constructs.
6432
a82da7dd
MK
64332012-04-07 Mark Kettenis <kettenis@gnu.org>
6434
6435 * gdb.base/funcargs.exp (complex_args): Fix typo.
6436
e127cba8
JK
64372012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6438
6439 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6440 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6441
40e084e1
KS
64422012-04-05 Keith Seitz <keiths@redhat.com>
6443
6444 * gdb.base/advance.exp: Update error message for
6445 "advance malformed" test.
6446 * gdb.base/break.exp: Likewise for "breakpoint with
6447 trailing garbage" test.
6448 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6449 with trailing garbage" test.
6450 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6451 trailng garbage" test.
6452 * gdb.base/until.exp: Likewise for "malformed until" test.
6453 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6454 for "breakpoint info (after setting on all)".
6455 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6456 tests.
6457 * gdb.cp/cplabel.cc: New file.
6458 * gdb.cp/cplabel.exp: New test.
6459 * gdb.linespec/ls-errs.c: New file.
6460 * gdb.linespec/ls-errs.exp: New test.
6461
a72c8f6a
JK
64622012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6463
6464 * gdb.trace/unavailable.exp
6465 (collect globals: print object on: print derived_partial)
6466 (collect globals: print object on: print derived_whole)
6467 (collect globals: print object off: print derived_partial)
6468 (collect globals: print object off: print derived_whole): Update
6469 expected output.
6470
f87a3023
KS
64712012-03-30 Keith Seitz <keiths@redhat.com>
6472
6473 * gdb.python: Add test for linespecs with commas.
6474
e2171b3c
KS
64752012-03-28 Keith Seitz <keiths@redhat.com>
6476
6477 * gdb.linespec/ls-dollar.cc: New file.
6478 * gdb.linespec/ls-dollar.exp: New test.
6479
64802012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
6481
6482 * gdb.cp/namespace.exp: Add breakpoint tests for functions
6483 starting with the global namespace.
6484
2f4e0a80
DE
64852012-03-23 Doug Evans <dje@google.com>
6486
6487 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
6488
7b282c5a
SCR
64892012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6490
6491 * gdb.python/py-value.cc: Add test case for testing the
6492 methodology exposing C++ values to Python.
6493 * gdb.python/py-value-cc.exp: Add tests testing the methodology
6494 exposing C++ values to Python.
6495 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
6496
2e98ca53
JK
64972012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6498 Siddhesh Poyarekar <siddhesh@redhat.com>
6499
6500 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
6501 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6502 (generate native core dump): Make the test unsupported if core cannot
6503 be generated.
6504
8320cc4f
JK
65052012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6506
6507 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
6508 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
6509 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
6510
3a69ffb2
JK
65112012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6512
6513 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6514
8fabffee
DE
65152012-03-17 Doug Evans <dje@google.com>
6516
6517 * dg-extract-results.sh: Handle KFAILs.
6518
ab260dad
JK
65192012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6520
6521 PR symtab/13777
6522 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6523
53ba8333
JB
65242012-03-16 Joel Brobecker <brobecker@adacore.com>
6525
6526 * gdb.ada/set_pckd_arr_elt: New testcase.
6527
481860b3
GB
65282012-03-16 Gary Benson <gbenson@redhat.com>
6529
6530 PR breakpoints/10738
6531 * gdb.opt/inline-break.exp: New file.
6532 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
6533 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6534 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
6535 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6536 * gdb.base/async-shell.exp: Likewise.
6537 * lib/mi-support.exp (library_loaded_re): Likewise.
6538
410528f0
TT
65392012-03-15 Tom Tromey <tromey@redhat.com>
6540
6541 * gdb.cp/virtfunc2.exp: Update expected output.
6542 * gdb.cp/pr9631.exp: Update expected output.
6543 * gdb.cp/member-ptr.exp: Update expected output.
6544 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6545 output.
6546 * gdb.cp/casts.exp: Update expected output.
6547
c4aeac85
TT
65482012-03-15 Tom Tromey <tromey@redhat.com>
6549
6550 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6551 (test_info_vtbl): Likewise.
6552 (do_tests): Call test_info_vtbl.
6553 * gdb.cp/virtfunc.cc (va): New global.
6554
856d06f9
TS
65552012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6556
6557 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6558 describing DWARF data structures.
6559 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6560 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6561 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6562 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6563 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6564 * gdb.dwarf2/dw2-param-error.S: Likewise.
6565 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6566 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6567 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6568 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6569 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6570 * gdb.dwarf2/pr11465.S: Likewise.
6571
e837f12a
JK
65722012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6573
6574 * gdb.mi/mi2-prompt.exp: New file.
6575
ccbb4f28
JB
65762012-03-13 Joel Brobecker <brobecker@adacore.com>
6577
6578 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6579
32039130
JB
65802012-03-13 Joel Brobecker <brobecker@adacore.com>
6581
6582 * gdb.ada/bp_range_type: New testcase.
6583
16899756
DE
65842012-03-13 Doug Evans <dje@google.com>
6585
6586 * gdb.base/default.exp: Delete tests for symbol-reloading.
6587 * gdb.base/help.exp: Ditto.
6588 * gdb.base/setshow.exp: Ditto.
6589 * gdb.base/gdb_history: Delete references to symbol-reloading.
6590
87b0bb13
JK
65912012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 * gdb.base/attach-twice.c: New files.
6594 * gdb.base/attach-twice.exp: New files.
6595
0d7941a9
KS
65962012-03-08 Keith Seitz <keiths@redhat.com>
6597
6598 * lib/gdb.exp (gdb_get_line_number): Throw an
6599 error instead of returning -1.
6600 * gdb.base/break.exp: Remove unused variable
6601 bp_location5.
6602 * gdb.base/hbreak2.exp: Likewise.
6603 * gdb.base/sepdebug.exp: Likewise.
6604
f4647387
YQ
66052012-03-08 Yao Qi <yao@codesourcery.com>
6606 Pedro Alves <palves@redhat.com>
6607
6608 Fix PR server/13392.
6609 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6610 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6611 download tracepoints.
6612 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6613 (pending_tracepoint_resolved_during_trace): Likewise.
6614 (pending_tracepoint_installed_during_trace): Likewise.
6615 (pending_tracepoint_with_action_resolved): Likewise.
6616
83c532cb
KS
66172012-03-08 Keith Seitz <keiths@redhat.com>
6618
6619 * gdb.ada/array_bounds.exp: Get breakpoint for line
6620 with "START", not "STOP".
6621 * gdb.python/py-infthread.exp: Do not continue to
6622 line marked "Break here.", which is undefined.
6623
d6b6bbb7
LM
66242012-03-08 Luis Machado <lgustavo@codesourcery.com>
6625
6626 Revert:
6627
6628 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6629
6630 Implement testsuite workaround for PR breakpoints/13781.
6631 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6632 (set breakpoint condition-evaluation host): New conditional command.
6633
7fe25d9b
JK
66342012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6635
6636 Fix CU relative vs. absolute DIE offsets.
6637 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6638 one.
6639
51898c15
JK
66402012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6641
6642 Fix false FAIL on distros with relro linkage as default.
6643 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6644 -Wl,-z,norelro first.
6645
8131799e
JB
66462012-03-06 Joel Brobecker <brobecker@adacore.com>
6647
6648 * gdb.ada/bp_on_var: New testcase.
6649
ba241969
JB
66502012-03-06 Joel Brobecker <brobecker@adacore.com>
6651
6652 * gdb.ada/bp_enum_homonym: New testcase.
6653
abe49676
YQ
66542012-03-06 Yao Qi <yao@codesourcery.com>
6655
6656 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6657 x86_64-*-* and i?86-*-*.
6658 Set up KFAIL for gdb/13808.
6659
d8df103b
TT
66602012-03-05 Tom Tromey <tromey@redhat.com>
6661
6662 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6663 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6664
b7b189f3
TT
66652012-03-05 Tom Tromey <tromey@redhat.com>
6666
6667 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6668
69dc1c4d
YQ
66692012-03-04 Yao Qi <yao@codesourcery.com>
6670
6671 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6672 messages for KFAIL.
6673
3f20c47f
JK
66742012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6675
6676 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6677 (print one_two_three, indexes off, print few_reps, indexes off)
6678 (print many_reps, indexes off, print empty, indexes off)
6679 (print one_two_three, print few_reps, print many_reps, print empty):
6680 Call setup_xfail if $gcc_old.
6681
abf1152a
JK
66822012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6683
6684 Implement testsuite workaround for PR breakpoints/13781.
6685 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6686 (set breakpoint condition-evaluation host): New conditional command.
6687
a06715f8
JK
66882012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6689
6690 Code cleanup.
6691 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6692 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6693 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6694 number 1 by $bpnum. Four times.
6695
5808517f
YQ
66962012-03-03 Yao Qi <yao@codesourcery.com>
6697
6698 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6699
dfe2ac14
JK
67002012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 Setup KFAIL for PR server/13796.
6703 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6704
8bbc467a
JB
67052012-03-02 Joel Brobecker <brobecker@adacore.com>
6706
6707 * gdb.ada/operator_bp: New testcase.
6708
c0eac87f
JB
67092012-03-02 Joel Brobecker <brobecker@adacore.com>
6710
6711 * gdb.ada/info_locals_renaming: New testcase.
6712
4f42c881
TT
67132012-03-02 Tom Tromey <tromey@redhat.com>
6714
6715 * gdb.base/nextoverexit.c: New file.
6716 * gdb.base/nextoverexit.exp: New file.
6717
7380c0c9
EBM
67182012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6719
6720 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6721 parameter.
6722
1faeff08
MR
67232012-03-01 Maciej W. Rozycki <macro@mips.com>
6724
6725 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6726 core registers.
6727
320b6f49 67282012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
6729 Maciej W. Rozycki <macro@codesourcery.com>
6730 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
6731
6732 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6733
ad5f7d6e
PA
67342012-03-01 Pedro Alves <palves@redhat.com>
6735
6736 PR gdb/13767
6737
6738 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6739 (gdb_collect_globals_test): Call it.
6740
d3dc44a6
KS
67412012-03-01 Keith Seitz <keiths@redhat.com>
6742
6743 * gdb.cp/method2.exp: Output of overload menu is now
6744 alphabetized. Update tests for "break A::method".
6745 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6746 of hard-coding them.
6747 Overload menu is alphabetized: rewrite to accommodate.
6748 Unset variables LINE and TYPES which are used in other tests.
6749 Compute the output of "info break".
6750 Update the breakpoint table after all breakpoints are deleted.
6751 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6752 compute ACTUALS and the method body based on parameters.
6753 Update expected output accordingly.
6754 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6755 unique comments to allow the use of gdb_get_line_number.
6756
67572012-03-01 Keith Seitz <keiths@redhat.com>
6758
6759 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6760 some Tcl syntax.
6761 * gdb.cp/ovldbreak.exp: Likewise.
6762
7949c2a0
KS
67632012-03-01 Keith Seitz <keiths@redhat.com>
6764
6765 * gdb.base/help.exp (help show user): Update expected result
6766 for new doc string changes (add "non-python").
6767
7d74f244
DE
67682012-03-01 Scott J. Goldman <scottjg@vmware.com>
6769
6770 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6771 be put in the user-defined category and that the commands appear in
6772 "help user-defined".
6773
1b611343
JB
67742012-02-29 Joel Brobecker <brobecker@adacore.com>
6775
6776 * gdb.ada/tagged_not_init: New testcase.
6777
99b1c762
JB
67782012-02-29 Joel Brobecker <brobecker@adacore.com>
6779
6780 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6781 * gdb.ada/enum_idx_packed: New testcase.
6782
2d4a02ee
JB
67832012-02-29 Joel Brobecker <brobecker@adacore.com>
6784
6785 * gdb.ada/aliased_array: New testcase.
6786
2e6fda7d
JB
67872012-02-29 Joel Brobecker <brobecker@adacore.com>
6788
6789 * gdb.ada/whatis_array_val: New testcase.
6790
9a7f938f
JK
67912012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6792
6793 Fix disp-step-syscall.exp: fork: single step over fork.
6794 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6795 whitespaces.
6796 (single step over $syscall): Remove its check.
6797 (single step over $syscall final pc): New check.
6798
8703a944
JK
67992012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6800
6801 Support processors without SSSE3.
6802 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6803 pabsd into ...
6804 (ssse3_test): ... a new function.
6805 (main): Call ssse3_test.
6806 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6807 Update expected values everywhere.
6808 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6809 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6810 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6811 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6812 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6813 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6814 Move these tests lower.
6815 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6816 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6817 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6818 New tests.
6819
c03e6ccc
YQ
68202012-02-29 Yao Qi <yao@codesourcery.com>
6821 Pedro Alves <palves@redhat.com>
6822
6823 * gdb.trace/trace-mt.c: New.
6824 * gdb.trace/trace-mt.exp: New.
6825
7964b62a
TS
68262012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6827
2c8910ba
TS
6828 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6829 numbers instead of hardcoding them.
6830 * gdb.base/annota1.c: Provide suitable markers.
6831 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6832 numbers instead of hardcoding them.
6833 * gdb.base/annota3.c: Provide suitable markers.
6834
6835 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6836 * gdb.base/annota3.c: Likewise.
6837 * gdb.base/sigall.c: Likewise.
6838 * gdb.base/signals.c: Likewise.
6839 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 6840
5a41c0b7
MR
68412012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6842
6843 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6844 failure return path.
6845
ebbbe5c5
LM
68462012-02-27 Luis Machado <lgustavo@codesourcery.com>
6847
6848 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6849
8d126d8a
LM
68502012-02-24 Luis Machado <lgustavo@codesourcery.com>
6851
6852 * gdb.base/cond-eval-mode.exp: New file.
6853
11337c2f
PA
68542012-02-24 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6857 (top level): Use with_test_prefix.
6858
13fc3e3c
PA
68592012-02-24 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.threads/attach-into-signal.exp (corefunc): Use
6862 with_test_prefix.
6863
07c1b626
JK
68642012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6865
6866 Fix false FAILs on old CPUs without SSE.
6867 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6868 Return untested for Illegal instruction.
6869
596ba138
JK
68702012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6871
6872 Fix false FAILs with glibc debug infos installed.
6873 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6874 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6875
aeaa2474
SA
68762012-02-22 Sterling Augustine <saugustine@google.com>
6877
6878 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6879 constant with cast.
6880
aed555c9
PA
68812012-02-21 Pedro Alves <palves@redhat.com>
6882
6883 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6884
78afebb4
PA
68852012-02-21 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6888
fdcfef12
PA
68892012-02-21 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6892 with_test_prefix.
6893
0f4d39d5
PA
68942012-02-21 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6897 with_test_prefix here.
6898 (top level): Do it here instead. Remove `:' from the
6899 with_test_prefix string.
6900 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6901 the suffix `:' from the with_test_prefix prefix string.
6902 * gdb.base/break-interp.exp: Ditto.
6903 * gdb.base/catch-load.exp: Ditto.
6904 * gdb.base/disp-step-syscall.exp: Ditto.
6905 * gdb.base/jit-so.exp: Ditto.
6906 * gdb.base/jit.exp: Ditto.
6907 * gdb.base/sepdebug.exp: Ditto.
6908 * gdb.base/solib-display.exp: Ditto.
6909 * gdb.base/solib-overlap.exp: Ditto.
6910 * gdb.base/watch-cond-infcall.exp: Ditto.
6911 * gdb.base/watchpoint.exp: Ditto.
6912 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6913 * gdb.mi/mi-watch.exp: Ditto.
6914 * gdb.mi/mi2-watch.exp: Ditto.
6915 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6916 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6917 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6918 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6919 * gdb.threads/watchpoint-fork.exp: Ditto.
6920 * gdb.threads/watchthreads-reorder.exp: Ditto.
6921 * gdb.trace/change-loc.exp: Ditto.
6922 * gdb.trace/pending.exp: Ditto.
6923 * gdb.trace/status-stop.exp: Ditto.
6924 * gdb.trace/strace.exp: Ditto.
6925 * gdb.trace/trace-break.exp: Ditto.
6926 * gdb.trace/unavailable.exp: Ditto.
6927 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6928 suffix with colon. Adjust leading comments.
6929
6a5870ce
PA
69302012-02-21 Pedro Alves <palves@redhat.com>
6931 Tom Tromey <tromey@redhat.com>
6932
6933 * lib/gdb.exp: Add description of test prefixes.
6934 (with_test_prefix): New procedure.
6935 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6936 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6937 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6938 instead of lappend to append to pf_prefix.
6939 * gdb.base/catch-load.exp: Use with_test_prefix.
6940 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6941 * gdb.base/jit-so.exp: Use with_test_prefix.
6942 * gdb.base/jit.exp: Use with_test_prefix.
6943 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6944 lappend to append to pf_prefix.
6945 * gdb.base/sepdebug.exp: Use with_test_prefix.
6946 * gdb.base/solib-display.exp: Use with_test_prefix.
6947 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6948 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6949 * gdb.base/watchpoint.exp: Use with_test_prefix.
6950 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6951 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6952 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6953 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6954 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6955 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6956 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6957 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6958 append instead of lappend to append to pf_prefix.
6959 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6960 * gdb.trace/change-loc.exp: Use with_test_prefix.
6961 * gdb.trace/pending.exp: Use with_test_prefix.
6962 * gdb.trace/status-stop.exp: Use with_test_prefix.
6963 * gdb.trace/strace.exp: Use with_test_prefix.
6964 * gdb.trace/trace-break.exp: Use with_test_prefix.
6965 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6966 instead of lappend to append to pf_prefix.
6967
35dc4a6b
JK
69682012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6969
6970 Fix racy FAILs.
6971 * gdb.base/inferior-died.c (main): Add return of 0.
6972 * gdb.base/inferior-died.exp (continue): Fix expectation of
6973 asynchronous events.
6974 (p 1): New test.
6975
c5a006e6
PA
69762012-02-20 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6979 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6980 gdb's internal debug output. For the non-threaded case, look for
6981 "Program received signal SIGLARM", for the threaded case, peek at
6982 the thread's siginfo.
6983
cc51a170
PA
69842012-02-20 Pedro Alves <palves@redhat.com>
6985
6986 General cleanup, make output test messages unique, and build
6987 different executable files for the non-threaded and threaded
6988 cases.
6989
6990 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6991 Delete.
6992 (executable_nothr, executable_thr): New globals.
6993 (top level): Adjust to delete both executables.
6994 (corefunc): New parameter $executable. Set $pf_prefix instead of
6995 hand writing a prefix in tests. Issue a clean_restart and enable
6996 lin-lwp debug output here.
6997 (top level): Adjust. Use build_executable. Don't start gdb here,
6998 and don't enable lin-lwp debug output here.
6999 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7000
c755f03d
JK
70012012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7002
7003 Fix racy FAILs.
7004 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7005 "continue" command.
7006
6bec5e0a
JK
70072012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7008
7009 Fix for gdbserver non-extended mode.
7010 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7011 and gdb_run_cmd.
7012
2e8265fd
TT
70132012-02-17 Tom Tromey <tromey@redhat.com>
7014
7015 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7016 * gdb.python/py-events.exp: Check 'dir' output.
7017 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7018
9e507076
YQ
70192012-02-17 Yao Qi <yao@codesourcery.com>
7020
7021 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7022
32d22ab1
TT
70232012-02-16 Tom Tromey <tromey@redhat.com>
7024
7025 * gdb.base/inferior-died.c: Don't include stdio.h.
7026
9addecb9
TT
70272012-02-16 Tom Tromey <tromey@redhat.com>
7028
7029 * gdb.base/inferior-died.c: New file.
7030 * gdb.base/inferior-died.exp: New file.
7031
4cb6da1c
AR
70322012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7033
7034 * gdb.base/break-inline.exp: New file.
7035 * gdb.base/break-inline.c: New file.
7036
3af2590d
TT
70372012-02-15 Tom Tromey <tromey@redhat.com>
7038
7039 * gdb.base/pc-fp.exp: Add "info register" tests.
7040
29988831
TT
70412012-02-15 Tom Tromey <tromey@redhat.com>
7042
7043 * gdb.base/regs.exp: Remove.
7044
10010058
PA
70452012-02-15 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7048 the target doesn't support tracepoints.
7049 * gdb.trace/circ.exp: Ditto.
7050 * gdb.trace/collection.exp: Ditto.
7051 * gdb.trace/packetlen.exp: Ditto.
7052 * gdb.trace/passc-dyn.exp: Ditto.
7053 * gdb.trace/report.exp: Ditto.
7054 * gdb.trace/tfind.exp: Ditto.
7055 * gdb.trace/tspeed.exp: Ditto.
7056 * gdb.trace/tsv.exp: Ditto.
7057 * gdb.trace/unavailable.exp: Ditto.
7058 * gdb.trace/while-dyn.exp: Ditto.
7059
a2e0062d
PA
70602012-02-15 Pedro Alves <palves@redhat.com>
7061
7062 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7063 gdb_test_multiple, and call unsupported instead of fail, if the
7064 remote side does not support the request.
7065
a1999d40
PA
70662012-02-15 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7069 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7070 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7071 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7072 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7073 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7074 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7075 doesn't start with "extended-" already.
7076
7cee1e54
PA
70772012-02-15 Pedro Alves <palves@redhat.com>
7078
7079 Support extended-remote. Avoid cascading timeouts.
7080
7081 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7082 the extended-remote target. If attaching with no file fails, load
7083 the file manually.
7084 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7085
816338b5
SS
70862012-02-14 Stan Shebs <stan@codesourcery.com>
7087
7088 * gdb.base/ena-dis-br.exp: Add enable count test.
7089
cc30c4bd
PA
70902012-02-13 Pedro Alves <palves@redhat.com>
7091
7092 * config/mips-idt.exp: Delete.
7093 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7094 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7095 * gdb.base/break.exp: Remove mips-idt references.
7096 * gdb.base/chng-syms.exp: Ditto.
7097 * gdb.base/default.exp: Ditto.
7098 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7099 (top level): Don't call it.
7100 * gdb.base/opaque.exp: Remove mips-idt restarts.
7101 * gdb.base/ptype.exp: Remove mips-idt xfails.
7102 * gdb.base/scope.exp: Remove mips-idt restarts.
7103 * gdb.base/sepdebug.exp: Remove mips-idt references.
7104 * gdb.base/watchpoint.exp (maybe_clean_restart)
7105 (maybe_reinitialize): Delete.
7106 (test_disabling_watchpoints, test_disabling_watchpoints)
7107 (test_watchpoint_triggered_in_syscall)
7108 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7109 Don't call them.
7110
57008375
JK
71112012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7112
7113 * gdb.server/server-exec-info.exp: New file.
7114
4a2d9c08
PA
71152012-02-10 Pedro Alves <palves@redhat.com>
7116
7117 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7118 always non-empty.
7119 (test_attach): Always pass $exec to test_attach_gdb.
7120
09fa21bd
TT
71212012-02-08 Tom Tromey <tromey@redhat.com>
7122
7123 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7124 before inferior is started.
7125
f0823d2c
TT
71262012-02-07 Tom Tromey <tromey@redhat.com>
7127
7128 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7129 Symbol.value.
7130 * gdb.python/py-symbol.c (qq): Set default value.
7131
71322012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
7133
7134 * gdb.python/py-symbol.c (qq): New global.
7135 * gdb.python/py-symbol.exp: Add test for frame-less
7136 lookup_symbol.
7137 * gdb.python/py-symtab.exp: Fix line number.
7138
f7e44f65
JB
71392012-02-03 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.ada/mi_task_arg: New testcase.
7142
4c9ed63c
PA
71432012-02-02 Pedro Alves <palves@redhat.com>
7144
7145 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7146 extended timeout.
7147
c0b9f2c6
PA
71482012-02-02 Pedro Alves <palves@redhat.com>
7149
7150 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7151 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7152
5f8cefd7
PA
71532012-02-02 Pedro Alves <palves@redhat.com>
7154
7155 * gdb.base/term.exp: Rewrite.
7156 * gdb.base/term.c: New.
7157
2f3a2569
PA
71582012-02-02 Pedro Alves <palves@redhat.com>
7159
7160 * gdb.base/default.exp (run "r" abbreviation, run): Add
7161 extended-remote expected output.
7162
f149aabd
TT
71632012-02-02 Tom Tromey <tromey@redhat.com>
7164
7165 * gdb.cp/dispcxx.exp: New file.
7166 * gdb.cp/dispcxx.cc: New file.
7167
03bef283
TT
71682012-02-01 Tom Tromey <tromey@redhat.com>
7169
7170 * gdb.base/jit-simple.exp: New file.
7171 * gdb.base/jit-simple.c: New file.
7172
a79b18b5
YQ
71732012-01-30 Yao Qi <yao@codesourcery.com>
7174
7175 * gdb.base/skip.exp: Make test result unique.
7176
f0d1a53e
JK
71772012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7178
7179 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7180 compatibility with valgrind-3.7.0.
7181
4b3c9f41
PA
71822012-01-27 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.base/watchpoint.exp (no_hw): New global.
7185 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7186 disable hw watchpoints.
7187 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7188 don't expect hw watchpoints.
7189 (no_hw_watchpoints): Always clean restart.
7190 (do_tests): New procedure, factored out from the top level.
7191 (top level): Run tests twice. Once with hw watchpoints enabled,
7192 another time with hw watchpoints disabled.
7193
a13491c8
PA
71942012-01-27 Pedro Alves <palves@redhat.com>
7195
7196 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7197 out from the top level.
7198 (top level): Call it instead.
7199
f2c8a051
PA
72002012-01-27 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7203 watchpoints sooner.
7204
654d7a9e
PA
72052012-01-27 Pedro Alves <palves@redhat.com>
7206
7207 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7208
274f47f3
PA
72092012-01-27 Pedro Alves <palves@redhat.com>
7210
7211 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7212 "You may have requested too many hardware
7213 breakpoints/watchpoints".
7214
e4d63ba2
PA
72152012-01-27 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.base/watchpoint.exp (maybe_clean_restart)
7218 (maybe_reinitialize): New.
7219 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7220 expect "hit N times".
7221 (test_disabling_watchpoints, test_complex_watchpoint)
7222 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7223 Call maybe_clean_restart.
7224 (top level): Use clean_restart. Remove "mips-idt-*"
7225 reinitialization.
7226
dbd95daf
PA
72272012-01-27 Pedro Alves <palves@redhat.com>
7228
7229 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7230
f3ad2025
PA
72312012-01-27 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7234 require `initialize' anymore. Remove unnecessary `initialize'
7235 calls.
7236
100aa3ae
PA
72372012-01-27 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.base/watchpoint.exp (wp_set): Delete.
7240 (initialize, test_simple_watchpoint, top level): Remove dead code.
7241
c79a8e11
PA
72422012-01-27 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7245 typo.
7246
048fe15a
PA
72472012-01-27 Pedro Alves <palves@redhat.com>
7248
7249 * config/extended-gdbserver.exp: New file.
7250 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7251 comment.
7252 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7253 * boards/native-extended-gdbserver.exp: New file.
7254
4033a6bf
PA
72552012-01-26 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7258 and gdb_test_multiple.
7259
3d7f4b81
PA
72602012-01-26 Pedro Alves <palves@redhat.com>
7261
7262 Make test messages unique, and more identifiable.
7263 * gdb.multi/watchpoint-multi.exp: Change test messages.
7264
484abf42
TT
72652012-01-25 Tom Tromey <tromey@redhat.com>
7266
7267 * gdb.base/solib-disc.exp: Fix regexps.
7268
edcc5120
TT
72692012-01-24 Tom Tromey <tromey@redhat.com>
7270
7271 * lib/mi-support.exp (mi_expect_stop): Add special case for
7272 solib-event.
7273 * gdb.base/catch-load-so.c: New file.
7274 * gdb.base/catch-load.exp: New file.
7275 * gdb.base/catch-load.c: New file.
7276 * gdb.base/break-interp.exp (reach_1): Update regexp.
7277
30b91c90
JK
72782012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7279
7280 Fix fuzzy results.
7281 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7282 lpsimple and func.
7283
53fe1783
GB
72842012-01-24 Gary Benson <gbenson@redhat.com>
7285
7286 Delete #if 0'd out code.
7287 * gdb.base/default.exp (info catch): Remove.
7288 * gdb.base/gdb_history (info catch): Likewise.
7289 * gdb.base/help.exp (info catch): Likewise.
7290
d0d8b0c6
JK
72912012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7292
7293 Fix watchpoints to be specific for each inferior.
7294 * gdb.multi/watchpoint-multi.c: New file.
7295 * gdb.multi/watchpoint-multi.exp: New file.
7296
4403d8e9
JK
72972012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7298
7299 Fix watchpoints across inferior fork.
7300 * gdb.threads/watchpoint-fork-child.c: New file.
7301 * gdb.threads/watchpoint-fork-mt.c: New file.
7302 * gdb.threads/watchpoint-fork-parent.c: New file.
7303 * gdb.threads/watchpoint-fork-st.c: New file.
7304 * gdb.threads/watchpoint-fork.exp: New file.
7305 * gdb.threads/watchpoint-fork.h: New file.
7306
050a2e1d
PA
73072012-01-23 Pedro Alves <palves@redhat.com>
7308
7309 * gdb.base/call-signal-resume.exp: Allow output after "return".
7310
6a52fb62
PA
73112012-01-20 Pedro Alves <palves@redhat.com>
7312
7313 * gdb.python/py-finish-breakpoint.py: Fix typo.
7314
145b16a9
UW
73152012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7316
7317 * gdb.base/info-proc.exp: Also run on remote targets. Main
7318 "info proc" command is now always present; whether target supports
7319 actual info proc operation is detected when attempting to issue
7320 the command.
7321
26f6125e
JK
73222012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7323
7324 * .gdbinit: Remove.
7325
eb5227ce
PA
73262012-01-19 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7329 look at the funtions' returns.
7330 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7331 (jprint.print(int, int)): Change return type to int. Adjust.
7332
1db33378
PP
73332012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7334
7335 PR gdb/9538
7336 * gdb.base/sepdebug.exp: New test.
7337
b9736cf8
PA
73382012-01-18 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7341 Allow output before ^done.
7342
4aac40c8
TT
73432012-01-16 Tom Tromey <tromey@redhat.com>
7344
7345 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7346 Add tests for relative directory.
7347
cafec441
TT
73482012-01-16 Tom Tromey <tromey@redhat.com>
7349
7350 * gdb.base/printcmds.c (enum flag_enum): New.
7351 (three): New global.
7352 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7353 enum printing.
7354 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7355 FlagEnumerationPrinter.
7356 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7357 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7358 (fval): New global.
7359
abcc4978
PA
73602012-01-16 Pedro Alves <palves@redhat.com>
7361
7362 * lib/gdb.exp (banned_procedures): New variable.
7363 (banned_variables_traced): Rename to ...
7364 (banned_traced): ... this.
7365 (gdb_init): Also trace banned procedures.
7366 (gdb_finish): Also untrace banned procedures.
7367
97ccebe8
PA
73682012-01-16 Pedro Alves <palves@redhat.com>
7369
7370 Remove all calls to strace.
7371
2af7517b
JK
73722012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7373
7374 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7375 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7376
9241a8bc
PP
73772012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7378
7379 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7380 * gdb.base/pie-execl.exp: Likewise.
7381
3848a17f
KS
73822012-01-12 Keith Seitz <keiths@redhat.com>
7383
7384 PR mi/10586
7385 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7386 (do_anonymous_type_tests): New function.
7387 (main): Call do_anonymous_type_tests.
7388 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7389 (verify_everything): New procedure.
7390 * gdb.mi/mi-var-cp.cc (class A): New class.
7391 (anonymous_structs_and_unions): New function.
7392 (main): Call anonymous_structs_and_unions.
7393 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7394 (verify_everything): New procedure.
7395
440e2fca
KS
73962012-01-12 Keith Seitz <keiths@redhat.com>
7397
7398 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7399 (varobj_tree::get_path_expr): Assume that all varobjs are
7400 compound unless they are known simple types.
7401 Adjust path expressions based on parent type, path parent type,
7402 and tree language.
7403 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7404 the root varobj.
7405 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7406
675399c9
PA
74072012-01-11 Pedro Alves <palves@redhat.com>
7408
7409 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7410 core files on this machine" anymore.
7411
97ddaa9b
PH
74122012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7413
7414 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7415 (main): Repeat recurser call.
7416 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7417 equivalent to 'local_x'.
7418
ea733575 74192012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 7420 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
7421
7422 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7423
2ca0b532
PA
74242012-01-05 Pedro Alves <alves.ped@gmail.com>
7425
7426 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7427 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7428 * gdb.python/py-events.exp: Test that "step N" tripping on a
7429 breakpoint emits a breakpoint event.
7430
6e681866
JB
74312012-01-03 Joel Brobecker <brobecker@adacore.com>
7432
7433 * gdb.base/auxv.exp: Reformat the copyright notice.
7434
3c2d6aff
YQ
74352012-01-03 Yao Qi <yao@codesourcery.com>
7436
7437 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7438 (strace_trace_on_diff_addr): New.
7439 * gdb.trace/strace.c: (main): Add two local variables.
7440
0852fee3
UW
74412011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7442
7443 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7444 * gdb.cell/gcore.exp: Likewise.
7445 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7446 to verify the correct instance of main is selected.
7447
12c3e59c
JB
74482012-01-02 Joel Brobecker <brobecker@adacore.com>
7449
7450 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7451 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7452 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7453 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7454 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7455 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7456 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7457 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7458 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7459 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7460 gdb.threads/thread_check.c: Reformat copyright header.
7461
c0f378ec
EBM
74622011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
7463
e4a7ca93 7464 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
7465 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7466 is not enabled.
7467
3bc96cfb
JK
74682011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7469
7470 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7471 parameter to self_exec, adjust the function.
7472 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
7473 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7474 (set var do_exit = 0): Remove test.
7475 (newline at end of file): Add one.
7476
095bcf5e
JB
74772011-12-27 Joel Brobecker <brobecker@adacore.com>
7478
7479 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
7480 New files.
7481
18d19bd1
JK
74822011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7483
7484 Fix racy FAILs.
7485 * gdb.threads/fork-thread-pending.c (barrier): New variable.
7486 (thread_function, thread_forker): Call pthread_barrier_wait for it.
7487 (main): Call pthread_barrier_init for it.
7488
e809353a
JK
74892011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7490
7491 Fix double send_gdb leading to racy FAILs.
7492 * gdb.base/break.exp (set silent break bp_location1): Replace
7493 3x send_gdb and gdb_expect by gdb_test.
7494 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
7495 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
7496 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
7497 instead of send_gdb. Twice.
7498 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
7499 3x send_gdb and gdb_expect by gdb_test.
7500 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
7501
da8cb7ec
JK
75022011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7503
7504 * gdb.linespec/linespec.exp: Compile using {c++}.
7505
ae1a303e
JK
75062011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7507
7508 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
7509 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
7510 (verify GCC PR debug/51668): New test.
7511
cc72b2a2
KP
75122011-12-23 Kevin Pouget <kevin.pouget@st.com>
7513
7514 Introduce gdb.FinishBreakpoint in Python.
7515 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7516 py-finish-breakpoint2
7517 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7518 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7519 instead of line number.
7520 * gdb.python/py-finish-breakpoint.c: New file.
7521 * gdb.python/py-finish-breakpoint.exp: New file.
7522 * gdb.python/py-finish-breakpoint.py: New file.
7523 * gdb.python/py-finish-breakpoint2.cc: New file.
7524 * gdb.python/py-finish-breakpoint2.exp: New file.
7525 * gdb.python/py-finish-breakpoint2.py: New file.
7526
3b7962f9
JK
75272011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7528
7529 Partial fix of compatibility with gcc-4.7.
7530 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7531 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7532 Add comment to add a PASS case in the future.
7533
6538471c
JK
7534 Fix compatibility with gcc-4.7.
7535 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7536
7052e42c
UW
75372011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7538
7539 PR tdep/12797
7540 * gdb.base/callfuncs.exp: Remove KFAIL.
7541
9ac7f98e
JB
75422011-12-21 Joel Brobecker <brobecker@adacore.com>
7543
7544 * gdb.ada/task_bp: New testcase.
7545
f6eeced0
JK
75462011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7547
7548 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7549 -DNO_SECTIONS.
7550 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7551
72225e17
JK
75522011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7553
7554 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7555 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7556 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7557 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7558 conditional for gcc <= 4.5.
7559
13ac8d2c
JK
75602011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7561
7562 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7563 by XFAIL.
7564 * gdb.cp/static-method.exp (info addr A::func())
7565 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7566 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7567 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7568 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7569 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7570 (test value of F in k3_m): Likewise.
7571 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7572 Likewise.
7573
049682ba
JK
75742011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7575
7576 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7577 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7578 Remove.
7579 * gdb.threads/attachstop-mt.c: Remove.
7580 * gdb.threads/attachstop-mt.exp: Remove.
7581
2c9d8796
MK
75822011-12-17 Mark Kettenis <kettenis@gnu.org>
7583
7584 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7585
e0f9f062
DE
75862011-12-16 Doug Evans <dje@google.com>
7587
f4aa2101 7588 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
7589 * boards/native-gdbserver.exp: New file.
7590
e0f9f062
DE
7591 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7592 gdbserver output.
7593 (gdbserver_default_get_remote_address): New function.
7594 (gdbserver_start): Call gdb,get_remote_address to compute argument
7595 to "target remote" command.
7596
80b6e756
PM
75972011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7598
1c3ad6ab 7599 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
7600 python print-stack. Add set/show python print-stack
7601 off|full|message tests.
7602
1576bd00
YQ
76032011-12-15 Yao Qi <yao@codesourcery.com>
7604
7605 * gdb.trace/strace.c: New
7606 * gdb.trace/strace.exp: New.
7607
d6a0f6e0
TT
76082011-12-14 Tom Tromey <tromey@redhat.com>
7609
7610 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7611
31015e1d
DE
76122011-12-14 Doug Evans <dje@google.com>
7613
7614 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7615
7b50312a
PA
76162011-12-14 Pedro Alves <pedro@codesourcery.com>
7617
7618 PR threads/10729
7619
7620 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 7621 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 7622
924437bc
PA
76232011-12-13 Pedro Alves <pedro@codesourcery.com>
7624 Doug Evans <dje@google.com>
7625
7626 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7627 (clean_restart): Remove references to the gdb_stub target board
7628 variable.
7629 (gdb_step_for_stub): Delete.
7630
7631 * gdb.base/annota1.exp: Remove all references to [target_info
7632 exists gdb_stub], gdb_step_for_stub and usestubs.
7633 * gdb.base/annota3.exp: Ditto.
7634 * gdb.base/async.exp: Ditto.
7635 * gdb.base/break.exp: Ditto.
7636 * gdb.base/code-expr.exp: Ditto.
7637 * gdb.base/commands.exp: Ditto.
7638 * gdb.base/completion.exp: Ditto.
7639 * gdb.base/condbreak.exp: Ditto.
7640 * gdb.base/consecutive.exp: Ditto.
7641 * gdb.base/cvexpr.exp: Ditto.
7642 * gdb.base/define.exp: Ditto.
7643 * gdb.base/display.exp: Ditto.
7644 * gdb.base/ena-dis-br.exp: Ditto.
7645 * gdb.base/environ.exp: Ditto.
7646 * gdb.base/gnu-ifunc.exp: Ditto.
7647 * gdb.base/maint.exp: Ditto.
7648 * gdb.base/pending.exp: Ditto.
7649 * gdb.base/sect-cmd.exp: Ditto.
7650 * gdb.base/sepdebug.exp: Ditto.
7651 * gdb.base/unload.exp: Ditto.
7652 * gdb.base/watchpoint-solib.exp: Ditto.
7653 * gdb.cp/annota2.exp: Ditto.
7654 * gdb.cp/annota3.exp: Ditto.
7655 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7656 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7657 * gdb.mi/mi-pending.exp: Ditto.
7658 * gdb.trace/circ.exp: Ditto.
7659 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7660 * gdb.base/list.exp: Ditto.
7661
7662 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7663 breakpoint function and all references to the usestubs macro.
7664 * gdb.base/exprs.c: Ditto.
7665 * gdb.base/freebpcmd.c: Ditto.
7666 * gdb.base/bitfields.c: Ditto.
7667 * gdb.base/bitfields2.c: Ditto.
7668 * gdb.base/break.c: Ditto.
7669 * gdb.base/call-sc.c: Ditto.
7670 * gdb.base/call-signals.c: Ditto.
7671 * gdb.base/callfuncs.c: Ditto.
7672 * gdb.base/charset.c: Ditto.
7673 * gdb.base/consecutive.c: Ditto.
7674 * gdb.base/constvars.c: Ditto.
7675 * gdb.base/funcargs.c: Ditto.
7676 * gdb.base/int-type.c: Ditto.
7677 * gdb.base/interrupt.c: Ditto.
7678 * gdb.base/langs0.c: Ditto.
7679 * gdb.base/list0.c: Ditto.
7680 * gdb.base/mips_pro.c: Ditto.
7681 * gdb.base/miscexprs.c: Ditto.
7682 * gdb.base/nodebug.c: Ditto.
7683 * gdb.base/opaque0.c: Ditto.
7684 * gdb.base/pointers.c: Ditto.
7685 * gdb.base/printcmds.c: Ditto.
7686 * gdb.base/ptype.c: Ditto.
7687 * gdb.base/recurse.c: Ditto.
7688 * gdb.base/reread1.c: Ditto.
7689 * gdb.base/reread2.c: Ditto.
7690 * gdb.base/restore.c: Ditto.
7691 * gdb.base/return.c: Ditto.
7692 * gdb.base/run.c: Ditto.
7693 * gdb.base/scope0.c: Ditto.
7694 * gdb.base/sepdebug.c: Ditto.
7695 * gdb.base/setshow.c: Ditto.
7696 * gdb.base/setvar.c: Ditto.
7697 * gdb.base/sigall.c: Ditto.
7698 * gdb.base/signals.c: Ditto.
7699 * gdb.base/structs.c: Ditto.
7700 * gdb.base/structs2.c: Ditto.
7701 * gdb.base/testenv.c: Ditto.
7702 * gdb.base/twice.c: Ditto.
7703 * gdb.base/unwindonsignal.c: Ditto.
7704 * gdb.base/watchpoint.c: Ditto.
7705 * gdb.base/watchpoints.c: Ditto.
7706 * gdb.base/whatis.c: Ditto.
7707 * gdb.cp/classes.cc: Ditto.
7708 * gdb.cp/cplusfuncs.cc: Ditto.
7709 * gdb.cp/derivation.cc: Ditto.
7710 * gdb.cp/formatted-ref.cc: Ditto.
7711 * gdb.cp/misc.cc: Ditto.
7712 * gdb.cp/overload.cc: Ditto.
7713 * gdb.cp/ovldbreak.cc: Ditto.
7714 * gdb.cp/ref-params.cc: Ditto.
7715 * gdb.cp/ref-types.cc: Ditto.
7716 * gdb.cp/templates.cc: Ditto.
7717 * gdb.cp/virtfunc.cc: Ditto.
7718 * gdb.hp/gdb.aCC/run.c: Ditto.
7719 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7720 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7721 * gdb.reverse/consecutive-reverse.c: Ditto.
7722 * gdb.reverse/sigall-reverse.c: Ditto.
7723 * gdb.reverse/until-reverse.c: Ditto.
7724 * gdb.reverse/watch-reverse.c: Ditto.
7725 * gdb.trace/actions.c: Ditto.
7726 * gdb.trace/circ.c: Ditto.
7727 * gdb.trace/collection.c: Ditto.
7728
fabde485
PA
77292011-12-13 Pedro Alves <pedro@codesourcery.com>
7730
7731 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7732 (func6, func7): New.
7733 (main): Call func6 and func7.
7734 * gdb.base/watchpoint.exp (test_wide_location_1)
7735 (test_wide_location_2): New.
7736 (top level): Re-enable hardware watchpoints if necessary. Call
7737 test_wide_location_1 and test_wide_location_2.
7738
ff7d1690
YQ
77392011-12-11 Yao Qi <yao@codesourcery.com>
7740
7741 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7742
a6af7abe
JB
77432011-12-11 Joel Brobecker <brobecker@adacore.com>
7744
7745 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7746 expected output for unsupported case.
7747
61638e15
JK
77482011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7749
7750 PR testsuite/12649
7751 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7752 Protect gdb_test_multiple by final $gdb_prompt match.
7753
0a00efc3
JK
77542011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7755
7756 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7757 New variable, new test.
7758 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7759 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7760 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7761 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7762 them if HAVE_GCC_45682_FIXED is not set.
7763
4511b1ba
YQ
77642011-12-10 Yao Qi <yao@codesourcery.com>
7765
7766 * gdb.trace/status-stop.exp: New.
7767 * gdb.trace/status-stop.c: New.
7768
27949e73
JK
77692011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7770
7771 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7772 timeout.
7773
d8ea7931
TT
77742011-12-08 Tom Tromey <tromey@redhat.com>
7775
7776 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7777 condition.
7778
1cc310d2
SS
77792011-12-07 Stan Shebs <stan@codesourcery.com>
7780
7781 * gdb.trace/tfind.exp: Update for output changes.
7782
d482a875
PA
77832011-12-07 Pedro Alves <pedro@codesourcery.com>
7784
7785 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7786 throws "Cannot insert catchpoints in this configuration".
7787 * gdb.ada/mi_catch_ex.exp: Likewise.
7788
f0ba3972
PA
77892011-12-06 Pedro Alves <pedro@codesourcery.com>
7790
7791 * gdb.base/break-always.exp: Test changing memory at addresses
7792 with breakpoints inserted.
7793
f8eba3c6
TT
77942011-12-06 Joel Brobecker <brobecker@acacore.com>
7795
6fdff2c5
PA
7796 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7797 involving a fully qualified function name.
f8eba3c6
TT
7798
77992011-12-06 Tom Tromey <tromey@redhat.com>
7800
7801 * gdb.ada/homonym.exp: Add three breakpoint tests.
7802
78032011-12-06 Tom Tromey <tromey@redhat.com>
7804
7805 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7806 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7807 * gdb.objc/objcdecode.exp: Update for output changes.
7808 * gdb.linespec/linespec.exp: New file.
7809 * gdb.linespec/lspec.cc: New file.
7810 * gdb.linespec/lspec.h: New file.
7811 * gdb.linespec/body.h: New file.
7812 * gdb.linespec/base/two/thefile.cc: New file.
7813 * gdb.linespec/base/one/thefile.cc: New file.
7814 * gdb.linespec/Makefile.in: New file.
7815 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7816 output changes.
7817 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7818 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7819 makes one breakpoint.
7820 * gdb.cp/method2.exp (test_break): Update for output changes.
7821 * gdb.cp/mb-templates.exp: Update for output changes.
7822 * gdb.cp/mb-inline.exp: Update for output changes.
7823 * gdb.cp/mb-ctor.exp: Update for output changes.
7824 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7825 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7826 has multiple matches.
7827 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7828 error message change.
7829 * gdb.base/list.exp (test_list_filename_and_number): Update for
7830 error message change.
7831 * gdb.base/break.exp: Disable pending breakpoints. Update for
7832 output changes.
7833 * configure.ac: Add gdb.linespec.
7834 * configure: Rebuild.
7835 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7836
c642a434
UW
78372011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7838
7839 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7840 last_break register on s390*-*-* targets.
7841
b18003d1
JB
78422011-12-06 Joel Brobecker <brobecker@adacore.com>
7843
7844 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7845 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7846 of parameter X in procedure Foo.
7847
fe96589c
SS
78482011-12-05 Stan Shebs <stan@codesourcery.com>
7849
7850 * gdb.trace/tfind.exp: Update help string matches.
7851
1820ab47
JK
78522011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7853
7854 * gdb.server/ext-run.exp (get process list): Accept also systemd
7855 as PID 1.
7856
e11ac3a3
JK
78572011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7858 Pedro Alves <pedro@codesourcery.com>
7859
7860 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7861 starting GDB.
7862 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7863 $use_gdb_stub.
7864 * gdb.base/display.exp: Likewise.
7865 * gdb.base/ending-run.exp: Likewise.
7866 * gdb.base/list.exp (test_listsize): Likewise.
7867 * gdb.base/setshow.exp: Likewise.
7868 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7869 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7870 check by global $use_gdb_stub.
7871 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7872 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7873 (default_gdb_init): Unset global $use_gdb_stub.
7874 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7875 by global $use_gdb_stub.
7876 * lib/gdbserver-support.exp: Extend comments for set_board_info
7877 gdb_protocol and gdb,socketport.
7878 (gdbserver_start_extended): Set global gdbserver_protocol and
7879 gdbserver_gdbport. Clear global use_gdb_stub.
7880 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7881 from target use_gdb_stub.
7882 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7883
1d41d75c
DE
78842011-12-03 Doug Evans <dje@google.com>
7885
7886 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7887 (gdb_step_for_stub): Add comments.
7888
d6d7a51a
MR
78892011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7890
7891 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7892 to the caller.
7893 (gdb_test_multiple): Likewise.
7894
05acf274
JK
78952011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 Fix gdb.mi/mi-solib.exp without system debug info installed.
7898 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7899 expect attribute, return 0 for it. Update comments.
7900
2268b414
JK
79012011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7902
7903 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7904 (corrupted list): Adjust the expectation.
7905
585861ea
JK
79062011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7907
7908 PR threads/13448
7909 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7910 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7911 * gdb.threads/tls-var-main.c: New file.
7912 * gdb.threads/tls-var.c: New file.
7913 * gdb.threads/tls-var.exp: New file.
7914
968643aa
JK
79152011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7916
7917 PR testsuite/12649
7918 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7919 Protect gdb_test_multiple by final $gdb_prompt match.
7920 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7921 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7922 (test_tracepoints): Likewise.
7923
9750bca9
JK
79242011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7925
7926 PR breakpoints/13346
7927 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7928 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7929 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7930
ac1349b7
JB
79312011-12-01 Joel Brobecker <brobecker@adacore.com>
7932
7933 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7934 * gdb.ada/homonym/homonym.adb: For use of all types defined
7935 locally inside both Get_Value subprograms.
7936
26d44faf
JK
79372011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7938
7939 Fix racy FAILs.
7940 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7941 of send_gdb.
7942
514f6425
UW
79432011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7944
7945 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7946 environment variable after test completed.
7947
4255c8d2
UW
79482011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7949
7950 * gdb.base/solib-nodir.exp: Skip if remote target.
7951 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7952 application. Call gdb_load_shlibs.
7953 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7954
a35ad96a
JB
79552011-11-29 Joel Brobecker <brobecker@adacore.com>
7956
7957 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7958
1a1d5513
JB
79592011-11-28 Joel Brobecker <brobecker@adacore.com>
7960
7961 * gdb.ada/fullname_bp: New testcase.
7962
50b4ddf8
JK
79632011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7964
7965 PR testsuite/12649
7966 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7967 Wrap send_gdb into a new gdb_test.
7968
fb0aec57
JK
7969 Code cleanup.
7970 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7971 Convert send_gdb and gdb_expect to gdb_test_multiple.
7972
2376d946
JK
79732011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7974
7975 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7976
1eec78bd
KS
79772011-11-23 Keith Seitz <keiths@redhat.com>
7978
7979 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7980 (mi_varobj_tree_test_children_callback): New proc.
7981 (mi_walk_varobj_tree): New proc.
7982
36dfb11c
TT
79832011-11-22 Tom Tromey <tromey@redhat.com>
7984
7985 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7986 Add "use_mi_command" argument.
7987 (mi_run_cmd, mi_run_with_cli): New procs.
7988 * gdb.mi/solib-lib.c: New file.
7989 * gdb.mi/solib-main.c: New file.
7990 * gdb.mi/mi-solib.exp: New file.
7991
0e965dd0
DE
79922011-11-21 Doug Evans <dje@google.com>
7993
7994 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7995 _Unwind_DebugHook is missing.
7996
f196051f
SS
79972011-11-20 Stan Shebs <stan@codesourcery.com>
7998
7999 * gdb.trace/tstatus.exp: New.
8000 * gdb.trace/actions.c: Include string.h.
8001
bfccc43c
YQ
80022011-11-18 Yao Qi <yao@codesourcery.com>
8003
8004 * gdb.trace/pending.exp: New.
8005 * gdb.trace/pending.c: New.
8006 * gdb.trace/pendshr1.c: New.
8007 * gdb.trace/pendshr2.c: New.
8008 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8009 tracepoint location becomes pending.
8010 (tracepoint_change_loc_2): New.
8011
73cd8ab1
DM
80122011-11-16 David S. Miller <davem@davemloft.net>
8013
8014 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8015 target is sparc*-*-linux*
8016
77426730
PK
80172011-11-15 Paul Koning <paul_koning@dell.com>
8018
8019 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8020 types.
8021
ed59ded5
DE
80222011-11-14 Doug Evans <dje@google.com>
8023
8024 * gdb.base/shell.exp: New file.
8025
405f8e94
SS
80262011-11-14 Stan Shebs <stan@codesourcery.com>
8027
8028 * gdb.trace/ftrace.c: New.
8029 * gdb.trace/ftrace.exp: New.
8030
1e4d1764
YQ
80312011-11-14 Yao Qi <yao@codesourcery.com>
8032
8033 * gdb.trace/change-loc-1.c: New.
8034 * gdb.trace/change-loc-2.c: New.
8035 * gdb.trace/change-loc.c: New.
8036 * gdb.trace/change-loc.exp: New.
8037 * gdb.trace/change-loc.h: New.
8038 * gdb.trace/trace-break.c (marker): Define new symbol.
8039 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 8040 New.
1e4d1764
YQ
8041 (break_trace_same_addr_6): New.
8042
71eba9c2 80432011-11-12 Matt Rice <ratmice@gmail.com>
8044
8045 * gdb.base/info-macros.exp: Make tests for info definitions
8046 test info macro. Add tests for info macro argument processing.
8047 Rename a few tests.
8048
1d93e29a
KS
80492011-11-11 Keith Seitz <keiths@redhat.com>
8050
8051 PR gdb/12843
8052 * gdb.base/linespecs.exp: New file.
8053
a4b5b48a
DE
80542011-11-11 Doug Evans <dje@google.com>
8055
8056 * gdb.threads/print-threads.exp: Extend timeout for slower
8057 tests.
8058
f6b47be4
DE
80592011-11-10 Doug Evans <dje@google.com>
8060
792a0230
DE
8061 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8062 "record to end of main" test.
8063
f6b47be4
DE
8064 * gdb.python/py-type.c (TS): New typedef.
8065 (ts): New global.
8066 * gdb.python/py-type.exp: Test field list of typedef.
8067
22355c90
JB
80682011-11-10 Joel Brobecker <brobecker@adacore.com>
8069
8070 * gdb.ada/small_reg_param: New testcase.
8071
a7860e76
TT
80722011-11-09 Tom Tromey <tromey@redhat.com>
8073
8074 * gdb.cp/destrprint.exp: New file.
8075 * gdb.cp/destrprint.cc: New file.
8076
72a2e3dc
MI
80772011-11-08 Meador Inge <meadori@codesourcery.com>
8078
8079 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8080 (switch_stack_to_other): New test function.
8081 * gdb.arch/thumb-prologue.exp: New test cases.
8082
c7195df2 80832011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
8084
8085 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8086
d3895d7d
YQ
80872011-11-08 Yao Qi <yao@codesourcery.com>
8088
8089 * gdb.exp (supports_process_record): New.
8090 (supports_reverse): New.
8091 * gdb.reverse/break-precsave.exp: Call support_process_record
8092 to run test conditionally.
8093 * gdb.reverse/consecutive-precsave.exp: Likewise.
8094 * gdb.reverse/i386-precsave.exp: Likewise.
8095 * gdb.reverse/machinestate-precsave.exp: Likewise.
8096 * gdb.reverse/solib-precsave.exp: Likewise.
8097 * gdb.reverse/step-precsave.exp: Likewise.
8098 * gdb.reverse/until-precsave.exp: Likewise.
8099 * gdb.reverse/watch-precsave.exp: Likewise.
8100 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8101 test conditionally.
8102 * gdb.reverse/consecutive-reverse.exp: Likewise.
8103 * gdb.reverse/finish-precsave.exp: Likewise.
8104 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8105 * gdb.reverse/finish-reverse.exp: Likewise.
8106 * gdb.reverse/i386-reverse.exp: Likewise.
8107 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8108 * gdb.reverse/machinestate.exp: Likewise.
8109 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8110 * gdb.reverse/sigall-precsave.exp: Likewise.
8111 * gdb.reverse/sigall-reverse.exp: Likewise.
8112 * gdb.reverse/solib-reverse.exp: Likewise.
8113 * gdb.reverse/step-reverse.exp: Likewise.
8114 * gdb.reverse/until-reverse.exp: Likewise.
8115 * gdb.reverse/watch-reverse.exp: Likewise.
8116
a59306a3
YQ
81172011-11-05 Yao Qi <yao@codesourcery.com>
8118
8119 * gdb.trace/trace-break.exp: Add test on setting two
8120 fast tracepoints at the same address.
8121
87769f59
JK
81222011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8123
8124 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8125
3065dfb6
SS
81262011-11-02 Stan Shebs <stan@codesourcery.com>
8127
8128 * gdb.trace/collection.c: Add code using strings.
8129 * gdb.trace/collection.exp: Add tests of string collection.
8130
89e208db
JK
81312011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8132
8133 * gdb.base/skip-solib.exp (executable_main): New variable.
8134 (binfile_main): Base it on that.
8135 Use $executable_main in clean_restart calls. Drop gdb_exit and
8136 gdb_start calls.
8137
405e54e9
JK
81382011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8139
8140 Fix racy FAILs.
8141 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8142 breakpoint_re globals import by async. Set string_regex to .* for
8143 async. Remove the optional thread_selected_re and breakpoint_re
8144 globals expectations.
8145
58e8570a
JM
81462011-11-01 Joseph Myers <joseph@codesourcery.com>
8147
8148 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8149 well as Cygwin.
8150
7b35ec7f 81512011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
8152
8153 Add tests for skip command.
89e208db
JK
8154 * gdb.base/skip-solib-lib.c: New
8155 * gdb.base/skip-solib-main.c: New
8156 * gdb.base/skip-solib.exp: New
8157 * gdb.base/skip.c: New
8158 * gdb.base/skip.exp: New
8159 * gdb.base/skip1.c: New
8160 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 8161
b9fd1791
PA
81622011-10-31 Yao Qi <yao@codesourcery.com>
8163 Pedro Alves <pedro@codesourcery.com>
8164
6fdff2c5
PA
8165 * gdb.trace/trace-break.c: New.
8166 * gdb.trace/trace-break.exp: New.
b9fd1791 8167
4323fecc
JK
81682011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8169
8170 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8171 break-here-2.
8172
0e5bf2a8
PA
81732011-10-28 Pedro Alves <pedro@codesourcery.com>
8174
8175 * gdb.threads/no-unwaited-for-left.c: New.
8176 * gdb.threads/no-unwaited-for-left.exp: New.
8177 * gdb.threads/non-ldr-exc-1.c: New.
8178 * gdb.threads/non-ldr-exc-1.exp: New.
8179 * gdb.threads/non-ldr-exc-2.c: New.
8180 * gdb.threads/non-ldr-exc-2.exp: New.
8181 * gdb.threads/non-ldr-exc-3.c: New.
8182 * gdb.threads/non-ldr-exc-3.exp: New.
8183 * gdb.threads/non-ldr-exc-4.c: New.
8184 * gdb.threads/non-ldr-exc-4.exp: New.
8185
3a3dad98
JK
81862011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8187
8188 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8189 * gdb.base/attach-pie-misread.exp: Likewise.
8190 * gdb.base/break-interp.exp: Likewise.
8191 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8192 testcases for use_gdb_stub.
8193 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8194 (continue): New testcase.
8195 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8196 * gdb.threads/attach-into-signal.exp: Likewise.
8197 * gdb.threads/attach-stopped.exp: Likewise.
8198 * gdb.threads/attachstop-mt.exp: Likewise.
8199
d6a5d40c
PK
82002011-10-28 Paul Koning <paul_koning@dell.com>
8201
8202 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8203
ca539be8
JK
82042011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8205
8206 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8207 (mi_gdb_test): Import globals thread_selected_re
8208 and breakpoint_re. Expect them optionally at the regex start.
8209
d234ef5c
DE
82102011-10-27 Doug Evans <dje@google.com>
8211
8212 * gdb.python/python.exp: Test source -s.
8213
ab964825
PK
82142011-10-26 Paul Koning <paul_koning@dell.com>
8215
8216 * gdb.python/lib-types.cc (struct A): New structure.
8217 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 8218
54d8a644
PK
82192011-10-25 Paul Koning <paul_koning@dell.com>
8220
8221 PR python/13327
d234ef5c 8222
54d8a644
PK
8223 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8224 fetch_lazy method.
8225
b0221781
YQ
82262011-10-24 Yao Qi <yao@codesourcery.com>
8227
8228 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8229 target is tic6x-*-*.
8230
6cda5a20
JB
82312011-10-21 Joel Brobecker <brobecker@adacore.com>
8232
8233 * gdb.ada/mi_task_info/task_switch.adb: New file.
8234 * gdb.ada/mi_task_info.exp: New file.
8235
5ed9db04
JK
82362011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8237
8238 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8239 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8240
9df2fbc4
PM
82412011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8242
8243 PR python/12656
8244
8245 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8246 global_block tests.
8247
736086ba
TT
82482011-10-18 Tom Tromey <tromey@redhat.com>
8249
8250 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8251
4af31552
TT
82522011-10-18 Tom Tromey <tromey@redhat.com>
8253
8254 * gdb.base/source.exp: Don't include full file name in test name.
8255 * gdb.python/python.exp: Don't include full file name in test
8256 name.
8257
43136979
AR
82582011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8259
8260 * gdb.base/attach-pie-noexec.c: New files.
8261 * gdb.base/attach-pie-noexec.exp: New files.
8262
543a9323
JM
82632011-10-17 Joseph Myers <joseph@codesourcery.com>
8264
8265 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8266 prompt for each extra line in command.
8267
21ae7a4d
JK
82682011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8269
8270 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8271 Revert the part of:
8272 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8273 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8274 Change the expected string.
8275
20ec36d9
JK
82762011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8277
8278 Fix results with system glibc debug info installed.
8279 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8280 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8281 Accept also __libc_ symbol prefix and no prefix.
8282
6501c2fc
KS
82832011-10-14 Keith Seitz <keiths@redhat.com>
8284
8285 PR c++/13225
8286 * gdb.cp/converts.cc (foo3_1): New function.
8287 (foo3_2): New functions.
8288 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8289 and null pointer conversions of integer constant zero.
8290 Add test to check if all arguments are checked for incompatible
8291 conversion BADNESS.
8292
55b1fd0c
TT
82932011-10-14 Tom Tromey <tromey@redhat.com>
8294
8295 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8296 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8297 linespec.
8298
22c05d8a
JK
82992011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8300
8301 Fix internal error regression.
8302 * gdb.dwarf2/implptr-optimized-out.S: New file.
8303 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8304
1d6edc3c
JK
83052011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8308 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8309 (loclist): New.
8310 (4): New abbrev.
8311 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8312 Use prepare_for_testing, remove clean_restart.
8313 (p arraynoloc, p arraycallnoloc): New tests.
8314
9ec72168
JK
83152011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8316
8317 * gdb.cp/namespace-enum.exp (executable): New variable.
8318 (binfile): Use ${objdir}/${subdir}/ prefix.
8319 Use ${executable} for clean_restart.
8320
9c6c53f7
SA
83212011-10-11 Sterling Augustine <saugustine@google.com>
8322
8323 * gdb.cp/Makefile.in: Add namespace-enum test.
8324 * gdb.cp/namespace-enum.exp: New file.
8325 * gdb.cp/namespace-enum.c: New file.
8326 * gdb.cp/namespace-enum-main.c: New file.
8327
fac7ceb3
UW
83282011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8329
8330 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8331 sysroot.
8332
941b2081
JK
83332011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8334
8335 Reimplement @entry in input expressions.
8336 * gdb.base/exprs.c (v_int_array_init): New variable.
8337 * gdb.base/exprs.exp (print v_int_array_init)
8338 (print *v_int_array_init@1, print *v_int_array_init@2)
8339 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8340 (print v_int_array_init[1]@1): New tests.
8341
0344e878
JM
83422011-10-10 Joseph Myers <joseph@codesourcery.com>
8343
8344 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8345 expected message.
8346
5a56e9c5
DE
83472011-10-09 Doug Evans <dje@google.com>
8348
8349 * gdb.base/alias.exp: Add tests for alias command.
8350
2bda9cc5
JK
83512011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8352
8353 * gdb.arch/amd64-entry-value.s: New file.
8354 * gdb.mi/mi2-amd64-entry-value.s: New file.
8355
a471c594
JK
83562011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8357
8358 Display @entry parameter values even for references.
8359 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8360 functions.
8361 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8362 reference and datap_input.
8363 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8364 breakpoints.
8365 (continue to breakpoint: entry_reference: reference)
8366 (entry_reference: bt at entry)
8367 (continue to breakpoint: entry_reference: breakhere_reference)
8368 (entry_reference: bt, entry_reference: ptype regparam)
8369 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8370 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8371 (entry_reference: p regcopy, entry_reference: p nodataparam)
8372 (entry_reference: p nodataparam@entry): New tests.
8373
36b11add
JK
83742011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8375
8376 Support @entry in input expressions.
8377 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8378 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8379 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8380 (tailcall: p j@entry): New tests.
8381 * gdb.cp/koenig.cc (A::entry): New function.
8382 (main): Call it.
8383 * gdb.cp/koenig.exp (p entry (c)): New test.
8384
e18b2753
JK
83852011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8386
8387 Display @entry parameter values (without references).
8388 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8389 (different, validity, invalid): New functions.
8390 (main): Call them.
8391 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8392 stacktest, breakhere_stacktest, different, breakhere_different,
8393 breakhere_validity and breakhere_invalid.
8394 (entry: bt): Update for @entry.
8395 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8396 (entry_validity: *, entry_invalid: *): Many new tests.
8397 * gdb.base/break.exp
8398 (run until breakpoint set at small function, optimized file): Accept
8399 also the @entry suffix.
8400 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8401 * gdb.mi/mi2-amd64-entry-value.c: New files.
8402 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8403
2d6c5dc2
JK
84042011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8405
8406 Protect entry values against self tail calls.
8407 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8408 (main): Call self.
8409 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8410 (set debug entry-values 1, self: bt debug entry-values): New tests.
8411
111c6489
JK
84122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8413
8414 Recognize virtual tail call frames.
8415 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8416 (amb_b, amb_a): New.
8417 (main): Call a and b.
8418 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8419 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8420 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8421 New tests.
8422
8e3b41a9
JK
84232011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 Implement basic support for DW_TAG_GNU_call_site.
8426 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8427 * gdb.arch/amd64-entry-value.cc: New file.
8428 * gdb.arch/amd64-entry-value.exp: New file.
8429
181cebd4
JK
84302011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8431
8432 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8433 * gdb.dwarf2/implptr-64bit.S: New file.
8434 * gdb.dwarf2/implptr-64bit.exp: New file.
8435
741f5e3c
JK
84362011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8437
8438 Fix initial language detection with -readnow.
8439 * gdb.cp/readnow-language.cc: New file.
8440 * gdb.cp/readnow-language.exp: New file.
8441
a73d2258
JK
84422011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8443
8444 Fix printed anonymous struct name.
8445 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8446
af369495
JM
84472011-10-09 Joseph Myers <joseph@codesourcery.com>
8448
8449 * gdb.base/solib-symbol.exp: Do not include directories in
8450 filenames in expected messages.
8451
1fa57852
DE
84522011-10-07 Doug Evans <dje@google.com>
8453
8454 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8455
bd054e06
KP
84562011-10-07 Kevin Pouget <kevin.pouget@st.com>
8457
8458 Allow Python notification of new object-file loadings.
8459 * gdb.python/py-events.exp: Test newobjfile event.
8460 * gdb.python/py-events.py: Register newobjfile callback.
8461 * gdb.python/py-events.c: Add call to shared library
8462 * gdb.python/py-events-shlib.c: New file.
8463
8031b6f8
JM
84642011-10-06 Joseph Myers <joseph@codesourcery.com>
8465
8466 * gdb.base/fixsection.exp: Do not include directories in filename
8467 in expected message.
8468
7fea6923
PM
84692011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8470
8471 Add tests for passing of environment variables to inferior.
8472 * gdb.base/testenv.c: New test source.
8473 * gdb.base/testenv.exp: New expect test.
8474
687f2a88
PK
84752011-10-04 Paul Koning <paul_koning@dell.com>
8476
8477 * gdb.python/py-value.c (main): Break before return.
8478
cb6be26b
KP
84792011-10-04 Kevin Pouget <kevin.pouget@st.com>
8480
8481 PR python/12691: Add the inferior to Python exited event
8482 * gdb.python/py-events.exp: Test the inferior attribute of exited
8483 event with a fork.
8484 * gdb.python/py-events.py: Print inferior number on exit.
8485 * gdb.python/py-events.c: Fork the inferior.
8486
fb213700
EBM
84872011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
8488
8489 * gdb.base/jit.exp: Add testcase name to log message
8490
aa2071bd
PK
84912011-10-03 Paul Koning <paul_koning@dell.com>
8492 Jan Kratochvil <jan.kratochvil@redhat.com>
8493
8494 * gdb.python/py-value.exp
8495 (python inval = gdb.parse_and_eval('*(int*)0'))
8496 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
8497 (set argc=2, python print argc_lazy): New tests.
8498
dd11a36c
JB
84992011-10-02 Joel Brobecker <brobecker@adacore.com>
8500
8501 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
8502
46f886f1
JK
85032011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8504 Pedro Alves <pedro@codesourcery.com>
8505
8506 * gdb.python/py-value.exp (test_value_in_inferior): New variable
8507 can_read_0, test for it.
8508 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
8509 (parse_and_eval with memory error): ... here, make it untested if
8510 can_read_0.
8511
c5cb204f
MP
85122011-09-30 Marek Polacek <mpolacek@redhat.com>
8513
8514 * gdb.python/python.exp (verify pagination beforehand)
8515 (verify pagination afterwards): Fix race by splitting the line.
8516
68fb0ec0
JM
85172011-09-29 Joseph Myers <joseph@codesourcery.com>
8518
8519 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8520 for 64-bit multilibs from i?86-* targets.
8521
6aee0d90
MP
85222011-09-29 Marek Polacek <mpolacek@redhat.com>
8523
8524 * lib/gdb.exp: Fix a typo in one of the comments.
8525
e9101ff5
MP
85262011-09-29 Marek Polacek <mpolacek@redhat.com>
8527
8528 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8529 matching pattern.
8530
7a81bdbf
PK
85312011-09-28 Paul Koning <paul_koning@dell.com>
8532
8533 * gdb.python/py-type.c (enum E): New.
8534 * gdb.python/py-type.exp (test_fields): Add tests for Python
8535 mapping access to fields.
8536 (test_enums): New test for field access on enums.
8537
6710bf39
SS
85382011-09-27 Stan Shebs <stan@codesourcery.com>
8539
8540 * gdb.trace/collection.exp: Test collection of $_ret.
8541
b2a6bdeb
AT
85422011-09-22 Andreas Tobler <andreast@fgznet.ch>
8543
8544 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8545 list of compilation switches for <*-*-freebsd*>.
8546
3c9057f3
SS
85472011-09-19 Stan Shebs <stan@codesourcery.com>
8548
8549 * gdb.trace/tspeed.exp: New file.
8550 * gdb.trace/tspeed.c: New file.
8551
34518530
YQ
85522011-09-18 Yao Qi <yao@codesourcery.com>
8553
8554 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8555 instructions.
8556 (test_adr_32bit, test_pop_pc): Likewise.
8557 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8558 Thumb instructions.
8559 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8560 in gdb_test_multiple.
8561 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8562
ab254057
YQ
85632011-09-17 Yao Qi <yao@codesourcery.com>
8564
8565 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8566 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8567 support single step to signal handler.
8568
9c317b71
YQ
85692011-09-17 Yao Qi <yao@codesourcery.com>
8570
8571 * gdb.base/disp-step-fork.c: New.
8572 * gdb.base/disp-step-syscall.exp: New.
8573 * gdb.base/disp-step-vfork.c: New.
8574
a8123151
JB
85752011-09-16 Joel Brobecker <brobecker@adacore.com>
8576
8577 * gdb.ada/tasks.exp: Make the expected output for
8578 the `info tasks' tests more resilient to spacing
8579 changes.
8580
63a9aad8
JK
85812011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8582
8583 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8584 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8585
2aa48337
KP
85862011-09-15 Kevin Pouget <kevin.pouget@st.com>
8587
8588 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8589 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8590
6839b47f
KP
85912011-04-30 Kevin Pouget <kevin.pouget@st.com>
8592
8593 Handle multiple breakpoint hits in Python interface:
8594 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8595 presence.
8596 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8597 breakpoint hits.
8598
0935723e
JK
85992011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8600 Jan Kratochvil <jan.kratochvil@redhat.com>
8601
8602 * gdb.python/py-events.exp: Remove pretty printing comment.
8603 * gdb.python/py-evsignal.exp: New file.
8604 * gdb.python/py-evthreads.c: Include signal.h.
8605 (thread3): Remove variable count3. Remove variable bad and use raise
8606 instead.
8607 (thread2): Remove variable count2. Move thread3 pthread_create here,
8608 merge pthread_join to a single line.
8609 (main): Remove variable count1. Merge pthread_join with pthread_create
8610 to a single line.
8611 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8612 KFAIL python/12966 for gdbserver. Test return value of
8613 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8614 gdb_expect by gdb_test and gdb_test_multiple.
8615 (thread 2, thread 3): New tests.
8616
4801a9a3
PA
86172011-09-12 Matt Rice <ratmice@gmail.com>
8618 Pedro Alves <pedro@codesourcery.com>
8619
8620 PR gdb/13175
8621
8622 * gdb.base/interp.exp: New tests.
8623 * gdb.base/interp.c: New file.
8624
24ece742
DE
86252011-09-12 Doug Evans <dje@google.com>
8626
8627 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8628 * gdb.dwarf2/typeddwarf.exp: Ditto.
8629
7f062217
JK
86302011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8631
8632 Fix compatibility with x32 arch.
8633 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8634 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8635 is_x86_like_target.
8636 * testsuite/gdb.trace/collection.exp: Likewise.
8637 * testsuite/gdb.trace/report.exp: Likewise.
8638 * testsuite/gdb.trace/unavailable.exp: Likewise.
8639 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8640 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8641 (is_x86_like_target): Check also is_amd64_regs_target.
8642
08711b9a
JK
86432011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8644
8645 PR breakpoints/12435
8646 * gdb.arch/amd64-prologue-xmm.c: New file.
8647 * gdb.arch/amd64-prologue-xmm.exp: New file.
8648 * gdb.arch/amd64-prologue-xmm.s: New file.
8649
b99b5f66
JK
86502011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8651
8652 * gdb.dwarf2/dw2-param-error-main.c: New file.
8653 * gdb.dwarf2/dw2-param-error.S: New file.
8654 * gdb.dwarf2/dw2-param-error.exp: New file.
8655
a391a2f6
PA
86562011-09-08 Pedro Alves <pedro@codesourcery.com>
8657
8658 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8659 inferior's pid and look for a core dump named core.$pid. Use
8660 `remote_file' commands on the host instead of hand coding shell
8661 commands on the build.
8662 * gdb.base/valgrind-db-attach.exp: Kill the program before
8663 finishing the test.
8664
7d8e6458 86652011-09-02 Matt Rice <ratmice@gmail.com>
8666
8667 * lib/prompt.exp: New file for testing the first prompt.
8668 * gdb.python/py-prompt.exp: Ditto.
8669 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8670
68e77c9e
PA
86712011-09-02 Pedro Alves <pedro@codesourcery.com>
8672
8673 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8674 0, before testing gcore.
8675
9655e943
JK
86762011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8677
df6dc84d
JK
8678 * dw2-ifort-parameter-debug.S: Update copyright year.
8679 * dw2-ifort-parameter.c: Update copyright year.
8680 * dw2-ifort-parameter.exp: Update copyright year.
8681
9655e943
JK
8682 * dw2-ifort-parameter-debug.S: New file.
8683 * dw2-ifort-parameter.c: New file.
8684 * dw2-ifort-parameter.exp: New file.
8685
353d1d73
JK
86862011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8687
8688 * gdb.base/commands.exp (error_clears_commands_left): New function.
8689 (): Call it.
8690
5c07461a
JK
86912011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8692
8693 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8694 (C): Initialize `a'.
8695 * gdb.mi/mi-inheritance-syntax-error.exp
8696 (-data-evaluate-expression $path): Expect `a' as 5.
8697
0d932b2f
MK
86982011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8699
8700 PR mi/11912
8701 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8702 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8703 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8704 keyword in output of -var-info-path-expression.
8705
bdb54049
JK
87062011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8707
8708 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8709 * gdb.trace/collection.exp: Likewise.
8710 * gdb.trace/report.exp: Likewise.
8711 * gdb.trace/unavailable.exp: Likewise.
8712 * gdb.trace/while-dyn.exp: Likewise.
8713
59cde39c
KS
87142011-08-18 Keith Seitz <keiths@redhat.com>
8715
8716 PR c++/12266
8717 * gdb.cp/meth-typedefs.cc: New file.
8718 * gdb.cp/meth-typedefs.exp: New file.
8719
fa3a4f15
PM
87202011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8721
6fdff2c5 8722 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 8723
c1049fca
JK
87242011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8725
8726 * gdb.arch/i386-dr3-watch.exp
8727 (watchpoint on gap1 does not fit debug registers)
8728 (delete all watchpoints): Fix racy expect strings.
8729
d93f7b5c
YQ
87302011-08-14 Yao Qi <yao@codesourcery.com>
8731
8732 * gdb.base/maint.exp: set data_section to ".neardata".
8733 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8734 * gdb.base/savedregs.exp: Handle SIGILL.
8735 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8736 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8737
457e09f0
DE
87382011-08-12 Doug Evans <dje@google.com>
8739
8740 * gdb.python/py-symbol.exp: Add test for symbol.type.
8741
5d0bb2fb
UW
87422011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8743
8744 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8745 * gdb.mi/mi-pthreads.exp: Likewise.
8746 * gdb.mi/mi2-pthreads.exp: Likewise.
8747 * gdb.mi/gdb669.exp.exp: Likewise.
8748
fcdfa280
PA
87492011-08-09 Pedro Alves <pedro@codesourcery.com>
8750
8751 * lib/mi-support.exp (detect_async): Rename to...
8752 (mi_detect_async): ... this.
8753 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8754 * gdb.mi/mi-nonstop.exp: Adjust.
8755 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8756 * gdb.mi/mi-nsintrall.exp: Adjust.
8757 * gdb.mi/mi-nsmoribund.exp: Adjust.
8758 * gdb.mi/mi-nsthrexec.exp: Adjust.
8759
9d8fa392
PA
87602011-08-09 Pedro Alves <pedro@codesourcery.com>
8761
8762 * gdb.base/display.c (do_loops): New `p_i' local.
8763 * gdb.base/display.exp: Test displaying a variable that is
8764 temporarily at a bad address.
8765
b6cede78
JK
87662011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8767
8768 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8769 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8770
67bedb8c
JK
87712011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8772
8773 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
8774 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8775 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 8776
af6e93b2
PA
87772011-08-05 Pedro Alves <pedro@codesourcery.com>
8778
8779 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8780 procedure.
8781 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8782
1cf0e11f
YQ
87832011-08-05 Yao Qi <yao@codesourcery.com>
8784
8785 * gdb.base/callfuncs.exp: Set language after main.
8786 * gdb.cp/cplusfuncs.exp: Likewise.
8787 * gdb.cp/inherit.exp: Likewise.
8788
a1e28cb2
UW
87892011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8790
8791 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8792 * gdb.base/watch-vfork.exp: Skip on remote targets.
8793
d4f5bbb9
UW
87942011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8795
8796 * gdb.threads/thread-find.exp: Support remote targets.
8797
724f4f80
UW
87982011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8799
8800 * gdb.base/jit.exp: Download solib_binfile to target.
8801 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8802 and call dlopen without full path name.
8803 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8804 dlopen without full path name.
8805
934709f0
PW
88062011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8807
8808 * gdb.base/break-always.exp: Complete the test
8809 with duplicated breakpoints and enabling/disabling them.
8810
c26106c4
TT
88112011-08-02 Tom Tromey <tromey@redhat.com>
8812
8813 PR gdb/11289:
8814 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8815
9300444e 88162011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
8817
8818 PR gdb/13045
8819 * gdb.base/float.exp: Add new test case for PR gdb/13045
8820 * gdb.base/float.c: New file.
8821
00bd41d6
PM
88222011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8823
8824 * gdb.python/py-mi.exp: Test printers returning string hint, and
8825 also not returning a value.
8826 * gdb.python/py-prettyprint.c: Add testcase for above.
8827 * gdb.python/py-prettyprint.py: Add test printer for above.
8828
d24f74ce
JK
88292011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8830
8831 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8832 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8833 (.Ldie30) Add as field "data4".
8834 (.Ldie32) Rename field "b" to "shl".
8835 (abbrev4) Change for the "data4" field.
8836 (abbrev5, abbrev6) Remove.
8837 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8838 (p &s.shl): ... here. Add comment.
8839 (p &s.data4): New.
8840
bb7da2bf
JK
88412011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8842
8843 Fix crash on lval_computed values.
8844 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8845
11081198
JK
88462011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8847
8848 * gdb.base/help.exp (help whatis): Update the expected string.
8849
3c6e0cb3
JK
88502011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8851
8852 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8853 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8854 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8855 Change the expected string.
8856
efa80663
PA
88572011-07-26 Pedro Alves <pedro@codesourcery.com>
8858
8859 * gdb.base/watchpoint.exp
8860 (test_disable_enable_software_watchpoint): New procedure.
8861 (top level): Run it.
8862
db8e4570
UW
88632011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8864
8865 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8866 executable file "${binfile}", C++ version "${binfile}-cxx".
8867 * gdb.python/py-prettyprint.exp: Likewise.
8868 * gdb.python/py-symbol.exp: Likewise.
8869 * gdb.python/py-type.exp: Likewise.
8870 * gdb.python/py-value.exp: Likewise.
8871 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8872 file name instead of just suffix.
8873
543305c9
JK
88742011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8875
8876 Fix implicit pointer offsets.
8877 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8878 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8879 (continue to breakpoint: continue to baz breakpoint for implptr)
8880 (sanity check element 0, sanity check element 1)
8881 (enter the inlined function, check element 0 for the offset)
8882 (check element 1 for the offset)
8883 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8884 (set foo breakpoint for implptr): Update the breakpoint number.
8885
b3215adc
UW
88862011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8887
8888 * gdb.python/py-mi.exp: Use different file names for different
8889 versions of the executable under test.
8890 * gdb.python/py-prettyprint.exp: Likewise.
8891 * gdb.python/py-symbol.exp: Likewise.
8892 * gdb.python/py-template.exp: Likewise.
8893 * gdb.python/py-type.exp: Likewise.
8894 * gdb.python/py-value.exp: Likewise.
8895
182b9acc
UW
88962011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8897
8898 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8899 flag after restarting GDB if necessary.
8900
e6052b5d
UW
89012011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8902
8903 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8904
1ced966e
PA
89052011-07-22 Pedro Alves <pedro@codesourcery.com>
8906
8907 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8908 backend doesn't leave used debug registers behind.
8909
3543a589
TT
89102011-07-22 Tom Tromey <tromey@redhat.com>
8911
8912 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8913 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8914 argument.
8915 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8916
14d15303 89172011-07-21 Matt Rice <ratmice@gmail.com>
8918
8919 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8920 in mostlyclean rule. Add files ending in .core.
8921
9b158ba0 89222011-07-21 Matt Rice <ratmice@gmail.com>
8923
8924 PR macros/12999
8925 * gdb.base/info-macros.c: New test sources.
8926 * gdb.base/info-macros.exp: New tests.
8927
d17b6f81
PM
89282011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8929
8930 * gdb.python/python.exp: Add prompt substitution tests.
8931
918dd910
JK
89322011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8933
8934 Fix crash if referenced CU is aged out.
8935 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8936 New.
8937 * gdb.dwarf2/implptr.exp: Likewise.
8938
0e37a63c
JK
89392011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8940
8941 * gdb.dwarf2/implptr.S: Rebuilt.
8942 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8943 (bar): Use them for j, k, l.
8944 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8945 COMPILE.
8946 (print j in implptr:bar): Update for the intp typedef.
8947 (print p[0].x in implptr:foo): Use more exact regex.
8948
f65cf84c
TT
89492011-07-18 Tom Tromey <tromey@redhat.com>
8950
8951 * gdb.cp/static-method.exp: Add missing single quote.
8952
d5b4a7be
YQ
89532011-07-18 Yao Qi <yao@codesourcery.com>
8954
8955 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8956 supported.
8957 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8958 * gdb.mi/mi-nonstop.exp: Likewise.
8959 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8960 * gdb.mi/mi-nsintrall.exp: Likewise.
8961 * gdb.mi/mi-nsmoribund.exp: Likewise.
8962 * gdb.mi/mi-nsthrexec.exp: Likewise.
8963 * gdb.python/py-evthreads.exp: Likewise.
8964
e9ea2662
JK
89652011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8966
8967 Code cleanup.
8968 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8969 it. Substitute it instead of test_compiler_info everywhere.
8970
ce451573
UW
89712011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8972
8973 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8974 remote targets as well.
8975
756d88a7
UW
89762011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8977
8978 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8979 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8980
31f83dc5
UW
89812011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8982
8983 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8984 a remote machine, not the host.
8985 (gdb_compile_shlib): Set soname if target is remote.
8986
059241a0
PP
89872011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8988
8989 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8990
28a0b48c 89912011-07-13 Matt Rice <ratmice@gmail.com>
8992
8993 * gdb.python/py-objfile-script-gdb.py: Renamed to
8994 py-objfile-script-gdb.py.in.
8995 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8996 py-objfile-script-gdb.py.
8997 * gdb.python/py-objfile-script.exp: Update reference to
8998 py-objfile-script-gdb.py.
8999
9a771b67
JK
90002011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9001
9002 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9003 reference undefined label.
9004
04ad99e6
JK
90052011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9006
9007 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9008 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9009 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9010 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9011
713389e0
PM
90122011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9013
6fdff2c5 9014 PR python/12438
713389e0 9015 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 9016 deprecated tests. Add set/show python print-backtrace tests.
713389e0 9017
97d146f8
JK
90182011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9019
9020 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9021 debug info.
9022
facde0e5 90232011-07-06 Matt Rice <ratmice@gmail.com>
9024
9025 * gdb.python/python.exp: Update filename paths.
9026 * gdb.python/py-symtab.exp: Ditto.
9027
438640d1
MP
90282011-07-06 Marek Polacek <mpolacek@redhat.com>
9029
9030 * gdb.python/py-evthreads.exp: Add missing `$'.
9031
33a365df
MF
90322011-07-06 Jie Zhang <jie.zhang@analog.com>
9033
9034 * config/bfin.exp: New file.
9035 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9036 * gdb.asm/bfin.inc: New file.
9037
8f7ae686
MP
90382011-07-06 Marek Polacek <mpolacek@redhat.com>
9039
df46027d 9040 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
9041 the whole output.
9042
eb2a6f42
TT
90432011-07-05 Tom Tromey <tromey@redhat.com>
9044
9045 * gdb.java/jprint.java (jprint.hi): New field.
9046 * gdb.java/jprint.exp: Print string.
9047
177b42fe
TJB
90482011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9049
9050 * gdb.base/call-sc.c: Fix typos.
9051 * gdb.base/ifelse.exp: Likewise.
9052 * gdb.base/structs.c: Likewise.
9053
3b2a0cf2
JB
90542011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9055
9056 * gdb.base/jit-so.exp: New test.
9057 * gdb.base/jit-dlmain.c: New file.
9058 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9059
46fc714c
JK
90602011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9061
9062 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
9063 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9064 * gdb.cp/pr9167.exp (p b): Likewise.
9065 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9066 (test value of P in inner_m, test type of Z in inner_m): Call
9067 setup_xfail for gcc <= 4.5.
46fc714c 9068
418c7cf7
JK
90692011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9070
9071 * gdb.cp/paren-type.cc: New files.
9072 * gdb.cp/paren-type.exp: New files.
9073
3d50dd94
JK
90742011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9075
9076 Stop on first linespec terminator instead of eating what we can.
9077 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9078 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9079 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9080 (break C::f()): ... this one.
9081 (break C::operator()()): New test.
9082 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9083 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9084 test.
9085
dcf9f4ab
JK
90862011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9087
9088 Fall back linespec to minimal symbols.
9089 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9090 error message.
9091 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9092 * gdb.cp/minsym-fallback-main.cc: New file.
9093 * gdb.cp/minsym-fallback.cc: New file.
9094 * gdb.cp/minsym-fallback.exp: New file.
9095 * gdb.cp/minsym-fallback.h: New file.
9096
3f542ed1
JK
90972011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9098
9099 * gdb.cp/no-dmgl-verbose.cc: New file.
9100 * gdb.cp/no-dmgl-verbose.exp: New file.
9101
91022011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
9103
9104 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9105 __GI_.
9106 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9107 (f): New function.
9108 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9109 (complete p 'func<short>(): ... here.
9110 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9111 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9112 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9113 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9114 Make them KFAIL gcc/49546.
9115
00eb2c4a
JB
91162011-07-01 Joel Brobecker <brobecker@adacore.com>
9117
9118 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9119
85a20c42
JK
91202011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9121
9122 Test GCC PR debug/49546.
9123 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9124 (test type of F in k3_m, test value of F in k3_m): New.
9125 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9126 (main): New variable k3. Call k3.k3_m.
9127
d2d43431
JB
91282011-07-01 Jean-Charles Delay <delay@adacore.com>
9129
9130 * gdb.ada/packed_array.exp: Fix expected outout.
9131
54ae186f
JB
91322011-07-01 Jean-Charles Delay <delay@adacore.com>
9133
9134 * gdb.ada/packed_array.exp: fixed expected output.
9135
8f17729f
JB
91362011-07-01 Joel Brobecker <brobecker@adacore.com>
9137
9138 * gdb.ada/same_enum: New testcase.
9139
f5aa6869
JB
91402011-07-01 Joel Brobecker <brobecker@adacore.com>
9141
9142 * gdb.ada/ptr_typedef: New testcase.
9143
828292f2
JB
91442011-07-01 Joel Brobecker <brobecker@adacore.com>
9145
9146 * gdb.ada/arrayptr.exp: Add ptype test.
9147
18920c42
JB
91482011-07-01 Joel Brobecker <brobecker@adacore.com>
9149
9150 * gdb.ada/char_enum: New testcase.
9151
3536d9e3 91522011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
9153
9154 * gdb.base/dump.exp (capture_pointer_with_type): New.
9155 Get value from address instead of name.
9156 Start GDB once, and do `dump' and `restore'
9157 tests together.
9158
db863c42
MF
91592011-06-30 Jie Zhang <jie.zhang@analog.com>
9160 Mike Frysinger <vapier@gentoo.org>
9161
9162 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9163 helper functions for getting/setting remotetimeout variable.
9164 * lib/gdb.exp (gdb_load): If the target is remote, set
9165 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9166 with $loadtimeout. Set $load_ok to 0 before doing the load.
9167 Instead of returning, immediately, set $load_ok to 0. Call
9168 set_remotetimeout with $oldremotetimeout, and then return if
9169 $load_ok is 1.
9170
e9e642a8
AB
91712011-06-30 Andrew Burgess <aburgess@broadcom.com>
9172
9173 * gdb.python/py-template.exp: Don't run this test if the target
9174 does not support c++ tests.
9175
32019081
JK
91762011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9177
9178 Fix non-only rename list for Fortran modules import.
9179 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9180 tests.
9181 * gdb.fortran/module.f90 (module moduse): New.
9182 (program module): use moduse, test var_x, var_y and var_z.
9183
0ecee54c
TT
91842011-06-29 Tom Tromey <tromey@redhat.com>
9185
9186 PR testsuite/12040:
9187 * gdb.fortran/array-element.exp: Use f90, not f77.
9188 * gdb.fortran/complex.exp: Use f90, not f77.
9189 * gdb.fortran/derived-type.exp: Use f90, not f77.
9190 * gdb.fortran/library-module.exp: Use f90, not f77.
9191 * gdb.fortran/logical.exp: Use f90, not f77.
9192 * gdb.fortran/module.exp: Use f90, not f77.
9193 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9194 * gdb.fortran/subarray.exp: Use f90, not f77.
9195
3b2b8fea
TT
91962011-06-29 Tom Tromey <tromey@redhat.com>
9197
9198 * gdb.fortran/charset.exp: New file.
9199 * gdb.fortran/charset.f90: New file.
9200
42159ca5
TT
92012011-06-29 Tom Tromey <tromey@redhat.com>
9202
9203 PR testsuite/12040:
9204 * lib/future.exp: New file, mostly extracted from ada.exp.
9205 Rewrote compatibility code to use rename.
9206 (gdb_find_gfortran): New proc.
9207 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9208 gfortran patch.
9209 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9210 Move to future.exp.
9211 * lib/gdb.exp: Always load future.exp.
9212
af69a5ce
YQ
92132011-06-28 Yao Qi <yao@codesourcery.com>
9214
9215 * gdb.cp/exception.cc: Don't include iostream.
9216 (bar): Remove print statement.
9217 (catcher): New.
9218 (main): Remove print statements. Call function catcher.
9219 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9220 Set breakpoint on catcher, and check the value of parameter.
9221
ab5c6a72
YQ
92222011-06-23 Yao Qi <yao@codesourcery.com>
9223
6fdff2c5
PA
9224 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9225 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 9226
9497469f
MP
92272011-06-23 Marek Polacek <mpolacek@redhat.com>
9228
9229 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9230 mi_gdb_test.
9231
b9132588
MP
92322011-06-23 Marek Polacek <mpolacek@redhat.com>
9233
5d197ed0 9234 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 9235
e55595ca
MP
92362011-06-23 Marek Polacek <mpolacek@redhat.com>
9237
5d197ed0
MP
9238 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9239
92402011-06-23 Marek Polacek <mpolacek@redhat.com>
9241
9242 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9243 `test_exec_and_symbol_mi_operatons' return value.
9244 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9245 gdb_test_multiple.
9246 (test_exec_and_symbol_mi_operatons): Likewise.
9247 (test_path_specification): Likewise.
e55595ca 9248
be777e08
YQ
92492011-06-23 Yao Qi <yao@codesourcery.com>
9250
9251 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9252 supported.
9253 * lib/gdb.exp (support_displaced_stepping): New.
9254
615556d6
YQ
92552011-06-23 Yao Qi <yao@codesourcery.com>
9256
9257 * gdb.threads/execl.exp: Skip on remote target.
9258
833b0ca7
MP
92592011-06-21 Marek Polacek <mpolacek@redhat.com>
9260
5d197ed0 9261 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
9262 mi_gdb_test.
9263
1ee4023a
MP
92642011-06-20 Marek Polacek <mpolacek@redhat.com>
9265
5d197ed0 9266 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 9267
d0b1d624
MP
92682011-06-20 Marek Polacek <mpolacek@redhat.com>
9269
5d197ed0 9270 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
9271 mi_gdb_test.
9272
79aa92c1
MP
92732011-06-20 Marek Polacek <mpolacek@redhat.com>
9274
5d197ed0 9275 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 9276
5ce5db06
YQ
92772011-06-14 Yao Qi <yao@codesourcery.com>
9278
9279 gdb/testsuite/
9280 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9281
533a737e
JK
92822011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9283
9284 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9285
d0e53741
TT
92862011-06-10 Tom Tromey <tromey@redhat.com>
9287
9288 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9289 Add tests for pointer-to-member-function.
9290 * gdb.cp/temargs.cc (S::somefunc): New function.
9291 (K2): New class.
9292 (main): Instantiate K2; call method.
9293
b5916bbd
JB
92942011-06-08 Joel Brobecker <brobecker@adacore.com>
9295
9296 * gdb.python/py-inferior.c (f2): Make str an array rather
9297 than a pointer.
9298 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9299
5be4dfca
JK
93002011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9301
9302 * gdb.base/async-shell.c: New file.
9303 * gdb.base/async-shell.exp: New file.
9304
9f47e254
PA
93052011-06-06 Pedro Alves <pedro@codesourcery.com>
9306
9307 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9308
64b9b334
JB
93092011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9310
9311 From Stephen Kitt <steve@sk2.org>
9312 * gdb.base/help.exp: Adjust following some spelling corrections
9313 in GDB.
9314
dbc0f131
YQ
93152011-06-01 Yao Qi <yao@codesourcery.com>
9316
9317 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9318
fd336a18
KS
93192010-05-31 Keith Seitz <keiths@redhat.com>
9320
9321 PR c++/12750
9322 * gdb.cp/static-method.cc: New file.
9323 * gdb.cp/static-method.exp: New file.
9324
fa8b9902
KS
93252010-05-31 Keith Seitz <keiths@redhat.com>
9326
9327 PR symtab/12704
9328 * gdb.cp/anon-ns.cc: New file.
9329 * gdb.cp/anon-ns.exp: New file.
9330
0a5b1e09
PA
93312011-05-31 Pedro Alves <pedro@codesourcery.com>
9332
9333 * gdb.arch/i386-dr3-watch.c: New file.
9334 * gdb.arch/i386-dr3-watch.exp: New file.
9335
0578b8d1
YQ
93362011-05-30 Yao Qi <yao@codesourcery.com>
9337
9338 * gdb.base/callfuncs.c (t_structs_fc): New.
9339 (t_structs_dc, t_structs_ldc): New.
9340 (t_double_many_args):
9341 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9342 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9343 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9344 * gdb.base/callfuncs.exp: Call new functions.
9345
6680506e
YQ
93462011-05-30 Yao Qi <yao@codesourcery.com>
9347
ff4d2c60
YQ
9348 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9349 Call rerun_and_prepare for each test to isolate effects.
9350
93512011-05-30 Yao Qi <yao@codesourcery.com>
9352
9353 * gdb.base/varargs.c (find_max_float_real): New.
9354 (find_max_double_real, find_max_long_double_real): New.
9355 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
9356 * lib/gdb.exp (setup_kfail_for_target): New.
9357
e43ec454
YQ
93582011-05-30 Yao Qi <yao@codesourcery.com>
9359
9360 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9361 (callcd, callce, callcf, callc1a, callc1b): New.
9362 (callc2a, callc2b): New.
9363 * gdb.base/funcargs.exp (complex_args): New.
9364 (complex_integral_args, complex_float_integral_args): New.
9365 * lib/gdb.exp (support_complex_tests): New. Determine
9366 whether to run test cases on _Complex types.
9367
432b4d03
JK
93682011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9369
9370 * gdb.threads/leader-exit.c: New file.
9371 * gdb.threads/leader-exit.exp: New file.
9372
6caf069d
MP
93732011-05-27 Marek Polacek <mpolacek@redhat.com>
9374
9497469f 9375 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 9376
97fce28b
MP
93772011-05-27 Marek Polacek <mpolacek@redhat.com>
9378
9379 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9380 remove the `supported' variable.
9381 * gdb.mi/mi-nonstop.exp: Likewise.
9382 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9383 * gdb.mi/mi-nsintrall.exp: Likewise.
9384 * gdb.mi/mi-nsmoribund.exp: Likewise.
9385 * gdb.mi/mi-nsthrexec.exp: Likewise.
9386
9da8c2a0
PA
93872011-05-26 Pedro Alves <pedro@codesourcery.com>
9388
9389 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9390
2c03e5be
PA
93912011-05-26 Pedro Alves <pedro@codesourcery.com>
9392
9393 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9394
2e21250d
KS
93952011-05-24 Keith Seitz <keiths@redhat.com>
9396
9397 PR breakpoint/12803
9398 * gdb.cp/cmpd-minsyms.cc (a): New method.
9399 (b): New method.
9400 (c): New method.
9401 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9402
cdac0397
PA
94032011-05-24 Pedro Alves <pedro@codesourcery.com>
9404
9405 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9406 watchpoint's command list didn't execute when the watchpoint went
9407 out of scope.
9408
ee5683ab
PM
94092011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9410
9411 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9412 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9413 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9414 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9415 * gdb.arch/i386-permbkpt.exp: Likewise.
9416 * gdb.arch/i386-prologue.exp: Likewise.
9417 * gdb.arch/i386-size-overlap.exp: Likewise.
9418 * gdb.arch/i386-size.exp: Likewise.
9419 * gdb.arch/i386-unwind.exp: Likewise.
9420 * gdb.reverse/i386-precsave.exp: Likewise.
9421 * gdb.reverse/i386-reverse.exp: Likewise.
9422 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9423 * gdb.reverse/i387-env-reverse.exp: Likewise.
9424 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9425
c91c8c16
PA
94262011-05-24 Pedro Alves <pedro@codesourcery.com>
9427
9428 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9429 file doesn't error, using MI.
9430
c50491a7
TT
94312011-05-23 Tom Tromey <tromey@redhat.com>
9432
9433 * gdb.base/charset.exp (string_display): Add tests to assign to
9434 arrays.
9435 * gdb.base/charset.c (short_array, int_array, long_array): New.
9436
4a07b7da
PA
94372011-05-20 Pedro Alves <pedro@codesourcery.com>
9438
9439 Cope with async mode.
9440
4a07b7da
PA
9441 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9442 into gdb_test + mi_expect_stop.
9443
b275f2d2
PA
94442011-05-20 Pedro Alves <pedro@codesourcery.com>
9445
9446 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9447 (callme): Remove printf call.
9448
eec52c44
PM
94492011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9450
9451 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9452 quote pattern to avoid problems with Cygwin/mingw expect versions.
9453 * gdb.base/default.exp (show convenience): Use double
9454 quote pattern for regular expressions.
9455
b3c8eb43
JK
94562011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9457
9458 Fix -readnow for -gdwarf-4 unused type units.
9459 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9460 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9461
ed731959
JK
94622011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9463
9464 * gdb.base/kill-after-signal.c: New file.
9465 * gdb.base/kill-after-signal.exp: New file.
9466
3b48433d
PA
94672011-05-16 Pedro Alves <pedro@codesourcery.com>
9468
9469 * gdb.ada/start.exp: Call untested with the correct test filename.
9470 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9471 test filename. Make the test's binary unique.
9472 * gdb.arch/i386-signal.exp: Call untested with the correct test
9473 filename.
9474 * gdb.arch/i386-size-overlap.exp: Ditto.
9475 * gdb.arch/Makefile.in (EXECUTABLES): Update.
9476 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9477 * gdb.cp/call-c.exp: Ditto.
9478 * gdb.mi/mi-reverse.exp: Call untested with the correct test
9479 filename. Make the test's binary unique.
9480 * gdb.mi/Makefile.in (EXECUTABLES): Update.
9481 * gdb.python/py-mi.exp: Ditto.
9482 * gdb.python/Makefile.in (EXECUTABLES): Update.
9483 * gdb.reverse/i386-precsave.exp: Ditto.
9484 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
9485 test filename.
9486 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9487 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
9488 unique.
9489 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
9490 test filename.
9491 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
9492 * gdb.trace/tfile.exp: Ditto.
9493
ba4a8bdd
YQ
94942011-05-14 Yao Qi <yao@codesourcery.com>
9495
9496 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
9497 type.
9498
dbaefcf7
DE
94992011-05-13 Doug Evans <dje@google.com>
9500
9501 * gdb.python/py-objfile-script.exp: New file.
9502 * gdb.python/py-objfile-script.c: New file.
9503 * gdb.python/py-objfile-script-gdb.py: New file.
9504 * testsuite/gdb.python/py-section-script.exp: Test
9505 "info auto-load-scripts".
9506
9930639c
TT
95072011-05-13 Tom Tromey <tromey@redhat.com>
9508
9509 * gdb.dwarf2/clztest.exp: New file.
9510 * gdb.dwarf2/clztest.c: New file.
9511 * gdb.dwarf2/clztest.S: New file.
9512
05272e11
DE
95132011-05-13 Doug Evans <dje@google.com>
9514
cc63ef9b
DE
9515 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9516 String16 tests.
05272e11 9517
6edba76f
TT
95182011-05-13 Tom Tromey <tromey@redhat.com>
9519
9520 * lib/gdb.exp (is_x86_like_target): New proc.
9521 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9522 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9523 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9524 -nostdlib to compiler.
9525 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9526 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9527 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9528 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9529 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9530
028d0ed5
TJB
95312011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9532
9533 * gdb.python/py-function.exp: Test setting a value from a function
9534 which executes a command.
9535
8a9b8146
TT
95362011-05-12 Tom Tromey <tromey@redhat.com>
9537
9538 * gdb.dwarf2/typeddwarf.S: New file.
9539 * gdb.dwarf2/typeddwarf.c: New file.
9540 * gdb.dwarf2/typeddwarf.exp: New file.
9541
10483e8e
MP
95422011-05-12 Marek Polacek <mpolacek@redhat.com>
9543
9544 * gdb.mi/mi-basics.exp: Fix races. Honour the
9545 `test_exec_and_symbol_mi_operatons' return value.
9546 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9547 gdb_test_multiple.
9548 (test_exec_and_symbol_mi_operatons): Likewise.
9549 (test_path_specification): Likewise.
9550
faf067f1
JK
95512011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9552
9553 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9554 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9555 Replace `file copy' and `file rename' by `file mtime'. Twice.
9556
7ff911a3
JK
95572011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9558
9559 * gdb.base/readline-ask.c: New file.
9560 * gdb.base/readline-ask.exp: New file.
9561 * gdb.base/readline-ask.inputrc: New file.
9562
a536c6d7
UW
95632011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9564
9565 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9566 to avoid race condition.
9567 * gdb.cell/coremaker.c: Use small stack size.
9568 * gdb.cell/ea-standalone.exp: Use file name without path as
9569 argument to c_to.
9570 * gdb.cell/fork.exp: Allow other output when continuing to end.
9571
d472a426
JK
95722011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9573
9574 * gdb.threads/corethreads.c: New file.
9575 * gdb.threads/corethreads.exp: New file.
9576
95772011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
9578
9579 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9580 Try to compile the test using -Wl,-z,norelro first.
9581 (load_core): New variable libthread_db_seen, initialize it.
9582 (zeroed-threads cannot be listed): Protect it by XFAIL on
9583 !$libthread_db_seen.
9584
8be455d7
JK
95852011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9586
9587 PR 12573
9588 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9589 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9590 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9591
1976171a
JK
95922011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 * gdb.cp/psymtab-parameter.cc: New file.
9595 * gdb.cp/psymtab-parameter.exp: New file.
9596
7db6f30f
JK
95972011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9598
9599 Fix a race.
9600 * gdb.cp/static-print-quit.exp (print c): Split to ...
9601 (print c - <return>, print c - q <return>, print c - to quit):
9602 ... these. Make the testfile untested on gdb-7.1.
9603
85161e9e 96042011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
9605
9606 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9607 gdb_rename_execfile, gdb_touch_execfile): New.
9608 * gdb.base/reread.exp: Use new procs to handle multiple
9609 exec files.
9610
0c51be18
YQ
96112011-05-05 Yao Qi <yao@codesourcery.com>
9612
9613 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9614 (test_adr_32bit, test_pop_pc): New.
9615 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9616 (test_adr_32bit, test_pop_pc): New.
9617
4d393d60
JM
96182011-05-04 Joseph Myers <joseph@codesourcery.com>
9619
9620 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9621 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9622 targets.
9623 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9624 handle targets.
9625
8ffd0459
JK
96262011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9627
9628 * gdb.base/completion.exp (complete help info wat): Rename to ...
9629 (complete 'help info wat'): ... here.
9630 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9631 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9632
8e28d804
PA
96332011-05-04 Pedro Alves <pedro@codesourcery.com>
9634
9635 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9636 gdb_test and explicit $gdb_prompt/timeout matches.
9637
3eb2ef34
YQ
96382011-05-04 Yao Qi <yao@codesourcery.com>
9639
9640 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9641 and __thumb2__.
9642
aaaf81a3
MP
96432011-05-03 Marek Polacek <mpolacek@redhat.com>
9644
9645 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9646 in place of `gdb_test "delete breakpoints"'. This eliminates two
9647 testcases.
9648
c4cbc0df
PA
96492011-05-02 Pedro Alves <pedro@codesourcery.com>
9650
9651 PR testsuite/12649
9652 Fix races.
9653
9654 * gdb.base/completion.exp: Remove all sleep calls. Remove
9655 unnecessary regexs. Don't explicitly expect anything after the
9656 prompt. Eat the prompt if necessary.
9657
b4cbb4a3
EBM
96582011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9659
9660 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9661 accept to show the caller line again as well as the line after.
9662
d65aec65
PM
96632011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9664
9665 PR mi/12531
9666
9667 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9668 compile target.
9669 * gdb.python/py-prettyprint.exp: Add C++ object for
9670 CPLUS_FAKE_CHILD test.
9671
30852783
UW
96722011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9673
9674 * gdb.base/signest.exp: New file.
9675 * gdb.base/signest.c: Likewise.
9676
c7b1f0d9
JK
96772011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9678
9679 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9680 thread and breakpoint notifications.
9681
559a7a62
JK
96822011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9683
9684 * gdb.base/fortran-sym-case.c: New file.
9685 * gdb.base/fortran-sym-case.exp: New file.
9686 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9687 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9688 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9689
8344e389
JK
96902011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9691
9692 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9693 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9694 false #1', `if true else false #2' and `if true else false #3'.
9695
2484c66b
UW
96962011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9697
9698 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9699 while delivering signal.
9700
8d3788bd
VP
97012011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9702
9703 MI breakpoint notifications.
9704
9705 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
9706 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9707 * testsuite/gdb.mi/mi-watch.exp: Adust.
9708 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9709 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9710 notifications.
8d3788bd 9711
3e03848b
JK
97122011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9713
9714 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9715 * gdb.base/gdbindex-stabs.c: New file.
9716 * gdb.base/gdbindex-stabs.exp: New file.
9717
918c9108
YQ
97182011-04-25 Yao Qi <yao@codesourcery.com>
9719
9720 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9721 with /*...*/.
9722 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9723
90556b8c
JK
97242011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9725
9726 * gdb.python/py-value.exp (test_objfiles): Name the first test
9727 `py-value in file.filename'.
9728
03f2bd59
JK
97292011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9730
9731 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9732 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9733 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9734 !gdbserver_reconnect_p..
9735 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9736
7b08b9eb
JK
97372011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9738
9739 * gdb.cp/cpcompletion.exp (complete class methods)
9740 (complete class methods beginning with F): Move them above runto. New
9741 comment about the runto delimiter.
9742
b78974c3
PA
97432011-04-20 Pedro Alves <pedro@codesourcery.com>
9744
9745 * gdb.base/maint.exp: Test that "maint print registers" works
9746 without a running program.
9747
20429c40 97482011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 9749
20429c40
MP
9750 * gdb.base/setshow.exp: Fix racy tests.
9751 ($old_gdb_prompt): New variable.
9752
7a9dd1b2
TT
97532011-04-19 Tom Tromey <tromey@redhat.com>
9754
9755 * gdb.mi/mi-nsmoribund.exp:
9756 * gdb.hp/gdb.objdbg/objdbg01.exp:
9757 * gdb.base/structs.exp (test_struct_returns):
9758 * gdb.base/call-sc.exp (test_scalar_returns):
9759 * gdb.base/bigcore.exp: Remove duplicate words.
9760
02835898
JK
97612011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9762
9763 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9764 * gdb.base/break-interp.exp (test_attach): New comment.
9765
254f582e
JK
97662011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9767
9768 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9769 (clear __stack_user.next, clear stack_used.next)
9770 (save a zeroed-threads corefile): New test.
9771 Call core_load for $core0file.
9772 (zeroed-threads cannot be listed): New test.
9773
4fe85f5c
JK
97742011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9775
9776 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9777 filename.
9778 ($srcfile): Preserve the original value.
9779 ($testfile): Match it the .exp filename.
9780 ($corefile): New variable. Substitute it around.
9781 Use clean_restart.
9782 ($prev_timeout): Remove.
9783 (load_core): Move core loading into this proc.
9784 Fix restore of $timeout if load_core fails.
9785
63524580
JK
97862011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9787
9788 * gdb.base/eu-strip-infcall.c: New file.
9789 * gdb.base/eu-strip-infcall.exp: New file.
9790
90359a16
JK
97912011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9792
9793 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9794 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9795
626e7282
JK
97962011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9797
9798 Fix Python access to inlined frames.
9799 * gdb.python/py-frame-inline.c: New file.
9800 * gdb.python/py-frame-inline.exp: New file.
9801
3363d018
EBM
98022011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9803
9804 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9805 content of 's24' correctly (avoiding "optimized out").
9806 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9807
28781456
JK
98082011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9809
9810 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9811
4a4106ca
TJB
98122011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9813
9814 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9815 expect a colon in watch -location output.
9816
d26ccb4f
JK
98172011-04-13 Marek Polacek <mpolacek@redhat.com>
9818
df46027d 9819 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
9820 New testcase `expect response to define backtrace'. Also remove
9821 redundant `default' block.
9822
e1ab1f9c
JK
98232011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9824
9825 * gdb.python/py-prettyprint.c (struct hint_error): New.
9826 (main): New variable hint_error.
9827 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9828 "print hint_error".
9829 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9830 (register_pretty_printers): Register it.
9831
0c2e6019
TT
98322011-04-04 Tom Tromey <tromey@redhat.com>
9833
9834 * gdb.cp/maint.exp (test_help): Update.
9835 (test_namespace): Likewise.
9836
af57139d
JB
98372011-04-01 Joel Brobecker <brobecker@adacore.com>
9838
9839 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9840 * gdb.ada/arrayptr.exp: Add new tests.
9841
956a9fb9
JB
98422011-04-01 Joel Brobecker <brobecker@adacore.com>
9843
9844 * gdb.ada/mi_catch_ex: New testcase.
9845
d0c4d642
PA
98462011-04-01 Pedro Alves <pedro@codesourcery.com>
9847
9848 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9849 base::overload(void) method without specifying "const".
9850
18819fa6
UW
98512011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9852
9853 * gdb.arch/thumb-singlestep.S: New file.
9854 * gdb.arch/thumb-singlestep.exp: Likewise.
9855
a4c8e806
TT
98562011-03-31 Tom Tromey <tromey@redhat.com>
9857
9858 * gdb.python/py-prettyprint.py (exception_flag): New global.
9859 (NoStringContainerPrinter._iterator.next): Check it.
9860 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9861 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9862
53832f31
TT
98632011-03-29 Tom Tromey <tromey@redhat.com>
9864
9865 * gdb.cp/anon-struct.cc: New file.
9866 * gdb.cp/anon-struct.exp: New file.
9867
e4620230
JK
98682011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9869
9870 Test STT_GNU_IFUNC support.
9871 * gdb.base/gnu-ifunc-lib.c: New file.
9872 * gdb.base/gnu-ifunc.c: New file.
9873 * gdb.base/gnu-ifunc.exp: New file.
9874
d0fb5eae
JK
98752011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9876
9877 Support a ring of related breakpoints.
9878 * gdb.base/watchpoint-delete.c: New file.
9879 * gdb.base/watchpoint-delete.exp: New file.
9880
20106cfb
JK
98812011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9882
9883 * gdb.ada/arrayparam.exp (print first after function call): Use
9884 explicit package name. Add a comment
9885 (print lasta after function call): Rename ...
9886 (print last after function call): ... it and use explicit package
9887 name.
9888 (print length after function call): Use explicit package name.
9889 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9890 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9891 (multiple matches for symbol i): Rename ...
9892 (multiple matches for symbol integervar): ... it.
9893 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9894 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9895
e7ab5e63
AB
98962011-03-25 Andrew Burgess <aburgess@broadcom.com>
9897
9898 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9899 environment variable to make grep output more predictable. Move
9900 all the environment setup into gdb_init so it's done once per test
9901 case rather than each time we start gdb.
9902
9ef07c8c
TT
99032011-03-24 Tom Tromey <tromey@redhat.com>
9904
9905 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9906 test.
9907
dd90784c
JK
99082011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9909
9910 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9911 * gdb.dwarf2/dw2-entry-value.S: New file.
9912 * gdb.dwarf2/dw2-entry-value.exp: New file.
9913
05775840
PM
99142011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9915
6fdff2c5 9916 PR python/12183
05775840
PM
9917
9918 * gdb.python/py-function.exp: Add GdbError tests.
9919
8661b11b
PA
99202011-03-18 Pedro Alves <pedro@codesourcery.com>
9921
9922 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9923 (reglocal_test_func, statlocal_test_func): New functions.
9924 (globals_test_func): Call new functions.
9925 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9926 (gdb_collect_locals_test): New procedure.
9927 (gdb_trace_collection_test): Call new procedures.
9928
0fdb4f18
PA
99292011-03-18 Pedro Alves <pedro@codesourcery.com>
9930
9931 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9932 (test_register, test_register_unavailable): New procedures.
9933 (gdb_unavailable_registers_test): New procedure.
9934 (gdb_trace_collection_test): Call it.
9935
99c3dc11
PM
99362011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9937
6fdff2c5 9938 PR python/12149
99c3dc11
PM
9939
9940 * gdb.python/python.exp: Add gdb.write tests.
9941
29703da4
PM
99422010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9943
9944 * gdb.python/Makefile.in: Add py-objfile.
9945 * gdb.python/py-objfile.exp: New file.
9946 * gdb.python/py-objfile.c: New file.
9947 * gdb.python/py-block.exp: Add is_valid tests.
9948 * gdb.python/py-inferior.exp: Ditto.
9949 * gdb.python/py-infthread.exp: Ditto.
9950 * gdb.python/py-symbol.exp: Ditto.
9951 * gdb.python/py-symtab.exp: Ditto.
9952
598997c8
KS
99532011-03-16 Keith Seitz <keiths@redhat.com>
9954
9955 PR c++/12273
9956 * gdb.cp/cmpd-minsyms.exp: New test.
9957 * gdb.cp/cmpd-minsyms.cc: New file.
9958
9959 PR c++/11734
9960 * gdb.cp/ovsrch.exp: New test.
9961 * gdb.cp/ovsrch.h: New file.
9962 * gdb.cp/ovsrch1.cc: New file.
9963 * gdb.cp/ovsrch2.cc: New file.
9964 * gdb.cp/ovsrch3.cc: New file.
9965 * gdb.cp/ovsrch4.cc: New file.
9966
c91513d8
PP
99672011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9968
9969 PR gdb/12528
9970 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9971 * gdb.base/break-on-linker-gcd-function.exp: New test.
9972 * gdb.base/break-on-linker-gcd-function.cc: New file.
9973
7470fc63
AT
99742011-03-15 Andreas Tobler <andreast@fgznet.ch>
9975
9976 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9977
959e7469
PM
99782011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9979
9980 * lib/gdb.exp (gdb_unload): Add another termination case.
9981
9373cf26
JK
99822011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9983
9984 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9985 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9986 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9987 Provide a stub byte there.
9988 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9989 DW_AT_entry_pc.
9990 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9991
24e9cda0
UW
99922011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9993
9994 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9995 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9996 "generic ABI, auto".
9997 (altivec_abi_tests): Accept vectors returned by reference.
9998
7371cf6d
PM
99992010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10000
10001 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10002
ce77046a
UW
100032011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10004
10005 * gdb.python/py-section-script.exp: Skip test if no Python support.
10006
176400c3
UW
100072011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10008
10009 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10010
ecec24e6
PM
100112011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10012
10013 * gdb.python/py-parameter.exp: Update tests to the new Python
10014 parameter API. Add "no documentation" test. Add deprecated API
10015 backward compatibility test.
10016
5dbdd470
TT
100172011-03-09 Tom Tromey <tromey@redhat.com>
10018
10019 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10020 gdb_continue_to_end.
10021
b66e66ee
MK
100222011-03-09 Mark Kettenis <kettenis@gnu.org>
10023
10024 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10025 tabs.
10026
eceb0c5f
TT
100272011-03-09 Tom Tromey <tromey@redhat.com>
10028
10029 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10030 parentheses.
10031 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10032 $command.
10033 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10034 argument to gdb_continue_to_end.
10035 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10036 argument to gdb_continue_to_end.
10037 * gdb.cp/annota3.exp: Fix regex.
10038 * gdb.cp/annota2.exp: Fix regex.
10039 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10040 gdb_continue_to_end.
10041 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10042 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10043 gdb_continue_to_end.
10044
63154eca
PA
100452011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10046
10047 * gdb.server/ext-run.exp
10048 (load new file without any gdbserver inferior): New test.
10049
967d1f9b
TT
100502011-03-07 Tom Tromey <tromey@redhat.com>
10051
10052 * Makefile.in (TAGS): Rewrite.
10053
d68dcbb9
JK
100542011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10055
10056 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10057 initial commands echo. New match for `Found trace'. Anchor all the
10058 other matches. Anchor and match for `No trace frame found' the final
10059 match.
10060
6bf58e63
TT
100612011-03-07 Tom Tromey <tromey@redhat.com>
10062
10063 * Makefile.in (TAGS): New target.
10064
fda326dd
TT
100652011-03-07 Tom Tromey <tromey@redhat.com>
10066
10067 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10068 change.
10069 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10070 change.
10071 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10072 exit message change.
10073 (skip_altivec_tests): Update for exit message change.
10074 (skip_vsx_tests): Likewise.
10075 (gdb_continue_to_end): Likewise. Add 'command' argument.
10076 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10077 * gdb.threads/tls.exp: Update for exit message change.
10078 * gdb.threads/thread-unwindonsignal.exp: Use
10079 gdb_continue_to_end.
10080 * gdb.threads/step.exp (step_it): Update for exit message change.
10081 (continue_all): Likewise.
10082 * gdb.threads/print-threads.exp (test_all_threads): Update for
10083 exit message change.
10084 * gdb.threads/interrupted-hand-call.exp: Use
10085 gdb_continue_to_end.
10086 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10087 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10088 gdb_continue_to_end.
10089 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10090 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10091 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10092 * gdb.cp/method.exp: Update for exit message change.
10093 * gdb.cp/mb-templates.exp: Update for exit message change.
10094 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10095 * gdb.cp/annota3.exp: Update for exit message change.
10096 * gdb.cp/annota2.exp: Update for exit message change.
10097 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10098 * gdb.base/term.exp: Update for exit message change.
10099 * gdb.base/step-test.exp (test_i): Update for exit message change.
10100 * gdb.base/sigstep.exp (advance): Update for exit message change.
10101 (advancei): Likewise.
10102 * gdb.base/siginfo.exp: Update for exit message change.
10103 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10104 * gdb.base/reread.exp: Use gdb_continue_to_end.
10105 * gdb.base/langs.exp: Use gdb_continue_to_end.
10106 * gdb.base/interrupt.exp: Update for exit message change.
10107 * gdb.base/gdb1555.exp: Update for exit message change.
10108 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10109 * gdb.base/ending-run.exp: Update for exit message change.
10110 * gdb.base/chng-syms.exp: Update for exit message change.
10111 * gdb.base/checkpoint.exp: Update for exit message change.
10112 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10113 gdb_continue_to_end.
10114 (test_catch_syscall_with_wrong_args): Likewise.
10115 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10116 * gdb.base/break-interp.exp (test_ld): Update for exit message
10117 change.
10118 * gdb.base/bang.exp: Update for exit message change.
10119 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10120 (do_call_attach_tests): Likewise.
10121 * gdb.base/a2-run.exp: Update for exit message change.
10122 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10123 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10124 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10125
dd19bd70
JK
101262011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10129
30e62689
TT
101302011-03-03 Tom Tromey <tromey@redhat.com>
10131
10132 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10133 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10134 * gdb.hp/gdb.aCC/configure.ac: Remove.
10135 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10136 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10137 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10138 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10139 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10140 * gdb.hp/gdb.compat/configure.ac: Remove.
10141 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10142 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10143 * gdb.hp/gdb.defects/configure.ac: Remove.
10144 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10145 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10146 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10147 * gdb.hp/configure.ac: Remove.
10148 * gdb.hp/configure: Remove.
10149 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10150 substitution.
10151 (Makefile): Remove rule.
10152 * gdb.cell/configure.ac: Remove.
10153 * gdb.cell/configure: Remove.
10154 * gdb.stabs/Makefile.in (Makefile): Remove.
10155 (distclean): Don't remove config.status or config.log.
10156 * gdb.stabs/configure (Makefile): Remove.
10157 * gdb.stabs/configure.ac: Remove.
10158 * configure: Rebuild.
10159 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10160 Remove stabs- and cell-specific logic. Test for existence of
10161 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10162 subdirectories, gdb.cell, and and gdb.stabs.
10163 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10164
c171f854
JB
101652011-03-03 Joel Brobecker <brobecker@adacore.com>
10166
10167 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10168 end of buffer.
10169
9a5193cb
JB
101702011-03-02 Joel Brobecker <brobecker@adacore.com>
10171
10172 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10173 gdb_test when running a test where we expected no output back.
10174
9bb4c1bb
MS
101752011-02-28 Michael Snyder <msnyder@vmware.com>
10176
10177 * gdb.cp/overload.cc: Change initializer value to integer.
10178
3bd0f5ef
MS
101792011-02-27 Michael Snyder <msnyder@vmware.com>
10180
10181 * gdb.multi/base.exp: Add test for remove-inferiors.
10182
2279eaad
JB
101832011-02-26 Joel Brobecker <brobecker@adacore.com>
10184
10185 * gdb.python/py-frame.exp: Simplify the initialization phase
10186 using prepare_for_testing.
10187
c82c0b55
MS
101882011-02-25 Michael Snyder <msnyder@vmware.com>
10189
10190 * gdb.multi/base.exp: Add tests for info inferiors with args.
10191
1d94651b
JK
101922011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10193
10194 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10195 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10196 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10197 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10198 asmfile3. Comment the STABS (#3) file compilation. Compile
10199 everything through assembler. Provide KFAIL for symtab/12497.
10200 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10201 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10202 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10203 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10204
3bd0f5ef
MS
102052011-02-24 Michael Snyder <msnyder@vmware.com>
10206
10207 * gdb.base/break.exp: Add tests for delete breakpoints using
10208 convenience variables and value history references.
10209
12c1418e
MS
102102011-02-24 Michael Snyder <msnyder@vmware.com>
10211
10212 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10213 left behind in previous check-in.
10214
e5a67952
MS
102152011-02-23 Michael Snyder <msnyder@vmware.com>
10216
10217 * gdb.base/break.exp: Add tests for "info break" with arguments.
10218 * gdb.trace/infotrace.exp: Update patterns for error and help.
10219 * gdb.base/completion.exp: Update pattern.
10220 * gdb.base/ena-dis-br.exp: Update pattern.
10221 * gdb.base/help.exp: Update patterns.
10222
102232011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
10224
10225 * gdb.base/memattr.exp: New test.
10226 * gdb.base/memattr.c: Test load for memattr.exp.
10227
6e6fbe60
DE
102282011-02-22 Doug Evans <dje@google.com>
10229
10230 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10231
1d41d745
MS
102322011-02-22 Michael Snyder <msnyder@vmware.com>
10233
10234 * Makefile.in: Make more clean.
10235 * gdb.ada/Makefile.in: Ditto.
10236 * gdb.arch/Makefile.in: Ditto.
10237 * gdb.asm/Makefile.in: Ditto.
10238 * gdb.base/Makefile.in: Ditto.
10239 * gdb.cp/Makefile.in: Ditto.
10240 * gdb.dwarf2/Makefile.in: Ditto.
10241 * gdb.java/Makefile.in: Ditto.
10242 * gdb.mi/Makefile.in: Ditto.
10243 * gdb.modula2/Makefile.in: Ditto.
10244 * gdb.python/Makefile.in: Ditto.
10245 * gdb.server/Makefile.in: Ditto.
10246 * gdb.stabs/Makefile.in: Ditto.
10247 * gdb.threads/Makefile.in: Ditto.
10248 * gdb.trace/Makefile.in: Ditto.
10249
79ba84ca
MS
102502011-02-22 Michael Snyder <msnyder@vmware.com>
10251
df46027d 10252 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
10253 info threads.
10254
b9b35694
JB
102552011-02-22 Joel Brobecker <brobecker@adacore.com>
10256
10257 * gdb.python/py-breakpoint.exp: Fix the expected output of
10258 one of the "maint info breakpoints" tests to accept the output
10259 generated on platforms that do not have hardware watchpoints.
10260
8bfb830f
JB
102612011-02-22 Joel Brobecker <brobecker@adacore.com>
10262
10263 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10264 clean_restart. Be a little stricter in the expected output
10265 for one of the tests. Fix a typo in one of the comments.
10266
c45f3c54
JB
102672011-02-22 Joel Brobecker <brobecker@adacore.com>
10268
10269 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10270 Delete variable binfile, no longer use. Add or modify test
10271 comments to make them unique.
10272
b97c863c
MS
102732011-02-21 Michael Snyder <msnyder@vmware.com>
10274
10275 * Makefile.in: Update for make clean.
10276 * gdb.ada/Makefile.in: Ditto.
10277 * gdb.arch/Makefile.in: Ditto.
10278 * gdb.asm/Makefile.in: Ditto.
10279 * gdb.base/Makefile.in: Ditto.
10280 * gdb.cp/Makefile.in: Ditto.
10281 * gdb.dwarf2/Makefile.in: Ditto.
10282 * gdb.java/Makefile.in: Ditto.
10283 * gdb.mi/Makefile.in: Ditto.
10284 * gdb.modula2/Makefile.in: Ditto.
10285 * gdb.python/Makefile.in: Ditto.
10286 * gdb.server/Makefile.in: Ditto.
10287 * gdb.stabs/Makefile.in: Ditto.
10288 * gdb.threads/Makefile.in: Ditto.
10289 * gdb.trace/Makefile.in: Ditto.
10290
aea5b279
MS
102912011-02-21 Michael Snyder <msnyder@vmware.com>
10292
10293 * gdb.threads/thread-find.exp: Update patterns for changes in
10294 output of "info threads" command.
10295
e3039479
UW
102962011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10297 Ulrich Weigand <uweigand@de.ibm.com>
10298
10299 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10300 (skip_hw_watchpoint_tests): Likewise.
10301 (skip_hw_watchpoint_multi_tests): Likewise.
10302
b800ec70
UW
103032011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10304
10305 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10306 (skip_hw_watchpoint_tests): Likewise.
10307 (skip_hw_watchpoint_multi_tests): Likewise.
10308 (skip_hw_watchpoint_access_tests): Likewise.
10309
10310 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10311 * gdb.base/pr11022.exp: Likewise.
10312 * gdb.base/watch-read.exp: Likewise.
10313 * gdb.base/watch_thread_num.exp: Likewise.
10314 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10315 * gdb.base/watchpoint-hw.exp: Likewise.
10316 * gdb.base/watchpoint.exp: Likewise.
10317 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10318 * gdb.threads/watchthreads-reorder.exp: Likewise.
10319 * gdb.threads/watchthreads.exp: Likewise.
10320 * gdb.threads/watchthreads2.exp: Likewise.
10321
91033e37
JB
103222011-02-21 Joel Brobecker <brobecker@adacore.com>
10323
10324 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10325 the debugger is unable to find the array bounds.
10326
eeaafae2
JK
103272011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 * gdb.cp/typedef-operator.exp: New file.
10330 * gdb.cp/typedef-operator.cc: New file.
10331
e338d953
MS
103322011-02-17 Michael Snyder <msnyder@vmware.com>
10333
10334 * gdb.threads/thread-find.exp: Fix regular expressions.
10335
e67ad678
JB
103362011-02-17 Joel Brobecker <brobecker@adacore.com>
10337
10338 * gdb.ada/packed_array: Expand testcase to test printing of
10339 unconstrained packed array.
10340
93084bca
JB
103412011-02-17 Joel Brobecker <brobecker@adacore.com>
10342
10343 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10344
a0c78a73
PA
103452011-02-16 Pedro Alves <pedro@codesourcery.com>
10346
f65d5553 10347 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
10348 (main): Initialize it before collecting, and and clear it
10349 afterwards.
f65d5553
PA
10350 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10351 collecting with '{type} addr', where the addr expression is not an
10352 rvalue.
a0c78a73 10353
3dfcbbd2
KW
103542011-02-16 Ken Werner <ken.werner@de.ibm.com>
10355
10356 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10357 a bool variable. Expect correct OpenCL names for vector types. Use the
10358 uc3 variable name instead of referring to the uchar3 built-in type.
10359 Escape the asterisk at the half pointer test.
10360
08807d5a
PA
103612011-02-16 Pedro Alves <pedro@codesourcery.com>
10362
f65d5553 10363 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
10364 (main): Initialize it before collecting, and and clear it
10365 afterwards.
f65d5553
PA
10366 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10367 collecting overlapping memory ranges.
08807d5a 10368
60f98dde
MS
103692011-02-15 Michael Snyder <msnyder@vmware.com>
10370
10371 * gdb.base/default.exp: Add tests for thread commands.
10372 * gdb.base/help.exp: Add tests for thread commands.
10373 * gdb.threads/thread-find.exp: New test for thread find command.
10374
648cd113
KW
103752011-02-15 Ken Werner <ken.werner@de.ibm.com>
10376
10377 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10378
494e194e
YQ
103792011-02-15 Yao Qi <yao@codesourcery.com>
10380
10381 PR tdep/12352
10382 * gdb.arch/arm-disp-step.S : New test for str instruction.
10383 * gdb.arch/arm-disp-step.exp : Likewise.
10384
d9492458
TJB
103852011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10386
10387 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10388 "vector_register2_vr" test strings. Test the extended floating
10389 point registers (F32~F63).
10390 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10391 IBM XL C compiler. Make the test program use a register provided
10392 by the compiler for the lxvd2x instruction.
10393
8af8e3bc
PA
103942011-02-14 Pedro Alves <pedro@codesourcery.com>
10395
10396 * gdb.trace/unavailable.cc (class Base, class Middle, class
10397 Derived): New types.
10398 (derived_unavail, derived_partial, derived_whole): New globals.
10399 (virtual_partial): New global.
10400 (virtualp): Point at virtual_partial.
10401 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10402 related to unavailable vptr.
10403
1b28d0b3
PA
104042011-02-14 Pedro Alves <pedro@codesourcery.com>
10405
10406 * gdb.trace/unavailable.cc (a, b, c): New globals.
10407 (main): Set and clear them.
10408 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10409 `a' and `c', and check that `b' isn't collected, although `a' and
10410 `c' are.
10411
ec0a52e1
PA
104122011-02-14 Pedro Alves <pedro@codesourcery.com>
10413
10414 * gdb.trace/unavailable.cc (struct Virtual): New.
10415 (virtualp): New global pointer.
10416 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10417 printing a pointer to an object whose type has a vtable, with
10418 print object on.
10419
24e6bcee
PA
104202011-02-14 Pedro Alves <pedro@codesourcery.com>
10421
10422 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10423 value repeat handles unavailableness.
10424
39d37385
PA
104252011-02-14 Pedro Alves <pedro@codesourcery.com>
10426
10427 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10428 tests for building arrays from unavailable values, subscripting
10429 non-memory rvalue unvailable arrays, and accessing fields or
10430 baseclasses of non-lazy unavailable values,
10431 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10432 struct types.
10433 (g_smallstruct, g_smallstruct_b): New globals.
10434
06d72e16
PA
104352011-02-14 Pedro Alves <pedro@codesourcery.com>
10436
10437 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10438
bc9a5551
JK
104392011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10440
10441 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10442 * gdb.cp/overload-const.exp: New file.
10443 * gdb.cp/overload-const.cc: New file.
10444
54fcddd0
UW
104452011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10446
10447 * gdb.opencl/callfuncs.cl: New file.
10448 * gdb.opencl/callfuncs.exp: New test.
10449 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10450
d6dafb7c
UW
104512011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10452
10453 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10454 when computing result.
10455 * gdb.arch/altivec-abi.exp: Update expected results.
10456
a449c2d8
TJB
104572011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10458
10459 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10460 * gdb.base/jit.exp: Likewise.
10461 * gdb.base/pie-execl.exp: Likewise.
10462 * gdb.base/solib-nodir.exp: Likewise.
10463 * gdb.base/solib-overlap.exp: Likewise.
10464
764880b7
PA
104652011-02-07 Pedro Alves <pedro@codesourcery.com>
10466
10467 * gdb.trace/collection.c (global_pieces): New.
10468 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10469 New procedure.
10470 (gdb_trace_collection_test): Call it.
10471
505500db
SW
104722011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10473
10474 * gdb.python/py-evthreads.c: New file.
10475 * gdb.python/py-evthreads.exp: New file.
10476 * gdb.python/py-events.py: New file.
10477 * gdb.python/py-events.exp: New file.
10478 * gdb.python/py-events.c: New file.
10479
385203ed
DD
104802011-02-04 David Daney <ddaney@caviumnetworks.com>
10481
10482 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
10483
9011945e
AB
104842011-02-03 Andrew Burgess <aburgess@broadcom.com>
10485
10486 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
10487 gdb.base/disasm-end-cu.exp: New test for disassembling over the
10488 boundary between two compilation units.
10489
580688f3
PA
104902011-02-02 Pedro Alves <pedro@codesourcery.com>
10491
10492 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
10493 (Virtual): New structs.
10494 (virtual_o, virtual_middle_b): New globals.
10495 * gdb.cp/virtbase.exp: New tests.
10496
d3f0f853
PP
104972011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10498
10499 * gdb.base/jit.exp: New file.
10500 * gdb.base/jit-main.c: New file.
10501 * gdb.base/jit-solib.c: New file.
10502
b2030fb5
UW
105032011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
10504
10505 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
10506 proceed to initial kernel entry point.
10507 * gdb.opencl/datatypes.exp: Likewise.
10508 * gdb.opencl/operators.exp: Likewise.
10509 * gdb.opencl/vec_comps.exp: Likewise.
10510
2db19d1e
SW
105112011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10512
10513 * gdb.cp/nsnested.cc: New.
10514 * gdb.cp/nsnested.exp: New.
10515 * gdb.cp/nsnoimports.exp: New.
10516 * gdb.cp/nsnoimports.cc: New.
10517
6b0c4c1f
JB
105182011-01-31 Joel Brobecker <brobecker@adacore.com>
10519
10520 * gdb.base/interact.exp: Add extra tests that verify that
10521 the value of the interactive-mode setting does not change
10522 after the script is sourced.
10523
80b23b6a
JK
105242011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10525
10526 * gdb.cp/noparam.exp: New file.
10527 * gdb.cp/noparam.cc: New file.
10528
ffd5ec24
PA
105292011-01-28 Pedro Alves <pedro@codesourcery.com>
10530
10531 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10532 there's no stack or registers.
10533
a81766d8
TT
105342011-01-26 Tom Tromey <tromey@redhat.com>
10535
10536 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10537 space before string output. Add test for "set print pretty off"
10538 case.
10539
585fdaa1
PA
105402011-01-25 Pedro Alves <pedro@codesourcery.com>
10541
10542 * gdb.base/frame-args.exp: Adjust.
10543 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10544 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10545 * gdb.dwarf2/pieces.exp: Adjust.
10546 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10547 * gdb.opt/inline-locals.exp: Adjust.
10548 * gdb.threads/fork-child-threads.exp: Adjust.
10549
d468832a
KW
105502011-01-25 Ken Werner <ken.werner@de.ibm.com>
10551
10552 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10553 OpenCL kernel function. Add a comment as marker. Add address space
10554 qualifiers for the remaining program scope variables.
10555 * gdb.opencl/datatypes.cl: Likewise.
10556 * gdb.opencl/operators.cl: Likewise.
10557 * gdb.opencl/vec_comps.cl: Likewise.
10558 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10559 Add breakpoint at the marker comment.
10560 * gdb.opencl/datatypes.exp: Likewise.
10561 * gdb.opencl/operators.exp: Likewise.
10562 * gdb.opencl/vec_comps.exp: Likewise.
10563
490f124f
PA
105642011-01-24 Pedro Alves <pedro@codesourcery.com>
10565
10566 * gdb.base/printcmds.c (some_struct): New struct and instance.
10567 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10568 procedure.
10569 <global scope>: Call it.
10570
6da78614
KW
105712011-01-21 Ken Werner <ken.werner@de.ibm.com>
10572
10573 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10574 argument to the gdb_compile_opencl_hostapp call.
10575
ec64c9aa
YQ
105762011-01-19 Yao Qi <yao@codesourcery.com>
10577
10578 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10579 positve list.
10580
810cfdbb
YQ
105812011-01-19 Yao Qi <yao@codesourcery.com>
10582
10583 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10584 canonical form.
10585 Remove "xscale-*-*"
10586 * gdb.xml/tdesc-regs.exp: Likewise.
10587 * gdb.python/py-section-script.exp: Replace ARM target triplet
10588 with canonical form.
10589 Match arm*-*-symbianelf*.
10590 * gdb.base/dup-sect.exp: Likewise.
10591 * lib/dwarf.exp: New.
10592 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10593 dwarf2_support.
10594 * gdb.dwarf2/dup-psym.exp: Likewise.
10595 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10596 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10597 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10598 * gdb.dwarf2/dw2-basic.exp: Likewise.
10599 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10600 * gdb.dwarf2/dw2-const.exp: Likewise.
10601 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10602 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10603 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10604 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10605 * gdb.dwarf2/dw2-filename.exp: Likewise.
10606 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10607 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10608 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10609 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10610 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10611 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10612 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10613 * gdb.dwarf2/dw2-producer.exp: Likewise.
10614 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10615 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10616 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10617 * gdb.dwarf2/dw2-strp.exp: Likewise.
10618 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10619 * gdb.dwarf2/implptr.exp: Likewise.
10620 * gdb.dwarf2/mac-fileno.exp: Likewise.
10621 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10622 * gdb.dwarf2/pieces.exp: Likewise.
10623 * gdb.dwarf2/pr11465.exp: Likewise.
10624 * gdb.dwarf2/valop.exp: Likewise.
10625 * gdb.dwarf2/watch-notconst.exp: Likewise.
10626 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10627
4694da01
TT
106282011-01-19 Tom Tromey <tromey@redhat.com>
10629
10630 * gdb.python/py-infthread.exp: Add thread tests.
10631
b075872c
JB
106322011-01-14 Joel Brobecker <brobecker@adacore.com>
10633
10634 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10635
2c3e6e24
JB
106362011-01-14 Joel Brobecker <brobecker@adacore.com>
10637
10638 * gdb.ada/widewide: New testcase.
10639
de8fa76c
JB
106402011-01-13 Joel Brobecker <brobecker@adacore.com>
10641
10642 * gdb.base/interact.exp: New testcase.
10643
1b05df00
TT
106442011-01-12 Tom Tromey <tromey@redhat.com>
10645
10646 * gdb.mi/gdb2549.exp: Update for error message changes.
10647 * gdb.mi/mi-cli.exp: Likewise.
10648 * gdb.mi/mi-disassemble.exp: Likewise.
10649 * gdb.mi/mi-pthreads.exp: Likewise.
10650 * gdb.mi/mi-regs.exp: Likewise.
10651 * gdb.mi/mi-stack.exp: Likewise.
10652 * gdb.mi/mi-var-block.exp: Likewise.
10653 * gdb.mi/mi-var-cmd.exp: Likewise.
10654 * gdb.mi/mi2-cli.exp: Likewise.
10655 * gdb.mi/mi2-disassemble.exp: Likewise.
10656 * gdb.mi/mi2-pthreads.exp: Likewise.
10657 * gdb.mi/mi2-regs.exp: Likewise.
10658 * gdb.mi/mi2-stack.exp: Likewise.
10659 * gdb.mi/mi2-var-block.exp: Likewise.
10660 * gdb.mi/mi2-var-cmd.exp: Likewise.
10661
c2ff108b
JK
106622011-01-12 Andrew Burgess <aburgess@broadcom.com>
10663 Jan Kratochvil <jan.kratochvil@redhat.com>
10664
10665 PR fortran/11104 and DWARF unbound arrays detection.
10666 * gdb.fortran/multi-dim.exp: New file.
10667 * gdb.fortran/multi-dim.f90: New file.
10668
b716877b
AB
106692011-01-12 Andrew Burgess <aburgess@broadcom.com>
10670
10671 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10672 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10673 add new tests for opcode dumping.
10674
6c162d5e
TT
106752011-01-11 Tom Tromey <tromey@redhat.com>
10676
10677 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10678
77b06cd7
TJB
106792010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10680
10681 Convert hardware watchpoints to use breakpoint_ops.
10682 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10683 type is not supported.
10684 * gdb.base/foll-fork.exp: Likewise.
10685 * gdb.base/foll-vfork.exp: Likewise.
10686
f39a75d0
PM
106872011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10688
10689 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10690 Use load_lib gdb-python.exp.
10691 * gdb.python/python.exp: Ditto.
10692 * gdb.python/py-function.exp: Ditto.
10693
fc529d80
AS
106942011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10695
10696 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10697
fb03cb59
JK
106982011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10699
10700 * configure: Regenerate.
10701
d8e22779
TT
107022011-01-06 Tom Tromey <tromey@redhat.com>
10703
10704 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10705
09050809
JB
107062011-01-06 Joel Brobecker <brobecker@adacore.com>
10707
fc529d80
AS
10708 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10709 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10710 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10711 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10712 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10713 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10714 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10715 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10716 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10717 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10718 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10719 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10720 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10721 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10722 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10723 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10724 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10725 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10726 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10727 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10728 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10729 gdb.ada/uninitialized_vars.exp,
10730 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10731 Simplify by using clean_restart.
09050809 10732
8ed5dd9e
JB
107332011-01-06 Joel Brobecker <brobecker@adacore.com>
10734
10735 Add marker to be used as anchor for inserting breakpoints.
10736 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10737 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10738 Likewise.
10739
10740 Remove uses of gdb_start_cmd.
10741 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10742 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10743
10744 Do not run testcase if testing with GDBserver.
10745 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10746 if testing with GDBserver.
10747
368a124f
JB
107482011-01-06 Joel Brobecker <brobecker@adacore.com>
10749
10750 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10751 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10752 copyright header.
10753
44944448
JB
107542011-01-05 Joel Brobecker <brobecker@adacore.com>
10755
10756 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10757 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10758 testsuite/gdb.fortran/complex.f,
10759 testsuite/gdb.fortran/derived-type.f90,
10760 testsuite/gdb.fortran/library-module-lib.f90,
10761 testsuite/gdb.fortran/library-module-main.f90,
10762 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10763 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10764 Copyright year update.
10765
31886ea6
JB
107662011-01-05 Joel Brobecker <brobecker@adacore.com>
10767
10768 * gdb.base/langs1.f: Add copyright header.
10769
ebedcab5
JK
107702011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10771
10772 * gdb.base/morestack.exp: New file.
10773 * gdb.base/morestack.c: New file.
10774
de1eb2f9
JK
107752011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10776
10777 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10778
9e87a409
JB
107792010-12-29 Joel Brobecker <brobecker@adacore.com>
10780
10781 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10782 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10783
720d1a40
JB
107842010-12-29 Joel Brobecker <brobecker@adacore.com>
10785
10786 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10787
a283af87
AS
107882010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10789
5d3d9cba
AS
10790 * gdb.threads/tls.exp: Fix typo.
10791
a283af87
AS
10792 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10793 * gdb.threads/execl.exp: Update.
10794
2a20745c
YQ
107952010-12-23 Yao Qi <yao@codesourcery.com>
10796
10797 * gdb.arch/arm-disp-step.exp: New.
10798 * gdb.arch/arm-disp-step.S: New.
10799
a7658b96
TT
108002010-12-21 Tom Tromey <tromey@redhat.com>
10801
10802 * gdb.threads/execl.exp: Update.
10803 * gdb.threads/linux-dp.exp: Update.
10804 * gdb.threads/manythreads.exp: Update.
10805 * gdb.threads/tls.exp: Update.
10806
5b79abe7
TT
108072010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10808
10809 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10810 (NextOverThrowDerivates) <resumebpt>: New.
10811 (resumebpt_test): New.
10812 (main): Call resumebpt_test.
10813 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10814
0914bcdb
SS
108152010-12-12 Stan Shebs <stan@codesourcery.com>
10816
10817 * gdb.trace/tsv.exp: Test print command on trace state variables.
10818
305aeedc
TT
108192010-12-09 Tom Tromey <tromey@redhat.com>
10820
10821 * gdb.base/interp.exp: Add regression test.
10822
186c406b
TT
108232010-12-09 Tom Tromey <tromey@redhat.com>
10824
10825 * gdb.java/jnpe.java: New file.
10826 * gdb.java/jnpe.exp: New file.
10827 * gdb.cp/nextoverthrow.exp: New file.
10828 * gdb.cp/nextoverthrow.cc: New file.
10829
aae1c79a
DE
108302010-12-07 Doug Evans <dje@google.com>
10831
10832 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10833 of data-directory.
10834 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10835 updated.
10836 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10837
60f98dde 108382010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
10839
10840 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10841 * gdb.base/call-sc.exp: Ditto.
10842 * gdb.base/finish.exp: Ditto.
10843 * gdb.base/return.exp: Ditto.
10844 * gdb.base/return2.exp: Ditto.
10845
5fa290c1
DE
108462010-11-30 Doug Evans <dje@google.com>
10847
10848 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10849 (gdb_expect_list): Fix spelling errors in comments.
10850 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10851 send_gdb/gdb_expect_list where applicable.
10852 * gdb.base/call-ar-st.exp: Ditto.
10853 * gdb.base/funcargs.exp: Ditto.
10854 * gdb.base/gcore.exp: Ditto.
10855 * gdb.base/page.exp: Ditto.
10856 * gdb.base/sigaltstack.exp: Ditto.
10857 * gdb.base/siginfo.exp: Ditto.
10858 * gdb.base/sigstep.exp: Ditto.
10859 * gdb.base/trace-commands.exp: Ditto.
10860
4e04c971
DE
108612010-11-29 Doug Evans <dje@google.com>
10862
10863 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10864 printer-name;subprinter-name.
10865
8cf6f0b1
TT
108662010-11-29 Tom Tromey <tromey@redhat.com>
10867
10868 * gdb.dwarf2/implptr.exp: New file.
10869 * gdb.dwarf2/implptr.c: New file.
10870 * gdb.dwarf2/implptr.S: New file.
10871
94b6973e
PM
108722010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10873
fc529d80 10874 PR python/12199
94b6973e
PM
10875
10876 * gdb.python/py-breakpoint.exp: Test the delete method.
10877
8358c15c
JK
108782010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10879
10880 Fix step_resume_breakpoint unsaved during an infcall.
10881 * gdb.base/step-resume-infcall.exp: New file.
10882 * gdb.base/step-resume-infcall.c: New file.
10883
f6df29bc
TJB
108842010-11-24 Edjunior Machado <emachado@br.ibm.com>
10885
10886 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10887
f2b5a5cf
TJB
108882010-11-24 Edjunior Machado <emachado@br.ibm.com>
10889
10890 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10891 on ppc64's symbols; "finish" and "return" commands must accept to
10892 show the caller line again as well as the line after.
10893 * gdb.asm/powerpc64.inc: New file.
10894
6b0ecdc2
DE
108952010-11-23 Doug Evans <dje@google.com>
10896
10897 * lib/gdb.exp (gdb_test_sequence): New function.
10898 (gdb_expect_list): Add verbose -log call for each pattern.
10899 * gdb.base/signals.exp (test_handle_all_print): Call it.
10900 Reduce timeout increment from 6 minutes to 1 minute.
10901 * gdb.server/ext-run.exp: Call it.
10902
ea976c60
PM
109032010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10904
f2b5a5cf 10905 PR python/12212
ea976c60
PM
10906
10907 * gdb.python/python.exp: Check that selected_thread raises an
10908 error when no inferior is loaded.
10909
c0efa795
JK
109102010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10911
10912 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10913 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10914
ec3aa567
JK
109152010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10916
10917 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10918 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10919
d8249011
DE
109202010-11-18 Doug Evans <dje@google.com>
10921
10922 * gdb.server/ext-run.exp: Fix intermittent failures.
10923
d4eba7d1
NF
109242010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10925
10926 * gdb.stabs/gdb11479.exp: Use runto_main.
10927
b04c2f88
NF
109282010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10929
10930 * gdb.base/break-entry.exp: Skip if using a stub.
10931
ae9d7ce4
NF
109322010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10933
10934 * gdb.python/py-inferior.exp: Pack values in target endianness.
10935
621c8364
TT
109362010-11-12 Tom Tromey <tromey@redhat.com>
10937
10938 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10939 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10940 MemoryError.
10941 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10942 type.
10943 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10944 MemoryError.
10945 (test_subscript_regression): Update exception type.
10946
84f4c1fe
PM
109472010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10948
10949 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10950 breakpoint tests.
10951
a1442452
PA
109522010-11-09 Pedro Alves <pedro@codesourcery.com>
10953
10954 * gdb.base/watchpoint.exp: Test "watch -location" with an
10955 innacessible location.
10956
efd11a33
JK
109572010-11-09 Edjunior Machado <emachado@br.ibm.com>
10958 Luis Machado <luisgpm@br.ibm.com>
10959
10960 * gdb.base/maint.exp: Expect "." prefix.
10961 * gdb.base/nodebug.exp: Expect "." Likewise.
10962 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10963 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10964 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10965 POWER server processors.
10966
aa00efb5
JK
109672010-11-08 Edjunior Machado <emachado@br.ibm.com>
10968 Luis Machado <luisgpm@br.ibm.com>
10969
10970 * gdb.base/break-entry.exp: convert entry point for
10971 ppc64 and expect leading `.' on ppc64's symbols
10972
99e7ae30
DE
109732010-11-05 Doug Evans <dje@google.com>
10974
10975 * gdb.base/help.exp: Update expected output.
b521dba8
DE
10976 * gdb.python/py-param.exp: Delete, contents moved to ...
10977 * gdb.python/py-parameter.exp: ... here. New file.
10978 Add test for gdb.parameter ("directories").
99e7ae30 10979
f4b8a18d
KW
109802010-11-05 Ken Werner <ken.werner@de.ibm.com>
10981
10982 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10983 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10984 * configure: Regenerate.
10985 * gdb.opencl/Makefile.in: New File.
10986 * gdb.opencl/datatypes.exp: Likewise.
10987 * gdb.opencl/datatypes.cl: Likewise.
10988 * gdb.opencl/operators.exp: Likewise.
10989 * gdb.opencl/operators.cl: Likewise.
10990 * gdb.opencl/vec_comps.exp: Likewise.
10991 * gdb.opencl/vec_comps.cl: Likewise.
10992 * gdb.opencl/convs_casts.exp: Likewise.
10993 * gdb.opencl/convs_casts.cl: Likewise.
10994 * lib/opencl.exp: Likewise.
10995 * lib/opencl_hostapp.c: Likewise.
10996 * lib/opencl_kernel.cl: Likewise.
10997 * lib/cl_util.c: Likewise.
10998 * lib/cl_util.c: Likewise.
10999 * gdb.base/default.exp (set language): Add "opencl" to the list of
11000 languages.
11001
a9d5ef47
SW
110022010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11003
11004 * gdb.cp/overload.exp: Added test for inheritance overload.
11005 * gdb.cp/overload.cc: Ditto.
11006 * gdb.cp/oranking.exp: Removed releveant kfails.
11007
03eb1c79
JK
110082010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11009 Joel Brobecker <brobecker@adacore.com>
11010
11011 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11012 check test_compiler_info.
11013
dbc98a8b
KW
110142010-11-03 Ken Werner <ken.werner@de.ibm.com>
11015
11016 * gdb.base/gnu_vector.exp: Adjust expect messages.
11017
120bd360
KW
110182010-11-03 Ken Werner <ken.werner@de.ibm.com>
11019
11020 * gdb.base/gnu_vector.exp: Add unary operator tests.
11021
c37f7098
KW
110222010-11-03 Ken Werner <ken.werner@de.ibm.com>
11023
11024 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11025
7b51bc51
DE
110262010-11-02 Doug Evans <dje@google.com>
11027
11028 * gdb.python/py-pp-maint.c: New file.
11029 * gdb.python/py-pp-maint.exp: New file.
11030 * gdb.python/py-pp-maint.py: New file.
11031
50c97f38
TT
110322010-11-02 Tom Tromey <tromey@redhat.com>
11033
11034 * gdb.base/default.exp: Remove "scheme" from language list.
11035
a289b8f6
JK
110362010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11037
11038 Revert:
11039 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11040 * gdb.threads/sigstep-threads.exp: New file.
11041 * gdb.threads/sigstep-threads.c: New file.
11042
cd017491
MS
110432010-10-20 Michael Snyder <msnyder@vmware.com>
11044
11045 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11046
8e6a5956
UW
110472010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11048
11049 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11050 Skip test completely if gdb,no_hardware_watchpoints.
11051
2c04da0d
UW
110522010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11053
11054 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11055 strict, but do not check for any particular function name within libc.
11056
79afc5ef
SW
110572010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11058
11059 * gdb.cp/smartp.exp: New test.
11060 * gdb.cp/smartp.cc : New test.
11061
026ffab7
SW
110622010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11063
11064 * gdb.cp/converts.exp: Test pointer to bool conversion.
11065 Test pointer to long conversion.
11066 * gdb.cp/oranking.exp: Removed relevant kfail.
11067
3a772aa4
TT
110682010-10-18 Tom Tromey <tromey@redhat.com>
11069
11070 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11071 argument to lazy_string.
11072 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11073 (pp_ls.to_string): Use it.
11074 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11075 Add "estring2" local.
11076
5fc3827b
JK
110772010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11078
11079 Fix s390x compatibility.
11080 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11081 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11082
8aeb23f3
JK
110832010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11084
11085 * gdb.threads/sigstep-threads.exp: New file.
11086 * gdb.threads/sigstep-threads.c: New file.
11087
c1e56572
JK
110882010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11089
11090 * gdb.base/pie-execl.exp: New file.
11091 * gdb.base/pie-execl.c: New file.
11092
92163a10
JK
110932010-10-13 Doug Evans <dje@google.com>
11094 Jan Kratochvil <jan.kratochvil@redhat.com>
11095
11096 PR exp/12117
11097 * gdb.cp/ptype-cv-cp.cc: New file.
11098 * gdb.cp/ptype-cv-cp.exp: New file.
11099
7062b0a0
SW
111002010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11101
11102 * gdb.cp/converts.cc: New test program.
11103 * gdb.cp/converts.exp: New test.
11104 * gdb.cp/overload.exp: Added test for void* vs int*.
11105 * gdb.cp/overload.exp: Ditto.
11106 * gdb.cp/oranking.exp: Removed related kfail.
11107
0e3509db
DE
111082010-10-13 Doug Evans <dje@google.com>
11109
11110 * lib/gdb-python.exp (gdb_check_python_config): New function.
11111 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11112 * gdb.python/lib-types.cc: New file.
11113 * gdb.python/lib-types.exp: New file.
11114
8dc78533
JK
111152010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11116
11117 * gdb.python/py-error.exp: New file.
11118 * gdb.python/py-error.py: New file.
11119
93c17e06
JK
111202010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11121
11122 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11123 gdb_test_multiple.
11124
d8b34041
JK
111252010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11126
11127 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11128 * gdb.base/prelink.exp: Likewise.
11129 * gdb.base/solib-nodir.exp: Likewise.
11130 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11131 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11132 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11133
e0cc584e
UW
111342010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11135
11136 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11137 for the "info files" test to avoid timeouts on slow machines.
11138
cfc353b1
JK
111392010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11140
11141 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11142 (main): Make openlib dummy call.
11143
d3d7896d
JK
111442010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11145
11146 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11147 * break-interp.exp (reach): Move the core body ...
11148 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11149 (test_ld): Provide always real argument, even to the linker. Replace
11150 dl_main by _dl_debug_state.
11151
5e533c94
JK
111522010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11153
11154 Fix results of prelinked PIEs on ppc*.
11155 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11156 Accept also DISPLACEMENT "PRESENT".
11157 (main): Replace "ZERO" displacements by "PRESENT".
11158
33540610
SW
111592010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11160
11161 * gdb.cp/oranking.exp: New test.
11162 * gdb.cp/oranking.cc: New test program.
11163
3bdf2bbd
KW
111642010-10-08 Ken Werner <ken.werner@de.ibm.com>
11165
11166 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11167 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11168
2f608a3a
KW
111692010-10-06 Ken Werner <ken.werner@de.ibm.com>
11170
11171 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11172 lush, lynx) New constant.
11173 * gdb.base/constvars.exp: Test const array types.
11174 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11175
aa2e2d8d
DE
111762010-10-06 Doug Evans <dje@google.com>
11177
11178 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11179 of syscall staging area.
11180
2844d6b5
KW
111812010-10-06 Ken Werner <ken.werner@de.ibm.com>
11182
11183 * gdb.base/gnu_vector.c: Add variable c4.
11184 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11185 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11186
7d8ac8bb
MR
111872010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11188
11189 * gdb.arch/altivec-abi.exp: Fix a typo.
11190
84a02e58
MR
111912010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11192
11193 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11194 to match a thread ID.
11195
b18e6318
JK
111962010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11197
11198 Fix s390x testcase compatibility.
11199 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11200
a2c09bd0
DE
112012010-10-01 Doug Evans <dje@google.com>
11202
11203 * lib/gdb-python.exp: New file.
11204 * gdb.python/py-block.exp: Use it.
11205 * gdb.python/py-breakpoint.exp: Ditto.
11206 * gdb.python/py-frame.exp: Ditto.
11207 * gdb.python/py-inferior.exp: Ditto.
11208 * gdb.python/py-param.exp: Ditto.
11209 * gdb.python/py-prettyprint.exp: Ditto.
11210 * gdb.python/py-shared.exp: Ditto.
11211 * gdb.python/py-symbol.exp: Ditto.
11212 * gdb.python/py-symtab.exp: Ditto.
11213 * gdb.python/py-type.exp: Ditto.
11214 * gdb.python/py-value.exp: Ditto.
11215 * gdb.python/python.exp: Ditto.
11216
38f12cfc
TT
112172010-09-30 Tom Tromey <tromey@redhat.com>
11218
11219 * gdb.base/anon.exp: New file.
11220 * gdb.base/anon.c: New file.
11221
9ae8282d
TT
112222010-09-30 Tom Tromey <tromey@redhat.com>
11223
11224 * gdb.base/completion.exp: Test completion through anonymous
11225 union.
11226 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11227
e9e07ba6
JK
112282010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11229
11230 Fix printing parameters of inlined functions.
11231 * gdb.dwarf2/dw2-inline-param.exp: New file.
11232 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11233 * gdb.dwarf2/dw2-inline-param.S: New file.
11234
cd2effb2
JK
112352010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11236
11237 PR corefiles/12071.
11238 * gdb.base/corefile.exp (quit with a process, no question: load core)
11239 (quit with a core file): New tests.
11240
bceffbf3
JK
112412010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 Fix GDB crash on inferior calls with self-referencing classes.
11244 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11245 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11246 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11247
1736ad11
JK
112482010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11249
11250 Fix lost siginfo_t for inferior calls.
11251 * gdb.base/siginfo-infcall.exp: New file.
11252 * gdb.base/siginfo-infcall.c: New file.
11253
a176ad92
JB
112542010-09-22 Joel Brobecker <brobecker@adacore.com>
11255
11256 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11257
c2b0a229
JK
112582010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11259
11260 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11261 New test.
11262 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11263
e8ae22d1
JB
112642010-09-22 Joel Brobecker <brobecker@adacore.com>
11265
11266 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11267 type of our const type.
11268
ec322823
SW
112692010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11270
11271 * gdb.cp/pr12028.cc: New.
11272 * gdb.cp/pr12028.exp: New.
11273
72929c62
JB
112742010-09-22 Joel Brobecker <brobecker@adacore.com>
11275
11276 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11277
875b4ff5 112782010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 11279 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
11280
11281 PR mi/11407
11282 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11283 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11284 * gdb.mi/dw2-ref-missing-frame.S New File.
11285 * gdb.mi/dw2-ref-missing-frame.exp New File.
11286
7155d578
TT
112872010-09-14 Tom Tromey <tromey@redhat.com>
11288
11289 PR symtab/8399:
11290 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11291
515ed532
TT
112922010-09-14 Tom Tromey <tromey@redhat.com>
11293
11294 PR exp/11803:
11295 * gdb.threads/tls.exp: Use C++.
11296 (check_thread_local): Use K::another_thread_local.
11297 * gdb.threads/tls.c (class K): New.
11298 (another_thread_local): Now a member of K.
11299 (spin): Update. No longer K&R C.
11300
450ca57c
SW
113012010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11302
11303 * gdb.cp/koenig.cc: created class for testing member lookup.
11304 * gdb.cp/koenig.exp: Added test for member lookup.
11305
dbd492a3
JK
113062010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11307
11308 Fix false FAILs on sourcetree topdir directory containing "kill".
11309 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11310 source line matching regexp.
11311
8d4d924b
JK
113122010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11313
11314 * gdb.python/python.exp (set height 0, collect help from uiout)
11315 (verify help to uiout): New tests.
11316
8e64f2a0
JK
113172010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11318
11319 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11320 is_lp64_target to check 64bit target.
11321
4569eed2
JK
113222010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11323
11324 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11325 (test_ld) <powerpc64-*>: New.
11326
5e1617b1
DJ
113272010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11328
11329 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11330
c767944b
DJ
113312010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11332
11333 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11334 (FunctionArg::method): New function.
11335 (empty, arg): New variables.
11336 (main): Call arg.method.
11337 * gdb.cp/templates.exp (test_template_args): New function.
11338 (do_tests): Call it.
11339
27d3a3fc
UW
113402010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11341
11342 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11343 of "next" to proceed over pthread_exit call.
11344
55b7ce7f
UW
113452010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11346
11347 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11348 "maint print statistics" output to prevent expect timeouts.
11349
809df446
JK
113502010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11351
11352 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11353 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11354 (test_float_rejected): ... here.
11355 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11356 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11357 (test_float_rejected): ... here.
11358 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11359 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11360 (test_float_rejected): ... here.
11361 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11362 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11363 (test_float_rejected): ... here.
11364
8464be76
DJ
113652010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11366
11367 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11368 before disabling hardware watchpoints.
11369 (test_inaccessible_watchpoint): Check that hardware watchpoints
11370 are used. Test for watchpoints on a constant address.
11371
14dba4b4
JK
113722010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11373
11374 * gdb.base/ui-redirect.exp: New file.
11375
3f3540e1 113762010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 11377 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
11378
11379 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11380
0f254bb7
DE
113812010-08-31 Doug Evans <dje@google.com>
11382
11383 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11384
03f17ccf
TT
113852010-08-30 Tom Tromey <tromey@redhat.com>
11386
11387 PR python/11792:
11388 * gdb.python/py-value.exp (test_subscript_regression): Add
11389 dynamic_type test.
11390
640617ad
DJ
113912010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11392
11393 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11394 instead of running to main. Do not test the main function.
11395 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11396 Add new main.
11397
2ed91d1b
PA
113982010-08-26 Pedro Alves <pedro@codesourcery.com>
11399
11400 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11401 one test.
11402
673bfd45
DE
114032010-08-24 Doug Evans <dje@google.com>
11404
11405 PR symtab/11942
11406 * gdb.dwarf2/dw4-sig-types.cc: New file.
11407 * gdb.dwarf2/dw4-sig-types.h: New file.
11408 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11409 * gdb.dwarf2/dw4-sig-types.exp: New file.
11410
f9ffd4bb
TT
114112010-08-23 Tom Tromey <tromey@redhat.com>
11412
11413 PR python/11145:
11414 * gdb.python/py-value.c (Base, Derived): New types.
11415 (base): New global.
11416 * gdb.python/py-value.exp (test_subscript_regression): Add
11417 dynamic_cast test.
11418
d839c8a4
TT
114192010-08-23 Tom Tromey <tromey@redhat.com>
11420
11421 PR python/10676:
11422 * gdb.python/py-type.exp (test_fields): Add tests for type
11423 equality.
11424
702c2711
TT
114252010-08-23 Tom Tromey <tromey@redhat.com>
11426
11427 PR python/11915:
11428 * gdb.python/py-type.exp (test_fields): Add tests for array.
11429
832bafd3
KS
114302010-08-23 Keith Seitz <keiths@redhat.com>
11431
11432 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11433 have any children. Create a new abbrev for it.
11434 Add missing terminal sequence to .debug_abbrev.
11435
c37bf528
KS
114362010-08-20 Keith Seitz <keiths@redhat.com>
11437
11438 PR symtab/11465:
11439 * gdb.dwarf2/pr11465.exp: New test.
11440 * gdb.dwarf2/pr11465.S: New file.
11441 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11442 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11443
4572cbac
TJB
114442010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11445
11446 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11447 registers. Update data sets with the new v2_double element in the
11448 VSX register union. Add vector_register3_vr data set for the AltiVec
11449 registers. Use gdb_test_no_output instead of send_gdb.
11450
e7fbb131
PA
114512010-08-19 Pedro Alves <pedro@codesourcery.com>
11452
11453 * gdb.python/py-shared.exp: New file, factored out from
11454 python.exp.
11455 * gdb.python/py-shared.c: New file.
11456 * gdb.python/py-shared-sl.c: New file.
11457 * gdb.python/python-1.c: New file.
11458 * gdb.python/python-sl.c: Delete.
11459 * gdb.python/python.c: Mention python-1.c.
11460 * gdb.python/python.exp: Move shared library tests to
11461 py-shared.exp.
11462 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11463 (MISCELLANEOUS): New.
11464 (clean mostlyclean): Also remove $MISCELLANEOUS.
11465
d30f5e1f
DE
114662010-08-19 Doug Evans <dje@google.com>
11467
11468 PR exp/11926
11469 * gdb.base/printcmds.exp (test_float_accepted): New function.
11470 Move existing float tests there. Add tests for floats with suffixes.
11471 (test_float_rejected): New function.
11472 * gdb.java/jv-print.exp (test_float_accepted): New function.
11473 (test_float_rejected): New function.
11474 * gdb.objc/print.exp: New file.
11475 * gdb.pascal/print.exp: New file.
11476 * lib/objc.exp: New file.
11477
7b3fd859
PM
114782010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
11479
11480 * gdb.base/default.exp (info set): Avoid full buffer error and force
11481 reading up to final gdb prompt.
11482 (show): Likewise.
11483
c92817ce
TT
114842010-08-18 Tom Tromey <tromey@redhat.com>
11485
11486 PR symtab/11919:
11487 * gdb.base/completion.exp: Add test.
11488
f1208f9e
DE
114892010-08-18 Doug Evans <dje@google.com>
11490
11491 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
11492 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
11493 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
11494 Simplify, early exit if runto_main fails.
11495 * gdb.fortran/exprs.exp: load_lib fortran.exp.
11496 (set_lang_fortran): Moved to lib/fortran.exp.
11497 * gdb.fortran/types.exp: load_lib fortran.exp.
11498 (set_lang_fortran): Moved to lib/fortran.exp.
11499 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
11500 * gdb.java/jprint.exp (set_lang_java): Ditto.
11501 * gdb.java/jv-exp.exp: load_lib java.exp.
11502 If set_lang_java fails, issue a warning instead of failure to be
11503 consistent with other set_lang_foo uses.
11504 (set_lang_java): Moved to lib/java.exp.
11505 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
11506 If set_lang_java fails, issue a warning instead of failure to be
11507 consistent with other set_lang_foo uses.
11508 * gdb.pascal/types.exp: load_lib pascal.exp.
11509 (set_lang_pascal): Moved to lib/pascal.exp.
11510 * lib/fortran.exp: New file.
11511 * lib/java.exp (set_lang_java): New function.
11512 * lib/pascal.exp (set_lang_pascal): New function.
11513
2f06b485
YQ
115142010-08-18 Yao Qi <yao@codesourcery.com
11515
11516 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11517 func_nofb_start and func_loopfb_start, so that address of functions
11518 is equal to these labels on Thumb.
11519
96e25403
YQ
115202010-08-18 Yao Qi <yao@codesourcery.com>
11521
11522 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11523 to reflect latest c source file.
11524
36e6adc4
JK
115252010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11526
11527 * gdb.cp/infcall-dlopen.exp: New file.
11528 * gdb.cp/infcall-dlopen.cc: New file.
11529 * gdb.cp/infcall-dlopen-lib.cc: New file.
11530
f431efe5
PA
115312010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11532 Pedro Alves <pedro@codesourcery.com>
11533
11534 PR breakpoints/11371
11535
11536 * gdb.base/watch-cond-infcall.exp: New file.
11537 * gdb.base/watch-cond-infcall.c: New file.
11538
06a64a0b
TT
115392010-08-16 Tom Tromey <tromey@redhat.com>
11540
11541 * gdb.base/help.exp: Update.
11542 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11543 watchpoint.
11544 (test_watch_location): New proc.
11545 (test_watchpoint_in_big_blob): Delete watchpoint.
11546 * gdb.base/watchpoint.c (func5): New function.
11547 (main): Call it.
11548
70ebf4ed
DE
115492010-08-16 Doug Evans <dje@google.com>
11550
11551 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11552
ca5c20b6
PM
115532010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11554
11555 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11556 tests.
11557
7346b668
KW
115582010-08-11 Ken Werner <ken.werner@de.ibm.com>
11559
11560 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11561 * gdb.base/gnu_vector.c: New File.
11562 * gdb.base/gnu_vector.exp: Likewise.
11563
cb2e07a6
PM
115642010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11565
11566 * gdb.python/python.c: New File.
11567 * gdb.python/python-sl.c: New File.
11568 * gdb.python/python.exp: Test solib_address and decode_line
11569 * functions.
11570
5da1313b
JK
115712010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11572
11573 * gdb.python/python.exp (show height, set height 10)
11574 (verify pagination beforehand, verify pagination beforehand: q)
11575 (gdb.execute does not page, verify pagination afterwards)
11576 (verify pagination afterwards: q): New.
11577
49c3ccf7
DE
115782010-08-02 Doug Evans <dje@google.com>
11579
11580 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11581 because of an older gcc, change test2
11582 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11583 to unsupported.
11584
42c0c4f1
KH
115852010-07-30 Kazu Hirata <kazu@codesourcery.com>
11586
11587 * gdb.base/break-always.exp: Do not expect full paths to file
11588 names.
11589 * gdb.base/commands.exp: Likewise.
11590
d3765805
DE
115912010-07-30 Doug Evans <dje@google.com>
11592
c98ee71b
DE
11593 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11594 xfail them when run with older gccs.
11595
fd961404
DE
11596 * lib/gdb.exp (build_executable): Forward "c++" option to
11597 get_compiler_info.
11598
999adef4
DE
11599 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11600 "python print ttype.template_argument(1)" and
11601 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11602 if using gcc 4.4 or earlier.
11603
d3765805
DE
11604 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11605 attach-to-debugger handling.
11606
1276c759
JK
116072010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11608
11609 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11610 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11611 (main): Use copyreloc.
11612 * gdb.base/prelink.exp (split debug of executable)
11613 (.dynbss vs. .bss address shift): New tests.
11614
88caa9b9
PA
116152010-07-29 Pedro Alves <pedro@codesourcery.com>
11616
11617 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11618 in gdb_test_multiple.
11619
c6f2ac43
PA
116202010-07-29 Pedro Alves <pedro@codesourcery.com>
11621
11622 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11623 environment.
11624
326fd672
TT
116252010-07-28 Tom Tromey <tromey@redhat.com>
11626
11627 PR python/11060:
11628 * gdb.python/py-type.c (Temargs): New template.
11629 (temvar): New variable.
11630 * gdb.python/py-type.exp (test_template): New proc.
11631
3ce3b1ba
PA
116322010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11633
11634 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11635 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11636
34eaf542
TT
116372010-07-28 Tom Tromey <tromey@redhat.com>
11638
11639 PR c++/9946:
11640 * gdb.cp/temargs.exp: New file.
11641 * gdb.cp/temargs.cc: New file.
11642
d41b819e
JK
116432010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11644
11645 * gdb.base/help.exp (help disassemble): Update the content.
11646
26ab7092
JK
116472010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11648
11649 * gdb.threads/ia64-sigill.exp: New file.
11650 * gdb.threads/ia64-sigill.c: New file.
11651
5283e9e1
TT
116522010-07-27 Tom Tromey <tromey@redhat.com>
11653
11654 * gdb.opt/inline-cmds.c (ATTR): New define.
11655 (func1): Use it.
11656 (func2): Likewise.
11657 (func3): Likewise.
11658 (outer_inline1): Likewise.
11659 (outer_inline2): Likewise.
11660 * gdb.opt/inline-bt.c (ATTR): New define.
11661 (func1): Use it.
11662 (func2): Likewise.
11663 * gdb.opt/inline-locals.c (ATTR): New define.
11664 (func1): Use it.
11665 (func2): Likewise.
11666
e992ef73
TT
116672010-07-27 Tom Tromey <tromey@redhat.com>
11668
11669 * gdb.stabs/gdb11479.c (hack): New function.
11670 (test): Use it.
11671 (test2): Use it.
11672 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11673 (int32_search_buf, int64_search_buf): No longer static.
11674 (x): Remove.
11675 * gdb.base/relocate.c (hack): New function.
11676
5374244e
PM
116772010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11678
11679 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11680 * gdb.python/py-value.c (func1): New function.
11681 (func2): Likewise.
11682
a99aee83
CV
116832010-07-26 Corinna Vinschen <vinschen@redhat.com>
11684
11685 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11686 as not to clash with .data section.
11687
a04ba985
JG
116882010-07-26 Jerome Guitton <guitton@adacore.com>
11689
11690 * gdb.base/code_elim.exp: New file.
11691 * gdb.base/code_elim1.c: New file.
11692 * gdb.base/code_elim2.c: New file.
11693
23bd0f7c
PA
116942010-07-21 Pedro Alves <pedro@codesourcery.com>
11695
11696 PR symtab/11827
11697
11698 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11699 (some_volatile_enum): New variable.
11700 * gdb.base/printcmds.exp (test_print_enums): New.
11701 <top level>: Call it.
11702
883df6dd
SW
117032010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11704
11705 * gdb.cp/fpointer.cc: New test.
11706 * gdb.cp/fpointer.exp: New test.
11707
569b05a5
JK
117082010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11709
11710 * gdb.base/solib-nodir.exp: New file.
11711 * lib/gdb.exp (runto): New case for a GDB internal error.
11712
51d7d803
JK
117132010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11714 Ulrich Weigand <uweigand@de.ibm.com>
11715 Tom Tromey <tromey@redhat.com>
11716
11717 * gdb.base/charset-malloc.c: New file.
11718 * gdb.base/charset.c (malloc_stub): New prototype.
11719 (main): Call it instead of malloc itself.
11720 * gdb.base/charset.exp: Use only prepare_for_testing.
11721 (binfile): Remove the variable.
11722
c0edd9ed
JK
117232010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11724
11725 Make core files the process_stratum.
11726 * gdb.base/corefile.exp (run: load core again)
11727 (run: sanity check we see the core file, run: with core)
11728 (run: core file is cleared, attach: load core again)
11729 (attach: sanity check we see the core file, attach: with core)
11730 (attach: core file is cleared): New tests.
11731 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11732
3cbaedff
KW
117332010-07-14 Ken Werner <ken.werner@de.ibm.com>
11734
11735 * gdb.arch/altivec-abi.exp: New tests.
11736
91158a56
TT
117372010-07-13 Tom Tromey <tromey@redhat.com>
11738
11739 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11740 (main): Use it.
11741 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11742
0f5238ed
TT
117432010-07-13 Tom Tromey <tromey@redhat.com>
11744
11745 * gdb.base/label.exp: New file.
11746 * gdb.base/label.c: New file.
11747
add265ae
L
117482010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11749 H.J. Lu <hongjiu.lu@intel.com>
11750
11751 * lib/gdb.exp (is_ilp32_target): New.
11752 (is_lp64_target): Likewise.
11753
11754 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11755 target.
11756 * gdb.arch/amd64-disp-step.exp: Likewise.
11757 * gdb.arch/amd64-dword.exp: Likewise.
11758 * gdb.arch/amd64-i386-address.exp: Likewise.
11759 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 11760
add265ae
L
11761 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11762 target.
11763 * gdb.arch/i386-bp_permanent.exp: Likewise.
11764 * gdb.arch/i386-byte.exp: Likewise.
11765 * gdb.arch/i386-disp-step.exp: Likewise.
11766 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11767 * gdb.arch/i386-prologue.exp: Likewise.
11768 * gdb.arch/i386-size-overlap.exp: Likewise.
11769 * gdb.arch/i386-size.exp: Likewise.
11770 * gdb.arch/i386-sse.exp: Likewise.
11771 * gdb.arch/i386-unwind.exp: Likewise.
11772 * gdb.arch/i386-word.exp: Likewise.
11773
11774 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11775 test only when building 64-bit executables. Do not hard-code
11776 -m64 option.
11777
2dfb8c17
DE
117782010-07-07 Doug Evans <dje@google.com>
11779
11780 * lib/gdb.exp (gdb_test_list_exact): New function.
11781 * gdb.base/default.exp (show convenience): Call it, add tests for
11782 $_sdata = void, $_thread = 0.
11783
4e5799b6
JK
117842010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11785 Joel Brobecker <brobecker@adacore.com>
11786
11787 Fix re-run of PIE executable, PR shlibs/11776.
11788 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11789 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11790 and re-"run" of the inferior.
11791
1a219cc7
JK
117922010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11793 Joel Brobecker <brobecker@adacore.com>
11794
11795 Cope with missing /usr/sbin/prelink.
11796 * lib/prelink-support.exp (prelink_no):
11797 <result == 1 && $output is "no such file or directory">: New.
11798 (prelink_yes): Likewise. Return on failed prelink_no.
11799
5e3b36f8
JK
118002010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11801 Joel Brobecker <brobecker@adacore.com>
11802
11803 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11804 build_executable by build_executable_own_libs. Replace "prelink -R"
11805 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11806 change.
11807 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11808 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11809 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11810 Replace build_executable by build_executable_own_libs's function
11811 build_executable_own_libs.
11812 (prelinkNO): Create new stub to call prelink_no.
11813 (prelinkYES): Create new stub to call prelink_yes.
11814 (test_attach): Rename calls of copy to file_copy.
11815 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11816 (copy): Move to ...
11817 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11818 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11819 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11820 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11821 special flags by gdb_compile_shlib. Replace second gdb_compile by
11822 build_executable_own_libs. Replace "prelink -R" execution by a call of
11823 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11824 a second call of prelink_yes. Replace restart commands by
11825 clean_restart.
11826 (prelink): Rename to ...
11827 (seen displacement message): ... this test. Extend its expectation
11828 strictness.
11829
86e4bafc
JK
118302010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11831
11832 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11833 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11834 displacement message exactly once.
11835
3cd07d20
JK
118362010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11837 Joel Brobecker <brobecker@adacore.com>
11838
11839 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11840 its restore after the <$relink_args != ""> loop. new comment.
11841
0a1e94c7
JK
118422010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11843 Joel Brobecker <brobecker@adacore.com>
11844
11845 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11846 code for it. New variable relink_args.
11847 (prelinkYES): Call prelinkNO.
11848 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11849 in such case. Move the core code to ...
11850 (test_attach_gdb): ... a new function. Send GDB command "file".
11851 Extend expected "Attaching to " string.
11852
2f70bcfb
TT
118532010-07-02 Tom Tromey <tromey@redhat.com>
11854
11855 * gdb.base/bitops.exp: Remove extraneous "pass".
11856
a17ac5b0
TT
118572010-07-02 Ken Werner <ken.werner@de.ibm.com>
11858
11859 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11860
dc10affe
PA
118612010-07-01 Pedro Alves <pedro@codesourcery.com>
11862
d41c0fc8
PA
11863 * gdb.base/help.exp: Adjust expected output.
11864
118652010-07-01 Pedro Alves <pedro@codesourcery.com>
11866
11867 * gdb.base/help.exp: Adjust expected output.
dc10affe 11868
0a600c36
JK
118692010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11870
11871 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11872 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11873 c++/11702.
11874
37cc8bfe
JK
118752010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11876 Doug Evans <dje@google.com>
11877
11878 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11879 add .dynamic entry'.
11880
254e6b9e
DE
118812010-06-29 Doug Evans <dje@google.com>
11882
11883 Test PR c++/11702.
11884 * gdb.cp/m-static.exp: Add testcase.
11885 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11886
595939de 118872010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
11888 Tom Tromey <tromey@redhat.com>
11889 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
11890
11891 * gdb.python/py-inferior.c: New File.
11892 * gdb.python/py-infthread.c: New File.
11893 * gdb.python/py-inferior.exp: New File.
11894 * gdb.python/py-infthread.exp: New File.
11895
98751a41
JK
118962010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11897
11898 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11899 (ptype ::C::OtherFileClass typedefs): New.
11900 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11901 (C::OtherFileClass::cOtherFileClassVar2): New.
11902 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11903 cOtherFileClassVar2.
11904 (C::cOtherFileType2, C::cOtherFileVar2): New.
11905 (C::cOtherFileVar_use): use also cOtherFileVar2.
11906 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11907
41f62f39
JK
119082010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11909
11910 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11911 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11912 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11913 (print ::C::cOtherFileVar)
11914 (whatis C::OtherFileClass::cOtherFileClassType)
11915 (whatis ::C::OtherFileClass::cOtherFileClassType)
11916 (print C::OtherFileClass::cOtherFileClassVar)
11917 (print ::cOtherFileClassVar)
11918 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11919 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11920 trailing content.
11921 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11922 (C::OtherFileClass::cOtherFileClassVar)
11923 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11924 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11925
af53d231
JK
119262010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11927
11928 Test PR c++/11703 and PR gdb/1448.
11929 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11930 gdb/1448.
11931
9655fd1a
JK
119322010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11933
11934 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11935 (main) <rtti_data>: New.
11936 * gdb.cp/virtbase.exp (print rtti_data): New.
11937
824cc8dd
JK
119382010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11939 Joel Brobecker <brobecker@adacore.com>
11940
11941 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11942
6036c742
JK
119432010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11944
11945 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11946
de6a0421
DE
119472010-06-28 Doug Evans <dje@google.com>
11948
11949 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11950
b2dae948
DE
119512010-06-27 Doug Evans <dje@google.com>
11952
11953 * gdb.cp/m-static.exp: Update expected test output.
11954
0f3bb72e
PH
119552010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11956
889bf7c5
PA
11957 * gdb.gdb/selftest.exp: Adjust expected message for
11958 capturing start-up runtime.
0f3bb72e 11959
bc9f0842
TT
119602010-06-25 Tom Tromey <tromey@redhat.com>
11961
11962 PR python/10808:
11963 * gdb.python/python.exp: Add new tests.
11964
099ef718
SW
119652010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11966
11967 * gdb.cp/operator.cc: Created an import loop.
11968 * gdb.cp/operator.exp: Added testcase for import loop.
11969
5868a632
JK
119702010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11971
11972 Test PR python/11407.
11973 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11974 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11975 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11976 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11977 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11978 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11979 binfile. Call gdb_compile with clean_restart twice.
11980 (func_nofb print, func_nofb backtrace, func_loopfb print)
11981 (func_loopfb backtrace): New.
11982
af76db58
JK
119832010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11984
11985 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11986 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11987 by a hand made one.
11988 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11989 i?86 requirement. Remove variables srcfile and binfile. New variable
11990 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11991
f2c7657e
UW
119922010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11993
11994 * gdb.cell/dwarfaddr.exp: New file.
11995 * gdb.cell/dwarfaddr.S: New file.
11996
628fe4e4
JK
119972010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11998
11999 Test PR 9436.
12000 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12001
f1421989
HZ
120022010-06-24 Hui Zhu <teawater@gmail.com>
12003
12004 * gdb.base/eval.exp: New file.
12005
d03285ec
UW
120062010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12007
12008 * gdb.cell/fork.exp: New file.
12009 * gdb.cell/fork.c: Likewise.
12010 * gdb.cell/fork-spu.c: Likewise.
12011
41b2c92d
PM
120122010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12013
12014 * lib/gdb.exp (banned_variables_traced): New global variable.
12015 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12016 (gdb_init): Use `trace add variable' instead of obsolete
12017 `trace variable'.
12018
d5bc977f
DE
120192010-06-21 Doug Evans <dje@google.com>
12020
12021 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12022
d2ed6730
UW
120232010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12024
12025 * gdb.arch/spu-ls.exp: New file.
12026 * gdb.arch/spu-ls.c: Likewise.
12027
6aed2dbc
SS
120282010-06-18 Stan Shebs <stan@codesourcery.com>
12029
12030 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12031
e0756905
UW
120322010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12033
12034 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12035 * gdb.base/watch-cond.exp: Likewise.
12036 * gdb.python/py-breakpoint.exp: Likewise.
12037
d8053d4d
PA
120382010-06-18 Pedro Alves <pedro@codesourcery.com>
12039
12040 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12041 clean_restart, make sure every test has a distinct message, and
12042 that messages don't include the executable' full path.
12043
81ce510c
DE
120442010-06-17 Doug Evans <dje@google.com>
12045
12046 * gdb.arch/i386-size.exp: Updated expected output for
12047 DISASSEMBLY_OMIT_FNAME.
12048
65d79d4b
SDJ
120492010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12050 Sergio Durigan Junior <sergiodj@redhat.com>
12051
12052 * gdb.base/watch-notconst.c: New file.
12053 * gdb.base/watch-notconst.S: New file.
12054 * gdb.base/watch-notconst2.c: New file.
12055 * gdb.base/watch-notconst2.S: New file.
12056 * gdb.base/watch-notconst.exp: New file.
12057 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12058 (func4): Add operations on `global_ptr_ptr'.
12059 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12060 routine to test watchpoints created with a constant expression.
12061 (test_inaccessible_watchpoint): Include tests for watchpoints
12062 created with a constant expression.
12063
df0f4836
KB
120642010-06-14 Kevin Buettner <kevinb@redhat.com>
12065
12066 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12067 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12068 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12069 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12070 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12071 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12072 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12073 of `_start'.
12074
b769def5
UW
120752010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12076
12077 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12078 not supported on the target.
12079 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12080 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12081 * gdb.mi/mi-nsintrall.exp: Likewise.
12082 * gdb.mi/mi-nsmoribund.exp: Likewise.
12083 * gdb.mi/mi-nsthrexec.exp: Likewise.
12084
d914c394
SS
120852010-06-11 Stan Shebs <stan@codesourcery.com>
12086
12087 * gdb.base/permissions.exp: New file.
12088
120892010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
12090
12091 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12092 does not support ELF executable class.
12093
f3ce5b9c
UW
120942010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12095
12096 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12097
8e46892c
JK
120982010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12099
12100 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12101 (runto): Catch "The target does not support running in non-stop mode.".
12102
6cc55c64
MS
121032010-06-11 Michael Snyder <msnyder@vmware.com>
12104
12105 * gdb.base/setshow.exp (set language asm): Don't use
12106 gdb_test_no_output, fails on some targets.
12107
caddefa4
UW
121082010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12109
12110 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12111 * gdb.cp/pr9167.exp: Likewise.
12112
468b1aa7
UW
121132010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12114
12115 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12116
5c3552dc
UW
121172010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12118
12119 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12120
02e6fe6a
UW
121212010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12122
12123 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12124
0e03807e
TT
121252010-06-11 Tom Tromey <tromey@redhat.com>
12126
12127 PR gdb/9977, PR exp/11636::
12128 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12129 (pieces_test_f6): Update expected output.
12130
2bdf28a0
JK
121312010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12132
12133 * gdb.base/moribund-step.exp: New.
12134
f6978de9
MS
121352010-06-08 Michael Snyder <msnyder@vmware.com>
12136
12137 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 12138 * gdb.ada/boolean_expr.exp:
f6978de9
MS
12139 * gdb.ada/frame_args.exp: Ditto.
12140 * gdb.ada/lang_switch.exp: Ditto.
12141 * gdb.ada/ptype_arith_binop.exp: Ditto.
12142 * gdb.ada/ref_param.exp: Ditto.
12143 * gdb.ada/type_coercion.exp:Ditto.
12144
12145 * gdb.asm/asm-source.exp: Ditto.
12146
12147 * gdb.base/attach.exp: Ditto.
12148 * gdb.base/bitfields2.exp: Ditto.
12149 * gdb.base/call-signal-resume.exp: Ditto.
12150 * gdb.base/callfuncs.exp: Ditto.
12151 * gdb.base/commands.exp: Ditto.
12152 * gdb.base/dbx.exp: Ditto.
12153 * gdb.base/default.exp: Ditto.
12154 * gdb.base/dump.exp: Ditto.
12155 * gdb.base/exprs.exp: Ditto.
12156 * gdb.base/freebpcmd.exp: Ditto.
12157 * gdb.base/interrupt.exp: Ditto.
12158 * gdb.base/list.exp: Ditto.
12159 * gdb.base/long_long.exp: Ditto.
12160 * gdb.base/maint.exp: Ditto.
12161 * gdb.base/ptype.exp: Ditto.
12162 * gdb.base/return.exp: Ditto.
12163 * gdb.base/setshow.exp: Ditto.
12164 * gdb.base/sigbpt.exp: Ditto.
12165 * gdb.base/sigrepeat.exp: Ditto.
12166
12167 * gdb.cp/classes.exp: Ditto.
12168
12169 * gdb.dwarf2/dw2-restore.exp: Ditto.
12170
12171 * gdb.gdb/selftest.exp: Ditto.
12172
12173 * gdb.multi/base.exp: Ditto.
12174 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12175
12176 * gdb.python/py-block.exp: Ditto.
12177 * gdb.python/py-prettyprint.exp: Ditto.
12178 * gdb.python/py-template.exp: Ditto.
12179
12180 * gdb.server/ext-attach.exp: Ditto.
12181 * gdb.server/ext-run.exp: Ditto.
12182 * gdb.server/server-mon.exp: Ditto.
12183
12184 * gdb.threads/fork-thread-pending.exp: Ditto.
12185 * gdb.threads/hand-call-in-threads.exp: Ditto.
12186 * gdb.threads/interrupted-hand-call.exp: Ditto.
12187 * gdb.threads/linux-dp.exp: Ditto.
12188 * gdb.threads/manythreads.exp: Ditto.
12189 * gdb.threads/print-threads.exp: Ditto.
12190 * gdb.threads/pthreads.exp: Ditto.
12191 * gdb.threads/schedlock.exp: Ditto.
12192 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12193 * gdb.threads/threadapply.exp: Ditto.
12194
de7ff789
MS
121952010-06-08 Michael Snyder <msnyder@vmware.com>
12196
889bf7c5 12197 * gdb.ada/exec_changed.exp:
de7ff789
MS
12198 Use ".*" instead of "" as wildcard regexp.
12199
12200 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12201 * gdb.base/call-ar-st.exp: Ditto.
12202 * gdb.base/checkpoint.exp: Ditto.
12203 * gdb.base/default.exp: Ditto.
12204 * gdb.base/dump.exp: Ditto.
12205 * gdb.base/ending-run.exp: Ditto.
12206 * gdb.base/fileio.exp: Ditto.
12207 * gdb.base/miscexprs.exp: Ditto.
12208 * gdb.base/pointers.exp: Ditto.
12209 * gdb.base/readline.exp: Ditto.
12210 * gdb.base/reread.exp: Ditto.
12211 * gdb.base/restore.exp: Ditto.
12212 * gdb.base/shlib-call.exp: Ditto.
12213 * gdb.base/valgrind-db-attach.exp: Ditto.
12214 * gdb.base/volatile.exp: Ditto.
12215 * gdb.base/watchpoints.exp: Ditto.
12216
12217 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12218
12219 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12220 * gdb.python/py-value.exp: Ditto.
12221
12222 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12223 * gdb.trace/circ.exp: Ditto.
12224 * gdb.trace/collection.exp: Ditto.
12225 * gdb.trace/packetlen.exp: Ditto.
12226 * gdb.trace/passc-dyn.exp: Ditto.
12227 * gdb.trace/report.exp: Ditto.
12228 * gdb.trace/tfile.exp: Ditto.
12229 * gdb.trace/tfind.exp: Ditto.
12230 * gdb.trace/while-dyn.exp: Ditto.
12231
3bebe2f2
JK
122322010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12233
12234 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12235
5c631832
JK
122362010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12237
12238 Test PR 10640.
12239 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12240
4c3376c8
SW
122412010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12242
12243 * gdb.cp/koenig.exp: Test for ADL operators.
12244 * gdb.cp/koenig.cc: Added ADL operators.
12245 * gdb.cp/operator.exp: New test.
12246 * gdb.cp/operator.cc: New test.
12247
dc226d5a
MS
122482010-06-04 Michael Snyder <msnyder@vmware.com>
12249
dfb88a23
MS
12250 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12251 * gdb.base/pending.exp: Ditto.
f7ae76b3 12252
dc226d5a
MS
12253 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12254
967cf477
DE
122552010-06-04 Doug Evans <dje@google.com>
12256
12257 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12258 disabled printers.
12259 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12260 (enable_lookup_function): New function.
12261
eb801841
TT
122622010-06-04 Tom Tromey <tromey@redhat.com>
12263
12264 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12265 of hash and id.
12266
38979823
JK
122672010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12268
12269 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12270 newline.
12271 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12272 (empty verbose non-noisy clear, empty verbose noisy clear)
12273 (empty non-verbose noisy clear): Likewise.
12274
35ec993f
MS
122752010-06-03 Michael Snyder <msnyder@vmware.com>
12276
12277 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12278 * gdb.base/display.exp: Ditto.
12279 * gdb.base/find.exp: Ditto.
12280 * gdb.base/ifelse.exp: Ditto.
12281 * gdb.base/multi-forks.exp: Ditto.
12282 * gdb.base/recurse.exp: Ditto.
12283 * gdb.base/setshow.exp: Ditto.
12284 * gdb.base/value-double-free.exp: Ditto.
12285 * gdb.base/watch-vfork.exp: Ditto.
12286 * gdb.base/watch_thread_num.exp: Ditto.
12287 * gdb.base/watchpoint-solib.exp: Ditto.
12288 * gdb.base/watchpoint.exp: Ditto.
12289 * gdb.base/watchpoints.exp: Ditto.
12290
12291 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12292 * gdb.cp/overload.exp: Ditto.
12293 * gdb.cp/virtfunc.exp: Ditto.
12294
12295 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12296
889bf7c5 12297 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
12298 Replace gdb_test with gdb_test_no_output.
12299
889bf7c5 12300 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
12301 Replace gdb_test with gdb_test_no_output.
12302 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12303 * gdb.threads/watchthreads.exp: Ditto.
12304 * gdb.threads/watchthreads2.exp: Ditto.
12305
12306 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12307 * gdb.trace/tfind.exp: Ditto.
12308
c22decce
JB
123092010-06-03 Joel Brobecker <brobecker@adacore.com>
12310
12311 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12312 successful test if message is the empty string.
12313
fd5700c7
JK
123142010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12315
12316 * gdb.fortran/module.exp (stopped language detection): New test.
12317
f55ee35c
JK
123182010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12319
12320 Support DW_TAG_module as separate namespaces.
12321 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12322 gdb.fortran/library-module-lib.f90: New.
12323 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12324 (print i): Remove.
12325 (continue to breakpoint: i-is-1, print var_i value 1)
12326 (continue to breakpoint: i-is-2, print var_i value 2)
12327 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12328 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12329 (complete `modmany, complete `modmany`, complete `modmany`var)
12330 (show language, setting breakpoint at module): New tests.
12331 * gdb.fortran/module.f90 (module mod): Remove.
12332 (module mod1, module mod2, module modmany, subroutine sub1)
12333 (subroutine sub2, program module): New.
12334
b8e8282f
JK
123352010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12336
12337 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12338 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
12339 * gdb.cp/anon-union.exp (pass): Rename to ...
12340 (print z 2): ... here.
b8e8282f 12341
019ebafc
MS
123422010-06-02 Michael Snyder <msnyder@vmware.com>
12343
e68d8fd4
MS
12344 * gdb.trace/actions.exp: Use gdb_test_no_output.
12345 * gdb.trace/circ.exp: Ditto.
12346 * gdb.trace/packetlen.exp: Ditto.
12347 * gdb.trace/save-trace.exp: Ditto.
12348 * gdb.trace/tracecmd.exp: Ditto.
12349 * gdb.trace/tsv.exp: Ditto.
12350
12b5d08a
MS
12351 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12352 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12353 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12354 * gdb.threads/manythreads.exp: Ditto.
12355 * gdb.threads/print-threads.exp: Ditto.
12356 * gdb.threads/pthreads.exp: Ditto.
12357 * gdb.threads/schedlock.exp: Ditto.
12358 * gdb.threads/staticthreads.exp: Ditto.
12359 * gdb.threads/thread-specific.exp: Ditto.
12360 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12361 * gdb.threads/threadapply.exp: Ditto.
12362 * gdb.threads/watchthreads.exp: Ditto.
12363 * gdb.threads/watchthreads2.exp: Ditto.
12364
89493308
MS
12365 * gdb.python/py-block.exp: Use gdb_test_no_output.
12366 * gdb.python/py-prettyprint.exp: Ditto.
12367 * gdb.python/py-template.exp: Ditto.
12368 * gdb.python/py-value.exp: Ditto.
12369
12370 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12371 * gdb.reverse/watch-reverse.exp: Ditto.
12372
12373 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12374 * gdb.server/ext-run.exp: Ditto.
12375
019ebafc
MS
12376 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12377 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12378 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12379 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12380 * gdb.dwarf2/dw2-producer.exp: Ditto.
12381 * gdb.dwarf2/mac-fileno.exp: Ditto.
12382
12383 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12384 * gdb.gdb/selftest.exp: Ditto.
12385
12386 * gdb.multi/base.exp: Use gdb_test_no_output.
12387
12388 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12389
3e0ca3a5
JK
123902010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12391
12392 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12393
9db70545
MS
123942010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12395
a8d52276
MS
12396 * gdb.cp/class2.exp: Use gdb_test_no_output.
12397 * gdb.cp/classes.exp: Ditto.
12398 * gdb.cp/extern-c.exp: Ditto.
12399 * gdb.cp/inherit.exp: Ditto.
12400 * gdb.cp/maint.exp: Ditto.
12401 * gdb.cp/mb-inline.exp: Ditto.
12402 * gdb.cp/mb-templates.exp: Ditto.
12403 * gdb.cp/method2.exp: Ditto.
12404 * gdb.cp/misc.exp: Ditto.
12405 * gdb.cp/ovldbreak.exp: Ditto.
12406 * gdb.cp/punctuator.exp: Ditto.
12407 * gdb.cp/templates.exp: Ditto.
12408 * gdb.cp/virtbase.exp: Ditto.
12409
889bf7c5 12410 * gdb.threads/attach-stopped.exp:
9db70545 12411 Replace uses of send_gdb / gdb_expect.
889bf7c5 12412 * gdb.threads/attachstop-mt.exp:
9db70545 12413 Replace uses of send_gdb / gdb_expect.
889bf7c5 12414 * gdb.threads/gcore-thread.exp:
9db70545 12415 Replace uses of send_gdb / gdb_expect.
889bf7c5 12416 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
12417 Replace uses of send_gdb / gdb_expect.
12418 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12419 * gdb.threads/print-threads.exp:
9db70545
MS
12420 Replace uses of send_gdb / gdb_expect.
12421 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12422 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12423 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12424
12425 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12426 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12427 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12428 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12429 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12430 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12431 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12432 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12433 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12434 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12435 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12436
359cc68c
JK
124372010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12438
12439 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12440
7d3fe98e
SW
124412010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12442
12443 * gdb.cp/koenig.exp: Added new test case.
12444 * gdb.cp/koenig.cc: Ditto.
12445
27d3a1a2
MS
124462010-06-01 Michael Snyder <msnyder@vmware.com>
12447
12448 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12449 * gdb.base/arrayidx.exp: Ditto.
12450 * gdb.base/attach.exp: Ditto.
12451 * gdb.base/auxv.exp: Ditto.
12452 * gdb.base/bigcre.exp: Ditto.
12453 * gdb.base/break-always.exp: Ditto.
12454 * gdb.base/break-interp.exp: Ditto.
12455 * gdb.base/break.exp: Ditto.
12456 * gdb.base/breakpoint-shadow.exp: Ditto.
12457 * gdb.base/call-ar-st.exp: Ditto.
12458 * gdb.base/call-sc.exp: Ditto.
12459 * gdb.base/call-signal-resume.exp: Ditto.
12460 * gdb.base/callfuncs.exp: Ditto.
12461 * gdb.base/catch-syscall.exp: Ditto.
12462 * gdb.base/charset.exp: Ditto.
12463 * gdb.base/code-expr.exp: Ditto.
12464 * gdb.base/commands.exp: Ditto.
12465 * gdb.base/cond-expr.exp: Ditto.
12466 * gdb.base/condbreak.exp: Ditto.
12467 * gdb.base/cursal.exp: Ditto.
12468 * gdb.base/cvexpr.exp: Ditto.
12469 * gdb.base/default.exp: Ditto.
12470 * gdb.base/del.exp: Ditto.
12471 * gdb.base/detach.exp: Ditto.
12472 * gdb.base/display.exp: Ditto.
12473 * gdb.base/ena-dis-br.exp: Ditto.
12474 * gdb.base/eval-skip.exp: Ditto.
12475 * gdb.base/foll-fork.exp: Ditto.
12476 * gdb.base/foll-vfork.exp: Ditto.
12477 * gdb.base/frame-args.exp: Ditto.
12478 * gdb.base/funcargs.exp: Ditto.
12479 * gdb.base/gcore-buffer-overflow.exp: Ditto.
12480 * gdb.base/gdbvars.exp: Ditto.
12481 * gdb.base/help.exp: Ditto.
12482 * gdb.base/ifelse.exp: Ditto.
12483 * gdb.base/included.exp: Ditto.
12484 * gdb.base/list.exp: Ditto.
12485 * gdb.base/macscp.exp: Ditto.
12486 * gdb.base/maint.exp: Ditto.
12487 * gdb.base/multi-fork.exp: Ditto.
12488 * gdb.base/overlays.exp: Ditto.
12489 * gdb.base/page.exp: Ditto.
12490 * gdb.base/pending.exp: Ditto.
12491 * gdb.base/pointers.exp: Ditto.
12492 * gdb.base/pr11022.exp: Ditto.
12493 * gdb.base/prelink.exp: Ditto.
12494 * gdb.base/printcmds.exp: Ditto.
12495 * gdb.base/psymtab.exp: Ditto.
12496 * gdb.base/randomize.exp: Ditto.
12497 * gdb.base/relational.exp: Ditto.
12498 * gdb.base/relocate.exp: Ditto.
12499 * gdb.base/remote.exp: Ditto.
12500 * gdb.base/sepdebug.exp: Ditto.
12501 * gdb.base/set-lang-auto.exp: Ditto.
12502 * gdb.base/setshow.exp: Ditto.
12503 * gdb.base/setvar.exp: Ditto.
12504 * gdb.base/signals.exp: Ditto.
12505 * gdb.base/signull.exp: Ditto.
12506 * gdb.base/sigstep.exp: Ditto.
12507 * gdb.base/sizeof.exp: Ditto.
12508 * gdb.base/solib-disc.exp: Ditto.
12509 * gdb.base/store.exp: Ditto.
12510 * gdb.base/structs.exp: Ditto.
12511 * gdb.base/structs2.exp: Ditto.
12512 * gdb.base/subst.exp: Ditto.
12513 * gdb.base/term.exp: Ditto.
12514 * gdb.base/trace-commands.exp: Ditto.
12515 * gdb.base/unwindonsignal.exp: Ditto.
12516 * gdb.base/valgrind-db-attach.exp: Ditto.
12517 * gdb.base/varargs.exp: Ditto.
12518 * gdb.base/watch-cond.exp: Ditto.
12519 * gdb.base/watch_thread_num.exp: Ditto.
12520 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12521 * gdb.base/watchpoint.exp: Ditto.
12522 * gdb.base/whatis-exp.exp: Ditto.
12523
f8d3bf8f
MS
125242010-06-01 Michael Snyder <msnyder@vmware.com>
12525
12526 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12527 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12528 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12529 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12530 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12531 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12532 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12533 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12534 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12535 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12536 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12537 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12538 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12539 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12540 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12541
3f9e0d32
JK
125422010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12543
12544 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12545 trailing newline.
12546 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12547 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12548 (p *args): ... here and remove excessive trailing newline.
12549
f629457d
JB
125502010-05-31 Joel Brobecker <brobecker@adacore.com>
12551
12552 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12553
09eef106
JK
125542010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12555
12556 Accept the new Linux kernel "t (tracing stop)" string.
12557 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12558 Update comment.
12559 (state_wait) <T (tracing stop)>: New.
12560 (main): Update the state_wait expect string.
12561
94f31136
PA
125622010-05-28 Pedro Alves <pedro@codesourcery.com>
12563
12564 * limits.c, limits.exp: Delete files.
12565 * Makefile.in (clean mostlyclean): Adjust.
12566 * tracecmd.exp: Adjust.
12567
096554ab
JK
125682010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12569
12570 * gdb.base/tui-layout.exp: New.
12571
27d3a1a2 125722010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 12573
889bf7c5 12574 * gdb.reverse/break-precsave.exp:
bcd2dc50 12575 Replace uses of send_gdb / gdb_expect.
889bf7c5 12576 * gdb.reverse/break-reverse.exp:
bcd2dc50 12577 Replace uses of send_gdb / gdb_expect.
889bf7c5 12578 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 12579 Replace uses of send_gdb / gdb_expect.
889bf7c5 12580 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 12581 Replace uses of send_gdb / gdb_expect.
889bf7c5 12582 * gdb.reverse/finish-precsave.exp:
bcd2dc50 12583 Replace uses of send_gdb / gdb_expect.
889bf7c5 12584 * gdb.reverse/finish-reverse.exp:
bcd2dc50 12585 Replace uses of send_gdb / gdb_expect.
889bf7c5 12586 * gdb.reverse/i386-precsave.exp:
bcd2dc50 12587 Replace uses of send_gdb / gdb_expect.
889bf7c5 12588 * gdb.reverse/i386-reverse.exp:
bcd2dc50 12589 Replace uses of send_gdb / gdb_expect.
889bf7c5 12590 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 12591 Replace uses of send_gdb / gdb_expect.
889bf7c5 12592 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 12593 Replace uses of send_gdb / gdb_expect.
889bf7c5 12594 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 12595 Replace uses of send_gdb / gdb_expect.
889bf7c5 12596 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 12597 Replace uses of send_gdb / gdb_expect.
889bf7c5 12598 * gdb.reverse/machinestate.exp:
bcd2dc50 12599 Replace uses of send_gdb / gdb_expect.
889bf7c5 12600 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 12601 Replace uses of send_gdb / gdb_expect.
889bf7c5 12602 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 12603 Replace uses of send_gdb / gdb_expect.
889bf7c5 12604 * gdb.reverse/solib-precsave.exp:
bcd2dc50 12605 Replace uses of send_gdb / gdb_expect.
889bf7c5 12606 * gdb.reverse/solib-reverse.exp:
bcd2dc50 12607 Replace uses of send_gdb / gdb_expect.
889bf7c5 12608 * gdb.reverse/step-precsave.exp:
bcd2dc50 12609 Replace uses of send_gdb / gdb_expect.
889bf7c5 12610 * gdb.reverse/step-reverse.exp:
bcd2dc50 12611 Replace uses of send_gdb / gdb_expect.
889bf7c5 12612 * gdb.reverse/until-precsave.exp:
bcd2dc50 12613 Replace uses of send_gdb / gdb_expect.
889bf7c5 12614 * gdb.reverse/until-reverse.exp:
bcd2dc50 12615 Replace uses of send_gdb / gdb_expect.
889bf7c5 12616 * gdb.reverse/watch-precsave.exp:
bcd2dc50 12617 Replace uses of send_gdb / gdb_expect.
889bf7c5 12618 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
12619 Replace uses of send_gdb / gdb_expect.
12620
3def43e0
JK
126212010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12622
12623 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12624 excessive newline.
12625
27d3a1a2 126262010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
12627
12628 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
12629 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12630 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12631 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12632 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12633 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12634 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12635 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12636 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12637 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12638 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12639 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12640 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12641 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12642 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12643 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12644 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12645 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12646 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 12647
27d3a1a2 126482010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 12649
22454424
MS
12650 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12651 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12652
12653 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12654 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12655 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12656
889bf7c5 12657 * gdb.reverse/consecutive-reverse.exp:
22454424 12658 Replace uses of send_gdb / gdb_expect.
889bf7c5 12659 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
12660 Replace uses of send_gdb / gdb_expect.
12661
12662 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12663 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12664 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12665 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
12666 Replace uses of send_gdb / gdb_expect.
12667 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12668 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12669 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12670 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12671 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12672 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12673 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12674 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12675 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
12676
126772010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 12678
22454424 12679 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12680
22454424 12681 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12682
22454424
MS
12683 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12684 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12685 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12686 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12687 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12688 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12689 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12690 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12691 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12692
6e5f2c59
TT
126932010-05-25 Tom Tromey <tromey@redhat.com>
12694
12695 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12696
bbc8b958
TT
126972010-05-25 Tom Tromey <tromey@redhat.com>
12698
12699 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12700 argument order.
12701 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12702 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12703 order.
12704 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12705 order.
12706 * gdb.base/call-sc.exp (setup_kfails): Remove.
12707 (setup_compiler_kfails): Remove.
12708 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12709 argument order.
12710 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12711 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12712 (advancei): Fix setup_kfail argument order.
12713 * gdb.base/radix.exp: Fix setup_kfail argument order.
12714 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12715 order.
12716 * gdb.base/structs.exp (setup_kfails): Remove.
12717 (setup_compiler_kfails): Fix setup_kfail argument order.
12718 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12719 order.
12720 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12721 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12722 setup_kfail argument order.
12723 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12724
83d1babf
TT
127252010-05-25 Tom Tromey <tromey@redhat.com>
12726
12727 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12728
6acb16a2
MS
127292010-05-25 Michael Snyder <msnyder@vmware.com>
12730
12731 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12732 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12733 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12734 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12735 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12736 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12737 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12738 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12739 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
12740 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12741 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12742 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12743 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12744 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12745 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12746 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12747 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12748 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12749 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12750 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12751 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12752 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12753 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
12754 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12755 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12756 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12757 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12758 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12759 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12760 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12761 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12762 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12763 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12764 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12765 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12766 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12767 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12768 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12769 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12770 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12771 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12772 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12773 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12774 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12775 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12776 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12777 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 12778 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12779
127802010-05-25 Doug Evans <dje@google.com>
12781
12782 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12783 gdb.string_to_argv.
ad3986f0 12784
d3b1e874
TT
127852010-05-21 Tom Tromey <tromey@redhat.com>
12786
12787 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12788 Call it.
12789 * gdb.dwarf2/pieces.S: Update.
12790 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12791
cb826367
TT
127922010-05-21 Tom Tromey <tromey@redhat.com>
12793
12794 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12795 Call it.
12796 * gdb.dwarf2/pieces.c (struct C): New.
12797 (f6): New function.
12798 * gdb.dwarf2/pieces.S: Replace.
12799
74de6778
TT
128002010-05-21 Tom Tromey <tromey@redhat.com>
12801
12802 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12803 Call it.
12804
afd74c5f
TT
128052010-05-21 Tom Tromey <tromey@redhat.com>
12806
12807 * gdb.dwarf2.pieces.exp: New file.
12808 * gdb.dwarf2.pieces.S: New file.
12809 * gdb.dwarf2.pieces.c: New file.
12810
a7b75dfd 128112010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 12812 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
12813
12814 * lib/gdb.exp (gdb_test_no_output): New function.
12815 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12816 when testing commands that should produce no output.
12817
c81c812a
JB
128182010-05-17 Joel Brobecker <brobecker@adacore.com>
12819
12820 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12821 parameter that we want to watch being a constant.
12822
0cce5bd9
JB
128232010-05-17 Joel Brobecker <brobecker@adacore.com>
12824
12825 * gdb.ada/cond_lang: New testcase.
12826
47050449
JB
128272010-05-17 Joel Brobecker <brobecker@adacore.com>
12828
12829 * lib/gdb.exp (banned_variables): New variable/constant.
12830 (gdb_init): Add write trace on variables listed in banned_variables.
12831 (gdb_finish): Remove write traces on variables listed in
12832 banned_variables.
12833
77c01586
JB
128342010-05-17 Joel Brobecker <brobecker@adacore.com>
12835
12836 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12837 * gdb.cp/koenig.exp: Likewise.
12838
88d4aea7
PM
128392010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12840
889bf7c5 12841 PR python/11482
88d4aea7
PM
12842
12843 * gdb.python/py-value.exp (test_value_hash): New function.
12844
f5a010c0
PM
128452010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12846
12847 PR exp/11530.
12848 * gdb.base/gdb11530.c: New file.
12849 * gdb.base/gdb11530.exp: New file.
12850
8ef4892f
JK
128512010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12852
12853 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12854 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12855
7322dca9
SW
128562010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12857
12858 * gdb.cp/koenig.exp: New test.
12859 * gdb.cp/koenig.cc: New test program.
12860
02e7ea18
JB
128612010-05-05 Joel Brobecker <brobecker@adacore.com>
12862
12863 Remove the use of prms_id and bug_id throughout the testsuite.
12864
e1c34c5d
PM
128652010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12866
12867 PR exp/11349.
12868 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12869 use a reference local variable.
12870
8e1d0c49
JK
128712010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12872
12873 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12874 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12875 variable different_dir. Move debugfile into a full directory pathname
12876 under DIFFERENT_DIR.
12877 * lib/gdb.exp (separate_debug_filename): Remove.
12878 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12879 variable debug_dir and mkdir of it. Update function comments.
12880
e66408ed
PA
128812010-04-29 Pedro Alves <pedro@codesourcery.com>
12882
12883 PR gdb/11557
12884
12885 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12886 files.
12887
d7b32ed3
PM
128882010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12889
889bf7c5 12890 * gdb.python/py-param.exp: New File.
d7b32ed3 12891
6aecb9c2
JB
128922010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12893
12894 * gdb.base/default.exp: Fix "set language" test.
12895
bdf92a1c
PM
128962010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12897
12898 PR breakpoints/11531.
12899 * gdb.base/gdb11531.c: New file.
12900 * gdb.base/gdb11531.exp: New file.
12901
3f172e24
TT
129022010-04-26 Tom Tromey <tromey@redhat.com>
12903
12904 * gdb.base/completion.exp: Add tests for completion and deprecated
12905 commands.
12906
64af4c92
JK
129072010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12908
12909 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12910 (print /x char_array): Escape curly brackets.
12911
492928e4
JK
129122010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12913
12914 Fix deadlock on looped list of loaded shared objects.
12915 * gdb.base/solib-corrupted.exp: New.
12916
66d09542
DE
129172010-04-23 Doug Evans <dje@google.com>
12918
12919 * gdb.python/py-section-script.c: New file.
12920 * gdb.python/py-section-script.exp: New file.
12921 * gdb.python/py-section-script.py: New file.
12922
8bd10a10
CM
129232010-04-20 Chris Moller <cmoller@redhat.com>
12924
12925 PR 10179
12926
12927 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12928 * gdb.base/pr10179-a.c:
12929 * gdb.base/pr10179-b.c:
12930 * gdb.base/pr10179.exp: New files.
12931
c0201579
JK
129322010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12933
12934 Fix crashes on dangling display expressions.
12935 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12936 is SEP.
12937 (lib_flags): Remove the "debug" keyword.
12938 (libsepdebug): New variable for iterating new loop.
12939 (save_pf_prefix): New variable wrapping the loop.
12940 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12941 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12942
793b0ff8
PM
129432010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12944
12945 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12946
097f51f7
PM
129472010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12948
12949 PR stabs/11479.
12950 * gdb.stabs/gdb11479.exp: New file.
12951 * gdb.stabs/gdb11479.c: New file.
12952
9a22f0d0
PM
129532010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12954
12955 * gdb.base/charset.c (Strin16, String32): New variables.
12956 * gdb.base/charset.exp (gdb_test): Test correct display
12957 of 16 or 32 bit strings.
12958
129592010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
12960
12961 PR 9167
12962 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12963 * gdb.cp/pr9167.cc: New file.
12964 * gdb.cp/pr9167.exp: New file.
12965
12966
6e354e5e
PM
129672010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12968
12969 PR pascal/11492.
12970 * gdb.pascal/gdb11492.pas: New file.
12971 * gdb.pascal/gdb11492.exp: New file.
12972
be942545
JB
129732010-04-20 Joel Brobecker <brobecker@adacore.com>
12974
1667e6e3 12975 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 12976
0c3acc09
JB
129772010-04-20 Joel Brobecker <brobecker@adacore.com>
12978
12979 * gdb.ada/dyn_loc: New testcase.
12980
ec31cde5
CM
129812010-04-20 Chris Moller <cmoller@redhat.com>
12982
12983 PR 10867
889bf7c5 12984
ec31cde5
CM
12985 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12986 * gdb.cp/pr10687.cc: New file.
12987 * gdb.cp/pr10687.exp: New file.
12988
12989
ce4b0682
SDJ
129902010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12991 Sergio Durigan Junior <sergiodj@redhat.com>
12992
12993 * gdb.fortran/logical.exp: New testcase.
12994 * gdb.fortran/logical.f90: New file.
12995
3436961f
DE
129962010-04-19 Doug Evans <dje@google.com>
12997
12998 * gdb.base/help.exp (help source): Update expected output.
12999
4d836c09
JK
130002010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13001
13002 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13003 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13004 gdb_exit and return.
13005 (executable): New variable.
13006 (binfile): Use it.
13007
6149aea9
PA
130082010-04-19 Pedro Alves <pedro@codesourcery.com>
13009
13010 PR breakpoints/8554.
13011
13012 * gdb.trace/save-trace.exp: Adjust.
13013
ed41462c
L
130142010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13015
13016 PR corefiles/11511
13017 * gdb.arch/system-gcore.exp: New.
13018 * gdb.arch/gcore.c: Likewise.
13019
3f7b2faa
DE
130202010-04-15 Doug Evans <dje@google.com>
13021
fa33c3cd
DE
13022 * gdb.python/py-progspace.c: New file.
13023 * gdb.python/py-progspace.exp: New file.
13024
3f7b2faa
DE
13025 * gdb.base/source.exp: Add tests for "source -s".
13026
79f283fe
PM
130272010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13028
13029 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13030 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13031 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13032 * gdb.python/py-mi.exp: New test for to_string returning None.
13033
fc8eb08a
PM
130342010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13035
13036 * gdb.python/py-breakpoint.c: Make result global.
13037
26e197f6
JK
130382010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 Fix non-GNU make compatibility.
13041 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13042
adc36818
PM
130432010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13044
13045 * gdb.python/py-breakpoint.exp: New File.
13046 * gdb.python/py-breakpoint.C: Ditto.
13047
64e17368
SS
130482010-04-08 Stan Shebs <stan@codesourcery.com>
13049
13050 * gdb.trace/actions.exp: Clear default-collect.
13051 * gdb.trace/save-trace.exp: Clear default-collect.
13052
fff5cc64
PM
130532010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13054
13055 * gdb.python/py-value: Add null string variable.
13056 (test_lazy_string): Test zero length, NULL address lazy
13057 strings.
13058
a055a187
L
130592010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13060
13061 * gdb.arch/i386-avx.c: New.
13062 * gdb.arch/i386-avx.exp: Likewise.
13063
13064 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13065
96e39866
DE
130662010-04-06 Doug Evans <dje@google.com>
13067
13068 * gdb.base/source-test.gdb: New file.
13069 * gdb.base/source.exp: Test source -v.
13070
5984a431
UW
130712010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13072
13073 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13074
ec8a089a
PM
130752010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13076
13077 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13078 within one line, unless it is followed by a double quote.
13079 * gdb.stabs/hppa.sed: Idem.
13080 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
13081 * gdb.stabs/weird.exp: Check for correct parsing of
13082 char and string constants.
ec8a089a
PM
13083 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13084 in .stabs to .stabx substitution.
13085
fce3c1f0
SS
130862010-04-05 Stan Shebs <stan@codesourcery.com>
13087
13088 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13089 constant global.
13090 * gdb.trace/tfile.exp: Try to print them.
13091
d77f58be
SS
130922010-04-04 Stan Shebs <stan@codesourcery.com>
13093
13094 * gdb.base/completion.exp: Update for new "info watchpoints".
13095 * gdb.base/default.exp: Ditto.
13096 * gdb.base/help.exp: Ditto.
13097 * gdb.base/watchpoint.exp: Ditto.
13098 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 13099
af54718e
SS
131002010-04-04 Stan Shebs <stan@codesourcery.com>
13101
13102 * gdb.trace/tfile.exp: Sharpen tfind test.
13103
74d1f91e
JK
131042010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13105
13106 * gdb.base/break-entry.exp: New.
13107
eb8e76db 131082010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 13109 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
13110
13111 * gdb.reverse/i386-sse-reverse.exp: New file.
13112 * gdb.reverse/i386-sse-reverse.c: New file.
13113
bf65cad8
PA
131142010-04-02 Pedro Alves <pedro@codesourcery.com>
13115
13116 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13117
fff87407
SS
131182010-04-01 Stan Shebs <stan@codesourcery.com>
13119
13120 * gdb.trace/actions.exp: Tweak expected output.
13121 * gdb.trace/while-stepping.exp: Tweak expected output.
13122
fe01d668
L
131232010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13124
13125 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13126
86b17b60
PA
131272010-04-01 Pedro Alves <pedro@codesourcery.com>
13128
13129 * gdb.base/commands.exp: Adjust.
13130 * gdb.cp/extern-c.exp: Adjust.
13131
2c58c0a9
PA
131322010-04-01 Pedro Alves <pedro@codesourcery.com>
13133
13134 * gdb.trace/collection.c (local_test_func): Define a local struct,
13135 and instanciate it.
13136
0db9b91c
PA
131372010-04-01 Pedro Alves <pedro@codesourcery.com>
13138
13139 * gdb.trace/collection.exp (gdb_collect_args_test)
13140 (gdb_collect_argarray_test): XFAIL the tests that assume the
13141 argarray argument's elements are collected.
13142
8072405b
JK
131432010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13144
13145 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13146 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13147
8bf6485c
SS
131482010-03-31 Stan Shebs <stan@codesourcery.com>
13149
13150 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13151 and tracepoint conditionals.
13152 (gdb_verify_tracepoints): Delete unused return.
13153
fd7f724a
KS
131542010-03-26 Keith Seitz <keiths@redhat.com>
13155
13156 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13157 appear in the output before main.
13158 Remove KFAIL for gdb/2215 aka bz 9320.
13159
8d9e7719
DE
131602010-03-30 Doug Evans <dje@google.com>
13161
0906dd0b
DE
13162 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13163 by dejagnu.
13164 * gdb.arch/amd64-dword.exp: Ditto.
13165
8d9e7719
DE
13166 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13167 match.
13168 (break printf): Ditto.
13169
1da644f0
SW
131702010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13171
13172 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13173 gcc < 4.4.
13174 * gdb.cp/shadow.exp: Ditto.
13175
a8121990
PA
131762010-03-29 Pedro Alves <pedro@codesourcery.com>
13177
13178 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13179 "tstart" is silent.
13180
6e79d367
PA
131812010-03-29 Pedro Alves <pedro@codesourcery.com>
13182
13183 * gdb.trace/collection.exp (executable): New.
13184 (binfile): Use it.
13185 (fpreg, spreg, pcreg): New.
13186 (test_register): Use gdb_test_multiple. Pass /x to print.
13187 (prepare_for_trace_test): New.
13188 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13189 (gdb_collect_args_test, gdb_collect_argstruct_test)
13190 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13191 prepare_for_trace_test.
13192 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13193 fpreg, spreg and pcreg.
13194 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13195 prepare_for_trace_test.
13196 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13197 try to detect tracing support here. Don't set breakpoints at
13198 `begin' or `end' here.
13199 <global scope>: Use clean_restart. Run to main before checking
13200 for tracing support. Check for for tracing support here.
13201
09248348
JK
132022010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13203
13204 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13205 " as $displacement" to "seen displacement message".
13206
d350db38
PA
132072010-03-28 Pedro Alves <pedro@codesourcery.com>
13208
13209 * gdb.trace/while-dyn.exp (executable): New variable.
13210 (binfile): Use it.
13211 (test_while_stepping): New function. Move most tests here. Call
13212 it once for each of the while-stepping, stepping and ws aliases.
13213
907af001
UW
132142010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13215
13216 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13217 that do not provide the tagless_struct type name at all.
13218 (test_print_anon_union): Do not check value of uninitialized
13219 union member. Do not use cp_test_ptype_class, so we can accept
13220 "long" as well as "long int".
13221
610197fd
PA
132222010-03-26 Pedro Alves <pedro@codesourcery.com>
13223
13224 * gdb.trace/tfile.c (tohex, bin2hex): New.
13225 (write_error_trace_file): Hexify error description.
13226
6c28cbf2
SS
132272010-03-25 Stan Shebs <stan@codesourcery.com>
13228
13229 * gdb.trace/tfile.c: Generate an additional trace file, improve
13230 portability.
13231 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13232 files in a better way.
13233
e62b8c7e
KS
132342010-03-25 Keith Seitz <keiths@redhat.com>
13235
13236 * gdb.java/jprint.exp: XFAIL printing of static class members
13237 because of GCC debuginfo problem.
13238
82ccf5a5
JK
132392010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13240
13241 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13242
293e2f9e
DJ
132432010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13244
13245 * gdb.base/completion.exp: Allow long instead of long int.
13246 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13247 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13248 variable p.
13249 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13250 * gdb.base/pointers.exp: Allow long instead of long int.
13251 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13252 * gdb.base/step-line.exp: Allow a directory before the source file name.
13253
95a42b64
TT
132542010-03-24 Tom Tromey <tromey@redhat.com>
13255
13256 PR breakpoints/9352:
13257 * gdb.base/default.exp: Update.
13258 * gdb.base/commands.exp: Update.
13259 * gdb.cp/extern-c.exp: Test setting commands on multiple
13260 breakpoints at once.
13261
2390201f
DJ
132622010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13263
13264 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13265 if gdb,nosignals.
13266 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13267 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13268 exited".
13269
8c9a6790
SS
132702010-03-24 Stan Shebs <stan@codesourcery.com>
13271
13272 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13273
a6c727b2
DJ
132742010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13275
13276 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13277 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13278 argument. Handle "short" and "long".
13279 (Top level): Pass overprototyped output for old_fptr and xptr.
13280
4dfd5423
PA
132812010-03-23 Pedro Alves <pedro@codesourcery.com>
13282
13283 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13284 format strings and add casts to avoid compiler warnings.
13285
132862010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
13287
13288 * lib/trace-support.exp (gdb_trace_setactions):
13289 Don't expect whitespace after ">" prompt.
13290 * gdb.trace/actions.exp: Adjust for output changes.
13291 * gdb.trace/while-stepping.exp: Likewise.
13292
c847d045
JK
132932010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13294
13295 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13296 and r157645).
13297
5f717f1d
JK
132982010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13299
13300 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13301 New.
13302
7d6d51d5
DJ
133032010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13304
13305 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13306 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13307
3b11a015
SS
133082010-03-19 Stan Shebs <stan@codesourcery.com>
13309
13310 * gdb.trace/ax.exp: New file.
13311
d7d158ed
DE
133122010-03-19 Doug Evans <dje@google.com>
13313
6bb85cd1
DE
13314 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13315 output from gcc.
13316
d7d158ed
DE
13317 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13318 named /usr/sbin/prelink<foo>.
13319
4daf5ac0
SS
133202010-03-18 Stan Shebs <stan@codesourcery.com>
13321
13322 * gdb.trace/circ.exp: Test circular-trace-buffer.
13323 * gdb.trace/tfile.exp: Update tstatus test.
13324
e8d05480
JB
133252010-03-18 Joel Brobecker <brobecker@adacore.com>
13326
13327 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13328 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13329
441b986a
UW
133302010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13331
13332 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13333
4247603b
PA
133342010-03-18 Pedro Alves <pedro@codesourcery.com>
13335
13336 * gdb.base/default.exp: Adjust the expected output of the finish
13337 and until commands when the inferior is not being run.
13338
13387711
SW
133392010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13340
13341 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13342 * gdb.cp/nsusing.exp: Ditto.
13343
6e31430b
TT
133442010-03-15 Tom Tromey <tromey@redhat.com>
13345
13346 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13347 * gdb.cp/userdef.cc (operator==): New function.
13348 (main): New locals mem1, mem2.
13349
e2d69cb5
JZ
133502010-03-15 Jie Zhang <jie@codesourcery.com>
13351
13352 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13353 Declare and use new loadtimeout variable.
13354
f572f0a9
DJ
133552010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13356
13357 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13358 Use gdb_load later.
13359
51f4c0b0
PA
133602010-03-14 Pedro Alves <pedro@codesourcery.com>
13361
13362 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13363 literal. Add missing endlines to prints to stderr.
13364
1c809c68
TT
133652010-03-12 Tom Tromey <tromey@redhat.com>
13366
13367 PR c++/9708:
13368 * gdb.cp/m-static.exp: Add regression test.
13369 * gdb.cp/m-static.cc (method): New method.
13370 (main): Call it.
13371
00ae8fef
SW
133722010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13373
13374 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13375 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13376
759f0f0b
PA
133772010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13378
21e24d21
PA
13379 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13380
133812010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13382
759f0f0b
PA
13383 * lib/gdb.exp (skip_stl_tests): New.
13384 (gdb_compile): Symbian needs -ldl.
13385 (shlib_target_file): New.
13386 (shlib_symbol_file): New.
13387 (gdb_load_shlibs): Use shlib_target_file.
13388 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13389 * gdb.cp/exception.exp: Use skip_stl_tests.
13390 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13391 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13392 * gdb.cp/mb-templates.exp: Ditto.
13393 * gdb.base/commands.exp: Relax regexes.
13394 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13395 shlib_target_file and shlib_symbol_file.
13396 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13397 sections.
13398 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13399 * gdb.base/solib-disc.exp: Use
13400 shlib_target_file and shlib_symbol_file.
13401 * gdb.base/unload.exp: Don't skip on symbian. Use
13402 shlib_target_file and shlib_symbol_file.
13403 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13404
6a8f2671 134052010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 13406
6a8f2671
PA
13407 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13408 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13409 Issue a tfind end before looking for a tracepoint frame.
13410 * gdb.trace/tfind.exp: Adjust tstatus output.
13411 Adjust disassembly output.
13412 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13413
ccf26247
JK
134142010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13415
13416 * gdb.base/break-interp.exp: Create new displacement parameter value
13417 for the test_ld calls.
13418 (reach): New parameter displacement, verify its content. New push of
13419 pf_prefix "reach-$func:". Import global expect_out.
13420 (test_core): New parameter displacement, verify its content. New push
13421 of pf_prefix "core:". New command "set verbose on". Import global
13422 expect_out.
13423 (test_attach): New parameter displacement, verify its content. New
13424 push of pf_prefix "attach:". New command "set verbose on". Import
13425 global expect_out.
13426 (test_ld): New parameter displacement, pass it to the reach, test_core
13427 and test_attach calls and verify its content in the "ld.so exit" test.
13428 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13429 (prelink): Update expected text, use gdb_test.
13430
e469c7fb
DE
134312010-03-10 Doug Evans <dje@google.com>
13432
13433 * gdb.base/checkpoint.exp: Fix comment.
13434 Lengthen timeout while doing >600 checkpoints test.
13435 Rename duplicate "kill all one" test to keep test names unique.
13436
60e1c644
PA
134372010-03-10 Pedro Alves <pedro@codesourcery.com>
13438
13439 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13440
cec808ec
KS
134412010-03-08 Keith Seitz <keiths@redhat.com>
13442
889bf7c5
PA
13443 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13444 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13445 (dm_type_long): New function.
13446 (dm_type_unsigned_short): New function.
13447 (dm_type_unsigned_long): New function.
13448 (myint): New typedef.
13449 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13450 long, unsigned shor and long, operator char*, and typedef.
13451 (test_lookup_operator_functions): Add operator char* test.
13452 (test_paddr_operator_functions): Likewise.
13453 (test_paddr_overloaded_functions): Use probe values for
13454 short, long, and unsigned short and long.
13455 (test_paddr_hairy_functions): If the demangler probe detected
13456 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13457 demangler.
13458 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13459 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13460 and "print null_pmf".
13461 Add test "ptype a.*pmf".
13462 * gdb.cp/overload.exp: Allow optional "int" to appear with
13463 "short" and "long".
13464 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13465 long expect value for men_overload1arg.
13466 Allow "int" to appear with "short" and "long".
13467 When testing "info break", add argument for main (void).
13468 Also allow "int" to appear with "short" and "long".
13469 Ditto with "unsigned" and "long long".
cec808ec
KS
13470 * gdb.java/jmain.exp: Do not enclose methods names in single
13471 quotes.
13472 * gdb.java/jmisc.exp: Likewise.
13473 * gdb.java/jprint.exp: Likewise.
13474 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13475
13476 From Jan Kratochvil <jan.kratochvil@redhat.com>:
13477 * gdb.cp/exception.exp (backtrace after first throw)
13478 (backtrace after second throw): Allow a namespace before __cxa_throw.
13479 (backtrace after first catch, backtrace after second catch): Allow
13480 a namespace before __cxa_begin_catch.
13481
13482 * gdb.cp/cpexprs.exp: New file.
13483 * gdb.cp/cpexprs.cc: New file.
13484
13485 From Daniel Jacobowitz <dan@codesourcery.com>
13486 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
13487 to use string_to_regexp.
13488 (ctor, dtor): New functions. Use them to match constructor
13489 and destructor function types.
13490 (Top level): Use runto_main.
13491
f870a310
TT
134922010-03-05 Tom Tromey <tromey@redhat.com>
13493
13494 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
13495 gdb.target_charset.
13496 (pp_ns.to_string): Likewise.
13497
0c199f28
KS
134982010-03-04 Keith Seitz <keiths@redhat.com>
13499
13500 * gdb.cp/overload.exp: Test that the filename portion of a linespec
13501 can be quoted. Test that both the filename and function/line
13502 portions can be quoted at the same time.
13503
c7437ca6
PA
135042010-03-04 Pedro Alves <pedro@codesourcery.com>
13505
13506 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
13507
b111b805
DE
135082010-03-03 Doug Evans <dje@google.com>
13509
24486cb7
DE
13510 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13511 libc contains libpthread.
13512
b111b805
DE
13513 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13514 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13515 of gdb_compile. Add another pattern to match android backtrace.
13516
a0e0ef55
TT
135172010-03-03 Tom Tromey <tromey@redhat.com>
13518
13519 PR gdb/11345:
13520 * gdb.base/printcmds.exp (test_printf): Add test.
13521
1ba53b71
L
135222010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13523
13524 * gdb.arch/amd64-byte.exp: New.
13525 * gdb.arch/amd64-dword.exp: Likewise.
13526 * gdb.arch/amd64-pseudo.c: Likewise.
13527 * gdb.arch/amd64-word.exp: Likewise.
13528 * gdb.arch/i386-byte.exp: Likewise.
13529 * gdb.arch/i386-pseudo.c: Likewise.
13530 * gdb.arch/i386-word.exp: Likewise.
13531
f5dff777
DJ
135322010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13533
13534 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13535 types. Add structreg, bitfields, and flags registers.
13536 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13537 registers.
13538
90884b2b
L
135392010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13540
13541 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13542 (load_description): Set architecture if defined.
13543
dc00d89f
PM
135442010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13545
13546 * gdb.python/py-frame.exp: Add read_var block tests.
13547 * gdb.python/py-frame.c (block): New function.
13548
0e095b7e
JK
135492010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13550 Daniel Jacobowitz <dan@codesourcery.com>
13551
13552 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13553
624f1a65
DM
135542010-02-25 David S. Miller <davem@davemloft.net>
13555
13556 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13557 fix logic for setting all_syscalls_numbers.
13558
f3e9a817
PM
135592010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13560
13561 * Makefile.in: Add py-block and py-symbol.
13562 * gdb.python/py-symbol.exp: New File.
13563 * gdb.python/py-symtab.exp: New File.
13564 * gdb.python/py-block.exp: New File.
13565 * gdb.python/py-symbol.c: New File.
13566 * gdb.python/py-block.c: New File.
13567
f6bbabf0
PM
135682010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13569
13570 PR python/11314
13571 * lib/gdb.exp (skip_python_tests): New function.
13572 * gdb.python/py-cmd.exp: Use skip_python_tests.
13573 * gdb.python/py-frame.exp: Likewise.
13574 * gdb.python/py-function.exp: Likewise.
13575 * gdb.python/py-prettyprint.exp: Likewise.
13576 * gdb.python/py-template.exp: Likewise.
13577 * gdb.python/py-type.exp: Likewise.
13578 * gdb.python/py-value.exp: Likewise.
13579
85d721b8
PA
135802010-02-22 Pedro Alves <pedro@codesourcery.com>
13581
13582 PR9605
13583
13584 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13585
48e32051
TT
135862010-02-19 Tom Tromey <tromey@redhat.com>
13587
13588 PR c++/8693, PR c++/9496:
13589 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13590 regression tests.
13591
ac9c0048
JK
135922010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13593
13594 Fix compatibility with m68k as.
13595 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13596 Use only /* comments */.
13597
57bb97a4
UW
135982010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13599
13600 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13601 * configure: Regenerate.
13602
7d1bf85c
DJ
136032010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13604
13605 * gdb.python/py-type.exp: Check for Python support.
13606
061b5285
PA
136072010-02-17 Pedro Alves <pedro@codesourcery.com>
13608
13609 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13610 `regsub' syntax available.
13611
f8a8bc2c
PA
136122010-02-17 Pedro Alves <pedro@codesourcery.com>
13613
13614 * gdb.base/shmain.c (main): Remove printf call.
13615 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13616 * gdb.base/unload.c (main): Make format of fprintf a string
13617 literal. Add missing endlines to prints to stderr.
13618 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13619
6f451e5e
TT
136202010-02-17 Tom Tromey <tromey@redhat.com>
13621
13622 * gdb.java/jprint.java (jprint.props): New field.
13623 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13624
12d79008
PA
136252010-02-17 Pedro Alves <pedro@codesourcery.com>
13626
ef801a0e 13627 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
13628 available.
13629
d252f7e5
DJ
136302010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13631
13632 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13633 creation to support remote host testing.
13634
67bdab6c
DJ
136352010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13636
13637 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13638 Recognize "command not found".
13639
bb391223
DJ
136402010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13641
13642 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13643 single-stepping.
13644
70362913
DJ
136452010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13646
13647 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13648 if arguments are not supported.
13649
493f3c00
DJ
136502010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13651
13652 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13653 be const or non-const.
13654
8034c749
DJ
136552010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13656
13657 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13658 mi_send_resuming_command to send -exec-continue.
13659
791dfb64
DJ
136602010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13661
13662 * gdb.base/list.exp (test_list_filename_and_function): Add test
13663 with single quotes.
13664 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13665 matching.
13666 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13667 Add KFAIL'd tests for PR gdb/11289.
13668
7c5fe868
DJ
136692010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13670
13671 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13672
fdc498b8
DJ
136732010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13674
13675 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13676 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13677 a temporary directory.
13678
b519e2a6
DJ
136792010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13680
13681 * gdb.base/charset.exp: Use a single regular expression to match
13682 show host-charset and show target-charset output.
13683
74164c56
JK
136842010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13685
13686 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13687 "Illegal process-id" expect string more exact.
13688 (attach to digits-starting nonsense is prohibited): New.
13689
701ed6dc
JK
136902010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13691
13692 * gdb.base/prelink.exp (set verbose on): New.
13693
889bf7c5 136942010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
13695
13696 * mi-reverse.exp: New file. Test for reverse option to the
13697 following MI commands: exec-continue, exec-finish, exec-next,
13698 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 13699
dadf0e9c
JB
137002010-02-09 Joel Brobecker <brobecker@adacore.com>
13701
13702 * gdb.ada/ptype_tagged_param: New testcase.
13703
714f19d5
TT
137042010-02-08 Tom Tromey <tromey@redhat.com>
13705
13706 PR c++/8017:
13707 * gdb.cp/overload.exp: Add tests.
13708 * gdb.cp/overload.cc (struct K): New.
13709 (namespace N): New.
13710 (main): Call new functions.
13711 (K::staticoverload): Define.
13712
889bf7c5 137132010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
13714
13715 PR gdb/10728
13716 * gdb.cp/pr10728-x.h: New file.
13717 * gdb.cp/pr10728-x.cc: New file.
13718 * gdb.cp/pr10728-y.cc: New file.
13719 * gdb.cp/pr10728.exp: New file.
13720 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13721
889bf7c5 137222010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
13723
13724 PR gdb/9067
13725 * gdb.cp/pr9067.exp: New
13726 * gdb.cp/pr9067.cc: New
13727 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13728
7b356089
JB
137292010-02-08 Joel Brobecker <brobecker@adacore.com>
13730
13731 * lib/gdb.exp (gdb_test_timeout): New global variable.
13732 Set it to timeout if not already set.
13733 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13734
1be00882
DE
137352010-02-05 Doug Evans <dje@google.com>
13736
13737 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13738 user.
13739
82856980
SW
137402010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13741
13742 PR c++/7935:
13743 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13744
1a334831
TT
137452010-02-04 Tom Tromey <tromey@redhat.com>
13746
13747 * gdb.cp/virtbase.exp: Make test case names unique.
13748
9c3c02fd
TT
137492010-02-02 Tom Tromey <tromey@redhat.com>
13750
13751 * gdb.cp/virtbase.exp: Add regression tests.
13752 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13753 (main): Instantiate RHC.
13754
0cc2414c
TT
137552010-02-02 Tom Tromey <tromey@redhat.com>
13756
13757 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13758 type-printing change.
13759
edf3d5f3
TT
137602010-02-02 Tom Tromey <tromey@redhat.com>
13761
13762 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13763 * gdb.cp/virtbase.cc: New file.
13764 * gdb.cp/virtbase.exp: New file.
13765 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13766
e4b7f41c
JK
137672010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13768
13769 PR libc/11214:
13770 * gdb.threads/current-lwp-dead.c: Include features.h.
13771 (HAS_NOMMU): New.
13772 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13773
b381ea14
JK
137742010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13775
13776 * gdb.base/symbol-without-target_section.exp,
13777 gdb.base/symbol-without-target_section.c: New.
13778
c593ac0e
DJ
137792010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13780
13781 * gdb.base/bigcore.exp: Reset increased timeout.
13782 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13783
db25f29d
DJ
137842010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13785
13786 * gdb.base/gcore.exp (capture_command_output): Use
13787 gdb_test_multiple.
13788
f9d67f43
DJ
137892010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13790
13791 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13792 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13793 (Top level): Call it.
13794
177321bd
DJ
137952010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13796
13797 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13798
97f2ed50
DJ
137992010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13800
13801 * gdb.base/call-strs.exp, gdb.base/default.exp,
13802 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13803 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13804 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13805 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13806 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13807 * gdb.base/ending-run.exp: Correct restore of timeout.
13808 * gdb.base/page.exp: Remove unnecessary timeout setting.
13809
e4e2711a
JB
138102010-01-29 Joel Brobecker <brobecker@adacore.com>
13811
13812 * gdb.ada/rec_return: New testcase.
13813
ba581dc1
JB
138142010-01-29 Joel Brobecker <brobecker@adacore.com>
13815
13816 * gdb.ada/call_pn: New testcase.
13817
4ea95be9
DJ
138182010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13819
13820 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13821 (Top level): Use it to resume.
13822 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13823 the Thumb mode displaced stepping error as unsupported.
13824
df83a9bf
SW
138252010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13826
889bf7c5
PA
13827 * gdb.cp/nsusing.exp: Added more tests.
13828 * gdb.cp/nsrecurs.exp: Ditto.
13829 * gdb.cp/nsusing.cc: Added test functions.
13830 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 13831
40b27cdc
JK
138322010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13833
13834 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13835 absolute directory pathnames in gdb.sum file.
13836
de958931
SW
138372010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13838
13839 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13840 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13841
708ead4e
TT
138422010-01-26 Tom Tromey <tromey@redhat.com>
13843
13844 PR exp/7643:
13845 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13846 setup_kfail.
13847
b14e635e
SW
138482010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13849
13850 * gdb.cp/nsrecurs.exp: New test.
13851 * gdb.cp/nsrecurs.cc: New test program.
13852 * gdb.cp/nsstress.exp: New test.
13853 * gdb.cp/nsstress.cc: New test program.
13854 * gdb.cp/nsdecl.exp: New test.
13855 * gdb.cp/nsdecl.cc: New test program.
13856
8540c487
SW
138572010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13858
13859 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13860 imported into file scope.
13861 Marked test as xfail.
13862 * gdb.cp/namespace-using.cc (marker5): New function.
13863 * gdb.cp/shadow.exp: New test.
13864 * gdb.cp/shadow.cc: New test program.
13865 * gdb.cp/nsimport.exp: New test.
13866 * gdb.cp/nsimport.cc: New test program.
13867
421d5d99
TT
138682010-01-25 Tom Tromey <tromey@redhat.com>
13869
13870 PR gdb/11049:
13871 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13872 with "set print null-stop on".
13873
691f8dc1
JK
138742010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13875
13876 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13877 Adjust it for DISASSEMBLY_OMIT_FNAME.
13878
0b92b5bb
TT
138792010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13880
13881 PR symtab/11199:
13882 * gdb.dwarf2/member-ptr-forwardref.exp,
13883 gdb.dwarf2/member-ptr-forwardref.S: New.
13884
23787403
JK
138852010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13886
13887 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13888 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13889 thread1_tid_mutex. Remove gdbstop_mutex handling.
13890 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13891 thread2_tid_mutex. Remove gdbstop_mutex handling.
13892 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13893 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13894 pthread_cond_wait conditionalizations by while loops.
13895
b966cb8a
TT
138962010-01-20 Tom Tromey <tromey@redhat.com>
13897
13898 PR backtrace/10770:
13899 * gdb.dwarf2/pr10770.exp: New file.
13900 * gdb.dwarf2/pr10770.c: New file.
13901 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13902
fcae584b
VP
139032010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13904
13905 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13906 that target was removed, and the test always runs native anyway.
13907
a0f49112
JK
139082010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13909
13910 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13911 gdb.base/watchpoint-cond-gone-stripped.c: New.
13912
ceeb3d5a
TT
139132010-01-19 Tom Tromey <tromey@redhat.com>
13914
13915 PR c++/8000:
13916 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13917 existing tests.
13918 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13919 (main): Use AAA::SomeEnum.
13920
dd322c54
JK
139212010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13922
13923 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13924 (test_ignore_count): Declare line_callme_body global.
13925 (run to breakpoint with ignore count): Use line_callme_body.
13926 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13927 (set line_main_hello, set line_main_return): Reindent.
13928 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13929 New.
13930 (continue to callee4): Use line_callee4_body.
13931 (check *stopped from CLI command): Use line_callee4_next.
13932 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13933 (set line_main_hello, set line_main_return): Reindent.
13934 (set line_callee4_head, set line_callee4_body): New.
13935 (continue to callee4): Use line_callee4_body.
13936
4e8f195d
TT
139372010-01-18 Tom Tromey <tromey@redhat.com>
13938
13939 PR c++/9680:
13940 * gdb.cp/casts.cc: Add new classes and variables.
13941 * gdb.cp/casts.exp: Test new operators.
13942
9e14a9ba
JB
139432010-01-18 Tom Tromey <tromey@redhat.com>
13944 Thiago Jung Bauermann <bauerman@br.ibm.com>
13945
13946 * gdb.python/source2.py: New file.
13947 * gdb.python/source1: New file.
13948 * gdb.python/python.exp: Test "source" command.
13949
00bf0b85
SS
139502010-01-15 Stan Shebs <stan@codesourcery.com>
13951
13952 * gdb.trace/tfile.c: New file.
13953 * gdb.trace/tfile.exp: New file.
889bf7c5 13954
55235ad7
JK
139552010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13956
13957 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13958
9f2982ff
JK
139592010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13960
13961 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13962
bbfba9ed
JK
139632010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13964
13965 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13966 (libfunc): New parameter action. Implement also selectable "sleep".
13967 * gdb.base/break-interp-main.c: Include assert.h.
13968 (libfunc): New parameter action.
13969 (main): New parameters argc and argv. Assert argc. Pass argv.
13970 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13971 (test_attach): New proc.
13972 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13973 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13974
61f0d762
JK
139752010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13976
13977 * gdb.base/break-interp.exp (test_core): New proc.
13978 (test_ld): Call it.
13979
06a6f270
JK
139802010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13981
13982 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13983 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13984 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13985 and gdb_compile_shlib. Use new -Wl compiler options.
13986 (dl bt, main bt): New tests.
13987
51bee8e9
JK
139882010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13989
13990 Support PIEs with no symfile_objfile.
13991 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13992 (test_ld): New parameter trynosym.
13993 (test_ld <$trynosym>): New block.
13994
b8040f19
JK
139952010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13996
13997 * gdb.base/break-interp.exp: New file.
13998
be759fcf
PM
139992010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14000
14001 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14002 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14003 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14004 test.
14005 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14006 * gdb.python/py-mi.exp: Add lazy string test.
14007
dc146f7c
VP
140082010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14009
14010 * lib/mi-support.exp (mi_check_thread_states): Handle
14011 core number in thread listing.
14012
b4ba55a1
JB
140132010-01-12 Joel Brobecker <brobecker@adacore.com>
14014
14015 * gdb.base/maint.exp: Adjust the expected output for the
14016 "maint print type" test. Use gdb_test_multiple instead of
14017 gdb_sent/gdb_expect.
14018
08e24bd4
DE
140192010-01-11 Doug Evans <dje@google.com>
14020
6496a609
DE
14021 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14022 from gdbserver_download. All callers updated.
14023
08e24bd4
DE
14024 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14025
b5cfddf5
JK
140262010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14027
14028 Implement binary numbers parsing.
14029 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14030 (test_integer_literals_rejected): New binary tests.
14031
3725885a
RW
140322010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14033
14034 * gdb.cell/configure: Regenerate.
14035
37aeb5df
JK
140362010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14037
14038 * gdb.base/corefile.exp: Move the core finding block out and call it as
14039 core_find, new variable $corefile, replace corefile by $corefile and
14040 [file tail $corefile] for usage vs. test names resp.
14041 * lib/gdb.exp (core_find): Move it as a new function here. New
14042 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14043 $destcore. Return "" on error.
14044
d521f563
JK
140452010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14046
14047 Workaround PR binutils/10802.
14048 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14049 (twice).
14050
28f24826
DJ
140512010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14052
14053 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14054
2de75e71
JB
140552010-01-08 Joel Brobecker <brobecker@adacore.com>
14056
14057 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14058 call, to avoid interruption.
14059
fe00719b 140602010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
14061
14062 * gdb.stabs/weird.def (args93): New.
14063
d0ef5df8
DE
140642010-01-07 Doug Evans <dje@google.com>
14065
14066 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14067
3a08d52f
TT
140682010-01-07 Tom Tromey <tromey@redhat.com>
14069
14070 * gdb.base/source.exp: Use correct line number.
14071
7a697b8d
SS
140722010-01-05 Stan Shebs <stan@codesourcery.com>
14073
14074 * gdb.trace/tracecmd.exp: Test ftrace.
14075
7803799a
UW
140762010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14077
14078 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14079
c54eabfa
JK
140802010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14081
14082 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14083 "uint_for_mi_testing".
14084
02e7ef19
JB
140852010-01-01 Joel Brobecker <brobecker@adacore.com>
14086
14087 Test indented comment in file being sourced.
14088 * gdb.base/commands.exp: Test indented comment in file being sourced.
14089
abd775ce
JB
140902010-01-01 Joel Brobecker <brobecker@adacore.com>
14091
14092 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14093 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14094 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14095 notice.
14096
79b55b82
JB
140972010-01-01 Joel Brobecker <brobecker@adacore.com>
14098
14099 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14100 notice.
14101
8997583e
JK
141022010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14103
14104 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14105 missing $after_stopped and comma (,) expectation.
14106
6da95a67
SS
141072009-12-31 Stan Shebs <stan@codesourcery.com>
14108
14109 * gdb.trace/actions.exp: Test teval action.
889bf7c5 14110
218d2fc6
TJB
141112009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14112
14113 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14114 (top level): Call test_watchpoint_in_big_blob.
14115 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14116 watchpoints.
14117 (func3): Write to buf.
14118
236f1d4d
SS
141192009-12-29 Stan Shebs <stan@codesourcery.com>
14120
14121 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 14122
f61e138d
SS
141232009-12-28 Stan Shebs <stan@codesourcery.com>
14124
14125 * gdb.trace/tsv.exp: New file.
14126 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 14127
0219b378
DJ
141282009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14129
14130 * gdb.base/find.c (main): Reference search buffers.
14131 * gdb.base/included.c (main): Reference integer.
14132 * gdb.base/ptype.c (charfoo): Declare.
14133 (intfoo): Call charfoo.
14134 * gdb.base/scope0.c (useitp): New function.
14135 (usestatics): Use useitp.
14136 (useit): Add a type for val.
14137 * gdb.base/scope1.c (useit1): Take a pointer argument.
14138 (usestatics1): Update calls to useit1.
14139 * gdb.cp/call-c.cc: Declare foo.
14140 (main): Call foo.
14141 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14142 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14143 (main): Call C::ensureRefs and ensureOtherRefs.
14144 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14145 variables.
14146 (ensureOtherRefs): New function.
14147 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14148 * gdb.cp/templates.cc (main): Call t5i.value.
14149
3f78692f
JK
141502009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14151
14152 Fix compatibility with G++-4.5.
14153 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14154 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14155 (uncaught return): Remove.
14156
429374b8
JK
141572009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14158 Phil Muldoon <pmuldoon@redhat.com>
14159
14160 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14161 (bp_location13, bp_location14, bp_location17, bp_location18)
14162 (marker3_proto, marker4_proto): New variables.
14163 (breakpoint info): Update output.
14164 (run until breakpoint at marker3, run until breakpoint at marker4): New
14165 tests.
14166
859825b8
JK
141672009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14168
14169 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14170 Replace the printf call of Y by provided "y-set-1" label. New block
14171 for the second shared library.
14172 * gdb.base/unload.exp: Compile also the second library, call
14173 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14174 (single pending breakpoint info): Rename to ...
14175 (pending breakpoint info before run): ... this extended test.
14176 (libfile2, libname2, libsrcfile2, libsrc2)
14177 (lib_sl2): New variables.
14178 (exec_opts): Set also SHLIB_NAME2.
14179 (pending breakpoint info on first run at shrfunc1)
14180 (pending breakpoint info on second run at shrfunc1)
14181 (pending breakpoint info on second run at shrfunc2)
14182 (print y from libfile, print y from libfile2): New tests.
14183 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14184 * gdb.base/unloadshr2.c: New.
14185
e6a386cd
HZ
141862009-12-22 Hui Zhu <teawater@gmail.com>
14187
14188 * gdb.reverse/sigall-reverse.exp: Adjust.
14189
9e19b45e
VP
141902009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14191
14192 PR gdb/10884
14193
14194 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14195 (main): Call do_bitfield_tests.
aacf5b1e 14196 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 14197
d53a7b30
JB
141982009-12-20 Joel Brobecker <brobecker@adacore.com>
14199
14200 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14201 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14202 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14203 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14204 gdb.modula2/unbounded1.c: Update copyright header.
14205
191ca0a1
CM
142062009-12-10 Chris Moller <moller@mollerware.com>
14207
14208 PR gdb/9399
14209 * gdb.cp/virtfunc2.exp: New tests
14210 * gdb.cp/virtfunc2.cc: New tests
14211 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14212
0fa6cf1b
MS
142132009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14214
14215 * gdb.reverse/i387-env-reverse.c: New file.
14216 * gdb.reverse/i387-env-reverse.exp: New file.
14217 * gdb.reverse/i387-stack-reverse.c: New file.
14218 * gdb.reverse/i387-stack-reverse.exp: New file.
14219
361ae042
PM
142202009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14221
14222 * gdb.python/py-type.exp (test_range): New test.
14223
bfd31e71
PM
142242009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14225
14226 PR python/10805
14227
14228 * gdb.python/py-type.exp: New file.
14229 * gdb.python/py-type.c: New file.
14230 * Makefile.in: Add py-type.
14231
57a1d736
TT
142322009-12-03 Tom Tromey <tromey@redhat.com>
14233
14234 * gdb.python/py-value.exp (test_parse_and_eval): New
14235 function.
14236
1f3b5d1b
PP
142372009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14238
14239 PR gdb/11022
14240
14241 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
14242 * gdb.base/pr11022.c: New test.
14243
8b7dbdc9
JK
142442009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14245
14246 Fix spurious false FAILs.
14247 * gdb.base/structs.c (chartest): New.
14248 (main): Fill-in chartest.
14249 * gdb.base/structs.exp (anychar_re, first): New.
14250 (start_structs_test): Import global anychar_re and first.
14251 New gdb_test call "set print elements 300; ${testfile}"
14252 (start_structs_test <$first>): New block.
14253 (any): Import global anychar_re. New variable ac. Use ${ac}.
14254
6a53b2ec
JK
142552009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14256
14257 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14258
d7167b4c
JK
142592009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14260
14261 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14262 Force $srcfile file.
14263 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14264
b1798462
UW
142652009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14266
14267 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14268 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14269 * gdb.threads/watchthreads-reorder.exp: Likewise.
14270
b6199126
DJ
142712009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14272
14273 PR gdb/8704
14274
14275 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14276 "if", and "thread". Correct matching in the previous test.
14277
b22a0510
DJ
142782009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14279
14280 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14281
930636d2
MS
142822009-11-23 Michael Snyder <msnyder@vmware.com>
14283
14284 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14285 * gdb.reverse-watch-precsave.exp: Ditto.
14286
21a0512e
PP
142872009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14288
14289 * gdb.asm/asm-source.exp: Adjust.
14290 * gdb.base/help.exp: Adjust.
889bf7c5 14291
fc30d5e0
PA
142922009-11-22 Pedro Alves <pedro@codesourcery.com>
14293
14294 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14295 (do_syscall_tests_without_xml): Set data-directory to
14296 /the/path/to/nowhere.
14297
f6bc2008
PA
142982009-11-21 Pedro Alves <pedro@codesourcery.com>
14299
14300 * gdb.threads/local-watch-wrong-thread.c,
14301 gdb.threads/local-watch-wrong-thread.exp: New files.
14302
8c2fb5de
PA
143032009-11-21 Pedro Alves <pedro@codesourcery.com>
14304
14305 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14306 assume new `regsub' syntax available.
14307
ebec9a0f
PA
143082009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14309
a79d3c27
JK
14310 * gdb.base/watchpoint-hw-hit-once.exp,
14311 gdb.base/watchpoint-hw-hit-once.c: New.
14312
143132009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14314
14315 * gdb.threads/watchthreads-reorder.exp,
14316 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 14317
276a961b
MK
143182009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14319
14320 * gdb.xml/tdesc-regs.exp: Use for m68k.
14321
4867c1fb
PA
143222009-11-15 Pedro Alves <pedro@codesourcery.com>
14323
14324 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14325
f6838f81
DJ
143262009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14327
14328 * lib/gdb.exp (current_target_name): New procedure.
14329 (gdb_wrapper_target): New variable.
14330 (gdb_wrapper_init): Set gdb_wrapper_target.
14331 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14332 wrapper.
14333
4ac4dd3f
DJ
143342009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14335
14336 * gdb.base/remote.exp: Delete the slowest load test.
14337 Do not load with fixed packet sizes.
14338
a7881759
DJ
143392009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14340
14341 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14342
97a5b505
DJ
143432009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14344
14345 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14346 srcfile when setting a breakpoint.
14347
d3e1fc54
DJ
143482009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14349
14350 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14351 macros.
14352
7cbcbded
DJ
143532009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14354
14355 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14356 to be in memory.
14357 * gdb.base/display.c (force_mem): New.
14358 (do_loops): Use it. Add breakpoint comments.
14359 (do_vars): Add a breakpoint comment.
14360 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14361 line numbers.
14362
bdea3a92
NF
143632009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14364
14365 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14366 instead of a bare "run".
14367
269f82e5
PP
143682009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14369
14370 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 14371
a69b7d9d
DJ
143722009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14373
14374 * lib/cell.exp (skip_cell_tests): Clean up test files before
14375 returning.
14376
b598bfda
DJ
143772009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14378
14379 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14380 and the breakpoint menu. Do not call perror if a prompt is seen.
14381 Consume the following GDB prompt.
14382 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14383 * gdb.cp/namespace.exp: Use gdb_test.
14384 * gdb.cp/templates.exp: Use gdb_test.
14385 (test_template_breakpoints): Use gdb_test_multiple.
14386
87728fa0
DJ
143872009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14388
14389 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14390 (marker4): Reference values.
14391
b67c692f
DJ
143922009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14393
14394 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14395 is missing.
14396
f0df251a
DJ
143972009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14398
14399 * gdb.base/break.c (need_malloc): New.
14400 * gdb.base/constvars.c (main): Reference crass and crisp.
14401 * gdb.base/gdb1821.c (main): Reference bar.
14402 * gdb.cp/gdb1355.cc (main): Reference s1.
14403 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14404 (main): Call them.
14405 * gdb.cp/hang2.cc (dummy2): Define.
14406 * gdb.cp/hang3.cc (dummy3): Define.
14407 * gdb.cp/m-data.cc (main): Reference shadow.
14408
bdf7534a
NF
144092009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14410 Nathan Froyd <froydnj@codesourcery.com>
14411
14412 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14413 remote host.
14414
f24fce77
NF
144152009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14416
14417 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14418 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14419 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14420 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14421 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14422 * gdb.dwarf2/dw2-producer.exp: Likewise.
14423 * gdb.dwarf2/mac-fileno.exp: Likewise.
14424 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14425 py-prettyprint.py to the remote host.
14426 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14427
40f0318e
KS
144282009-11-11 Keith Seitz <keiths@redhat.com>
14429
14430 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14431 use it instead of "Foo".
14432 * gdb.cp/classes.exp (do_tests): Add a test to access
14433 a method through a typedef'd class name.
14434
f3d9f7fb
NF
144352009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14436
14437 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14438 exponents.
14439 * gdb.base/pointers.exp: Likewise.
14440 * gdb.cp/ref-types.exp: Likewise.
14441
a4216f37
KS
144422009-11-11 Keith Seitz <keiths@redhat.com>
14443
14444 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14445 new[] and delete[].
14446 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14447 "void".
14448 (probe_demangler): Remove all single-quoting of
14449 method and variable names.
14450 (info_func_regexp): Remove the word "void" from any
14451 occurrence of "(void)".
14452 (print_addr_2): Remove all single-quoting of
14453 method names.
14454 (print_addr_2_kfail): Likewise.
14455 (print_addr): Single-quote C function names before
14456 passing to print_addr_2.
14457 (test_paddr_operator_functions): Remove single-quoting
14458 for method names.
14459 Add tests for operator new[] and operator delete[].
14460
9b14d7aa
JK
144612009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14462
14463 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14464
85feb311
KS
144652009-11-09 Keith Seitz <keiths@redhat.com>
14466
14467 * gdb.cp/overload.exp: Add tests for resolving overloaded
14468 methods in expression parsing/evaluation.
14469
fa335448
DJ
144702009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
14471
14472 * lib/gdb.exp (default_gdb_version): Use --version instead of
14473 --command.
14474
ec3c07fc
NS
144752009-11-10 Nathan Sidwell <nathan@codesourcery.com>
14476
14477 * lib/gdb.exp (gdb_compile_test): New.
14478 (skip_ada_tests, skip_java_tests): New.
14479 (gdb_compile): Use gdb_compile_test for f77.
14480 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
14481 * lib/java.exp (compile_java_from_source): Remove runtests check,
14482 use gdb_compile_test to record result.
14483 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
14484 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
14485 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
14486 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
14487 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
14488 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
14489 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
14490 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
14491 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
14492 adjust gdb_compile invocations.
14493
b8b4e42b
JK
144942009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14495
14496 * Makefile.in (abs_builddir): New.
14497 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
14498 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
14499 `$(abs_builddir)/site.exp'.
14500
f8b7eaf3
DJ
145012009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14502
14503 * config/m68k-emc.exp, lib/emc-support.exp,
14504 gdb.trace/gdb_c_test.c: Delete.
14505 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
14506 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14507 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14508 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14509 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14510 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14511 casing for m68k-*-elf.
14512
c4187697
NS
145132009-11-03 Pedro Alves <pedro@codesourcery.com>
14514
14515 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14516 * gdb.arch/i386-prologue.exp: Likewise.
14517 * gdb.arch/i386-unwind.exp: Likewise.
14518
db16b772
DJ
145192009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14520
14521 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14522
bcf71277
DJ
145232009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14524
14525 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14526
0105cee2
DJ
145272009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14528
14529 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14530
24ddea62
JK
145312009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14532
14533 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14534
287ccc17
JK
145352009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14536
14537 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14538 * gdb.base/sepdebug2.c: New file.
14539
08bca259 145402009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
14541
14542 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14543 the modified warnings for catch syscall. Verify if GDB was compiled
14544 with support for lib expat, and choose which tests to run depending
14545 on this.
14546
5d4e2b76
VP
145472009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14548
14549 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14550 that composite commands are parsed OK. And also test
14551 that breakpoint commands do work.
14552
240e538a
MS
145532009-10-23 Michael Snyder <msnyder@vmware.com>
14554
14555 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14556 to allow for new disassembly style.
14557
9c419145
PP
145582009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14559
14560 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 14561
02506ff1
MS
145622009-10-22 Michael Snyder <msnyder@vmware.com>
14563
14564 * gdb.reverse/break-precsave.exp: New test.
14565 * gdb.reverse/consecutive-precsave.exp: Ditto.
14566 * gdb.reverse/finish-precsave.exp: Ditto.
14567 * gdb.reverse/i386-precsave.exp: Ditto.
14568 * gdb.reverse/machinestate-precsave.exp: Ditto.
14569 * gdb.reverse/sigall-precsave.exp: Ditto.
14570 * gdb.reverse/solilb-precsave.exp: Ditto.
14571 * gdb.reverse/step-precsave.exp: Ditto.
14572 * gdb.reverse/until-precsave.exp: Ditto.
14573 * gdb.reverse/watch-precsave.exp: Ditto.
14574
4cf866a3
MS
145752009-10-22 Michael Snyder <msnyder@vmware.com>
14576
14577 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14578 for gdb_expect. Adjust one test's expect strings for the new
14579 format of disassemble.
14580 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14581 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14582 gdb_test_multiple.
14583 * gdb.reverse/step-reverse.exp: Delete 'return'.
14584 * gdb.reverse/until-reverse.exp: Delete blank lines.
14585 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14586
2b28d209
PP
145872009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14588
14589 * gdb.base/consecutive.exp: Adjust.
14590 * gdb.base/display.exp: Likewise.
14591 * gdb.base/pc-fp.exp: Likewise.
14592 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 14593
33b9c32b
MS
145942009-10-19 Michael Snyder <msnyder@vmware.com>
14595
14596 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14597 * gdb.reverse/finish-reverse.c: Ditto.
14598 * gdb.reverse/sigall-reverse.c: Ditto.
14599 * gdb.reverse/solib-reverse.c: Ditto.
14600 * gdb.reverse/step-reverse.c: Ditto.
14601 * gdb.reverse/watch-reverse.c: Ditto.
14602
6c95b8df
PA
146032009-10-19 Pedro Alves <pedro@codesourcery.com>
14604 Stan Shebs <stan@codesourcery.com>
14605
14606 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14607 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14608 "Executing new program".
14609 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14610 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14611 left listed after having been killed.
14612 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14613 * gdb.base/maint.exp: Adjust test.
14614
14615 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14616 * gdb.multi/Makefile.in: New.
14617 * gdb.multi/base.exp: New.
14618 * gdb.multi/goodbye.c: New.
14619 * gdb.multi/hangout.c: New.
14620 * gdb.multi/hello.c: New.
14621 * gdb.multi/bkpt-multi-exec.c: New.
14622 * gdb.multi/bkpt-multi-exec.exp: New.
14623 * gdb.multi/crashme.c: New.
14624
279017b7
TG
146252009-10-13 Tristan Gingold <gingold@adacore.com>
14626
14627 * gdb.base/sepdebug.exp: Check debug info are found.
14628
0413d738
PA
146292009-10-08 Pedro Alves <pedro@codesourcery.com>
14630
14631 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14632 bits.
14633
c628eecc
JK
146342009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14635
14636 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14637
38af1bfe
JB
146382009-10-07 Joel Brobecker <brobecker@adacore.com>
14639
14640 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14641 of the comments.
14642
2b0adecd
PM
146432009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14644
14645 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14646 * gdb.base/annota3.exp: Idem.
14647 * gdb.base/maint.exp: Idem.
14648
8d417781
PM
146492009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14650
889bf7c5 14651 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
14652 to default.
14653
bb61102d
PM
146542009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14655
889bf7c5 14656 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
14657 mingw and cygwin targets.
14658
ace5c364
PM
146592009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14660 Pedro Alves <pedro@codesourcery.com>
14661
889bf7c5 14662 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
14663 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14664
c2d494a0
PM
146652009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14666
e1b52ce2
PM
14667 * gdb.base/shr1.c: Use %p in format string.
14668 * gdb.base/unload.c: Avoid warning in fprintf.
14669 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 14670
209f53f5
PM
146712009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14672
14673 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14674 long type.
14675 (test_unlink): Correct printf string.
14676 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14677 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14678
8172766a
JK
146792009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14680
14681 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14682 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14683 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14684
0f73703c
UW
146852009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14686
14687 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14688 * gdb.objc/nondebug.exp: Likewise.
14689
b32306ca
UW
146902009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14691
14692 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14693 target_info setting.
14694
14695 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14696 that detect new threads during "info threads".
14697
0057022f
UW
146982009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14699
14700 * gdb.threads/manythreads.c (main): Increase thread stack size
14701 to 2*PTHREAD_STACK_MIN.
14702 * gdb.threads/multi-create.c (main): Likewise.
14703 (create_function): Likewise.
14704
f29c0325
UW
147052009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14706
14707 * gdb.base/dump.exp: Pass difference of pointer types instead
14708 of integer types as offset to restore in intarr3.srec case.
14709
fcb34849
UW
147102009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14711
14712 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14713
d5142e3b
UW
147142009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14715
14716 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14717
087b74b2 147182009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 14719
087b74b2
PM
14720 New test for two watchpoints, with disabling of
14721 the first inserted.
14722 * testsuite/gdb.base/watchpoints.c: New file.
14723 * testsuite/gdb.base/watchpoints.exp: New file.
14724
96c07c5b
TT
147252009-09-25 Tom Tromey <tromey@redhat.com>
14726
14727 * gdb.base/charset.exp: Test utf-16 strings with Python.
14728
b8899f2b
TT
147292009-09-25 Tom Tromey <tromey@redhat.com>
14730
14731 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14732 UCS-4.
14733 * gdb.base/charset.c (utf_32_string): Rename.
14734 (init_utf32): Rename.
14735 (main): Update.
14736
329719ec
TT
147372009-09-22 Tom Tromey <tromey@redhat.com>
14738
14739 * gdb.python/py-function.exp: Add regression tests.
14740
11ef0d76
KS
147412009-09-21 Keith Seitz <keiths@redhat.com>
14742
14743 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14744 with invalid operator.
14745
3fe8f3b3
KS
147462009-09-21 Keith Seitz <keiths@redhat.com>
14747
14748 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14749 and destructor using typedef name of class.
14750 * gdb.cp/classes.cc (class Base1): Add a destructor.
14751 (base1): New typedef.
14752 (use_methods): Instanitate an object of type base1.
14753 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14754 (do_tests): Call test_template_typedef.
14755 * gdb.cp/templates.cc (Baz::~Baz): New method.
14756 (intBazOne): New typedef.
14757 (main): Instantiate intBazOne.
14758
7a9fe101
PM
147592009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14760
14761 PR python/10633
14762
14763 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14764 Function.
14765 (run_lang_tests): Add print elements test.
14766
2e4d963f
PM
147672009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14768
14769 * gdb.python/py-value.exp (test_subscript_regression): New
14770 function. Test for invalid subscripts.
14771 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14772 (ptr_ref): New function.
14773
ec7e75e7
PP
147742009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14775
14776 * gdb.base/default.exp: Fix "show convenience".
14777
0cc7d26f
TT
147782009-09-15 Tom Tromey <tromey@redhat.com>
14779
14780 * lib/mi-support.exp (mi_create_varobj): Update.
14781 (mi_create_floating_varobj): Likewise.
14782 (mi_create_dynamic_varobj): New proc.
14783 (mi_varobj_update): Update.
14784 (mi_varobj_update_with_type_change): Likewise.
14785 (mi_varobj_update_kv_helper): New proc.
14786 (mi_varobj_update_dynamic_helper): Rewrite.
14787 (mi_varobj_update_dynamic): New proc.
14788 (mi_list_varobj_children): Update.
14789 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14790 * gdb.python/python-prettyprint.py (pp_outer): New class.
14791 (pp_nullstr): Likewise.
14792 (lookup_function): Register new printers.
14793 * gdb.python/python-prettyprint.c (struct substruct): New type.
14794 (struct outerstruct): Likewise.
14795 (substruct_test): New function.
14796 (struct nullstr): New type.
14797 (string_1, string_2): New globals.
14798 (main): Add new tests.
14799 * gdb.python/python-mi.exp: Added regression tests.
14800 * gdb.mi/mi2-var-display.exp: Update.
14801 * gdb.mi/mi2-var-cmd.exp: Update.
14802 * gdb.mi/mi2-var-child.exp: Update.
14803 * gdb.mi/mi2-var-block.exp: Update.
14804 * gdb.mi/mi-var-invalidate.exp: Update.
14805 * gdb.mi/mi-var-display.exp: Update.
14806 * gdb.mi/mi-var-cmd.exp: Update.
14807 * gdb.mi/mi-var-child.exp: Update.
14808 * gdb.mi/mi-var-block.exp: Update.
14809 * gdb.mi/mi-break.exp: Update.
14810 * gdb.mi/gdb701.exp: Update.
14811
a96d9b2e
SDJ
148122009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14813
14814 * Makefile.in: Inclusion of catch-syscall object.
14815 * gdb.base/catch-syscall.c: New file.
14816 * gdb.base/catch-syscall.exp: New file.
14817
b43b923a
MS
148182009-09-12 Michael Snyder <msnyder@vmware.com>
14819
14820 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14821 that can support reverse debuggnig.
14822
cec03d70
TT
148232009-09-11 Tom Tromey <tromey@redhat.com>
14824
14825 * gdb.dwarf2/valop.S: New file.
14826 * gdb.dwarf2/valop.exp: New file.
14827
e23bb3fc
MK
148282009-09-11 Mark Kettenis <kettenis@gnu.org>
14829
14830 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14831
37c3696d
DE
148322009-09-10 Doug Evans <dje@google.com>
14833
14834 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14835 Add $gdb_prompt to second breakpoint regexp.
14836
5172aecb
JB
148372009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14838
14839 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14840 names, add missing ones.
14841 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14842 * gdb.python/py-frame.c: Rename from python-frame.c.
14843 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14844 testfile name.
14845 * gdb.python/py-function.exp: Rename from python-function.exp.
14846 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14847 testfile name.
14848 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14849 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14850 Adjust testfile name.
14851 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14852 * gdb.python/py-template.cc: Rename from python-template.cc.
14853 * gdb.python/py-template.exp: Rename from python-template.exp.
14854 Adjust testfile name.
14855 * gdb.python/py-value.c: Rename from python-value.c.
14856 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14857 testfile name.
14858
b554e4bd
JK
148592009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14860
14861 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14862 $bpt2address.
14863 (Second breakpoint address is valid on ia64)
14864 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14865
9a68ae16
JM
148662009-09-03 Joseph Myers <joseph@codesourcery.com>
14867
14868 * gdb.base/ending-run.exp: Restrict regular expression matching
14869 line number to require closing brace following.
14870
146b9145
DE
148712009-09-03 Doug Evans <dje@google.com>
14872
14873 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14874
787d21e1
TT
148752009-09-02 Tom Tromey <tromey@redhat.com>
14876
14877 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14878
e7802207
TT
148792009-09-02 Tom Tromey <tromey@redhat.com>
14880
14881 * gdb.dwarf2/callframecfa.exp: New file.
14882 * gdb.dwarf2/callframecfa.S: New file.
14883
817aadd2
JK
148842009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14885
14886 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14887 gdb.base/solib-overlap-main.c: New.
14888
4a76eae5
DJ
148892009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14890
14891 PR gdb/10565
14892
14893 * gdb.base/bitfields.c (struct container, container): New.
14894 (main): Initialize it and call break5.
14895 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14896
d4b96c9a
JK
148972009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14898
14899 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14900 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14901
4e22772d
JK
149022009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14903
14904 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14905
2efab443
MS
149062009-08-26 Michael Snyder <msnyder@vmware.com>
14907
14908 * gdb.base/i386-reverse.c: New file.
14909 * gdb.base/i386-reverse.exp: New file.
14910 * gdb.base/Makefile.in: Add new files to be removed.
14911
07ab73a0
JM
149122009-08-26 Joseph Myers <joseph@codesourcery.com>
14913
14914 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14915 environment-pwd for remote host.
14916 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14917
676accff
KS
149182009-08-24 Keith Seitz <keiths@redhat.com>
14919
14920 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14921 Add two new C++ completer tests which limit the output to a
889bf7c5 14922 given class.
676accff 14923
f9f7ad22
MS
149242009-08-24 Michael Snyder <msnyder@vmware.com>
14925
14926 * gdb.base/del.exp: Fix typo in comment.
14927 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14928
81ecdfbb
RW
149292009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14930
14931 * configure: Regenerate.
14932 * gdb.hp/configure: Likewise.
14933 * gdb.hp/gdb.aCC/configure: Likewise.
14934 * gdb.hp/gdb.base-hp/configure: Likewise.
14935 * gdb.hp/gdb.compat/configure: Likewise.
14936 * gdb.hp/gdb.defects/configure: Likewise.
14937 * gdb.hp/gdb.objdbg/configure: Likewise.
14938 * gdb.stabs/configure: Likewise.
14939
cab0c772
UW
149402009-08-19 Doug Evans <dje@google.com>
14941
14942 * gdb.base/gdbvars.c: New file.
14943 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14944
b8fa0bfa
PA
149452009-08-14 Pedro Alves <pedro@codesourcery.com>
14946
14947 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14948 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14949
b84aa90a
PA
149502009-08-13 Pedro Alves <pedro@codesourcery.com>
14951
14952 * gdb.base/default.exp: Adjust "set language test": it's now an
14953 enum command. Larger help string moved to "help set language".
14954 * gdb.base/help.exp: Adjust "help set language" expected output,
14955 now lists all known languages.
14956
0d8f9b2c
NF
149572009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14958
14959 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14960 all frame arguments.
14961 * gdb.arch/altivec-regs.exp: Likewise.
14962
bda180e0
TT
149632009-08-07 Tom Tromey <tromey@redhat.com>
14964
14965 * gdb.base/setshow.exp: Add tests for changes to set language, set
14966 check range, and set check type.
14967
48cb2d85
VP
149682009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14969
14970 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14971 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 14972 Call it.
48cb2d85 14973
1ea34204
UW
149742009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14975
14976 * configure.ac: Run gdb.cell tests when appropriate.
14977 * configure: Regenerate.
14978 * lib/cell.exp: New file.
14979 * gdb.cell: New directory.
14980 * gdb.cell/configure.ac: New file.
14981 * gdb.cell/configure: New file.
14982 * gdb.cell/Makefile.in: New file.
14983 * gdb.cell/arch.exp: New file.
14984 * gdb.cell/break.c: New file.
14985 * gdb.cell/break.exp: New file.
14986 * gdb.cell/break-spu.c: New file.
14987 * gdb.cell/bt.c: New file.
14988 * gdb.cell/bt2-spu.c: New file.
14989 * gdb.cell/bt-spu.c: New file.
14990 * gdb.cell/bt.exp: New file.
14991 * gdb.cell/coremaker.c: New file.
14992 * gdb.cell/coremaker-spu.c: New file.
14993 * gdb.cell/core.exp: New file.
14994 * gdb.cell/gcore.exp: New file.
14995 * gdb.cell/data.c: New file.
14996 * gdb.cell/data.exp: New file.
14997 * gdb.cell/data-spu.c: New file.
14998 * gdb.cell/ea-cache.exp: New file.
14999 * gdb.cell/ea-cache.c: New file.
15000 * gdb.cell/ea-cache-spu.c: New file.
15001 * gdb.cell/ea-standalone.c: New file.
15002 * gdb.cell/ea-standalone.exp: New file.
15003 * gdb.cell/ea-test.c: New file.
15004 * gdb.cell/ea-test.exp: New file.
15005 * gdb.cell/f-regs.exp: New file.
15006 * gdb.cell/mem-access.c: New file.
15007 * gdb.cell/mem-access.exp: New file.
15008 * gdb.cell/mem-access-spu.c: New file.
15009 * gdb.cell/ptype.exp: New file.
15010 * gdb.cell/registers.exp: New file.
15011 * gdb.cell/size.c: New file.
15012 * gdb.cell/sizeof.exp: New file.
15013 * gdb.cell/size-spu.c: New file.
15014 * gdb.cell/solib.exp: New file.
15015 * gdb.cell/solib-symbol.exp: New file.
15016
85e747d2
UW
150172009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15018
15019 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15020
58d6951d
DJ
150212009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15022
15023 * gdb.base/float.exp: Handle VFP registers.
15024
6e0a4f15
MS
150252009-07-14 Michael Snyder <msnyder@vmware.com>
15026
dcd5da87
MS
15027 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15028 to bring gdb to the beginning of the calling line.
15029
6e0a4f15
MS
15030 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15031 confusing the i386 epilogue unwinder.
15032
782b2b07
SS
150332009-07-14 Stan Shebs <stan@codesourcery.com>
15034
15035 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15036
f662c3bc
MS
150372009-07-14 Michael Snyder <msnyder@vmware.com>
15038
15039 * gdb.reverse/step-reverse.exp (stepi into function call):
15040 Call instruction may not be first instruction in the line.
15041 (reverse stepi from a function call): Used wrong line number.
15042
8f313923
JK
150432009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15044
15045 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15046
4662c76e
JK
150472009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15048
15049 Fix gdb.base/macscp.exp when using custom inputrc.
15050 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15051 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15052 env(TERM) set.
15053 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15054 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15055
aa81e255
JK
150562009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15057
15058 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15059 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15060 Change the compilation target to match the testcase name.
15061 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15062 testcase name.
15063 * a2-run.exp: Use for setup prepare_for_testing. Change the
15064 compilation target to match the testcase name.
15065 * gdb.base/commands.exp: Likewise.
15066 * gdb.base/finish.exp: Likewise.
15067 * gdb.base/float.exp: Likewise.
15068 * gdb.base/info-target.exp: Likewise.
15069 * gdb.base/relational.exp: Likewise.
15070 * gdb.base/term.exp: Likewise.
15071 * gdb.base/until.exp: Likewise.
15072 * gdb.base/volatile.exp: Likewise.
15073 * gdb.base/whatis-exp.exp: Likewise.
15074
4c93b1d7
HZ
150752009-07-11 Hui Zhu <teawater@gmail.com>
15076
15077 * gdb.base/help.exp (disassemble): Update expected help text.
15078
812f7342
TT
150792009-07-09 Tom Tromey <tromey@redhat.com>
15080
15081 * lib/gdb.exp: Handle TRANSCRIPT.
15082 (remote_spawn, remote_close, send_gdb): New procs.
15083
fbb8f299
PM
150842009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15085
15086 * gdb.python/python-prettyprint.c: Add counted null string
15087 structure.
15088 * gdb.python/python-prettyprint.exp: Print null string. Test for
15089 embedded nulls.
15090 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15091 * gdb.python/python-value.exp (test_value_in_inferior): Add
15092 variable length string fetch tests.
15093 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15094
c0ac0ec7
JK
150952009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15096
15097 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15098
30b66ecc
TT
150992009-07-07 Tom Tromey <tromey@redhat.com>
15100
15101 * gdb.base/call-rt-st.exp: Update for change to escape output.
15102 * gdb.base/callfuncs.exp: Likewise.
15103 * gdb.base/charset.exp: Likewise.
15104 * gdb.base/constvars.exp: Likewise.
15105 * gdb.base/long_long.exp: Likewise.
15106 * gdb.base/pointers.exp: Likewise.
15107 * gdb.base/printcmds.exp: Likewise.
15108 * gdb.base/setvar.exp: Likewise.
15109 * gdb.base/store.exp: Likewise.
15110 * gdb.cp/ref-types.exp: Likewise.
15111 * gdb.mi/mi-var-child.exp: Likewise.
15112 * gdb.mi/mi-var-display.exp: Likewise.
15113 * gdb.mi/mi2-var-display.exp: Likewise.
15114 * gdb.base/charset.exp: Test octal escape sequence length.
15115 Update for change to escape output.
15116
187c4a2b
JK
151172009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15118
15119 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15120
d80a43f9
DJ
151212009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15122
15123 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15124
047427a8
JK
151252009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15126
15127 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15128 gdbserver increasing $portnum if "Can't bind address" has been seen.
15129
8b5a0f4f
PA
151302009-07-05 Pedro Alves <pedro@codesourcery.com>
15131
15132 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15133 mingw32ce.
15134
7d93ba58
PA
151352009-07-05 Pedro Alves <pedro@codesourcery.com>
15136
15137 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15138 VFP format.
15139
2277426b
PA
151402009-07-02 Pedro Alves <pedro@codesourcery.com>
15141
15142 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15143 linux. Adjust to use "inferior", "info inferiors", "detach
15144 inferior" and "kill inferior" instead of "restart", "info fork",
15145 "detach fork" and "delete fork".
15146 * gdb.base/ending-run.exp: Spell out "info".
15147 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15148 the "kill" command.
15149
5af949e3
UW
151502009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15151
15152 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15153 change to prefix TLS offset in hex with 0x.
15154
5d3729b5
UW
151552009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15156
15157 * gdb.base/default.exp: Update test case for "x" changes.
15158
af589bd0
TG
151592009-07-01 Tristan Gingold <gingold@adacore.com>
15160
15161 * gdb.base/bigcore.exp: Make darwin untested.
15162
40974f91
JK
151632009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15164
15165 * gdb.base/completion.exp (directory completion): Create the directory.
15166 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15167 escapeuniquesub.
15168 (directory completion 2): Expect now ${escapeuniquesub}.
15169 (Glob remaining of directory test): Remove one excessive newline.
15170 Expect the real output.
15171
59dd3af6
JK
151722009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15173
15174 Fix `make check//%' target after `make check' has been ran.
15175 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15176 a mkdir call.
15177 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15178 (%/.dir): Remove.
15179
f4e164aa
JK
151802009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15181
15182 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15183 the expected result record.
15184
69af2122
JK
151852009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15186
15187 Remove racy FAILs relying just on the timeouts.
15188 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15189 (annotation_level 2): Remove racy FAILs.
15190
2fd481e1
PP
151912009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15192
15193 gdb/10275
889bf7c5
PA
15194 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15195
c38f313d
DJ
151962009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15197
15198 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15199
8b777f02
VP
152002009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15201
15202 * gdb.mi/mi-stack.exp: Testing symbolic options
15203 to -stack-list-locals and -stack-list-arguments.
15204
00c7eacf
JK
152052009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15206
15207 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15208
6bc80edc
TT
152092009-06-29 Tom Tromey <tromey@redhat.com>
15210
15211 * dg-extract-results.sh: New file.
15212 * Makefile.in (FORCE_PARALLEL): New variable.
15213 (CHECK_TARGET): New conditional variable.
15214 (check): Use CHECK_TARGET.
15215 (DO_RUNTEST): New variable.
15216 (check-single): New target.
15217 (TEST_DIRS): New variable.
15218 (TEST_TARGETS): Likewise.
15219 (check-parallel): New target.
15220 (check-gdb.%): New pattern.
15221 (BASE1_FILES): New variable.
15222 (BASE2_FILES): Likewise.
15223 (check-gdb.base%): New pattern.
15224 (%/.dir): New pattern.
15225 * configure: Rebuild.
15226 * aclocal.m4 (AM_CONDITIONAL): New defun.
15227 * configure.ac: Check whether user is using GNU make.
15228 (GMAKE): New conditional.
15229
794684b6
SW
152302009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15231
15232 * gdb.cp/namespace-nested-import.cc: New test.
15233 * gdb.cp/namespace-nested-import.exp: New test.
15234
edb3359d
DJ
152352009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15236
15237 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15238 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15239 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15240 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15241 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15242 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15243 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15244 gdb.opt/inline-markers.c: New files.
15245 * lib/gdb.exp (skip_inline_frame_tests): New function.
15246 (skip_inline_var_tests): New function.
15247
cf657a0c
AS
152482009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15249
15250 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15251 backtrace.
15252
28d41a99
MS
152532009-06-27 Michael Snyder <msnyder@vmware.com>
15254
15255 * gdb.reverse: New directory.
15256 * gdb.reverse/break-reverse.c: New test.
15257 * gdb.reverse/break-reverse.exp: New test.
15258 * gdb.reverse/consecutive-reverse.c: New test.
15259 * gdb.reverse/consecutive-reverse.exp: New test.
15260 * gdb.reverse/finish-reverse.c: New test.
15261 * gdb.reverse/finish-reverse.exp: New test.
15262 * gdb.reverse/machinestate.c: New test.
15263 * gdb.reverse/ms1.c: New test.
15264 * gdb.reverse/machinestate.exp: New test.
15265 * gdb.reverse/Makefile.in: New file.
15266 * gdb.reverse/shr2.c: New test.
15267 * gdb.reverse/solib-reverse.c: New test.
15268 * gdb.reverse/solib-reverse.exp: New test.
15269 * gdb.reverse/step-reverse.c: New test.
15270 * gdb.reverse/step-reverse.exp: New test.
15271 * gdb.reverse/until-reverse.c: New test.
15272 * gdb.reverse/ur1.c: New test.
15273 * gdb.reverse/until-reverse.exp: New test.
15274 * gdb.reverse/watch-reverse.c: New test.
15275 * gdb.reverse/watch-reverse.exp: New test.
15276 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15277 * configure: Regenerate.
15278
fe3c8b0d
DE
152792009-06-26 Doug Evans <dje@google.com>
15280
15281 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15282
3a72a602
PM
152832009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15284
15285 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15286 windows problem for 'file delete $binfile'.
15287
27aa8d6a
SW
152882009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15289
15290 * gdb.cp/namespace-using.exp: New test.
15291 * gdb.cp/namespace-using.cc: New test.
15292
8ac055f8
JB
152932009-05-20 Joel Brobecker <brobecker@adacore.com>
15294
15295 * gdb.ada/variant_record_packed_array: New testcase.
15296
85e306ed
TT
152972009-06-23 Tom Tromey <tromey@redhat.com>
15298
15299 * gdb.base/charset.exp (test_combination): Regression test.
15300 * gdb.base/charset.c (my_wchar_t): New typedef.
15301 (myvar): New global.
15302 (main): Set myvar.
15303
56643c5e
PM
153042009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15305
15306 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15307 target.
15308
1fac167a
UW
153092009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15310
15311 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15312
7ccb0be9
UW
153132009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15314
15315 * gdb.mi/gdb680.exp: Update test for error message.
15316
568d6575
UW
153172009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15318
15319 * gdb.base/annota1.exp: Allow multiple occurrences of the
15320 frames-invalid annotation.
15321 * gdb.cp/annota2.exp: Likewise.
15322
7cd1089b
PM
153232009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15324
15325 * gdb.cp/gdb2495.cc: New file.
15326 * gdb.cp/gdb2495.exp: New file.
15327
72c63395
JK
153282009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15329
15330 Report error on GDB crash during runto.
15331 * lib/gdb.exp (runto <eof>): New.
15332
3788363d
DJ
153332009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15334
15335 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15336 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15337 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15338 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15339 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15340 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15341 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15342 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15343 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15344 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15345 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15346 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15347 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15348 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15349 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15350 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15351 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15352 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15353 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15354 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15355 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15356 gdb.trace/passcount.exp, gdb.trace/report.exp,
15357 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15358 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15359 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15360 executable.
15361
17592de3
PA
153622009-06-07 Pedro Alves <pedro@codesourcery.com>
15363
15364 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15365 defined before referencing it.
15366
701e355d
DE
153672009-06-03 Doug Evans <dje@google.com>
15368
15369 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15370 * gdb.arch/i386-see.c: Ditto.
15371
f2292c65
PM
153722009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15373
15374 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15375 (check_macro): Return 1 if undefined.
15376 If first test fails, check if macro debug information is available,
15377 and report unsupported test if no macro information is found.
15378
5a437975
DE
153792009-05-29 Doug Evans <dje@google.com>
15380
15381 * gdb.threads/hand-call-in-threads.exp: New.
15382 * gdb.threads/hand-call-in-threads.c: New.
15383
c141c696
MS
153842009-05-29 Michael Snyder <msnyder@vmware.com>
15385
15386 * gdb.base/break-always.exp: Change "1" to "on".
15387 Add confirmation check.
15388
b3444185
PA
153892009-05-28 Pedro Alves <pedro@codesourcery.com>
15390
15391 * gdb.threads/threxit-hop-specific.c: New.
15392 * gdb.threads/threxit-hop-specific.exp: New.
15393 * gdb.threads/thread-execl.c: New.
15394 * gdb.threads/thread-execl.exp: New.
15395
b6313243
TT
153962009-05-27 Tom Tromey <tromey@redhat.com>
15397 Thiago Jung Bauermann <bauerman@br.ibm.com>
15398
15399 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15400 (mi_child_regexp): Likewise.
15401 (mi_list_varobj_children_range): Likewise.
15402 (mi_get_features): Likewise.
15403 (mi_list_varobj_children): Rewrite.
15404 * gdb.python/python-mi.exp: New file.
15405
a6bac58e
TT
154062009-05-27 Tom Tromey <tromey@redhat.com>
15407 Thiago Jung Bauermann <bauerman@br.ibm.com>
15408 Phil Muldoon <pmuldoon@redhat.com>
15409 Paul Pluzhnikov <ppluzhnikov@google.com>
15410
15411 * gdb.python/python-prettyprint.exp: New file.
15412 * gdb.python/python-prettyprint.c: New file.
15413 * gdb.python/python-prettyprint.py: New file.
15414 * gdb.base/display.exp: print/r is now valid.
15415
2c74e833
TT
154162009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15417 Tom Tromey <tromey@redhat.com>
15418 Pedro Alves <pedro@codesourcery.com>
15419 Paul Pluzhnikov <ppluzhnikov@google.com>
15420
15421 * gdb.python/python-template.exp: New file.
15422 * gdb.python/python-template.cc: New file.
15423 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15424 tests.
15425 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15426 Call it.
15427 (test_value_after_death): New proc.
15428 * gdb.python/python-value.c (PTR): New typedef.
15429 (main): New variable 'x'.
15430
89c73ade
TT
154312009-05-27 Tom Tromey <tromey@redhat.com>
15432
15433 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15434 tests.
15435 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15436 Call it.
15437
a75724bc
PA
154382009-05-27 Pedro Alves <pedro@codesourcery.com>
15439
15440 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15441
e58b0e63
PA
154422009-05-24 Pedro Alves <pedro@codesourcery.com>
15443
15444 * gdb.threads/fork-thread-pending.c: New.
15445 * gdb.threads/fork-thread-pending.exp: New.
15446
4ac36638
JK
154472009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15448
15449 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15450 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15451
889bf7c5 154522009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 15453
889bf7c5 15454 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 15455
b242c3c2
PA
154562009-05-17 Pedro Alves <pedro@codesourcery.com>
15457
15458 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
15459 `gdb_get_line_number'. Call `callee' in both parent and child.
15460 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15461 `gdb_get_line_number' instead of hardcoding line numbers.
15462 (catch_fork_unpatch_child): New procedure to test detaching
15463 breakpoints from child fork.
15464 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15465 hardcoding line numbers.
15466 (do_fork_tests): Run `catch_fork_unpatch_child'.
15467
ee342b23
VP
154682009-05-17 Vladimir Prus <vladimir@codesourcery.com>
15469
15470 * gdb.mi/mi-cmd-var.exp: Check that when varobj
15471 of structure type enters or leaves the scope, it
15472 is reported by -var-update.
15473
e2009e98
DE
154742009-05-11 Doug Evans <dje@sebabeach.org>
15475
15476 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 15477 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
15478 * gdb.threads/schedlock.c (main): Fix off-by-one error.
15479
00903456
JK
154802009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15481
15482 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
15483
dc621c35
DE
154842009-04-30 Doug Evans <dje@google.com>
15485
15486 * gdb.threads/watchthreads2.exp: New testcase.
15487 * gdb.threads/watchthreads2.c: New testcase.
15488
9ab4e744
DE
154892009-04-29 Doug Evans <dje@google.com>
15490
15491 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
15492 * gdb.cp/mb-ctor.cc: Ditto.
15493 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
15494 * gdb.cp/mb-inline.h (multi_line_foo): New function.
15495 * gdb.cp/mb-inline1.cc: Call it.
15496 * gdb.cp/mb-inline2.cc: Ditto.
15497 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
15498 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
15499
484086b7
JK
155002009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15501
15502 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
15503 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
15504 Replace all uses of `decimal' by `nonzero'.
15505 (info macro FROM_COMMANDLINE): New test.
15506
379a77b5
TT
155072009-04-27 Tom Tromey <tromey@redhat.com>
15508
15509 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
15510
b92b73c2
DE
155112009-04-27 Doug Evans <dje@google.com>
15512
15513 * gdb.threads/watchthreads.c (main): Initialize args before starting
15514 the threads. Plus formatting cleanup.
15515 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15516 biased scheduling of one thread.
15517
945a118d
JG
155182009-04-27 Jerome Guitton <guitton@adacore.com>
15519
15520 * gdb.cp/templates.cc (GetMax): New template.
15521 (main): Declare two instances of GetMax.
15522 * gdb.cp/templates.exp: Add new test.
15523
d389af10
JK
155242009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15525
15526 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15527
e7f86de9
JM
155282009-04-22 Joseph Myers <joseph@codesourcery.com>
15529
15530 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15531
334cc82d
TT
155322009-04-15 Tom Tromey <tromey@redhat.com>
15533
15534 * gdb.base/charset.exp: Add regression test.
15535
d12672cc
JB
155362009-04-14 Joel Brobecker <brobecker@adacore.com>
15537
15538 * gdb.base/exe-lock.exp: New testcase.
15539
18e8c3bc
TT
155402009-04-13 Tom Tromey <tromey@redhat.com>
15541
15542 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15543 operator on Frame.
15544
5ecd5cbe
UW
155452009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15546
15547 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15548 * gdb.server/ext-attach.exp: Likewise.
15549
7309f756
VP
155502009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15551
15552 Eliminate some sleep usage.
15553
889bf7c5
PA
15554 * gdb.mi/basics.c (do_nothing): New.
15555 (main): Use do_nothing instead of printf, so that
15556 not to introduce race condition between output of
15557 inferiour and output of gdb. Do not use sleep as it
15558 is not generally available on embedded targets.
7309f756 15559
f4b95f6f
PA
155602009-04-02 Pedro Alves <pedro@codesourcery.com>
15561
15562 * gdb.server/ext-attach.exp: Expect an optional process id after
15563 "Detached from remote process".
15564
de40b933
JK
155652009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15566
15567 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15568 gdb.dwarf2/dw2-unresolved.exp: New.
15569
2ae101a4
PA
155702009-04-02 Pedro Alves <pedro@codesourcery.com>
15571
15572 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15573 mi_run_to_main.
15574
56a8e183
PA
155752009-04-02 Pedro Alves <pedro@codesourcery.com>
15576
15577 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15578 mi_run_to_main. Skip thread exit test on remote targets.
15579 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15580 mi_run_to_main.
15581 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15582 mi_run_to_main.
15583 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15584 when expecting ^connected. Detect when the target doesn't support
15585 non-stop mode.
15586 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15587 supported. Return -1 on error, 0 on success.
15588 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15589 (mi_runto): Return mi_runto_helper's result explicitly.
15590
c35fafde
PA
155912009-04-01 Pedro Alves <pedro@codesourcery.com>
15592
15593 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15594
f8a8dce6
JB
155952009-04-01 Tom Tromey <tromey@redhat.com>
15596
15597 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15598 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15599 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15600 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15601
71c25dea
TT
156022009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15603 Jan Kratochvil <jan.kratochvil@redhat.com>
15604
15605 PR gdb/931
15606 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15607 output.
15608 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15609 for gdb/931.
15610 * dw2-strp.S (DW_AT_language): Change to C++.
15611 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15612
02d9a9ce
JB
156132009-03-31 Joel Brobecker <brobecker@adacore.com>
15614
15615 * gdb.ada/tasks: New testcase.
15616
1042e4c0
SS
156172009-03-30 Stan Shebs <stan@codesourcery.com>
15618
15619 * gdb.trace/actions.exp: Update to match new info trace format.
15620 * gdb.trace/deltrace.exp: Ditto.
15621 * gdb.trace/infotrace.exp: Ditto.
15622 * gdb.trace/passcount.exp: Ditto.
15623 * gdb.trace/save-trace.exp: Ditto.
15624 * gdb.trace/while-stepping.exp: Ditto.
15625 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15626
f8f6f20b
TJB
156272009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15628
15629 * gdb.python/python-frame.c: New file.
15630 * gdb.python/python-frame.exp: New file.
15631
c0c6f777
TJB
156322009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15633
15634 * gdb.python/python-value.exp: Add tests for the address
15635 attribute.
15636
3cb51905
AS
156372009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15638
15639 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15640
88fc996f
DE
156412009-03-26 Doug Evans <dje@google.com>
15642
15643 * gdb.mi/mi-nonstop-exit.exp: New file.
15644 * gdb.mi/non-stop-exit.c: New file.
15645
56ef84b1
TT
156462009-03-26 Tom Tromey <tromey@redhat.com>
15647
15648 Update for change to prologue skipping:
15649 * gdb.mi/mi2-simplerun.exp: Update.
15650 * gdb.mi/mi2-break.exp: Update.
15651 * gdb.mi/mi-simplerun.exp: Update.
15652 * gdb.mi/mi-break.exp: Update.
15653 * gdb.base/ending-run.exp: Update.
15654
def2b000
TJB
156552009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15656
15657 * gdb.python/python-value.exp (test_value_in_inferior): Test
15658 gdb.Value.is_optimized_out attribute.
15659
442ddf59
JK
156602009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15661
15662 * gdb.dwarf2/dw2-noloc-main.c: New file.
15663 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15664 (.text): Remove.
15665 (.data): New.
15666 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15667 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15668 (DW_TAG_subprogram func_cu1, noloc): Remove.
15669 (main): New.
15670 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15671 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15672 (file_symbols): New procedure.
15673
a8df5de4
TT
156742009-03-25 Tom Tromey <tromey@redhat.com>
15675
15676 * gdb.base/charset.exp (valid_target_charset): New proc.
15677 Use it to skip tests on invalid charsets.
15678
cc1d7add
PM
156792009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15680
15681 * gdb.base/completion.exp: Add a test for directory completion.
15682
bcd5727b
JK
156832009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15684
15685 Fix a racy FAIL.
15686 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15687 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15688
cc924cad
TJB
156892009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15690
15691 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15692 * gdb.python/python-function.exp: Add test for function returning
15693 a GDB value.
15694
bc3b79fd
TJB
156952009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15696
15697 * gdb.python/python-function.exp: New file.
15698
6c7a06a3
TT
156992009-03-20 Tom Tromey <tromey@redhat.com>
15700
15701 * gdb.base/store.exp: Update for change to escape output.
15702 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15703 to escape output.
15704 * gdb.base/pointers.exp: Update for change to escape output.
15705 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15706 to escape output.
15707 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15708 escape output.
15709 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15710 to escape output.
15711 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15712 escape output.
15713 * gdb.base/setvar.exp: Update for change to escape output.
15714 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15715 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15716 to escape output.
15717 (test_print_string_constants): Likewise.
15718 * gdb.base/charset.exp (valid_host_charset): Check size of
15719 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15720 cases. Handle "auto"-related output.
15721 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15722 (uvar, Uvar): New globals.
15723
c31af87b
JG
157242009-03-19 Jerome Guitton <guitton@adacore.com>
15725
15726 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15727 deltas.
15728 * gdb.ada/fixed_points.exp: Ditto.
15729
51272cf2
PA
157302009-03-18 Pedro Alves <pedro@codesourcery.com>
15731
15732 * return-nodebug.c: Don't include stdio.h.
15733 (init): Delete.
15734 (func): Delete definition and provide extern declaration.
15735 (t): New.
15736 (main): Don't call printf. Call func and store its result in t.
15737 * return-nodebug1.c: New.
15738 * return-nodebug.exp: Don't expect stdio output. Instead, print
15739 the global variable t. Drop printf formatters and cast types from
15740 foreach loop. Don't use prepare_for_testing. Compile
15741 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15742 define FORMAT or CAST.
15743
d24948ac
PP
157442009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15745
15746 * gdb.base/solib-display.exp: Disable test for remote targers.
15747
61ff14c6
JK
157482009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15749
15750 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15751
cb4dce93
JK
157522009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15753
15754 Fix a racy FAIL.
15755 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15756 code from `follow parent, print pids'.
15757 (`follow child, print pids', `follow parent, print pids'): Call it.
15758 Replace `gdb_test "break..."' by gdb_breakpoint.
15759
f7c60c5e
VP
157602009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15761
15762 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 15763 sync and async modes.
f7c60c5e 15764
383ace49
JB
157652009-03-12 Joel Brobecker <brobecker@adacore.com>
15766
15767 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15768 that was checked in by mistake. Remove loading of ada.exp, since
15769 this is not necessary in this case.
15770
4ce102af
JB
157712009-03-12 Joel Brobecker <brobecker@adacore.com>
15772
15773 * gdb.ada/ptype_arith_binop.exp: New testcase.
15774
529a2aef
JB
157752009-03-12 Joel Brobecker <brobecker@adacore.com>
15776
15777 * gdb.ada/mod_from_name: New testcase.
15778
8a38181c
JB
157792009-03-12 Joel Brobecker <brobecker@adacore.com>
15780
15781 * gdb.ada/tick_last_segv: New testcase.
15782
11436dee
VP
157832009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15784
61ff14c6 15785 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 15786
1f31650a
VP
157872009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15788
61ff14c6
JK
15789 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15790 include the token in ^running and frame info in *stopped.
1f31650a 15791
a3247a22
PP
157922009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15793
15794 * solib-display.exp: New file.
15795 * solib-display-main.c: New file.
15796 * solib-display-lib.c: New file.
61ff14c6 15797
aae64587
PA
157982009-03-05 Pedro Alves <pedro@codesourcery.com>
15799
15800 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15801
44aabfbc
JK
158022009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15803
15804 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15805 (list_and_check_macro): Use more specific test name.
15806 (next to definition): Make the test names unique.
15807
c087fcd3
PM
158082009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15809
15810 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 15811
c86cf029
VP
158122009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15813
15814 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15815 notifications.
15816 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15817 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15818 * lib/mi-support.exp (library_loaded_re): New.
15819 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15820
3ea85240
VP
158212009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15822
15823 * gdb.gdb/observer.exp: Use test_notification observer, not
15824 normal_stop, everywhere.
15825 (test_normal_stop_notifications): Rename to...
15826 (test_notifications): ...this.
15827 (test_observer_normal_stop): Rename to...
15828 (test_observer): ...this.
15829
1903f0e6
DE
158302009-02-16 Doug Evans <dje@google.com>
15831
15832 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15833 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15834 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15835 (test_prefixed_syscall,test_int3): New tests.
15836 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15837 (test_prefixed_syscall,test_int3): New tests.
15838
1d33d6ba
VP
158392009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15840
3cb51905
AS
15841 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15842 (mi_expect_interrupt): Likewise.
15843 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15844 response.
1d33d6ba 15845
faafb047
PM
158462009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15847
15848 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15849 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15850 Replace calls to get_valueofx by get_hexadecimal_valueof.
15851
417e16e2
PM
158522009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15853
15854 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15855 (get_integer_valueof): New procedure.
15856 (get_sizeof): Use new get_integer_value_of.
15857 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15858 by get_integer_valueof.
15859
7065b901
TT
158602009-02-13 Tom Tromey <tromey@redhat.com>
15861
15862 * gdb.base/remote.exp (get_sizeof): Remove.
15863 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15864 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15865 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15866 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15867 (get_sizeof): Likewise.
15868
5d7cb8df
JK
158692009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15870
15871 PR fortran/9806
15872 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15873
b2febfff
PP
158742009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15875
15876 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15877
4aa995e1
PA
158782009-02-06 Pedro Alves <pedro@codesourcery.com>
15879
15880 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15881
d8906c6f
TJB
158822009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15883
15884 * gdb.python/python-cmd.exp: New file.
15885
ff4ab08d
TG
158862009-02-06 Tristan Gingold <gingold@adacore.com>
15887
15888 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15889
aacd552b
TG
158902009-02-05 Tristan Gingold <gingold@adacore.com>
15891
15892 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15893 pointer is dereferenced and use this signal name in regexp.
15894 * gdb.base/signull.exp: Ditto.
15895 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15896 * gdb.base/signull.c (main): Ditto.
15897
08c637de
TJB
158982009-02-04 Tom Tromey <tromey@redhat.com>
15899 Thiago Jung Bauermann <bauerman@br.ibm.com>
15900
15901 * gdb.python/python-value.exp: Use `gdb.history' instead of
15902 `gdb.value_from_history'.
15903 (test_value_numeric_ops): Add test for conversion of enum constant.
15904 * gdb.python/python-value.c (enum e): New type.
15905 (evalue): New global.
15906 (main): Use argv.
15907
20261af8
JG
159082009-02-04 Jerome Guitton <guitton@adacore.com>
15909
15910 * gdb.ada/uninitialized_vars: New test program.
15911 * gdb.ada/uninitialized_vars.exp: New testcase.
15912
52e44b43
TT
159132009-02-02 Tom Tromey <tromey@redhat.com>
15914
15915 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15916 * gdb.cp/pr2489.cc: Rename...
15917 * gdb.cp/pr9594.cc: ... to this.
15918
1c71341a
TT
159192009-02-02 Tom Tromey <tromey@redhat.com>
15920
15921 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15922 * gdb.cp/pr2489.cc: New file.
15923 * gdb.cp/cpcompletion.exp: New file.
15924
a4295225
TT
159252009-02-02 Tom Tromey <tromey@redhat.com>
15926
15927 PR exp/9059:
15928 * gdb.cp/call-c.exp: Add regression test.
15929 * gdb.cp/call-c.cc (FooHandle): New typedef.
15930 (main): New variable 'handle'.
15931
592375cd
VP
159322009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15933
15934 * lib/mi-support.exp (et_mi_thread_list)
15935 (check_mi_and_console_threads): Adjust for current thread in
15936 -thread-list-ids output.
15937
41447f92
VP
159382009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15939
889bf7c5
PA
15940 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15941 Call it.
41447f92 15942
35669430
DE
159432009-01-28 Doug Evans <dje@google.com>
15944
15945 * gdb.arch/amd64-disp-step.S: New file.
15946 * gdb.arch/amd64-disp-step.exp: New file.
15947 * gdb.arch/i386-disp-step.S: New file.
15948 * gdb.arch/i386-disp-step.exp: New file.
15949
09f00d9a
PM
159502009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15951
15952 * gdb.base/find.exp: Set newline variable
15953 using quotes instead of braces to fix cygwin failures.
15954
1e8fb976
PA
159552009-01-23 Pedro Alves <pedro@codesourcery.com>
15956
15957 * gdb.base/radix.exp: Add tests to ensure that that set
15958 input-radix 0 and set output-radix 0 are really rejected.
15959
da061712
PA
159602009-01-23 Pedro Alves <pedro@codesourcery.com>
15961
15962 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15963 copyright years.
15964
dd7e2d2b
PA
159652009-01-23 Pedro Alves <pedro@codesourcery.com>
15966
15967 PR gdb/9664:
15968 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15969
392452f6
PA
159702009-01-22 Pedro Alves <pedro@codesourcery.com>
15971
15972 PR c++/9631:
15973 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15974
8653e71c
PM
159752009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15976
15977 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15978 binfile definition to fix Windows OS failure.
15979
a12cc160
DJ
159802009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15981
15982 PR gdb/9346
15983 * gdb.base/interrupt.c (sigint_handler): New.
15984 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15985 on error.
15986 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15987 Test "signal SIGINT".
15988
b89667eb
DE
159892009-01-19 Doug Evans <dje@google.com>
15990
15991 * gdb.base/break.exp: Update expected gdb output.
15992 * gdb.base/sepdebug.exp: Ditto.
15993 * gdb.mi/mi-syn-frame.exp: Ditto.
15994 * gdb.mi/mi2-syn-frame.exp: Ditto.
15995 * gdb.base/call-signal-resume.exp: New file.
15996 * gdb.base/call-signals.c: New file.
15997 * gdb.base/unwindonsignal.exp: New file.
15998 * gdb.base/unwindonsignal.c: New file.
15999 * gdb.threads/interrupted-hand-call.exp: New file.
16000 * gdb.threads/interrupted-hand-call.c: New file.
16001 * gdb.threads/thread-unwindonsignal.exp: New file.
16002
adb483fe
DJ
160032009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16004
16005 * gdb.base/define.exp: Test defining and hooking prefix commands.
16006 * gdb.python/python.exp: Update test for "show user" output.
16007
60023297
JK
160082009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16009
16010 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16011 now the output exactly, using less wildcards. Expect also the output
16012 of gfortran-4.3. Update for the f-valprint.c modification from
16013 2008-04-22.
16014 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16015 Remove gdb_test test names where matching the command.
16016
ccc57cf9
PA
160172009-01-01 Pedro Alves <pedro@codesourcery.com>
16018
16019 PR breakpoints/9681:
16020 * gdb.base/watchpoint.exp: Add regression test.
16021
c7a6ca08
PA
160222008-12-31 Pedro Alves <pedro@codesourcery.com>
16023
16024 * gdb.threads/attach-into-signal.exp: Don't use
16025 gdb_suppress_entire_file.
16026 * gdb.threads/attach-stopped.exp: Ditto.
16027 * gdb.threads/attachstop-mt.exp: Ditto.
16028
3a031f65
PA
160292008-12-31 Pedro Alves <pedro@codesourcery.com>
16030
16031 PR gdb/8812:
16032 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16033
09e6485f
PA
160342008-12-29 Pedro Alves <pedro@codesourcery.com>
16035
16036 PR gdb/7536:
16037 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16038 and unsupported output radices are really rejected.
16039
0cd53049
JK
160402008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16041
16042 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16043
ba163c7e
TT
160442008-12-22 Tom Tromey <tromey@redhat.com>
16045
16046 * gdb.cp/punctuator.exp: New file.
16047
6f4de6c9
JK
160482008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16049
16050 * gdb.base/completion.exp (Completing non-existing component): New test.
16051
0f34d0b4
JK
160522008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16053
16054 Fix for PR gdb/8648.
16055 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16056 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16057 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16058 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16059
db2ad4c3
JK
160602008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16061
16062 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16063
bb5ef15e
DP
160642008-12-16 Christophe Lyon <christophe.lyon@st.com>
16065
16066 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16067 compiler actually generate code at the expected line number.
16068
90142adc
JZ
160692008-12-15 Jie Zhang <jie.zhang@analog.com>
16070
16071 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16072
fad6eecd
TT
160732008-12-12 Tom Tromey <tromey@redhat.com>
16074
16075 * gdb.base/commands.exp (redefine_hook_test): New proc.
16076 Call it.
16077
17c8aaf5
TT
160782008-12-11 Tom Tromey <tromey@redhat.com>
16079
16080 * gdb.base/macscp.exp: New regression test.
16081
7c8adf68
TT
160822008-12-11 Tom Tromey <tromey@redhat.com>
16083
16084 * gdb.base/macscp.exp: Print "address.addr".
16085 * gdb.base/macscp1.c (struct outer): New struct.
16086 (address): New global.
16087
b05dcbb7
TT
160882008-12-09 Tom Tromey <tromey@redhat.com>
16089
16090 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16091 Call it.
16092
2d476de1
DE
160932008-12-04 Doug Evans <dje@google.com>
16094
16095 * gdb.server/ext-run.exp: Relax regexp for init program.
16096
87bdc959
TG
160972008-12-03 Tristan Gingold <gingold@adacore.com>
16098
16099 * gdb.base/macscp.exp: Generate an object file during compilation
16100 to work around Darwin dsymutil limitations.
16101
e0740f77
JK
161022008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16103
16104 Test resolving external references to TLS variables.
16105 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16106 FILE2_THREAD_LOCAL.
16107 (testfile2, srcfile2): New variables.
16108 * gdb.threads/tls.c (file2_thread_local)
16109 (function_referencing_file2_thread_local): New.
16110 * gdb.threads/tls2.c: New file.
16111
67f0aac5
JB
161122008-11-28 Joel Brobecker <brobecker@adacore.com>
16113
16114 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
16115 rather than integer, as integer might not be big enough when
16116 on 64bit targets.
67f0aac5 16117
c332165e
JG
161182008-11-27 Jerome Guitton <guitton@adacore.com>
16119
16120 * gdb.cp/formatted-ref.exp: Add equality test.
16121 * gdb.ada/formatted_ref.exp: Ditto.
16122
fc9b693c
JK
161232008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16124
16125 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16126 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16127
a9c64011
AS
161282008-11-20 Andreas Schwab <schwab@suse.de>
16129
16130 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16131 matching syscall entry point.
16132 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16133 (tcatch_vfork_then_child_follow): Likewise. Finish through
16134 vfork even if we stopped at the syscall trampoline.
16135
e2fd701e
DE
161362008-11-20 Doug Evans <dje@google.com>
16137
16138 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16139
69abc51c
TJB
161402008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16141
16142 * gdb.arch/ppc-dfp.exp: New file.
16143 * gdb.arch/ppc-dfp.c: New file.
16144
c14c28ba
PP
161452008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16146
16147 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 16148
2e74121d
DE
161492008-11-17 Doug Evans <dje@google.com>
16150
16151 * gdb.mi/mi-syn-frame.exp: Update expected output.
16152 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16153
66bb093b
VP
161542008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16155
16156 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
16157 "thread N" results in =thread-selected.
16158 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16159 (mi_send_resuming_command_raw): Be prepared for
16160 =thread-selected.
16161
3d043ef6
VP
161622008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16163
a9c64011
AS
16164 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16165 * lib/mi-support.exp: Likewise.
3d043ef6 16166
808104c8
JB
161672008-11-16 Joel Brobecker <brobecker@adacore.com>
16168
16169 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16170 commands from the expected output for "help catch".
16171
00b22944
JB
161722008-11-15 Joel Brobecker <brobecker@adacore.com>
16173
16174 * gdb.ada/int_deref.exp: New testcase.
16175
59669435
TT
161762008-11-14 Nick Roberts <nickrob@snap.net.nz>
16177
16178 * gdb.mi/gdb2549.exp: New file.
16179
de04a248
DE
161802008-11-11 Doug Evans <dje@google.com>
16181
16182 * gdb.base/callexit.exp: New file.
16183 * gdb.base/callexit.c: New file.
16184
6b8ce727
DE
161852008-11-10 Doug Evans <dje@google.com>
16186
16187 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16188 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16189 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16190 (default_gdb_start,default_gdb_exit): Ditto.
16191 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16192 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16193 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16194 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16195 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16196 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16197
1b14b8aa
AS
161982008-11-03 Andreas Schwab <schwab@suse.de>
16199
16200 * gdb.base/hashline2.exp: Fix typo.
16201 * gdb.base/hashline3.exp: Likewise.
16202
f3134b88
TT
162032008-10-30 Tom Tromey <tromey@redhat.com>
16204
16205 * gdb.base/pointers.exp: Add test.
16206 * gdb.base/pointers.c (k, S): New typedefs.
16207 (instance): New global.
16208
c2226152
AS
162092008-10-30 Andreas Schwab <schwab@suse.de>
16210
16211 * gdb.base/args.exp: Add tests for newlines.
16212
462f405c
JB
162132008-10-30 Joel Brobecker <brobecker@adacore.com>
16214
16215 gdb.base/foll-exec.exp: Update the expected output of a couple
16216 of "info breakpoints" tests.
16217
79a45b7d
TT
162182008-10-28 Tom Tromey <tromey@redhat.com>
16219
16220 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16221
adc13a14
PA
162222008-10-24 Pedro Alves <pedro@codesourcery.com>
16223
16224 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16225 gdb_start_cmd.
16226 Use runto_main before any test that requires execution.
16227
252fbfc8
PA
162282008-10-23 Pedro Alves <pedro@codesourcery.com>
16229
16230 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16231 instead of SIGINT.
16232
28148e3d
JB
162332008-10-22 Joel Brobecker <brobecker@adacore.com>
16234
16235 * gdb.base/completion.exp: Update expected output following
16236 the addition of the "info tasks" command.
16237
c209f847
TT
162382008-10-22 Tom Tromey <tromey@redhat.com>
16239
16240 * gdb.base/exprs.exp (test_expr): Add test for string
16241 concatenation.
16242
f177e350
PA
162432008-10-19 Pedro Alves <pedro@codesourcery.com>
16244
16245 * configure.ac: Output gdb.python/Makefile.
16246 * configure: Regenerate.
16247 * gdb.python/Makefile.in: New.
16248
cce89356
JB
162492008-10-16 Joel Brobecker <brobecker@adacore.com>
16250
16251 * gdb.base/foll-fork.exp: Adjust the expected output to match
16252 the new description for fork/vfork catchpoints in the "info
16253 breakpoints" output.
16254
176d289d
TJB
162552008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16256
16257 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16258
a08702d6
TJB
162592008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16260
16261 * gdb.python/python-value.c: New file.
16262 * gdb.python/python-value.exp: New file.
16263
1c5cfe86
PA
162642008-10-15 Pedro Alves <pedro@codesourcery.com>
16265
16266 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16267
5a98ad69
DP
162682008-10-15 Denis Pilat <denis.pilat@st.com>
16269
41702f1b 16270 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 16271
dcb1a1e2
TT
162722008-10-09 Tom Tromey <tromey@redhat.com>
16273
16274 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16275 'fprintf' and 'stderr'.
16276
9124fe48
JB
162772008-10-07 Joel Brobecker <brobecker@adacore.com>
16278
16279 * gdb.ada/ref_tick_size.exp: New testcase.
16280
45452591
DE
162812008-10-06 Doug Evans <dje@google.com>
16282
16283 * gdb.dwarf2/dw2-cu-size.exp: New file.
16284 * gdb.dwarf2/dw2-cu-size.S: New file.
16285
16286 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16287 .Ltype_int for clarity.
16288
4fc5b208
PP
162892008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16290
16291 PR gdb/2384:
16292 * gdb.cp/gdb2384.exp: Extended to test more cases.
16293 * gdb.cp/gdb2384.cc: Likewise.
16294 * gdb.cp/gdb2384-base.h: Likewise.
16295 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 16296
d78df370
JK
162972008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16298
16299 * gdb.base/maint.exp (maint print type): Remove printing
16300 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16301
9a044a89
TT
163022008-09-30 Tom Tromey <tromey@redhat.com>
16303
16304 * gdb.base/macscp.exp: Add completion tests.
16305 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16306 (TWENTY_THREE): Likewise.
16307 (FORTY_EIGHT): Likewise.
16308
506800a9
TT
163092008-09-30 Tom Tromey <tromey@redhat.com>
16310
16311 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16312 everywhere.
16313 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16314
1a6f01b5
JK
163152008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16316
16317 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16318 testcase is derived from. Fix racy dependency on an expected PID
16319 number. No longer support the testcase on Linux kernel 2.4.x.
16320
2fae03e8
TT
163212008-09-27 Tom Tromey <tromey@redhat.com>
16322
16323 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16324 and varargs.
16325
1ad15515
PA
163262008-09-22 Pedro Alves <pedro@codesourcery.com>
16327
16328 * lib/mi-support.exp (mi_expect_interrupt): New.
16329 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16330 from gdb.mi/mi-nonstop.exp.
16331 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16332 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16333 lib/mi-support.exp.
16334 Use mi_check_thread_states throughout. Avoid ".*" and do not
16335 require an anchor after -exec-run.
16336
d0b76dc6
DJ
163372008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16338
16339 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16340 stop is pending. Avoid ".*" when two stops are pending.
16341 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16342 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16343 newlines in fullnames.
16344 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16345 (mi_expect_stop): Update comments. Only anchor in sync mode.
16346 Do not match newlines.
16347 (mi_send_resuming_command_raw): Always return status.
16348 (mi_get_stop_line): Do not match more than one line by accident.
16349 Only anchor in sync mode.
16350 (mi_run_inline_test): If -exec-next fails, give up.
16351
9990c830
UW
163522008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16353
16354 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16355 on SPU.
16356
ebcf6f00
JB
163572008-09-10 Joel Brobecker <brobecker@adacore.com>
16358
16359 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16360
b6db24e5
JB
163612008-09-10 Joel Brobecker <brobecker@adacore.com>
16362
16363 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16364 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16365 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16366 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16367 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16368 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16369 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16370 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16371 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16372 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16373 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16374 Include the "= " sequence in the expected output of print tests.
16375
2bf448e0
JB
163762008-09-10 Joel Brobecker <brobecker@adacore.com>
16377
16378 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16379 description for boolean types.
16380
d51fd4c8
PA
163812008-09-09 Pedro Alves <pedro@codesourcery.com>
16382
16383 * gdb.base/hook-stop-continue.c: New.
16384 * gdb.base/hook-stop-continue.exp: New.
16385
694182d2
DJ
163862008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16387
16388 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16389
3b8a7fc0
JG
163902008-09-08 Jerome Guitton <guitton@adacore.com>
16391
16392 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16393 (stack_check_probe_2, stack_check_probe_loop_1)
16394 (stack_check_probe_loop_2): New functions.
16395 (main): Add call to these new functions.
16396 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16397 functions, check that the breakpoint is inserted at the appropriate
16398 location.
16399 (insert_breakpoint): Slightly refine this procedure so that it can
16400 be called several times in the test.
16401
96cc0ae8
JG
164022008-09-08 Jerome Guitton <guitton@adacore.com>
16403
16404 * gdb.base/stack-checking.c: New file.
16405 * gdb.base/stack-checking.exp: New file.
16406
1f08b409
TJB
164072008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16408
16409 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16410 * gdb.arch/altivec-regs.exp: Likewise.
16411 * gdb.arch/vsx-regs.exp: Likewise.
16412
3099e1c4
TJB
164132008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16414
16415 * gdb.arch/ppc-fp.exp: New file.
16416 * gdb.arch/ppc-fp.c: New file.
16417
cc69bfc1
PP
164182008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16419
16420 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16421 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 16422
b02a33db
MS
164232008-09-04 Michael Snyder <msnyder@vmware.com>
16424
16425 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16426 as "at" (for non-debug functions such as _start).
16427
2992cbe0
UW
164282008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16429
16430 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16431 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16432 software watchpoints.
16433 * gdb.base/watch_thread_num.exp: Likewise.
16434
514f746b
AR
164352008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16436
16437 * gdb.arch/i386-bp_permanent.exp: New test.
16438
876cecd0
TT
164392008-08-24 Tom Tromey <tromey@redhat.com>
16440
16441 * gdb.base/maint.exp: Update "maint print type".
16442
80f73d71
VP
164432008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16444
16445 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16446 support. Adjust the order of "*running" notifications.
16447 * gdb.mi/non-stop.c: Don't cast from int to void* and
16448 back.
16449
d9c78d7d
MK
164502008-08-20 Mark Kettenis <kettenis@gnu.org>
16451
16452 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16453 expect to find it in the "info frame" output.
16454
97a2d1d3
DJ
164552008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16456
16457 * gdb.base/interp.exp: Always consume both prompts.
16458
b96e2927
PA
164592008-08-20 Pedro Alves <pedro@codesourcery.com>
16460
16461 * gdb.base/pending.exp: Test pending breakpoints without symbols
16462 loaded.
16463
8cf6e61a
VP
164642008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16465
16466 * lib/mi-support.exp (mi_expect_stop): Produce
16467 more details on failures.
16468 * gdb.mi/mi-nonstop.exp: New.
16469 * gdb.mi/non-stop.c: New.
16470
c6ebd6cf
VP
164712008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16472
a9c64011
AS
16473 * gdb.mi/mi-async.exp: Use 'set target-async'.
16474 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 16475
46a9b8ed
DJ
164762008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
16477
16478 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
16479
44feb3ce
TT
164802008-08-17 Tom Tromey <tromey@redhat.com>
16481
16482 * gdb.base/help.exp (help catch): Rewrite.
16483
311a4e6b
TJB
164842008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16485
16486 * gdb.base/define.exp: Test indented command documentation.
16487 * gdb.python/python.exp: Test indented multi-line command.
16488
604c2f83
LM
164892008-08-15 Luis Machado <luisgpm@br.ibm.com>
16490
16491 * testsuite/gdb.arch/vsx-regs.c: New source file.
16492 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
16493 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
16494
886a217c
TT
164952008-08-14 Tom Tromey <tromey@redhat.com>
16496
16497 * gdb.base/macscp.exp: Add regression test for "macro define" or
16498 "macro undef" with no arguments.
16499
c814a4f3
PP
165002008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
16501
16502 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 16503
12ab8a60
UW
165042008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16505
16506 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
16507
d57a3c85
TJB
165082008-08-06 Tom Tromey <tromey@redhat.com>
16509
16510 * gdb.python/python.exp: New file.
16511
c7b778ff
JK
165122008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16513
16514 Fix for PR gdb/1543.
16515 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16516 $LOCATION.
16517 (location): New variable.
16518 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16519 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16520 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16521 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16522 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16523 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16524 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16525 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16526 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16527 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16528 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16529 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16530 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16531 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16532 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16533 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16534 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16535 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16536 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16537 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16538 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16539 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16540 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16541 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16542 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16543 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16544 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16545 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16546 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16547 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16548 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16549 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16550 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16551 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16552 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16553 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16554 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16555 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16556 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16557 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16558 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16559 gdb.base/type-opaque.exp, gdb.base/until.exp,
16560 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16561 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16562 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16563 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16564 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16565 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16566 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16567 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16568 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16569 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16570 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16571 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16572 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16573 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16574 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16575 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16576 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16577 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16578 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16579 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16580 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16581 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16582 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16583 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16584 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16585 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16586 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16587 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16588 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16589 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16590 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16591 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16592 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16593 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16594 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16595 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16596 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16597 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16598 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16599 to bug-gdb@prep.ai.mit.edu .
16600
5e06a3d1
VP
166012008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16602
16603 * lib/mi-support.exp (mi_load_shlibs): New.
16604 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16605
9d81d21b
VP
166062008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16607
16608 * lib/mi-support.exp (get_mi_thread_list)
16609 (check_mi_and_console_threads): New, moved from ...
16610 * gdb.mi/mi-pthread.exp: ...here.
16611 * gdb.mi/gdb669.exp (get_mi_thread_list)
16612 (check_mi_and_console_threads): Delete.
16613 * gdb.mi/mi2-pthread.exp: Likewise.
16614
bae98fe0
TT
166152008-07-28 Tom Tromey <tromey@redhat.com>
16616
16617 * Makefile.in (just-check): Remove. Move body to...
16618 (check): ... here.
16619
57380f4e
DJ
166202008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16621
16622 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16623 Add a test for duplicated SIGINTs.
16624
e09490f1
DJ
166252008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16626
16627 * gdb.threads/schedlock.exp (get_args): Update to work for any
16628 value of NUM.
16629 (Top level): Report the number of threads that did not resume.
16630
6387b45f
DJ
166312008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16632
16633 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16634
62f64ff2
DJ
166352008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16636
16637 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16638 non-MI prompt.
16639
fa8de41e
TT
166402008-07-26 Tom Tromey <tromey@redhat.com>
16641
16642 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16643 (function_struct, function_struct_ptr): New globals.
16644 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16645 function pointer in a struct.
16646
ccb3ac8a
TT
166472008-07-26 Tom Tromey <tromey@redhat.com>
16648
16649 * gdb.base/macscp.exp: Add test for macro lexing bug.
16650
d7d9f01e
TT
166512008-07-18 Tom Tromey <tromey@redhat.com>
16652
16653 * gdb.base/macscp.exp: Add macro tests.
16654
9bf07184
PP
166552008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16656
16657 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16658
becf6477
PP
166592008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16660
16661 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16662
0709f7d3
PP
166632008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16664
16665 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 16666
7093c834
PP
166672008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16668
16669 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 16670
b432ffe3
JK
166712008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16672
16673 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16674
b1a268e5
VP
166752008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16676
16677 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16678
e2995f8e
KB
166792008-07-11 Kevin Buettner <kevinb@redhat.com>
16680
16681 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16682 of regexp to account for changes made to GDB in the printing of
16683 byte vectors.
16684
14032a66
TT
166852008-07-11 Tom Tromey <tromey@redhat.com>
16686
16687 * gdb.base/completion.exp: Add 'help' completion test.
16688
981505ef
JK
166892008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16690
16691 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16692
10568435
JK
166932008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16694
16695 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16696
4487aabf
PA
166972008-07-09 Pedro Alves <pedro@codesourcery.com>
16698
16699 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16700
a4a9b1c4
PA
167012008-07-09 Pedro Alves <pedro@codesourcery.com>
16702
16703 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16704
3c3185ac
JK
167052008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16706
16707 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16708
7ebd49dc
VP
167092008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16710
16711 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16712 previous commit. Add a comment.
16713
84e46146
PA
167142008-06-28 Pedro Alves <pedro@codesourcery.com>
16715
16716 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16717
0f8d4a2f
VP
167182008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16719
16720 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16721
f747e0ce
PA
167222008-06-27 Pedro Alves <pedro@codesourcery.com>
16723
16724 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16725 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16726 compiling an executable, link in an object that forces unbuffered
16727 output.
16728 * lib/set_unbuffered_mode.c: New file.
16729
734a5c36
JK
167302008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16731
16732 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16733
a2840c35
VP
167342008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16735
a9c64011
AS
16736 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16737 mi_expect_stop.
16738 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16739 Demand that *running is output.
16740 (detect_async): Perform checking every time.
16741 (mi_send_resuming_command): Extract everything into...
16742 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
16743 (mi_expect_stop): Don't accept any output before *stopped.
16744
6ae37fef
VP
167452008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16746
16747 Robustify mi-simplerun.
a9c64011
AS
16748 * gdb.mi/basics.c (main): Add a call to sleep.
16749 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16750 * gdb.mi/mi2-cli.exp: Likewise.
16751 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 16752
b4aa76f0 167532008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
16754
16755 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16756
e1ac3328
VP
167572008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16758
a9c64011
AS
16759 * gdb.mi/mi-console.exp: Adjust.
16760 * gdb.mi/mi-syn-frame.exp: Adjust.
16761 * gdb.mi/mi2-console.exp: Adjust.
16762 * gdb.mi/mi2-syn-frame.exp: Adjust.
16763 * lib/mi-support.exp (mi_run_cmd): Adjust.
16764 (mi_send_resuming_command): Adjust.
e1ac3328 16765
f7f9a841
VP
167662008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16767
16768 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
16769 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16770 testing of stopped.
16771 * gdb.mi/mi2-syn-frame.exp: Likewise.
16772 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16773 (async, detect_async): New.
16774 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16775 depending on if we're running in sync or async mode.
f7f9a841 16776
37cd5d19
TT
167772008-06-09 Tom Tromey <tromey@redhat.com>
16778
16779 * gdb.base/completion.exp: New tests for field name completion
16780 with spaces, and field name completion with '->'.
16781
65d12d83
TT
167822008-06-06 Tom Tromey <tromey@redhat.com>
16783
16784 * gdb.base/break1.c (struct some_struct): New struct.
16785 (values): New global.
16786 * gdb.base/completion.exp: Add field name completion test.
16787
ebfe2e3f
PP
167882008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16789
16790 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16791 to pointer.
16792 * gdb.cp/call-c.cc: Likewise.
16793
bcf6fc3a
NR
167942008-06-06 Nick Roberts <nickrob@snap.net.nz>
16795
16796 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16797 annotation.
16798
49fd4a42 167992008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 16800 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
16801
16802 * gdb.threads/execl.c, gdb.threads/execl1.c,
16803 gdb.threads/execl.exp: New tests.
a9c64011 16804
8a34ac3f
AR
168052008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16806 Daniel Jacobowitz <dan@codesourcery.com>
16807
16808 * gdb.cp/exception.exp: Activate test, make it work with pending
16809 catchpoints.
16810
86ae69ef
JK
168112008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16812
16813 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16814
f7f9ae2c
VP
168152008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16816
a9c64011
AS
16817 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16818 now printed.
16819 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 16820
2a2d4dc3
AS
168212008-05-27 Andreas Schwab <schwab@suse.de>
16822
16823 * gdb.base/frame-args.exp: Handle arguments that are optimized
16824 out.
16825
5099e4d9
LM
168262008-05-26 Luis Machado <luisgpm@br.ibm.com>
16827
16828 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16829 quiet for ppc32 and group options into a single variable.
16830
d9c36a91
JB
168312008-05-23 Joel Brobecker <brobecker@adacore.com>
16832
16833 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16834 of zero-size elements.
16835 * gdb.ada/null_array.exp: Test printing this new array.
16836
103a8671
JK
168372008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16838
16839 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16840
07a4cc1a 168412008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
16842
16843 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16844 of the "finish" command.
16845
55f996a7
NR
168462008-05-21 Nick Roberts <nickrob@snap.net.nz>
16847
16848 * gdb.base/annota1.exp: Test for new annotation.
16849
907fc202
UW
168502008-05-16 Pedro Alves <pedro@codesourcery.com>
16851
16852 * gdb.base/fixsection.exp: New file.
16853 * gdb.base/fixsection0.c: New file.
16854 * gdb.base/fixsection1.c: New file.
16855
e8f97270
UW
168562008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16857
16858 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16859 * gdb.base/annota3.exp: Likewise.
16860
ac0bb574
NF
168612008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16862
16863 * gdb.base/watch_thread_num.exp: Don't run tests that require
16864 watchpoints if the target doesn't support them.
16865
6fadd07a
DE
168662008-05-12 Doug Evans <dje@google.com>
16867
16868 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16869
6e9a4a30
JB
168702008-05-09 Joel Brobecker <brobecker@adacore.com>
16871
16872 * gdb.ada/assign_1.exp: New testcase.
16873
08388c79
DE
168742008-05-09 Doug Evans <dje@google.com>
16875
a3c83fae
DE
16876 * gdb.base/find.exp: New file.
16877 * gdb.base/find.c: New file.
08388c79 16878
bd5ddfe8
DJ
168792008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16880
16881 * gdb.base/commands.exp (watchpoint_command_test): Handle
16882 gdb,no_hardware_watchpoints.
16883 * gdb.base/float.exp: Allow ARM targets without floating point.
16884 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16885
b5dd68e2 168862008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 16887 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
16888
16889 * gdb.ada/lang_switch: New test program.
16890 * gdb.ada/lang_switch.exp: New testcase.
16891
382d13d1
DE
168922008-05-05 Doug Evans <dje@google.com>
16893
16894 * gdb.base/help.exp (disassemble): Update expected help text.
16895
9dd789d0
PA
168962008-05-04 Pedro Alves <pedro@codesourcery.com>
16897
16898 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16899
611c83ae
PA
169002008-05-04 Pedro Alves <pedro@codesourcery.com>
16901
16902 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16903 different times.
16904
ff013f42
JK
169052008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16906
16907 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16908 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16909 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16910 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16911
96dff6a2
VP
169122008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16913
16914 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16915 notification to appear.
16916
55cd6f92
DJ
169172008-05-04 Daniel Jacobowitz <dan@debian.org>
16918
16919 * gdb.base/fullname.c: New file.
16920 * gdb.base/fullname.exp: New file.
16921 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16922
d705c43c
PA
169232008-05-03 Pedro Alves <pedro@codesourcery.com>
16924
16925 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16926 expressions with macros.
16927
333222e1
JK
169282008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16929
16930 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16931
5ac01682
DJ
169322008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16933
16934 * gdb.base/completion.exp: Handle lack of other symbols beginning
16935 with "a".
16936
16937 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16938
237fc4c9
PA
169392008-05-02 Jim Blandy <jimb@codesourcery.com>
16940
16941 * gdb.asm/asmsrc1.s: Add scratch space.
16942
ed5e9466
DJ
169432008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16944 Daniel Jacobowitz <dan@codesourcery.com>
16945
16946 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16947 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16948 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16949
b39cc962
DJ
169502007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16951
16952 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16953
36d520f5
JB
169542008-05-01 Joel Brobecker <brobecker@adacore.com>
16955
16956 * gdb.base/info-target.exp: New testcase.
16957
8d4e3071
DJ
169582008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16959
16960 * gdb.cp/hang.exp: Use .cc instead of .C.
16961 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16962 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16963
6f3f3097
DJ
169642008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16965
16966 * gdb.base/gdb1250.exp: Remove perror.
16967 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16968
5550a914
PA
169692008-04-30 Pedro Alves <pedro@codesourcery.com>
16970
16971 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16972 .2byte.
16973
d848e687
DJ
169742008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16975
16976 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16977 (maybe_kfail): New.
16978
93b5768b
PA
169792008-04-25 Pedro Alves <pedro@codesourcery.com>
16980
16981 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16982
721c02de
VP
169832008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16984
a9c64011
AS
16985 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16986 * gdb.mi/mi2-syn-frame.exp: Likewise.
16987 * lib/mi-support.exp: Likewise.
721c02de 16988
74960c60
VP
169892008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16990
16991 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16992 to specify regexp for the location to stop at.
16993 * gdb.base/break-always.c: New.
16994 * gdb.base/break-always.exp: New.
16995
d24317b4
VP
169962008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16997
16998 * lib/mi-support.exp (mi_runto_helper): Adjust
16999 for the original-location field.
17000 (mi_create_breakpoint, mi_list_breakpoints): New.
17001 * gdb.mi/mi-break.exp: Adjust.
17002 * gdb.mi/mi2-break.exp: Adjust.
17003 * gdb.mi/mi-pending.exp: Adjust.
17004 * gdb.mi/mi-simplerun.exp: Adjust.
17005 * gdb.mi/mi2-simplerun.exp: Adjust.
17006 * gdb.mi/mi-syn-frame.exp: Adjust.
17007 * gdb.mi/mi2-syn-frame.exp: Adjust.
17008 * gdb.mi/mi-until.exp: Adjust.
17009 * gdb.mi/mi2-until.exp: Adjust.
17010 * gdb.mi/mi-var-display.exp: Adjust.
17011 * gdb.mi/mi2-var-display.exp: Adjust.
17012 * gdb.mi/mi-watch.exp: Adjust.
17013 * gdb.mi/mi2-watch.exp: Adjust.
17014
fdc59709 170152008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 17016
a9c64011
AS
17017 * aclocal.m4: Add override.m4.
17018 * configure: Regenerate.
fdc59709 17019
8e91f023
VP
170202008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17021
17022 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17023 '-var-update --all-values' reports new value even the type
17024 of a variable object has changed.
17025
233a11ab
CS
170262008-04-18 Craig Silverstein <csilvers@google.com>
17027
17028 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17029 files.
d24317b4 17030
9c1137ad
JB
170312008-04-18 Joel Brobecker <brobecker@adacore.com>
17032
17033 * gdb.ada/atomic_enum: New test program.
17034 * gdb.ada/atomic_enum.exp: New testcase.
17035
66d0bbc7
DE
170362008-04-17 Doug Evans <dje@google.com>
17037
17038 * gdb.opt/Makefile.in: Fix whitespace.
17039
100906b0
UW
170402008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17041
17042 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17043
4584e32e
DE
170442008-04-17 Doug Evans <dje@google.com>
17045
17046 * gdb.base/hashline1.exp: New testcase.
17047 * gdb.base/hashline2.exp: New testcase.
17048 * gdb.base/hashline2.exp: New testcase.
17049
0a320680
PA
170502008-04-17 Pedro Alves <pedro@codesourcery.com>
17051
17052 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17053
18ac113b
AR
170542008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17055
17056 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17057 temporary breakpoint to match "Temporary breakpoint".
17058 * gdb.base/break.exp (delete_breakpoints): Likewise.
17059 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17060 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17061 * gdb.base/display.exp: Likewise.
17062 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17063 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17064 * gdb.base/restore.exp (restore_tests): Likewise.
17065 * gdb.base/sepdebug.exp: Likewise.
17066 * gdb.base/watchpoint.exp: Likewise.
17067 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17068 * gdb.mi/mi-pending.exp: Likewise.
17069 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17070 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17071 * gdb.mi/mi-var-cmd.exp: Likewise.
17072 * gdb.mi/mi-var-display.exp: Likewise.
17073 * gdb.mi/mi2-cli.exp: Likewise.
17074 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17075 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17076 * gdb.mi/mi2-var-display.exp: Likewise.
17077 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17078 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17079 new "disp" field.
a9c64011 17080 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
17081 reason. This is to support fix for PR2424.
17082
add38693
JK
170832008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17084
17085 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17086
fcacd99f
VP
170872008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17088
17089 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 17090 field. Add more floating varobj tests.
fcacd99f 17091 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
17092 field.
17093 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17094 (main): Call do_at_tests.
17095 * lib/mi-support.exp (mi_create_floating_varobj)
17096 (mi_varobj_update_with_type_change): New.
fcacd99f 17097
de051565
MK
170982008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17099
17100 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17101 option of -var-evaluate-expression.
17102 * gdb.mi/mi2-var-display.exp: Likewise.
17103
dbc52822
VP
171042008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17105
17106 Introduce test setup helpers.
a9c64011
AS
17107 * lib/gdb.exp (build_executable, clean_restart)
17108 (prepare_for_testing): New.
17109 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17110 * gdb.base/return.exp: Likewise.
17111 * gdb.base/ending-run.exp: Likewise.
dbc52822 17112
473591da
NR
171132008-04-07 Nick Roberts <nickrob@snap.net.nz>
17114
17115 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17116 Interface (MI) responses.
17117
2b2d9e11
VP
171182008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17119
a9c64011
AS
17120 * gdb.cp/breakpoint.cc: New code to test conditions involving
17121 member variables.
17122 * gdb.cp/breakpoint.exp: Test condition involving member
17123 variables.
2b2d9e11 17124
bb378428
VP
171252008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17126
17127 * lib/mi-support.exp (mi_expect_stop): New.
17128 (mi_run_cmd): Change the
17129 token. Use mi_send_resuming_command, use
17130 mi_expect_stop.
17131 (mi_execute_to_helper): Rename to mi_execute_to.
17132 (mi_send_resuming_command): Add more error patterns.
17133 (mi_wait_for_stop): Renamed to...
17134 (mi_get_stop_line): ...this.
17135 (mi_run_inline_test): Adjust.
17136
17137 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17138 * gdb.mi/mi-console.exp: Likewise.
17139 * gdb.mi/mi-pending.exp: Likewise.
17140 * gdb.mi/mi-simplerun.exp: Likewise.
17141 * gdb.mi/mi-stack.exp: Likewise.
17142 * gdb.mi/mi-stepi.exp: Likewise.
17143 * gdb.mi/mi-syn-frame.exp: Add comment.
17144 * gdb.mi/mi-until.exp: Likewise.
17145 * gdb.mi/mi-var-display.exp: Likewise.
17146 * gdb.mi/mi-watch.exp: Likewise.
17147 * gdb.mi/mi2-cli.exp: Likewise.
17148 * gdb.mi/mi2-console.exp: Likewise.
17149 * gdb.mi/mi2-simplerun.exp: Likewise.
17150 * gdb.mi/mi2-stack.exp: Likewise.
17151 * gdb.mi/mi2-stepi.exp: Likewise.
17152 * gdb.mi/mi2-until.exp: Likewise.
17153 * gdb.mi/mi2-var-display.exp: Likewise.
17154 * gdb.mi/mi2-watch.exp: Likewise.
17155
62172bb9
UW
171562008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17157
17158 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17159
17160 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17161
a13e061a
PA
171622008-04-04 Pedro Alves <pedro@codesourcery.com>
17163
17164 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17165 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17166 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17167 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17168 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17169 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17170 expect an mi error duplicated in stderr.
17171
eae06beb
JB
171722008-04-03 Joel Brobecker <brobecker@adacore.com>
17173
17174 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17175 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17176 Add a couple of tests that verify the behavior when the new setting
17177 is set to "cancel" and "all".
17178 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17179 "ask" before we start the testing.
17180
79c6ced6
AR
171812008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17182
17183 * gdb.cp/casts.cc: Add class reference variables.
17184 * gdb.cp/casts.exp: New test cases for up/down casting references.
17185
6c2d1a6b
MK
171862008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17187
17188 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17189 instead of beginning to make an extra test pass.
17190 * gdb.mi/mi2-var-display.exp: Likewise.
17191
55b411d9
MR
171922008-03-31 Maciej W. Rozycki <macro@mips.com>
17193
17194 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17195
c6140da2
MD
171962008-03-31 Markus Deuling <deuling@de.ibm.com>
17197 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17198
17199 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17200 value. Add xfail for older kernels.
17201
79732189
AR
172022008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17203
17204 Bring mi-support in line with gdb.exp.
17205 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17206 (mi_gdb_start): New function.
17207
33c3676e
MR
172082008-03-28 Maciej W. Rozycki <macro@mips.com>
17209
17210 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17211
92e28119
VP
172122008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17213
17214 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17215 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 17216
9e8e3afe
VP
172172008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17218
17219 * lib/mi-support.exp (mi_create_varobj_checked): New.
17220 (mi_list_varobj_children): Allow to check for a
17221 value.
17222 (mi_list_array_varobj_children): New.
17223
17224 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17225 and mi_list_varobj_children, as opposed to hardcoding
17226 expected strings.
17227 * gdb.mi/gdb701.exp: Likewise.
17228 * gdb.mi/gdb792.exp: Likewise.
17229 * gdb.mi/mi-var-block.exp: Likewise.
17230 * gdb.mi/mi-var-cmd.exp: Likewise.
17231 * gdb.mi/mi-var-invalidate.exp: Likewise.
17232 * gdb.mi/mi2-var-block.exp: Likewise.
17233 * gdb.mi/mi2-var-child.exp: Likewise.
17234 * gdb.mi/mi2-var-cmd.exp: Likewise.
17235 * gdb.mi/mi2-var-display.exp: Likewise.
17236
9df50351
JK
172372008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17238
17239 Fix random false FAILs on i386.
17240 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17241
31e5d73a
DJ
172422008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17243
17244 PR gdb/544
17245 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17246
12f4afab
DJ
172472008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17248
17249 PR gdb/544
17250 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17251
b562a0cb
DJ
172522008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17253
17254 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17255 fixed PR gdb/544.
17256
17faa917
DJ
172572008-03-21 Pedro Alves <pedro@codesourcery.com>
17258
17259 * gdb.threads/fork-child-threads.exp: Test next over fork.
17260
6214f497
DJ
172612008-03-21 Chris Demetriou <cgd@google.com>
17262
17263 * gdb.base/break.exp (rbreak junk): New test for rbreak
17264 "Junk at end of arguments" issue.
17265
63092375
DJ
172662008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17267
17268 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17269 *& to work on created array elements.
17270 (Top level): Test print $pc with a file. Test string operations
17271 without a target.
17272 * gdb.base/ptype.exp: Do not expect *& to work on created array
17273 elements.
17274
b21991b0
DJ
172752008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17276
17277 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17278 gdb.threads/staticthreads.exp: Update exit query.
17279
c4b347c7
SL
172802008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17281
17282 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17283
fa4727a6
DJ
172842008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17285
17286 * gdb.base/watchpoint.c (global_ptr, func4): New.
17287 (main): Call func4.
17288 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17289 (test_inaccessible_watchpoint): New.
17290
2f34202f
MR
172912008-02-29 Maciej W. Rozycki <macro@mips.com>
17292
17293 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17294 select the largest.
17295
0d6ba1b1
DJ
172962008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17297
17298 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17299 frames-invalid annotations.
17300
e691325a
PM
173012008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17302
a9c64011 17303 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 17304
f85b5ecc
DE
173052008-02-27 Doug Evans <dje@google.com>
17306
17307 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17308 for bug 1738.
17309 (breakpoint_to_handler_entry): Ditto.
17310
b40e7bf3
JB
173112008-02-27 Joel Brobecker <brobecker@adacore.com>
17312
17313 * gdb.base/ending-run.exp: Use the first line of code inside
17314 function body to test breakpoints.
17315 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17316 location where the breakpoint is inserted when using the line
17317 where a function is declared. Fix typo in the description of
17318 one of the tests.
17319 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17320
2faca73a
PM
173212008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17322
17323 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 17324 tests.
2faca73a 17325
6f439c36
PM
173262008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17327
17328 * gdb.base/args.exp: avoid same output for tests
17329 with single quotes.
17330
54e52265
VP
173312008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17332
a9c64011
AS
17333 * gdb.base/annota1.exp: Adjust for 'info break'
17334 format changes.
17335 * gdb.base/annota3.exp: Likewise.
17336 * gdb.base/break.exp: Likewise.
17337 * gdb.base/condbreak.exp: Likewise.
17338 * gdb.base/pending.exp: Likewise.
17339 * gdb.base/sepdebug.exp: Likewise.
17340 * gdb.base/unload.exp: Likewise.
17341 * gdb.cp/ovldbreak.exp: Likewise.
17342 * gdb.mi/mi-pending.exp: Likewise.
54e52265 17343
897b09ca
DE
173442008-02-07 Doug Evans <dje@google.com>
17345
17346 * gdb.cp/mb-inline.exp: New.
17347 * gdb.cp/mb-inline.h: New.
17348 * gdb.cp/mb-inline1.cc: New.
17349 * gdb.cp/mb-inline2.cc: New.
17350
b1c32d35
PM
173512008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17352
17353 * gdb.pascal/floats.pas: New test program.
17354 * gdb.pascal/floats.exp: New testcase.
17355
1a4ca44a
TJB
173562008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17357
17358 * gdb.base/callfuncs.c (t_float_many_args): New function.
17359 (t_double_many_args): New function.
17360 * gdb.base/callfuncs.exp: Add tests for exceeding float
17361 and double parameters passed through the stack.
17362
439048e8
JB
173632008-02-05 Joel Brobecker <brobecker@adacore.com>
17364
17365 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17366 gdb.ada/complete/foo.adb: New files.
17367 * gdb.ada/complete.exp: New testcase.
17368
81fe8080
DE
173692008-02-03 Doug Evans <dje@google.com>
17370
301f0ecf
DE
17371 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17372
81fe8080
DE
17373 * gdb.cp/gdb2384.exp: New file.
17374 * gdb.cp/gdb2384.cc: New file.
17375 * gdb.cp/gdb2384-base.h: New file.
17376 * gdb.cp/gdb2384-base.cc: New file.
17377
4b071aec
DE
173782008-02-02 Doug Evans <dje@google.com>
17379
17380 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17381
61137ba6
JB
173822007-02-01 Joel Brobecker <brobecker@adacore.com>
17383
17384 * gdb.ada/sym_print_name: New test program.
17385 * gdb.ada/sym_print_name.exp: New testcase.
17386
173872007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
17388
17389 * gdb.ada/nested/hello.adb: New file.
17390 * gdb.ada/nested.exp: New testcase.
17391 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17392
98deb0da
VP
173932008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17394
17395 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
17396 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17397 don't cause future evaluations of function to report
17398 creation of internal breakpoints.
98deb0da 17399
723a2275
VP
174002008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17401
17402 * gdb.mi/mi-break.exp (test_error): New.
17403 Call it.
17404
fb546a2f
LM
174052008-01-31 Luis Machado <luisgpm@br.ibm.com>
17406
17407 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17408 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17409
2d8fd90a
PM
174102008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17411
17412 * gdb.pascal/integers.pas: New test program.
17413 * gdb.pascal/integers.exp: New testcase.
17414
a7fa0ded
PM
174152008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17416
17417 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17418
5e1a1926
TJB
174192008-01-30 Luis Machado <luisgpm@br.ibm.com>
17420
17421 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17422 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17423
8d04f9f0
JB
174242008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17425
17426 * gdb.ada/formatted_ref: New test program.
17427 * gdb.ada/formatted_ref.exp: New testcase.
17428
17429 * gdb.cp/formatted-ref.cc: New file.
17430 * gdb.cp/formatted-ref.exp: New testcase.
17431
ce75a98f
JB
174322008-01-30 Joel Brobecker <brobecker@adacore.com>
17433
17434 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17435
e835f6bf
NR
174362008-01-30 Nick Roberts <nickrob@snap.net.nz>
17437
17438 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17439 (test_file_list_exec_source_file): Update to new macro-info field.
17440
d118ef87
PH
174412008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17442
17443 * gdb.ada/exprs: New test program.
17444 * gdb.ada/exprs.exp: New testcase.
17445
7d35ab09
TJB
174462008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17447
17448 * dfp-test.c (DELTA, DELTA_B): New definitions.
17449 (double_val1, double_val2, double_val3, double_val4, double_val5,
17450 double_val6, double_val7, double_val8, double_val9, double_val10,
17451 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17452 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17453 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17454 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17455 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17456 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17457 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17458 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17459 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17460 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17461 dec128_val16): New global variables.
17462 (decimal_dec128_align): New function.
17463 (decimal_mixed): Likewise.
17464 (decimal_many_args_dec32): Likewise.
17465 (decimal_many_args_dec64): Likewise.
17466 (decimal_many_args_dec128): Likewise.
17467 (decimal_many_args_mixed): Likewise.
17468 * dfp-test.exp: Add tests calling new inferior functions.
17469
2d717e4f
DJ
174702008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17471
17472 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17473 gdb.server/ext-run.exp: New files.
17474 * lib/gdbserver-support.exp (gdbserver_download): New.
17475 (gdbserver_start): New. Update gdbserver expected
17476 output.
17477 (gdbserver_spawn): Use them.
17478 (gdbserver_start_extended): New.
17479
e85a822c
DJ
174802008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17481
17482 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
17483 Run on GNU/Linux.
17484 (do_exec_tests): Check for systems which do not support catchpoints.
17485 Do not match START.
17486 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
17487 Run on GNU/Linux. Enable verbose output.
17488 (check_fork_catchpoints): New.
17489 (explicit_fork_child_follow, catch_fork_child_follow)
17490 (tcatch_fork_parent_follow): Update expected messages.
17491 (do_fork_tests): Use check_fork_catchpoints.
17492 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
17493 Run on GNU/Linux. Enable verbose output.
17494 (check_vfork_catchpoints): New.
17495 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
17496 expected messages.
17497 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
17498
401ea829
JB
174992008-01-29 Jim Blandy <jimb@red-bean.com>
17500
17501 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
17502 host' errors.
17503 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
17504
aceaf3ad
JB
175052008-01-29 Jim Blandy <jimb@red-bean.com>
17506
17507 * gdb.threads/sigthread.c: Use barriers to ensure that
17508 child_thread and child_thread_two are always initialized before we
17509 start to use them.
17510
a5606eee
VP
175112008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17512
17513 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
17514 * gdb.base/watchpoint-solib.c: New.
17515 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 17516
c55a82bb
PM
175172008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17518
17519 * gdb.base/gdb1056.exp: Add unsigned integer test.
17520
0993fe05
DE
175212008-01-28 Doug Evans <dje@google.com>
17522
17523 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17524
4fe42e7f
JB
175252008-01-27 Jim Blandy <jimb@codesourcery.com>
17526
c7a69933
JB
17527 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17528
4fe42e7f
JB
17529 * gdb.base/expand-psymtabs.exp: Doc fix.
17530
5def8285
MK
175312008-01-26 Mark Kettenis <kettenis@gnu.org>
17532
17533 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17534
5313c911
NR
175352008-01-24 Nick Roberts <nickrob@snap.net.nz>
17536
a9c64011 17537 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
17538 -var-set-format.
17539
93815fbf
VP
175402008-01-23 Chris Demetriou <cgd@google.com>
17541
17542 * gdb.threads/thread_events.c: New testcase source file.
17543 * gdb.threads/thread_events.exp: New testcase expect file.
17544
467a88ee
NR
175452008-01-23 Nick Roberts <nickrob@snap.net.nz>
17546
17547 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
17548
17549 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
17550 -var-set-format.
17551
d8f82aba
DJ
175522008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17553 Vladimir Prus <vladimir@codesourcery.com>
17554
17555 * gdb.base/float.exp: Allow missing floating point for m68k and
17556 PowerPC.
17557
60c46647
VP
175582008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17559
17560 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
17561 ignore count.
17562 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17563 * gdb.mi/mi-cli.exp: Adjust.
17564 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 17565
c7dd36a1
PA
175662008-01-17 Pedro Alves <pedro@codesourcery.com>
17567
17568 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17569 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17570 with dummy_ptr's address.
17571 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17572 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17573 all targets.
17574 * gdb.mi/mi2-var-child.exp: Likewise.
17575
39d5313e
JB
175762008-01-09 Joel Brobecker <brobecker@adacore.com>
17577
17578 * gdb.ada/null_array: New test program.
17579 * gdb.ada/null_array.exp: New testcase.
17580
0aea4bf3
LM
175812008-01-09 Luis Machado <luisgpm@br.ibm.com>
17582
17583 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17584 with required float modifiers.
17585
0b354900
JB
175862008-01-08 Joel Brobecker <brobecker@adacore.com>
17587
17588 * gdb.ada/funcall_param: New test program.
17589 * gdb.ada/funcall_param.exp: New testcase.
17590
cdb7f5d4
JB
175912008-01-08 Joel Brobecker <brobecker@adacore.com>
17592
17593 * gdb.ada/arrayparam: New test program.
17594 * gdb.ada/arrayparam.exp: New testcase.
17595
88e2547f
JB
175962008-01-08 Joel Brobecker <brobecker@adacore.com>
17597
17598 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17599 landed. Should also fix random failures in the test following it.
17600
f6867ce0
TJB
176012008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17602
17603 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17604 for expressions with decimal float values.
17605 (test_dfp_conversions): New function to test casts to and from
17606 decimal float types.
17607 Call test_dfp_conversions.
17608 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17609 elements.
17610 (main): Initialize ds.float4 and ds.double8 elements.
17611 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17612 string to new error message.
17613 (d64_set_tests): Likewise.
17614 (d128_set_tests): Likewise.
17615 Add tests for expressions with decimal float variables. Add tests for
17616 conversions to and from decimal float types.
17617
f9c11282
JB
176182008-01-05 Joel Brobecker <brobecker@adacore.com>
17619
17620 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17621 * gdb.ada/packed_tagged.exp: New testcase.
17622
0ecbca72
JB
176232008-01-04 Joel Brobecker <brobecker@adacore.com>
17624
17625 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17626 gdb.ada/homonym/homonym_main.adb: New files.
17627 * gdb.ada/homonym.exp: New testcase.
17628
c18d3d89
JB
176292008-01-04 Joel Brobecker <brobecker@adacore.com>
17630
17631 * gdb.ada/packed_array.exp: Add testing of references to
17632 a packed array.
17633
ecc7085b
JB
176342008-01-04 Joel Brobecker <brobecker@adacore.com>
17635
17636 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17637 New files.
17638 * gdb.ada/type_coercion.exp: New testcase.
17639
c474c922
JB
176402008-01-04 Joel Brobecker <brobecker@adacore.com>
17641
17642 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17643 gdb.ada/tagged/foo.adb: New file.
17644 * gdb.ada/tagged.exp: New testcase.
17645
9005b927
JB
176462008-01-04 Joel Brobecker <brobecker@adacore.com>
17647
17648 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17649 gdb.ada/ptype_field/foo.adb: New files.
17650 * gdb.ada/ptype_field.exp: New testcase.
17651
1a6aaad8
JB
176522008-01-03 Joel Brobecker <brobecker@adacore.com>
17653
17654 * gdb.ada/print_pc.exp: New testcase.
17655
0ef22f53
JB
176562008-01-03 Joel Brobecker <brobecker@adacore.com>
17657
17658 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17659 gdb.ada/taft_type/p.adb: New files.
17660 * gdb.ada/taft_type.exp: New testcase.
17661
1689ecf8
JB
176622008-01-03 Joel Brobecker <brobecker@adacore.com>
17663
17664 * gdb.ada/array_bounds/bar.adb: New file.
17665 * gdb.ada/array_bounds.exp: New testcase.
17666
a4d0b9c3
JB
176672008-01-03 Joel Brobecker <brobecker@adacore.com>
17668
17669 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17670 gdb.ada/arrayptr/foo.adb: New files.
17671 * gdb.ada/arrayptr.exp: New testcase.
17672
a31ace00
JB
176732008-01-03 Joel Brobecker <brobecker@adacore.com>
17674
17675 * gdb.base/set-lang-auto.exp: New testcase.
17676
a97fced3
JB
176772008-01-03 Joel Brobecker <brobecker@adacore.com>
17678
17679 * gdb.ada/fun_addr/foo.adb: New file.
17680 * gdb.ada/fun_addr.exp: New testcase.
17681
ef29ce1a
JK
176822008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17683
17684 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17685 New files
17686
0fafefe3
JB
176872008-01-02 Joel Brobecker <brobecker@adacore.com>
17688
17689 * array_subscript_addr/p.adb: New file.
a9c64011 17690 * array_subscript_addr.exp: New testcase.
0fafefe3 17691
c4359f8d
JB
176922008-01-02 Joel Brobecker <brobecker@adacore.com>
17693
a9c64011 17694 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
17695 New files.
17696 * gdb.ada/str_cmp_ref.exp: New testcase.
17697
1aa1b15b
JB
176982008-01-01 Joel Brobecker <brobecker@adacore.com>
17699
17700 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17701 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 17702 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 17703
81c9b2cf
JB
177042008-01-01 Joel Brobecker <brobecker@adacore.com>
17705
17706 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17707 gdb.ada/ref_param/pck.ads: New files.
17708 * gdb.ada/ref_param.exp: New testcase.
17709
319e4674
JB
177102008-01-01 Joel Brobecker <brobecker@adacore.com>
17711
17712 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17713 gdb.ada/interface/foo.adb: New files.
17714 * gdb.ada/interface.exp: New testcase.
17715
ef682c56
JB
177162007-12-31 Jim Blandy <jimb@codesourcery.com>
17717
17718 * gdb.base/multi-forks.exp: Consume all output from child
17719 processes before proceeding to next test.
17720
f6f3eb6c
JB
177212007-12-29 Jim Blandy <jimb@codesourcery.com>
17722
17723 * configure: Regenerated.
17724
f652e42f
JB
177252007-12-27 Joel Brobecker <brobecker@adacore.com>
17726
17727 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17728 gdb.ada/fixed_cmp/fixed.adb: New files.
17729 * gdb.ada/fixed_cmp.exp: New testcase.
17730
6943e596
JB
177312007-12-27 Joel Brobecker <brobecker@adacore.com>
17732
17733 * gdb.ada/boolean_expr.exp: New testcase.
17734
aad9a193
JB
177352007-12-26 Jim Blandy <jimb@codesourcery.com>
17736
17737 * gdb.base/multi-forks.exp: Doc fix.
17738
fb5f3683
JB
177392007-12-26 Joel Brobecker <brobecker@adacore.com>
17740
17741 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17742 * gdb.ada/char_param.exp: Do not compile our test program with
17743 -gnata, this is unnecessary.
17744 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17745
384e4a9c
JB
177462007-12-24 Joel Brobecker <brobecker@adacore.com>
17747
17748 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17749 gdb.ada/print_chars/foo.adb: New files.
17750 * gdb.ada/print_chars.exp: New testcase.
17751
01e044f7
JB
177522007-12-24 Joel Brobecker <brobecker@adacore.com>
17753
17754 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17755 gdb.ada/char_param/foo.adb: New files.
17756 * gdb.ada/char_param.exp: New testcase.
17757
0ce17860
JB
177582007-12-22 Jim Blandy <jimb@codesourcery.com>
17759
17760 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17761 hard-coding source line numbers into the test.
17762 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17763 gdb_get_line_number to find.
17764
919809b9
JB
177652007-12-22 Joel Brobecker <brobecker@adacore.com>
17766
17767 * gdb.base/ptype.c (highest): New struct type.
17768 (the_highest): New variable of that type.
17769 (main): Add dummy assignment to a field of variable the_highest.
17770 * gdb.base/ptype.exp: Test type printing of our new variable.
17771
abc8a88d
PM
177722007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17773
17774 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 17775 and record first explicitly generated thread number.
abc8a88d
PM
17776 Use that thread number for thread specific watchpoint test.
17777 Add iteration number to repetitive tests.
17778
5158f3e3
CES
177792007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17780 Jim Blandy <jimb@codesourcery.com>
17781
17782 * gdb.base/expand-psymtabs.c: New testcase
17783 source file.
17784 * gdb.base/expand-psymtabs.exp: New testcase
17785 expect file.
17786
37e4754d
LM
177872007-12-17 Luis Machado <luisgpm@br.ibm.com>
17788
17789 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17790 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17791
551e5d04
JB
177922007-12-17 Joel Brobecker <brobecker@adacore.com>
17793
17794 * gdb.ada/frame_args/foo.adb: New file.
17795 * gdb.ada/frame_args/pck.ads: New file.
17796 * gdb.ada/frame_args/pck.adb: New file.
17797 * gdb.ada/frame_args.exp: New testcase.
17798
a05ee097
JB
177992007-12-17 Joel Brobecker <brobecker@adacore.com>
17800
17801 * gdb.base/frame-args.c: New file.
17802 * gdb.base/frame-args.exp: New testcase.
17803
c162e8c9 178042007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 17805 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
17806
17807 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17808
afe8ab22 178092007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17810
afe8ab22
VP
17811 * gdb.mi/mi-pending.exp: New.
17812 * gdb.mi/mi-pending.c: New.
17813 * gdb.mi/mi-pendshr.c: New.
17814
dfdfb3ca
JB
178152007-12-06 Jim Blandy <jimb@codesourcery.com>
17816
17817 * gdb.base/default.exp: Update expected output for 'info catch'.
17818
b7fca990
JK
178192007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17820
17821 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17822 must be set to binary.
17823
6a1afc1e
PA
178242007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17825
17826 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17827
a6b151f1
DJ
178282007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17829
17830 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17831 gdb.mi/mi-file-transfer.exp: New.
17832
43039443
JK
178332007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17834
17835 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17836
0ef2251b
MR
178372007-11-22 Maciej W. Rozycki <macro@mips.com>
17838
17839 * gdb.trace/backtrace.exp: Fix a typo.
17840 * gdb.trace/circ.exp: Likewise.
17841 * gdb.trace/collection.exp: Likewise.
17842 * gdb.trace/limits.exp: Likewise.
17843 * gdb.trace/report.exp: Likewise.
17844 * gdb.trace/tfind.exp: Likewise.
17845 * gdb.trace/while-dyn.exp: Likewise.
17846
5443631e
NR
178472007-11-21 Nick Roberts <nickrob@snap.net.nz>
17848
17849 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17850 objects of pointers that can't be dereferenced are now
17851 "noneditable".
17852
a4ce5b0d
UW
178532007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17854
17855 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17856 (target_cpu): Remove.
17857
d6e956e5
VP
178582007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17859
17860 * gdb.base/ending-run.exp: Expect the list of cleared
17861 breakpoint to come in natural order, not the reversed one.
a9c64011 17862
214270ab
VP
178632007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17864
17865 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17866 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 17867
1a619819
LM
178682007-11-05 Luis Machado <luisgpm@br.ibm.com>
17869
17870 * gdb.base/printcmds.exp: New function
17871 test_printf_with_dfp.
17872
5b01a6fa
DE
178732007-11-02 Doug Evans <dje@google.com>
17874
17875 * gdb.disasm/t01_mov.s: Remove carriage returns.
17876 * gdb.disasm/t02_mova.s: Ditto.
17877 * gdb.disasm/t03_add.s: Ditto.
17878 * gdb.disasm/t04_sub.s: Ditto.
17879 * gdb.disasm/t05_cmp.s: Ditto.
17880 * gdb.disasm/t06_ari2.s: Ditto.
17881 * gdb.disasm/t07_ari3.s: Ditto.
17882 * gdb.disasm/t08_or.s: Ditto.
17883 * gdb.disasm/t09_xor.s: Ditto.
17884 * gdb.disasm/t10_and.s: Ditto.
17885 * gdb.disasm/t11_logs.s: Ditto.
17886 * gdb.disasm/t12_bit.s: Ditto.
17887 * gdb.disasm/t13_otr.s: Ditto.
17888
ec33ab7f
JK
178892007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17890
17891 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17892
ae0d01ff
UW
178932007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17894
17895 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17896 provide DFP support.
17897
55eddb0f
DJ
178982007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17899
17900 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17901 Test "set powerpc vector-abi". Skip auto-detection tests for old
17902 toolchains.
17903
7020f05c
PA
179042007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17905
17906 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17907 with [string compare].
17908
84bc3db9
PA
179092007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17910
17911 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17912 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17913
5876dc88
LM
179142007-10-25 Luis Machado <luisgpm@br.ibm.com>
17915
17916 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17917 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17918 * gdb.opt/Makefile.in: New makefile.
17919 * Makefile.in: Create new directory "gdb.opt".
17920 * configure.ac: Add "gdb.opt" directory.
17921 * configure: Regenerated.
a9c64011 17922
c3ea9a14
DE
179232007-10-25 Doug Evans <dje@google.com>
17924
17925 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17926 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17927
a9c64011 179282007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
17929 Thiago Jung Bauermann <bauerman@br.ibm.com>
17930
17931 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17932 Floating Point expressions.
17933 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17934 Floating Point variables.
17935 * gdb.base/dfp-test.c: new file containing program with Decimal
17936 Floating variables, used by gdb.base/dfp-test.exp.
17937
62a24a2b
DJ
179382007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17939
17940 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17941
e7b1eae6
UW
179422007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17943
17944 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17945 compiling test case with GCC.
17946 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17947
c641edcc
UW
179482007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17949
17950 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17951 format changes.
17952
5e5ebfe6
MS
179532007-10-18 Michael Snyder <msnyder@specifix.com>
17954
17955 * gdb.base/dbx.exp: Add missing "-re " operator.
17956
e831e7b6
GM
179572007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17958
17959 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17960 * configure.ac: Removed trailing spaces after backslash.
17961 * gdb.modula2: New directory.
17962 * gdb.modula2/Makefile.in: New file.
17963 * gdb.modula2/unbounded-array.exp: New file.
17964 * gdb.modula2/unbounded1.c: New file.
17965
7cc46491
DJ
179662007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17967
17968 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17969
179702007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
17971
17972 * gdb.base/sigstep.c (main): Add checks for
17973 return values for setitimer call.
17974 Call setitimer again with itimer = ITIMER_REAL
17975 if first call to setitimer fails.
17976
e91528f0
KH
179772007-10-11 Kazu Hirata <kazu@codesourcery.com>
17978
17979 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17980 of $timeout.
17981
2ec9a4f8
DJ
179822007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17983
17984 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17985
179862007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
17987
17988 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17989 of gdb_expect call, to avoid interruption.
17990
64b2fa04
PA
179912007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17992
17993 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17994 (v_unsigned_long_long, v_long_long_array)
17995 (v_signed_long_long_array, v_unsigned_long_long_array)
17996 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17997 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17998 [!NO_LONG_LONG]: New.
17999 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18000 v_long_long_member.
18001
18002 (v_long_long_func, v_signed_long_long_func)
18003 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18004 (main) [!NO_LONG_LONG]: Initialize long long variants.
18005
18006 * gdb.base/whatis.exp: If board file requests no_long_long, build
18007 test with NO_LONG_LONG defined. Test long long, signed long long,
18008 and unsigned long long variants but only if board file doesn't
18009 disable it.
18010
a912286e 180112007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 18012 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
18013
18014 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18015 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18016 * configure: Regenerated.
18017 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18018 gdb.pascal/types.exp, lib/pascal.exp: New files.
18019
471ba8c9
DJ
180202007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18021
18022 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18023 call.
18024 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18025 to return to the call.
18026 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18027 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18028 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18029 * gdb.mi/mi-until.exp (test_until): Likewise.
18030 * gdb.mi/mi2-until.exp (test_until): Likewise.
18031
fef8a650
DJ
180322007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18033
18034 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18035 two-char array.
18036 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18037
d983da9c
DJ
180382007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18039
18040 * gdb.threads/watchthreads.c (thread_function): Sleep between
18041 iterations.
18042 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18043 at once for S/390. Generate matching fails and passes.
18044
17f62551
VP
180452007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18046
18047 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18048 the 'struct_declarations' variable to zeros.
a9c64011 18049
ed0616c6
VP
180502007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18051
18052 * gdb.cp/mb-ctor.cc: New.
18053 * gdb.cp/mb-ctor.exp: New.
18054 * gdb.cp/mb-templates.cc: New.
18055 * gdb.cp/mb-templates.exp: New.
18056
41f1b697
DJ
180572007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18058
18059 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18060
3f213f78
PA
180612007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18062
18063 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18064 targets.
18065 * configure: Regenerate.
18066
0d381245 180672007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18068
0d381245
VP
18069 * gdb.base/annota1.exp: Adjust for 'info break'
18070 format changes.
18071 * gdb.base/annota3.exp: Likewise.
18072 * gdb.base/break.exp: Likewise.
18073 * gdb.base/condbreak.exp: Likewise.
18074 * gdb.base/pending.exp: Likewise.
18075 * gdb.base/sepdebug.exp: Likewise.
18076 * gdb.base/unload.exp: Likewise.
18077 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 18078
fe3f5fa8
VP
180792007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18080
18081 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18082 messages.
18083 * gdb.base/chng-syms.exp: Likewise.
18084 * gdb.base/unload.exp: Likewise.
a9c64011 18085
a75cf6c0
DJ
180862007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18087
18088 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18089
18ecae38
DJ
180902007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18091
18092 * schedlock.c (NUM): Change to 1.
18093 (main): Use args[0] for the main thread.
18094 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18095 regardless of the number of threads.
18096
5509918f
MR
180972007-09-14 Maciej W. Rozycki <macro@mips.com>
18098
4a543daf
MR
18099 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18100 type down.
18101 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18102 test.
18103 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18104 watchpoint type down.
18105 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18106 test.
18107
181082007-09-14 Maciej W. Rozycki <macro@mips.com>
18109
5509918f
MR
18110 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18111 Move all the tests here and run them twice, once using software
18112 watchpoints and once using hardware watchpoints.
18113 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18114
40b53987
DJ
181152007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18116
18117 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18118 test.
18119
695e2681
MK
181202007-09-10 Mark Kettenis <kettenis@gnu.org>
18121
8b3fc8d8
MK
18122 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18123 build-id.
18124
695e2681
MK
18125 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18126 know about $ORIGIN. Calculate output dir from $dest instead of
18127 using ${objdir}/{$subdir}.
18128
58d69f29
MK
181292007-09-09 Mark Kettenis <kettenis@gnu.org>
18130
18131 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18132 gcore, before continuing with the test.
18133
3e347599
DJ
181342007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18135
18136 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18137 * gdb.mi/mi-watch.exp: Likewise.
18138
ea37ba09
DJ
181392007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18140 Jim Blandy <jimb@codesourcery.com>
18141
18142 * gdb.arch/i386-sse.exp: Do not expect character constants.
18143 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18144 * gdb.base/display.exp: Allow print/s.
18145 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18146 and unsigned char array changes.
18147
2025a643
DJ
181482007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18149
18150 * gdb.base/display.exp: Add tests for printf %p.
18151
26669a27
PA
181522007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18153
18154 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18155 the dll name to unicode.
18156
c8f021f8
JK
181572007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18158
18159 * gdb.base/default.exp (show version): Update the version text.
18160 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18161
4cf31eea
JK
181622007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18163
18164 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18165 New files.
18166
4935890f
JK
181672007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18168
18169 * lib/gdb.exp (build_id_debug_filename_get): New function.
18170 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18171 Remove the generate DEBUG file for the future testcase runs.
18172 New testcase for the NT_GNU_BUILD_ID retrieval.
18173 Move the final testing step to ...
18174 (test_different_dir): ... a new function.
18175 New parameter XFAIL to XFAIL all the tests performed.
18176 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18177 New parameter TYPE to PF_PREFIX all the tests performed.
18178
02142340
VP
181792007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18180
18181 * gdb.mi/mi-var-cp.cc (path_expression): New
18182 function.
18183 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18184
36acd84e
UW
181852007-08-27 Markus Deuling <deuling@de.ibm.com>
18186
18187 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18188 to fit into SPU Local Store memory.
18189
a896d121
JB
181902007-08-23 Joel Brobecker <brobecker@adacore.com>
18191
18192 * gdb.base/default.exp: Adjust the expected output of "info
18193 warranty" after the switch to GPLv3.
18194
7b433602
JB
181952007-08-23 Joel Brobecker <brobecker@adacore.com>
18196
18197 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18198 to 30000 (from 20000).
18199
e22f8b7c
JB
182002007-08-23 Joel Brobecker <brobecker@adacore.com>
18201
18202 Switch the license of all .exp files to GPLv3.
18203 Switch the license of all .f and .f90 files to GPLv3.
18204 Switch the license of all .s and .S files to GPLv3.
18205
5a0e3bd0
JB
182062007-08-23 Joel Brobecker <brobecker@adacore.com>
18207
18208 * configure.ac: Switch license to GPLv3.
18209
cc00619d
JB
182102007-08-23 Joel Brobecker <brobecker@adacore.com>
18211
18212 Switch the licensing to GPLv3 for all .ads and .adb files.
18213
8d26208a
DJ
182142007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18215
18216 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18217 and t_int_double.
18218 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18219
4fcb9948
JB
182202007-08-17 Joel Brobecker <brobecker@adacore.com>
18221
18222 * gdb.base/step-line.c: Switch license to GPL version 3, and
18223 update copyright year.
18224 * gdb.base/step-line.inp: Likewise.
18225
b9c34f67
JB
182262007-08-17 Joel Brobecker <brobecker@adacore.com>
18227
18228 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18229 changes inside gdb1555.c.
18230 * gdb.base/pending.exp: Likewise.
18231
2cc17678
DJ
182322007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18233
18234 * config/default.exp: New file.
18235
e48883f7
DJ
182362007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18237
18238 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18239 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18240
1ab80e5b
MR
182412007-07-30 Maciej W. Rozycki <macro@mips.com>
18242
18243 * gdb.base/dump.exp: Force the correct endianness for binary
18244 formats not carrying this information.
18245
aba471f5
DJ
182462007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18247
18248 * gdb.threads/staticthreads.exp: Match .*sem_post.
18249
d4e07204
DJ
182502007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18251
18252 * gdb.base/readline.exp (operate_and_get_next): Match the final
18253 prompt.
18254
2b97317d
KB
182552007-07-23 Kevin Buettner <kevinb@redhat.com>
18256
18257 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18258 to restarting SID.
18259
44efa07a
KB
182602007-07-18 Kevin Buettner <kevinb@redhat.com>
18261
18262 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18263 prior to `gdb_start'.
18264
7b5ebade
KB
182652007-07-18 Kevin Buettner <kevinb@redhat.com>
18266
18267 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18268 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18269 Remove call to gdb_unload.
18270
255e7678
DJ
182712007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18272 Daniel Jacobowitz <dan@codesourcery.com>
18273
18274 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18275 for __WIN32__.
18276 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18277 * gdb.base/unload.exp: Use shared library test routines.
18278
3a40aaa0
UW
182792007-07-03 Markus Deuling <deuling@de.ibm.com>
18280
18281 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18282 * gdb.base/solib-symbol-lib.c: Likewise.
18283 * gdb.base/solib-symbol-main.c: Likewise.
18284
b0f4b84b
DJ
182852007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18286
18287 * config/gdbserver.exp (gdb_reconnect): New.
18288 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18289 gdb.base/solib-disc.exp: New files.
18290 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18291 remote debugging".
18292 (gdb_compile): Add shlib_load flag.
18293 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18294 port.
18295 (gdbserver_reconnect): New.
18296
1b05479a
DJ
182972007-07-01 Nick Roberts <nickrob@snap.net.nz>
18298 Daniel Jacobowitz <dan@codesourcery.com>
18299
18300 * gdb.base/annota3.exp: Test for if construct.
18301
86f78eb2
DJ
183022007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18303
18304 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18305
6a2eb474 183062007-06-21 Chris Dearman <chris@mips.com>
a9c64011 18307 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
18308
18309 * gdb.base/display.exp: Allow a newline after display/i.
18310 * gdb.base/pc-fp.exp: Likewise.
18311 * gdb.base/sigbpt.exp: Likewise.
18312
f8b73d13
DJ
183132007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18314
18315 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18316 required features to be included.
18317
4339e69e
DJ
183182007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18319
18320 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18321 in info threads output.
18322
23d964e7
UW
183232007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18324 Markus Deuling <deuling@de.ibm.com>
18325
18326 * gdb.arch/spu-info.exp: New testcase.
18327 * gdb.arch/spu-info.c: New file.
18328
fd20f75b
DJ
183292007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18330
18331 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18332 tpcs_offset. Restore lr after the call.
18333 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18334
2226f861
DJ
183352007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18336
18337 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18338 (gdbserver_run): Kill any running gdbserver.
18339 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18340
d12371a9
MR
183412007-05-17 Maciej W. Rozycki <macro@mips.com>
18342
18343 * gdb.base/sigbpt.exp: Preset segv_addr.
18344
93f02886
DJ
183452007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18346
18347 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18348 (gdb_compile_shlib): Likewise.
18349 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18350 (default_gdb_init): Clear cleanfiles.
18351 (gdb_finish): Delete recorded cleanfiles.
18352 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18353
18354 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18355 Do not use isnative.
18356 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18357 gdb.base/so-impl-ld.exp: Likewise.
18358 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18359 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18360 gdb_compile.
18361
b04e06d7
VP
183622007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18363
18364 * config/unknown.exp: Remove.
18365
069ed931
UW
183662007-05-15 Markus Deuling <deuling@de.ibm.com>
18367
18368 * gdb.base/info-proc.exp: Check is_remote.
18369
09db0d03
UW
183702007-05-14 Markus Deuling <deuling@de.ibm.com>
18371
18372 * gdb.base/gcore.exp: Initialize variable core_supported.
18373
af2cbe8c
DJ
183742007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18375
18376 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18377
027c0295
DJ
183782007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18379
18380 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18381 * gdb.threads/print-threads.exp (test_all_threads): Allow
18382 negative and hexadecimal thread IDs.
18383
dc5000e7
DJ
183842007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18385
18386 * gdb.java/jprint.java (public): Avoid invalid call to static
18387 method.
18388
2e74ed18
DP
183892007-05-14 Denis Pilat <denis.pilat@st.com>
18390
18391 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18392 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18393 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18394 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18395 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18396
83547f02
UW
183972007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18398
18399 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 18400 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
18401 this mode.
18402 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18403 * gdb.base/spu.ld: New file.
18404
b18be20d
DJ
184052007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18406
18407 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18408
be444858
DJ
184092007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18410
18411 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18412
b1d53152
DJ
184132007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18414
18415 * gdb.java/jmain.exp: Handle demangled names with and without method
18416 signatures.
18417
d084b331
DJ
184182007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18419
18420 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18421 (have_a_very_merry_interrupt): Remove calls to puts.
18422 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18423 inferior output.
18424 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18425 test names.
18426
db9d7fc5
DJ
184272007-04-29 Markus Deuling <deuling@de.ibm.com>
18428 Daniel Jacobowitz <dan@codesourcery.com>
18429
18430 * gdb.base/auxv.exp (core_works): Also check is_remote.
18431 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18432
ef783a7d 184332007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18434
ef783a7d
VP
18435 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18436 message, not the undefined 'module' variable.
18437 * gdb.base/siginfo.exp: Likewise.
18438 * gdb.base/sigstep.exp: Likewise.
18439 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18440 serialport.
18441 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18442
b7b73cae
CV
184432007-04-25 Corinna Vinschen <vinschen@redhat.com>
18444
18445 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18446 target sim fails. Return 0 otherwise.
18447 (gdb_load): Return prematurely if gdb_target_sim fails.
18448
7d90fdfa
DP
184492007-04-16 Denis Pilat <denis.pilat@st.com>
18450
18451 * gdb.base/setshow.exp: Reset height after having set it to 100.
18452
5d3e9c85
DP
184532007-04-16 Denis Pilat <denis.pilat@st.com>
18454
18455 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18456
18e75969
DP
184572007-04-16 Denis Pilat <denis.pilat@st.com>
18458
18459 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18460
25d5ea92
VP
184612007-04-14 Vladimir Prus <vladimir@codesourcery.com>
18462
18463 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18464 tests. Run the frozen varobjs test.
18465 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 18466 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 18467
0b49cb80
JK
184682007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18469
18470 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18471 gdb.base/type-opaque.exp: New files.
18472
a73bafbc 184732007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
18474
18475 * gdb.mi/mi-var-child.c
a73bafbc
VP
18476 (do_children_tests): User char[2] instead of
18477 char so that automatic printing of pointers to char
18478 don't give unpredicable result.
18479 * gdb.mi/var-cmd.c (do_locals_test): Initialize
18480 local variables.
18481 * gdb.mi/mi-var-child.exp: Step to right line
18482 of do_children_tests.
18483 * gdb.mi/mi2-var-child.exp: Likewise.
18484 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 18485 do_locals_tests.
a73bafbc
VP
18486 (do_children_tests): User char[2] instead of
18487 char so that automatic printing of pointers to char
a9c64011 18488 don't give unpredicable result.
a73bafbc 18489 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18490 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
18491 Pass test name to mi_wait_for_stop.
18492
7ce59000
DJ
184932007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18494
18495 * gdb.asm/asm-source.exp: Remove d10v case.
18496 * lib/gdb.exp (skip_cplus_tests): Likewise.
18497 * gdb.asm/d10v.inc: Deleted.
18498
20389057
DJ
184992007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18500
18501 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
18502
8807d78b
DJ
185032007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18504
18505 * config/netware.exp: Delete file.
18506
aa3edb8e
JB
185072007-03-29 Joel Brobecker <brobecker@adacore.com>
18508
18509 * gdb.dwarf2/dw2-noloc.S: New file.
18510 * gdb.dwarf2/dw2-noloc.exp: New file.
18511
297561ac
PA
185122007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18513
18514 * gdb.cp/method2.cc: New test.
18515 * gdb.cp/method2.exp: New test.
18516 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18517
1f81bd39
DJ
185182007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18519
18520 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18521
9453113a
DJ
185222007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18523
18524 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18525
b741e217
DJ
185262007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18527
18528 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18529 (gdb_load): Delete, replace with...
18530 (gdb_reload): ...this.
18531 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18532 * gdb.server/server-mon.exp: Likewise.
18533 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18534 (gdb_start_cmd): New.
18535 (gdb_file_cmd): Save the last loaded file.
18536 (gdb_reload): New.
18537 (gdb_gnu_strip_debug): Use transform.
18538 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18539 support here. Use new $last_loaded_file. Check mtime.
18540 (gdb_target_cmd): Handle ObjC failure case.
18541 (infer_host_exec): Delete.
18542 (gdbserver_load): Rename to...
18543 (gdbserver_run): ...this. Simplify.
18544 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18545 (mi_gdb_load): Move most contents to a new function...
18546 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18547 (mi_run_cmd): Use mi_gdb_target_load.
18548 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18549 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18550 Use gdb_run_cmd.
18551 * gdb.base/charsign.exp: Remove incorrect comment.
18552 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18553 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18554 gdb.base/start.exp: Use gdb_start_cmd.
18555
446ab585 185562007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 18557 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
18558
18559 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18560 * gdb.base/signull.exp: Similarly.
18561
bbb88ebf
UW
185622007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18563
18564 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18565 messages available to test cases (like chng-sym.exp).
18566
cb8c4a99
AS
185672007-03-14 Andreas Schwab <schwab@suse.de>
18568
18569 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18570 format changes.
18571
4e463ff5
DJ
185722007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18573
18574 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18575 (optimized_1): New.
18576 (main): Call optimized_1.
18577 (gdb2029): Correct typos. Call gdb2029_marker.
18578 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18579 for gdb2029.
18580
b6db2c47
MK
185812007-03-12 Mark Kettenis <kettenis@gnu.org>
18582
18583 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18584 as tabs. Remove redundant test pattern.
18585
70ed3737
UW
185862007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18587
18588 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18589 for /a format output.
18590
47b67b60
DJ
185912007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18592
18593 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18594 collect output incrementally.
18595
b8953b0e
UW
185962007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18597
18598 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18599 for -var-create lpcharacter test.
18600 * gdb.mi/mi2-var-cmd.exp: Likewise.
18601
7acd5c40
UW
186022007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18603
18604 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18605 pass on targets where address zero is readable.
18606
9c6759c1
UW
186072007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18608
18609 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18610 just a single architecture.
18611
a2f1aeb4
UW
186122007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18613
18614 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18615 (fetch_all_registers): New function, uses gdb_test_multiple and
18616 exp_continue to fetch inferior output line-by-line.
18617 Replace all uses of do_get_all_registers by fetch_all_registers.
18618
46579ac2
UW
186192007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18620
18621 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18622 in target_info.
18623
fc133f24
MS
186242007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18625
a9c64011 18626 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
18627 consistancy; add a default (timeout) case.
18628
7646a51d
MS
186292007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18630
18631 * gdb.base/watchpoint.exp: Fix truncated comment.
18632
dcfff61f
MS
186332007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18634
18635 * Makefile.in: Remove spurious single-quotes from sed command.
18636
664e3ee9
DJ
186372007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18638
18639 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18640 func.
18641 * gdb.mi/mi2-var-cmd.exp: Likewise.
18642
d7cc6f2f
JB
186432007-02-27 Joel Brobecker <brobecker@adacore.com>
18644
a9c64011
AS
18645 * gdb.dwarf2/dw2-producer.S: New file.
18646 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
18647
186482007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
18649
18650 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18651 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18652 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18653 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18654 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18655 Revert tests to use mi_gdb_test and include value field in output
18656 of -var-create.
18657
93d42b30
DJ
186582007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18659
18660 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18661
c499ed39
DJ
186622007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18663
18664 * gdb.base/maint.exp: Remove full paths from test names.
18665 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18666 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18667
9836f81b
JB
186682007-02-27 Joel Brobecker <brobecker@adacore.com>
18669
18670 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18671
c74d0ad8
DJ
186722007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18673
18674 * gdb.server/server-mon.exp: New test.
18675
2711e456
DJ
186762007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18677
18678 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18679
ff6f572f
DJ
186802007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18681
18682 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18683 register capitalization.
18684
fada3feb
DP
186852007-02-13 Denis Pilat <denis.pilat@st.com>
18686
18687 * gdb.mi/mi-var-invalidate.exp: New file.
18688
fb1e4ffc
DJ
186892007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18690
18691 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18692
3da939d7
DJ
186932007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18694
18695 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18696
123dc839
DJ
186972007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18698
18699 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18700 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18701
877e3645 187022007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
18703
18704 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18705 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18706 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18707 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18708 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 18709 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 18710 Update tests to include value field in output of -var-create.
a9c64011 18711
3c0a2960
AS
187122007-02-08 Andreas Schwab <schwab@suse.de>
18713
18714 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18715
108546a0
DJ
187162007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18717
18718 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18719 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18720
d701dcab
DP
187212007-02-02 Denis Pilat <denis.pilat@st.com>
18722
18723 * gdb.threads/threadapply.exp: check that frame is not changed by
18724 the thread apply all command.
18725
783e3e2f
AS
187262007-01-31 Andreas Schwab <schwab@suse.de>
18727
6d9c3a87
AS
18728 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18729
3c50d7b9
AS
18730 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18731 in the dwarf sections.
18732 * gdb.dwarf2/mac-fileno.S: Likewise.
18733
783e3e2f
AS
18734 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18735 bspstore register on ia64.
18736
78ff580e
AS
187372007-01-29 Andreas Schwab <schwab@suse.de>
18738
cc8e9b12
AS
18739 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18740 "frame-begin" annotation.
18741
78ff580e
AS
18742 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18743 number of "frames-invalid" annotations.
18744
704a4f78
DJ
187452007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18746
18747 * gdb.base/commands.exp: Call if_commands_test.
18748 (gdb_test_no_prompt, if_commands_test): New.
18749
e741bf94
MK
187502007-01-28 Mark Kettenis <kettenis@gnu.org>
18751
18752 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18753
474d0ad3
AS
187542007-01-27 Andreas Schwab <schwab@suse.de>
18755
18756 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18757 .short/.int/.quad in the dwarf sections.
18758 * gdb.dwarf2/dw2-intercu.S: Likewise.
18759 * gdb.dwarf2/dw2-intermix.S: Likewise.
18760
e784b426
JK
187612007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18762
18763 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
18764 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18765 array.
e784b426
JK
18766 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18767 * gdb.base/setvar.exp: Likewise.
18768
37f08e04
AS
187692007-01-26 Andreas Schwab <schwab@suse.de>
18770
9a01813a
AS
18771 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18772 test.
18773
37f08e04
AS
18774 * gdb.base/multi-forks.exp ("restart $i"): Also match
18775 __kernel_syscall_via_break.
18776
6e2a9270
VP
187772007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18778
18779 * lib/mi-support.exp (mi_delete_varobj): New.
18780 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18781 testcase.
18782 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18783 (main): Call the above.
18784 (reference_update_test, base_in_reference_test)
18785 (reference_to_pointer): Delete the created varobjs.
a9c64011 18786
e515b470
DJ
187872007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18788
18789 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18790 * configure: Regenerated.
18791 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18792 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18793 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18794 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18795 * lib/gdb.exp (gdb_skip_xml_test): New function.
18796
08d8bcd7
DJ
187972007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18798
18799 * gdb.base/sigrepeat.exp: Correct error message.
18800
188012007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
18802 Daniel Jacobowitz <dan@codesourcery.com>
18803
18804 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18805 gdb.arch/i386-gnu-cfi-asm.S: New files.
18806
97c3f1f3
JK
188072007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18808
18809 * lib/gdb.exp: Abort on missing `site.exp'.
18810
cb1df416
DJ
188112007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18812 Daniel Jacobowitz <dan@codesourcery.com>
18813
18814 * gdb.base/included.c, gdb.base/included.exp,
18815 gdb.base/included.h: New files.
18816
35990120
DJ
188172007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18818
18819 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18820 (maximize_rlimit): Reduce limits on 64-bit systems.
18821
6e81a116 188222007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
18823
18824 From Marcus Deuling <deuling@de.ibm.com>:
18825 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18826 every case.
18827
6c3c41f3
NR
188282007-01-13 Nick Roberts <nickrob@snap.net.nz>
18829
18830 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18831 (test_path_specification): Use objdir instead of srcdir to always
18832 get an absolute filename.
18833
2f12c312
DJ
188342007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18835
18836 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18837
81121995
VP
188382007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18839
18840 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18841 Make sure the variable we're using is in scope.
18842 (reference_to_pointer): Likewise.
18843
4741b737
DJ
188442007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18845
18846 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18847 has no debug information.
18848
054410c3
DJ
188492007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18850
18851 * gdb.base/annota1.exp: Remove extra send_gdb.
18852
818f79f6
DJ
188532007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18854
18855 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18856
f7a6bb70
DJ
188572007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18858
18859 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18860
57e66780
DJ
188612007-01-08 Nick Roberts <nickrob@snap.net.nz>
18862 Daniel Jacobowitz <dan@codesourcery.com>
18863
18864 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18865 lcharacter or linteger change. Correct duplicated test name.
18866 * gdb.mi/mi2-var-cmd.exp: Likewise.
18867
3d799a95
DJ
188682007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18869
18870 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18871
188722007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 18873
a9c64011
AS
18874 * gdb.base/nofield.c: New file.
18875 * gdb.base/nofield.exp: New testcase.
51679ba9 18876
eafb94e8
NR
188772007-01-05 Nick Roberts <nickrob@snap.net.nz>
18878
18879 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18880
18881 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18882 test.
18883
5e572bb4
DJ
188842007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18885
18886 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18887
74a44383
DJ
188882007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18889
18890 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18891 when continuing.
18892
1b572db9
DJ
188932007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18894
18895 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18896 Expect ".exe" extension.
18897
381bc39b
DJ
188982007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18899
18900 * gdb.base/charset.exp: Add explicit filename to break.
18901 * gdb.base/dbx.exp: Add explicit filename to breaks.
18902
2b70e4c6
DJ
189032007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18904
18905 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18906 * gdb.mi/mi2-file.exp: Likewise.
18907
303b6f5d
DJ
189082007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18909
18910 Implement specification of MI tests as comments
18911 in C and C++ sources.
18912 * lib/mi-support.exp (mi_autotest_data): New variable.
18913 (mi_autotest_source): New variable.
18914 (count_newlines, mi_prepare_inline_tests)
18915 (mi_get_inline_test, mi_continue_to_line)
18916 (mi_run_inline_test, mi_tbreak)
18917 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18918 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18919 Run inline tests.
18920 * gdb.mi/mi-var-cp.cc: Define tests here.
18921
23da0d94
VP
189222007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18923
18924 Simplify usage of mi_continue_to.
18925 * lib/mi-support.exp (mi_runto_helper): Renamed
18926 from mi_runto, added new parameter 'run_or_continue'.
18927 (mi_runto): Use mi_runto_helper.
18928 (mi_continue_to): Accept just function name as parameter.
18929 Use mi_runto_helper.
18930 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18931 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18932
f9e18282
JB
189332006-01-04 Joel Brobecker <brobecker@adacore.com>
18934
18935 Make this testcase a bit more realistic. The current code
18936 is too simplistic, and allows the compiler to optimize out
18937 some of the entities we need for this testcase.
18938 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18939 (Do_Nothing): Add extra parameter.
18940 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18941 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18942 by using a variable of type Void_Star.
18943
fd678c65
JB
189442006-01-04 Joel Brobecker <brobecker@adacore.com>
18945
18946 * gdb.ada/catch_ex/foo.adb: New file.
18947 * gdb.ada/catch_ex.exp: New testcase.
18948
05cfdb42
DJ
189492007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18950
18951 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18952 pass --image-base to linker.
18953
2e03ee74
DJ
189542007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18955 Daniel Jacobowitz <dan@codesourcery.com>
18956
18957 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18958 secondary prompts.
18959
0d5de010
DJ
189602007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18961
18962 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18963 output. Test the types of members and member pointers.
18964 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18965 gdb/2092.
18966 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18967 statement. Enable for GCC. Update expected output for some tests
18968 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18969 layout.
18970 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18971 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18972 (Diamond::vget_base): New.
18973 (main): Add new tests.
18974 * gdb.cp/printmethod.exp: Update expected output for member functions.
18975 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18976 print pEe->D::vg().
18977
61a771aa
DJ
189782007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18979
18980 * gdb.threads/tls.exp: Allow stops in sem_post.
18981
2fa63963
DJ
189822006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18983
18984 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18985 * gdb.base/annota3.exp: Likewise.
18986 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18987 again (instead of timing out).
18988 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18989 GCC bug 26475.
18990 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18991 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18992 test from jmisc1.exp.
18993 * gdb.java/jmisc1.exp: Delete.
18994 * gdb.java/jprint.exp: Adjust to work with method signatures including
18995 return types.
18996 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18997 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18998 * lib/java.exp (compile_java_from_source): Pass the correct type
18999 to target_compile.
19000
5eefc2b7
JB
190012006-12-31 Joel Brobecker <brobecker@adacore.com>
19002
19003 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19004 (stack_align_edx): New function.
19005 (stack_align_eax): New function.
19006 (main): Add calls to stack_align_edx and stack_align_eax.
19007 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19008 Add testing for the cases where the register used during a stack
19009 realignment is edx. Same for eax.
19010
227c54da
DJ
190112006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19012
19013 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19014 and generic PE targets.
19015
cab8ac94
JB
190162006-12-29 Joel Brobecker <brobecker@adacore.com>
19017
19018 * gdb.ada/array_return.exp: Update copyright date list.
19019
ba54f318
JB
190202006-12-27 Joel Brobecker <brobecker@adacore.com>
19021
19022 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19023 (Create_Small_Float_Vector): New function.
19024 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19025 function body.
19026 * gdb.ada/array_return/p.adb: Use new type and function from
19027 package Pck.
19028 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19029 able to print the value returned by a function returning an
19030 array of float.
19031
6b7a35dd
JB
190322006-12-20 Joel Brobecker <brobecker@adacore.com>
19033
19034 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19035 The associated tests should be PASSing.
19036
038224f6
VP
190372006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19038
19039 Test for base in references.
19040 * gdb.mi/mi-var-cp.cc: Add test code.
19041 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19042 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19043 * gdb.mi/mi2-watch.exp: Likewise.
19044 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19045 (mi_list_varobj_children): New function.
19046
b26ed50d
VP
190472006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19048
19049 * lib/mi-support.exp
19050 (mi_runto): Accept "()" after function name.
19051 (mi_create_varobj): New function.
19052 (mi_varobj_update): New function.
19053 (mi_Check_varobj_value): New function.
19054 * gdb.mi/mi-var-cp.exp: New file.
19055 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 19056
08232497
DJ
190572006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19058
19059 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19060 gdb.base/weaklib2.c: New files.
19061
d394c993 190622006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 19063
ac6c2fba
NS
19064 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19065 info. Adjust test names.
19066
8ec659a0 19067 * gdb.base/break.c (main): Move position of malloc.
d394c993 19068 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 19069
acd65feb
VP
190702006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19071
19072 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19073 assignement of arrays and function pointers.
19074 * gdb.mi/var-cmd.c: Add declaration necessary for above
19075 tests.
19076
f556d5e5
NS
190772006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19078
19079 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
19080
19081 * gdb.threads/linux-dp.exp: Read thread table before and after
19082 creating each philosopher and verify it.
19083
697bc68d
NS
190842006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19085 Paul Brook <paul@codesourcery.com>
19086 Daniel Jacobowitz <dan@codesourcery.com>
19087
19088 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 19089 main to remove duplication. Add start function of the form
697bc68d
NS
19090 '_*start[1-9]*'. Add RVDS start function.
19091
29d73ae4
DJ
190922006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19093
19094 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19095
c1d88655
UW
190962006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19097
19098 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19099 * gdb.asm/spu.inc: New file.
19100 * gdb.base/term.exp: Disable if [target_info exists noargs].
19101 * gdb.gdb/complaints.exp: Disable if ![isnative].
19102 * gdb.gdb/selftest.exp: Likewise.
19103 * gdb.gdb/observer.exp: Likewise.
19104 * gdb.gdb/xfullpath.exp: Likewise.
19105 * gdb.base/attach.exp: Disable on SPU target.
19106 * gdb.cp/bs145503.exp: Likewise.
19107 * gdb.cp/exception.exp: Likewise.
19108 * gdb.cp/userdef.exp: Likewise.
19109
32a13b1a
DJ
191102006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19111
19112 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19113
d8295fe9
VP
191142006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19115
19116 * gdb.base/completion.exp: Fix completion tests for
19117 'info' and 'info '.
19118 * gdb.base/help.exp (help_test_raw, test_class_help)
19119 (test_prefix_command_help): Move...
19120 * lib/gdb.exp: Here.
19121 * gdb.base/main.exp: Adjust.
19122 * gdb.cp/maint.exp: Adjust.
19123 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 19124
8c394015
VP
191252006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19126
19127 * gdb.stabs/weird.exp (print_weird_var): Use
19128 gdb_test_multiple instead of gdb_expect.
19129
027fc1bc
VP
191302006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19131
19132 * gdb.base/help.exp (help_test_raw): New.
19133 (test_class_help): New.
19134 (test_prefix_command_help): New.
19135 Adjust testcases.
19136
67609209
FR
191372006-11-09 Christophe Lyon <christophe.lyon@st.com>
19138
19139 * gdb.base/constvars.c (main): Write to crass and crips, so that
19140 they are allocated by the compiler.
19141
f73adfeb
AS
191422006-10-27 Andreas Schwab <schwab@suse.de>
19143
19144 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19145 "detach-fork".
19146
2f83a18e
DJ
191472006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19148
19149 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19150 of patterns.
19151
94277a38
DJ
191522006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19153
19154 * gdb.base/sepdebug.exp: Remove debug format test.
19155 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19156 Handle no-symtab.
19157 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19158
5bd2f6e2
DJ
191592006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19160
19161 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19162 int to pointer or pointer to int.
19163 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19164
8c008720
DJ
191652006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19166
19167 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19168
9e35dae4
DJ
191692006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19170
19171 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19172
d9639e13
DJ
191732006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19174
19175 PR c++/2116
19176 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19177
390a1bd0
JB
191782006-10-06 Joel Brobecker <brobecker@adacore.com>
19179
19180 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19181 the corresponding bug has been fixed in GDB (PR/2018).
19182
dd920c33
JB
191832006-10-06 Joel Brobecker <brobecker@adacore.com>
19184
19185 * gdb.base/subst.exp: New testcase.
19186
53bbefe9
JB
191872006-10-06 Joel Brobecker <brobecker@adacore.com>
19188
19189 * gdb.ada/array_return/pck.ads: Add copyright notice.
19190 * gdb.ada/array_return/pck.adb: Likewise.
19191 * gdb.ada/array_return/p.adb: Likewise.
19192 * gdb.ada/exec_changed/first.adb: Likewise.
19193 * gdb.ada/exec_changed/second.adb: Likewise.
19194
09851417
JB
191952006-10-06 Joel Brobecker <brobecker@adacore.com>
19196
19197 * gdb.ada/watch_arg/watch.adb: New file.
19198 * gdb.ada/watch_arg.exp: New testcase.
19199
041bf30d
VP
192002006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19201
19202 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 19203 via string_to_regexp.
041bf30d 19204 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 19205
f286fbdd 192062006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
19207
19208 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19209 Remove unused / obsolete files.
19210
7c07f349
NR
192112006-09-19 Nick Roberts <nickrob@snap.net.nz>
19212
19213 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19214
cd5ff84a
VP
192152006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19216
19217 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19218 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 19219 the number of frames.
cd5ff84a 19220
ae018d1a
DJ
192212006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19222
19223 * gdb.base/args.c (main): Add breakpoint marker.
19224 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19225 really test empty arguments.
19226 (args_load): Delete.
19227 (args_test): New.
19228
b399c549
NR
192292006-09-13 Nick Roberts <nickrob@snap.net.nz>
19230
19231 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 19232 check for one file.
b399c549 19233
2ab1eb7a
VP
192342006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19235
19236 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19237 HIGH_FRAME argument to -stack-list-locals can be larger than
19238 the number of frames.
a9c64011 19239
476308bf
FF
192402006-08-18 Fred Fish <fnf@specifix.com>
19241
19242 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19243 '$' in front of skip_vmx_tests_saved when setting that.
19244
8625200f
AS
192452006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19246
19247 * gdb.base/trace-commands.exp: New file.
19248
089ec8f1
DJ
192492006-08-10 Joel Brobecker <brobecker@adacore.com>
19250 Daniel Jacobowitz <dan@codesourcery.com>
19251
19252 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19253 expected output of the backtrace commands.
19254
b60f0898
JB
192552006-08-09 Joel Brobecker <brobecker@adacore.com>
19256
19257 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19258 untested followed by return combination.
19259 * gdb.arch/altivec-regs.exp: Likewise.
19260 * gdb.arch/e500-abi.exp: Likewise.
19261 * gdb.arch/e500-regs.exp: Likewise.
19262 * gdb.arch/gdb1291.exp: Likewise.
19263 * gdb.arch/gdb1431.exp: Likewise.
19264 * gdb.arch/gdb1558.exp: Likewise.
19265 * gdb.arch/i386-prologue.exp: Likewise.
19266 * gdb.arch/i386-unwind.exp: Likewise.
19267 * gdb.asm/asm-source.exp: Likewise.
19268 * gdb.base/a2-run.exp: Likewise.
19269 * gdb.base/advance.exp: Likewise.
19270 * gdb.base/all-bin.exp: Likewise.
19271 * gdb.base/annota1.exp: Likewise.
19272 * gdb.base/annota3.exp: Likewise.
19273 * gdb.base/args.exp: Likewise.
19274 * gdb.base/arithmet.exp: Likewise.
19275 * gdb.base/assign.exp: Likewise.
19276 * gdb.base/async.exp: Likewise.
19277 * gdb.base/attach.exp: Likewise.
19278 * gdb.base/bang.exp: Likewise.
19279 * gdb.base/bigcore.exp: Likewise.
19280 * gdb.base/bitfields.exp: Likewise.
19281 * gdb.base/bitfields2.exp: Likewise.
19282 * gdb.base/break.exp: Likewise.
19283 * gdb.base/call-sc.exp: Likewise.
19284 * gdb.base/call-strs.exp: Likewise.
19285 * gdb.base/callfuncs.exp: Likewise.
19286 * gdb.base/checkpoint.exp: Likewise.
19287 * gdb.base/chng-syms.exp: Likewise.
19288 * gdb.base/code-expr.exp: Likewise.
19289 * gdb.base/commands.exp: Likewise.
19290 * gdb.base/completion.exp: Likewise.
19291 * gdb.base/cond-expr.exp: Likewise.
19292 * gdb.base/condbreak.exp: Likewise.
19293 * gdb.base/consecutive.exp: Likewise.
19294 * gdb.base/constvars.exp: Likewise.
19295 * gdb.base/corefile.exp: Likewise.
19296 * gdb.base/cvexpr.exp: Likewise.
19297 * gdb.base/dbx.exp: Likewise.
19298 * gdb.base/define.exp: Likewise.
19299 * gdb.base/detach.exp: Likewise.
19300 * gdb.base/display.exp: Likewise.
19301 * gdb.base/dump.exp: Likewise.
19302 * gdb.base/ena-dis-br.exp: Likewise.
19303 * gdb.base/ending-run.exp: Likewise.
19304 * gdb.base/environ.exp: Likewise.
19305 * gdb.base/eval-skip.exp: Likewise.
19306 * gdb.base/exprs.exp: Likewise.
19307 * gdb.base/fileio.exp: Likewise.
19308 * gdb.base/finish.exp: Likewise.
19309 * gdb.base/float.exp: Likewise.
19310 * gdb.base/foll-exec.exp: Likewise.
19311 * gdb.base/foll-fork.exp: Likewise.
19312 * gdb.base/foll-vfork.exp: Likewise.
19313 * gdb.base/freebpcmd.exp: Likewise.
19314 * gdb.base/funcargs.exp: Likewise.
19315 * gdb.base/gcore.exp: Likewise.
19316 * gdb.base/gdb1090.exp: Likewise.
19317 * gdb.base/gdb1250.exp: Likewise.
19318 * gdb.base/huge.exp: Likewise.
19319 * gdb.base/info-proc.exp: Likewise.
19320 * gdb.base/interrupt.exp: Likewise.
19321 * gdb.base/jump.exp: Likewise.
19322 * gdb.base/langs.exp: Likewise.
19323 * gdb.base/lineinc.exp: Likewise.
19324 * gdb.base/list.exp: Likewise.
19325 * gdb.base/logical.exp: Likewise.
19326 * gdb.base/long_long.exp: Likewise.
19327 * gdb.base/macscp.exp: Likewise.
19328 * gdb.base/maint.exp: Likewise.
19329 * gdb.base/mips_pro.exp: Likewise.
19330 * gdb.base/miscexprs.exp: Likewise.
19331 * gdb.base/multi-forks.exp: Likewise.
19332 * gdb.base/opaque.exp: Likewise.
19333 * gdb.base/overlays.exp: Likewise.
19334 * gdb.base/pc-fp.exp: Likewise.
19335 * gdb.base/pointers.exp: Likewise.
19336 * gdb.base/printcmds.exp: Likewise.
19337 * gdb.base/psymtab.exp: Likewise.
19338 * gdb.base/ptype.exp: Likewise.
19339 * gdb.base/recurse.exp: Likewise.
19340 * gdb.base/relational.exp: Likewise.
19341 * gdb.base/relocate.exp: Likewise.
19342 * gdb.base/remote.exp: Likewise.
19343 * gdb.base/reread.exp: Likewise.
19344 * gdb.base/restore.exp: Likewise.
19345 * gdb.base/return.exp: Likewise.
19346 * gdb.base/return2.exp: Likewise.
19347 * gdb.base/scope.exp: Likewise.
19348 * gdb.base/sect-cmd.exp: Likewise.
19349 * gdb.base/sep.exp: Likewise.
19350 * gdb.base/sepdebug.exp: Likewise.
19351 * gdb.base/setshow.exp: Likewise.
19352 * gdb.base/setvar.exp: Likewise.
19353 * gdb.base/sigall.exp: Likewise.
19354 * gdb.base/sigbpt.exp: Likewise.
19355 * gdb.base/signals.exp: Likewise.
19356 * gdb.base/signull.exp: Likewise.
19357 * gdb.base/sizeof.exp: Likewise.
19358 * gdb.base/solib.exp: Likewise.
19359 * gdb.base/step-line.exp: Likewise.
19360 * gdb.base/step-test.exp: Likewise.
19361 * gdb.base/structs.exp: Likewise.
19362 * gdb.base/structs2.exp: Likewise.
19363 * gdb.base/term.exp: Likewise.
19364 * gdb.base/twice.exp: Likewise.
19365 * gdb.base/until.exp: Likewise.
19366 * gdb.base/varargs.exp: Likewise.
19367 * gdb.base/volatile.exp: Likewise.
19368 * gdb.base/watchpoint.exp: Likewise.
19369 * gdb.base/whatis-exp.exp: Likewise.
19370 * gdb.base/whatis.exp: Likewise.
19371 * gdb.cp/ambiguous.exp: Likewise.
19372 * gdb.cp/annota2.exp: Likewise.
19373 * gdb.cp/annota3.exp: Likewise.
19374 * gdb.cp/bool.exp: Likewise.
19375 * gdb.cp/breakpoint.exp: Likewise.
19376 * gdb.cp/casts.exp: Likewise.
19377 * gdb.cp/class2.exp: Likewise.
19378 * gdb.cp/classes.exp: Likewise.
19379 * gdb.cp/cplusfuncs.exp: Likewise.
19380 * gdb.cp/ctti.exp: Likewise.
19381 * gdb.cp/derivation.exp: Likewise.
19382 * gdb.cp/exception.exp: Likewise.
19383 * gdb.cp/gdb1355.exp: Likewise.
19384 * gdb.cp/hang.exp: Likewise.
19385 * gdb.cp/inherit.exp: Likewise.
19386 * gdb.cp/local.exp: Likewise.
19387 * gdb.cp/m-data.exp: Likewise.
19388 * gdb.cp/m-static.exp: Likewise.
19389 * gdb.cp/member-ptr.exp: Likewise.
19390 * gdb.cp/method.exp: Likewise.
19391 * gdb.cp/misc.exp: Likewise.
19392 * gdb.cp/namespace.exp: Likewise.
19393 * gdb.cp/overload.exp: Likewise.
19394 * gdb.cp/ovldbreak.exp: Likewise.
19395 * gdb.cp/pr-1023.exp: Likewise.
19396 * gdb.cp/pr-1210.exp: Likewise.
19397 * gdb.cp/pr-574.exp: Likewise.
19398 * gdb.cp/printmethod.exp: Likewise.
19399 * gdb.cp/psmang.exp: Likewise.
19400 * gdb.cp/ref-params.exp: Likewise.
19401 * gdb.cp/ref-types.exp: Likewise.
19402 * gdb.cp/rtti.exp: Likewise.
19403 * gdb.cp/templates.exp: Likewise.
19404 * gdb.cp/try_catch.exp: Likewise.
19405 * gdb.cp/userdef.exp: Likewise.
19406 * gdb.cp/virtfunc.exp: Likewise.
19407 * gdb.disasm/am33.exp: Likewise.
19408 * gdb.disasm/h8300s.exp: Likewise.
19409 * gdb.disasm/mn10300.exp: Likewise.
19410 * gdb.disasm/sh3.exp: Likewise.
19411 * gdb.disasm/t01_mov.exp: Likewise.
19412 * gdb.disasm/t02_mova.exp: Likewise.
19413 * gdb.disasm/t03_add.exp: Likewise.
19414 * gdb.disasm/t04_sub.exp: Likewise.
19415 * gdb.disasm/t05_cmp.exp: Likewise.
19416 * gdb.disasm/t06_ari2.exp: Likewise.
19417 * gdb.disasm/t07_ari3.exp: Likewise.
19418 * gdb.disasm/t08_or.exp: Likewise.
19419 * gdb.disasm/t09_xor.exp: Likewise.
19420 * gdb.disasm/t10_and.exp: Likewise.
19421 * gdb.disasm/t11_logs.exp: Likewise.
19422 * gdb.disasm/t12_bit.exp: Likewise.
19423 * gdb.disasm/t13_otr.exp: Likewise.
19424 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19425 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19426 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19427 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19428 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19429 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19430 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19431 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19432 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19433 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19434 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19435 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19436 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19437 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19438 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19439 * gdb.mi/gdb701.exp: Likewise.
19440 * gdb.mi/gdb792.exp: Likewise.
19441 * gdb.mi/mi-basics.exp: Likewise.
19442 * gdb.mi/mi-break.exp: Likewise.
19443 * gdb.mi/mi-cli.exp: Likewise.
19444 * gdb.mi/mi-console.exp: Likewise.
19445 * gdb.mi/mi-disassemble.exp: Likewise.
19446 * gdb.mi/mi-eval.exp: Likewise.
19447 * gdb.mi/mi-file.exp: Likewise.
19448 * gdb.mi/mi-read-memory.exp: Likewise.
19449 * gdb.mi/mi-regs.exp: Likewise.
19450 * gdb.mi/mi-return.exp: Likewise.
19451 * gdb.mi/mi-simplerun.exp: Likewise.
19452 * gdb.mi/mi-stack.exp: Likewise.
19453 * gdb.mi/mi-stepi.exp: Likewise.
19454 * gdb.mi/mi-syn-frame.exp: Likewise.
19455 * gdb.mi/mi-until.exp: Likewise.
19456 * gdb.mi/mi-var-block.exp: Likewise.
19457 * gdb.mi/mi-var-child.exp: Likewise.
19458 * gdb.mi/mi-var-cmd.exp: Likewise.
19459 * gdb.mi/mi-var-display.exp: Likewise.
19460 * gdb.mi/mi-watch.exp: Likewise.
19461 * gdb.mi/mi2-basics.exp: Likewise.
19462 * gdb.mi/mi2-break.exp: Likewise.
19463 * gdb.mi/mi2-cli.exp: Likewise.
19464 * gdb.mi/mi2-console.exp: Likewise.
19465 * gdb.mi/mi2-disassemble.exp: Likewise.
19466 * gdb.mi/mi2-eval.exp: Likewise.
19467 * gdb.mi/mi2-file.exp: Likewise.
19468 * gdb.mi/mi2-read-memory.exp: Likewise.
19469 * gdb.mi/mi2-regs.exp: Likewise.
19470 * gdb.mi/mi2-return.exp: Likewise.
19471 * gdb.mi/mi2-simplerun.exp: Likewise.
19472 * gdb.mi/mi2-stack.exp: Likewise.
19473 * gdb.mi/mi2-stepi.exp: Likewise.
19474 * gdb.mi/mi2-syn-frame.exp: Likewise.
19475 * gdb.mi/mi2-until.exp: Likewise.
19476 * gdb.mi/mi2-var-block.exp: Likewise.
19477 * gdb.mi/mi2-var-child.exp: Likewise.
19478 * gdb.mi/mi2-var-cmd.exp: Likewise.
19479 * gdb.mi/mi2-var-display.exp: Likewise.
19480 * gdb.mi/mi2-watch.exp: Likewise.
19481 * gdb.stabs/exclfwd.exp: Likewise.
19482 * gdb.stabs/weird.exp: Likewise.
19483 * gdb.threads/gcore-thread.exp: Likewise.
19484 * gdb.trace/actions.exp: Likewise.
19485 * gdb.trace/backtrace.exp: Likewise.
19486 * gdb.trace/circ.exp: Likewise.
19487 * gdb.trace/collection.exp: Likewise.
19488 * gdb.trace/deltrace.exp: Likewise.
19489 * gdb.trace/infotrace.exp: Likewise.
19490 * gdb.trace/limits.exp: Likewise.
19491 * gdb.trace/packetlen.exp: Likewise.
19492 * gdb.trace/passc-dyn.exp: Likewise.
19493 * gdb.trace/passcount.exp: Likewise.
19494 * gdb.trace/report.exp: Likewise.
19495 * gdb.trace/save-trace.exp: Likewise.
19496 * gdb.trace/tfind.exp: Likewise.
19497 * gdb.trace/tracecmd.exp: Likewise.
19498 * gdb.trace/while-dyn.exp: Likewise.
19499 * gdb.trace/while-stepping.exp: Likewise.
19500
f4b618d1
JB
195012006-08-08 Joel Brobecker <brobecker@adacore.com>
19502
19503 * gdb.base/step-bt.c: New file.
19504 * gdb.base/step-bt.exp: New testcase.
19505
3d00d119
DJ
195062006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
19507
19508 * config/monitor.exp (gdb_load): Remove support for obsolete
19509 download-write-size.
19510 * gdb.base/remote.exp: Likewise. Update all callers of
19511 gdb_timed_load.
19512
017b5bd4
DJ
195132006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19514
19515 * cursal.exp: Pass binfile to gdb_load.
19516
837c599d
DJ
195172006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19518
19519 * gdb.base/cursal.exp: Add "" to gdb_load call.
19520
8dd4540b
MK
195212006-07-29 Mark Kettenis <kettenis@gnu.org>
19522
19523 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19524 NetBSD/ELF targets.
19525
ab5c9f60
DJ
195262006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19527
19528 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19529 operator*.
19530
4c42eaff
DJ
195312006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19532
19533 * gdb.base/completion.exp: Update for change in "file" behavior.
19534 * gdb.stabs/weird.exp: Likewise.
19535 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19536 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19537
0155cc76
NS
195382006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19539
19540 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19541 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19542
16026cd7
AS
195432006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19544
19545 * gdb.base/default.exp: Update source command error message.
19546 * gdb.base/help.exp: Update 'help source' message.
19547
16963cb6
DJ
195482006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19549
19550 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19551 test.
19552
6d7fd486
AS
195532006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19554
19555 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19556
29e8a844
DJ
195572006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19558
19559 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19560
6afcfa39
DJ
195612006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19562
19563 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19564
267a692b
MK
195652006-07-17 Mark Kettenis <kettenis@gnu.org>
19566
19567 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19568 *-*-openbsd* from targets for wich we expect ARM FPA floating
19569 point format.
19570
85d2fec4
NR
195712006-07-17 Nick Roberts <nickrob@snap.net.nz>
19572
19573 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19574
195752006-07-17 Mark Kettenis <kettenis@gnu.org>
19576
19577 * gdb.base/annota3.exp: Expect frame-begin annotation.
19578
85b4c6e8
JB
195792006-07-14 Joel Brobecker <brobecker@adacore.com>
19580
19581 * gdb.base/help.exp: Adjust "help unset" test to accept
19582 any list of unset commands.
19583
fb933624
DJ
195842006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19585 Daniel Jacobowitz <dan@codesourcery.com>
19586
19587 * gdb.cp/ref-params.exp: New test.
19588 * gdb.cp/ref-params.cc: New source file.
19589 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19590
1dff4b64
MK
195912006-07-08 Mark Kettenis <kettenis@gnu.org>
19592
19593 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19594 spaces/tabs in regular expressions since they might not be there.
19595
40d2e0e3
AS
195962006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19597
19598 * gdb.base/ifelse.exp: New file.
19599
f6c957d2
NS
196002006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19601
19602 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19603 line.
19604 * gdb.base/huge.exp: Loop over compilation to find a size that
19605 is acceptable.
19606 * gdb.base/remote.exp: Correct expected strings.
19607 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19608
b9c5a23d
DJ
196092006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19610
19611 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19612
9af2e58d
DJ
196132006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19614
19615 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19616 native.
19617
30930ca5
DJ
196182006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19619
19620 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19621 enable stabs testing.
19622
aa32fa1d
DJ
196232006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19624
bd4a4c80 19625 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
19626 gdb_test_multiple does.
19627
321fef15
DJ
196282006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19629
19630 * Makefile.in (host_alias): Remove.
19631 (target_alias): Use @target_noncanonical@.
19632 (site.exp): Don't set host_alias.
19633 * aclocal.m4: Remove contents. Include acx.m4.
19634 * configure: Regenerated.
19635 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19636
e1c2defa
NS
196372006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19638
e63b55d1
NS
19639 * lib/gdb.exp (gdb_load_cmd): New.
19640
5600ea19
NS
19641 * gdb.base/fileio.c: Add system(NULL) test.
19642 * gdb.base/fileio.exp: Check it.
19643
e1c2defa
NS
19644 * gdb.base/break.c: Add 10a breakpoint at }
19645 * gdb.base/break.exp: Add test for breakpoint at }
19646 * gdb.cp/anon-union.cc: Add code at end of function.
19647 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19648 * gdb.mi/var-cmd.c: Add code at end of function.
19649 * gdb.mi/mi-var-display.exp: Adjust end of next.
19650 * gdb.mi/mi2-var-display.exp: Likewise.
19651 * gdb.base/fileio.c: Add stop function and insert calls at
19652 stopping places.
19653 * gdb.base/fileio.exp: Breakpoint stop function and remove
19654 explicit line number references.
19655
6c0112ec
JB
196562006-05-19 Joel Brobecker <brobecker@adacore.com>
19657
a9c64011
AS
19658 * gdb.base/del.exp (test_delete_alias): New function.
19659 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 19660
154189a4
FF
196612006-05-18 Fred Fish <fnf@specifix.com>
19662
19663 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19664 required. Check for spurious output after program exits normally.
19665
582e64c2
FF
196662006-05-17 Fred Fish <fnf@specifix.com>
19667
19668 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19669 gdb_load, so it works in the simulator.
19670
8ef6493a
FF
196712006-05-11 Fred Fish <fnf@specifix.com>
19672
19673 * gdb.base/bang.exp: Ignore unexpected output between the
19674 "program exited normally" and the gdb prompt, as many other
19675 tests do.
19676
692b141c
MK
196772006-05-07 Mark Kettenis <kettenis@gnu.org>
19678
19679 * gdb.base/help.exp: Make "delete checkpoint" part option for
19680 "help d" and "help delete" tests.
19681
540b8a30
UW
196822006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19683
a9c64011 19684 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
19685 expected output in some mi_gdb_test statements.
19686 * gdb.mi/mi2-basics.exp: Likewise.
19687
9b6462d9
JB
196882006-05-05 Joel Brobecker <brobecker@adacore.com>
19689
19690 * gdb.base/del.c: New file.
19691 * gdb.base/del.exp: New testcase.
19692
954de43b
DM
196932006-05-05 David S. Miller <davem@sunset.davemloft.net>
19694
19695 * gdb.base/break.exp: Do not assume a breakpoint on
19696 main will actually be in $srcfile when optimizing.
1303f75e
DM
19697 * gdb.base/savedregs.exp: Do not require that the dummy
19698 frame location match up to a symbol and source file location.
c3242428
DM
19699 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19700 will get printed without a mi_cmd_data_list_register_values prefix.
19701 (*-data-list-register-*): Correct regular expressions to expect the new
19702 pseudo d? floating point registers.
19703 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 19704
c7e64c9a
DJ
197052006-05-05 Christophe Lyon <christophe.lyon@st.com>
19706
19707 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19708 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19709 is allocated by the compiler.
19710 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19711 anons, e, anone to force their allocation by the compiler.
19712
197132006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
19714
19715 * gdb.base/help.exp: Update expected text for help d and
19716 help delete.
19717
27ce9a6d
MK
197182006-05-02 Mark Kettenis <kettenis@gnu.org>
19719
19720 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19721 NetBSD/ELF targets.
19722
8608915f
MK
197232006-04-30 Mark Kettenis <kettenis@gnu.org>
19724
19725 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19726 single-step breakpoint fails; make this a KFAIL on
19727 sparc*-*-openbsd*.
19728 * gdb.base/siginfo.exp: Likewise.
19729 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19730
b8db102d
MS
197312006-04-26 Michael Snyder <msnyder@redhat.com>
19732
19733 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19734 which may have to consume output from other forks.
19735 Add tests to make sure that "delete fork" succeeded.
19736
c702009a
MS
197372006-04-20 Michael Snyder <msnyder@redhat.com>
19738
19739 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19740 Add support for the Renesas M32C and M16C.
19741
19742 * gdb.asm/asm-source.exp: Add m32c target.
19743 * gdb.asm/m32c.inc: Support for m32c target.
19744
e28493f2
AS
197452006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19746
19747 * gdb.base/commands.exp (recursive_source_test): New test.
19748
880da185
DM
197492006-04-04 David S. Miller <davem@sunset.davemloft.net>
19750
19751 * gdb.base/float.exp: Add pattern for sparc targets.
19752
61d9b92f
DJ
197532006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19754
19755 * gdb.base/commands.exp (stray_arg0_test): New test.
19756
bd717df8
PB
197572006-03-30 Paul Brook <paul@codesourcery.com>
19758
19759 * gdb.mi/mi-until.exp: kfail broken until command.
19760 * gdb.mi/mi2-until.exp: Ditto.
19761
ec793d3c
NR
197622006-03-27 Nick Roberts <nickrob@snap.net.nz>
19763
19764 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19765
831004b7
AO
197662006-03-08 Alexandre Oliva <aoliva@redhat.com>
19767
19768 * gdb.base/prelink.exp: Anchor tested-for regular expression
19769 on gdb prompt.
19770
effe49a0
PB
197712006-03-07 Paul Brook <paul@codesourcery.com>
19772
19773 * gdb.base/assign.exp: Correct fail message.
19774
e5461016
PB
197752006-03-07 Paul Brook <paul@codesourcery.com>
19776
19777 * lib/compiler.c: Extract armcc version number.
19778 * lib/compiler.cc: Ditto.
19779
fc91c6c2
PB
197802006-03-07 Paul Brook <paul@codesourcery.com>
19781
19782 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19783 additional_flags=-w.
19784 * gdb.arch/altivec-regs.exp: Ditto.
19785 * gdb.arch/e500-abi.exp: Ditto.
19786 * gdb.arch/e500-regs.exp: Ditto.
19787 * gdb.base/all-bin.exp: Ditto.
19788 * gdb.base/annota1.exp: Ditto.
19789 * gdb.base/annota3.exp: Ditto.
19790 * gdb.base/args.exp: Ditto.
19791 * gdb.base/arithmet.exp: Ditto.
19792 * gdb.base/assign.exp: Ditto.
19793 * gdb.base/async.exp: Ditto.
19794 * gdb.base/bang.exp: Ditto.
19795 * gdb.base/break.exp: Ditto.
19796 * gdb.base/call-rt-st.exp: Ditto.
19797 * gdb.base/completion.exp: Ditto.
19798 * gdb.base/cond-expr.exp: Ditto.
19799 * gdb.base/condbreak.exp: Ditto.
19800 * gdb.base/consecutive.exp: Ditto.
19801 * gdb.base/define.exp: Ditto.
19802 * gdb.base/display.exp: Ditto.
19803 * gdb.base/ena-dis-br.exp: Ditto.
19804 * gdb.base/environ.exp: Ditto.
19805 * gdb.base/eval-skip.exp: Ditto.
19806 * gdb.base/info-proc.exp: Ditto.
19807 * gdb.base/jump.exp: Ditto.
19808 * gdb.base/logical.exp: Ditto.
19809 * gdb.base/long_long.exp: Ditto.
19810 * gdb.base/maint.exp: Ditto.
19811 * gdb.base/miscexprs.exp: Ditto.
19812 * gdb.base/pc-fp.exp: Ditto.
19813 * gdb.base/pointers.exp: Ditto.
19814 * gdb.base/relational.exp: Ditto.
19815 * gdb.base/reread.exp: Ditto.
19816 * gdb.base/sect-cmd.exp: Ditto.
19817 * gdb.base/sep.exp: Ditto.
19818 * gdb.base/sepdebug.exp: Ditto.
19819 * gdb.base/until.exp: Ditto.
19820 * gdb.base/whatis-exp.exp: Ditto.
19821 * gdb.cp/annota2.exp: Ditto.
19822 * gdb.cp/annota3.exp: Ditto.
19823 * gdb.trace/actions.exp: Ditto.
19824 * gdb.trace/backtrace.exp: Ditto.
19825 * gdb.trace/circ.exp: Ditto.
19826 * gdb.trace/collection.exp: Ditto.
19827 * gdb.trace/deltrace.exp: Ditto.
19828 * gdb.trace/infotrace.exp: Ditto.
19829 * gdb.trace/limits.exp: Ditto.
19830 * gdb.trace/packetlen.exp: Ditto.
19831 * gdb.trace/passc-dyn.exp: Ditto.
19832 * gdb.trace/passcount.exp: Ditto.
19833 * gdb.trace/report.exp: Ditto.
19834 * gdb.trace/save-trace.exp: Ditto.
19835 * gdb.trace/tfind.exp: Ditto.
19836 * gdb.trace/tracecmd.exp: Ditto.
19837 * gdb.trace/while-dyn.exp: Ditto.
19838 * gdb.trace/while-stepping.exp: Ditto.
19839 * lib/gdb.exp: Ditto.
19840 (gdb_compile): Handle nowarning option.
19841
5f4a23d9
AO
198422006-03-07 Alexandre Oliva <aoliva@redhat.com>
19843
19844 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19845 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19846 Rename executable to prelinkt. Don't re-prelink if we didn't
19847 get a core file. Test prelink -u exit status to tell whether
19848 prelinking failed. Use gdb_test_multiple.
19849
9733fc94
DJ
198502006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19851
19852 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19853 (do_tests): Call it.
19854
cc10cae3
AO
198552006-02-28 Alexandre Oliva <aoliva@redhat.com>
19856
19857 * gdb.base/prelink.exp: New test.
19858 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19859
15c46491
WZ
198602006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19861
19862 * gdb.fortran/derived-type.f90: New file.
19863 * gdb.fortran/derived-type.exp: New testcase.
19864
5c9f7ded
DJ
198652006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19866
19867 * gdb.base/default.exp: Allow ';' as a directory separator.
19868
5b96932b
AS
198692006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19870
19871 * gdb.base/help.exp (help add-symbol-file): Update.
19872
1986bccd
AS
198732006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19874
19875 * gdb.base/help.exp (help load): Update expected results.
19876
a8b7528f
FF
198772006-02-19 Fred Fish <fnf@specifix.com>
19878
19879 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19880 specifix hex value as part of results.
19881 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 19882
f8261448
FF
198832006-02-16 Fred Fish <fnf@specifix.com>
19884
19885 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19886 ushort_addr, and slong_addr, so the typedefs are not optimized
19887 away.
19888 * gdb.base/whatis.exp: Add tests using type name for struct type,
19889 union type, enum type, and typedef.
a9c64011 19890
31d8bdd2
MK
198912006-02-13 Mark Kettenis <kettenis@gnu.org>
19892
19893 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19894
34e41e63
JB
198952006-02-13 Jim Blandy <jimb@redhat.com>
19896
19897 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19898 case where it takes two "next" commands to skip past the init
19899 call.
19900
ac6e4f31
FF
199012006-02-12 Fred Fish <fnf@specifix.com>
19902
19903 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19904 to handle cases where it takes two "next" commands to skip
19905 past the init call.
19906
2db2d571
JB
199072006-02-07 Joel Brobecker <brobecker@adacore.com>
19908
19909 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19910 on hppa32 targets.
19911
38fcd64c
DJ
199122006-02-06 Vladimir Prus <ghost@cs.msu.su>
19913
19914 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19915 field.
19916
1315ad46
MK
199172006-01-29 Mark Kettenis <kettenis@gnu.org>
19918
19919 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19920
5625b943
DJ
199212006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19922
19923 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19924 files.
19925
80df1bbe
DJ
199262006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19927
19928 * gdb.cp/maint.exp: Set complaints to a positive value.
19929
9078e690
DJ
199302006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19931
19932 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19933 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19934 function name.
19935
9c903399
DJ
199362006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19937
19938 * gdb.base/checkpoint.c: Update copyright notice. Include
19939 <stdlib.h>.
19940
761ae4d6
JB
199412006-01-04 Jim Blandy <jimb@redhat.com>
19942
19943 * gdb.asm/asm-source.exp: Independently provide default values for
19944 asm-flags and debug-flags. Use 'string equal' to do the
19945 comparison, not the implicit expr's '==' operator. Remove
19946 now-unneeded assignments to asm-flags. In h8300 case, place
19947 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19948
099ac3dd
MS
199492006-01-04 Michael Snyder <msnyder@redhat.com>
19950
19951 * gdb.base/checkpoint.c: New file.
19952 * gdb.base/checkpoint.exp: New file.
19953 * gdb.base/multi-fork.c: New file.
19954 * gdb.base/multi-fork.exp: New file.
19955 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19956
f4d85314
FF
199572006-01-04 Fred Fish <fnf@specifix.com>
19958
19959 * gdb.base/ptype.c (foo): Add typedef.
19960 (intfoo): Add function.
19961 * gdb.base/ptype1.c: New file.
19962 * gdb.base/ptype.exp: Handle compilation and linking with two
19963 source files. Test that proper type for "foo" is found based
19964 on source context rather than first match found in symtabs.
19965
a1b06f35
MK
199662005-12-28 Mark Kettenis <kettenis@gnu.org>
19967
19968 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19969 * gdb.asm/openbsd.inc: Indent commands.
19970
d082a1e2
MK
199712005-12-26 Mark Kettenis <kettenis@gnu.org>
19972
c65016bd
MK
19973 * gdb.base/freebpcmd.exp: Increase timeout.
19974
d082a1e2
MK
19975 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19976
d3c32a0e
DJ
199772005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19978
19979 * gdb.base/default.exp: Update check for "show version".
19980
9fdb1f50
RC
199812005-12-09 Randolph Chung <tausq@debian.org>
19982
19983 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19984 * gdb.asm/pa64.inc: New file.
19985
5f2c56f7
RC
199862005-12-09 Randolph Chung <tausq@debian.org>
19987
19988 * gdb.asm/common.inc: Indent commands.
19989 * gdb.asm/asmsrc1.s: Likewise.
19990 * gdb.asm/asmsrc2.s: Likewise.
19991
8117349c
RC
199922005-12-09 Randolph Chung <tausq@debian.org>
19993
19994 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19995 (get_addr_of_sym): Remove duplicate print.
19996 (gen_core): xfail hppa*-*-hpux*, update expected output.
19997 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19998 * gdb.arch/pa64-nullify.s: New file.
19999
8f07f25a
RC
200002005-12-09 Randolph Chung <tausq@debian.org>
20001
20002 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20003
55b39184
DJ
200042005-12-07 Christophe Lyon <christophe.lyon@st.com>
20005
20006 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20007 code generation for these functions.
20008 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20009 error message.
20010
31e2b00f
AS
200112005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20012
20013 * gdb.base/help.exp (help b, help br, help bre, help brea)
20014 (help break): Update the expected message.
20015
c3d0b56e
SC
200162005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20017
20018 * gdb.asm/m68hc11.inc: Setup the data section.
20019 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20020 script for this test.
20021 (m6812-*-*): Likewise.
20022
36ae0ea9
RC
200232005-11-09 Randolph Chung <tausq@debian.org>
20024
20025 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20026
9d6f42e9
WZ
200272005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20028
20029 * gdb.base/break.exp: Fix a comment typo.
20030
e2126a14
EZ
200312005-11-03 Jim Blandy <jimb@redhat.com>
20032
a9c64011
AS
20033 Checked in by Elena Zannoni <ezannoni@redhat.com>
20034
889bf7c5 20035 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 20036
e0ac7199
CV
200372005-11-02 Corinna Vinschen <vinschen@redhat.com>
20038
20039 * gdb.arch/gdb1558.c: Include stdio.h.
20040
31d3fb18
MK
200412005-10-31 Mark Kettenis <kettenis@gnu.org>
20042
20043 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20044
e52b687c
MK
200452005-10-31 Mark Kettenis <kettenis@gnu.org>
20046
20047 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20048
f4711d79
PG
200492005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20050
a9c64011
AS
20051 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20052 vscr" tests to better match output.
f4711d79 20053
987a9106
JB
200542005-10-12 Jim Blandy <jimb@redhat.com>
20055
20056 * gdb.base/structs.exp (any): New function.
20057 (test_struct_returns): Don't make any assumptions at all about
20058 what value the function returns when GDB can't set the return
20059 value.
20060
2336bb58
JB
200612005-10-09 Joel Brobecker <brobecker@adacore.com>
20062
20063 * gdb.ada/arrayidx/p.adb: New file.
20064 * gdb.ada/arrayidx.exp: New testcase
20065
200662005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
20067
20068 * gdb.ada/array_return/pck.ads: New file.
20069 * gdb.ada/array_return/pck.adb: New file.
20070 * gdb.ada/array_return/p.adb: New file.
20071 * gdb.ada/array_return.exp: New testcase.
20072
705335ea
JB
200732005-10-03 Joel Brobecker <brobecker@adacore.com>
20074
a9c64011
AS
20075 * gdb.base/arrayidx.c: New file.
20076 * gdb.base/arrayidx.exp: New testcase.
705335ea 20077
11ee9940
NR
200782005-09-29 Nick Roberts <nickrob@snap.net.nz>
20079
20080 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20081 frames-invalid and breakpoints-invalid are no longer generated
20082 with level 3 so don't expect them in the output.
20083
39fb8e9e
BR
200842005-09-27 Bob Rossi <bob@brasko.net>
20085
a9c64011 20086 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
20087 from test. Escape the | in mi_gdb_test call.
20088 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20089 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20090 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20091 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20092 expected regex's in mi_gdb_test calls.
20093 * lib/mi-support.exp: Remove arbitrary .* from tests.
20094 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20095 Fully anchor GDB/MI expected results in mi_gdb_test.
20096 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20097 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20098
2af48f68
PB
200992005-09-26 Paul Brook <paul@codesourcery.com>
20100
20101 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20102
f34502bc
WZ
201032005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20104
20105 * bfp-test.c: New file.
20106 * bfp-test.exp: New testcase.
20107
ca929517
WZ
201082005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20109
20110 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20111 of subarray and substring variable.
20112 * gdb.fortran/subarray.f: New source file for the test of subarray
20113 and substring variable evaluation.
20114 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20115 of string constant.
20116
c761af65
DJ
201172005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20118
20119 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20120 copyright dates.
20121
561d7a1d
PG
201222005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20123
20124 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20125 powerpc altivec' test with an almost identical 'info vector' test.
20126
b2b64cc9
PG
201272005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20128
a9c64011
AS
20129 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20130 vscr" tests to match output.
b2b64cc9 20131
6ac4d15a
PG
201322005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20133
a9c64011
AS
20134 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20135 output.
6ac4d15a 20136
40e55bef
BR
201372005-09-11 Bob Rossi <bob@brasko.net>
20138
889bf7c5
PA
20139 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20140 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20141 commands that return an MI output command and an asyncronous MI output
20142 command.
40e55bef
BR
20143 * gdb.mi/mi-console.exp: Ditto.
20144
3c7385ec
BR
201452005-09-11 Bob Rossi <bob@brasko.net>
20146
20147 * gdb.mi/mi-var-child.c: Include <string.h>.
20148
a6cd0eb3
DJ
201492005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20150
20151 * killed.exp: Correct gdb_expect syntax.
20152
2f168eed
CV
201532005-08-09 Corinna Vinschen <vinschen@redhat.com>
20154
20155 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20156
ecd3fd0f
BR
201572005-08-02 Bob Rossi <bob@brasko.net>
20158
20159 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20160 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20161 Change tests to inferior-tty-set/show.
20162 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20163 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20164 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20165 inferior. Use mi_gdb_test to get GDB and Inferior output.
20166 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20167 descriptor.
20168 (mi_inferior_tty_name): Add inferior PTY file name.
20169 (mi_gdb_start): Add INFERIOR_PTY parameter.
20170 (mi_gdb_test): Add IPATTERN parameter.
20171
f1ea48cb 201722005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 20173
f1ea48cb
BR
20174 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20175 parameter to mi_gdb_test.
20176 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20177
6e650a67
DJ
201782005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20179
20180 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20181 struct_declarations.
20182 * gdb.mi/mi-var-child.exp: Step over the initialization of
20183 struct_declarations.
20184
8be260b6
DJ
201852005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20186
20187 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20188 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20189 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20190 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20191 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20192 file.
20193
4e660f07
NR
201942005-07-27 Nick Roberts <nickrob@snap.net.nz>
20195
20196 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20197 (do_children_tests): Assign values to the extra elements.
20198
20199 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20200 them for tests for "-var-update --no-values" and
a9c64011 20201 "-var-update --all-values".
4e660f07
NR
20202 Add test for "-var-list-children --simple-values".
20203
20204 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20205
20206 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20207 "-stack-list-locals --simple-values" Improve doc strings and
20208 comments.
20209
6bdae935
MK
202102005-07-18 Mark Kettenis <kettenis@gnu.org>
20211
598b7a6f
MK
20212 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20213 *-*-openbsd*.
20214 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20215
6bdae935
MK
20216 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20217 sigaltsatck'.
20218
1323e929 202192005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 20220
1323e929
BR
20221 * gdb.base/default.exp (tty): Changed output of command.
20222 * gdb.base/help.exp (help tty): Ditto.
20223
b1a9c082
MK
202242005-07-12 Mark Kettenis <kettenis@gnu.org>
20225
20226 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20227
10a844a2
MK
202282005-07-10 Mark Kettenis <kettenis@gnu.org>
20229
20230 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20231 -stack-select-frame without arguments.
20232 (test_stack_frame_listing): Add test for newly implemented command
20233 -stack-info-frame.
20234
3cb3b8df
BR
202352005-07-06 Bob Rossi <bob@brasko.net>
20236
20237 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20238 command.
20239 (Copyright): Update copyright.
20240
a0c5fbcf
WZ
202412005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20242
20243 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20244 tests to evaluate exponentiation expression.
20245
984971d0
AS
202462005-06-29 Andreas Schwab <schwab@suse.de>
20247
20248 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20249 main to avoid warnings.
20250
20251 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20252
fe03833f
NR
202532005-06-20 Nick Roberts <nickrob@snap.net.nz>
20254
20255 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20256 -stack-select-frame without arguments.
20257 (test_stack_frame_listing): Add test for newly implemented command
20258 -stack-info-frame.
a9c64011 20259
7a55f279
WZ
202602005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20261
0ffa0ea5
DJ
20262 * gdb.fortran/array-element.f: New file.
20263 * gdb.fortran/array-element.exp: New testcase.
7a55f279 20264
26585198
DJ
202652005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20266
20267 * gdb.base/bigcore.exp: Correct checks for systems which can
20268 not dump a large core file.
20269
c1bd25fd
DJ
202702005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20271
20272 * gdb.base/relocate.c: Add a copyright notice.
20273 (dummy): Remove.
20274 * gdb.base/relocate.exp: Test printing the values of variables
20275 from a relocatable file.
20276
589e074d
DJ
202772005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20278
20279 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20280 excess MI output after an error.
20281
0915f927
JB
202822005-05-29 Joel Brobecker <brobecker@adacore.com>
20283
20284 * gdb.arch/alpha-step.c: New file.
20285 * gdb.arch/alpha-step.exp: New testcase.
20286
76ff342d
DJ
202872005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20288 Dennis Brueni <dennis@slickedit.com>
20289
20290 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20291 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20292 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20293 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20294 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20295 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20296 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20297
96b0c7ac
DJ
202982005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20299 Wu Zhou <woodzltc@cn.ibm.com>
20300
20301 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20302 IBM's xlc compiler.
20303 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20304 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20305
f21565d2
JB
203062005-05-13 Jim Blandy <jimb@redhat.com>
20307
20308 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20309 calling gdb_suppress_entire_file.
20310 * gdb.base/charset.exp: Same.
20311 * gdb.base/call-rt-st.exp: Same.
20312
6006a3a1
BR
203132005-05-05 Bob Rossi <bob_rossi@cox.net>
20314
20315 * lib/gdb.exp (fullname_syntax): Added global regex.
20316 (fullname_syntax_POSIX): Ditto.
20317 (fullname_syntax_UNC): Ditto.
20318 (fullname_syntax_DOS_CASE): Ditto.
20319 (fullname_syntax_DOS): Ditto.
20320 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20321 fullname_syntax variable to scope and use it.
20322 (test_file_list_exec_source_files): Ditto.
20323 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20324
c3b69c04
DJ
203252005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20326
20327 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20328
3c95e6af
PG
203292004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20330
a9c64011
AS
20331 * lib/gdb.exp (skip_altivec_tests): New function, based on
20332 check_vmx_hw_available from the GCC testsuite.
20333 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20334 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 20335
78df6c56
JB
203362005-05-02 Jim Blandy <jimb@redhat.com>
20337
20338 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20339 calling gdb_suppress_entire_file.
20340
1690f9cf
DJ
203412005-04-30 Randolph Chung <tausq@debian.org>
20342
20343 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20344 Slightly relax "sem_post" name checking.
20345
5ea106f7
PG
203462005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20347
20348 * gdb.base/unload.exp: Use new shared library infrastructure.
20349
bf7234cf
PG
203502005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20351
20352 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 20353 infrastructure.
bf7234cf 20354
547b869a
CV
203552005-04-29 Corinna Vinschen <vinschen@redhat.com>
20356
20357 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20358 * gdb.asm/h8300.inc: New file.
20359
f07e55f0
PG
203602005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20361
20362 * gdb.base/shlib-call.exp: Change to use new shared library
20363 infrastructure.
20364
3cbba3d1
PG
203652005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20366
a9c64011
AS
20367 * gdb.base/pending.exp: Change to use new shared library
20368 infrastructure.
3cbba3d1 20369
ed6df200
PG
203702005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20371
a9c64011
AS
20372 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20373 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 20374
8c8f4ebe
PG
203752005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20376
a9c64011
AS
20377 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20378 shared objects being adjusted and update copyright years.
8c8f4ebe 20379
607fbc54
DJ
203802005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20381
20382 * ChangeLog: Correct some 2003-01-13 dates.
20383 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20384 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20385 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20386 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20387 gdb.trace/tfind.exp: Update copyright years.
20388
57bf0e56
DJ
203892005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20390 Daniel Jacobowitz <dan@codesourcery.com>
20391
20392 * lib/gdb.exp (gdb_compile): Handle shlib=.
20393 (gdb_compile_shlib): New function.
20394
9b593790
PG
203952005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20396
a9c64011 20397 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 20398
9494c6a5
DJ
203992005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20400
20401 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20402 gdb.server.
20403 * configure.ac: Likewise.
20404 * configure: Regenerated.
20405 * gdb.gdbserver/Makefile.in: Moved to...
20406 * gdb.server/Makefile.in: ... here.
20407 * gdb.gdbserver/server.c: Moved to...
20408 * gdb.server/server.c: ... here.
20409 * gdb.gdbserver/server-run.exp: Moved to...
20410 * gdb.server/server-run.exp: ... here.
20411
6f8eac0e
DJ
204122005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20413
20414 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20415 * configure.ac: Create gdb.gdbserver/Makefile.
20416 * configure: Regenerated.
20417 * lib/gdbserver-support.exp: New file, derived from
20418 config/gdbserver.exp.
20419 * config/gdbserver.exp: Use gdbserver-support.exp.
20420 * gdb.gdbserver/Makefile.in: New file.
20421 * gdb.gdbserver/server.c: New file.
20422 * gdb.gdbserver/server-run.exp: New file.
20423
6e87504d
PG
204242005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20425
a9c64011
AS
20426 * lib/gdb.exp (test_compiler_info): Return compiler_info
20427 if no arguments are given.
6e87504d 20428
d1779be4
PG
204292005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20430
20431 * gdb.arch/altivec-abi.exp: Check for compiler and set
20432 use altivec' flag accordingly.
20433 * gdb.arch/altivec-regs.exp: Likewise.
20434
88750304
DJ
204352005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20436
20437 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20438
f3fb768d
AS
204392005-03-27 Andreas Schwab <schwab@suse.de>
20440
20441 * gdb.base/bigcore.c (main): Add missing mode argument in open
20442 call.
20443
7e813ac5
DJ
204442005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20445
20446 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20447 downloads.
20448 * config/gdbserver.exp (gdb_load): Likewise.
20449
8e3049aa
PB
204502005-03-14 Paul Brook <paul@codesourcery.com>
20451
20452 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20453 targets.
20454
a9df7c44
JB
204552005-03-09 Joel Brobecker <brobecker@adacore.com>
20456
20457 * gdb.dwarf2/dup-psym.S: New file.
20458 * gdb.dwarf2/dup-psym.exp: New testcase.
20459
9f0d94e8
JB
204602005-03-09 Joel Brobecker <brobecker@adacore.com>
20461
20462 * gdb.ada/exec_changed/first.adb: New file.
20463 * gdb.ada/exec_changed/second.adb: New file.
20464 * gdb.ada/exec_changed.exp: New testcase.
20465
5f579bc5
NS
204662005-03-08 Nathan Sidwell <nathan@codesourcery.com>
20467
36e9969c
NS
20468 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20469 (A2): New class.
20470 (main): Test operator+.
20471 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
20472 breakpoint test.
20473
5f579bc5
NS
20474 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20475 * gdb.base/signull.exp: Disable if gdb,nosignals.
20476 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
20477 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
20478 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
20479 * gdb.mi/mi2-console.exp: Likewise.
20480 * gdb.trace/collection.exp (run_trace_experiment): Consume the
20481 continue output at start.
20482 (gdb_collect_locals_test): Robustify regexp.
20483 * gdb.trace/passc-dyn.exp: Fix comment typo.
20484 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
20485
be46087e
CV
204862005-03-08 Corinna Vinschen <vinschen@redhat.com>
20487
20488 * gdb.asm/asm-source.exp: Add iq2000 case.
20489 * gdb.asm/iq2000.inc: New file.
20490
384e1a61 204912005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 20492
384e1a61
MI
20493 * gdb.base/command.exp: Change hardcoded value to regular expression.
20494 * gdb.base/float.exp: Add powerpc to the list of targets checked.
20495
584b6e9e
DJ
204962005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
20497
20498 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
20499 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
20500 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
20501 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
20502 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
20503
ab5b5d61
MK
205042005-03-05 Mark Kettenis <kettenis@gnu.org>
20505
20506 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
20507 changes.
20508
ae051c1b
PG
205092004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
20510
a9c64011
AS
20511 * lib/compiler.c: Add test for IBM's xlc compiler.
20512 * lib/compiler.cc: Likewise.
ae051c1b 20513
3f0f6ed2
JB
205142004-02-24 Joel Brobecker <brobecker@adacore.com>
20515
20516 * gdb.ada/fixed_points.exp: Create compilation object directory
20517 before running the test.
20518 * gdb.ada/null_record.exp: Likewise.
20519 * gdb.ada/packed_array.exp: Likewise.
20520 * gdb.ada/start.exp: Likewise.
20521
724f452b
JB
205222005-02-15 Joel Brobecker <brobecker@adacore.com>
20523
20524 * gdb.ada/packed_array/pa.adb: New file.
20525 * gdb.ada/packed_array.exp: New testcase.
20526
57f5cdfb 205272005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 20528
1f393151
MK
20529 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20530 files.
20531
ebdda337
MK
20532 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20533 on *-*-openbsd*. Correctly match whitespace in regukar
20534 expressions.
20535
cf309262
DJ
205362005-02-10 Daniel Jacobowitz <dan@debian.org>
20537
20538 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20539 PR exp/1821
20540 * gdb.base/gdb1821.c: New test file.
20541 * gdb.base/gdb1821.exp: New test file.
20542
3be49e7a
JB
205432005-02-09 Joel Brobecker <brobecker@adacore.com>
20544
20545 * gdb.base/start.c: New file.
20546 * gdb.base/start.exp: New testcase.
20547
e292e67d
JB
205482005-02-09 Joel Brobecker <brobecker@adacore.com>
20549
20550 * gdb.ada/start/dummy.adb: New file.
20551 * gdb.ada/start.exp: New testcase.
20552
dbdfa66c
CV
205532005-02-09 Corinna Vinschen <vinschen@redhat.com>
20554
20555 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20556 for printing symbols and statistics.
20557 Add test for using relative pathnames in "maint print msymbols" test.
20558 Mark "maint info sections DATA" XFAIL on Cygwin.
20559 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20560 tests.
20561
d7941671
AC
205622005-02-09 Andreas Schwab <schwab@suse.de>
20563
20564 Committed by Andrew Cagney <cagney@gnu.org>
20565 * gdb.base/remotetimeout.exp: New file.
20566
74e5ef44
MK
205672005-02-07 Mark Kettenis <kettenis@gnu.org>
20568
20569 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20570
464dd14d
JB
205712005-02-03 Joel Brobecker <brobecker@adacore.com>
20572
20573 * gdb.ada/gnat_ada.gpr: New file.
20574 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20575 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20576 * configure.ac: No longer generate gnat_ada.gpr.
20577 * configure: Regenerate.
20578 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20579 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20580 * gdb.ada/null_record/bar.ads: Likewise.
20581 * gdb.ada/null_record/bar.adb: Likewise.
20582 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20583 * gdb.ada/null_record.exp (testdir): New variable.
20584 (testfile): executable is now in testdir subdirectory.
20585 (srcfile): Use full path to the main compilation unit.
20586 * gdb.ada/fixed_points.exp: Same changes as above.
20587
30d756ae
NR
205882005-02-03 Nick Roberts <nickrob@snap.net.nz>
20589
20590 * gdb.base/interp.exp: New test.
20591
9d799f85
AC
205922005-01-24 Andrew Cagney <cagney@gnu.org>
20593
20594 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20595
15656118
AC
205962005-01-19 Andrew Cagney <cagney@gnu.org>
20597
a892c31b
AC
20598 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20599 configure.ac not configure.in.
20600
15656118
AC
20601 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20602 of powerpc*-*-*.
20603 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 20604 * gdb.base/list.exp (test_list_function)
15656118
AC
20605 (test_list_filename_and_function): Ditto.
20606 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20607
a7b01baf
AC
206082005-01-16 Andrew Cagney <cagney@gnu.org>
20609
17d92a02
AC
20610 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20611
a7b01baf
AC
20612 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20613
bc8332bb
AC
206142005-01-14 Andrew Cagney <cagney@gnu.org>
20615
20616 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20617 * gdb.mi/mi2-var-cmd.exp: Ditto.
20618
4d074752
CV
206192005-01-10 Corinna Vinschen <vinschen@redhat.com>
20620
20621 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20622
bec39cab
AC
206232005-01-07 Andrew Cagney <cagney@gnu.org>
20624
20625 * configure.ac: Rename configure.in, require autoconf 2.59.
20626 * configure: Re-generate.
20627 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20628 * gdb.stabs/configure: Re-generate.
20629 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20630 * gdb.hp/configure: Re-generate.
20631 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20632 autoconf 2.59.
20633 * gdb.hp/gdb.objdbg/configure: Re-generate.
20634 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20635 autoconf 2.59.
20636 * gdb.hp/gdb.defects/configure: Re-generate.
20637 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20638 autoconf 2.59.
20639 * gdb.hp/gdb.compat/configure: Re-generate.
20640 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20641 autoconf 2.59.
20642 * gdb.hp/gdb.base-hp/configure: Re-generate.
20643 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20644 autoconf 2.59.
20645 * gdb.hp/gdb.aCC/configure: Re-generate.
20646
f10b16d4
JB
206472004-12-15 Jim Blandy <jimb@redhat.com>
20648
20649 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20650 under NPTL when there is debugging info available for libpthread.
20651
fb6e1814
JG
206522004-12-13 Jerome Guitton <guitton@gnat.com>
20653
20654 * gdb.ada/fixed_points.c: New file.
20655 * gdb.ada/fixed_points.exp: New file.
20656
fe46cd3a
RC
206572004-12-03 Randolph Chung <tausq@debian.org>
20658
20659 * gdb.arch/pa-nullify.exp: New file.
20660 * gdb.arch/pa-nullify.s: New file.
20661
8de0841b
RC
206622004-11-30 Randolph Chung <tausq@debian.org>
20663
20664 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20665 instead of "tbug". Fix regexp to work properly with gdb_test.
20666
c8170782
PH
206672004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20668
20669 * gdb.base/bitfields2.exp: New test.
20670 * gdb.base/bitfields2.c: New file.
20671
954269c2
RE
206722004-11-28 Richard Earnshaw <rearnsha@arm.com>
20673
20674 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20675
0107feed
RC
206762004-11-16 Randolph Chung <tausq@debian.org>
20677
20678 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20679
f073ae8c
DJ
206802004-11-14 Daniel Jacobowitz <dan@debian.org>
20681
20682 * gdb.threads/threadapply.exp: Correct "macro details" test.
20683
19ad59e7
JJ
206842004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20685
20686 * gdb.threads/threadapply.exp: New test.
20687 * gdb.threads/threadapply.c: New file.
20688
9cf0961b
MK
206892004-11-07 Mark Kettenis <kettenis@gnu.org>
20690
20691 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20692 frames.
20693
c789492a
FL
206942004-11-05 Felix Lee <felix+log1@specifixinc.com>
20695
20696 * gdb.base/cursal.exp: New file.
20697 * gdb.base/cursal.c: New file.
20698
a1e167bb
AC
206992004-11-03 Andrew Cagney <cagney@gnu.org>
20700
20701 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20702
b7cbf173
MK
207032004-10-30 Mark Kettenis <kettenis@gnu.org>
20704
20705 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20706 NetBSD/ELF targets.
20707
88f9d34f
JB
207082004-10-29 Joel Brobecker <brobecker@gnat.com>
20709
20710 * gdb.threads/bp_in_thread.c: New file, copied from
20711 pthread_cond_wait.c.
20712 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20713 file, rather than reusing the .c file from another testcase.
20714
ca7d6a0c
JB
207152004-10-20 Joel Brobecker <brobecker@gnat.com>
20716
20717 * gdb.ada/null_record.exp: Check where we stopped after
20718 sending the start command, instead of where the associated
20719 temporary breakpoint was inserted.
20720
0d863d03
AC
207212004-10-14 Andrew Cagney <cagney@gnu.org>
20722
20723 * gdb.mi/gdb701.c (main): Return 0.
20724
d11e72cb
DJ
207252004-10-13 Daniel Jacobowitz <dan@debian.org>
20726
d40539a4 20727 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 20728
e1923096
JJ
207292004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20730
20731 * gdb.threads/schedlock.c: Add comment markers to use to find
20732 line numbers.
20733 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20734 comments.
20735 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20736 breakpoint lines.
20737
ec8ba2c9
DJ
207382004-10-12 Daniel Jacobowitz <dan@debian.org>
20739
20740 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20741
0eb3658b
DJ
207422004-10-12 Daniel Jacobowitz <dan@debian.org>
20743
20744 * configure.in: Add gdb.dwarf2.
20745 * configure: Regenerated.
20746 * Makefile.in: Add gdb.dwarf2.
20747 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20748 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20749 gdb.dwarf2/file1.txt: New files.
20750
a271cc33
OF
207512004-10-11 Orjan Friberg <orjanf@axis.com>
20752
a9c64011 20753 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
20754 of "run", since the latter doesn't work with remote targets. Adjust
20755 the breakpoint numbering accordingly.
20756 * gdb.threads/pthread_cond_wait.exp: Ditto.
20757
895ce074
MC
207582004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20759
20760 * gdb.base/overlays.exp: Update copyright years.
20761
6be3092d
KI
207622004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20763
20764 * gdb.base/overlays.exp: Disable if target is Linux.
20765
e05389b8
FL
207662004-10-06 Felix Lee <felix+log1@specifixinc.com>
20767
20768 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20769
73cb587d
KI
207702004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20771
20772 * gdb.asm/asm-source.exp: Add m32r-linux target.
20773 * gdb.asm/m32r-linux.inc: New file.
20774
3c0edcdc
AC
207752004-09-24 Andrew Cagney <cagney@redhat.com>
20776 David Anderson <anderson@redhat.com>
20777
20778 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20779 command fails, assume things will work.
20780 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20781 (_GNU_SOURCE): Define.
20782 (print_unsigned, print_hex): Change parameter to "long long".
20783 (print_byte_count): New function, use to print byte counts.
20784 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20785 O_LARGEFILE.
20786 (main): Compute an upper bound on a corefile in max_core_size.
20787 Limit memory chunk size to max_core_size. Limit total memory
20788 allocated to max_core_size.
20789
4bb3667f
AC
207902004-09-23 Andrew Cagney <cagney@gnu.org>
20791
20792 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20793 from a separate process with code that creates a corefile by
20794 making the inferior dump core.
20795
60fe1a51
MK
207962004-09-23 Mark Kettenis <kettenis@gnu.org>
20797
20798 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20799 block.
20800
8e937346
MC
208012004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20802
20803 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20804 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20805 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20806 Likewise.
20807
7213f6d6
JJ
208082004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20809
20810 * gdb.java/jprint.exp: New test case for java inferior call.
20811 * gdb.java/jprint.java: Ditto.
20812
eac69dca
JB
208132004-09-15 Joel Brobecker <brobecker@gnat.com>
20814
20815 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20816
22227696
MC
208172004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20818
20819 * gdb.threads/killed.c: Include <stdlib.h>.
20820 * gdb.threads/pthreads.c: Likewise.
20821
7dd403a4
MC
208222004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20823
20824 * gdb.threads/killed.c: Add copyright notice.
20825
33f2d567
JM
208262004-09-10 Jason Molenda (jmolenda@apple.com)
20827
a9c64011
AS
20828 * gdb.base/define.exp: Two new tests to verify zero space chars
20829 after 'if' and 'while' commands in a user-defined command is correctly
20830 parsed.
33f2d567 20831
e05b62ac
AC
208322004-09-08 Andrew Cagney <cagney@gnu.org>
20833
20834 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20835 delivery test with duplicate at end of file.
20836
9cbe82da
MK
208372004-09-06 Mark Kettenis <kettenis@jive.nl>
20838
20839 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20840
564803d9
MC
208412004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20842
20843 * config/hppro.exp: Removed.
20844
7c6807ce
MC
208452004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20846
20847 * config/sparclet.exp: Removed.
20848
bf7e26dd
MC
208492004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20850
20851 * config/udi.exp: Removed.
20852
714e341b
MC
208532004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20854
20855 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20856 of "exp_continue".
20857 (advancei): Likewise.
20858
1236e623
JJ
208592004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20860
20861 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20862
3bdcad15
MI
208632004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20864
228af206 20865 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
20866 to check for nodebug in executable.
20867 * gdb.gdb/observer.exp (setup_test): Likewise.
20868 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20869 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20870
c72b934c
AC
208712004-09-01 Andrew Cagney <cagney@gnu.org>
20872
20873 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20874 files.
20875
edd9b715
JJ
208762004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20877
20878 * gdb.base/unload.exp: Fix expected warning message to match
20879 latest format.
20880
fb4ce06b
CV
208812004-09-01 Corinna Vinschen <vinschen@redhat.com>
20882
20883 * gdb.base/call-rt-st.exp: Fix typos.
20884
ce78e7c3
MI
208852004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20886
20887 * gdb.threads/thread_check.exp: New testcase.
20888 * gdb.threads/thread_check.c: New testcase.
20889
2dedb159
AC
208902004-08-31 Andrew Cagney <cagney@gnu.org>
20891
20892 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20893 (skip_to_handler_entry): New procedures. Test stepping into a
20894 handler when the breakpoint is at the handler's entry point.
20895
68f53502
AC
208962004-08-30 Andrew Cagney <cagney@gnu.org>
20897
20898 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20899 gdb/1757.
20900
3e3ffd2b
MC
209012004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20902
20903 With code from Manoj Iyer <manjo@austin.ibm.com>:
20904 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20905 return value. Add an arm for "no debugging symbols found".
20906 Change a stray "error" to "perror".
20907 (gdb_run_cmd): Adapt to new return value.
20908 * gdb.base/remote.exp: Adapt to new return value.
20909 * gdb.gdb/complaints.exp: Likewise.
20910 * gdb.gdb/observer.exp: Likewise.
20911 * gdb.gdb/selftest.exp: Likewise.
20912 * gdb.gdb/xfullpath.exp: Likewise.
20913
4b6f5fd2
JB
209142004-08-27 Joel Brobecker <brobecker@gnat.com>
20915
20916 * gdb.threads/bp_in_thread.exp: New testcase.
20917
e5b25496
MC
209182004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20919
20920 Fix PR testsuite/1735.
20921 * gdb.threads/schedlock.c (thread_function): Add a cast
20922 to suppress a gcc warning.
20923 * gdb.threads/thread-specific.c (thread_function): Likewise.
20924
934353d6
MC
209252004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20926
20927 * gdb.base/unload.c: Include <stdlib.h>.
20928
f98a0aef 209292004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 20930
f98a0aef 20931 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
20932 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20933 synchronized after the "return".
20934
5a2e8882
MC
209352004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20936
20937 * gdb.mi/basics.c: Include <stdio.h>.
20938 * gdb.mi/pthreads.c: Include <stdlib.h>.
20939 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20940
a9640423
MC
209412004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20942
20943 * gdb.threads/schedlock.c: Add copyright notice.
20944
b04e311d
AC
209452004-08-25 Andrew Cagney <cagney@gnu.org>
20946
20947 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20948 (skip_over_handler, breakpoint_over_hander): New test procedures.
20949 (advance, advancei): Add a proper prefix, do not use
20950 rerun_to_main.
20951 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20952
7c27f15b
MC
209532004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20954
20955 * gdb.mi/basics.c: Add copyright notice.
20956 * gdb.mi/var-cmd.c: Add copyright notice.
20957
fffc87ae
MC
209582004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20959
20960 * lib/gdb.exp: Remove signed_keyword_not_used.
20961 * lib/compiler.c: Likewise.
20962 * lib/compiler.cc: Likewise.
20963
d782e0bf
MC
209642004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20965
20966 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20967 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20968
96033e83
MC
209692004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20970
20971 * gdb.base/whatis.c: Add copyright notice.
20972
cf38c229
MK
209732004-08-20 Mark Kettenis <kettenis@gnu.org>
20974
20975 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20976 it to skip the breakpoints encoded in the inline assembly.
20977
f4b49756
MC
209782004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20979
20980 * Makefile.in: Add gdb.fortran.
20981
2f193b69
MC
209822004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20983
20984 * gdb.base/call-sc.exp (test_scalar_returns):
20985 Fix cut-and-paste glitch in "Make fun return now".
20986
89a237cb
MC
209872004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20988
20989 * configure.in: Add gdb.fortran.
20990 * configure: Regenerate.
20991 * gdb.fortran/Makefile.in: New file.
20992 * lib/gdb.exp (skip_fortran_tests): New procedure.
20993
469aff8e
MC
209942004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20995
20996 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20997 reference to bug-gnu@prep.ai.mit.edu.
20998 * gdb.mi/mi-var-child.exp: Likewise.
20999 * gdb.mi/mi-var-cmd.exp: Likewise.
21000 * gdb.mi/mi-var-display.exp: Likewise.
21001 * gdb.mi/mi2-var-block.exp: Likewise.
21002 * gdb.mi/mi2-var-child.exp: Likewise.
21003 * gdb.mi/mi2-var-cmd.exp: Likewise.
21004 * gdb.mi/mi2-var-display.exp: Likewise.
21005
00b51b9f
MK
210062004-08-15 Mark Kettenis <kettenis@gnu.org>
21007
21008 * gdb.base/unload.c (main): Make local variable msg const.
21009
45f07fef
MC
210102004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21011
21012 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21013 to bug-gnu@prep.ai.mit.edu.
21014 * gdb.mi/mi-disassemble.exp: Likewise.
21015 * gdb.mi/mi-eval.exp: Likewise.
21016 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21017 default line number.
21018 * gdb.mi/mi-return.exp: Likewise.
21019 * gdb.mi/mi-simplerun.exp: Likewise.
21020 * gdb.mi/mi-stack.exp: Likewise.
21021 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21022 number with explicit range test.
21023 * gdb.mi/mi-watch.exp: Likewise.
21024 * gdb.mi/mi2-break.exp: Likewise.
21025 * gdb.mi/mi2-cli.exp: Likewise.
21026 * gdb.mi/mi2-disassemble.exp: Likewise.
21027 * gdb.mi/mi2-eval.exp: Likewise.
21028 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21029 default line number.
21030 * gdb.mi/mi2-return.exp: Likewise.
21031 * gdb.mi/mi2-simplerun.exp: Likewise.
21032 * gdb.mi/mi2-stack.exp: Likewise.
21033 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21034 number with explicit range test.
21035 * gdb.mi/mi2-watch.exp: Likewise.
21036
dd8c8ee7
MC
210372004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21038
21039 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21040 * gdb.cp/m-static.exp: Likewise.
21041 * gdb.cp/rtti.exp: Likewise.
21042
4e838464
MK
210432004-08-14 Mark Kettenis <kettenis@gnu.org>
21044
21045 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21046
8d8cb839
EZ
210472004-08-14 Eli Zaretskii <eliz@gnu.org>
21048
21049 * ChangeLog: Prefix Local Variables with semi-colons and indent
21050 the reference to older ChangeLog files, to fix fontification in
21051 Emacs.
21052
deea8bb0
MC
210532004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21054
21055 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21056 * gdb.mi/mi2-break.exp: Likewise.
21057
c3297504
MC
210582004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21059
21060 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21061
25808999
MC
210622004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21063
21064 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21065
226a8d71
MC
210662004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21067
21068 * gdb.cp/classes.exp: Remove unused declarations. Just let
21069 test names default instead of providing special names. Remove
21070 extraneous demangler test.
21071
37fdf854
JJ
210722004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21073
21074 * gdb.base/unload.exp: New test for breakpoints in dynamically
21075 loaded libraries.
21076 * gdb.base/unload.c: Ditto.
21077 * gdb.base/unloadshr.c: Ditto.
21078
2d3a7986
MC
210792004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21080
21081 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21082 cp_test_ptype_class.
21083 (test_enums): Likewise.
21084
c72b934c
AC
210852004-08-10 Andrew Cagney <cagney@gnu.org>
21086
21087 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21088 files.
21089
cc503c8a
AC
210902004-08-10 Andrew Cagney <cagney@gnu.org>
21091
21092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21093 init_malloc call.
21094
902f2ccb
MC
210952004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21096
21097 * ChangeLog: Add copyright notice. The notice is copied
21098 from emacs 21.3 top level ChangeLog.
21099
78c90502
MC
211002004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21101
21102 * lib/cp-support.exp: New file.
21103 * lib/cp-support.exp (cp_test_type_class): New function.
21104 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21105 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21106 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21107 cp_test_ptype_class.
21108
88e5ea78
MC
211092004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21110
21111 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21112 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21113 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21114 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21115 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21116 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21117 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21118 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21119 gdb.mi/mi2-watch.exp: Update copyright years.
21120
6a89fc9c
MK
211212004-08-09 Mark Kettenis <kettenis@gnu.org>
21122
21123 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21124
1482e0de
MC
211252004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21126
21127 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21128 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21129 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21130 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21131 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21132 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21133 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21134 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21135 gdb.mi/mi-watch.exp: Update copyright years.
21136
1a5ce3f3
DJ
211372004-08-08 Daniel Jacobowitz <dan@debian.org>
21138
21139 PR gdb/1738
21140 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21141 from a breakpoint with a pending signal.
21142
04f6ecf2
DJ
211432004-08-08 Daniel Jacobowitz <dan@debian.org>
21144
21145 PR gdb/1736
21146 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21147 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21148 the prompt.
21149 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21150
54d90d35
DJ
211512004-08-08 Daniel Jacobowitz <dan@debian.org>
21152
21153 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21154
d2f6abb0
DJ
211552004-08-08 Daniel Jacobowitz <dan@debian.org>
21156
21157 PR gdb/1736
21158 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21159 for i?86-*-linux*.
21160
5598c03d
DJ
211612004-08-08 Daniel Jacobowitz <dan@debian.org>
21162
21163 * gdb.arch/i386-prologue.exp: Compile without debug information.
21164
c6fee705
MC
211652004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21166
21167 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21168 rather than asking gdb to search.
21169
dd90efdb
MC
211702004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21171
21172 * gdb.base/gcore.c: Include <string.h>.
21173
1e84bec1
MC
211742004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21175
21176 * gdb.base/gcore.c: Add copyright notice.
21177
e425eb2b
MC
211782004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21179
21180 * gdb.base/freebpcmd.c: Include <stdio.h>.
21181 * gdb.base/long_long.c: Include <string.h>.
21182 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21183 * gdb.base/siginfo.c: Include <string.h>.
21184 * gdb.base/sigstep.c: Include <string.h>.
21185
cb9aaed5
MC
211862004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21187
21188 * gdb.base/complex.c: Include <stdlib.h>.
21189
55944f3d
MC
211902004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21191
21192 * gdb.base/complex.c: Add copyright notice.
21193
7b2953d9
MC
211942004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21195
21196 * gdb.base/charset.c: Include <stdlib.h>.
21197
c9133d23
MC
211982004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21199
21200 * gdb.base/auxv.c: Include <stdlib.h>.
21201
0a8490ad
MC
212022004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21203
21204 * gdb.base/auxv.c: Add copyright notice.
21205
3426d5ec
MC
212062004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21207
21208 * gdb.base/coremaker.c: Add copyright notice.
21209 * gdb.base/coremaker2.c: Add copyright notice.
21210
8da195dd
AC
212112004-08-04 Andrew Cagney <cagney@gnu.org>
21212
21213 * gdb.base/store.exp: Update copyright.
21214 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21215 names, do not import gdb_prompt.
21216
8d394f98
AC
212172004-08-01 Andrew Cagney <cagney@gnu.org>
21218
21219 Fix PR testsuite/1729.
21220 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21221 not use capture_value with value 4.
21222 (capture_value): Add optional test name parameter.
21223 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21224 the prefix, pass to capture_value.
21225
b6702b23
MK
212262004-08-01 Mark Kettenis <kettenis@gnu.org>
21227
21228 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21229 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21230 (main): Call new function.
21231
c203e0ca
MC
212322004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21233
21234 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21235
a7995a30
MC
212362004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21237
21238 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21239
9366563b
MC
212402004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21241
b6eeaf26 21242 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
21243 Accept more values of vtbl pointer. Remove some messages
21244 about "obsolete gcc or gdb".
21245
2fc1f950
MC
212462004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21247
21248 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21249
c724d49b
MC
212502004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21251
21252 * gdb.base/asm-source.exp: Properly convert target board
21253 debug flags from gcc format to binutils format.
21254
736b0fce
MK
212552004-07-28 Mark Kettenis <kettenis@gnu.org>
21256
21257 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21258 gdb1718". PR backtrace/1718 partially fixed.
21259
5633ea5c
JJ
212602004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21261
21262 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21263
575eebb1
NC
212642004-07-26 Nick Clifton <nickc@redhat.com>
21265
21266 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21267 good default value for a specific architecture is available then
21268 set it to that value. Otherwise default to the -gstabs switch.
21269 Remove the -g... switches from the asm-flags variable. Allow the
21270 target board info to override the value if it wants to. Pass the
21271 switch on the assembler command line.
21272
62104619
MK
212732004-07-23 Mark Kettenis <kettenis@gnu.org>
21274
21275 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21276 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21277 (main): Call new function.
21278
4a1135b8
MC
212792004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21280
21281 Test for PR exp/1715.
21282 * gdb.base/radix.exp: Refactor common procedures. Make all
21283 test names unique. Change XFAIL to KFAIL.
21284
8a12c1f0
MC
212852004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21286
21287 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21288 * gdb.ada/gnat_ada.gin: ... to here.
21289 * configure.in: Use gnat_ada.gin.
21290 * configure: Regenerate.
21291
23b451cf
AC
212922004-07-20 Andrew Cagney <cagney@gnu.org>
21293
21294 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21295 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21296 XFAILs. Clean up test messages and comments. Check backtraces.
21297 Delete re-sync code.
21298
ab618a02
MC
212992004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21300
21301 Fix PR cli/740.
21302 * gdb.base/annota1.exp: Honor gdb,nosignals.
21303 * gdb.base/annota3.exp: Likewise.
21304
46dad340
MC
213052004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21306
21307 * lib/java.exp: Update copyright notice.
21308
756d8c70
AC
213092004-07-19 Andrew Cagney <cagney@gnu.org>
21310
21311 * gdb.base/selftest.exp: Copy file from here ...
21312 * gdb.gdb/selftest.exp: ... to here.
21313
586027e6
AC
213142004-07-16 Andrew Cagney <cagney@redhat.com>
21315
21316 * lib/insight-support.exp: Delete file.
21317 * lib/java.exp (java_init): Fix copyright.
21318
029d2200
AC
213192004-07-16 Andrew Cagney <cagney@gnu.org>
21320
21321 * gdb.base/restore.c: Append "prologue" to comments marking the a
21322 function's prologue.
21323 * gdb.base/restore.exp: Update copyright, re-indent.
21324 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21325 callerN" prefix where needed. Update patterns that match a
21326 function's prologue.
21327
653b62c5
MC
213282004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21329
21330 * gdb.base/restore.c: Add copyright notice.
21331
f7d690e5
AC
213322004-07-16 Andrew Cagney <cagney@gnu.org>
21333
21334 * gdb.base/logical.exp: Update copyright.
21335 (evaluate): New procedure. Use to re-implement tests using
21336 several tables.
21337
d629a7cb
MH
213382004-07-14 Martin Hunt <hunt@redhat.com>
21339
21340 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21341 which fixes some problems where init.tcl was not found.
21342
9c7bb332
AC
213432004-07-13 Andrew Cagney <cagney@gnu.org>
21344
6bf46641
AC
21345 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21346 (check_sizeof, check_valueof): Do not include the output in the
21347 test name. Use gdb_test.
21348 (get_valueof): Use gdb_test_multiple.
21349
c4ffd4c0
AC
21350 * gdb.base/step-test.exp: Update copyright. Use
21351 gdb_test_multiple. Ensure that test names do not include
21352 architecture dependent output.
21353
ab89363a
AC
21354 * gdb.gdb/observer.exp: Update copyright.
21355 (setup_test): Use gdb_test_multiple.
21356 (attach_first_observer, attach_second_observer)
21357 (attach_third_observer, detach_first_observer)
21358 (detach_second_observer, detach_third_observer)
21359 (reset_counters, check_counters): Make $message a prefix.
21360 (test_normal_stop_notifications): Add "args" parameter - a list of
21361 init functions to be called. Make $message a prefix,
21362 (test_observer_normal_stop): Change the message prefixes so that
21363 they are unique, pass the attach / detach procedures to
21364 test_normal_stop_notifications.
21365
ec58997a
AC
21366 * gdb.base/signull.exp (test_segv): Prefix all tests with
21367 "${name}". Clean up test messages.
21368
b475183b
AC
21369 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21370
9c7bb332
AC
21371 * gdb.base/ena-dis-br.exp: Update copyright.
21372 (break_at): New function. Replace send_gdb with gdb_test,
21373 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21374 ignore count, not stopped at bpt", with KFAIL.
21375
2dd95497
CV
213762004-07-13 Corinna Vinschen <vinschen@redhat.com>
21377
21378 * gdb.base/attach.exp: Remove cleanupfile handling.
21379
419e626b
AC
213802004-07-12 Andrew Cagney <cagney@gnu.org>
21381
21382 * gdb.base/annota1.exp: Cleanup corefile test name.
21383 * gdb.base/annota3.exp: Ditto.
21384
8b1b3228
AC
213852004-07-12 Andrew Cagney <cagney@gnu.org>
21386
78650829
AC
21387 * gdb.base/signals.exp: Clean up copyright, re-indent.
21388
8b1b3228
AC
21389 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21390 gdb_test and gdb_test_multiple.
21391
935c2760
JJ
213922004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21393
21394 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 21395 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
21396 provide line number info for first statement in main.
21397
1544280f
AC
213982004-07-08 Andrew Cagney <cagney@gnu.org>
21399
1279f4ff
AC
21400 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21401
1544280f
AC
21402 * gdb.base/sigbpt.exp: Make the common part of each test name a
21403 prefix instead of suffix.
21404
bcc82369
BR
214052004-07-07 Bob Rossi <bob_rossi@cox.net>
21406
21407 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21408 test from test_tbreak_creation_and_listing to
21409 test_file_list_exec_source_file
21410 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21411 Changed name of test from test_tbreak_creation_and_listing to
21412 test_file_list_exec_source_file
21413
23f4b0aa
JJ
214142004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21415
21416 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21417 the jmisc() constructor instead of <init>.
21418 * gdb.java/jmisc1.exp: Ditto.
21419
56401cd5
AC
214202004-07-07 Andrew Cagney <cagney@gnu.org>
21421
21422 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21423 corrupting the PC.
21424
44ae2f6a
MC
214252004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21426
21427 * gdb.cp/templates.exp: Accept whitespace change in demangler
21428 output.
21429
45a83408
AC
214302004-07-06 Andrew Cagney <cagney@gnu.org>
21431
21432 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21433
d205ad70
MC
214342004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21435
21436 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21437 * lib/compiler.cc: Likewise.
21438
06ea1a61
MC
214392004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21440
21441 * lib/compiler.cc: Work around string preprocessing problem
21442 with old hp c++ compiler.
21443 * lib/compiler.c: Likewise.
21444
daab1251
CV
214452004-06-29 Corinna Vinschen <vinschen@redhat.com>
21446
21447 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21448 directives to conditionalize symbol prefixing.
21449 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21450 additional_flags handling. Add underscore prefix for Cygwin.
21451 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21452 conditionalize symbol prefixing.
21453 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21454 additional_flags handling. Add underscore prefix for Cygwin.
21455
cc984116
CV
214562004-06-29 Corinna Vinschen <vinschen@redhat.com>
21457
21458 * gdb.base/bigcore.exp: Skip test on Cygwin.
21459
c279b077
MC
214602004-06-28 Michael Chastain <mec.gnu@mindspring.com>
21461
21462 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21463 formats for "info register". Use gdb_test_multiple. Fix
21464 the "invalid register" test.
21465
0e915747
CV
214662004-06-28 Corinna Vinschen <vinschen@redhat.com>
21467
21468 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
21469 PID for Cygwin. Add Cygwin specific strings to check for in some
21470 tests.
21471 (do_attach_tests): Add a test for user interaction when attaching
21472 to a process with no matching symbol table already loaded.
21473
11422c86
AC
214742004-06-26 Andrew Cagney <cagney@gnu.org>
21475
21476 Test PR java/1567 and PR java/1565.
21477 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
21478 * gdb.java/jmisc2.exp: Delete file.
21479
cefbce26
MC
214802004-06-26 Michael Chastain <mec.gnu@mindspring.com>
21481
21482 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
21483
e19f872c
CV
214842004-06-25 Corinna Vinschen <vinschen@redhat.com>
21485
21486 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
21487 attach process.
21488
d931ba3b
MC
214892004-06-23 Michael Chastain <mec.gnu@mindspring.com>
21490
21491 * gdb.cp/pr-1553.exp: Remove.
21492
aef68c48
MC
214932004-06-22 Michael Chastain <mec.gnu@mindspring.com>
21494
21495 * gdb.cp/pr-1553.cc: Remove.
21496 * gdb.cp/pr-1553.exp: Disable this test.
21497
8d5df71a
JB
214982004-06-20 Jim Blandy <jimb@redhat.com>
21499
a9c64011 21500 Fix PR testsuite/1680.
8d5df71a
JB
21501 * gdb.arch/i386-sse.exp: Properly quote curly braces in
21502 regular expressions.
21503
4ac6f39d
MC
215042004-06-19 Michael Chastain <mec.gnu@mindspring.com>
21505
21506 Fix PR testsuite/1679.
21507 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
21508 Issue an UNSUPPORTED result instead.
21509
1b413552
JB
215102004-06-18 Jim Blandy <jimb@redhat.com>
21511
21512 * gdb.base/charset.exp: Only send a control-C if we see a new
21513 prompt and incomplete command.
21514
6daa6ebd
MC
215152004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21516
21517 * gdb.cp/pr-574.cc: Add copyright notice.
21518
51fa4ae0
JB
215192004-06-17 Jim Blandy <jimb@redhat.com>
21520
21521 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21522 cases where the regexp has no groups; this grabs random text from
21523 the previous test suite, whatever that was.
21524
8fea26c5
MC
215252004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21526
21527 * gdb.cp/printmethod.cc: Add copyright notice.
21528
1e3aeb41
MC
215292004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21530
21531 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21532
9d9030bc
AC
215332004-06-16 Andrew Cagney <cagney@gnu.org>
21534
21535 * gdb.base/signull.c: Update copyright. Include <string.h>.
21536 (bowler): Replace data_pointer with data_read
21537 and data_write cases. Add code_descriptor case.
21538 (zero, desc): New array and pointer.
21539 (data, code): Change to simple pointers.
21540 * gdb.base/signull.exp: Fix probe pattern matching a function
21541 descriptor SIGSEGV. Replace data_pointer with data_read and
21542 data_write tests.
21543
acd4ad44
AC
215442004-06-16 Andrew Cagney <cagney@gnu.org>
21545
21546 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21547
08fd625c
MC
215482004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21549
21550 * gdb.base/long_long.c: Add copyright notice.
21551
1903502c
MC
215522004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21553
21554 * gdb.base/long_long.exp: Remove reference to
21555 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21556 to gdb_breakpoint and gdb_continue_to_breakpoint.
21557
83313cb1
JB
215582004-06-14 Jim Blandy <jimb@redhat.com>
21559
21560 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21561 endian case.
21562
1bf404ef
AC
215632004-06-14 Andrew Cagney <cagney@gnu.org>
21564
21565 * gdb.base/gcore.exp (capture_command_output): Delete the always
21566 passing tests containing inferior values.
21567 * gdb.base/ending-run.exp: Do not include the breakpoint address
21568 in the test message. Update copyright.
21569 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21570 size in the test name, use gdb_test_multiple. Update copyright.
21571
ef220b33
MC
215722004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21573
21574 * gdb.cp/ref-types.cc: Add copyright notice.
21575
4f70a4c9
MC
215762004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21577
21578 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21579 hp_aCC_compiler.
21580 * lib/compiler.cc: Likewise.
21581 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21582 'set' commands. Log diagnostics for other lines. Set
21583 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21584
335928ac
MC
215852004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21586
21587 * gdb.cp/try_catch.cc: Add copyright notice.
21588
2efb12e8
MC
215892004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21590
21591 * gdb.cp/userdef.cc: Add copyright notice.
21592
0bbed51a
MC
215932004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21594
21595 * gdb.cp/virtfunc.cc: Add copyright notice.
21596
e12a46c9
RC
215972004-06-11 Randolph Chung <tausq@debian.org>
21598
21599 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21600 problem.
21601
338e05af
AC
216022004-06-10 Andrew Cagney <cagney@gnu.org>
21603
21604 * lib/compiler.cc, lib/compiler.c: Append either
21605 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21606 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21607 instead of gcc-3-3.
21608
dc3f10cb
AC
216092004-06-09 Andrew Cagney <cagney@gnu.org>
21610
b4d946af
AC
21611 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21612 gdb/1455, bug is specific to "long long" and "double".
a9c64011 21613
dc3f10cb
AC
21614 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21615 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21616 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21617 fixed.
21618
b5c0bfa2
AC
216192004-06-09 Andrew Cagney <cagney@gnu.org>
21620
21621 * gdb.base/structs.exp (test_struct_returns): Replace
21622 "return_value_unknown" and "finish_value_unknown" by
21623 "return_value_known" and "finish_value_known". Instead of
21624 "return_value_unknown" iff "finish_value_unknown", check
21625 "return_value_known" implies "finish_value_known".
21626
caeb605f
MH
216272004-06-08 Martin Hunt <hunt@redhat.com>
21628
21629 * gdb.base/float.exp: Add pattern for mips targets.
21630
c892bb64
RC
216312004-06-08 Randolph Chung <tausq@debian.org>
21632
21633 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21634 message for unknown architectures more clear.
21635
48306d3e
JB
216362004-06-08 Joel Brobecker <brobecker@gnat.com>
21637
21638 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21639 start the execution of the program.
21640
83ecb59f
JB
216412004-06-07 Jim Blandy <jimb@redhat.com>
21642
21643 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21644 * gdb.arch/i386-cpuid.h: New helper file.
21645
55264cb4
RC
216462004-06-07 Randolph Chung <tausq@debian.org>
21647
21648 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21649 has started.
21650
23cadb28
RM
216512004-06-04 Roland McGrath <roland@redhat.com>
21652
21653 Fix PR gdb/1647.
21654 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21655 differently to be robust to output buffering differences.
21656
51d01eda
MC
216572004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21658
21659 * gdb.threads/pthreads.exp: Update copyright years.
21660 (check_control_c): Change asynchronous 'after' to synchronous.
21661
f4fc3b93
RM
216622004-06-04 Roland McGrath <roland@redhat.com>
21663
21664 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21665 next gdb prompt.
21666
4013522b
MC
216672004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21668
21669 Fix PR gdb/1636.
21670 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21671 calls to synchronous.
21672
7a8f1e6b
JB
216732004-05-26 Jim Blandy <jimb@redhat.com>
21674
21675 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21676
81bb3443
RC
216772004-05-24 Randolph Chung <tausq@debian.org>
21678
21679 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21680 * gdb.asm/pa.inc: New file.
21681
8f5a3103
MK
216822004-05-22 Mark Kettenis <kettenis@gnu.org>
21683
21684 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21685
734b8fe8 216862004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 21687 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
21688
21689 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21690 GDB prompt.
21691
725603e1
UW
216922004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21693
f4fc3b93 21694 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
21695 setjmp/longjmp. Use sigaction instead of signal.
21696
8b923272 216972004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 21698 Michael Snyder <msnyder@redhat.com>
8b923272
JB
21699
21700 * gdb.threads/pthread_cond_wait.c: New file.
21701 * gdb.threads/pthread_cond_wait.exp: New testcase.
21702
8bfabb04
AC
217032004-05-13 Andrew Cagney <cagney@redhat.com>
21704
21705 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21706 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21707
42edda50
AC
217082004-05-11 Andrew Cagney <cagney@redhat.com>
21709
21710 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21711 fixed but revealed gdb/1639.
21712
d303a6c7
AC
217132004-05-10 Andrew Cagney <cagney@redhat.com>
21714
21715 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21716 func1" and "next to 2nd alarm", kernel bug avoided.
21717
bf08c2a1
DJ
217182004-05-10 Daniel Jacobowitz <dan@debian.org>
21719
21720 PR external/1568
21721 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21722 XFAIL if it is smaller than bytes_allocated.
21723 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21724 (main): Make chunks_allocated unsigned. Correct comment.
21725
c0586a34
JB
217262004-05-07 Joel Brobecker <brobecker@gnat.com>
21727
21728 * gdb.arch/powerpc-aix-prologue.c: New file.
21729 * gdb.arch/powerpc-aix-prologue.exp: New file.
21730
f2785d12
JB
217312004-05-07 Jim Blandy <jimb@redhat.com>
21732
21733 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21734 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21735
bd7f6e30
JB
217362004-05-06 Joel Brobecker <brobecker@gnat.com>
21737
21738 * gdb.base/sep.exp: No longer setup_kfail when the program was
21739 built with dwarf2.
21740
0a5e7efe
JI
217412004-05-05 Jim Ingham <jingham@apple.com>
21742
21743 * gdb.base/pending.exp: Make sure pending breakpoints
21744 preserve the ignore count.
f4fc3b93 21745
a8958849
MK
217462004-04-27 Jerome Guitton <guitton@gnat.com>
21747
21748 * i386-prologue.exp: Add testcase for jump instruction as first
21749 instruction of the real code.
21750 * i386-prologue.c (jump_at_beginning): New function.
21751
7e103f5b
MK
217522004-04-28 Mark Kettenis <kettenis@gnu.org>
21753
21754 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21755 x86_64-*-*.
21756
5d38b224
MK
217572004-04-28 Mark Kettenis <kettenis@gnu.org>
21758
21759 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21760 i*86-*-*.
21761
0ef32fd9
MK
217622004-04-25 Mark Kettenis <kettenis@gnu.org>
21763
21764 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21765 expression that checks the return type.
21766
71d7dd7c
AC
217672004-04-23 Andrew Cagney <cagney@redhat.com>
21768
21769 * gdb.base/call-sc.exp: New test of scalar call/return values.
21770 * gdb.base/call-sc.c: Ditto.
21771
1e9f977e
JJ
217722004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21773
21774 * gdb.threads/manythreads.c: Reduce thread stack size.
21775
899d9e3a
JJ
217762004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21777
21778 * gdb.threads/manythreads.c: Add copyright notice.
21779
61bcae62
AC
217802004-04-23 Andrew Cagney <cagney@redhat.com>
21781
21782 * gdb.base/siginfo.exp: Better handle step out of signal.
21783 * gdb.base/sigstep.exp: Ditto.
21784
7339a42e 217852004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 21786 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
21787
21788 * gdb.threads/manythreads.c: New testcase.
21789 * gdb.threads/manythreads.exp: Ditto.
21790
5c98409b
JB
217912004-04-22 Jim Blandy <jimb@redhat.com>
21792
21793 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21794 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21795
3b611f1a
MC
217962004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21797
21798 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21799
f0fd9238
AC
218002004-04-21 Andrew Cagney <cagney@redhat.com>
21801
21802 * gdb.base/sigstep.c: New file.
21803 * gdb.base/sigstep.exp: New file.
21804
90990674
JB
218052004-04-16 Joel Brobecker <brobecker@gnat.com>
21806
21807 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21808 call to observer_notify_normal_stop.
21809
78cef34b
AC
218102004-04-15 Andrew Cagney <cagney@redhat.com>
21811
21812 * gdb.base/siginfo.c: New file.
21813 * gdb.base/siginfo.exp: New file.
21814
d2343407
JB
218152004-04-12 J. Brobecker <brobecker@gnat.com>
21816
21817 * gdb.base/sep.exp: Fix typo in comment.
21818
a2dba3c8
JB
218192004-04-12 J. Brobecker <brobecker@gnat.com>
21820
21821 * gdb.base/sep.c: New file.
21822 * gdb.base/sep-proc.c: New file.
21823 * gdb.base/sep.exp: New testcase.
21824
15f7b60e
MK
218252004-04-09 Mark Kettenis <kettenis@gnu.org>
21826
21827 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21828 support.
21829
44f4de1a
AC
218302004-04-05 Andrew Cagney <cagney@redhat.com>
21831
21832 * gdb.base/sigaltstack.c: New file.
21833 * gdb.base/sigaltstack.exp: New file.
21834
ef04f396
JB
218352004-04-04 Joel Brobecker <brobecker@gnat.com>
21836
21837 * gdb.base/foll-fork.exp: Update the expected output for
21838 "help set follow-fork-mode", to match a change that was made
21839 to the help of this variable on 2004-01-13.
21840
d40d2c92
JB
218412004-04-01 Joel Brobecker <brobecker@gnat.com>
21842
21843 * lib/ada.exp: Add copyright notice.
21844 * bar.ads: Likewise.
21845 * bar.adb: Likewise.
21846 * null_record.adb: Likewise.
21847 * null_record.exp: Likewise.
21848 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21849
f86ef5a3
JB
218502004-04-01 Joel Brobecker <brobecker@gnat.com>
21851
21852 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21853 * configure: Regenerate.
21854
414e70e3
JB
218552004-04-01 Joel Brobecker <brobecker@gnat.com>
21856
21857 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21858 to build the application. Remove the message printed when in
21859 verbose mode, redundant with the UNSUPPORTED message above.
21860
f0aaee49
JB
218612004-03-31 Joel Brobecker <brobecker@gnat.com>
21862
21863 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21864 * gdb.ada (null_record.exp): New testcase.
21865
ac81cb54
JB
218662004-03-31 Joel Brobecker <brobecker@gnat.com>
21867
21868 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21869
854af2f7
JB
218702004-03-31 Joel Brobecker <brobecker@gnat.com>
21871
21872 * gdb.ada: New subdirectory.
21873 * gdb.ada/Makefile.in: New file.
21874 * gdb.ada/gnat_ada.gpr.in: New file.
21875
034cb681
JB
218762004-03-31 Joel Brobecker <brobecker@gnat.com>
21877
21878 * lib/ada.exp: New file.
21879
78a1a894
DJ
218802004-03-24 Daniel Jacobowitz <drow@mvista.com>
21881
21882 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21883 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21884
4b2b3b3e
AC
218852004-03-22 Andrew Cagney <cagney@redhat.com>
21886
21887 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21888 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21889 Problem identified by Ulrich Weigand.
21890
23c73aa3
DC
218912004-03-17 David Carlton <carlton@kealia.com>
21892
21893 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21894 PR c++/826.
21895
d63a86f8
RM
218962004-03-16 Roland McGrath <roland@redhat.com>
21897
21898 * gdb.base/auxv.exp: New file.
21899 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21900
0e02aa50
DC
219012004-03-12 David Carlton <carlton@kealia.com>
21902
21903 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21904 * gdb.cp/pr-1553.cc: Ditto.
21905 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21906 pass branch.
21907
c20b71be
MC
219082004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21909
21910 * gdb.cp/templates.exp: Accept more template types.
21911
c7414a01
MC
219122004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21913
21914 From Corinna Vinschen with modifications.
21915 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21916 local variable obj_with_enum.
21917 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21918 results with obj_with_enum.
21919
ed69573c
MC
219202004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21921
21922 * gdb.cp/classes.cc: New file, copied from misc.cc.
21923 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21924
28301461
MC
219252004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21926
21927 * gdb.cp/misc.cc: Add copyright notice.
21928
1198ecbe
DC
219292004-03-05 David Carlton <carlton@kealia.com>
21930
21931 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21932 * gdb.cp/rtti.h: Update copyright.
21933 (namespace n2::n3): New.
21934 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21935 (n2::n3::func3): New.
21936 (main): Call n2::n3::func3.
21937 * gdb.cp/rtti2.cc: Update copyright.
21938 (n2::create3): New.
21939
9e08c470
MK
219402004-03-04 Mark Kettenis <kettenis@gnu.org>
21941
21942 * gdb.asm/openbsd.inc: Fix typo.
21943
4bebc3aa
FF
219442004-03-03 Fred Fish <fnf@redhat.com>
21945
21946 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21947 "val" instead of unused "size". Update copyright year.
21948
6ea9fb37
DJ
219492004-02-29 Daniel Jacobowitz <drow@mvista.com>
21950
21951 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21952 to use unsigned char.
21953 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21954 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21955
23b23974
DJ
219562004-02-29 Daniel Jacobowitz <drow@mvista.com>
21957
21958 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21959 line of output.
21960
7574fd53
DJ
219612004-02-28 Daniel Jacobowitz <drow@mvista.com>
21962
21963 * gdb.base/relocate.c (dummy): Initialize.
21964
a195357f
DJ
219652004-02-28 Daniel Jacobowitz <drow@mvista.com>
21966
21967 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21968 a breakpoint at exit.
21969
72fd54a9
FF
219702004-02-27 Fred Fish <fnf@redhat.com>
21971
21972 * gdb.base/chng-syms.exp: Add expect condition to match failing
21973 case that isn't a timeout.
21974
b9d23137
AC
219752004-02-27 Andrew Cagney <cagney@redhat.com>
21976
21977 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21978 support.
21979
15d208f6 219802004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 21981
15d208f6
FF
21982 * gdb.arch/gdb1431.c: Remove.
21983 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21984 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21985 of "until" incorrectly.
21986
98f9cd2d
JB
219872004-02-26 J. Brobecker <brobecker@gnat.com>
21988
21989 * gdb.cp/class2.cc (empty): New class.
21990 (refer): New function.
21991 (main): Declare an object of type empty and use it.
21992 * gdb.cp/class2.exp: Print the value of an object of type empty.
21993
9b50c11b
JJ
219942004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21995
21996 * gdb.base/langs.exp: Update query string to match the
21997 new nquery format used for pending breakpoints.
21998
0dcd613f
AC
219992004-02-26 Andrew Cagney <cagney@redhat.com>
22000
22001 Fix PR i18n/1570.
22002 * gdb.base/charset.c: Update copyright notice.
22003 (main, init_string): Remove the escape character '\e' tests.
22004 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22005 * gdb.base/charset.exp (valid_host_charset): Ditto.
22006 * gdb.base/setvar.exp: Ditto.
22007
b8a56647
AC
220082004-02-24 Andrew Cagney <cagney@redhat.com>
22009
90d59e34
AC
22010 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22011 mmapped data in core file" PASS and FAIL messages consistent.
22012
b8a56647
AC
22013 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22014 setting a breakpoint. Work around PR java/1565.
22015
9f27c604
JJ
220162004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22017
22018 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22019 new nquery format.
22020 * gdb.base/pending.exp: Ditto.
22021
3224a706
MK
220222004-02-22 Mark Kettenis <kettenis@gnu.org>
22023
22024 * configure.in: Run stabs tests on *BSD.
22025 * configure: Regenerated.
22026
41e0a9ca
MK
220272004-02-21 Mark Kettenis <kettenis@gnu.org>
22028
22029 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22030
1e1b3428
FF
220312004-02-20 Fred Fish <fnf@redhat.com>
22032
22033 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22034 blank in test for "returns short", for consistency with other
22035 "returns xxx" tests. Update copyright year.
22036
f9a7572a
FF
220372004-02-19 Fred Fish <fnf@redhat.com>
22038
22039 New testcase for PR breakpoint/1558.
22040 * gdb.arch/gdb1558.exp: New file.
22041 * gdb.arch/gdb1558.c: New file.
22042
b2ce2854
EZ
220432004-02-19 Elena Zannoni <ezannoni@redhat.com>
22044
22045 * gdb.base/nodebug.exp: Fix typo.
22046
e7c9ff01
JB
220472004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22048
22049 Committed by Jim Blandy <jimb@redhat.com>.
22050
62f4b920
JB
22051 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22052
2db536a1
JB
22053 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22054
e7c9ff01
JB
22055 * gdb.base/float.exp: Support s390*-*-* targets.
22056
f3205b34
AF
220572004-02-17 Adam Fedor <fedor@gnu.org>
22058
22059 * gdb.base/gdb1555.exp: New file.
22060 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22061
9d62932d
EZ
220622004-02-17 Elena Zannoni <ezannoni@redhat.com>
22063
22064 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22065
344c9711
FF
220662004-02-16 Fred Fish <fnf@redhat.com>
22067
22068 * gdb.arch/gdb1291.c: Remove
22069 * gdb.arch/gdb1291.s: New test input file.
22070 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22071 fail. Test for correct result, known incorrect result, other
22072 failures and timeouts.
22073
2d822687
AC
220742004-02-16 Andrew Cagney <cagney@redhat.com>
22075
22076 * gdb.base/bigcore.exp: New file.
22077 * gdb.base/bigcore.c: New file.
22078
dac15b66
AC
220792004-02-13 Andrew Cagney <cagney@redhat.com>
22080
22081 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22082 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22083 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22084 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22085 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22086 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22087 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22088 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22089 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22090 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22091
6bdfc2c4
JJ
220922004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22093
22094 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22095 executed is an alloc instruction.
22096
87b3ede8
DC
220972004-02-11 David Carlton <carlton@kealia.com>
22098
22099 * gdb.cp/breakpoint.exp: New.
22100 * gdb.cp/breakpoint.cc: New.
22101
6e19e2bf
MC
221022004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22103
22104 Partial fix for PR gdb/1543.
22105 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22106 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22107 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22108 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22109 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22110 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22111 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22112 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22113 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22114 to bug-gdb@prep.ai.mit.edu .
22115 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22116 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22117 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22118 Likewise.
22119
5c5455dc
AC
221202004-02-10 Andrew Cagney <cagney@redhat.com>
22121
22122 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22123 using gdb_internal_error_resync.
22124
9cf689d7
DJ
221252004-02-09 Daniel Jacobowitz <drow@mvista.com>
22126
22127 * gdb.threads/thread-specific.exp: Stop early if no threads are
22128 found.
22129
d2dc51db
MC
221302004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22131
22132 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22133
14b1a056
DJ
221342004-02-08 Daniel Jacobowitz <drow@mvista.com>
22135
22136 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22137 breakpoints.
22138
83f66e8f
DJ
221392004-02-07 Daniel Jacobowitz <drow@mvista.com>
22140
22141 * config/sim.exp (gdb_load): Handle $arg == "".
22142 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22143 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22144
30fc0091
EZ
221452004-02-07 Elena Zannoni <ezannoni@redhat.com>
22146
a9c64011
AS
22147 * gdb.base/maint.exp: Update test to reflect
22148 obstack changes.
30fc0091 22149
4d806929
JJ
221502004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22151
22152 * gdb.base/pendshr.c (pendfunc): New function that calls
22153 pendfunc1.
22154 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22155
7bfdd688
FF
221562004-02-04 Fred Fish <fnf@redhat.com>
22157
22158 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22159 function symbols and update copyright years.
22160 * gdb.arch/gdb1291.c: Ditto.
22161
aaa08ee4
MC
221622004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22163
22164 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22165
dbad7755
MC
221662004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22167
22168 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22169
ec4646ef
MC
221702004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22171
22172 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22173
1b802196
FF
221742004-02-02 Fred Fish <fnf@redhat.com>
22175
22176 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22177 remote targets. Update copyright years.
22178
18fe2033
JJ
221792004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22180
22181 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22182 support.
22183 * gdb.base/langs.exp: Fix test which attempts to create
22184 breakpoint on non-existent function to handle new pending
22185 support.
22186 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22187 a breakpoint.
22188 * gdb.base/pending.exp: New test.
22189 * gdb.base/pending.c: New file.
22190 * gdb.base/pendshr.c: Ditto.
22191
8d577d32
DC
221922004-02-02 David Carlton <carlton@kealia.com>
22193
22194 * gdb.cp/overload.exp: Add overloadNamespace tests.
22195 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22196 (overloadNamespace, XXX): New.
22197 (main): Call XXX::marker2.
22198
3ad13771
FF
221992004-02-01 Fred Fish <fnf@redhat.com>
22200
22201 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22202 * gdb.base/finish.exp: Ditto.
22203 * gdb.base/gcore.exp: Ditto.
22204 * gdb.base/huge.exp: Ditto.
22205 * gdb.base/info-proc.exp: Ditto.
22206 * gdb.base/return2.exp: Ditto.
22207 * gdb.threads/gcore-thread.exp: Ditto.
22208
44c75849
DJ
222092004-02-01 Daniel Jacobowitz <drow@mvista.com>
22210
22211 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22212
005bc093
MK
222132004-02-01 Mark Kettenis <kettenis@gnu.org>
22214
22215 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22216 that opening the file succeeds on OpenBSD.
22217
c47cebdb
DJ
222182004-02-01 Daniel Jacobowitz <drow@mvista.com>
22219
22220 * gdb.threads/thread-specific.c: New file.
22221 * gdb.threads/threads-specific.exp: New test script.
22222 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22223 to expect_out.
22224
5a01311c
MK
222252004-02-01 Mark Kettenis <kettenis@gnu.org>
22226
22227 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22228 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22229 only on the "print_small_structs from print_long_arg_list" test.
22230
ce22a4f1
DJ
222312004-02-01 Daniel Jacobowitz <drow@mvista.com>
22232
22233 * gdb.base/completion.exp: Kill a stray backslash.
22234
22235 From Jim Ingham <jingham@apple.com>:
22236 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22237 agrees with the result from sending a tab.
22238
abbab9d3
DJ
222392004-01-31 Daniel Jacobowitz <drow@mvista.com>
22240
22241 * gdb.base/chng-syms.exp: Remove stray newline.
22242
53904d1e
MK
222432004-01-31 Mark Kettenis <kettenis@gnu.org>
22244
22245 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22246 *-*-openbsd*.
22247 * gdb.asm/openbsd.inc: New file.
22248
3a4b3aac
MK
222492004-01-30 Mark Kettenis <kettenis@gnu.org>
22250
22251 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22252 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22253 *-*solaris2*. Remove commented out default settings for
22254 asm-flags. Replace gdb_compile with target_link.
22255
ebac27b4
MC
222562004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22257
22258 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22259 for all tests. Remove old hp-ux and cygnus xfail cases.
22260
d8679d84
PH
222612004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22262
22263 * gdb.base/chng-syms.exp: New file.
22264 * gdb.base/chng-syms.c: New file.
22265
0a55bc22
MC
222662004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22267
22268 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22269 Provide arms for current output in all my configurations.
22270
94b8e876
MC
222712004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22272
22273 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22274 * lib/compiler.cc: Likewise.
22275 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22276 get the right preprocessor. Eval the output directly. Remove
22277 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22278 hp_f77_compiler and hp_f90_compiler completely.
22279 (gdb_preprocess): Delete.
22280 (get_compiler): Delete.
22281
7cf03d44
MK
222822004-01-24 Mark Kettenis <kettenis@gnu.org>
22283
22284 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22285 <string.h>.
22286
68b6dce9
NR
222872004-01-24 Nick Roberts <nick@nick.uklinux.net>
22288
22289 * gdb.mi/mi-stack.exp: Update copyright.
22290
b368761e
DC
222912004-01-23 David Carlton <carlton@kealia.com>
22292
22293 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22294 test for cp_lookup_transparent_type.
22295 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22296 call them.
22297
f2061b53
DJ
222982004-01-23 Daniel Jacobowitz <drow@mvista.com>
22299
22300 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22301 after -var-update.
22302
37fc574a
DC
223032004-01-23 David Carlton <carlton@kealia.com>
22304
22305 * gdb.cp/namespace.cc (C::ensureRefs): New.
22306 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22307
8e94b928
NR
223082004-01-20 Nick Roberts <nick@nick.uklinux.net>
22309
22310 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22311 case "-stack-list-locals 2".
22312 * gdb.mi/mi-var-child.exp: Test for case
22313 "-var-list-children --all-values NAME".
22314
997b0952
MC
223152004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22316
22317 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22318
52470da3
MK
223192004-01-18 Mark Kettenis <kettenis@gnu.org>
22320
7049b4b8
MK
22321 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22322 used with gdb_test_multiple.
22323
52470da3
MK
22324 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22325 read at address 0. This fixes PR testsuite/1504.
22326
da6012e5
DJ
223272004-01-18 Daniel Jacobowitz <drow@mvista.com>
22328
22329 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22330 Remove downloading, guessing the host executable, the calls to
22331 gdb_file_cmd and gdb_target_cmd, and "load" support.
22332 (infer_host_exec): New function broken out from gdb_load.
22333 (gdb_load): New wrapper for gdbserver_gdb_load.
22334 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22335 gdb_target_cmd. Use -target-select.
22336 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22337 Download binaries to the host. Clear last_mi_remote_file when
22338 we load a new binary.
22339 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22340 call gdbserver_gdb_load and mi_gdb_target_cmd.
22341
32c70722
MC
223422004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22343
22344 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22345 type patterns.
22346
b0cecf36
MC
223472004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22348
22349 * gdb.cp/templates.exp: Fix typo in test name of
22350 "print Foo<volatile char*>::foo".
22351
4120d7e6
MC
223522004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22353
22354 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22355
f679e530
BE
223562004-01-16 Ben Elliston <bje@wasabisystems.com>
22357
22358 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22359 (clean mostlyclean): Remove empty rm.
22360
091c48f6
MC
223612004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22362
22363 * gdb.base/setvar.exp: Add copyright years.
22364
3e5fc8d2
DC
223652004-01-14 David Carlton <carlton@bactrian.org>
22366
22367 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22368 PR c++/1511 and update coment.
22369 * gdb.cp/templates.exp: Update patterns to match current output.
22370 If changes involve something other than whitespace, KFAIL
22371 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22372
63d06c5c
DC
223732004-01-14 David Carlton <carlton@kealia.com>
22374
22375 * gdb.cp/namespace.exp: Add tests involving classes defined within
22376 namespaces.
22377 * gdb.cp/namespace.cc (C::CClass): New.
22378 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22379
a51dab88
EZ
223802004-01-14 Elena Zannoni <ezannoni@redhat.com>
22381
22382 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22383 what debug info we have. Print a better message if something goes
22384 wrong while producing the separate debug info file.
22385
a476ccc9
MC
223862004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22387
22388 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22389
f453692c
MC
223902004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22391
22392 * gdb.base/callfuncs.c: Add copyright notice.
22393
f40063a5
MC
223942004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22395
22396 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22397 inheritance. PR gdb/1498, PR gcc/13539.
22398
19ac3974
EZ
223992004-01-13 Elena Zannoni <ezannoni@redhat.com>
22400
a9c64011
AS
22401 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22402 test specific name.
22403 * gdb.mi/gdb669.exp: Ditto.
22404 * gdb.mi/mi-pthreads.exp: Ditto.
22405 * gdb.mi/mi1-pthreads.exp: Ditto.
22406 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 22407
56c97c6e
MC
224082004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22409
22410 * gdb.cp/member-ptr.cc: Add copyright notice.
22411
a0644324
MC
224122004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22413
22414 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22415 some patterns for recent versions of gcc and hpacc. Delete
22416 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22417 Delete tests that access a NULL pointer-to-member-data. This
22418 script is still disabled for gcc.
22419
32fabe09
EZ
224202004-01-12 Elena Zannoni <ezannoni@redhat.com>
22421
22422 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 22423 escaped correctly.
32fabe09 22424
1f8a6abb
EZ
224252004-01-12 Elena Zannoni <ezannoni@redhat.com>
22426
22427 * gdb.base/sepdebug.exp: New file.
22428 * gdb.base/sepdebug.c: New file.
22429 * lib/gdb.exp (separate_debug_filename): New procedure.
22430 (gdb_gnu_strip_debug): New procedure.
22431
48efe704
AC
224322004-01-12 Andrew Cagney <cagney@redhat.com>
22433
22434 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22435 * gdb.mi/ChangeLog-1999-2003: New file.
22436
a9415475
AC
224372004-01-12 Andrew Cagney <cagney@redhat.com>
22438
22439 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22440 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22441 or EEXIST", treat EBUSY as an XFAIL.
22442
83b8cf9d
MC
224432004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22444
22445 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22446 hp_cc_compiler.
22447
9939d2a8
MC
224482004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22449
22450 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22451 decorations.
22452
1ff8cadf
MC
224532004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22454
22455 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22456 and "(aCC)" decorations. Remove obsolete doco about old
22457 test results.
22458
6fa9022e
MC
224592004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22460
22461 * gdb.cp/exception.exp: Fix typo in doco.
22462
209721fe
MK
224632004-01-09 Mark Kettenis <kettenis@gnu.org>
22464
22465 * gdb.base/gdb1476.exp: Fix typo.
22466
ef11303e
MC
224672004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22468
22469 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22470 file.
22471
041ab88c
MC
224722004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22473
22474 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22475 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22476 Use gdb_compile. Remove restriction on gcc. Add some patterns
22477 for recent version of gdb. Delete second half, which was a copy
22478 of the first half with different build flags. This test is
22479 still disabled because it is still not ready for production.
22480
e36d075a
MC
224812004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22482
22483 * gdb.cp/exception.cc: Add copyright notice.
22484 * gdb.cp/exception.exp: Add a notice that this file is broken
22485 because of line number changes caused by addition of copyright
22486 notice.
22487
42b190ad
MC
224882004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22489
22490 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
22491 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
22492
8f25f06b
MC
224932004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22494
22495 * gdb.cp/classes.exp: Accept gnu abi 2.
22496 * gdb.cp/derivation.exp: Likewise.
22497 * gdb.cp/overload.exp: Likewise.
22498 * gdb.cp/virtfunc.exp: Likewise.
22499
06ded8b8
MC
225002004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22501
22502 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
22503 semicolon after end of function.
22504
77c26ae3
MC
225052004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22506
22507 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
22508 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22509 boilerplate code for compiling and running the program under
22510 test. Add some string method tests.
22511
20757486
MC
225122004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22513
22514 * gdb.cp/bs15503.cc: Add copyright notice.
22515 * gdb.cp/bs15503.exp: Adjust line number.
22516
0fd3b503
MC
225172004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22518
22519 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22520 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22521
10d1bea8
MC
225222004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22523
22524 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22525 hp_cc_compiler.
22526
2789202a
MC
225272004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22528
22529 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22530 * gdb.cp/ctti.exp: Use the marker instead of "next".
22531 With gcc, run further before bailing.
22532
b862f14c
MC
225332004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22534
22535 * gdb.cp/cttiadd.cc: Add copyright notice.
22536 * gdb.cp/cttiadd1.cc: Likewise.
22537 * gdb.cp/cttiadd2.cc: Likewise.
22538 * gdb.cp/cttiadd3.cc: Likewise.
22539
96da2469
MC
225402004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22541
22542 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22543 Use gdb_test, gdb_test_multiple. Use floating-point values that
22544 have exact representations in IEEE-ish formats.
22545
053248ff
MC
225462004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22547
22548 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22549 compilers. Delete duplicate call to get_compiler_info.
22550 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22551 * gdb.base/volatile.exp: Likewise.
22552
84acecdd
MK
225532004-01-07 Mark Kettenis <kettenis@gnu.org>
22554
22555 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22556 memory at address 0.
22557
fe11a27f
MC
225582004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22559
22560 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22561 to test for hp-ux assembler. Fix copyright years.
22562
60ad077b
AC
225632004-01-07 Andrew Cagney <cagney@redhat.com>
22564
22565 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22566
1c9b8f33
AC
225672004-01-07 Andrew Cagney <cagney@redhat.com>
22568
22569 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22570 when creating the read-only file. From analysis by Roland McGrath
22571 and Elena Zannoni.
22572
753ccc7a
MC
225732004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22574
22575 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22576
eca3e36b
MC
225772004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22578
22579 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22580 data pointers.
22581
f8d4bac4
MC
225822004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22583
22584 * gdb.cp/m-static.exp: Compile one source file at a time.
22585 Delete unused call to get_compiler_info.
22586
9b4e0f94
MC
225872004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22588
22589 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22590 * gdb.base/call-rt-st.exp: Likewise.
22591 * gdb.base/nodebug.exp: Likewise.
22592 * gdb.base/volatile.exp: Likewise.
22593 * gdb.cp/ref-types.exp: Likewise.
22594 * gdb.cp/templates.exp: Likewise.
22595
023c1024
MK
225962004-01-05 Mark Kettenis <kettenis@gnu.org>
22597
22598 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22599
19703c4a
MC
226002004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22601
22602 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22603 hppa*-hp-hpux*.
22604
18b67037
MK
226052004-01-04 Mark Kettenis <kettenis@gnu.org>
22606
ba6219c8
MK
22607 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22608 x86_64-*-*.
22609
18b67037
MK
22610 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22611 sparc64-*-* and sparc*-solaris2*.
22612
1bfbbb9d
MK
226132004-01-04 Mark Kettenis <kettenis@gnu.org>
22614
22615 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22616 return ${tests}" test. The ${tests} already mentions the
22617 filename.
22618
06846494
MC
226192004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22620
22621 * gdb.cp/local.exp: Accept gcc abi 2.
22622
3b0cb202
MC
226232004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22624
22625 * gdb.cp/templates.exp: Accept gcc abi 2.
22626
0643ec3f
MC
226272004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22628
22629 * lib/compiler.cc: Remove supports_template_debugging.
22630 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22631
d231d0b1
MC
226322004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22633
22634 * gdb.cp/namespace.exp: Accept gcc abi 2.
22635
44ffb27c
MC
226362004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22637
22638 * gdb.cp/method.exp: Accept gcc abi 2.
22639
184ad485
MC
226402004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22641
22642 * gdb.cp/classes.exp: Generate identical results as old version.
22643 * gdb.cp/derivation.exp: Likewise.
22644 * gdb.cp/overload.exp: Likewise.
22645 * gdb.cp/virtfunc.exp: Likewise.
22646
116f09e7
MC
226472004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22648
22649 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22650 mysterious bug with sourceware version of expect.
22651
b1379776
MC
226522004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22653
22654 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22655 current versions of gcc, including gcc abi 2. Remove gratuitous
22656 restart of test program. Use gdb_test_multiple and gdb_test for
22657 all tests. Add patterns to xfail missing "const" in "const char *"
22658 and kfail PR gdb/1155.
22659
6b7a4c0e
MC
226602004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22661
22662 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22663 current versions of gcc, including gcc abi 2. Remove gratuitous
22664 restart of test program. Use gdb_test_multiple and gdb_test for
22665 all tests. Add patterns to kfail PR gdb/1498.
22666
51615d72
MC
226672003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22668
22669 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22670 current versions of gcc, including gcc abi 2. Use "breakpoint"
22671 and "continue" instead of restarting the target program. Use
22672 gdb_test_multiple and gdb_test for all tests.
22673
7b79a9d7
MK
226742004-01-01 Mark Kettenis <kettenis@gnu.org>
22675
22676 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22677 for *-*-solaris2*.
22678
1cd3489f
MC
226792003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22680
22681 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22682 current versions of gcc, including gcc abi 2. Use "breakpoint"
22683 and "continue" instead of restarting the target program several
22684 times. Use gdb_test_multiple and gdb_test for all tests.
22685
850742db
MC
226862003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22687
22688 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22689 source files.
22690
eb4bbda8
MC
226912003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22692
22693 * gdb.base/environ.exp: Handle compiling test case from multiple
22694 source files.
22695
e42c7771
MC
226962003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22697
22698 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22699
80e4b428
JB
227002003-12-17 Jim Blandy <jimb@redhat.com>
22701
5f06973a
JB
22702 * gdb.base/freebpcmd.c: Add copyright notice.
22703
80e4b428
JB
22704 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22705
0ab84fb7
MC
227062003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22707
22708 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22709
1b3bb3d0
JB
227102003-12-13 Jim Blandy <jimb@redhat.com>
22711
22712 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22713
3a4c9371
KB
227142003-12-12 Kevin Buettner <kevinb@redhat.com>
22715
22716 * gdb.asm/frv.inc: New file.
22717 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22718
a1dea79a
FF
227192003-12-09 Fred Fish <fnf@redhat.com>
22720
22721 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22722 functions to break1.c and leave prototypes behind. Add more
22723 "set breakpoint NN here" comments.
22724 * gdb.base/break1.c: New file.
22725
22726 * gdb.base/break.exp: Handle compiling test case from multiple
22727 source files and change source file references as needed.
22728 * gdb.base/completion.exp: Ditto.
22729 * gdb.base/condbreak.exp: Ditto.
22730 * gdb.base/define.exp: Ditto.
22731 * gdb.base/ena-dis-br.exp: Ditto.
22732 * gdb.base/info-proc.exp: Ditto.
22733 * gdb.base/maint.exp: Ditto.
22734 * gdb.base/until.exp: Ditto.
22735
22736 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22737 hardcoded line numbers.
22738 * gdb.base/define.exp: Ditto.
22739 * gdb.base/ena-dis-br.exp: Ditto.
22740 * gdb.base/maint.exp: Ditto.
22741 * gdb.base/until.exp: Ditto.
22742
22743 * gdb.base/completion.exp: Use "break1" for completion tests since
22744 "break" is no longer a unique prefix.
22745
5266b69c
AC
227462003-12-06 Andrew Cagney <cagney@redhat.com>
22747
22748 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22749 "return_value_unimplemented". When an unimplemented struct return
22750 architecture, report incorrect values as a KFAIL
22751
374451f0
MC
227522003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22753
22754 * gdb.cp/rtti.exp: Accept new wording of warning from
22755 cp_lookup_rtti_type.
22756
ba9b20a7
MC
227572003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22758
22759 Partial fix for PR testsuite/1456.
22760 * gdb.base/scope.exp (test_at_main): Replace references to
22761 gcc_compiled with calls to test_compiler_info.
22762 (test_at_foo): Likewise.
22763 (test_at_bar): Likewise.
22764
b74b6d0b
MC
227652003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22766
22767 Partial fix for PR testsuite/1456.
22768 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22769 to test_compiler_info.
22770
ccfa3402
MC
227712003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22772
22773 * gdb.base/so-impl-ld.exp: Update copyright notice.
22774
f6246aba
MC
227752003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22776
22777 Partial fix for PR testsuite/1456.
22778 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22779 to test_compiler_info.
22780
13ae734a
MC
227812003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22782
22783 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22784 from current versions of gdb. Clean up regular expressions.
22785 Delete redundant timeout case.
22786
d8e1cdee
MC
227872003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22788
22789 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22790 from current versions of gdb. Clean up regular expressions.
22791 Delete redundant timeout case.
22792
96457b64
MC
227932003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22794
22795 Partial fix for PR testsuite/1456.
22796 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22797 gcc_compiled with call to test_compiler_info.
22798
f35309fc
MC
227992003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22800
22801 Partial fix for PR testsuite/1456.
22802 * gdb.base/list.exp (test_list_function): Delete unused declaration
22803 of gcc_compiled.
22804
d7afdf9b
MC
228052003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22806
22807 Partial fix for PR testsuite/1456.
22808 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22809 call to test_compiler_info.
22810
71507b56
MK
228112003-11-29 Mark Kettenis <kettenis@gnu.org>
22812
22813 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22814 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22815 it to create the appropriate note.inc.
22816 * gdb.asm/asmsrc1.s: Include "note.inc".
22817 * gdb.asm/netbsd.inc: New file.
22818 * gdb.asm/empty.inc: New file.
22819
f81f93f7
MC
228202003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22821
22822 Partial fix for PR testsuite/1456.
22823 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22824 calls to test_compiler_info.
22825
9a77938e
MC
228262003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22827
22828 Partial fix for PR testsuite/1456.
22829 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22830 calls to test_compiler_info.
22831
e8367dc7
MK
228322003-11-27 Mark Kettenis <kettenis@gnu.org>
22833
22834 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22835 pattern for the KFAILs.
22836
526c61ee
AF
228372003-11-25 Adam Fedor <fedor@gnu.org>
22838
22839 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22840 * gdb.objc/objcdecode.m: New file.
22841
28f2d600
AF
228422003-11-25 Adam Fedor <fedor@gnu.org>
22843
22844 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22845 * gdb.objc/nondebug.m: New file.
22846
a3895cee
BE
228472003-11-26 Ben Elliston <bje@wasabisystems.com>
22848
22849 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22850 NetBSD as it does on FreeBSD. Modelled on a similar change by
22851 Mark Kettenis on 2003-05-30.
22852 (link-flags): Set to "--entry _start" regardless of target.
22853 Special linker flags are to be appended to $link-flags.
22854 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22855
c9f2c8a3
MC
228562003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22857
22858 * gdb.cp/method.exp: Accept output of new demangler.
22859
15a0587a 228602003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
22861
22862 * gdb/class2.exp: New file.
22863 * gdb/class2.cc: New file.
22864
3c00b570
MC
228652003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22866
22867 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22868 of new demangler.
22869
7027acc7
MK
228702003-11-23 Mark Kettenis <kettenis@gnu.org>
22871
22872 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22873 of gdb_test "run".
22874
b0e1598a
MK
228752003-11-23 Mark Kettenis <kettenis@gnu.org>
22876
22877 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22878 "continue" into "run".
22879
4d9eda44
MC
228802003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22881
22882 Partial fix for PR testsuite/1456.
22883 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22884 call to test_compiler_info.
22885 * gdb.cp/ctti.exp: Likewise.
22886 * gdb.cp/derivation.exp: Likewise.
22887 * gdb.cp/member-ptr.exp: Likewise.
22888 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22889 reference to gcc_compiled.
22890
228912003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
22892
22893 Fix PR testsuite/1463.
22894 * gdb.base/structs.exp (start_structs_test): Call
22895 get_debug_format before using the debug format.
22896
d422fe19
AC
228972003-11-22 Andrew Cagney <cagney@redhat.com>
22898
22899 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22900 * gdb.base/structs.exp: Use gdb_test_multiple.
22901
039cf96d
AC
229022003-11-20 Andrew Cagney <cagney@redhat.com>
22903
6882279b
AC
22904 * gdb.base/structs.exp: Handle and recover from internal errors.
22905 Replace "foo${n}" with "foo<n>" in test messages.
22906
e53890ae
AC
22907 * gdb.base/structs.exp: Update copyright. Rewrite.
22908 * gdb.base/structs.c: Update copyright. Rewrite.
22909
2b211c59
AC
22910 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22911 resync count exceeded.
d63a86f8 22912
039cf96d
AC
22913 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22914 from the internal error.
22915 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22916 Original from Jim Blandy.
22917 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 22918
eac98b22
AC
229192003-11-19 Andrew Cagney <cagney@redhat.com>
22920
22921 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22922 KFAIL.
22923
67455b2a
MK
229242003-11-17 Mark Kettenis <kettenis@gnu.org>
22925
22926 New testcase for PR backtrace/1435.
22927 * gdb.arch/i386-unwind.exp: New file.
22928 * gdb.arch/i386-unwind.c: New file.
22929
853d6e5b
AC
229302003-11-17 Andrew Cagney <cagney@redhat.com>
22931
22932 * lib/gdb.exp (compiler_info): New global.
22933 (test_compiler_info): New function.
22934 (get_compiler_info): Set compiler_info.
22935 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22936 "compiler_info" to gcc-<major>-<minor>.
22937
38cf6e11
MC
229382003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22939
22940 * gdb.trace/configure: Remove.
22941
a50d3602
EZ
229422003-11-13 Elena Zannoni <ezannoni@redhat.com>
22943
22944 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 22945 breakpoints.
a50d3602
EZ
22946 * gdb.base/break.exp: Remove all references to explicit line
22947 numbers.
22948
d9407aaa
NC
229492003-11-11 Nick Clifton <nickc@redhat.com>
22950
22951 * gdb.base/shreloc.exp: Do not run for targets which do not
22952 support shared objects.
22953
db488fc1
CV
229542003-11-10 Corinna Vinschen <vinschen@redhat.com>
22955
22956 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22957 Don't run tests if nofileio flag is given.
22958
6a90a18e
EZ
229592003-11-07 Elena Zannoni <ezannoni@redhat.com>
22960
22961 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 22962 as well as 'Watchpoint'.
6a90a18e 22963
0b915e9c
EZ
229642003-11-06 Elena Zannoni <ezannoni@redhat.com>
22965
22966 Reported by Jim Ingham <jingham@apple.com>:
22967 * gdb.base/annota1.exp: Match at least one occurrence of the
22968 signal handler annotation.
22969
d7e4b55f
EZ
229702003-11-06 Elena Zannoni <ezannoni@redhat.com>
22971
a9c64011
AS
22972 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22973 as well as 'Watchpoint'.
d7e4b55f 22974
2fe4e8d0
MC
229752003-11-05 Michael Chastain <mec@shout.net>
22976
22977 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22978
6ef88553
KW
229792003-11-03 Kris Warkentin <kewarken@qnx.com>
22980
22981 * gdb.arch/gdb1291.c: New test file.
22982 * gdb.arch/gdb1291.exp: New test script.
22983 * gdb.arch/gdb1431.c: New test file.
22984 * gdb.arch/gdb1431.exp: New test script.
22985
ae7dc4d8
MC
229862003-10-22 Michael Chastain <mec@shout.net>
22987
22988 * gdb.mi/pthreads.c: Add copyright notice.
22989
c39d7427
MC
229902003-10-22 Michael Chastain <mec@shout.net>
22991
22992 * gdb.threads/pthreads.c: Add copyright notice.
22993
8b7d96c1
MC
229942003-10-20 Michael Chastain <mec@shout.net>
22995
22996 * gdb.base/gdb1056.exp: New test script.
22997
d1d69fdd
DJ
229982003-10-13 Daniel Jacobowitz <drow@mvista.com>
22999
23000 * gdb.threads/killed.exp: Use gdb_run_cmd.
23001
7d605576
DJ
230022003-10-13 Daniel Jacobowitz <drow@mvista.com>
23003
23004 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23005 create a core file.
23006 * gdb.threads/gcore-thread.exp: Likewise.
23007
618ec112
CV
230082003-10-13 Corinna Vinschen <vinschen@redhat.com>
23009
23010 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23011 type, based on char type.
23012 (struct bit_flags_short_t): New bitfield type, based on short type.
23013 (init_bit_flags_char): New fuction.
23014 (init_bit_flags_short): Ditto.
23015 (print_bit_flags_char): Ditto.
23016 (print_bit_flags_short): Ditto.
23017 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23018
9367a73c
MC
230192003-10-11 Michael Chastain <mec@shout.net>
23020
23021 * gdb.base/call-rt-st.exp: Update copyright year.
23022
1decf120
KI
230232003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23024
23025 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23026 * gdb.disasm/sh3.s: Ditto.
23027
5445b2ae
DJ
230282003-10-07 Daniel Jacobowitz <drow@mvista.com>
23029
23030 * gdb.threads/switch-threads.exp: New test.
23031 * gdb.threads/switch-threads.c: New source file.
23032
aec24853
CV
230332003-10-07 Corinna Vinschen <vinschen@redhat.com>
23034
23035 * gdb.base/ending-run.exp: Add sh specific case.
23036
adc7428d
AC
230372003-10-06 Andrew Cagney <cagney@redhat.com>
23038
23039 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23040 * gdb.disasm/mn10200.exp: Delete obsolete file.
23041
c9d37158
DJ
230422003-09-29 Daniel Jacobowitz <drow@mvista.com>
23043
23044 * ChangeLog: Correct an entry command.exp -> commands.exp.
23045 * gdb.base/commands.exp (bp_deleted_in_command_test)
23046 (temporary_breakpoint_commands): Check noargs.
23047
79c2c32d
DC
230482003-09-25 David Carlton <carlton@kealia.com>
23049
23050 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23051 of some print tests, where appropriate. Add tests for C::D::cd,
23052 E::ce, F::cXfX, G::XgX.
23053 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23054
594e6d67
RE
230552003-09-25 Richard Earnshaw <rearnsha@arm.com>
23056
23057 * lib/java.exp (java_init): Import target_alias before using it.
23058
10f0d451
DC
230592003-09-25 David Carlton <carlton@kealia.com>
23060
23061 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23062
274bcba0
EZ
230632003-09-23 Elena Zannoni <ezannoni@redhat.com>
23064
d63a86f8 23065 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 23066 weirdness.
274bcba0 23067
cdbf20f7
MC
230682003-09-17 Michael Chastain <mec@shout.net>
23069
23070 * gdb.cp/gdb1355.exp: New file.
23071 * gdb.cp/gdb1355.c: New file.
23072
71e06f80
CV
230732003-09-15 Corinna Vinschen <vinschen@redhat.com>
23074
23075 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23076 * gdb.asm/sh.inc: New file.
23077
5c4e30ca
DC
230782003-09-11 David Carlton <carlton@kealia.com>
23079
bd45b7af
DC
23080 * gdb.cp/namespace.exp: Add tests for namespace types.
23081 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
23082 (test_namespace): New.
23083
1c199746
EZ
230842003-09-11 Elena Zannoni <ezannoni@redhat.com>
23085
a9c64011 23086 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 23087 * gdb.stabs/weird.exp: Ditto.
1c199746 23088
04ed252f
MC
230892003-09-08 Michael Chastain <mec@shout.net>
23090
23091 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23092
d8a2d9e7
MC
230932003-09-07 Michael Chastain <mec@shout.net>
23094
23095 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23096 'parse error'.
23097
161afb24
MK
230982003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23099
23100 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23101
49f2741a
MC
231022003-08-30 Michael Chastain <mec@shout.net>
23103
23104 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23105 * gdb.gdb/observer.exp: Ditto.
23106 * gdb.gdb/xfullpath.exp: Ditto.
23107
8afa723e
MK
231082003-08-29 Mark Kettenis <kettenis@gnu.org>
23109
23110 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23111 *-*-*bsd*.
23112
f31dfe3b
JJ
231132003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23114
23115 * gdb.base/dump.exp: Skip for ia64.
23116
4630e498
JJ
231172003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23118
23119 * gdb.asm/asm-source.exp: Add ia64 support.
23120 * gdb.asm/ia64.inc: New file.
23121
1105b7ef
MC
231222003-08-22 Michael Chastain <mec@shout.net>
23123
23124 * gdb.cp: New directory.
23125 * gdb.cp/*: Copy from gdb.c++/*.
23126 * gdb.c++/*: Remove.
23127 * Makefile.in: Change gdb.c++ to gdb.cp.
23128 * configure.in: Ditto.
23129 * configure: Regnerate.
23130
c945b932
MK
231312003-08-18 Mark Kettenis <kettenis@gnu.org>
23132
23133 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23134 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23135
2b66634b
DJ
231362003-08-17 Daniel Jacobowitz <drow@mvista.com>
23137
23138 * mi-var-display.exp (-var-list-children weird): Accept function
23139 pointers with argument types.
23140 * mi1-var-display.exp (-var-list-children weird): Likewise.
23141 * mi2-var-display.exp (-var-list-children weird): Likewise.
23142
a356f73b
DJ
231432003-08-17 Daniel Jacobowitz <drow@mvista.com>
23144
23145 * gdb.base/annota3.exp: Add missing newline.
23146
483417b8
MC
231472003-08-06 Michael Chastain <mec@shout.net>
23148
23149 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23150
c99c59c3
MS
231512003-08-12 Michael Snyder <msnyder@redhat.com>
23152
23153 * gdb.base/float.exp: Add test for SH.
23154
55ed7501
MK
231552003-08-10 Mark Kettenis <kettenis@gnu.org>
23156
23157 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23158
1a371f2e
EZ
231592003-08-07 Elena Zannoni <ezannoni@redhat.com>
23160
23161 * gdb.base/completion.exp: Remove reduntant completion test
23162 on filename.
23163
e0f353ce
EZ
231642003-08-07 Elena Zannoni <ezannoni@redhat.com>
23165
a9c64011
AS
23166 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23167 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23168 gdb.trace/save-trace.exp: Make sure that full pathnames are
23169 escaped correctly.
e0f353ce 23170
5710a1af 231712003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 23172
a9c64011
AS
23173 * configure.in: Don't generate config.h from config.hin.
23174 * configure: Regenerate.
23175 * config.hin: Remove file.
23176 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23177 * gdb.threads/pthreads.c: Ditto.
5710a1af 23178
dcd81ce9
DJ
231792003-08-07 Daniel Jacobowitz <drow@mvista.com>
23180
23181 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23182 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23183 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23184 Replace ld24 with seth/add3.
23185
6009d884
AC
231862003-08-02 Andrew Cagney <cagney@redhat.com>
23187
23188 * gdb.base/annota3.exp: New file.
23189 * gdb.base/annota3.c: New file.
23190 * gdb.c++/annota3.exp: New file.
23191 * gdb.c++/annota3.cc: New file.
23192
51514e06
MC
231932003-07-29 Michael Chastain <mec@shout.net>
23194
23195 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23196 actually failed.
23197 (do_pass): Likewise.
23198 * gdb.threads/tls.exp: Always initialize no_of_threads.
23199
4ee6625b
DJ
232002003-07-27 Daniel Jacobowitz <drow@mvista.com>
23201
23202 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23203 pattern.
23204 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23205 * gdb.threads/tls.exp: Recognize one case of the host library not
23206 supporting TLS.
23207
225f2bf6
AC
232082003-07-27 Andrew Cagney <cagney@redhat.com>
23209
23210 * gdb.base/fileio.exp: Use SH when running commands using
23211 remote_exec.
23212
bcb27c9f
DJ
232132003-07-24 Daniel Jacobowitz <drow@mvista.com>
23214
23215 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23216 * gdb.base/relocate.c (dummy): New padding array.
23217
3d67be83
MS
232182003-07-22 Michael Snyder <msnyder@redhat.com>
23219
d63a86f8 23220 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
23221
23222 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23223 patterns to be more general, accepting old and new output.
23224 Some output chars (such as '+') also must be quoted.
d63a86f8 23225 Some addresses are displayed numerically instead of
3d67be83
MS
23226 symbolically.
23227
57ba3b85
MS
232282003-07-23 Michael Snyder <msnyder@redhat.com>
23229
686d097c
MS
23230 * gdb.base/return2.exp: Don't test long-long return.
23231
57ba3b85
MS
23232 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23233 * gdb.disasm/t01_mov.exp: Ditto.
23234 * gdb.disasm/t02_mova.s: Ditto.
23235 * gdb.disasm/t02_mova.exp: Ditto.
23236 * gdb.disasm/t03_add.s: Ditto.
23237 * gdb.disasm/t03_add.exp: Ditto.
23238 * gdb.disasm/t04_sub.s: Ditto.
23239 * gdb.disasm/t04_sub.exp: Ditto.
23240 * gdb.disasm/t05_cmp.s: Ditto.
23241 * gdb.disasm/t05_cmp.exp: Ditto.
23242 * gdb.disasm/t06_ari2.s: Ditto.
23243 * gdb.disasm/t06_ari2.exp: Ditto.
23244 * gdb.disasm/t07_ari3.s: Ditto.
23245 * gdb.disasm/t07_ari3.exp: Ditto.
23246 * gdb.disasm/t08_or.s: Ditto.
23247 * gdb.disasm/t08_or.exp: Ditto.
23248 * gdb.disasm/t09_xor.s: Ditto.
23249 * gdb.disasm/t09_xor.exp: Ditto.
23250 * gdb.disasm/t10_and.s: Ditto.
23251 * gdb.disasm/t10_and.exp: Ditto.
23252 * gdb.disasm/t11_logs.s: Ditto.
23253 * gdb.disasm/t11_logs.exp: Ditto.
23254 * gdb.disasm/t12_bit.s: Ditto.
23255 * gdb.disasm/t12_bit.exp: Ditto.
23256 * gdb.disasm/t13_otr.s: Ditto.
23257 * gdb.disasm/t13_otr.exp: Ditto.
23258
e00759ef
EZ
232592003-07-22 Elena Zannoni <ezannoni@redhat.com>
23260
23261 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23262
8bc2021f
EZ
232632003-07-22 Elena Zannoni <ezannoni@redhat.com>
23264
a9c64011
AS
23265 * gdb.threads/tls.c : New file.
23266 * gdb.threads/tls.exp : New file.
23267 * gdb.threads/tls-main.c : New file.
23268 * gdb.threads/tls-shared.c : New file.
23269 * gdb.threads/tls-shared.exp : New file.
8bc2021f 23270
89320c4c
AS
232712003-07-22 Andreas Schwab <schwab@suse.de>
23272
23273 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23274
180dea7c
AS
232752003-07-20 Andreas Schwab <schwab@suse.de>
23276
23277 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23278 due to insn reordering.
23279
0714963c
AC
232802003-07-15 Andrew Cagney <cagney@redhat.com>
23281
23282 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23283
98a23b3f
MC
232842003-07-15 Michael Chastain <mec@shout.net>
23285
23286 * gdb.base/gdb1250.exp: New file.
23287 * gdb.base/gdb1250.c: New file.
23288
27e417a2
ML
232892003-07-09 Michal Ludvig <mludvig@suse.cz>
23290
23291 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23292 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23293
8bc2021f
EZ
232942003-07-09 Elena Zannoni <ezannoni@redhat.com>
23295
a9c64011
AS
23296 * gdb.threads/tls.c: New file.
23297 * gdb.threads/tls.exp: New file.
23298 * gdb.threads/tls-main.c: New file.
23299 * gdb.threads/tls-shared.c: New file.
23300 * gdb.threads/tls-shared.exp: New file.
8bc2021f 23301
d99968dc
EZ
233022003-07-09 Elena Zannoni <ezannoni@redhat.com>
23303
23304 * gdb.base/annota1.exp: Make sure that we properly escape the
23305 full path of the source file. Xfail more permissive patterns,
d63a86f8 23306 due to a compiler debug info problem.
d99968dc 23307
83876b3b
AS
233082003-07-07 Andreas Schwab <schwab@suse.de>
23309
2705e972
AS
23310 * gdb.asm/m68k.inc: New file.
23311 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23312
83876b3b
AS
23313 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23314 arguments"): Also match negative number.
23315
23316 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23317
3a871b37
DJ
233182003-07-03 Daniel Jacobowitz <drow@mvista.com>
23319
23320 * gdb.base/store.c (charest): New typedef.
23321 (add_char): Rename to add_charest, update.
23322 (wack_char): Rename to wack_charest, update types. Return l + r
23323 to keep r live across the call.
23324 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23325 (wack_double, wack_doublest): Return l + r to keep r live across
23326 the call.
23327 * gdb.base/store.exp: Accomodate store.c changes.
23328
b2a7f303
DC
233292003-06-30 David Carlton <carlton@kealia.com>
23330
23331 * gdb.c++/maint.exp (test_invalid_name): New.
23332 (test_first_component): Add tests for invalid names.
23333
3c6cb4a1
MC
233342003-06-29 Michael Chastain <mec@shout.net>
23335
23336 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23337 output of '<VTT for class>' for virtual base classes.
23338
f1c2644b
DJ
233392003-06-29 Daniel Jacobowitz <drow@mvista.com>
23340
23341 * gdb.base/completion.exp: Tab-complete "complet" instead of
23342 "compl".
23343 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23344
18080350
DJ
233452003-06-29 Daniel Jacobowitz <drow@mvista.com>
23346
23347 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23348 * gdb.base/volatile.exp: Likewise.
23349
f56973f8
DJ
233502003-06-29 Daniel Jacobowitz <drow@mvista.com>
23351
23352 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23353 gdb/1265.
23354
233552003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
23356 Daniel Jacobowitz <drow@mvista.com>
23357
23358 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23359 initial line count of 'captured_main' from 26 to 32.
23360 (test_with_self): Allow xmalloc call to be interleaved with the
23361 preceding two lines.
23362
e766d4d6
JB
233632003-06-24 Joel Brobecker <brobecker@gnat.com>
23364
23365 * gdb.base/bang.exp: New testcase.
23366
f125c9a4
JB
233672003-06-23 Joel Brobecker <brobecker@gnat.com>
23368
23369 * gdb.base/langs.exp: Add some tests for the "minimal" language
23370 support.
23371
6e25beaf
EZ
233722003-06-23 Elena Zannoni <ezannoni@redhat.com>
23373
23374 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23375 the testcase.
23376
2f816dda
DJ
233772003-06-22 Daniel Jacobowitz <drow@mvista.com>
23378
23379 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23380 offset.
23381
db5a5748
DJ
233822003-06-22 Daniel Jacobowitz <drow@mvista.com>
23383
23384 * gdb.c++/pr-1210.cc: New file.
23385 * gdb.c++/pr-1210.exp: New file.
23386
1df0c130
DJ
233872003-06-21 Daniel Jacobowitz <drow@mvista.com>
23388
23389 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23390 000-exec-continue.
23391
a92feac0
MK
233922003-06-15 Mark Kettenis <kettenis@gnu.org>
23393
23394 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23395 on *-*-*bsd* instead of *-*-freebsd*.
23396
81a58f5b
AC
233972003-06-14 Andrew Cagney <cagney@redhat.com>
23398
23399 * gdb.base/store.exp: Test longest and doublest. Test all
23400 parameters. Weaken return statement match.
23401 * gdb.base/store.c: Add longest and doublest - aka long long and
23402 long double functions. Put all parameters into local register
23403 variables. Use negative values.
23404
b257a0d3
AC
234052003-06-14 Andrew Cagney <cagney@redhat.com>
23406
23407 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23408 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23409 exit status.
23410 * gdb.base/fileio.exp: Disable target when nointerrupts and
23411 noinferiorio, instead of limiting it to remote. Use remote_exec
23412 instead of system.
d63a86f8 23413
21c38304
JJ
234142003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23415
23416 * gdb.base/float.exp: Add ia64 support.
23417
1bcdb424
CV
234182003-06-12 Corinna Vinschen <vinschen@redhat.com>
23419
23420 * gdb.base/fileio.exp: Run only on remote targets.
23421
6aeb981f
CV
234222003-06-10 Corinna Vinschen <vinschen@redhat.com>
23423
23424 * gdb.base/fileio.c: New file, testing File-I/O.
23425 * gdb.base/fileio.exp: Ditto.
23426
53df362e
RG
234272003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23428
23429 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23430 shared objects after relocation at load time (gdb PR/1132).
23431 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 23432 as above, part of the shared object relocation test.
53df362e 23433
ffee1b46
MK
234342003-06-08 Mark Kettenis <kettenis@gnu.org>
23435
b5ca3722
MK
23436 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23437 fully filled history list.
23438 * gdb.base/gdb_history: New file.
23439
03ed860d
MK
23440 * gdb.base/signals.exp: XFAIL "continue to func1" on
23441 i*86-*-freebsd*.
23442
ffee1b46
MK
23443 * gdb.base/attach.exp: When trying to attach to a nonexistent
23444 process, make it possible to specify the PID based on the target,
23445 and do so for *-*-freebsd*.
23446
d80dbb52
RH
234472003-06-02 Richard Henderson <rth@redhat.com>
23448
23449 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23450
6dd77b81
RH
234512003-06-02 Richard Henderson <rth@redhat.com>
23452
23453 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23454
f6347e16
RH
234552003-06-02 Richard Henderson <rth@redhat.com>
23456
23457 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23458
2c161407
DJ
234592003-06-01 Daniel Jacobowitz <drow@mvista.com>
23460
23461 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23462 of globalvar.
23463
572eb746
MK
234642003-06-01 Mark Kettenis <kettenis@gnu.org>
23465
23466 * gdb.asm/asm-source.exp: Check for memory read errors in
23467 disassembler test on *BSD too.
23468
9e9617a5
RH
234692003-06-01 Richard Henderson <rth@redhat.com>
23470
23471 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23472 for .frame.
23473 (gdbasm_call): Lose ldgp.
23474 (gdbasm_startup): Add frame information.
23475 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23476
7b34ad4e
MK
234772003-05-31 Mark Kettenis <kettenis@gnu.org>
23478
23479 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
23480 i?86-*-*.
23481
10059fdf
MK
234822003-05-30 Mark Kettenis <kettenis@gnu.org>
23483
23484 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23485 FreeBSD.
23486
acf4b816
RH
234872003-05-29 Richard Henderson <rth@redhat.com>
23488
23489 * gdb.asm/alpha.inc: New file.
23490 * gdb.asm/asm-source.exp: Use it.
23491
e9ecd949
JB
234922003-05-29 Jim Blandy <jimb@redhat.com>
23493
23494 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
23495 'core.PID'.
23496
e3e5a4f3
JB
234972003-05-22 Jim Blandy <jimb@redhat.com>
23498
23499 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
23500 backtrace.
d63a86f8 23501
72fe3d25
DC
235022003-05-20 David Carlton <carlton@math.stanford.edu>
23503
23504 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
23505 this time.
23506
58da2eb2
DC
235072003-05-19 David Carlton <carlton@bactrian.org>
23508
23509 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
23510 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23511
1fcb5155
DC
235122003-05-19 David Carlton <carlton@bactrian.org>
23513
23514 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23515 namespace tests.
23516 Bump copyright date.
23517 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23518 (main): Call C::D::marker2.
23519 * gdb.c++/namespace1.cc: New file.
23520
85e85163
JJ
235212003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23522
23523 Roland McGrath <roland@redhat.com>
d63a86f8 23524 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
23525 there is no manager thread.
23526
a25fbfec
JJ
235272003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23528
d63a86f8
RM
23529 * gdb.threads/schedlock.exp: Remove assumption that all threads
23530 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
23531 in one of the child threads rather than the main thread.
23532
be375bae
JB
235332003-05-07 Jim Blandy <jimb@redhat.com>
23534
09bf6082
JB
23535 Add support for assembly source testing on the s390x.
23536 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23537 architecture.
23538 * gdb.asm/s390x.inc: New file.
23539
be375bae
JB
23540 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23541 succession of 'if' statements.
23542
00905d52
AC
235432003-05-05 Andrew Cagney <cagney@redhat.com>
23544
23545 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23546
b1e29e33
AC
235472003-05-05 Andrew Cagney <cagney@redhat.com>
23548
23549 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23550 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23551
e33d66ec
EZ
235522003-05-02 Elena Zannoni <ezannoni@redhat.com>
23553
23554 * gdb.base/charset.exp: Update based on new behavior of set/show
23555 charset commands.
23556
2b6fd0d8
AC
235572003-05-01 Andrew Cagney <cagney@redhat.com>
23558
23559 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23560 variable do not give memory errors.
23561
130cacce
AF
235622003-04-30 Adam Fedor <fedor@gnu.org>
23563
23564 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23565 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23566 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23567 gdb.objc/basicclass.m: : New files
23568
23569 * lib/gdb.exp (gdb_compile_objc): New procedure.
23570
bea71854
DJ
235712003-04-27 Daniel Jacobowitz <drow@mvista.com>
23572
23573 * gdb.base/signals.exp: Make backtrace tests more specific.
23574
0f20eeea
DC
235752003-04-23 David Carlton <carlton@bactrian.org>
23576
23577 * gdb.c++/maint.exp (test_first_component): Add tests for
23578 'operator' in more locations.
23579
c8c4d8dc
KB
235802003-04-16 Kevin Buettner <kevinb@redhat.com>
23581
23582 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23583
3fe60e3c
EZ
235842003-04-16 Elena Zannoni <ezannoni@redhat.com>
23585
23586 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 23587 func marke' instead. Update test name.
3fe60e3c 23588
9219021c
DC
235892003-04-15 David Carlton <carlton@math.stanford.edu>
23590
23591 * gdb.c++/maint.exp: New file.
23592
5dd55bdd
EZ
235932003-04-14 Elena Zannoni <ezannoni@redhat.com>
23594
23595 * gdb.threads/schedlock.c: Change type of thread function argument
23596 to long, to avoid warnings on 64-bit platforms.
23597
00890572
EZ
235982003-04-14 Elena Zannoni <ezannoni@redhat.com>
23599
a9c64011
AS
23600 * gdb.base/attach.exp: Add new message from ptrace in case of
23601 attaching to nonexistent process.
d63a86f8 23602
93201743
JB
236032003-04-11 Jim Blandy <jimb@redhat.com>
23604
23605 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23606 gdb.c++/userdef.cc: Place comments on the lines to which the
23607 marker function might return.
23608 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23609 gdb.c++/userdef.exp: Look for those comments to check that we've
23610 returned to the right place, instead of checking line numbers.
23611
2a11c64d
EZ
236122003-04-11 Elena Zannoni <ezannoni@redhat.com>
23613
a9c64011
AS
23614 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23615 match on sourcefile name, instead of directory name.
2a11c64d 23616
68ab8fc5
EZ
236172003-04-10 Elena Zannoni <ezannoni@redhat.com>
23618
d63a86f8 23619 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
23620 working directory name.
23621
5624293a
JB
236222003-04-09 Jim Blandy <jimb@redhat.com>
23623
23624 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23625 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23626 after an inferior function call, report the failure, but allow the
23627 test to continue.
23628
f1f02ee4
SC
236292003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23630
23631 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23632 with -DPROTOTYPES.
23633
6eb79af0
SC
236342003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23635
23636 * gdb.base/break.exp: Revert last patch.
23637
8dfb4cf0
SC
236382003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23639
23640 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23641 with -DPROTOTYPES.
23642
ed4c619a
AC
236432003-04-02 Andrew Cagney <cagney@redhat.com>
23644
23645 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23646 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23647 matching directories by the name breakpoint.
23648 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23649 Make "continue to marker1" consistent.
23650 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23651 message consistent.
23652 * lib/gdb.exp: Put "the program is no longer running", and "the
23653 program exited" in parenthesis.
23654 * lib/mi-support.exp: Ditto.
d63a86f8 23655
4e35d5f0 236562003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 23657
4e35d5f0
BR
23658 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23659
71900fe8
AC
236602003-03-29 Andrew Cagney <cagney@redhat.com>
23661
23662 * gdb.base/sizeof.c (main): Print the value of '\377'.
23663 * gdb.base/sizeof.exp: Check the sign of '\377'.
23664
c0655a16
MC
236652003-03-27 Michael Chastain <mec@shout.net>
23666
23667 * gdb.base/gdb1090.exp: New file.
23668 * gdb.base/gdb1090.cc: New file.
23669
5b2a3989
JB
236702003-03-27 J. Brobecker <brobecker@gnat.com>
23671
23672 * gdb.gdb/observer.exp: New regression test.
23673
79876890
MC
236742003-03-27 Michael Chastain <mec@shout.net>
23675
23676 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23677 * gdb.base/ptype.exp: Likewise.
23678
6eac95e3
CV
236792003-03-27 Corinna Vinschen <vinschen@redhat.com>
23680
23681 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23682
e8c71839
MC
236832003-03-26 Michael Chastain <mec@shout.net>
23684
23685 * gdb.base/ptype.exp: Actually use some typedef'd types.
23686
71b10041
SC
236872003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23688
23689 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23690 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23691
2512cf80
CV
236922003-03-20 Corinna Vinschen <vinschen@redhat.com>
23693
23694 * gdb.base/default.exp: Fix regular expression.
23695
0d195a4f
CV
236962003-03-20 Corinna Vinschen <vinschen@redhat.com>
23697
23698 * gdb.base/args.exp: Fix regular expression.
23699
8a2dbca8
CV
237002003-03-20 Corinna Vinschen <vinschen@redhat.com>
23701
23702 * gdb.base/help.exp: Allow Win32 child process.
23703
bf028682
CV
237042003-03-20 Corinna Vinschen <vinschen@redhat.com>
23705
23706 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23707 when stepping out of main().
23708
182dbe85
CV
237092003-03-20 Corinna Vinschen <vinschen@redhat.com>
23710
23711 * gdb.base/default.exp: Check for win32 specific message when calling
23712 "run" without executable.
23713
d67a6ba5
CV
237142003-03-20 Corinna Vinschen <vinschen@redhat.com>
23715
23716 * gdb.base/args.exp: Expect .exe in output.
23717
a955b5bb
CV
237182003-03-20 Corinna Vinschen <vinschen@redhat.com>
23719
23720 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23721 Cygwin native.
23722
bf6bad4b
AC
237232003-03-17 Andrew Cagney <cagney@redhat.com>
23724
23725 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23726 vector registes.
23727 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23728 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23729
293e9a31
DC
237302003-03-17 David Carlton <carlton@math.stanford.edu>
23731
23732 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23733 test, for PR breakpoints/38.
23734 Call test_watchpoint_and_breakpoint.
23735 * gdb.base/watchpoint.c (func3): New function.
23736 (main): Call func3.
23737
5330f2db
DC
237382003-03-04 David Carlton <carlton@math.stanford.edu>
23739
23740 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23741 Garply<Garply<char> >:: garply".
23742 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23743 with respect to PR c++/1111; note also PR c++/1113.
23744 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23745 respect to PR c++/1062.
23746 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23747
6ece72da
DC
237482003-03-03 David Carlton <carlton@math.stanford.edu>
23749
23750 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23751 with respect to PR c++/57.
23752 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23753 c++/826.
23754 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23755 respect to PR c++/57.
23756
85ca1584
DC
237572003-03-03 David Carlton <carlton@math.stanford.edu>
23758
23759 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23760 respect to PR c++/33 into FAILs.
23761
98e9c5b8
MC
237622003-03-03 Michael Chastain <mec@shout.net>
23763
7bedbf27
MC
23764 * configure.in: Update copyright years.
23765
237662003-03-03 Michael Chastain <mec@shout.net>
23767
23768 * Makefile.in: Update copyright years.
98e9c5b8 23769
f683e100
DC
237702003-02-28 David Carlton <carlton@math.stanford.edu>
23771
23772 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23773 print class instead of struct and/or superfluous protection
23774 specifiers, as long as the resulting output is equivalent to the
23775 source code.
23776 Delete FIXME from end of messages on tests that don't need
23777 fixing.
23778
a9e0cf2c
DC
237792003-02-28 David Carlton <carlton@math.stanford.edu>
23780
23781 * gdb.c++/templates.exp (do_tests): Allow const in the two
23782 Foo<volatile char *>::foo tests.
23783
e8d359df
MS
237842003-02-27 Michael Snyder <msnyder@redhat.com>
23785
d63a86f8 23786 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
23787 will be consistant.
23788
0b71dc91
DC
237892003-02-26 David Carlton <carlton@math.stanford.edu>
23790
23791 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23792 char *>::foo" test with respect to PR c++/33. Create a new test
23793 which is identical to that one except that it doesn't put the
23794 space between the "char" and the "*"; KFAIL it, too.
23795
dd14ab43
DC
237962003-02-26 David Carlton <carlton@math.stanford.edu>
23797
23798 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23799 template types into either PASSes or KFAILs (corresponding to PR
23800 c++/57). Tweak indentation. Update copyright.
23801
1146c7f1
SC
238022003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23803
23804 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23805
74641dfb
MC
238062003-02-13 Michael Chastain <mec@shout.net>
23807
23808 * gdb.base/exprs.exp: Remove i960 remnants.
23809 * gdb.base/funcargs.exp: Likewise.
23810 * gdb.base/list.exp: Likewise.
23811 * gdb.base/ptype.exp: Likewise.
23812
559cd2d0
DC
238132003-02-14 David Carlton <carlton@math.stanford.edu>
23814
23815 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23816 pEe->D::vg()" from XFAIL to KFAIL.
23817
c4f90d87
JM
238182003-02-13 Jason Molenda (jmolenda@apple.com)
23819
23820 * gdb.base/maint.exp: Update maint print statistics regexp to include
23821 new entries.
23822
cbc4d97c
MC
238232003-02-13 Michael Chastain <mec@shout.net>
23824
23825 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23826
40f235b7
MC
238272003-02-12 Michael Chastain <mec@shout.net>
23828
23829 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23830 * gdb.c++/inherit.exp: Likewise.
23831 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23832 * gdb.c++/templates.exp: Likewise.
23833 * gdb.c++/virtfunc.exp: Likewise.
23834
c56716b0
JM
238352003-02-06 Jason Molenda (jason-cl@molenda.com)
23836
23837 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23838 why the code is written that way.
23839
070afcf8
MC
238402003-02-05 Michael Chastain <mec@shout.net>
23841
23842 * gdb.base/dump.exp: Add missing copyright line.
23843
5d0331e5
JM
238442003-02-05 Jason Molenda (jason-cl@molenda.com)
23845
f7ae6d3e 23846 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
23847 at the beginning so the breakpoint doesn't get set on the loop.
23848
92851186
MC
238492003-02-05 Michael Chastain <mec@shout.net>
23850
23851 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23852 output for configurations with gcc 2.95.3.
23853
cbf1e085
AC
238542003-02-05 Keith Seitz <keiths@redhat.com>
23855 Andrew Cagney <ac131313@redhat.com>
23856
23857 * gdb.mi/mi-cli.exp: New file.
d63a86f8 23858
29518e1e
MC
238592003-02-04 Michael Chastain <mec@shout.net>
23860
23861 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23862 Call perror and then continue.
23863
5af1d5f3
MC
238642003-02-03 Michael Chastain <mec@shout.net>
23865
23866 * gdb.c++/pr-1023.cc: New file.
23867 * gdb.c++/pr-1023.exp: New file.
23868
6b549786
JB
238692003-02-05 Jim Blandy <jimb@redhat.com>
23870
23871 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23872 it's local to foobar. Check for it there, and check that it's not
23873 present in main.
23874 * gdb.c++/local.cc (marker2): New function.
23875 (foobar): Call marker1.
23876 (main): Call marker2 instead of marker1.
23877
67f16606
AC
238782003-02-04 Andrew Cagney <ac131313@redhat.com>
23879
23880 * gdb.disasm/mn10200.exp: Obsolete file.
23881 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23882 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23883 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23884
1c5cb38e
DC
238852003-02-04 David Carlton <carlton@math.stanford.edu>
23886
23887 * gdb.c++/overload.exp: Test intToChar(1).
23888 * gdb.c++/overload.cc (intToChar): New.
23889 (main): Call intToChar.
23890
d1fe6965
DC
238912003-02-03 David Carlton <carlton@math.stanford.edu>
23892
23893 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23894 'might_kfail' arg.
23895 KFAIL some of the continue_to_bp_overloaded calls, according to
23896 PR c++/1025.
23897
9ba61c5d
MC
238982003-02-01 Michael Chastain <mec@shout.net>
23899
23900 * gdb.base/advance.c (marker1): New marker function.
23901 * gdb.base/advance.exp: When the 'advance' command lands on the
23902 return breakpoint, it can legitimately stop on either the
23903 current line or the next line. Accommodate both outcomes.
23904 * gdb.base/until.exp: Likewise.
23905
e7494ffb
AC
239062003-02-02 Andrew Cagney <ac131313@redhat.com>
23907
23908 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23909 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23910 now a list, not a tuple.
23911 * gdb.mi/mi-var-display.exp: Ditto.
23912 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 23913
075559bc
AC
239142003-02-01 Andrew Cagney <ac131313@redhat.com>
23915
23916 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23917 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23918 stack backtraces.
23919 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 23920
2bd4c7b1
MK
239212003-02-01 Mark Kettenis <kettenis@gnu.org>
23922
23923 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23924 gdb.mi/mi1-pthreads.exp: Return instead of calling
23925 gdb_suppress_entire_file.
23926
eabd8992
MS
239272003-02-01 Mark Salter <msalter@redhat.com>
23928
23929 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23930
71469e2f
MS
239312003-01-31 Mark Salter <msalter@redhat.com>
23932
23933 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23934 Support empty arg.
23935
38a94d44
MC
239362003-01-30 Michael Chastain <mec@shout.net>
23937
23938 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23939 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23940 has been fixed in gdb/readline on 2003-01-09.
23941
19ea9e73
MS
239422003-01-29 Michael Snyder <msnyder@redhat.com>
23943
e8d359df
MS
23944 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23945 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
23946 * gdb.base/args.exp: Skip if target does not support args passing.
23947
2307bd6a
DJ
239482003-01-22 Daniel Jacobowitz <drow@mvista.com>
23949
19ea9e73 23950 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
23951 gdb_test. Accept a list of expect arguments as the third
23952 parameter.
23953 (gdb_test): Use it.
23954
f2dd3617
EZ
239552003-01-20 Elena Zannoni <ezannoni@redhat.com>
23956
23957 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23958 allow for different test tree configurations. Update some
23959 tescases accordingly.
23960 * gdb.arch/altivec-regs.exp: Ditto.
23961 * gdb.asm/asm-source.exp: Ditto.
23962 * gdb.base/advance.exp: Ditto.
23963 * gdb.base/display.exp: Ditto.
d63a86f8 23964 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
23965 * gdb.base/mips_pro.exp: Ditto.
23966 * gdb.base/overlays.exp: Ditto.
23967 * gdb.base/relocate.exp: Ditto.
23968 * gdb.base/setshow.exp: Ditto.
23969 * gdb.base/step-line.exp: Ditto.
23970 * gdb.base/step-test.exp: Ditto.
23971 * gdb.base/until.exp: Ditto.
23972 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23973
c71cdefd
DC
239742003-01-17 David Carlton <carlton@math.stanford.edu>
23975
23976 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23977 corresponding to PR c++/945.
23978 Update copyright.
23979
fdba05d7
DC
239802003-01-17 David Carlton <carlton@math.stanford.edu>
23981
23982 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23983 corresponding to PR c++/68.
23984
239852003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
23986
23987 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23988 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23989 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23990
c362c33a
EZ
239912003-01-15 Elena Zannoni <ezannoni@redhat.com>
23992
0fbc361c
EZ
23993 * gdb.base/break.exp: Fix change of default location, because of
23994 removal of until tests.
23995 * gdb.base/help.exp: Update test for new 'until' help message.
23996 Add test for help on 'advance'.
a9c64011 23997 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 23998
dabf8a35
MK
239992003-01-15 Mark Kettenis <kettenis@gnu.org>
24000
24001 * gdb.base/default.exp: Adapt "info float" test for recent changes
24002 to that command. Add test for "info vector".
24003 * gdb.base/float.exp: New file. Add test for "info float" that
24004 resembles the old test in gdb.base/default.exp.
24005
a1769aca
DC
240062003-01-15 David Carlton <carlton@math.stanford.edu>
24007
24008 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24009
82025e13
EZ
240102003-01-15 Elena Zannoni <ezannoni@redhat.com>
24011
24012 * gdb.base/break.exp: Move the tests of until command from here...
24013 * gdb.base/until.exp: ... to here. New file. Add other tests.
24014 * gdb.base/advance.c: New file.
24015 * gdb.base/advance.exp: New file.
24016
8f9ab801
EZ
240172003-01-14 Elena Zannoni <ezannoni@redhat.com>
24018
a9c64011
AS
24019 * gdb.base/args.c: New file.
24020 * gdb.base/args.exp: New file.
8f9ab801 24021
9ae66589
DJ
240222003-01-14 Daniel Jacobowitz <drow@mvista.com>
24023
24024 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24025
8d77e5c3
DJ
240262003-01-14 Daniel Jacobowitz <drow@mvista.com>
24027
24028 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24029
12d2f0a1
DJ
240302003-01-14 Daniel Jacobowitz <drow@mvista.com>
24031
24032 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24033 dates.
24034
6ca37014
DJ
240352003-01-13 Daniel Jacobowitz <drow@mvista.com>
24036
24037 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24038
b0023472
DJ
240392003-01-13 Daniel Jacobowitz <drow@mvista.com>
24040
24041 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24042 (ptype &*"foo").
24043 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24044
607fbc54 240452003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
24046
24047 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24048 * gdb.mi/mi1-console.exp: Likewise.
24049
607fbc54 240502003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
24051
24052 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24053 * gdb.mi/mi1-console.exp: Likewise.
24054
a1fb14a2
DJ
240552003-01-13 Daniel Jacobowitz <drow@mvista.com>
24056
24057 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24058
c4cf40b7
DJ
240592003-01-09 Daniel Jacobowitz <drow@mvista.com>
24060
24061 * gdb.base/detach.exp: New test.
24062
696d5a5b
DJ
240632003-01-09 Daniel Jacobowitz <drow@mvista.com>
24064
24065 * Makefile.in (ALL_SUBDIRS): New variable.
24066 (subdirs, clean, distclean): Use it.
24067 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24068 regenerating Makefile, since it is generated from the top level.
24069 * gdb.asm/Makefile.in: Likewise.
24070 * gdb.base/Makefile.in: Likewise.
24071 * gdb.c++/Makefile.in: Likewise.
24072 * gdb.disasm/Makefile.in: Likewise.
24073 * gdb.java/Makefile.in: Likewise.
24074 * gdb.mi/Makefile.in: Likewise.
24075 * gdb.threads/Makefile.in: Likewise.
24076 * gdb.trace/Makefile.in: Likewise.
24077
754533e4
DC
240782003-01-09 David Carlton <carlton@math.stanford.edu>
24079
24080 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24081 Add copyright year 2003.
24082
d8b3e9ee
MC
240832003-01-06 Michael Chastain <mec@shout.net>
24084
24085 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24086 When selecting a thread, 'line' and 'file' are optional.
24087 * gdb.mi/mi1-pthreads.exp: Likewise.
24088
8e9e0fe6
AS
240892003-01-06 Andreas Schwab <schwab@suse.de>
24090
24091 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24092 failures.
24093
b5ab8ff3
DJ
240942003-01-04 Daniel Jacobowitz <drow@mvista.com>
24095
24096 Fix PR gdb/844
24097 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24098 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24099
24100 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24101 instead of calling gdb_suppress_entire_file.
24102 * gdb.threads/print-threads.exp: Likewise.
24103 * gdb.threads/schedlock.exp: Likewise.
24104
24105 * gdb.threads/killed.exp: Return instead of calling
24106 gdb_suppress_entire_file.
24107 * gdb.threads/linux-dp.exp: Likewise.
24108 * gdb.threads/pthreads.exp: Likewise.
24109
1e698235
DJ
241102003-01-04 Daniel Jacobowitz <drow@mvista.com>
24111
24112 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24113 stabs.
24114 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24115 * gdb.base/whatis.exp: Always allow (void) after function names.
24116
147ff08c
DJ
241172003-01-04 Daniel Jacobowitz <drow@mvista.com>
24118
24119 * gdb.c++/casts.exp: Correct regexp.
24120
dc62bfc2
MK
241212003-01-04 Mark Kettenis <kettenis@gnu.org>
24122
24123 * configure.in: Call AC_CONFIG_HEADER. Don't call
24124 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24125 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24126 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24127 aforementioned directories in the AC_OUPUT call.
24128 * config.hin: New file.
24129 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24130 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24131 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24132 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24133 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24134 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24135 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24136 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24137 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24138 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24139 gdb.threads/configure.in, gdb.threads/configure,
24140 gdb.threads/config.in, gdb.trace/configure.in,
24141 gdb.trace/configure: Removed.
24142
77afa639
MC
241432003-01-03 Michael Chastain <mec@shout.net>
24144
24145 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24146 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24147
7634bb6e
DJ
241482003-01-03 Daniel Jacobowitz <drow@mvista.com>
24149
24150 * gdb.base/store.exp: Fix regular expressions.
24151
b39c905e
MK
241522002-12-28 Mark Kettenis <kettenis@gnu.org>
24153
24154 * configure.in: Rewrite.
24155 * configure: Regenerated.
24156
0a8551dd
DC
241572003-01-03 David Carlton <carlton@math.stanford.edu>
24158
24159 * gdb.base/psymtab.exp: New file.
24160 * gdb.base/psymtab1.c: Ditto.
24161 * gdb.base/psymtab2.c: Ditto.
24162
c60b7188
AF
241632002-12-23 Adam Fedor <fedor@gnu.org>
24164
24165 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24166
ee73db83
DC
241672002-12-23 David Carlton <carlton@math.stanford.edu>
24168
24169 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24170 and current_directory initialization.
24171
d6c1774e
JB
241722002-12-22 Jim Blandy <jimb@redhat.com>
24173
f0a847b8
JB
24174 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24175 rather than as part of the output file name.
24176
d6c1774e
JB
24177 * gdb.base/attach.exp: There's no need to copy the test program to
24178 /tmp; that was only ever necessary on HP/UX, and this test is
24179 entirely disabled there anyway.
24180
f0708dbb
JB
241812002-12-21 Jim Blandy <jimb@redhat.com>
24182
4c2acfea
JB
24183 * gdb.c++/psmang.exp: Doc fix.
24184
f0708dbb
JB
24185 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24186 test.
24187
9579e000
DC
241882002-12-20 David Carlton <carlton@math.stanford.edu>
24189
24190 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24191
d1810171
MC
241922002-12-18 Michael Chastain <mec@shout.net>
24193
24194 * gdb.c++/annota2.exp: Add copyright year 2002.
24195
76565097
DC
241962002-12-17 David Carlton <carlton@math.stanford.edu>
24197
24198 * gdb.c++/try_catch.cc: Add marker comments.
24199 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24200 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24201 * gdb.c++/m-static.cc: Ditto.
24202 * gdb.c++/m-static1.cc: Ditto.
24203 * gdb.c++/try_catch.cc: Ditto.
24204
da81390b
JJ
242052002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24206
24207 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24208 to see whether we are using the new -environment-directory
24209 command which resets via -r or the old version of the command
24210 which may prompt the user. Part of fix for gdb/741.
24211
b304d130
AC
242122002-12-13 Andrew Cagney <ac131313@redhat.com>
24213
24214 * gdb.fortran/types.exp: Update obsolete comment.
24215 * gdb.fortran/exprs.exp: Ditto.
24216 * lib/gdb.exp: Delete obsolete code.
24217 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24218 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24219 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24220 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24221 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24222 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24223 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24224 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24225 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24226 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24227 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24228 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24229 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24230 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24231 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24232 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24233 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24234 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24235 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24236 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24237 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24238 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24239 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24240 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24241 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24242 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24243 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24244 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24245 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24246 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24247 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24248 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24249 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24250 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24251 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24252 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24253 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24254
a23b6e6a
DC
242552002-12-11 David Carlton <carlton@math.stanford.edu>
24256
24257 * gdb.c++/m-data.exp: Add test for members that shadow global
24258 variables: see PR gdb/804.
24259 * gdb.c++/m-data.cc: Ditto.
24260
6604731b
DJ
242612002-12-10 Daniel Jacobowitz <drow@mvista.com>
24262
24263 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24264
de46ecd7
DC
242652002-12-06 David Carlton <carlton@math.stanford.edu>
24266
24267 * gdb.base/store.c: Don't declare functions static.
24268
27e829d0
AC
242692002-12-04 Andrew Cagney <ac131313@redhat.com>
24270
24271 * gdb.base/store.exp, gdb.base/store.c: New files.
24272
92806416
DJ
242732002-12-03 Daniel Jacobowitz <drow@mvista.com>
24274
24275 * gdb.base/selftest.exp: Update for current gdb.
24276
3bcbaac5
DJ
242772002-12-03 Daniel Jacobowitz <drow@mvista.com>
24278
24279 * gdb.base/maint.exp: Only dump symbols from one source file
24280 or objfile.
24281
f4f00b1f
DJ
242822002-12-03 Daniel Jacobowitz <drow@mvista.com>
24283
24284 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24285 function call.
24286
f1c8a949
JB
242872002-11-25 Jim Blandy <jimb@redhat.com>
24288
24289 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24290 function appearing in error message.
24291
9e297a97
DJ
242922002-11-21 Daniel Jacobowitz <drow@mvista.com>
24293
24294 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24295
1f312e79
JJ
242962002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24297
d63a86f8
RM
24298 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24299 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
24300 should be in mi console format. This is part of fix for PR gdb/604.
24301
83c31e7d
FN
243022002-09-18 Fernando Nasser <fnasser@redhat.com>
24303
24304 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24305 which explicitly prints the zero offset as "+0".
24306
322b3f65
DJ
243072002-10-22 Daniel Jacobowitz <drow@mvista.com>
24308
24309 * gdb.threads/schedlock.c (args): Make unsigned.
24310
243112002-10-21 Daniel Jacobowitz <drow@mvista.com>
24312
24313 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24314 numbers. Allow "foo2|selected stack frame".
24315 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24316 * gdb.asm/asmsrc2.s: Likewise.
24317 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24318 comments.
24319 * gdb.asm/mips.inc: New file.
24320
5e2fe5b8
AF
243212002-10-18 Adam Fedor <fedor@gnu.org>
24322
24323 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24324 * gdb.base/help.exp: Likewise.
24325
abe1a5d0
KB
243262002-10-17 Kevin Buettner <kevinb@redhat.com>
24327
24328 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24329 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24330
10abb1d4
JB
243312002-10-02 Jim Blandy <jimb@redhat.com>
24332
24333 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24334
1f609b42
AC
243352002-10-01 Andrew Cagney <ac131313@redhat.com>
24336
24337 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24338 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24339 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24340 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24341 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24342 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24343 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24344
0aee02e4
AC
243452002-09-29 Andrew Cagney <ac131313@redhat.com>
24346
24347 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24348 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24349 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24350 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24351 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24352 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24353 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 24354
6fde09ad
KB
243552002-09-27 Kevin Buettner <kevinb@redhat.com>
24356
24357 * gdb.base/annota1.exp (info break): Make directory components of
24358 path optional since not all compilers emit this debug information.
24359
889bf7c5
PA
24360 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24361 step ends up stepping out of the function instead of stopping on
24362 the epilogue.
6fde09ad 24363
9e8aab75
KS
243642002-09-26 Keith Seitz <keiths@redhat.com>
24365
24366 * lib/insight-support.exp (gdbtk_start): Figure out where
24367 the insight executable is based on where gdb is. Use this
24368 executable to start insight instead of gdb.
24369
e36180d7
AC
243702002-09-25 Andrew Cagney <cagney@redhat.com>
24371
24372 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24373
9dd34b2b
AC
243742002-09-24 Andrew Cagney <ac131313@redhat.com>
24375
24376 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24377 test_isolated_complaints.
24378 (test_empty_complaint): New function.
24379 (test_empty_complaints): New function. Check no output when no
24380 complaints.
d63a86f8 24381
dea97812
KB
243822002-09-19 Jim Blandy <jimb@redhat.com>
24383
a9c64011 24384 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 24385
54951bd7
AC
243862002-09-19 Andrew Cagney <ac131313@redhat.com>
24387
24388 * gdb.gdb/complaints.exp: New file.
24389
dec43320
AC
243902002-09-18 Andrew Cagney <ac131313@redhat.com>
24391
24392 * gdb.base/maint.exp: Check `help maint internal-warning'.
24393
e70d6e3f
DC
243942002-09-18 David Carlton <carlton@math.stanford.edu>
24395
24396 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24397 numbers, and replace them by a single breakpoint after the
24398 constructors are all finished.
24399 Add test 4.
24400 * gdb.c++/m-static.cc: Add test 4.
24401 * gdb.c++/m-static.h: New file.
24402 * gdb.c++/m-static1.cc: New file.
24403
24404 * gdb.c++/printmethod.exp: New file.
24405 * gdb.c++/printmethod.cc: New file.
24406
24407 * gdb.c++/pr-574.exp: New file.
24408 * gdb.c++/pr-574.cc: New file.
24409
afb5c968
CV
244102002-09-18 Corinna Vinschen <vinschen@redhat.com>
24411
24412 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24413 embedded targets which never actually exit.
24414
31e45dee
FN
244152002-09-18 Fernando Nasser <fnasser@redhat.com>
24416
24417 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24418 "don't step after run" as unresolved or unsupported, instead of xfail.
24419
a283c5a1
CV
244202002-09-18 Corinna Vinschen <vinschen@redhat.com>
24421
24422 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24423 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24424 Add newline to expected string in "step out of main (status wrapper)"
24425 case.
24426
11350d2a
CV
244272002-09-18 Corinna Vinschen <vinschen@redhat.com>
24428
24429 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24430 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24431
0deec7d6
TT
244322002-09-17 Tom Tromey <tromey@redhat.com>
24433
24434 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24435 \000, not \0, in double-quoted string.
24436
b2b4a1b5
CV
244372002-09-14 Corinna Vinschen <vinschen@redhat.com>
24438
c9d37158 24439 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
24440 string after running the commands execution on breakpoint tests.
24441
1c56143a
CV
244422002-09-13 Corinna Vinschen <vinschen@redhat.com>
24443
24444 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24445
37f8da45
JB
244462002-09-12 Joel Brobecker <brobecker@gnat.com>
24447
24448 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24449
08b468e0
KS
244502002-09-10 Keith Seitz <keiths@redhat.com>
24451
24452 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24453 runto proc.
24454 (mi_run_to_main): Use mi_runto.
24455 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24456
dc360f58
KS
244572002-09-10 Keith Seitz <keiths@redhat.com>
24458
24459 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24460 regexp for stopping at main. Could have multiple event notifications.
24461 Don't assume that main was declared with no parameters.
24462 (mi_next): Use mi_step_to.
24463 (mi_step): Use mi_next_to.
24464
ce3abcfb
CV
244652002-09-09 Corinna Vinschen <vinschen@redhat.com>
24466
24467 * gdb.base/default.exp: Fix expected string in `info float' test.
24468
d1f5b980
BE
244692002-09-09 Ben Elliston <bje@redhat.com>
24470
24471 * config/mips.exp: Update comments.
24472 * config/mips-idt.exp: Likewise.
24473 * config/nind.exp: Likewise.
24474 * config/slite.exp: Likewise.
24475 * config/sparclet.exp: Likewise.
24476 * config/udi.exp: Likewise.
24477 * config/vx.exp: Likewise.
24478 * config/vxworks29k.exp: Likewise.
24479
2f71430b
JB
244802002-09-05 Jim Blandy <jimb@redhat.com>
24481
24482 * gdb.threads/killed.exp: Fix test failure message.
24483
7ddebc7e
KS
244842002-09-04 Keith Seitz <keiths@redhat.com>
24485
24486 * lib/mi-support.exp: Update copyright.
24487 (mi_gdb_test): Increase the priority of the expected pattern
24488 so that it matches gdb_test.
24489
0ae67eb3
KS
244902002-09-03 Keith Seitz <keiths@redhat.com>
24491
24492 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
24493 Use integer comparison instead of string comparison for testing
24494 whether binary was built.
24495
38fc42c8
JB
244962002-09-03 Jim Blandy <jimb@redhat.com>
24497
24498 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
24499
b6ff0e81
JB
245002002-08-29 Jim Blandy <jimb@redhat.com>
24501
24502 * gdb.threads/pthreads.exp: Move the portable thread compilation
24503 code into a function in lib/gdb.exp, and call that from here.
24504 * lib/gdb.exp (gdb_compile_pthreads): New function.
24505
07c98896
KS
245062002-08-29 Keith Seitz <keiths@redhat.com>
24507
24508 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
24509 expect_out so that callers can get at it.
24510
0312286c
DJ
245112002-08-23 Daniel Jacobowitz <drow@mvista.com>
24512
24513 * gdb.threads/print-threads.c: New file.
24514 * gdb.threads/print-threads.exp: New file.
24515 * gdb.threads/schedlock.c: New file.
24516 * gdb.threads/schedlock.exp: New file.
24517
dd039bc4
EZ
245182002-08-22 Elena Zannoni <ezannoni@redhat.com>
24519
a9c64011
AS
24520 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24521 not altivec.c.
dd039bc4 24522
1f36144c
MK
245232002-08-17 Mark Kettenis <kettenis@gnu.org>
24524
24525 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24526 targets. The problem should be fixed now.
24527
16057ec7 245282002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
24529
24530 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24531 2002-07-24 change that removes final dots from error messages.
24532
3c1499ad
TT
245332002-08-13 Tom Tromey <tromey@redhat.com>
24534
24535 * gdb.base/readline.exp: New file.
24536
a20ce2c3
AC
245372002-08-01 Andrew Cagney <ac131313@redhat.com>
24538
24539 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24540 supress message.
24541
db034ac5
AC
245422002-08-01 Andrew Cagney <cagney@redhat.com>
24543
24544 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24545 CHILL_FOR_TARGET and CHILL_LIB.
24546 * configure.in (configdirs): Remove gdb.chill.
24547 * configure: Regenerate.
24548 * lib/gdb.exp: Obsolete references to chill.
24549 * gdb.fortran/types.exp: Ditto.
24550 * gdb.fortran/exprs.exp: Ditto.
24551
3e000b18
KB
245522002-07-30 Kevin Buettner <kevinb@redhat.com>
24553
24554 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24555 set Irix-specific compile and link flags.
24556
28f4966b
KB
245572002-07-29 Kevin Buettner <kevinb@redhat.com>
24558
24559 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24560 source files. The ``-o'' option doesn't work with the ``-E'' option
24561 when using the Irix compiler.
24562
46c0d5a6
DJ
245632002-07-19 Daniel Jacobowitz <drow@mvista.com>
24564
24565 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24566 Improve support for reusing an exec file. Copy exec file
24567 to target, and run gdbserver on the target instead of on the host.
24568
eecf4bed
JB
245692002-07-18 Jim Blandy <jimb@redhat.com>
24570
0f815cdf
JB
24571 * gdb.base/ending-run.exp: Don't expect to see the program end in
24572 some orderly fashion when we're running on a real stand-alone
24573 board.
24574
eecf4bed
JB
24575 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24576 targets that don't support interrupts.
24577
52d309e4
JB
245782002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24579
24580 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24581 systems.
24582 Move comments in expect statements to inside the actions, so that they
24583 don't get matched against.
24584
ff683d9e
MK
245852002-07-10 Mark Kettenis <kettenis@gnu.org>
24586
24587 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24588 function when asleep" test.
24589
b5356753
AC
245902002-07-10 Andrew Cagney <ac131313@redhat.com>
24591
24592 * gdb.base/page.exp: Rewrite to handle problems with very long
24593 `info set' output. Update copyright.
24594
6aa4d13a
AC
245952002-06-26 Andrew Cagney <ac131313@redhat.com>
24596
24597 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24598 gdb.threads-hp.
24599 * gdb.hp/configure: Regenerate.
24600 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24601 * gdb.hp/gdb.threads-hp/configure: Delete file.
24602 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24603
8cf8c2b8
AC
246042002-06-22 Andrew Cagney <ac131313@redhat.com>
24605
24606 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24607 setlocale, bindtextdomain and textdomain.
24608
6827a8f8
JB
246092002-06-11 Jim Blandy <jimb@redhat.com>
24610
919d772c
JB
24611 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24612 preprocessor macro information is present.
24613
6827a8f8
JB
24614 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24615 tests.
24616
c15b0d21
MS
246172002-06-06 Michael Snyder <msnyder@redhat.com>
24618
c5984d70
MS
24619 * gdb.base/overlays.exp: Record addresses of overlay
24620 functions in TCL variables rather than in GDB variables,
24621 to avoid having GDB convert them to pointers (with loss
24622 of information).
24623
d63a86f8 24624 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 24625 default linker script changes.
c15b0d21
MS
24626 * gdb.base/long_long.exp: Add check for sizeof (long double).
24627
be26fe0d
ML
246282002-06-06 Michal Ludvig <mludvig@suse.cz>
24629
24630 * gdb.asm/asm-source.exp: Add x86-64 target.
24631 * gdb.asm/x86_64.inc: New.
d63a86f8 24632
258093ca 246332002-05-30 Michael Chastain <mec@shout.net>
258093ca 24634
4b3153f1 24635 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
24636 * gdb.c++/m-static.cc: New file.
24637 * gdb.c++/m-static.exp: New file.
24638
241264c6
MS
246392002-05-28 Michael Snyder <msnyder@redhat.com>
24640
24641 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24642 precision.
24643
9bba8c8f 246442002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 24645
4b3153f1 24646 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
24647 * gdb.c++/m-data.cc: New file.
24648 * gdb.c++/m-data.exp: New file.
24649
246502002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 24651
4b3153f1 24652 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 24653 * gdb.c++/try_catch.cc: New file.
d63a86f8 24654 * gdb.c++/try_catch.exp: New file.
9bba8c8f 24655
def1b996
MC
246562002-05-27 Michael Chastain <mec@shout.net>
24657
24658 * gdb.c++/local.exp: Accept more nested types in output.
24659
522ba268
MC
246602002-05-26 Michael Chastain <mec@shout.net>
24661
24662 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24663
277254ba
MS
246642002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24665
24666 * lib/gdb.exp (gdb_wrapper_init): Just because
24667 gdb_wrapper_file exists, this does not mean that the file
24668 should not be rebuilt. That is what gdb_wrapper_initialized
24669 is for.
24670 (default_gdb_init): Reset gdb_wrapper_initialized.
24671
b61a8733
MS
246722002-05-23 Michael Snyder <msnyder@redhat.com>
24673
d63a86f8 24674 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
24675 the precision of the floating point test results.
24676 * gdb.base/call-rt-st.exp: Ditto.
24677
b61a8733
MS
24678 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24679 * gdb.base/call-rt-st.exp: Ditto.
24680
56f6e910
MC
246812002-05-19 Michael Chastain <mec@shout.net>
24682
24683 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24684
ad0b0016
EZ
246852002-05-19 Elena Zannoni <ezannoni@redhat.com>
24686
a9c64011
AS
24687 * configure.in (configdirs): Add gdb.arch.
24688 * configure: Regenerate.
ad0b0016 24689
f617d2b6
JB
246902002-05-17 Jim Blandy <jimb@redhat.com>
24691
24692 * gdb.base/completion.exp: Recognize the more detailed error
24693 messages produced by the macro expander's lexical analyzer.
24694
eac2a696
EZ
246952002-05-14 Elena Zannoni <ezannoni@redhat.com>
24696
a9c64011
AS
24697 * gdb.arch/altivec-abi.c: New file.
24698 * gdb.arch/altivec-abi.exp: New file.
24699 * gdb.arch/altivec-regs.c: New file.
24700 * gdb.arch/altivec-regs.exp: New file.
eac2a696 24701
2fdde8f8
DJ
247022002-05-14 Daniel Jacobowitz <drow@mvista.com>
24703
24704 * gdb.base/maint.exp (maint print type): Update for new type
24705 structure.
d63a86f8 24706
e31f1a7c
EZ
247072002-05-14 Elena Zannoni <ezannoni@redhat.com>
24708
24709 * gdb.arch: New directory.
24710 * gdb.arch/configure.in: New file.
24711 * gdb.arch/configure: New file.
24712 * gdb.arch/Makefile.in: New file.
24713
db589741
CV
247142002-05-13 Corinna Vinschen <vinschen@redhat.com>
24715
24716 * gdb.asm/asm-source.exp: Add v850 as supported target.
24717 * gdb.asm/v850.inc: New file.
24718
8ce2a7dc
DJ
247192002-05-13 Daniel Jacobowitz <drow@mvista.com>
24720
24721 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24722
df763c7f
DJ
247232002-05-12 Daniel Jacobowitz <drow@mvista.com>
24724
24725 * gdb.base/break.exp: Check 'break "marker2"'.
24726
377daeed
MS
247272002-05-10 Michael Snyder <msnyder@redhat.com>
24728
24729 * gdb.base/long_long.exp: Fix typo.
24730
c4b7bc2b
JB
247312002-05-10 Jim Blandy <jimb@redhat.com>
24732
ecac9a4e
JB
24733 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24734 a bug.
24735
c4b7bc2b
JB
24736 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24737 Recognize more detailed error message produced by the macro
24738 expander's lexical analyzer.
24739 * lib/gdb.exp (test_print_reject): Same.
24740
e71019a1
MK
247412002-05-09 Mark Kettenis <kettenis@gnu.org>
24742
24743 * gdb.c++/method.exp: Fix typo.
24744
fedfc8e6
MS
247452002-05-08 Michael Snyder <msnyder@redhat.com>
24746
166a1957
MS
24747 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24748 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 24749 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
24750 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24751 Add iftarget clause for strongarm.
d63a86f8 24752
f1c47eb2
MS
247532002-05-06 Michael Snyder <msnyder@redhat.com>
24754
cb9a9d3e
MS
24755 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24756 (gdb_continue_to_end): Accept output from status wrapper.
24757 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24758 Clean up fail messages to match pass messages.
24759
f1c47eb2
MS
24760 Enable the "needs_status_wrapper" testsuite feature.
24761 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24762 (gdb_compile): Conditionally call gdb_wrapper_init.
24763 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24764 * gdb.c++/method.exp: Recognize output from status wrapper.
24765
6079c749
BE
247662002-05-06 Ben Elliston <bje@redhat.com>
24767From Graydon Hoare <graydon@redhat.com>
24768
24769 * config/sid.exp: Include support for "rawsid" protocol.
24770
188baff3
JB
247712002-05-03 Jim Blandy <jimb@redhat.com>
24772
24773 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24774 * gdb.c++/hang3.C: New file.
24775
b9c07f0f
AC
247762002-05-04 Andrew Cagney <ac131313@redhat.com>
24777
24778 * gdb.base/default.exp: Remove obsolete code.
24779 * gdb.c++/misc.exp: Ditto. Update copyright.
24780 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24781 * gdb.base/whatis.exp: Ditto. Update copyright.
24782 * gdb.base/scope.exp: Ditto. Update copyright.
24783 * gdb.base/ptype.exp: Ditto. Update copyright.
24784 * gdb.base/printcmds.exp: Ditto. Update copyright.
24785 * gdb.base/opaque.exp: Ditto. Update copyright.
24786 * gdb.base/list.exp: Ditto.
24787 * gdb.base/funcargs.exp: Ditto. Update copyright.
24788 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24789 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24790 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24791 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24792 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24793 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24794
5c7a0397
MS
247952002-05-02 Michael Snyder <msnyder@redhat.com>
24796
d6dcc264 24797 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
24798 * gdb.base/long_long.exp: Add xscale target.
24799 * gdb.base/default.exp: Add xscale target.
24800
eb7f1c48
JB
248012002-05-01 Jim Blandy <jimb@redhat.com>
24802
24803 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24804 gdb.c++/hang.exp: New test.
24805
a6befae8
FF
248062002-05-01 Fred Fish <fnf@redhat.com>
24807
24808 * gdb.base/completion.exp: Handle completions of "./Make" for
24809 more than one completion possibility, as is the case when we
24810 build and test in the source tree.
24811
0a310277
AG
248122002-04-29 Anthony Green <green@redhat.com>
24813
24814 * gdb.java/jmisc1.exp: New file.
24815 * gdb.java/jmisc2.exp: New file.
24816
6ff9af88
DJ
248172002-04-24 Daniel Jacobowitz <drow@mvista.com>
24818
24819 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24820
96b3d632
EZ
248212002-04-23 Elena Zannoni <ezannoni@redhat.com>
24822
24823 * gdb.base/help.exp: Change 'help status' to allow for target
24824 dependent output differences.
24825
5019bb54
MC
248262002-04-22 Michael Chastain <mec@shout.net>
24827
24828 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24829
a805a116
MC
248302002-04-22 Michael Chastain <mec@shout.net>
24831
24832 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24833
a1706bfd
DM
248342002-04-17 David S. Miller <davem@redhat.com>
24835
24836 * gdb.asm/sparc64.inc: New file.
24837 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24838
a73a20a2
EZ
248392002-04-19 Elena Zannoni <ezannoni@redhat.com>
24840
24841 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24842 instruction file directly into the build tree. Clean up at end of
24843 test.
24844
ba678339
DM
248452002-04-18 David S. Miller <davem@redhat.com>
24846
24847 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24848 handle 64-bit platforms correctly.
24849 * gdb.base/maint.exp: Likewise.
24850
b03399da
KB
248512002-04-18 Kevin Buettner <kevinb@redhat.com>
24852
24853 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24854 ``-fpic'' when compiling files comprising a shared library, but
24855 it does need additional linker flags in order to find shared
24856 libraries at run time.
24857
e2004992
KB
248582002-04-18 Kevin Buettner <kevinb@redhat.com>
24859
24860 * gdb.base/cvexpr.c (use): New function.
24861 (main): Invoke use() on all global variables to prevent
24862 some linkers from deleting these otherwise unused symbols.
24863
d8937120
MC
248642002-04-17 Michael Chastain <mec@shout.net>
24865From David S. Miller <davem@redhat.com>
24866
24867 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24868 handle 64-bit platforms correctly.
24869
ffd61a58
MS
248702002-04-12 Michael Snyder <msnyder@redhat.com>
24871From Jim Blandy <jimb@redhat.com>
a9c64011 24872 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
24873 script can handle this instead.
24874 * gdb.base/bar.c (barx): Same.
24875 * gdb.base/baz.c (bazx): Same.
24876 * gdb.base/grbx.c (grbxx): Same.
24877
24878 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24879 manager doesn't automatically unmap overlays unnecessarily.
24880
6b8426a6
MH
248812002-04-10 Martin M. Hunt <hunt@redhat.com>
24882
24883 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24884 stepping out of main.
24885
34af4875
MC
248862002-04-09 Michael Chastain <mec@shout.net>
24887
24888 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24889 scope so that the nested scope tests will make sense.
24890 * gdb.c++/local.exp: Write patterns that actually work with gcc
24891 (the HP patterns "were never known to work with gcc").
24892 Keep the old aCC patterns too.
24893
2d1676a0
DJ
248942002-04-09 Daniel Jacobowitz <drow@mvista.com>
24895
24896 * gdb.base/attach.exp: Correct target board test.
24897
3a63e3f9
MC
248982002-04-08 Michael Chastain <mec@shout.net>
24899
24900 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24901 in a const method. Add some xfail and fail cases for configurations
24902 that do not emit the "const ...".
24903
f18dabd2
MC
249042002-04-07 Michael Chastain <mec@shout.net>
24905
24906 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24907 Accept "A * const" and "const A * const" as type of "this".
24908 Fix spelling of getFunky throughout. Make messages uniform.
24909
0fcddd82
EZ
249102002-04-07 Elena Zannoni <ezannoni@redhat.com>
24911
a9c64011 24912 Work around for PR gdb/285:
0fcddd82
EZ
24913 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24914
16a8534a
EZ
249152002-04-07 Elena Zannoni <ezannoni@redhat.com>
24916
24917 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24918 instructions file at run time instead of configure time.
24919 Sometimes we run the test in a directory that is not the one we
24920 configured in.
24921 * gdb.asm/configure.in: Delete creation of symlink.
24922 * gdb.asm/configure: Regenerate.
24923
24181d81
JB
249242002-04-05 J. Brobecker <brobecker@gnat.com>
24925
24926 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24927 xfullpath () function.
24928
7cdb7107
DJ
249292002-04-04 Daniel Jacobowitz <drow@mvista.com>
24930
24931 * gdb.asm/Makefile.in: Correct dependencies.
24932
24933 * gdb.asm/powerpc.inc: New file.
24934 * gdb.asm/asm-source.exp: Add PowerPC.
24935 * gdb.asm/configure.in: Likewise.
24936 * gdb.asm/configure: Regenerated.
24937
a7d17088
DJ
249382002-04-04 Daniel Jacobowitz <drow@mvista.com>
24939
24940 * gdb.base/relocate.exp: New file.
24941 * gdb.base/relocate.c: New file.
24942
cd721503
FF
249432002-04-04 Fred Fish <fnf@redhat.com>
24944
24945 * gdb.base/step-test.exp: Update comment regarding stopping in
24946 memcpy/bcopy calls inserted as part of the compiler runtime.
24947
b22ad7a7
MS
249482002-04-04 Michael Snyder <msnyder@redhat.com>
24949
24950 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24951
5f279fa6
DJ
249522002-04-03 Daniel Jacobowitz <drow@mvista.com>
24953
24954 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24955 (gdb_expect): Remove $notransfer hack.
24956
dd0fd3ce
DJ
249572002-04-02 Daniel Jacobowitz <drow@mvista.com>
24958
24959 * gdb.c++/classes.exp ("calling method for small class"): Match
24960 updated register output.
24961
1e50cda1
DJ
249622002-03-30 Daniel Jacobowitz <drow@mvista.com>
24963
24964 Fix PR gdb/452
24965 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24966 when finished. Make gdb_file_cmd send "exec-file" when
24967 appropriate.
24968
24015922
DJ
249692002-03-30 Daniel Jacobowitz <drow@mvista.com>
24970
24971 * gdb.base/attach.exp: Remove extra setup_xfail.
24972
dd7dfd64
MS
249732002-03-26 Michael Snyder <msnyder@redhat.com>
24974
24975 * gdb.base/default.exp: Add tests for dump, append, and restore.
24976 * gdb.base/help.exp: Add tests for dump, append, and restore.
24977 * gdb.base/dump.exp: New file, test dump, append and restore.
24978 * gdb.base/dump.c: New file.
24979
48b2f8d7
MS
249802002-03-27 Michael Snyder <msnyder@redhat.com>
24981
d63a86f8 24982 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
24983 clean-ups in help messages.
24984
05b4d525
FF
249852002-03-26 Fred Fish <fnf@redhat.com>
24986
24987 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24988 have debugging info for those functions and the compiler uses them
24989 internally to copy structs around.
24990
d7679631
FF
249912002-03-26 Fred Fish <fnf@redhat.com>
24992
24993 * gdb.base/list.exp: Revert the change made yesterday and add note
24994 about why we don't list the default lines for remote targets.
24995
523ac3f9
MS
249962002-03-25 Michael Snyder <msnyder@redhat.com>
24997
24998 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24999
754b2b8d
FF
250002002-03-25 Fred Fish <fnf@redhat.com>
25001
25002 * gdb.base/list.exp: This test works on remote targets so remove
25003 the short circuit for remote targets. Update copyright.
25004
33c3e192
FF
250052002-03-25 Fred Fish <fnf@redhat.com>
25006
25007 * gdb.base/attach.exp: Fix logic error that was suppressing this
25008 test for all non hppa*-*-hpux* targets, instead of the hp target.
25009 Move comments closer to the suppression point. Also now need to
25010 check that we are running natively.
25011
d43e73ee
MS
250122002-03-22 Michael Snyder <msnyder@redhat.com>
25013
882c8f02
MS
25014 * gdb.base/default.exp: Add test for gcore. Update copyright.
25015 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 25016
04c12f60
FF
250172002-03-06 Fred Fish <fnf@redhat.com>
25018
25019 * gdb.base/funcargs.c: Remove extraneous ';' character.
25020 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25021
b43df995
MC
250222002-03-04 Michael Chastain <mec@shout.net>
25023
25024 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25025 accommodate gcc v3 function signature.
25026 * gdb.mi/mi0-var-cmd-exp: Ditto.
25027
92362027
AC
250282002-02-24 Andrew Cagney <ac131313@redhat.com>
25029
25030 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25031 ``GNU/Linux'' or ``Linux kernel''
25032 * testsuite/gdb.threads/pthreads.c: Ditto.
25033
258ad32d
MC
250342002-02-24 Michael Chastain <mec@shout.net>
25035
25036 * gdb.threads/pthreads.c (thread1): Add a return statement.
25037 (thread2): Likewise.
25038 (foo): Likewise.
25039
04c3b3d4
MC
250402002-02-23 Michael Chastain <mec@shout.net>
25041
25042 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25043 to placate gcc.
25044
5a2a0a20
MC
250452002-02-23 Michael Chastain <mec@shout.net>
25046
25047 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25048 test "ptype bint". The test passes on all my stabs configurations.
25049
a640f7fc
JB
250502002-02-21 Jim Blandy <jimb@redhat.com>
25051
27924826
JB
25052 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25053 filename at a time, and watch for the ones we want to see.
25054
a640f7fc
JB
25055 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25056 types of pointers to prototyped functions.
25057
edcc8c75
AC
250582002-02-20 Andrew Cagney <ac131313@redhat.com>
25059
25060 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25061 signed, unsigned and straight char.
25062 (padding_char, padding_short, padding_int, padding_long,
25063 padding_long_long, padding_float, padding_double,
25064 padding_long_double): New global variables.
25065 (fill, fill_structs): New functions.
25066
25067 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25068 for correctly sized writes. Update copyright.
25069 (get_valueof): New procedure.
25070 (get_sizeof): Call get_valueof.
25071 (check_valueof): New procedure.
25072 (check_padding): New procedure.
25073
ac57ea44
MC
250742002-02-20 Michael Chastain <mec@shout.net>
25075
25076 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25077 to setup_xfail. Document some of the remaining calls.
25078
7a10c941
MC
250792002-02-18 Michael Chastain <mec@shout.net>
25080
25081 * gdb.c++/userdef.exp: Update copyright year.
25082
fb8acdcc
DJ
250832002-02-18 Daniel Jacobowitz <drow@mvista.com>
25084
25085 * gdb.c++/userdef.exp: Test overloaded operators properly.
25086 Remove xfails.
25087
fda6ae12
MS
250882002-02-14 Michael Snyder <msnyder@redhat.com>
25089
25090 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25091
676a0442
DJ
250922002-02-14 Daniel Jacobowitz <drow@mvista.com>
25093
25094 * gdb.base/a2-run.exp: Check for a remote target properly.
25095 * gdb.base/annota1.exp: Likewise.
25096 * gdb.base/list.exp: Likewise.
25097 * gdb.base/reread.exp: Likewise.
25098 * gdb.base/scope.exp: Likewise.
25099 * gdb.base/shlib-call.exp: Likewise.
25100 * gdb.base/term.exp: Likewise.
25101 * gdb.c++/annota2.exp: Likewise.
25102
78b4f468
RE
251032002-02-13 Richard Earnshaw <rearnsha@arm.com>
25104
25105 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25106
9a81ba51
MC
251072002-02-10 Michael Chastain <mec@shout.net>
25108
25109 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25110 (call_after_alloca): Ditto.
25111
004af6c7
DJ
251122002-02-10 Daniel Jacobowitz <drow@mvista.com>
25113
25114 * gdb.base/ending-run.exp: Guard "cont" test with
25115 gdb_skip_stdio_test.
25116
37225f62
JB
251172002-02-06 Jim Blandy <jimb@redhat.com>
25118
25119 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25120 from here...
25121 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25122 To here. Disable this test on non-HP platforms. Add big comment.
25123
fe6fdd96
MS
251242002-02-04 Michael Snyder <msnyder@redhat.com>
25125
25126 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25127 other than d10v and m32r.
25128
036fad3f
RE
251292002-02-02 Richard Earnshaw <rearnsha@arm.com>
25130
25131 * gdb.base/default.exp: Rewrite test patterns to reduce time
25132 taken to match them.
25133
7148ab62
DJ
251342002-01-30 Daniel Jacobowitz <drow@mvista.com>
25135
25136 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25137 Allow a start function above main.
25138 * gdb.threads/linux-dp.exp: Fix copyright date.
25139
396cc255
DJ
251402002-01-30 Daniel Jacobowitz <drow@mvista.com>
25141
a9c64011
AS
25142 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25143 (check_philosopher_stack): Check for manager thread before checking
25144 for a just-starting thread.
396cc255 25145
f038d31b
DJ
251462002-01-30 Daniel Jacobowitz <drow@mvista.com>
25147
25148 From Neil Booth <neil@daikokuya.demon.co.uk>:
25149 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25150 warnings.
25151
b3ff9d9a
FF
251522002-01-21 Fred Fish <fnf@redhat.com>
25153
25154 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25155 not caller.
25156
39ad761d
JB
251572002-01-21 Jim Blandy <jimb@redhat.com>
25158
25159 * gdb.base/reread.exp: Check that GDB properly re-reads the
25160 executable file when it changes while no inferior is running.
25161
aaf320fa
FF
251622002-01-21 Fred Fish <fnf@redhat.com>
25163
a9c64011
AS
25164 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25165 optionally accept the "shlib events" variation.
aaf320fa 25166
808a31f5
JB
251672002-01-21 Jim Blandy <jimb@redhat.com>
25168
25169 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25170 call `fflush' after every `printf', so that the output is produced
25171 at predictable points, regardless of whatever buffering does (or
25172 doesn't) take place.
25173 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25174 at different points.
25175
4420d5e2
DJ
251762002-01-20 Daniel Jacobowitz <drow@mvista.com>
25177
25178 * gdb.c++/inherit.exp: Update copyright years.
25179 * gdb.c++/method.exp: Likewise.
25180
3e36a0f4
DJ
251812002-01-20 Daniel Jacobowitz <drow@mvista.com>
25182
25183 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25184 artificial methods/arguments.
25185 * gdb.c++/derivation.exp: Likewise.
25186 * gdb.c++/inherit.exp: Likewise.
25187 * gdb.c++/method.exp: Likewise.
25188 * gdb.c++/virtfunc.exp: Likewise.
25189
b4ceaee6
AC
251902002-01-18 Andrew Cagney <ac131313@redhat.com>
25191
25192 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25193 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25194 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25195 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25196 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25197 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25198
ecace851
JB
251992002-01-17 Jim Blandy <jimb@redhat.com>
25200
25201 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25202 anchoring the pattern matching the entry point symbol's name.
25203
375fc983
AC
252042002-01-17 Andrew Cagney <ac131313@redhat.com>
25205
25206 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25207 continue/quit query. Update copyright.
25208
fe6fdd96
MS
252092002-01-14 Michael Snyder <msnyder@redhat.com>
25210
25211 * gdb.base/gcore.exp: Remove extra debugging output.
25212
e017c81f
DJ
252132002-01-13 Daniel Jacobowitz <drow@mvista.com>
25214
25215 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25216 for slightly dubious v2 mangled string.
25217
37ab3bf8
DJ
252182002-01-13 Daniel Jacobowitz <drow@mvista.com>
25219
25220 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25221
1bc05c3a 252222002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 25223
1bc05c3a 25224 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 25225
1bc05c3a
JM
25226 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25227 constructors.
25228 * gdb.c++/derivation.exp: Likewise.
25229 * gdb.c++/templates.exp: Likewise.
25230 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 25231
1bc05c3a
JM
252322002-01-10 Michael Snyder <msnyder@redhat.com>
25233
25234 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 25235
a911c360
MS
252362002-01-08 Michael Snyder <msnyder@redhat.com>
25237
25238 * gdb.base/gcore.exp: New test for generate-core-file command.
25239 * gdb.base/gcore.c: Testcase for above.
25240 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25241
ea2119ec
JM
252422002-01-08 Jason Merrill <jason@redhat.com>
25243
25244 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25245
68203136
FF
252462002-01-07 Fred Fish <fnf@redhat.com>
25247
25248 * gdb.c++/overload.exp: Remove unconditional xfails for:
25249 print foo_instance1.overloadargs(1)
25250 print foo_instance1.overloadargs(1, 2)
25251 print foo_instance1.overloadargs(1, 2, 3)
25252 print foo_instance1.overloadargs(1, 2, 3, 4)
25253 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25254 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25255 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25256 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25257 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25258 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25259 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25260 print foo_instance1.overload1arg()
25261 print foo_instance1.overload1arg((char)arg2)
25262 print foo_instance1.overload1arg((signed char)arg3)
25263 print foo_instance1.overload1arg((unsigned char)arg4)
25264 print foo_instance1.overload1arg((int)arg7)
25265 print foo_instance1.overload1arg((unsigned int)arg8)
25266 print foo_instance1.overload1arg((float)arg11)
25267 print foo_instance1.overload1arg((double)arg12)
d63a86f8 25268
21b9b5b1
MS
252692002-01-07 Michael Snyder <msnyder@redhat.com>
25270
25271 * gdb.base/huge.exp: New test. Print a very large target data object.
25272 (skip_huge_test): New test variable. Define if you want to skip this
25273 test. The test reads an 8 megabyte data object from the target, so it
25274 might be very time consuming on remote targets with a slow connection.
25275 * gdb.base/huge.c: New file. Test case for above.
25276
725f922e
FF
252772002-01-07 Fred Fish <fnf@redhat.com>
25278
25279 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25280 g_instance.bfoo, and g_instance.cfoo.
25281
889bf7c5 252822002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 25283
889bf7c5
PA
25284 * gdb.base/break.c (multi_line_if_conditional): New function.
25285 (multi_ilne_while_conditional): Likewise.
25286 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25287 IF or WHILE condition puts the breakpoint at the start of
25288 the condition.
f286b2c3 25289
634d57ec
JL
25290 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25291 hppa*-*-hpux* expected failure.
25292 * gdb.base/structs.exp (do_function_calls): Similarly.
25293
25294 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25295 watchpoints.
25296
9fbfe2dc
AC
252972002-01-06 Andrew Cagney <ac131313@redhat.com>
25298
25299 Fix PR gdb/66.
25300 * gdb.base/structs.exp: Replace skip for a29k with skip for
25301 gdb,cannot_call_functions.
25302 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25303 * gdb.base/callfuncs.exp: Ditto.
25304 * gdb.base/call-rt-st.exp: Ditto.
25305 * gdb.base/call-strs.exp: Ditto.
25306 * gdb.base/callfwmall.exp: Ditto.
25307 * gdb.base/scope.exp: Obsolete xfail a29k.
25308 * gdb.c++/misc.exp: Ditto.
25309 * gdb.c++/cplusfuncs.exp: Ditto.
25310 * gdb.base/ptype.exp: Ditto.
25311 * gdb.base/printcmds.exp: Ditto.
25312 * gdb.base/opaque.exp: Ditto.
25313 * gdb.base/list.exp: Ditto.
25314 * gdb.base/funcargs.exp: Ditto.
25315 * gdb.base/default.exp: Ditto.
25316
8ddad156
MS
253172002-01-04 Michael Snyder <msnyder@redhat.com>
25318
ca4976a6 25319 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
25320 * gdb.base/maint.exp: Add tests for maint info sections options.
25321
1b074332
JL
25322Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25323
25324 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25325
7d159115
CV
253262001-12-20 Corinna Vinschen <vinschen@redhat.com>
25327
25328 * gdb.asm/arm.inc: New file.
25329 * gdb.asm/asm-source.exp: Add arm targets.
25330 * gdb.asm/configure.in: Ditto.
25331 * gdb.asm/configure: Recreated from configure.in.
25332
8fb87725
JL
25333Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25334
afabe08c
JL
25335 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25336 with HP's compiler.
25337 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25338 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25339 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25340 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25341
25342 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25343 either HP's compilers or GCC.
25344
db521deb
JL
25345 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25346 a SIGBUS or SIGSEGV.
25347
25348 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25349
25350 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25351 can be compiled with either HP's compiler or GCC.
25352
cfa88ab7
JL
25353 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25354 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25355 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25356
ca344dff
JL
25357 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25358 to match current gdb output. Update due to using auto-solib-limit
25359 for limiting instead of overloading auto-solib-add.
25360 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25361 test program.
25362
3f3c6e55 25363 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
25364 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25365 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25366 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25367 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25368 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25369 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25370 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25371 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25372 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25373 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25374 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25375 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 25376
8fb87725
JL
25377 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25378 a SIGTRAP to the inferior.
25379
cf599fa7
CV
253802001-12-19 Corinna Vinschen <vinschen@redhat.com>
25381
25382 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25383 Substitute call to target_link by call to gdb_compile.
25384
2cd045cd
JL
25385Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25386
a9c64011
AS
25387 * gdb.base/break.exp: Fix HP specific search string when testing
25388 backtracing in a called function.
2cd045cd 25389
a9c64011
AS
25390 * gdb.base/constvars.exp: Only set lang to C++ if we're
25391 compiling the test with HP's compilers.
25392 * gdb.base/volatile.exp: Similarly.
2cd045cd 25393
99ebe9ac
JB
253942001-12-19 Jim Blandy <jimb@redhat.com>
25395
25396 * gdb.base/printcmds.exp: Expect the null character to be printed
25397 as '\0', and the '\013' to be printed as '\v'.
25398 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25399 * gdb.base/setvar.exp: Same.
25400
b9891b29
JB
254012001-12-17 Jim Blandy <jimb@redhat.com>
25402
0eba65ab
JB
25403 * gdb.base/completion.exp: Rather than completing very long
25404 filenames, which can make the readline library produce output we
25405 don't recognize, cd to the directory first, and then complete
25406 using nice, short relative paths.
25407
6970b5b1
JB
25408 * gdb.base/completion.exp: On some systems, there is, in fact, a
25409 variable named `b' in scope, since GDB treats all static
a9c64011
AS
25410 variables as being in scope. So use `no_var_named_this'
25411 instead of `b'.
6970b5b1 25412
b9891b29 25413 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 25414 can't find the core file's registers as a failure.
b9891b29 25415
e6ccd35f
JSC
254162001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25417
a9c64011
AS
25418 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25419 test expect string more specific.
e6ccd35f 25420
105ba819
CV
254212001-12-13 Corinna Vinschen <vinschen@redhat.com>
25422
25423 * gdb.asm/asm-source.exp: Add support for xstormy16.
25424 * gdb.asm/configure.in: Ditto.
25425 * gdb.asm/configure: Rebuild.
25426 * gdb.asm/xstormy16.inc: New file.
25427
e9e79dd9
FF
254282001-12-10 Fred Fish <fnf@redhat.com>
25429
25430 * gdb.base/maint.exp: Update to match changes in type dumping code.
25431
347dc97d
JB
254322001-12-10 Jim Blandy <jimb@redhat.com>
25433
25434 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
25435 matching the entry point symbol's name at the beginning of the
25436 line.
347dc97d 25437
5178b9d6
DJ
254382001-12-07 Daniel Jacobowitz <drow@mvista.com>
25439
25440 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25441 gdb.c++/inherit.exp, gdb.c++/method.exp,
25442 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25443 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25444 and class layout support.
25445
af890c52
DJ
254462001-12-07 Daniel Jacobowitz <drow@mvista.com>
25447
25448 * gdb.c++/classes.exp: Add test for static member function.
25449 * gdb.c++/misc.cc: Add class with static member function.
25450
7a345fb3
JB
254512001-12-07 Jim Blandy <jimb@redhat.com>
25452
f2e54a80 25453 If GDB says it can't find the struct the function returned, report
8032bf31
JB
25454 those tests as `unsupported'.
25455 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25456 Rewrite subsequent tests to use it.
25457
25458 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
25459 those tests as `unsupported'.
25460 * gdb.base/structs.exp (call_struct_func): New function.
25461 (do_function_calls): Use call_struct_func to call the functions
25462 returning structs.
25463
0bc69509
JB
25464 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25465 whether functions are prototyped or not, so we can't possibly pass
25466 arguments to t_float_values2 properly.
25467
7a345fb3
JB
25468 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25469 value of `timeout' for targets other than the mips*tx39-*.
25470
edb6ede1
MS
254712001-12-06 Michael Snyder <msnyder@redhat.com>
25472
d63a86f8 25473 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
25474 and detect whether the start symbol has a leading underscore.
25475
2d842f13
JB
254762001-12-04 Jim Blandy <jimb@redhat.com>
25477
25478 * gdb.base/completion.exp: Clarify indentation.
25479
68550daf
JB
254802001-12-03 Jim Blandy <jimb@redhat.com>
25481
25482 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
25483 variables on the S/390, not `.word'.
25484
cd5195a8
JB
254852001-11-30 Jim Blandy <jimb@redhat.com>
25486
25487 Add assembly-source tests for s390-ibm-linux.
25488 * gdb.asm/s390.inc: New file.
25489 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
25490 the S/390 architecture.
a9c64011 25491 * gdb.asm/configure: Regenerated.
cd5195a8 25492
ca9efc90
MS
254932001-11-30 Michael Snyder <msnyder@redhat.com>
25494
25495 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
25496 next, info source, info sources, info line, global and static
25497 variables, and static functions.
25498 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
25499 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
25500 * gdb.asm/asmsrc1.s: Add a static function and some variables.
25501 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
25502 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
25503 (gdbasm_leave): Restore frame pointer.
25504 (gdbasm_startup): Copy stack set-up from crt0.S.
25505
d0e66976
FN
255062001-11-26 Fernando Nasser <fnasser@redhat.com>
25507
25508 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
25509 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
25510 to a local (non-static) variable. Copy tstruct.a to a static buffer
25511 and return a pointer to that buffer.
25512 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25513
e2334072
MK
255142001-11-24 Mark Kettenis <kettenis@gnu.org>
25515
25516 * gdb.asm/configure.in: Fix recognition of ix86 target.
25517 * gdb.asm/configure: Regenerate.
25518
756caa3d
MS
255192001-11-21 Michael Snyder <msnyder@redhat.com>
25520
25521 * gdb.asm/sparc.inc: New file.
25522 * gdb.asm/asm-source.exp: Recognize sparc target.
25523 * gdb.asm/configure.in: Recognize sparc target.
25524 * gdb.asm/configure: Regenerate.
d63a86f8 25525
9a4d72d5
MS
255262001-11-21 Michael Snyder <msnyder@redhat.com>
25527
25528 * gdb.asm/m32r.inc: New file.
25529 * gdb.asm/asm-source.exp: Recognize m32r target.
25530 * gdb.asm/configure.in: Recognize m32r target.
25531 * gdb.asm/configure: Regenerate.
25532
a773d1cd
MS
255332001-11-20 Michael Snyder <msnyder@redhat.com>
25534
017ac23d
MS
25535 * gdb.asm/i386.inc: New file.
25536 * gdb.asm/asm-source.exp: Recognize ix86 target.
25537 * gdb.asm/configure.in: Recognize ix86 target.
25538 * gdb.asm/configure: Regenerate.
25539
a773d1cd
MS
25540 * gdb.c++/namespace.exp: Fix quotes in output messages.
25541
bb632afb
MS
255422001-11-14 Michael Snyder <msnyder@redhat.com>
25543
25d559ca 25544 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
25545 qualifier in a type cast expression, to designate an address
25546 in the instruction space (Harvard architecture).
25547
4749e309
MS
255482001-11-13 Michael Snyder <msnyder@redhat.com>
25549
25550 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25551 Tests for expressions using 'const' and 'volatile'.
25552
25050984
CV
255532001-11-13 Corinna Vinschen <vinschen@redhat.com>
25554
25555 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25556
1902c51f
DJ
255572001-11-12 Daniel Jacobowitz <drow@mvista.com>
25558
25559 * lib/mi-support.exp (mi_run_to_helper): Move comments
25560 outside of gdb_expect.
25561
dcf95b47
DJ
255622001-11-11 Daniel Jacobowitz <drow@mvista.com>
25563
25564 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25565 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25566 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25567 mi0_run_to): New functions.
25568 * gdb.mi/mi-simplerun.exp: Use them.
25569 * gdb.mi/mi0-simplerun.exp: Likewise.
25570 * gdb.mi/mi-var-cmd.exp: Likewise.
25571 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 25572
45b074e1
AC
255732001-11-10 Andrew Cagney <ac131313@redhat.com>
25574
25575 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25576 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25577
bf50d346
AC
255782001-11-09 Andrew Cagney <ac131313@redhat.com>
25579
25580 * gdb.base/restore.exp: Include $expected value in restored test
25581 message.
25582
9383332c
AC
255832001-11-09 Andrew Cagney <ac131313@redhat.com>
25584
25585 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25586 implemented.
25587
db62520a
MS
255882001-11-08 Michael Snyder <msnyder@redhat.com>
25589
25590 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25591 Add pass/fail message for stop at breakpoint in call dummy function.
25592
b5703437
MS
255932001-11-07 Michael Snyder <msnyder@redhat.com>
25594
d63a86f8
RM
25595 * gdb.c++/templates.exp (test_template_breakpoints):
25596 If we get an overload menu, but it does not match what
760f6330 25597 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
25598 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25599 making the whitespace optional. Argument for "new" may be
25600 "unsigned" as well as "unsigned int/long".
d63a86f8 25601 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
25602 making the whitespace optional. Also replace "(void) with
25603 "((void|)), making the keyword "void" optional.
d63a86f8 25604 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
25605 making the whitespace optional. Also replace "(void) with
25606 "((void|)), making the keyword "void" optional.
3bf40917
MS
25607 * gdb.base/callfuncs.c (t_float_values): This function must
25608 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 25609 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
25610 can be tested against both cases. Usually one case involves
25611 promotion of float to double, while the other does not.
25612 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
25613 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25614 includes a stack frame for "start".
25615
c8ab4e6d
JB
256162001-11-05 Jim Blandy <jimb@redhat.com>
25617
25618 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25619 pointers are 32 bits long, and that offsets of relocs are always
25620 stored in the data (REL-style), and not in the reloc entry itself
25621 (RELA-style).
25622 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25623 stabs.
25624
3f08ced9
MS
256252001-11-01 Michael Snyder <msnyder@redhat.com>
25626
25627 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25628 and regular expression operators by using quoting.
25629
cbfa24cd
MS
256302001-10-31 Michael Snyder <msnyder@redhat.com>
25631
25632 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25633 depending on what the symbol table contains.
25634 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25635 the output of the ptype command. Similarly, accept both "const &"
25636 and "const&".
25637
aaa68313
CV
256382001-10-31 Corinna Vinschen <vinschen@redhat.com>
25639
25640 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25641 symbol `STORAGE' to allow to choose the storage class of
25642 the local datastructures.
25643 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25644 compiler directive.
25645
91740388
MS
256462001-10-30 Michael Snyder <msnyder@redhat.com>
25647
25648 * gdb.base/jump.exp: Allow it to run for all targets.
25649
1b7c05e7
CV
256502001-10-29 Corinna Vinschen <vinschen@redhat.com>
25651
25652 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25653 with new double_array size.
25654 (main): Change storage class of all local variables to static.
25655 Reduce size of double_array to 9.
25656 * gdb.base/call-ar-st.exp: Increase timeout value.
25657 Change expected output for double array to match new size in
25658 call-ar-st.c.
25659
36a22261
CV
256602001-10-29 Corinna Vinschen <vinschen@redhat.com>
25661
25662 * gdb.base/ending-run.exp: Create identical output when passing
25663 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 25664 Stormy16 target.
36a22261 25665
92b8ae91
MK
256662001-10-28 Mark Kettenis <kettenis@gnu.org>
25667
25668 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25669 that we catch the expected failure under Linux/x86.
25670
cb135b83
OF
256712001-10-29 Orjan Friberg <orjanf@axis.com>
25672
25673 * gdb.base/setvar.exp: Escape curly braces.
25674 * gdb.stabs/weird.exp: Ditto.
25675
6884aa54
DJ
256762001-10-27 Daniel Jacobowitz <drow@mvista.com>
25677
25678 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25679 * gdm.mi/mi0-hack-cli.exp: Likewise.
25680
0398c9aa
AC
256812001-10-25 Andrew Cagney <ac131313@redhat.com>
25682
25683 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25684 messages.
25685
d20bf2e8
AC
256862001-10-21 Andrew Cagney <ac131313@redhat.com>
25687
25688 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25689 checking MI enabled.
25690
03dd63aa
CV
256912001-10-09 Corinna Vinschen <vinschen@redhat.com>
25692
25693 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25694
1d9d99f3
FCE
256952001-10-04 Frank Ch. Eigler <fche@redhat.com>
25696
25697 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25698 if gdb child process crashes, just signal an error.
25699
838ae6c4
JB
257002001-10-02 Jim Blandy <jimb@redhat.com>
25701
25702 * lib/gdb.exp (test_xfail_format): Simplify.
25703
25704 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25705 front of the variable name `format'. Simplify `if'.
25706
8f0cbc1c
DJ
257072001-10-01 Daniel Jacobowitz <drow@mvista.com>
25708
25709 * gdb.threads/pthreads.exp: Wait for output and delay
25710 before sending ^C.
25711
1f08dafd
DJ
257122001-10-01 Daniel Jacobowitz <drow@mvista.com>
25713
25714 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25715 some incorrect output instead of timing out.
25716 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25717
674f90ff
CV
257182001-09-28 Corinna Vinschen <vinschen@redhat.com>
25719
25720 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25721 check to allow additional `int'.
25722
9b284272
DJ
257232001-09-27 Daniel Jacobowitz <drow@mvista.com>
25724
25725 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25726 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25727
b55a4771
MS
257282001-09-27 Michael Snyder <msnyder@redhat.com>
25729
25730 * lib/gdb.exp (test_debug_format): New proc.
25731 (setup_xfail_format): Use new proc test_debug_format.
25732 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25733 proc; use new service proc test_debug_format.
25734 Replace all other "gcc_compiled" tests with this test.
25735 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25736 proc; use new service proc test_debug_format.
25737 Replace all other "gcc_compiled" tests with this test.
25738
257392001-09-27 Michael Snyder <msnyder@redhat.com>
25740
25741 * gdb.base/cvexpr.exp: New file.
25742 * gdb.base/cvexpr.c: New file
25743 Test for expressions using const and volatile keywords.
25744
4e6667ac
CV
257452001-09-26 Corinna Vinschen <vinschen@redhat.com>
25746
25747 * gdb.base/constvars.exp: Check for different orders of keywords
25748 and additional "int" strings in output.
25749
4f337972
AC
257502001-09-22 Andrew Cagney <ac131313@redhat.com>
25751
25752 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25753 responses from "help maint".
25754
2015650d
FCE
257552001-09-19 Frank Ch. Eigler <fche@redhat.com>
25756
25757 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25758 to localhost:NNN instead of :NNN, in case Xvfb is listening
25759 only on TCP.
25760
f3bcedc1
CV
257612001-09-19 Corinna Vinschen <vinschen@redhat.com>
25762
25763 * gdb.base/recurse.exp: When checking leaving the watchpoint
25764 scope, recognize when gdb is in function's epilogue and pass.
25765
6b819c92
KS
257662001-09-18 Keith Seitz <keiths@redhat.com>
25767
25768 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25769 support for running tests against sid targets.
25770 (gdbtk_done): Ditto.
25771
a10c9419
CV
257722001-09-18 Corinna Vinschen <vinschen@redhat.com>
25773
25774 * gdb.base/ending-run.c (main): Set stdout buffersize
25775 to the same reasonable value for any target.
25776 * gdb.base/ending-run.exp: Add a regular expression
25777 to make testsuite happy on Sanyo Stormy16 target.
25778
739d0d99
CV
257792001-09-17 Corinna Vinschen <vinschen@redhat.com>
25780
25781 * gdb.base/display.c (do_loops): Add float variable `f'.
25782 Increment f in loop.
25783 * gdb.base/display.exp: Increment timeout by 60 seconds.
25784 Change float display test to use variable `f'.
25785
1b8947f0
JB
257862001-09-17 Jim Blandy <jimb@redhat.com>
25787
25788 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25789 overflowing the limited breakpoint tables on some ROM monitors
25790 (like the ROM68K).
25791
9890ac81
FCE
257922001-09-15 Frank Ch. Eigler <fche@redhat.com>
25793
25794 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25795 the "-ac" (disable access control) flag.
25796
6db765ea
JH
257972001-08-30 Jeff Holcomb <jeffh@redhat.com>
25798
25799 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25800 ints.
25801
4c32cc04
KS
258022001-08-30 Keith Seitz <keiths@redhat.com>
25803
25804 * lib/gdb.exp: Move all insight-related functionality into
25805 separate file.
25806 * lib/insight-support.exp: New file.
25807
8d6e6f81
FCE
258082001-08-29 Frank Ch. Eigler <fche@redhat.com>
25809
25810 * config/sid.exp (sid_start): Never set sid verbosity; disable
25811 expect_background {} that consumed its stdout; tolerate </dev/null.
25812 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25813
6a90e1d0
AC
258142001-08-18 Andrew Cagney <ac131313@redhat.com>
25815
25816 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25817 CLI jump command to start it.
25818 (mi_run_to_main): Fail immediatly when unexpected output.
25819
1759b3c3
AC
258202001-08-18 Andrew Cagney <ac131313@redhat.com>
25821
25822 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25823 beginning of function. Fix PR gdb/191.
25824
61d11d80
FCE
258252001-08-16 Frank Ch. Eigler <fche@redhat.com>
25826
25827 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25828 what to force sid endianness to.
25829
942a4df2
KS
258302001-08-15 Keith Seitz <keiths@redhat.com>
25831
25832 * lib/gdb.exp (gdbtk_start): Don't set environment
25833 variables for TCL_LIBRARY and friends. Insight will
25834 now figure these out for itself.
25835
0521c418
MS
258362001-08-02 Michael Snyder <msnyder@redhat.com>
25837
25838 * gdb.base/completion.exp: Remove the symbol "a64l" from
25839 the expect string; this is target-specific, and not related
25840 to what is being tested.
25841
74a9a58a
DB
258422001-08-02 Dave Brolley <brolley@redhat.com>
25843
25844 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25845
c70819fa
MS
258462001-07-25 Michael Snyder <msnyder@redhat.com>
25847
c2b8fa57
MS
25848 * gdb.base/consecutive.exp: New file. Test stepping over
25849 breakpoints on consecutive instructions.
25850 * gdb.base/consecutive.c: New file.
25851
c70819fa
MS
25852 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25853 curly braces in regular expressions.
25854
2b1a1355
MS
258552001-07-25 Michael Snyder <msnyder@redhat.com>
25856
25857 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25858 legitimate output from stepping out of main.
25859
413eca6f
KS
258602001-07-22 Keith Seitz <keiths@redhat.com>
25861
25862 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25863 the empty string, do not run the tests.
25864
7e5a9322
SC
258652001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25866
25867 * gdb.base/long_long.exp: Detect size of pointer. Take into
25868 account 2-byte pointers when testing for p/a results.
25869
de58f10f
SC
258702001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25871
d63a86f8 25872 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
25873 and defined to 1K for m68hc11.
25874 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25875 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25876 (sizeof_random_data): New variable to tell the size of the data table;
25877 don't test past this size; always run to main.
25878
d6f5fea1
SC
258792001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25880
25881 * gdb.base/return2.exp: return of long long and double fails for
25882 68HC11; don't execute these tests on that platform.
25883 * gdb.base/return.exp: Return of a double fails for 68hc11.
25884
c477543d
SC
258852001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25886
25887 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25888 tests that print a float.
25889 * call-rt-st.exp: Likewise.
25890
63cf1c79
MK
258912001-07-12 Mark Kettenis <kettenis@gnu.org>
25892
25893 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25894 running this test on Linux.
25895
112f9ab5
MC
258962001-06-24 Michael Chastain <chastain@redhat.com>
25897
25898 * gdb.base/arithmet.exp: Remove some tests to make all test names
25899 unique.
25900
4970cb0f
MS
259012001-07-03 Michael Snyder <msnyder@redhat.com>
25902
25903 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25904 the output of the ptype command.
25905
d85da69f
MS
259062001-07-02 Michael Snyder <msnyder@redhat.com>
25907
4c8a82de
MS
25908 * gdb.base/completion.exp: Don't assume that break.c is the only
25909 source file that may contain functions named "marker".
d85da69f
MS
25910 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25911
8afc772b
AC
259122001-06-28 Andrew Cagney <ac131313@redhat.com>
25913
25914 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25915 of files to delete.
25916
25917 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25918 * gdb.disasm/h8300s.exp: New file.
25919 gdb.disasm/h8300s.s: Likewise.
25920
cff22675
AC
259212001-06-27 Andrew Cagney <ac131313@redhat.com>
25922
25923 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25924 empty breakpoint tables.
25925
68c81b54
AC
259262001-06-25 Andrew Cagney <ac131313@redhat.com>
25927
25928 * lib/mi-support.exp: Update args=... part of stop-reason
25929 patterns. Accept either a list or a tuple.
25930
2dd62704
AC
259312001-06-23 Andrew Cagney <ac131313@redhat.com>
25932
25933 * lib/mi-support.exp: Remove local emacs variable defining
25934 change-log-default-name.
25935
b4127474
MC
259362001-06-22 Michael Chastain <chastain@redhat.com>
25937
25938 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25939 This is operationally compatible with the previous version.
25940
8dbfb380
JB
259412001-06-13 Jim Blandy <jimb@redhat.com>
25942
25943 * lib/gdb.exp (gdb_test): Doc fix.
25944
f2d8c86d
MC
259452001-06-10 Michael Chastain <chastain@redhat.com>
25946
25947 * gdb.base/exprs.exp: Remove a duplicate test.
25948
81564d34
JB
259492001-06-06 Jim Blandy <jimb@redhat.com>
25950
25951 * gdb.base/return2.exp (main): Use values to test float and double
25952 returns that are not NaN's, to avoid being confused by IEEE
25953 comparison rules.
25954
da55addb
MS
259552001-06-04 Michael Snyder <msnyder@redhat.com>
25956
25957 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 25958 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
25959 rather than wait for 12 more tests to time out.
25960
42c65987
JB
259612001-06-06 Jim Blandy <jimb@redhat.com>
25962
b18bced9 25963 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 25964 Don't forget to match the GDB prompt.
b18bced9 25965
42c65987
JB
25966 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25967
5b41e5f0
JB
259682001-06-04 Jim Blandy <jimb@redhat.com>
25969
25970 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25971 command.
25972
015e046f
KB
259732001-05-31 Kevin Buettner <kevinb@redhat.com>
25974
25975 * gdb.base/annota1.exp (info break): Match four or more spaces
25976 after "Address".
25977
fb1ffbbe
MC
259782001-05-31 Michael Chastain <chastain@redhat.com>
25979
25980 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25981 (dm_type_int_star): Likewise.
25982 (dm_type_long_star): Likewise.
25983 (dm_type_void_star): Likewise.
25984
5ea2a32c
KB
259852001-05-29 Kevin Buettner <kevinb@redhat.com>
25986
25987 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25988 to a known value in order to get consistent results regardless
25989 of the setting of INPUTRC or the presence or contents of .inputrc.
25990
ae23c492
MS
259912001-05-24 Michael Snyder <msnyder@redhat.com>
25992
ac55707e
MS
25993 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25994 Don't require that the main thread and the manager thread are the
25995 first in the list.
25996
ae23c492
MS
25997 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25998 debugging. If test fails, issue an "unsupported" not a "fail".
25999
400071f1
JB
260002001-05-24 Jim Blandy <jimb@redhat.com>
26001
26002 Don't assume that short is shorter than int.
26003 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26004 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 26005 this isn't true.
400071f1
JB
26006 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26007 an int, is not equal to ~0 stored in an unsigned char. This tests
26008 the same thing that the previous test meant to, but works on
26009 16-bit machines, too.
26010 ("print unsigned char != (~0)"): Same test, complemented.
26011
0816a3e5
MS
260122001-05-24 Michael Snyder <msnyder@redhat.com>
26013
26014 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 26015 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
26016 and prevents dejagnu getting out of step.
26017
f6dc23a9
KB
260182001-05-23 Kevin Buettner <kevinb@redhat.com>
26019
26020 * gdb.base/finish.exp (finish_void): Revise pattern for
26021 stopping on the call statement to not permit stopping at
26022 the start of the instructions comprising the call sequence.
26023
7dbd117d
MC
260242001-05-19 Michael Chastain <chastain@redhat.com>
26025
26026 * gdb.base/callfuncs.exp: Make all test names unique.
26027 * gdb.base/commands.exp: Make all test names unique.
26028 * gdb.base/condbreak.exp: Make all test names unique.
26029 * gdb.base/dbx.exp: Make all test names unique.
26030 * gdb.base/default.exp: Make all test names unique.
26031 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26032 and TIMEOUT messages to their corresponding PASS message.
26033 * gdb.base/ending-run.exp: Make all test names unique.
26034 * gdb.base/long_long.exp: Remove duplicate test.
26035
6b0b0a9e
KB
260362001-05-21 Kevin Buettner <kevinb@redhat.com>
26037
26038 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26039 stop on the call statement as well as the statement after the
26040 call.
26041
2caa35cb
MS
260422001-05-21 Michael Snyder <msnyder@redhat.com>
26043
26044 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26045
40713331
EZ
260462001-05-10 Elena Zannoni <ezannoni@redhat.com>
26047
a9c64011
AS
26048 * gdb.base/completion.exp: Revamp test. Make it execute on all
26049 platforms.
40713331 26050
c2c1be8d
EZ
260512001-05-10 Elena Zannoni <ezannoni@redhat.com>
26052
a9c64011
AS
26053 * config/gdbserver.exp (gdb_load): Handle the case
26054 in which the arguments to gdbserver are given in the
26055 baseboard configuration file.
26056 Also handle the case in which the server needs to do a
26057 load.
2c9cd303 26058
9671de48
KS
260592001-05-07 Keith Seitz <keiths@cygnus.com>
26060
a9c64011
AS
26061 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26062 set up the display for testing.
26063 (gdbtk_start): Convert all paths to paths that tcl will like.
26064 Export target information to environment.
26065 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26066 necessary.
26067 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26068 (to_tcl_path): New proc to convert a given pathname into
26069 a path acceptible as an argument to a tcl command.
26070 (_gdbtk_export_target_info): New proc to export target info
26071 into the environment for gdbtk testing.
26072 (gdbtk_done): New proc to signal end-of-test.
9671de48 26073
5a360f47
JB
260742001-05-06 Jim Blandy <jimb@redhat.com>
26075
26076 * restore.c: Make the code of caller0 correspond to its comment.
26077
66c756c6
MS
260782001-05-03 Michael Snyder <msnyder@redhat.com>
26079
26080 * config/sid.exp (gdb_target_sid): Check for error messages.
26081 On error or timeout, don't make expect exit (which will terminate
26082 all subsequent tests); instead just make gdb exit.
d63a86f8 26083 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
26084 return a negative value.
26085
a966fde5
JB
260862001-04-24 Jim Blandy <jimb@redhat.com>
26087
851c18e0
JB
26088 * gdb.c++/templates.exp: If we see the prompt for the overload
26089 list, but we haven't recognized any of the longer patterns,
26090 arrange for this test to fail, not hang.
26091
a966fde5
JB
26092 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26093 variations.
26094
db144853
MC
260952001-04-22 Michael Chastain <chastain@redhat.com>
26096
26097 * gdb.c++/local.exp: Use the 'runto' library function.
26098 * gdb.c++/namespace.exp: Likewise.
26099 * gdb.c++/overload.exp: Likewise.
26100
3207ec21
KB
261012001-03-26 Kevin Buettner <kevinb@redhat.com>
26102
26103 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26104 * gdb.base/step-line.exp: New file. Test step/next in presence of
26105 #line directives.
26106 * gdb.base/step-line.c: New file. Test program for the above.
26107 * gdb.base/step-line.inp: New file. We pretend that this file has
26108 been transformed by some other tool into step-line.c.
26109
13b57657
JB
261102001-03-21 Jim Blandy <jimb@redhat.com>
26111
26112 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26113 unmangled operator names.
26114
754cbe1c
JB
261152001-03-20 Jim Blandy <jimb@redhat.com>
26116
26117 * gdb.threads/linux-dp.exp: Recognize an additional message
26118 generated by GDB when it doesn't understand how to debug threads
26119 on the target system.
26120
177495c9
AC
261212001-03-19 Andrew Cagney <ac131313@redhat.com>
26122
26123 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26124
f266096b
MC
261252001-03-12 Michael Chastain <chastain@redhat.com>
26126
26127 * gdb.c++/derivation.exp: Use the 'runto' library function.
26128
cac3c2ff
MC
261292001-03-12 Michael Chastain <chastain@redhat.com>
26130
26131 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26132
b6c11a24
MC
261332001-02-24 Michael Chastain <chastain@redhat.com>
26134
26135 * gdb.c++/ref-types.exp: Change handwritten code to library
26136 function 'runto'.
26137
6bae5bce
OF
261382001-03-16 Orjan Friberg <orjanf@axis.com>
26139
26140 * gdb.base/signals.exp: Set count to 0 explicitly.
26141
0015fd9a
MS
261422001-03-15 Mark Salter <msalter@redhat.com>
26143
26144 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26145 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
26146 (gdb_load): Add support for additional target_info: gdb_download_size
26147 and gdb_load_timeout.
0015fd9a 26148
fc33412a
DT
26149Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26150
26151 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
26152 file -- to prevent failing when the compile fails but we have no
26153 intention of running the tests anyway.
fc33412a
DT
26154
26155 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26156 tests if set.
26157
26158 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 26159 integers.
fc33412a
DT
26160
26161 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26162 * gdb.c++/namespace.exp: Ditto.
26163
115f06de
OF
261642001-03-07 Orjan Friberg <orjanf@axis.com>
26165
26166 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26167 * gdb.base/pointers.exp: Relax pattern match of decimals.
26168
b6ba6518
KB
261692001-03-06 Kevin Buettner <kevinb@redhat.com>
26170
26171 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26172 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26173 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26174 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26175 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26176 config/sh.exp, config/sid.exp, config/slite.exp,
26177 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26178 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26179 config/vxworks.exp, config/vxworks29k.exp,
26180 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26181 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26182 gdb.base/arithmet.exp, gdb.base/assign.exp,
26183 gdb.base/async.exp, gdb.base/attach.exp,
26184 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26185 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26186 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26187 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26188 gdb.base/commands.exp, gdb.base/completion.exp,
26189 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26190 gdb.base/constvars.exp, gdb.base/corefile.exp,
26191 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26192 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26193 gdb.base/ending-run.exp, gdb.base/environ.exp,
26194 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26195 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26196 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26197 gdb.base/funcargs.exp, gdb.base/help.exp,
26198 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26199 gdb.base/logical.exp, gdb.base/long_long.exp,
26200 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26201 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26202 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26203 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26204 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26205 gdb.base/regs.exp, gdb.base/relational.exp,
26206 gdb.base/remote.exp, gdb.base/reread.exp,
26207 gdb.base/restore.exp, gdb.base/return2.exp,
26208 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26209 gdb.base/selftest.exp, gdb.base/setshow.exp,
26210 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26211 gdb.base/sigall.exp, gdb.base/signals.exp,
26212 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26213 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26214 gdb.base/step-test.exp, gdb.base/structs.c,
26215 gdb.base/structs.exp, gdb.base/structs2.exp,
26216 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26217 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26218 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26219 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26220 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26221 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26222 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26223 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26224 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26225 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26226 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26227 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26228 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26229 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26230 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26231 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26232 gdb.trace/circ.exp, gdb.trace/collection.exp,
26233 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26234 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26235 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26236 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26237 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26238 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26239 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26240 notices.
26241
dc96c6c7 262422001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
26243
26244 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26245 first arg is int not float.
26246
dc96c6c7 262472001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
26248
26249 * gdb.base/reread.exp: Unsupported for non-native targets;
26250 doesn't work for remote debugging.
26251
9b0c4aeb
FN
262522001-02-19 Fernando Nasser <fnasser@redhat.com>
26253
26254 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
26255 * gdb.base/ending-run.exp: Properly handle the BSP state when
26256 stepping past the end of main.
9b0c4aeb 26257
02aa71d5
MC
262582001-02-19 John Moore <jmoore@redhat.com>
26259
26260 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26261 Converted HPUX fix for non-expected items following multiple
26262 step commands into general solution for all platforms.
26263
1fa449a4
MC
262642001-02-18 Michael Chastain <chastain@redhat.com>
26265
26266 * gdb.c++/classes.exp (do_tests): Change runto statements
26267 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26268 statements demangler agnostic.
26269 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26270 (gdb_virtfunc_restart): Likewise.
26271
b2f9ec70
MC
262722001-02-14 Michael Chastain <chastain@redhat.com>
26273
26274 * gdb.c++/inherit.exp (do_tests): Change runto statements
26275 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26276 statements demangler agnostic.
26277
cf74b8ca
AC
26278Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26279
26280 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
26281 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26282 before calling common_routine 15 times'' tests.
cf74b8ca 26283
99f78f56
MC
262842001-02-11 Michael Chastain <chastain@redhat.com>
26285
26286 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26287 Helps the test script figure out which demangler is in use.
26288 (dm_type_foo_ref): Ditto.
26289 (dm_type_int_star): Ditto.
26290 (dm_type_long_star): Ditto.
26291 (dm_type_unsigned_int): Ditto.
26292 (dm_type_void): Ditto.
26293 (dm_type_void_star): Ditto.
99707966 26294 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
26295 Probe the gdb demangler and set variables to accommodate
26296 formatting differences.
26297 (info_func_regexp): New function. Same as info_func, but
26298 matches against a regexp.
26299 (info_func): Match against a literal string.
26300 (print_addr_2): New function. Match against a literal string,
26301 which can be different from the input to gdb.
26302 (print_addr): Simply call print_addr_2 with the same argument twice.
26303 (test_lookup_operator_functions): Use demangler formatting variables.
26304 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26305 the tests in the same order as the C++ class declaration.
26306 (test_paddr_operator_functions): Ditto.
26307 (test_paddr_overloaded_functions): Ditto.
26308 (test_paddr_hairy_functions): Use demangler formatting variables.
26309 Add reference to gdb/19 for related tests.
26310 (do_tests): Call probe_demangler.
26311
1de8f023
KB
263122001-01-30 Kevin Buettner <kevinb@redhat.com>
26313
26314 * gdb.c++/templates.cc (printf): Remove unused function definition.
26315
ca3f91ed
MS
263162001-01-26 Felix Lee <flee@redhat.com>
26317
26318 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26319
263202001-01-25 matthew green <mrg@redhat.com>
26321
26322 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26323 up sid.
26324 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26325
263262001-01-25 matthew green <mrg@redhat.com>
26327
26328 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 26329 Deprecate $sid_spawn_id.
ca3f91ed
MS
26330 (sid_exit): Remove code necessary only for `spawn.'
26331
263322001-01-25 matthew green <mrg@redhat.com>
26333
26334 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26335
fb18ec4a
MC
263362001-01-28 Michael Chastain <chastain@redhat.com>
26337
26338 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26339 to call when tests fail. It takes gdb out of the overloaded
26340 function choice menu back to the main prompt, so that the test
26341 program stays synchronized.
26342 (set_bp_overloaded): New proc to collect all the common
26343 code for setting a breakpoint on an overloaded name. Calls
26344 take_gdb_out_of_choice_menu when needed.
26345 (menu_overload1arg): New variable to collect the repeated
26346 instances of the expected menu for an overloaded name. Change
26347 the regular expression to handle changes in g++ type encoding:
26348 "void" can be either "void" or "", and "unsigned int" can be
26349 either "unsigned int" or "unsigned".
26350 (continue_to_bp_overloaded): Change regular expressions to handle
26351 changes in g++ type encoding.
26352 (no proc): Call take_gdb_out_of_choice_menu when needed.
26353 Remove redundant calls to "info break". Accept either "canceled"
26354 or "cancelled". Change regular expressions in "info break"
26355 calls to handle changes in g++ type encoding. Give all tests
26356 unique strings.
26357
9c646a6e
BE
263582001-01-17 Ben Elliston <bje@redhat.com>
26359
26360 * config/sid.exp: New file.
26361
9549d9c1
AC
26362Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26363
26364 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26365
dc96c6c7 263662000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
26367
26368 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26369 Add a RE to accept a non-ascii char if one is ever presented.
26370
b4df4f68
FN
263712000-12-20 Fernando Nasser <fnasser@redhat.com>
26372
297dd0fd 26373 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 26374
dc96c6c7 263752000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 26376
d63a86f8 26377 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
26378 in regexp. One '\' does not suffice on Linux.
26379
4a7bddb6
MC
263802000-12-09 Michael Chastain <chastain@redhat.com>
26381
26382 * gdb.base/break.exp (test_clear_command): Use a marker function
26383 rather than 'main' for the test function. Also move this
26384 test to an execution point where the marker function names are
26385 guaranteed to be bound to functions. (Executing tests after a
26386 'finish' from main runs into name conflicts with local names
26387 in __libc_start_main).
26388
dc96c6c7 263892000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
26390
26391 * gdb.base/finish.exp: New test for gdb's "finish" command.
26392 * gdb.base/return2.exp: New test for gdb's "return" command.
26393 * gdb.base/return2.c: New source file for above.
26394
dc96c6c7 263952000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
26396
26397 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26398 * gdb.base/miscexprs.exp: Ditto.
26399 * gdb.base/pointers.exp: Ditto.
26400 * gdb.c++/derivation.exp: Ditto.
26401 * gdb.c++/local.exp: Ditto.
26402 * gdb.c++/namespace.exp: Ditto.
26403 * gdb.c++/overload.exp: Ditto.
26404 * gdb.c++/ref-types.exp: Ditto.
26405
dc96c6c7 264062000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
26407
26408 * gdb.base/constvars.exp: Test result of "up" command.
26409 * gdb.base/miscexprs.exp: Ditto.
26410 * gdb.base/pointers.exp: Ditto.
26411 * gdb.base/scope.exp: Ditto.
26412 * gdb.c++/derivation.exp: Ditto.
26413 * gdb.c++/local.exp: Ditto.
26414 * gdb.c++/namespace.exp: Ditto.
26415 * gdb.c++/overload.exp: Ditto.
26416 * gdb.c++/ref-types.exp: Ditto.
26417
44097287
FN
264182000-11-22 Michael Chastain <chastain@redhat.com>
26419
26420 * mips_pro.exp: Accept either "middle -> top -> main" or
26421 "middle -> main" in the backtrace, because gcc can optimize
26422 tail calls to jumps. Remove setup_xfail for the hppa case.
26423 Add a comment with the original warning messages from PR 3016,
26424 which was filed in 1993, to preserve them for posterity.
26425
9d2e1bab
ND
264262000-11-17 Nick Duffek <nsd@redhat.com>
26427
26428 * lib/gdb.exp (gdb_test): Override timeout with board info.
26429
1aca8eb7
ND
264302000-11-17 Nick Duffek <nsd@redhat.com>
26431
26432 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26433 the second kill and detach messages.
26434
93076499
ND
264352000-11-17 Nick Duffek <nsd@redhat.com>
26436
26437 * configure.in: Add AC_EXEEXT.
26438 * configure: Regenerate.
26439 * Makefile.in (just-check): Export EXEEXT.
26440 * lib/gdb.exp ($EXEEXT): Import from environment.
26441 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26442 expect "maint dump-me" on Cygwin.
26443 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26444 $EXEEXT.
26445
30e87cd3
ND
264462000-11-17 Nick Duffek <nsd@redhat.com>
26447
26448 * gdb.base/break.exp: Test backtrace and finish from called
26449 function on all platforms, not just HP-UX.
26450
dc96c6c7 264512000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
26452
26453 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26454 code from gdb_target_monitor, so it can be used independantly
26455 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 26456
dc96c6c7 264572000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
26458
26459 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26460 * gdb.base/corefile.exp: Expect the message "Program is being
26461 debugged already" when we send the "corefile" command, since
26462 the preceeding gdb_load may have connected gdb to a remote target.
26463 * gdb.base/display.exp: Disable hardware watchpoints if new
26464 board info variable "no_hardware_watchpoints" is true.
26465 Replace single-letter commands with more readable ones.
26466 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26467 if new board info variable "no_hardware_watchpoints" is true.
26468 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26469 to see if stdio (printf) testing is possible.
26470 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26471 board info variable "no_hardware_watchpoints" is true. Use new
26472 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26473
39124dea
FN
264742000-11-13 Fernando Nasser <fnasser@redhat.com>
26475
26476 From Orjan Friberg <orjanf@axis.com>:
26477 * gdb.base/printcmds.exp: Escape curly braces followed by a number
26478 in array print pattern match.
26479
a9e2e984
FN
264802000-11-09 Fernando Nasser <fnasser@redhat.com>
26481
26482 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
26483 spelling "cancelled" to U.S. spelling "canceled" to match changes
26484 made to gdb.
26485 * gdb.c++/ovldbreak.exp: Ditto.
26486
c7db355b
PS
264872000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26488
26489 * gdb.base/callfuncs.c (main): Moved to end of file, call
26490 t_double_values to initialize the FPU before inferior calls are made.
26491 * gdb.base/callfuncs.exp: Test for register preservation after calling
26492 inferior functions. Add tests for continuining, finishing and
26493 returning from a stop in a call dummy.
26494
dc96c6c7 264952000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
26496
26497 * gdb.base/commands.exp: Break up long lines, and re-indent.
26498
dc96c6c7 264992000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
26500
26501 * config/gdbserver.exp: Rewritten from the ground up, to make it
26502 compatible with the current dejagnu tree, and to make it work with
26503 the new "gdbserver" in libremote.
26504
dc96c6c7 265052000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26506
26507 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
26508 * gdb.base/varargs.exp: Skip entire test if no printf support.
26509 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
26510 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26511
dc96c6c7 265122000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26513
26514 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26515 no floating point support.
26516 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26517 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26518 * gdb.base/call-rt-st.exp: Ditto.
26519 * gdb.base/call-strs.exp: Ditto.
26520
bac5fc66
JG
265212000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26522
26523 * gdb.base/sizeof.c: include <stdio.h>.
26524
26525 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
26526 'finish', otherwise uncaptured gdb_prompt would potentially
26527 throw remaining test points out of sync.
bac5fc66 26528
b22a6027
SB
265292000-07-26 Scott Bambrough <scottb@netwinder.org>
26530
26531 * gdb.base/recurse.exp: Run tests for all targets.
26532 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26533 gnu-oldld case on ARM.
26534 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26535 for ARM targets.
d63a86f8 26536
d8231941
AG
26537Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26538
26539 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26540 * gdb.java/configure: Rebuild.
26541
8caabe69
AG
26542Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26543
26544 * gdb.java/jv-exp.exp: New file.
26545
9d273ca3
AG
26546Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26547
26548 * configure: Rebuilt.
26549 * configure.in (configdirs): Add gdb.java.
26550 * gdb.java/jmisc.java: New file.
26551 * gdb.java/jmisc.exp: New file.
26552 * gdb.java/Makefile.in: New file.
26553 * gdb.java/configure: Rebuilt.
26554 * gdb.java/configure.in: New file.
26555 * lib/java.exp: New file.
26556
4f823a66
AC
26557Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26558
26559 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 26560 underflow.
4f823a66 26561
2391e11d
AC
26562Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26563
26564 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 26565 and the compilers sizes.
2391e11d 26566
54602222
ND
265672000-07-09 Nick Duffek <nsd@redhat.com>
26568
26569 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26570 (use_methods): New function.
26571 (main): Call use_methods().
26572 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26573 (do_tests): Call test_method_param_class.
26574
2bec0572
ND
265752000-07-09 Nick Duffek <nsd@redhat.com>
26576
26577 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26578 spelling.
26579 (test_enums): New procedure. Move enum tests from end of script
26580 to here. Set breakpoint on function name instead of line number.
26581 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26582 (enums2): New marker function.
26583 (enums1): New function.
26584 (main): Call enums1(). Move enum tests to enums1().
26585
78492fde
AC
26586Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26587
26588 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 26589 compile/link program. Update line numbers.
78492fde
AC
26590 * gdb.asm/d10v.inc: Define ``startup''.
26591 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 26592
49a2cef8
AC
26593Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26594
26595 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26596
3e6c8688
EZ
265972000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26598
26599 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 26600 of 'help maint print' command.
3e6c8688 26601
9ff5cbe9
AC
26602Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26603
26604 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 26605 they use gdb_expect_list.
9ff5cbe9 26606
17c579bd
AC
26607Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26608
26609 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
26610 memory-read-packet-size'' instead of ``set endian big'' to test
26611 long commands.
17c579bd 26612
e6d71bf3
DB
266132000-06-03 Daniel Berlin <dan@cgsoftware.com>
26614
26615 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 26616 g++, and stop skipping them.
e6d71bf3
DB
26617
26618 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26619 work under g++.
26620
d63a86f8 26621 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
26622 initialization.
26623
dc96c6c7 266242000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
26625
26626 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26627 the regular expression: accept an (almost) arbitrary sequence of
26628 "frames-invalid" and "breakpoints-invalid" messages both before
26629 and after the "starting" message.
26630
dc96c6c7 266312000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
26632
26633 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 26634
dc96c6c7 266352000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
26636
26637 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26638 Relax the regular expression a little, make it pass on Solaris 8.
26639
8216cda9
KB
266402000-05-12 Kevin Buettner <kevinb@redhat.com>
26641
26642 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 26643 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
26644 Instead, it is permissible for gdb to stop on the line of the
26645 call itself.
26646
1a570b2f
MS
266472000-05-12 Michael Snyder <msnyder@.cygnus.com>
26648
26649 * gdb.base/break.exp (bp on small function, optimized file):
26650 Add a second pass pattern. The behavior differs here between stabs
26651 and dwarf for one-line functions. Stabs preserves two line symbols
26652 (one before the prologue and one after) with the same line number,
26653 but dwarf regards these as duplicates and discards one of them.
26654 Therefore the address after the prologue (where the breakpoint is)
26655 has no exactly matching line symbol, and GDB reports the breakpoint
26656 as if it were in the middle of a line rather than at the beginning.
26657
dc96c6c7 266582000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 26659
d63a86f8 26660 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
26661 rather than "send_gdb" (for consistancy).
26662
7d418785
AC
26663Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26664
26665 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26666 * gdb.c++/templates.cc: Properly check for GCC version number.
26667 * lib/compiler.cc: Likewise
26668
dc96c6c7 266692000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 26670
d63a86f8 26671 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
26672 gdb may not stop at the first line of main, due to code motion.
26673
dc96c6c7 266742000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
26675
26676 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26677 This test depends on parsing the printf output from the target.
26678 Since the sparclet stub doesn't do stdio, this will never work.
26679 * gdb.base/call-rt-st.exp: ditto.
26680 * gdb.base/call-strs: ditto.
26681
dc96c6c7 266822000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
26683
26684 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26685
26686 * gdb.base/ending-run.exp: After connecting to a remote target,
26687 but before running, the target will appear to be in a random
26688 location. Specify both a file and a line for breakpoints.
26689 Also, the function that calls main may be called 'init'
26690 rather than 'start'.
26691
a5a51225
EZ
266922000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26693
26694 * gdb.base/help.exp: Update output for add-symbol-file command.
26695
7930cc7c
FN
266962000-04-10 Fernando Nasser <fnasser@cygnus.com>
26697
26698 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26699 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26700
23e37ab1
C
267012000-04-07 J.T. Conklin <jtc@redback.com>
26702
e93c542c
C
26703 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26704
23e37ab1
C
26705 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26706
591b8fa3
PDM
26707Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26708
26709 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 26710 values that can be represented exactly.
591b8fa3
PDM
26711 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26712 above change, and to not check against the directory part of the source
26713 file name.
26714 (step into print_long_arg_list): Likewise.
26715 (print print_small_structs from print_long_arg_list): Likewise.
26716 (print print_long_arg_list): Likewise.
26717
7a495180
EZ
267182000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26719
30b53638 26720 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 26721
beb998c6
AC
26722Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26723
26724 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26725
1c689132
DB
267262000-03-25 Daniel Berlin <dan@cgsoftware.com>
26727
26728 * gdb.base/commands.exp (deprecated_command_test): Add test for
26729 deprecate with no arguments.
26730
c1790a9d
JL
267312000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26732
26733 * gdb.base/break.exp: Add new test for setting breakpoints on
26734 optimized code so we can test breakpoints work even when function
26735 prologues may be optimized away
26736
003ba290
FN
267372000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26738
26739 From David Whedon <dwhedon@gordian.com>
a9c64011 26740 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 26741
6837a0a2
DB
267422000-03-22 Daniel Berlin <dan@cgsoftware.com>
26743
26744 * gdb.base/help.exp: Added test for new apropos command.
26745
b9593231
KB
267462000-03-21 Kevin Buettner <kevinb@redhat.com>
26747
26748 * gdb.base/pointers.c (usevar): New function.
26749 (main): Make sure that global variables v_int_pointer2, rptr,
26750 and y are all referenced someplace in the program by calling
26751 usevar() on them. [Some linkers delete symbols which are
26752 never referenced. The space remains, but there's no way to
26753 get a (symbolic) handle on the variable from the debugger.]
26754
751a959b
EZ
267552000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26756
26757 * gdb.base/printcmds.c: Add typedeffed arrays.
26758
26759 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 26760 procedure to test arrays that are typedef'd.
751a959b 26761
73a93a32
JI
267622000-03-13 James Ingham <jingham@leda.cygnus.com>
26763
26764 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 26765 the library directories.
73a93a32 26766
fb40c209
AC
26767Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26768
26769 * configure.in (configdirs): Add sub directory gdb.mi.
26770 * configure: Re-generate.
26771
26772 * gdb.mi: New directory.
d63a86f8 26773
ee4dd2c9
AC
267742000-02-25 Scott Bambrough <scottb@netwinder.org>
26775
26776 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 26777 a long long value as a double on ARM platforms.
ee4dd2c9 26778
70f0cc22
JB
267792000-02-16 Jim Blandy <jimb@redhat.com>
26780
26781 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26782 default source file is set properly before running this test.
26783
853819b8
EZ
267842000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26785
26786 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 26787 gdbtk/library directory, not in gdbtcl2.
853819b8 26788
dfcd3bfb
JM
267892000-02-04 Jim Blandy <jimb@redhat.com>
26790
26791 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26792 backslash from regexp pattern.
26793
26794 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26795 procedure. Use it to run all the "continue to bp overloaded"
26796 tests. Note that this changes the names of the tests slightly.
26797 If the breakpoint hit message includes a hex PC value, because
26798 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26799 from the real source code, still consider that a pass.
26800
26801 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26802 XFAIL here if the breakpoint message contains a hex address. Note
26803 similar change on 1999-11-02.
26804
26805 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26806
26807 * gdb.base/ptype.exp: Establish a default source file before
26808 calling get_debug_format.
26809
268102000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26811
26812 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26813
8b93c638
JM
268142000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26815
26816 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26817 of successive stepi commands -- while in the prologue we should see
26818 the function entry bracket.
26819
268202000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26821
26822 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26823 reach __change_mode() when stepping through the end of main().
26824
c5394b80
JM
268252000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26826
26827 * gdb.base/default.exp: Fix expected pattern.
26828 * gdb.base/help.exp: Same.
26829
0d06e24b
JM
268302000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26831
26832 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 26833 Don't use xfail's because that affects only the following test.
d63a86f8 26834
0d06e24b 26835 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 26836 solaris or linux.
0d06e24b
JM
26837
26838 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26839
dc96c6c7 268402000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 26841
d63a86f8 26842 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
26843 "A syntax error" rather than "A parse error". Accept both.
26844
268452000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26846
26847 * gdb.base/default.exp: Remove OS dependent string from "target
26848 remote" test.
26849 * gdb.base/help.exp: Same for "help target remote" test.
26850
c3f6f71d
JM
268512000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26852
26853 From Jim Kingdon <kingdon@redhat.com>:
26854
26855 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
26856 prompt (cleanup rather than necessity, but still might keep output
26857 from spilling to next test).
c3f6f71d
JM
26858
268592000-01-02 Fred Fish <fnf@cygnus.com>
26860
26861 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26862 AIX, which defines them in <sys/types.h>.
26863
ed9a39eb 268641999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 26865
ed9a39eb 26866 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 26867 float" test.
ed9a39eb
JM
26868
268691999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 26870
ed9a39eb 26871 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
26872
26873 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26874 outermost frame disallowed".
26875
268761999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26877
26878 * gdb.base/setvar.exp: New tests for setting the value of a struct
26879 with a constant list.
26880
268811999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26882
26883 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26884 require the user to type a cast before setting the value of a struct.
26885
de57eccd
JM
268861999-12-06 Jim Blandy <jimb@cygnus.com>
26887
26888 * gdb.base/default.exp: Expect the new 'info float' command on
26889 all i386 platforms.
26890
26891 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26892 LinuxThreads libraries that don't support debugging.
26893
c2d11a7d
JM
26894Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26895
26896 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
26897 Change the buffer type to ``unsigned char'' to simplify size
26898 arithmetic.
c2d11a7d
JM
26899
26900 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
26901 stub only handles 400-1 byte packets. Verify that the download
26902 worked.
c2d11a7d
JM
26903
269041999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26905
26906 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26907 tests, using UNRESOLVED for the untested cases. Also, does not wait
26908 for a timeout if the prompt was received before a recognizable pattern.
26909
269101999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26911
26912 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26913
269141999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26915
26916 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 26917 watchpoints.
c2d11a7d
JM
26918
269191999-11-24 Jason Merrill <jason@casey.cygnus.com>
26920
26921 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26922
26923 * gdb.c++/local.exp: Be more flexible in recognizing local class
26924 name mangling. Don't allow horribly truncated method names.
26925 * gdb.c++/derivation.exp: Expect protected inheritance.
26926 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26927 * gdb.c++/virtfunc.exp: Likewise.
26928 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26929 when printing a nested enum.
26930
269311999-11-22 Jim Blandy <jimb@cygnus.com>
26932
26933 * gdb.base/step-test.exp: Properly await GDB's response to setting
26934 a breakpoint on the call to large_struct_by_value.
26935
26936 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26937 just because we have debug info for the `start' function.
26938
269391999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26940
26941 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26942 "Unknown signal" messages, which indicate (on LinuxThreads) that
26943 GDB doesn't know how to debug threads on this system. This is
26944 better than hanging while philosopher 0 dumps chatter into gdb.log.
26945
269461999-11-18 Tom Tromey <tromey@cygnus.com>
26947
26948 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26949
269501999-11-18 Fred Fish <fnf@cygnus.com>
26951
26952 * gdb.base/coremaker2.c: Add sample program for generating
26953 cores that is more self contained than coremaker.c. Eventually
26954 I'll add more code to this and tie it into the testsuite.
26955
4ce44c66
JM
269561999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26957
26958 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26959
269601999-11-10 Jimmy Guo <guo@cup.hp.com>
26961
26962 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 26963 from $srcdir/lib/.
4ce44c66 26964 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 26965 and gdb.c++/.
4ce44c66
JM
26966
26967 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26968
d63a86f8 26969 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
26970 'continue with watch' test point.
26971
269721999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26973
26974 Merged from p2linux-990323-branch:
d63a86f8 26975
4ce44c66
JM
26976 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26977
11cf8741
JM
26978Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26979
26980 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 26981 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
26982
26983Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26984
26985 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 26986 gdb_expect_list.
11cf8741
JM
26987
26988Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26989
26990 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26991
269921999-11-03 Mark Salter <msalter@cygnus.com>
26993
26994 * gdb.base/break.exp: Fix "stub continue" pattern.
26995
269961999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26997
26998 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26999
270001999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27001
27002 * gdb.base/display.exp ("finish"): Add timeout clause.
27003
27004 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27005 plain prompt clause, so this doesn't have to time out in order to
27006 fail.
27007
27008 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 27009 breakpoint hit messages include an address.
11cf8741
JM
27010
27011 * gdb.base/display.exp: Don't forget to escape parens in regular
27012 expressions. Unix regexp notatation sucks.
27013
270141999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27015
27016 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 27017 order for 'signalled' message.
11cf8741 27018
5c44784c
JM
270191999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27020
27021 From Jimmy Guo <guo@cup.hp.com>:
27022 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27023 * gdb.base/annota1.c: Add code for tests to work with.
27024
270251999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27026
27027 * gdb.base/remote.exp: New test for remote downloading settings.
27028 * gdb.base/remote.c: New file with large .data.
27029
917317f4
JM
270301999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27031
27032 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27033 for LinuxThreads support, merged from the Code Fusion branch.
27034
27035Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27036
27037 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
27038 containing exp_continue into a while within an expect. Don't
27039 attempt a start more than three times. Check return value from
27040 gdb_load.
d63a86f8 27041
2df3850c
JM
27042Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27043
27044 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 27045 a pass case.
2df3850c 27046
2acceee2
JM
270471999-10-01 Kevin Buettner <kevinb@cygnus.com>
27048
27049 * gdb.base/break.c (main): Added a statement that we can step
27050 off of.
27051 * gdb.base/break.exp: Added tests for setting a breakpoint
27052 at an offset and stepping onto a breakpoint.
27053
270541999-10-01 Fred Fish <fnf@cygnus.com>
27055
d63a86f8 27056 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
27057 gdb output.
27058
c2c6d25f
JM
270591999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27060
27061 * gdb.base/break.exp: Code locations are in hex, don't forget!
27062 (For HP-UX.)
27063
270641999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27065
27066 * condbreak.exp: Use break.c as test program.
27067 * condbreak.c: Remove, redundant with break.c.
27068
270691999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27070
27071 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 27072 Z-packets if the target needs it.
c2c6d25f
JM
27073
270741999-09-13 James Ingham <jingham@leda.cygnus.com>
27075
27076 * gdb.c++/overload.exp: Added tests for listing overloaded
27077 functions with function pointers in the arg, explicitly calling
27078 out the version you want.
27079
cff3e48b
JM
270801999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27081
27082 * long_long.exp: Add variations of test cases that work for
27083 targets with 16-bit ints and 32-bit doubles.
27084
d4f3574e
SS
270851999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27086
27087 * break.c (main): Compare a possibly-uninitialized argc with an
27088 unlikely value that fits in 16 bits.
27089
270901999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27091
27092 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27093 0xfeeb, don't want negative numbers if ints are 16 bits.
27094
27095 * lib/gdb.exp (skip_cplus_tests): New proc.
27096 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
27097 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27098 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27099 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27100 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27101 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27102 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27103 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
27104
27105 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27106
27107Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27108
27109 * gdb.base/corefile.exp (up): Allow a parameter to appear
27110 in the frame that we're going up to.
27111
27112 From Jim Blandy <jimb@cygnus.com>:
27113
27114 * gdb.base/default.exp (info float): Expect some output now.
27115
27116 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27117 returning floating-point values to fail on the x86.
27118 * gdb.base/callfwmall.exp (do_function_calls): Same.
27119
27120 * gdb.base/list.exp (test_listsize): Correct expectations for
27121 listing line 1 with listsize 2. Also, listing a single line
27122 works now, as does listing three lines. [Kevin's note: There
27123 were a number of other cases fixed too where the expectations
27124 differed...]
27125
271261999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27127
27128 * gdb.base/selftest.exp: Add case for when version prints as
27129 constant string instead of char pointer.
27130
104c1213
JM
271311999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27132
27133 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 27134 stepping out of main.
104c1213
JM
27135
27136 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27137 G++ used.
27138
27139 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 27140 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
27141
27142 * gdb.c++/ovldbreak.exp: Update match string in test that
27143 includes a warning of multiple breakpoints.
27144
271451999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27146
27147 * gdb.base/display.exp: Improve precision of step-after-finish
27148 added yesterday.
27149
27150 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 27151 test.
104c1213
JM
27152
27153 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27154 configs when using G++, not just hppa*.
27155
271561999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27157
27158 * gdb.base/async.c: New file.
27159 * gdb.base/async.exp: New file.
27160
27161Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27162
27163 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27164 PA64.
27165
53a5351d
JM
27166Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27167
104c1213
JM
27168 * gdb.base/display.exp: "finish" can leave us mid-line on many
27169 targets, deal with it. Add a small constant to main, instead of
27170 1000 since main+1000 may not be a valid address in the target.
27171
53a5351d
JM
27172 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27173 on hpux11.
27174
27175 * gdb.base/attach.exp: Handle another hpux11 error message variant
27176 when attaching to a process that does not exist.
27177
271781999-08-19 J.T. Conklin <jtc@redback.com>
27179
27180 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 27181 characters in 'continue to 1241' test.
53a5351d
JM
27182
271831999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27184
27185 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27186 stop in print_long_arg_list, define and use a whitespace
27187 variable in print_small_structs test, add an XFAIL for Solaris.
27188 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27189 interested enough to fix.
27190
7be570e7
JM
271911999-08-13 Keith Seitz <keiths@cygnus.com>
27192
27193 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27194 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27195 proc knows about targets other than the natives.
27196 (test_assign): Use "gdb_run_cmd" to "run" the target.
27197 Check that we've actually hit the breakpoint at main.
27198 When we attempt to assign a value to a local variable, check
27199 that the variable is in the current scope, i.e., don't use
27200 a test with an empty result.
27201
27202Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27203
27204 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 27205 command.
7be570e7
JM
27206
272071999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27208
27209 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27210 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27211 gdb.compat, gdb.threads-hp.
27212 gdb.hp/configure, gdb.hp/configure.in: New files.
27213 gdb.hp/Makefile.in: Recurse into new subdirs.
27214 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27215 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27216 in object files.
27217 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27218
96baa820
JM
272191999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27220
27221 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 27222 funky printf, remove a bogus p/a test.
96baa820
JM
27223
272241999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27225
27226 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
27227 connected to the target. This is necessary when running not
27228 natively.
96baa820
JM
27229
272301999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27231
27232 * gdb.base/step-test.exp: Removed some extraneous messages.
27233
27234 * gdb.base/long_long.exp: Don't run memory examination tests
27235 on little-endian targets (they will need a different set of
27236 results to match).
27237
272381999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27239
27240 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27241 until somebody decides to fix GDB.
27242
27243 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 27244 constant as "ULL".
96baa820
JM
27245 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27246 matches for a couple x/2 commands.
27247
a0b3c4fd
JM
272481999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27249
27250 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27251 by merging in ref-types2 tests.
27252 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27253
27254 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27255 * gdb.c++/Makefile.in: Add standard actions.
27256 (EXECUTABLES): Rename from PROGS, update list.
27257 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27258 from gdb.hp.
27259 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27260 foo and bar locals.
27261 * gdb.c++/anon-union.exp: Fix tests to match.
27262 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27263 expect matches to handle output variations.
27264 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27265 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 27266 output, add HP alternatives for new and delete prints.
a0b3c4fd 27267 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 27268 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
27269 * gdb.c++/demangle.exp: Use $style when reporting failure.
27270 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27271 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27272 match alternatives.
27273 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 27274 compilers.
a0b3c4fd
JM
27275 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27276 * gdb.c++/method.exp: Add match alternatives.
27277 * gdb.c++/misc.cc: Add bool types.
27278 * gdb.c++/misc.exp: Add tests for bool types.
27279 * gdb.c++/overload.exp: Add xfails.
27280 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27281 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27282 add some more template parameter tests (only for HP currently).
27283 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27284 * gdb.c++/virtfunc.cc: Add return type and value for main.
27285 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27286 match alternatives.
d63a86f8 27287
a0b3c4fd
JM
272881999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27289
27290 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27291
272921999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27293
27294 * gdb.base/signals.exp: Don't expect getting a backtrace from
27295 within a signal handler to fail on Linux.
27296
272971999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27298
27299 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27300 * lib/gdb.exp: Remove some gratuitious semicolons.
27301 (delete_breakpoints): Increase timeout.
27302 (gdb_expect): Add -notransfer option.
27303 (gdb_test): Use -notransfer option.
27304 (get_compiler_info): Add f77 case.
27305 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 27306 case.
a0b3c4fd
JM
27307 (gdb_preprocess): Call get_compiler.
27308
27309 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27310 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
27311 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27312 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27313 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27314 third arg to gdb_test.
a0b3c4fd
JM
27315 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27316 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 27317 HP-UX xfails, add others.
a0b3c4fd
JM
27318 * gdb.base/completion.exp: Reflect name change of self-test.
27319 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
27320 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27321 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27322 HP failure number.
a0b3c4fd
JM
27323 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27324 useless HP-UX 10.30 references.
27325 * gdb.base/maint.exp: Loosen matches.
27326 * gdb.base/pointers.c (main): Declare more_code.
27327 * gdb.base/pointers.exp: Match on output of a `next'.
27328 * gdb.base/structs.c: Add prototypes.
27329 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27330 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27331
273321999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27333
27334 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 27335 command.
a0b3c4fd
JM
27336
273371999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27338
27339 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27340 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
27341
27342 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
27343 debug info. Deal with lack of signal hanlder info in stack.
27344
a9c64011 27345 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
27346 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27347
5a2468f5
JM
273481999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27349
27350 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 27351 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 27352
adf40b2e
JM
27353Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27354
27355 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 27356 a1-selftest.exp.
adf40b2e
JM
27357 * gdb.base/configure: Re-generate.
27358
273591999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27360
27361 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27362 in trying to run first and name is too long.
27363
27364 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27365 pointers2.c and pointers2.exp, respectively.
27366 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27367 doschk happier.
27368
43e526b9
JM
273691999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27370
27371 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27372 callfuncs2.c and callfuncs2.exp.
27373
27374 * gdb.base/list.exp: Remove mistaken xfails.
27375 * gdb.base/list0.h: Add optional prototypes.
27376
9846de1b
JM
27377Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27378
a9c64011 27379 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 27380 calling malloc.
a9c64011
AS
27381 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27382 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 27383 use.
9846de1b
JM
27384
273851999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27386
27387 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27388 * gdb.base/annota2.cc, annota2.exp: Move from here.
27389 * gdb.c++/annota2.cc, annota2.exp: To here.
27390 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27391
43ff13b4
JM
27392Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27393
27394 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 27395 a consistent format.
43ff13b4 27396
085dd6e6
JM
273971999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27398
27399 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27400 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27401 HP compilers, also set the globals $true and $false.
27402
27403 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
27404 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27405 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27406 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27407 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27408 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27409 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27410 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27411 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27412 whatis.c} Add C++ compatible function definitions and return
27413 types, add includes for library functions.
085dd6e6
JM
27414 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27415 * gdb.base/step-test.c (myglob): Rename from glob.
27416 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
27417 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27418 files, move here from gdb.hp.
085dd6e6 27419 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
27420 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27421 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27422 Adjust line numbers in regexps.
085dd6e6
JM
27423
27424 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27425 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27426 instead of 0/1.
27427
27428 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27429 foll-vfork.exp: New files, move here from gdb.hp.
27430 * gdb.base/page.exp: New file, test of pagination command.
27431
27432 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27433 recursion test.
27434 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27435
27436 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 27437 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
27438
27439 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 27440 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 27441 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 27442 watchpoint test.
085dd6e6
JM
27443 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27444 them work.
27445 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27446 expressions properly.
27447 * gdb.base/corefile.exp: Loosen the match slightly.
27448 * gdb.base/default.exp: Allow "Error accessing memory" message
27449 also.
27450 * gdb.base/display.exp: Skip over x/0 j if PA64.
27451 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27452 * gdb.base/interrupt.exp: Ditto.
27453 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27454 in use.
27455 * gdb.base/list.exp: Add xfails for HP-UX.
27456 * gdb.base/long_long.exp: Refine some of the numeric matches.
27457 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27458 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27459 * gdb.base/nodebug.exp: Succeed on more varieties of output.
27460 * gdb.base/opaque.exp: Remove some HP-UX xfails.
27461 * gdb.base/ptype.exp: Succeed on more varieties of output.
27462 * gdb.base/scope.exp: Add xfails for HP-UX.
27463 * gdb.base/sect-cmd.exp: Add more cases.
27464 * gdb.base/setvar.exp: Add xfails for HP-UX.
27465 * gdb.base/shlib-call.exp: Loosen some matches slightly.
27466 * gdb.base/signals.exp: Match on void symbolically.
27467 * gdb.base/step-test.exp: Add case for PA64.
27468 * gdb.base/term.exp: Add exit and restart.
27469 * gdb.base/twice.exp: Clean up after self.
27470 * gdb.base/varargs.exp: Disable overload resolution explicitly.
27471 * gdb.base/whatis.exp: Allow more ways to pass tests.
27472
27473 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 27474 no longer useful.
085dd6e6
JM
27475
27476Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
27477
27478 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 27479 list of patterns.
085dd6e6 27480 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
27481 print_double_array(double_array)", "continuing to breakpoint
27482 1018", "print print_double_array(array_d)" and "continuing to
27483 1034" tests.
d63a86f8 27484
085dd6e6
JM
274851999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
27486
a9c64011 27487 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
27488
274891999-06-24 Stan Shebs <shebs@andros.cygnus.com>
27490
27491 * config/mt-*: Remove, these haven't been used since 1996.
27492
274931999-06-22 Stan Shebs <shebs@andros.cygnus.com>
27494
27495 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 27496 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
27497 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
27498
9e0b60a8
JM
274991999-06-18 Stan Shebs <shebs@andros.cygnus.com>
27500
27501 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
27502 simpler match case for the ptype of the big class.
27503
275041999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27505
27506 * gdb.exp: Fix test for gdb_prompt existence.
27507
275081999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27509
27510 * gdb.exp (gdb_test): Add fail after calls to perror.
27511
275121999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27513
27514 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27515
275161999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27517
27518 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27519
0f71a2f6
JM
27520Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27521
27522 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 27523 malloc() is linked in.
0f71a2f6
JM
27524
275251999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27526
27527 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27528 step at end.
27529
27530 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27531
275321999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27533
27534 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27535
cce74817
JM
27536Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27537
27538 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27539 * gdb.base/mips_pro.exp: Likewise.
27540
275411999-06-02 Keith Seitz <keiths@cygnus.com>
27542
27543 * gdb.c++/templates.cc: Change all "new" operators to throw
27544 an exception.
27545 * gdb.c++/cplusfuncs.cc: Likewise.
27546
27547 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27548
27549Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27550
27551 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
27552 * gdb.base/ending-run.exp: When stepping out of main, accept a
27553 step into an arbitrary assembler file.
cce74817 27554
392a587b
JM
275551999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27556
d63a86f8 27557 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 27558 "breakpoint-invalid" to be printed.
6fdff2c5
PA
27559 * gdb.base/annota2.exp: Revise line number for main
27560 breakpoint. Allow any number of "frames-invalid" and
27561 "breakpoint-invalid" to be printed.
392a587b
JM
27562 * gdb.base/annota2.cc: Initialize a.x to 0.
27563
9e086581
JM
275641999-05-17 Keith Seitz <keiths@cygnus.com>
27565
6fdff2c5
PA
27566 * gdb.base/call-ar-st.exp: Skip
27567 "print print_double_array (double_array)" when "skip_float_tests" set.
27568 Ditto for "print print_double_array(array_d)",
27569 "print print_small_structs", "print print_ten_doubles", and
27570 "step into print_long_arg_list".
27571 Don't assume we can step into "print_long_arg_list": we could step
27572 into memcpy.
27573 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27574 "skip_float_tests" is set: "print print_one_double(*d1)"
27575 and "print print_two_floats(*f3)".
9e086581
JM
27576 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27577 "skip_float_tests" is set.
6fdff2c5
PA
27578 * gdb.base/varargs.exp: Skip
27579 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27580 "skip_float_tests" set.
d63a86f8 27581
cd0fc7c3
SS
275821999-05-06 Keith Seitz <keiths@cygnus.com>
27583
27584 * gdb.base/annota2.cc: Include stdio.h.
27585
27586Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27587
27588 * gdb.base/crossload.exp: Remove, this has been disabled ever
27589 since BFD stopped including all targets, and cross-GDB gets
27590 plenty of testing anyway.
27591 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
27592 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27593 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
27594 * gdb.base/README: Remove, was doc for this.
27595 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 27596 needed.
cd0fc7c3 27597
b83266a0
SS
275981999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27599
27600 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27601 output.
27602
27603 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27604 * gdb.base/annota2.exp: New file. More annotation tests.
27605 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27606 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27607
276081999-04-23 Angela Marie Thomas <angela@cygnus.com>
27609
27610 * config/cfdbug.exp: New file.
27611
7a292a7a
SS
276121999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27613
27614 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27615 Marcus Daniel's and Dale Hawkins's demangler crashes.
27616
27617 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
27618 test_lucid_style_demangling, test_arm_style_demangling,
27619 test_hp_style_demangling): Try Tom Tromey's core-dumping
27620 identifier under each demangling style.
7a292a7a
SS
27621
276221999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27623
27624 * gdb.c++/demangle.exp: Include the current demangling style
27625 in all test names.
27626 (current_demangling_style): New global variable.
27627 (set_demangling_style, test_demangling_core, test_demangling,
27628 test_demangling_exact): New functions.
27629 (test_gnu_style_demangling, test_lucid_style_demangling,
27630 test_arm_style_demangling, test_hp_style_demangling): Use those,
27631 instead of calling gdb_test and gdb_test_exact directly.
27632 (catch_demangling_errors): New function, which reports errors
27633 signalled by the demangling test functions in an orderly way.
27634 (do_tests): Use catch_demangling_errors.
27635
276361999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27637
27638 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 27639 grouping in expressions, not {}.
7a292a7a
SS
27640
27641 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 27642 initialized yet.
7a292a7a
SS
27643
276441999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27645
27646 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27647 are listed.
27648
276491999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27650
27651 * gdb.stabs/weird.exp: Test for CC being defined before
27652 looking at its value.
27653
276541999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27655
27656 * gdb.base/call-ar-st.exp: Remove stray '#'.
27657 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27658 "short int" and "long int".
27659 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 27660 change, to mollify finicky HP compiler.
7a292a7a
SS
27661 * gdb.hp/reg-test.exp (testfile): Fix file name.
27662 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 27663
7a292a7a
SS
27664 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27665 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27666 alternate form of enum ptype.
27667
c906108c
SS
276681999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27669
7a292a7a
SS
27670 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27671 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
27672 passing skip_hp_tests, so as not to waste time on guaranteed
27673 failure.
7a292a7a 27674
c906108c
SS
27675 * gdb.c++/overload.cc: Pass string instead of char addr, always
27676 init ccpfoo.
27677 * gdb.c++/templates.cc: Fix syntax error.
27678
7a292a7a
SS
27679Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27680
27681 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 27682 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
27683 command.
27684
276851999-03-18 James Ingham <jingham@cygnus.com>
27686
27687 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27688
27689 * gdb.c++/method.exp: It was testing an uninitialized int on the
27690 stack and assuming it was positive.
27691
27692 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27693
27694 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 27695 keep it from killing the rest of the tests.
7a292a7a
SS
27696 Use gdb_continue_to_end.
27697
27698 * gdb.base/sigall.exp: use gdb_continue_to_end.
27699
27700 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27701
27702 * gdb.base/display.exp: use runto_main, not run.
27703
d63a86f8
RM
27704 * gdb.base/default.exp: Check for the current error message in the
27705 r abbreviation test.
7a292a7a
SS
27706 Add strongarm to the targets that know info float.
27707
d63a86f8 27708 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
27709 run which doesn't work with monitors.
27710
6fdff2c5
PA
27711 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27712 1034 test.
7a292a7a
SS
27713
27714 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27715
6fdff2c5
PA
27716 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27717 end of a program. Traps the case (in Cygmon) when the program
27718 never really exits. Same as Mark's continue_to_exit, but I had
27719 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
27720
27721 * config/monitor.exp (gdb_target_monitor): added another
27722 target_info parameter: remotebinarydownload. This will set the
27723 remotebinarydownload flag if this is causing some boards trouble.
27724
277251999-03-18 Mark Salter <msalter@cygnus.com>
27726
27727 * lib/gdb.exp (continue_to_exit): New function.
27728
27729 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27730 * gdb.base/ending-run.exp: Ditto.
27731 * gdb.base/step-test.exp: Ditto.
27732
277331999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27734
27735 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27736 (suggested by Art Haas <ahaas@neosoft.com>).
27737
277381999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27739
889bf7c5 27740 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
27741
27742Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27743
27744 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 27745 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
27746
277471999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27748
27749 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27750 a call to strlen; sometimes we do have sources.
27751
277521999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
27753
27754 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 27755 character, so GDB won't print garbage after its end.
d63a86f8 27756
c906108c
SS
27757 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27758 breakpoint there instead. Sometimes GCC emits memcpy to handle
27759 the large structures being passed by value, so we step into that
27760 instead of sum_array_print, which obscures what we're really testing.
27761 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
27762 the bizarre steps into memcpy, so do that here. Add check for
27763 stepping into function calls that pass large structures by value.
27764 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
27765 Remove all references to specific line numbers.
27766 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27767 New type and function.
27768 (main): Call large_struct_by_value, passing it a large struct by value.
27769 * lib/gdb.exp (gdb_get_line_number): New function.
27770
27771 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27772 more portable.
27773
7a292a7a
SS
277741999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27775
c906108c
SS
27776 * lib/gdb.exp: Doc fixes.
27777
7a292a7a
SS
277781999-03-05 Nick Clifton <nickc@cygnus.com>
27779
d63a86f8 27780 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
27781
277821999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27783
c906108c 27784 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
27785 commands. They're not germane to this test, and they don't work
27786 that way on remote targets.
c906108c 27787
3fc11d3e
JM
277881999-03-01 James Ingham <jingham@cygnus.com>
27789
27790 * Changelog entries merged over from gdb development branch.
27791
3fc11d3e
JM
27792 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27793
27794 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27795 for outputting results of test run.
27796
2d4a1622 27797 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
27798
27799 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 27800
7a292a7a
SS
278011999-02-25 Felix Lee <flee@cygnus.com>
27802
27803 * lib/gdb.exp (debug_format): initialize
27804
c906108c
SS
278051999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27806
27807 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27808 * gdb.base/call-rt-st.c: Ditto.
27809
c906108c
SS
278101999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27811
27812 * gdb.threads/pthreads.exp (horiz): New variable.
27813 (test_startup): Fix regexps that capture thread numbers.
27814
278151999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27816
27817 * gdb.base/smoke.exp: Disambiguate two test case names (both
27818 called ``print'').
27819
27820Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27821
27822 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 27823 compilation.
c906108c
SS
27824
278251999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27826
27827 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27828 actual output formatting.
27829 * gdb.base/smoke.exp: GDB removes leading 0's.
27830 * gdb.base/volatile.exp: Don't check type of remuneration;
27831 that variable is no longer defined in constvars.c.
27832 * gdb.base/step-test.c (main): Exit with explicit exit code.
27833 * gdb.base/step-test.exp: Remove two nexti checks--they are
27834 not portable.
27835
278361999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27837
27838 * gdb.base/help.exp ("help delete display"): Fix test to match
27839 gdb's output.
27840
27841 * gdb.base/long_long.c (known_types): Initialize values to zero.
27842 * gdb.base/long_long.exp: Step one more line
27843 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
27844 leading zeros. Explicitly ask for hex formatting. Use
27845 unique test case names.
c906108c
SS
27846
27847Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27848
d63a86f8 27849 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
27850
27851 * gdb.c++/method.exp: Add missing close brace.
27852
278531999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27854
27855 * gdb.base/maint.exp: Use 'set height 0' to disable page
27856 prompting, not 'set height 400'.
27857
27858 Fix a bunch of timeouts.
27859 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27860 four separate tests, so expect doesn't take forever to match a ton
27861 of text against a regexp with lots of .* forms.
27862 ("maint print psymbols", "maint print symbols"): Make some of
27863 these greps more selective, so that expect doesn't try to wade
27864 through huge piles of output and time out.
27865
27866 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27867
27868 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
27869 tests: one which doesn't expect shlib events to be reported, and
27870 another which does, but is XFAIL for all platforms other than
27871 HP/UX.
c906108c
SS
27872
27873 * gdb.base/break.exp: Teach the test suite that the `catch
27874 fork', `catch vfork', and `catch exec' commands produce error
27875 messages on platforms that don't provide these features.
27876
27877Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27878
27879 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
27880 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27881 (shortening names from solib_threshold.exp etc), won't run on
27882 anything but HP-UX for the foreseeable future.
c906108c 27883 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 27884 reflect move.
c906108c
SS
27885
27886Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27887
27888 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 27889 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
27890
27891Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27892
27893 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27894 successfully re-sets breakpoints in shared libraries.
27895 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27896
27897Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27898
d63a86f8
RM
27899 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27900 and compiled w/o GCC.
c906108c
SS
27901
27902 * gdb.hp/watch-cmd.exp: ditto.
27903
27904 * gdb.hp/watch-hp.exp: ditto.
27905
27906 * gdb.hp/xdb1.exp: ditto.
27907
27908 * gdb.hp/xdb2.exp: ditto.
27909
27910 * gdb.hp/dbx.exp: ditto.
27911
27912Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27913
27914 * constvars.c: Remove C++-isms.
27915 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 27916 with GCC.
c906108c
SS
27917
27918Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27919
27920 The following changes are part of the HP merge.
27921
27922 * gdb.base/break.exp: new tests to verify that catchpoints for
27923 fork, vfork, and exec don't trigger inappropriately.
27924
27925 * gdb.base/opaque.exp: compile one file at a time, then link.
27926
27927 * gdb.base/signals.exp: be more restrictive about which hppa
27928 systems receive a setup_xfail. new tests.
27929
27930 * gdb.base/solib_threshold.build: new file.
27931 * gdb.base/solib_threshold.exp: new file.
27932 * gdb.base/solib_threshold.link_opts: new file.
27933 * gdb.base/solib_threshold.mk: new file.
27934 * gdb.base/gen_solib_threshold.c: new file.
27935
27936 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27937 tests. New tests for enums inside classes.
27938
27939 * gdb.c++/compiler.cc: indicate support of template debugging.
27940
27941 * gdb.c++/demangle.exp: run hp style demangling tests.
27942
27943 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27944 tests.
27945
27946 * gdb.c++/misc.cc: changes to support new tests.
27947
27948 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27949 to support new tests.
27950
27951 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27952 gcc, then skip these tests.
27953
27954Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27955
27956 The following files are part of the HP merge; some had longer
27957 names at HP, but have been renamed to be no more than 14
27958 characters in length.
27959
27960 * gdb.hp/ambiguous.cc: new file.
27961 * gdb.hp/ambiguous.exp: new file.
27962 * gdb.hp/attach.exp: new file.
27963 * gdb.hp/attach2.exp: new file.
27964 * gdb.hp/classes-hp.exp: new file.
27965 * gdb.hp/ctti.exp: new file.
27966 * gdb.hp/ctti-add.cc: new file.
27967 * gdb.hp/ctti-add1.cc: new file.
27968 * gdb.hp/ctti-add2.cc: new file.
27969 * gdb.hp/ctti-add3.cc: new file.
27970 * gdb.hp/dbx.exp: new file.
27971 * gdb.hp/exception.cc: new file.
27972 * gdb.hp/exception.exp: new file.
27973 * gdb.hp/foll-exec.c: new file.
27974 * gdb.hp/foll-exec.exp: new file.
27975 * gdb.hp/foll-fork.c: new file.
27976 * gdb.hp/foll-fork.exp: new file.
27977 * gdb.hp/foll-vfork.c: new file.
27978 * gdb.hp/foll-vfork.exp: new file.
27979 * gdb.hp/inherit-hp.exp: new file.
27980 * gdb.hp/more-steps.exp: new file.
27981 * gdb.hp/namespace.cc: new file.
27982 * gdb.hp/namespace.exp: new file.
27983 * gdb.hp/optimize.exp: new file.
27984 * gdb.hp/pxdb.c: new file.
27985 * gdb.hp/pxdb.exp: new file.
27986 * gdb.hp/quicksort.exp: new file.
27987 * gdb.hp/reg-test.exp: new file.
27988 * gdb.hp/reg-test.s: new file.
27989 * gdb.hp/sized-enum.c: new file.
27990 * gdb.hp/sized-enum.exp: new file.
27991 * gdb.hp/start-stop.exp: new file.
27992 * gdb.hp/templ-hp.cc: new file.
27993 * gdb.hp/templ-hp.exp: new file.
27994 * gdb.hp/thr-lib.c: new file.
27995 * gdb.hp/thr-lib.exp: new file.
27996 * gdb.hp/thr-lib.h: new file.
27997 * gdb.hp/thr-liblib.c: new file.
27998 * gdb.hp/virtfun-hp.c: new file.
27999 * gdb.hp/virtfun-hp.exp: new file.
28000 * gdb.hp/watch-cmd.exp: new file.
28001 * gdb.hp/watch-hp.exp: new file.
28002 * gdb.hp/xdb1.exp: new file.
28003 * gdb.hp/xdb2.exp: new file.
28004 * gdb.hp/xdb3.exp: new file.
28005
28006Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28007
28008 The following files are part of the HP merge; some had longer
28009 names at HP, but have been renamed to be no more than 14
28010 characters in length.
28011
28012 * gdb.base/ss.h: new file.
28013 * gdb.base/call-ar-st.c: new file.
28014 * gdb.base/call-ar-st.exp: new file.
28015 * gdb.base/call-rt-st.c: new file.
28016 * gdb.base/call-rt-st-exp: new file.
28017 * gdb.base/call-strs.exp: new file.
28018 * gdb.base/ena-dis-br.exp: new file.
28019 * gdb.base/environ.exp: new file.
28020 * gdb.base/long_long.exp: new file.
28021 * gdb.base/sect-cmd.exp: new file.
28022 * gdb.base/shlib-cl2.exp: new file.
28023 * gdb.base/smoke.exp: new file.
28024 * gdb.base/so-impl-ld.c: new file.
28025 * gdb.base/so-impl-ld.exp: new file.
28026 * gdb.base/so-indr-cl.c: new file.
28027 * gdb.base/so-indr-cl.exp: new file.
28028 * gdb.base/varargs.exp: new file.
28029 * gdb.base/volatile.exp: new file.
28030 * gdb.base/whatis-exp.exp: new file.
7a292a7a 28031 * gdb.base/display.exp: new file.
c906108c
SS
28032 * gdb.c++/derivation.exp: new file.
28033 * gdb.c++/local.exp: new file.
28034 * gdb.c++/member-ptr.exp: new file.
28035 * gdb.c++/overload.exp: new file.
28036 * gdb.c++/ovldbreak.exp: new file.
28037 * gdb.c++/ref-types.exp: new file.
28038 * gdb.c++/ref-types2.exp: new file.
28039 * gdb.c++/userdef.exp: new file.
d63a86f8 28040
c906108c
SS
28041Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28042
28043 * gdb.base/default.exp: Reflect wording change in remote.c.
28044
dc96c6c7 28045Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28046
28047 * gdb.base/help.exp: Update to reflect current text.
28048
28049Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28050
28051 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28052 they're stack variables and contain garbage.
28053 * gdb.c++/anon-union.exp: new file.
28054
28055 The following changes were made by David Taylor
889bf7c5
PA
28056 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28057 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28058 in changes by HP.
c906108c
SS
28059
28060 * gdb.base/bitops.exp: new file.
28061 * gdb.base/default.exp: change expected messages for catch and
28062 info catch tests to reflect HP merge changes.
28063 * gdb.base/enable-disable-break.exp
28064 * gdb.base/ending-run.c: new file.
28065 * gdb.base/long_long.c: new file.
28066 * gdb.base/maint.exp: new file.
28067 * gdb.base/pointers2.exp: new file.
28068 * gdb.base/shlib-call2.exp: new file.
28069 * gdb.base/solib.exp: new file.
28070 * gdb.base/step-test.c: new file.
28071 * gdb.c++/anon-union.cc: new file.
28072 * gdb.c++/local.cc: new file.
28073 * gdb.c++/member-pointer.cc: new file.
28074 * gdb.c++/method.cc: new file.
28075 * gdb.c++/ref-types.cc: new file.
28076 * gdb.c++/ref-types2.cc: new file.
28077 * gdb.c++/userdef.cc: new file.
d63a86f8 28078
c906108c
SS
28079 * gdb.base/scope.exp: compile one file at a time, then link.
28080 * gdb.base/langs.exp: ditto.
28081 * gdb.base/list.exp: ditto.
d63a86f8 28082
c906108c
SS
28083Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28084
28085 The following changes were made by David Taylor
889bf7c5
PA
28086 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28087 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28088 in changes by HP.
d63a86f8 28089
c906108c
SS
28090 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28091 skip tests. When compiling pass c++ flag to gdb_compile.
28092 * gdb.c++/
d63a86f8 28093
c906108c
SS
28094 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28095 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28096 (skip_hp_tests): new function.
28097 (gdb_preprocess): new function.
28098
28099 * configure.in (hpdir): decide whether to configure gdb.hp.
28100 * configure: regenerated.
28101
28102 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28103 to delete on clean.
28104 (EXECUTABLES): update to reflect new additions.
28105 * gdb.base/commands.exp: update message expected.
28106 * gdb.base/default.exp: add copyright notice.
28107 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28108 * gdb.base/help.exp: update messages to reflect current text.
28109 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28110 targets for recurse tests.
28111 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28112 skip this file.
28113
28114 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28115 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28116 compilation.
28117 * gdb.c++/misc.exp: ditto.
28118 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28119 run the tests. tell gdb_compile that it's a c++ compilation.
28120
28121 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 28122
c906108c
SS
28123 * gdb.base/all-bin.exp: new file.
28124 * gdb.base/arithmet.exp: new file.
28125 * gdb.base/assign.exp: new file.
28126 * gdb.base/completion.exp: new file.
28127 * gdb.base/cond-expr.exp: new file.
28128 * gdb.base/condbreak.exp: new file.
28129 * gdb.base/define.exp: new file.
28130 * gdb.base/dollar.exp: new file.
28131 * gdb.base/environment.exp: new file.
28132 * gdb.base/eval-skip.exp: new file.
28133 * gdb.base/jump.exp: new file.
28134 * gdb.base/logical.exp: new file.
28135 * gdb.base/pointers.exp: new file.
28136 * gdb.base/relational.exp: new file.
28137 * gdb.base/section_command.exp: new file.
28138 * gdb.base/whatis-expr.exp: new file.
28139
28140 * gdb.base/all-types.c: new file.
28141 * gdb.base/call-array-struct.c: new file.
28142 * gdb.base/call-return-struct.c: new file.
28143 * gdb.base/call-strings.c: new file.
28144 * gdb.base/callfuncs2.c: new file.
28145 * gdb.base/condbreak.c: new file.
28146 * gdb.base/constvars.c: new file.
28147 * gdb.base/display.c: new file.
28148 * gdb.base/int-type.c: new file.
28149 * gdb.base/jump.c: new file.
28150 * gdb.base/miscexprs.c: new file.
28151 * gdb.base/pointers.c: new file.
28152 * gdb.base/pointers2.c: new file.
28153 * gdb.base/shmain.c: new file.
28154 * gdb.base/shr1.c: new file.
28155 * gdb.base/shr2.c: new file.
28156 * gdb.base/solib.c: new file.
28157 * gdb.base/solib1.c: new file.
28158 * gdb.base/solib2.c: new file.
28159 * gdb.base/varargs.c: new file.
28160 * gdb.c++/derivation.cc: new file.
28161 * gdb.c++/overload.cc: new file.
28162 * gdb.c++/ovldbreak.cc: new file.
28163 * gdb.hp/attach.c: new file.
28164 * gdb.hp/attach2.c: new file.
28165 * gdb.hp/average.c: new file.
28166 * gdb.hp/compiler.c: new file.
28167 * gdb.hp/compiler.cc: new file.
28168 * gdb.hp/execd-program.c: new file.
28169 * gdb.hp/follow-exec.c: new file.
28170 * gdb.hp/follow-fork.c: new file.
28171 * gdb.hp/follow-vfork-and-exec.c: new file.
28172 * gdb.hp/misc-hp.cc: new file.
28173 * gdb.hp/more-steps.c: new file.
28174 * gdb.hp/optimize.c: new file.
28175 * gdb.hp/quicksort.c: new file.
28176 * gdb.hp/run-hp.c: new file.
28177 * gdb.hp/start-stop.c: new file.
28178 * gdb.hp/sum.c: new file.
28179 * gdb.hp/templates-hp.cc: new file.
28180 * gdb.hp/thread-local-in-lib.c: new file.
28181 * gdb.hp/thread-local-in-lib.h: new file.
28182 * gdb.hp/thread-local-in-lib.lib.c: new file.
28183 * gdb.hp/vforked-program.c: new file.
28184 * gdb.hp/virtfunc-hp.cc: new file.
28185 * gdb.hp/watchpoint-hp.c: new file.
28186 * gdb.hp/xdb.c: new file.
28187 * gdb.hp/xdb0.c: new file.
28188 * gdb.hp/xdb0.h: new file.
28189 * gdb.hp/xdb1.c: new file.
28190
28191Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28192
28193 The following change was made by Edith Epstein
889bf7c5
PA
28194 <eepstein@cygnus.com> as part of a project to merge in changes
28195 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
28196
28197 * gdb.c++/demangle.exp: changed the expected output for some
28198 ARM-style mangling -- removed second reference to datatype.
889bf7c5 28199 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 28200 T1<char>::~T1<char>(void)
c906108c 28201 becomes,
a9c64011
AS
28202 maint demangle __dt__11T1__pt__2_cFv
28203 T1<char>::~T1(void)
c906108c 28204
889bf7c5 28205 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 28206
c906108c
SS
28207Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28208
28209 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28210 * gdb.trace/backtrace.exp: Likewise.
28211 * gdb.trace/circ.exp: Likewise.
28212 * gdb.trace/collection.exp: Likewise.
28213 * gdb.trace/deltrace.exp: Likewise.
28214 * gdb.trace/infotrace.exp: Likewise.
28215 * gdb.trace/limits.exp: Likewise.
28216 * gdb.trace/packetlen.exp: Likewise.
28217 * gdb.trace/passc-dyn.exp: Likewise.
28218 * gdb.trace/passcount.exp: Likewise.
28219 * gdb.trace/report.exp: Likewise.
28220 * gdb.trace/save-trace.exp: Likewise.
28221 * gdb.trace/tfind.exp: Likewise.
28222 * gdb.trace/tracecmd.exp: Likewise.
28223 * gdb.trace/while-dyn.exp: Likewise.
28224 * gdb.trace/while-stepping.exp: Likewise.
28225
282261998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28227
28228 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28229
28230Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28231
28232 From Brendan Kehoe:
28233 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28234 int return types.
28235
28236Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28237
28238 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 28239 remote dos host testing right.
c906108c
SS
28240
28241Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28242
28243 * gdb.base/corefile.exp: remove some xfails.
28244
28245Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28246
28247 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 28248 have different timestamps.
c906108c
SS
28249
28250Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28251
28252 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 28253 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
28254
28255Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28256
28257 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 28258 delta.
c906108c
SS
28259
28260Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28261
28262 * gdb.base/default.exp: Add brace missing from previous delta.
28263
28264Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28265
28266 * gdb.base/default.exp: Support test for info float for all
28267 varieties of arm toolchain.
28268
dc96c6c7 28269Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28270
28271 * gdb.trace/*.exp: remove "remote_download" command.
28272
dc96c6c7 28273Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28274
28275 * gdb.trace/*.exp: remove -gdwarf from compile.
28276
28277Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28278
28279 * gdb.trace/configure.in(AC_INIT): typo
28280 * gdb.trace/configure: regenerated
28281
dc96c6c7 28282Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28283
28284 * config/m68k-emc.exp: New file.
28285 * lib/<emc-support.exp trace-support.exp}: New files.
28286 * configure.in: add new test directory gdb.trace.
28287 * gdb.trace/{configure configure.in Makefile.in}: New files.
28288 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28289 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28290 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28291 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28292 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28293 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28294 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 28295
dc96c6c7 28296Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28297
28298 * gdb.c++/classes.exp: Change all regular expressions to match
28299 arbitrary combinations of newline/carriage-return, so that they
28300 will work equally well on Unix and Windows.
28301 * gdb.c++/inherit.exp: ditto.
28302 * gdb.c++/virtfunc.exp: ditto.
28303
283041998-08-11 Dawn Perchik <dawn@cygnus.com>
28305
28306 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28307
c2d11a7d
JM
28308Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28309
28310 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28311 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28312 to use a0-a3/d0-d3 as needed.
28313
28314Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28315
28316 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28317 * gdb.disasm/am33.exp: Corresponding changes.
28318
c906108c
SS
283191998-07-11 Felix Lee <flee@cygnus.com>
28320
28321 * gdb.base/callfuncs.exp: add cmp10 test.
28322 * gdb.base/callfuncs.c (cmp10): new function.
28323
28324Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28325
d63a86f8 28326 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
28327 into two parts to get around a synchronization problem in expect.
28328
3fc11d3e
JM
28329Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28330
28331 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28332
28333 * configure.in: Add options for gdbtk testsuite.
28334
28335 * configure: Regenerate.
28336
28337 * gdb.gdbtk: New directory to hold gdbtk tests.
28338
c906108c
SS
28339Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28340
28341 * gdb.fortran/types.exp: Escape brackets in expect patterns
28342 for test_float_literal_types_accepted tests.
28343 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28344 before run test.
28345
c2d11a7d
JM
28346Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28347
28348 * am33.exp: Just compile, do not link the testcase.
28349 * am33.s: Add ".am33" pseudoop to force am33 mode.
28350
c906108c
SS
283511998-06-25 Felix Lee <flee@cygnus.com>
28352
28353 * gdb.base/setshow.exp: make sure $pc is sane.
28354
28355 * gdb.stabs/weird.exp: split expect patterns properly.
28356
c2d11a7d
JM
28357Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28358
28359 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28360 * gdb.disasm/am33.exp: Run it.
28361
dc96c6c7 28362Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28363
28364 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28365 match processing (and eliminate spurious timeouts when running).
28366
dc96c6c7 28367Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28368
28369 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28370 exception test, but conditionalize it on target [mach | gnu].
28371
dc96c6c7 28372Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28373
28374 * gdb.base/overlays.exp: fixup compile line for linker script.
28375
28376Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28377
28378 * gdb.fortran/types.exp: don't guess at float size.
28379
28380Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28381
28382 * gdb.base/exprs.exp: delete test that depends on int size.
28383
28384Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28385
28386 * config/sim.exp: Removed checks for target triplets.
28387 (gdb_target_sim): Use gdb,target_sim_options.
28388
28389Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28390
28391 * gdb.base/reread.exp: New file.
28392 * gdb.base/reread1.c: New file.
28393 * gdb.base/reread2.c: New file.
28394
28395Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28396
28397 * config/sim.exp: Use 'target sim -sparclite' when running
28398 SPARClite programs.
28399
28400Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28401
28402 * gdb.base/structs2.exp: New file.
28403 * gdb.base/structs2.c: New file.
28404
28405Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28406
28407 * gdb.asm/common.inc: New file.
28408 * gdb.asm/d10v.inc: New file.
28409 * asm-source.exp: Pass -I's to gas to find .inc files.
28410 Update line numbers in expected output.
28411 * asmsrc1.s: Rewrite.
28412 * asmsrc2.s: Rewrite.
28413 * configure.in: Create arch.inc symlink.
28414 * configure: Regenerate.
28415 * Makefile.in (distclean): Delete arch.inc.
28416
28417Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28418
28419 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
28420 (t_enum_value2): ditto
28421 (t_enum_value3): ditto
28422 (main): ditto
c906108c
SS
28423Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28424
28425 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28426 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28427 change.
28428 Use gdb_test instead of send_gdb/gdb_expect sequences.
28429
28430Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28431
28432 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28433 not void.
28434
28435Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28436
28437 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
28438 subroutines. Used to test gdbs ability to single step through PC
28439 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
28440
28441Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28442
28443 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28444 more rigorous EGCS C++ error checking.
28445
28446Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28447
a9c64011
AS
28448 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28449 tests.
28450 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28451 function when asleep.
28452 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28453 for i*86 Linux and SVR4 signal handling problems.
28454 Remove linux xfail for `next to handler in signals_tests_1', fixed
28455 by recent infrun.c change.
28456 Limit backtrace to 10 frames to avoid timeout problems with infinite
28457 stack backtraces.
28458 Adjust expect pattern in `handle all print' test to match Apr 28 1997
28459 target.[ch] change.
c906108c
SS
28460
28461Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
28462
28463 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28464 for a newline from gdb before continuing.
28465 (default_gdb_exit): Just look for y or n.
28466 (gdb_test): Detect abnormal exit from GDB running on DOS; if
28467 it does, fail the rests of the tests in the file.
28468
28469Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
28470
28471 * config/cygmon.exp: New file.
28472
28473Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
28474
28475 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 28476 main" test on remote targets.
c906108c
SS
28477
28478 * gdb.base/scope.exp: Fix problem with filelocal_bss before
28479 run test on remote targets.
28480
28481Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
28482
28483 * gdb.asm: New directory.
28484 * configure.in: Configure it.
28485 * configure: Regenerate.
28486 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
28487 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
28488
28489Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
28490
28491 * config/mn10300-eval.exp: New file to support MN10300 eval board.
28492
dc96c6c7 28493Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28494
a9c64011
AS
28495 * gdb.base/overlays (several files): Merge the two overlay
28496 managers into one. Change variables (foox, barx, bazx, grbxx)
28497 back into ints but force them to load in their proper sections.
c906108c
SS
28498
28499Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
28500
28501 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 28502 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
28503 (D10VCopy): Handle memory regions crossing 16k boundaries.
28504 (D10VCopy): Transfer data in 32 bit chunks.
28505
28506Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
28507
28508 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 28509 correct.
c906108c
SS
28510
28511 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 28512 map. Include space for printf in .text segment.
c906108c
SS
28513
28514 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 28515 updated d10v memory VMA/LMA map.
c906108c 28516 (D10VCopy): Call D10VTranslate.
d63a86f8 28517
c906108c
SS
28518Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28519
28520 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28521
28522 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
28523 that it won't be put into the .sdata - small data -
28524 section. Update reference.
c906108c
SS
28525 * gdb.base/baz.c (bazx, baz): Ditto.
28526 * gdb.base/foo.c (foox, foo): Ditto.
28527 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28528
28529 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 28530 to be arrays.
d63a86f8 28531
dc96c6c7 28532Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28533
a9c64011
AS
28534 * gdb.base/overlays.exp: fix up and get working again.
28535 Add tests for backtraces from an overlay function.
d63a86f8 28536
c906108c
SS
28537Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28538
28539 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28540 "calling function with watchpoint enabled".
28541
28542Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28543
28544 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 28545 gdb_suppress_tests for d10v-*-*.
c906108c
SS
28546 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28547 pending review of whether it is useful or not.
28548
28549Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28550
28551 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28552
28553Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28554
28555 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28556 * config/dve.exp: New file to support Densan boards.
28557
28558Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28559
28560 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 28561 reads and BSD.
c906108c
SS
28562
28563Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28564
28565 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28566 response.
28567
28568 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28569
28570Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28571
28572 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 28573 test.
c906108c
SS
28574
28575 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 28576 target_sizeof_long and target_bigendian_p.
c906108c 28577 (structs_by_value, structs_by_reference): Check values according
889bf7c5 28578 to targets word size and endianess.
d63a86f8 28579
c906108c
SS
28580Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28581
28582 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 28583 output.
c906108c
SS
28584
28585Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28586
28587 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 28588 Update test of set args help to match source change.
c906108c
SS
28589
28590Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28591
28592 * gdb.base/default.exp: Expect help system output to be in
28593 alphabetical order.
28594 * gdb.base/help.exp: Ditto.
28595
28596Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28597
28598 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28599 "i*86-pc-linux-gnu*".
28600 * gdb.base/interrupt.exp: Ditto.
28601 * gdb.base/corefile.exp: Ditto.
28602
28603 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 28604 define vxworks when building the testcase.
c906108c
SS
28605
28606 * gdb.base/ptype.exp: Fix testnames to be unique.
28607 * gdb.base/radix.exp: Ditto.
28608 * gdb.base/term.exp: Ditto.
28609 * gdb.base/whatis.exp: Ditto.
28610 * gdb.c++/classes.exp: Ditto.
28611
28612Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28613
28614 * gdb.base/callfuncs.exp: Fix indentation.
28615
28616 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28617 suppress_flag has been set.
28618 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28619 target feature.
28620
28621Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28622
28623 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28624 the testcase.
28625
28626 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 28627 set_debug_traps() and breakpoint().
c906108c
SS
28628 * gdb.c++/misc.cc (main): Ditto.
28629 * gdb.c++/templates.cc (main): Ditto.
28630 * gdb.c++/virtfunc.cc (main): Ditto.
28631
28632Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28633
28634 * lib/gdb.exp(gdb_step_for_stub): New function.
28635 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28636 exists, reload the executable and do a "continue" instead of
28637 doing a jump.
28638 (runto_main): Use gdb_step_for_stub.
d63a86f8 28639
c906108c 28640 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 28641 tests to have unique names.
c906108c
SS
28642 * gdb.base/callfuncs.exp: Ditto.
28643 * gdb.base/commands.exp: Ditto.
28644 * gdb.base/default.exp: Ditto.
28645 * gdb.base/help.exp: Ditto.
28646 * gdb.base/list.exp: Ditto.
28647 * gdb.base/opaque.exp: Ditto.
28648 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28649 similar tests.
d63a86f8 28650
c906108c
SS
28651 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28652 * gdb.c++/cplusfuncs.cc: Ditto.
28653 * gdb.c++/virtfunc.cc: Ditto.
28654
28655 * config/monitor.exp: Keep track of the last file we saw, rather
28656 than trying to get the info from gdb.
28657
28658 * gdb.fortran/types.exp: Move comment to previous line.
28659
28660Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28661
28662 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 28663 target mode.
c906108c
SS
28664
28665Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28666
28667 From Bob Manson:
28668 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 28669 string from GDB when it connects.
c906108c
SS
28670
28671 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28672
28673Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28674
28675 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
28676 if we can't get a debug format from GDB (we may be testing an
28677 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
28678
28679 * gdb.stabs/weird.exp: Fix quoting.
28680
28681 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28682
28683Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28684
28685 * config/arm-ice.exp: New file.
28686
28687Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28688
28689 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 28690 until it has been modified to work with the new testsuite.
c906108c 28691
99707966 28692 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
28693 testcase won't compile, cause all of the testcases in the file to
28694 fail instead.
c906108c
SS
28695
28696 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28697 (gdb_clear_suppressed): New procedure.
28698 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28699 it contains a positive value.
28700
28701Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28702
28703 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28704
28705 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28706
28707Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28708
28709 * lib/gdb.exp (setup_xfail_format): New function.
28710 (get_debug_format): New function to get debug format.
28711 (debug_format): New global variable to hold last value set
28712 by get_debug_format.
28713 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 28714 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
28715 * gdb.c++/ptype.exp: Ditto.
28716 * gdb.c++/classes.exp: Ditto.
28717 * gdb.c++/cplusfuncs.exp: Ditto.
28718 * gdb.c++/inherit.exp: Ditto.
28719 * gdb.c++/templates.exp: Ditto.
28720 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 28721
c906108c
SS
28722Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28723
28724 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28725 host doesn't have a currently-open connection.
28726
28727 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
28728 any gdb stub target. Handle cases where gdb doesn't respond when
28729 interrupted in a sane fashion.
c906108c
SS
28730
28731 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 28732 same thing in a totally different way.
c906108c
SS
28733
28734 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 28735 setting "timeout".
c906108c 28736 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 28737 default_gdb_init now.
c906108c
SS
28738
28739Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28740
28741 * gdb.base/printcmds.exp: Fix "check for floating addition"
28742 regexp to accept results within approx +/- .01 of exact value.
28743 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28744
28745Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28746
28747 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 28748 properly.
c906108c
SS
28749 (gdb_expect): Add optional timeout parameter, and add timeout
28750 value to various calls.
28751 (gdb_suppress_tests): Only give one warning message per group.
28752
28753Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28754
28755 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
28756 global variables. Handle getting a value for $timeout more
28757 gracefully.
c906108c
SS
28758
28759Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28760
28761 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 28762 initialize.
c906108c 28763 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 28764 by a target configuration file.
c906108c
SS
28765 (gdb_expect): Pass the timeout to remote_expect.
28766
28767 * config/monitor.exp(gdb_load): Fix typo in regexp.
28768
28769Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28770
28771 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28772
28773Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28774
28775 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
28776 here. Call gdb_target_exec before rebooting the target, to make
28777 sure the connection to the target is closed.
c906108c
SS
28778 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28779 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28780 Also detect "Timeout reading from remote" error.
28781
28782 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
28783 gdb_target_monitor. Don't call gdb_file_cmd here; let
28784 gdb_target_monitor do it.
c906108c
SS
28785
28786 * gdb.disasm/hppa.exp: Don't use exec_output.
28787
28788Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28789
28790 * gdb.base/list.exp: If we're debugging a non-native target,
28791 try to set the pc register to point to the start of the
28792 program before doing the first list command.
28793
28794 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 28795 test_calls after restarting.
c906108c
SS
28796
28797 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 28798 reloading.
c906108c
SS
28799
28800 * gdb.base/watchpoint.exp: Fix typo.
28801
28802 * gdb.base/setshow.exp: Check for use_gdb_stub.
28803
28804 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 28805 stub case.
c906108c
SS
28806 * gdb.base/langs.exp: Ditto.
28807
28808 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
28809 gdb_load_offset. If we weren't given a file to load, figure out
28810 what the current file is and use it.
c906108c
SS
28811
28812 * config/i386-bozo.exp: New file.
28813
28814Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28815
28816 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28817 feature.
28818
28819 * config/proelf.exp: New entry.
28820
28821Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28822
28823 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28824 of regexps.
28825
28826 * gdb.base/watchpoint.exp: Don't run the test_stepping
28827 tests if gdb can't call functions on the target.
28828
28829 * gdb.base/setshow.exp: Don't run the set prompt tests if
28830 the board has gdb_prompt set.
28831
28832Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28833
28834 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28835 * gdb.base/commands.exp: Likewise.
28836 * gdb.base/setshow.exp: Likewise.
28837
28838Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28839
28840 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28841 feature.
28842
28843 * config/i960.exp: New file.
28844
28845Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28846
28847 * gdb.base/funcargs.exp: Check for gdb,short_int target
28848 feature instead of looking for explicit target triplets.
28849
dc96c6c7 28850Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 28851
d63a86f8 28852 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
28853 "p 123DEADBEEF", to check parse_number.
28854 * top.c: change "to enable to enable" to "to enable" in a couple
28855 of help strings.
28856
28857Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28858
28859 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28860 on the mn10300.
d63a86f8 28861
c906108c
SS
28862Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28863
28864 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28865 where the test executable is run with explicit args.
28866 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28867
28868Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28869
28870 * gdb.base/run.c: Use FAKEARGV to build test executable that
28871 does not require a command line arg, since most simulators
28872 don't currently support passing such an arg into the simulated
28873 program.
28874 * gdb.base/commands.exp: Change tests to insert the proper
28875 value as the arg to the first recursive factorial call. Change
28876 compilation line to define FAKEARGV at compile time.
28877
28878Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28879
28880 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28881 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28882 function with watchpoint enabled" test.
28883
28884Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28885
28886 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 28887 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
28888
28889 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 28890 "Tests restarted" messages.
c906108c
SS
28891
28892Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28893
28894 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28895
dc96c6c7 28896Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28897
28898 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28899 for INFO SYMBOL; add help tests for OVERLAY commands.
28900 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28901 add tests for OVERLAY commands
28902 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28903 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28904 * gdb.base/sigall.c: add usestubs code frag
28905 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 28906
c906108c
SS
28907Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28908
28909 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28910 failures.
28911 (gdb_stop_suppressing_tests): Note that tests have restarted.
28912
28913Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28914
28915 * config/h8300.exp: New file.
28916
28917Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28918
28919 * gdb.base/setshow.exp: Check for the existence of a
28920 feature, not its value.
28921
28922Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28923
28924 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28925
28926 * gdb.base/scope.exp: It's now init0(), not init().
28927
28928 * gdb.base/scope0.c: For now, change init() to be init0().
28929
28930 * config/monitor.exp: Use gdb_serial in preference to serial
28931 or netport.
28932
28933 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 28934 and it's not already set.
c906108c
SS
28935
28936Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28937
28938 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 28939 isn't using a stub and if it supports argument passing.
c906108c
SS
28940
28941Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28942
28943 * config/udi.exp(gdb_start): Make sure UDICONF is set
28944 properly before starting gdb.
28945
28946Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28947
28948 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28949 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28950 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28951
28952Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28953
28954 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 28955 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
28956
28957 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28958
28959 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28960
28961 * config/monitor.exp: Make sure we disconnect from the target.
28962 Also, try a reboot/reload cycle instead of failing if the
28963 load fails.
28964
28965Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28966
28967 * gdb.base/default.exp: Don't set match_max.
28968 * gdb.base/help.exp: Ditto.
28969 * gdb.base/list.exp: Ditto.
28970 * gdb.base/signals.exp: Ditto.
28971
28972 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28973 set, use remote_ld to download the testcase instead of
28974 the GDB loader.
28975
28976Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28977
28978 * config/vr5000.exp: New file.
28979
28980 * config/monitor.exp(gdb_target_monitor): Add pattern for
28981 "Ending remote" to detect errors in connecting.
28982
28983 * gdb.base/setshow.exp: Add .* within auto language test.
28984
28985 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28986 target feature.
28987
28988 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 28989 and reboot the board if necessary.
c906108c
SS
28990
28991 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28992 a set of tests. Remove print.* from the patterns being checked.
28993
28994Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28995
28996 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28997 refer to gdb_spawn_id.
28998
28999 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29000 longer used.
29001 * config/sparclet.exp: Ditto.
29002 * config/sparclet-old.exp: Ditto.
29003 * config/slite.exp: Ditto.
29004 * config/sim.exp: Ditto.
29005 * gdb.base/funcargs.exp: Ditto.
29006
29007 * lib/gdb.exp:Remove references to gdb_spawn_id.
29008 (gdb_expect): Move to remote.exp.
29009
29010Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29011
29012 * config/monitor.exp: Detect the "Couldn't establish connection"
29013 message from GDB.
29014
29015Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29016
29017 * gdb.base/bitfields.exp: Use runto instead of explicit
29018 gdb_run_cmd/gdb_expect sequences.
29019
29020 * gdb.base/break.exp(text_next_with_recursion): Add match for
29021 gdb_expect call.
29022
29023 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29024 We also need to handle the "A program is being debugged already"
29025 prompt from gdb. Use gdb_test to set the baud rate.
29026
29027 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29028 to 20000. Really. I mean it.
29029
29030Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29031
29032 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
29033 fails. If suppress_flag is set, skip perror message about not
29034 being able to send to GDB.
c906108c 29035 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 29036 GDB.
c906108c
SS
29037 (gdb_expect): If suppress_flag is set, always fail immediately.
29038 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29039 (gdb_init): Call gdb_stop_suppressing_tests.
29040 (default_gdb_exit): Ditto.
29041 (default_gdb_start): Ditto.
29042
29043 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 29044 gdb_stop_suppressing_tests as appropriate.
c906108c 29045 * gdb.base/break.exp: Ditto.
889bf7c5 29046 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
29047 * gdb.base/commands.exp: Ditto.
29048 * gdb.base/exprs.exp: Ditto.
889bf7c5 29049 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
29050 * gdb.base/list.exp: Ditto.
29051 * gdb.base/recurse.exp: Ditto.
889bf7c5 29052 * gdb.base/scope.exp: Ditto.
c906108c
SS
29053 * gdb.base/structs.exp: Ditto.
29054 * gdb.c++/inherit.exp: Ditto.
29055
29056Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29057
29058 * config/vr4300.exp: New file.
29059
99707966 29060 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 29061
99707966 29062 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
29063
29064Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29065
29066 * lib/gdb.exp(gdb_init): New function.
29067
29068 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 29069 for each individual variable set.
c906108c
SS
29070
29071 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29072 name.
29073
29074 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29075
29076 * gdb.base/scope.exp: Use gdb_test.
29077
29078 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29079 aborting; the testsuite driver will do that for us (see
29080 gdb_finish). Also, use gdb_test in a few more places.
29081
29082Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29083
29084 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29085
29086Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29087
29088 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29089 and "add_tests" are not at the same address.
29090
29091Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29092
29093 * gdb.base/ptype.exp: Use gdb_test.
29094
29095Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29096
29097 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29098 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29099 left in. No longer expect them to fail.
29100
29101 * gdb.stabs/*.mt; Deleted, no longer used.
29102 * gdb.stabs/configure.in: Remove references to target makefile
29103 frags.
29104 * gdb.stabs/configure: Rebuilt.
29105
29106 * gdb.disasm/*.mt: Deleted, no longer used.
29107 * gdb.disasm/configure.in: Remove references to target makefile
29108 frags. Use "sh3.s" as the unique filename for this directory.
29109 * gdb.disasm/configure: Rebuilt.
29110
29111 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29112 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29113 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29114
29115Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29116
29117 * config/udi.exp: Use mondfe,name instead of remote_host.
29118
29119Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29120
29121 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29122 a function with a watchpoint enabled on the mn10200.
29123
29124 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29125 before trying to create it!
29126
29127Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29128
29129 * config/vx.exp: Use hostname instead of netport.
29130
29131 * config/vxworks.exp: New file.
29132
29133 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29134
29135 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 29136 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
29137 occurs.
29138
29139 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29140 $gdb_spawn_id directly.
29141 (gdb_run_cmd): Try _start as well as start. Use the target feature
29142 gdb,start_symbol as the symbol to start from when jumping.
29143
29144Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29145
29146 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29147 redundant) test.
29148
29149 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29150 it doesn't lose for 16bit integer systems.
29151
29152Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29153
29154 * gdb.fortran/types.exp: If the target doesn't support "double"
29155 data types, then expect "real" types to only be 4 bytes.
29156
29157 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29158 call tests if the target doesn't support inferior function calls.
29159
29160 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29161 in printf tests.
29162
29163Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29164
29165 * gdb.base/help.exp: Disable "help set", "help show", and
29166 "help support". Simplify regexp for "help stack".
29167
29168 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29169 to 60 seconds. Temporarily set match_max to 15000 around the
29170 "info copying" test.
29171
29172 * gdb.base/nodebug.exp: Don't try to do an inferior function
29173 call if the target doesn't support them.
29174 * gdb.base/printcmds.exp: Likewise.
29175 * gdb.base/setvar.exp: Likewise.
29176 * gdb.base/structs.exp: Likewise.
29177 * gdb.c++/templates.exp: Likewise.
29178 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29179
29180 * gdb.base/recurse.exp: Enable for the mn10200.
29181
29182 * configure.in: Do configure gdb.stabs directory for *-*-elf
29183 targets.
29184 * configure: Rebuilt.
29185
29186 * gdb.base/break.exp: Check for gdb,noresults before testing
29187 exit status and/or results from the target.
29188 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29189 * lib/gdb.exp: Remove old (now bogus) initialization of
29190 noinferior, noargs, noresults and nosignals.
29191
29192Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29193
29194 * config/sh.exp: New file.
29195
29196 * config/slite.exp: Try to connect multiple times to the board
29197 before rebooting. Only send a "monitor run" if need_monitor_run
29198 is set.
29199
29200 * gdb.base/break.exp: Don't do the "stub continue" test if
29201 the target has gdb_stub set.
29202
29203 * gdb.base/callfuncs.exp: Increase the timeout.
29204
29205 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29206 if the target has gdb,noinferiorio set.
29207
29208 * gdb.base/list.exp: Increase match_max to 10000 characters.
29209
29210 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29211
29212 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29213 target.
29214
29215 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29216
29217Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29218
29219 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
29220 trying to delete the copy of gdb. Catch the file delete so we
29221 don't die if the delete fails; also, the file should be copied to
29222 the host, not to the build.
c906108c
SS
29223
29224Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29225
29226 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 29227 parenthesis in case it contains multiple regexps separated
c906108c
SS
29228 with |.
29229
29230 * gdb.base/watchpoint.exp: Use gdb_test.
29231 * gdb.base/default.exp: Ditto.
29232
29233Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29234
99707966 29235 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 29236
c906108c
SS
29237 * gdb.base/scope.exp: Use gdb_test.
29238 * gdb.c++/classes.exp: Ditto.
29239 * gdb.c++/inherit.exp: Ditto.
29240
29241Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29242
29243 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29244 remote_exec instead.
29245 * gdb.base/corefile.exp: Don't be ridiculous.
29246 * gdb.base/*.c: Add missing stub invocations.
29247
29248Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29249
29250 * config/slite.exp: Miscellaneous fixes.
29251
29252 * lib/gdb.exp: Fix runto.
29253
29254 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29255 the target.
29256
29257 * gdb.base/watchpoint.exp: Fix regexp.
29258
29259 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29260 close and wait commands, as the descriptor may now be
29261 invalid. Always call "remote_close host".
29262
29263Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29264
29265 Major rewrite for testsuite revision.
d63a86f8 29266
c906108c
SS
29267 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29268 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29269 instead of relying on spawn_id to always contain a valid
29270 spawn id.
29271 (get_compiler_info): New procedure to build the ${binfile}.ci
29272 file, instead of replicating this in N different places.
29273 (gdb_compile): New procedure.
d63a86f8 29274
c906108c 29275 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
29276 appropriate arguments) instead of compile. Use gdb_test in a lot
29277 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
29278 at the start of a testcase, as this is no longer done magically.
29279
29280 config/*-gdb.exp: Rename without the -gdb suffix.
29281
29282 config/mips.exp: Use remote_close instead of exit_remote_shell.
29283 config/monitor.exp: Use target_info instead of looking at
29284 baud, timeout, etc.
29285 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29286
29287Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29288
29289 * gdb.c++/templates.exp (test_ptype_of_templates),
29290 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29291 Update expect patterns for destructors and assignment operators
29292 to match corresponding c-typeprint.c changes.
29293 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29294 to destructor breakpoint test, GDB should be able to set the
29295 destructor breakpoint without specifying arguments.
29296
29297Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29298
29299 * gdb.threads/pthreads.exp: Change result for failure to compile due
29300 to lack of pthreads runtime support from an error to simply an
29301 unsupported test, per dejagnu standards.
29302
29303Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29304
29305 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29306 where GDB exits to reduce pattern match time.
29307 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29308
29309 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29310
dc96c6c7 29311Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29312
29313 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29314 * gdb.base/default.exp: ditto.
29315 * gdb.base/nodebug.exp: ditto.
29316 * gdb.base/printcmds.exp: ditto.
29317 * gdb.base/ptype.exp: ditto.
29318 * gdb.base/setvar.exp: ditto.
29319 * gdb.base/structs.exp: ditto.
29320 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29321
29322Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29323
29324 * configure, */configure: Rebuild with autoconf 2.12.
29325
29326Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29327
29328 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29329 use new i*86-pc-linux*-gnu quads.
29330 * gdb.base/corefile.exp: Ditto.
29331 * gdb.base/signals.exp: Ditto.
29332 * gdb.base/sigall.exp: Ditto.
29333 * gdb.base/interrupt.exp: Ditto.
29334
29335 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29336 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29337 RedHat 4.0.
d63a86f8 29338
c906108c 29339 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
29340 linux. This allows the test case to at least compile on latest
29341 linux, but still not run due to missing the threads runtime library.
c906108c
SS
29342
29343Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29344
29345 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29346 directory to search gdb directory. Accept and step over conditional
29347 stack alignment code. Consume $prompt in failure cases.
29348 Reset timeout to $oldtimeout instead of some arbitrary value.
29349 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29350 timeout problems with infinite stack backtraces.
29351 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29352 Accept function parameters for linkfunc member.
29353
29354Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29355
29356 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29357 (CXXFLAGS): Remove, unreferenced.
29358 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
29359 previous -B options and also add -B option to pick up cross compiled
29360 runtime.
c906108c
SS
29361 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29362 doing cross compiles.
29363 (target_alias): Declare global.
29364 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29365 to verify that gcc exists in build tree, and if so set CC to that
29366 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 29367
c906108c
SS
29368Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29369
29370 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29371 ptype test for anonymous union. Fixup testcase to match
29372 current gcc debug output.
29373
29374Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29375
29376 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29377 force argument to an unsigned long type.
29378
29379Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29380
29381 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 29382 tests and anonymous union print/ptype tests.
c906108c
SS
29383 * gdb.base/list.exp (test_forward-search): Increase timeout by
29384 5 minutes for the "search extremely long line" case.
29385 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29386 completely optional and that the pass/fail messages use the command as
29387 the message if that third arg is a null string.
29388 (gdb_test_exact): Arrange that a null string pattern means match a
29389 null string output rather than any output, which might include random
889bf7c5 29390 errors.
c906108c
SS
29391 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29392 backtrace test.
29393 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29394 always failing and failure is now exposed by gdb.exp changes.
29395
29396Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29397
29398 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29399 weren't being noted.
29400
29401Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29402
29403 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29404 * gdb.stabs/weird.exp: Remove v_comb xfails.
29405
dc96c6c7 29406Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29407
29408 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 29409 list.exp scope.exp watchpoint.exp]
c906108c 29410 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 29411
dc96c6c7 29412Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29413
29414 * config/monitor.exp: Increase download timeout to 1000 seconds.
29415
dc96c6c7 29416Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29417
29418 * config/m32r.exp: Increase timeout to 120 seconds.
29419
29420Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29421
29422 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29423 and accept older ordering as obsolescent gcc or gdb.
29424 * gdb.c++/templates.exp: Ditto.
29425 * gdb.c++/virtfunc.exp: Ditto.
29426
29427Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29428
29429 * gdb.base/coremaker.c: Add code to mmap some data so we
29430 can check that it ends up in the core file.
29431 * gdb.base/corefile.exp: Add test to read mmapped data
29432 from core file.
29433
dc96c6c7 29434Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29435
29436 * config/m32r.exp: New file.
29437
29438Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29439
29440 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29441 that cflags can contains -gstabs, and work correctly for other tests.
29442
dc96c6c7 29443Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29444
29445 * gdb.base/setshow.exp: New file, tests show and set.
29446 * gdb.base/setshow.c: New file, tests show and set.
29447 * gdb.base/help.exp: Add test for help set|show annotate.
29448 * gdb.base/default.exp: Add test for set|show annotate.
29449
29450Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29451
29452 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29453 errors unique.
29454 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29455 explicitly.
29456
29457Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29458
29459 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
29460 and width commands. This is done elsewhere.
29461 * (gdb_start): Don't call gdb_start_sim here. That's already
29462 done in gdb_load. This fixes lots of failures in default.exp.
29463
29464Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
29465
29466 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29467 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29468 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29469 in the same we we treat other failures (since it may be an expected
889bf7c5 29470 condition), rather than as an error.
c906108c
SS
29471 * gdb.base/signals.exp (test_handle_all_print): Revert back to
29472 old test format.
29473
29474Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
29475
29476 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
29477 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 29478 twice. Nuke the duplicates.
c906108c 29479 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 29480 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
29481 Remove config.h along with other config files.
29482
29483Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
29484
29485 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
29486 "p func1 ()" and note that rests of tests are skipped.
29487 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29488 setup_xfails for "print func2::coremaker_local".
c906108c
SS
29489 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
29490 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
29491 affected by the previous run test.
29492 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
29493 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
29494 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
29495 "pass int powerset tuple" and "pass modeless int powerset tuple".
29496 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
29497 "real write 4" and "real write 8".
29498 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29499 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
29500 "print \$i after tuple assign 2", and
29501 "print vs2 after tuple assign 2".
29502 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
29503 meaningful error message and return -1 so the caller can
29504 suppress further tests and avoid a cascade of errors.
d63a86f8 29505
c906108c
SS
29506Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
29507
29508 * gdb.base/a1-selftest.exp: Tweak tests to account for new
29509 format for printing version.
29510 * gdb.base/default.exp: Ditto.
29511 * gdb.base/interrupt.exp: Fix problem with cascade of
29512 errors if child process dies while calling a function.
d63a86f8 29513
c906108c
SS
29514Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29515
29516 * Makefile.in (VPATH): Add
29517 * Makefile.in (Makefile, config.status): Fix rules so things get
29518 remade when necessary.
29519
29520Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29521
29522 * Makefile.in (just-check): Add path to sibling expect dir
29523 to environment variable specified by RPATH_ENVVAR.
29524
29525Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29526
29527 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29528 (just-check): Add shared library paths for libstdc++, tk,
29529 tcl, bfd, and opcodes to the environment variable specified
29530 in RPATH_ENVVAR.
29531 * configure.in: Add support to recognize --enable-shared flag
29532 and generate correct value for RPATH_ENVVAR.
29533 * configure: Regenerated with autoconf.
29534
29535Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29536
29537 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 29538 include all osf versions.
c906108c
SS
29539 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29540 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29541 when target is linux. When failing to build pthreads test
29542 executable, give more meaningful message.
29543 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29544 arg for pthread_create.
d63a86f8 29545
c906108c
SS
29546Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29547
29548 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 29549 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 29550 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 29551 and -lpthreads (everybody else).
c906108c
SS
29552 (test_startup): Fail gracefully if threads are not supported.
29553 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29554 "p/c array_index("abcdef",2)" when not gcc compiled.
29555 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29556 "print func2::coremaker_local" when not gcc compiled.
29557 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29558 "ptype on opaque struct tagname (statically)",
29559 "ptype on opaque struct tagname (dynamically) 1", and
29560 "ptype on opaque struct tagname (dynamically) 2"
29561 for not compiled with gcc.
29562 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29563 backtrace when compiled with gcc.
d63a86f8 29564 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
29565 than always return success.
29566
29567Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29568
29569 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29570
29571Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29572
29573 * gdb.base/structs.exp: Undo last change.
29574
29575Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29576
29577 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29578 encapsulate all the steps/nexts done during self test, starting
29579 at main, and makes them less sensitive to optimization issues.
29580 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29581 signal handler" test.
29582 * gdb.threads/pthreads.exp: Only run this for native configs.
29583 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29584 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29585 tests.
29586 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29587 for "runto test_calls(void)" test.
d63a86f8 29588
c906108c
SS
29589Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29590
29591 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29592 and don't expect address info in breakpoint confirmations.
29593
29594Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29595
29596 * gdb.base/list.exp (test_forward_search): Increase timeout
29597 temporarily by 60 seconds for searching extremely long line,
889bf7c5 29598 and then reset to old value when done. Increase expect input
c906108c
SS
29599 buffer to 10000.
29600
29601Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29602
29603 * gdb.base/list.exp (test_forward_search): Fix to handle very
29604 long source line without overflowing expect's input buffer.
29605
29606Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29607
29608 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29609 "buffer_full".
29610
29611 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29612 "buffer_full".
29613
29614 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29615 "buffer_full".
29616
29617 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29618 "buffer_full".
29619
29620Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29621
29622 * configure.in (configdirs): Add gdb.threads.
29623 * configure: Regenerated with autoconf.
29624 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29625 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29626 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 29627
c906108c
SS
29628Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29629
29630 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29631
29632Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29633
29634 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29635 each signal's status in the output of "handle all print".
29636 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29637 the \r\n sequence that immediately precedes the gdb prompt.
29638 * gdb.base/a1-selftest.exp: Save original timeout and restore
29639 after test.
29640
29641Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29642
29643 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29644 symbol.
29645
29646Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29647
29648 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29649
29650Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29651
29652 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29653 timeout by 60 seconds.
29654
29655Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29656
29657 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29658 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29659 error return.
29660
29661Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29662
29663 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29664 gdb initialization, also report how long dejagnu waited. Restore
29665 old timeout before doing error return. Temporarily increase timeout
889bf7c5 29666 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
29667
29668Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29669
29670 * lib/gdb.exp: Report timeout value for verbosity level 2.
29671 * config/gdbserver.exp: Ditto.
29672 * config/hppro.exp: Ditto.
29673 * config/mips-gdb.exp: Ditto.
29674 * config/monitor.exp: Ditto.
29675 * config/netware.exp: Ditto.
29676 * config/sim-gdb.exp: Ditto.
29677 * config/slite-gdb.exp: Ditto.
29678 * config/udi-gdb.exp: Ditto.
29679 * config/unix-gdb.exp: Ditto.
29680 * config/vx-gdb.exp: Ditto.
29681 * gdb.base/a1-selftest.exp: Ditto.
29682 * gdb.base/a2-run.exp: Ditto.
29683 * gdb.base/break.exp: Ditto.
29684 * gdb.base/corefile.exp: Ditto.
29685 * gdb.base/list.exp: Ditto.
29686 * gdb.base/recurse.exp: Ditto.
29687 * gdb.base/scope.exp: Ditto.
29688 * gdb.base/signals.exp: Ditto.
29689
29690Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29691
29692 * gdb.threads/Makefile.in (docdir): Removed.
29693
29694Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29695
29696 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 29697 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 29698 @srcdir@.
d63a86f8 29699 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
29700 autoconf 2.5 or higher.
29701 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29702
29703Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29704
29705 * configure: Regenerated.
29706 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29707 avoid name clashes with SunOS headers.
29708
29709Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29710
29711 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29712
29713Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29714
29715 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29716 prototype information ends up in the compiler info file.
29717
29718Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29719
29720 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29721 attempting to regenerate it. Eliminate use of a temporary file
29722 and just generate the info file directly. Source it immediately,
29723 for consistency of use.
29724 * gdb.base/corefile.exp: Ditto
29725 * gdb.base/exprs.exp: Ditto.
29726 * gdb.base/funcargs.exp: Ditto.
29727 * gdb.base/langs.exp: Ditto.
29728 * gdb.base/list.exp: Ditto.
29729 * gdb.base/mips_pro.exp: Ditto.
29730 * gdb.base/nodebug.exp: Ditto.
29731 * gdb.base/opaque.exp: Ditto.
29732 * gdb.base/ptype.exp: Ditto.
29733 * gdb.base/scope.exp: Ditto.
29734 * gdb.base/setvar.exp: Ditto.
29735 * gdb.base/signals.exp: Ditto.
29736 * gdb.base/whatis.exp: Ditto.
29737 * gdb.c++/templates.exp: Ditto.
29738 * gdb.c++/virtfunc.exp: Ditto.
29739 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 29740 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
29741
29742Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29743
29744 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29745 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29746 Increase timeout, a lot of single stepping might be needed if the
29747 target has no hardware watchpoints.
29748
29749Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29750
29751 * gdb.base/break.exp: Ignore compiler warnings when compiling
29752 break.c.
29753 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29754 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29755 from remote-sim.
29756 * gdb.base/exprs.exp: Add h8300 xfails.
29757 * gdb.base/funcargs.exp: Likewise.
29758 * gdb.base/nodebug.exp: Likewise.
29759 * gdb.base/printcmds.exp: Likewise.
29760 * gdb.base/ptype.exp: Likewise.
29761 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29762 h8300 xfails.
d63a86f8 29763 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
29764 on the h8300.
29765 * gdb.base/funcargs.c: Explicitly make last constant argument to
29766 call_after_alloca_subr an unsigned long type.
29767 * gdb.base/return.c: Include stdio.h.
29768
29769Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29770
29771 * config/abug.exp: New file for the older Motorola Bug monitor
29772 that runs on the mvme13x series VME boards.
29773 * config/monitor.exp: Use the new config array for target settings
29774 if they exist.
29775
29776Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29777
29778 * sim-gdb.exp: Make the SH simulator allocate less space when
29779 it is targeted.
29780
29781Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29782
29783 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29784 test.
29785
29786Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29787
29788 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29789 "rs6000-*-*" for "list function in include file" when gcc compiled.
29790 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29791 for "p ctable1[120]".
29792 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29793 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29794 Remove setup_xfail for "rs6000-*-*" for
29795 "print 'scope0.c'::filelocal before run".
29796 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29797 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29798 since some compilers don't allow both options to be given
29799 on the same command line. Create object file and move it.
d63a86f8 29800
c906108c
SS
29801Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29802
29803 * gdb.base/corefile.exp: Always regenerate the core file, since
29804 we always regenerate the coremaker program. Detect special case
29805 where registers cannot be read from core file.
d63a86f8 29806
c906108c
SS
29807Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29808
29809 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29810 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29811 * gdb.c++/templates.exp: Only match on basename of file since
29812 some formats like xcoff don't encode directory information.
29813 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29814 and rs6000 AIX xcoff targets.
29815 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29816 * configure: Regenerate.
29817 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29818 here, rather than in distclean.
d63a86f8 29819
c906108c
SS
29820Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29821
29822 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29823 defined, and use it to compile the test case with -O2. The
29824 native compilation still uses no optimization.
29825 * gdb.base/mips_pro.c: Remove inline assembly code since
29826 it is compiled PIC by default, which results in assembler
29827 warnings that make the testsuite think the compilation
29828 was unsuccessful.
29829
29830Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29831
29832 * gdb.c++/misc.exp: Add note to message for
29833 "print s.a for foo struct" that this is a known gcc 2.7.2
29834 and earlier bug.
29835
29836Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29837
29838 * gdb.base/break.exp: Fix pattern for matching "Delete all
29839 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29840 setup_xfail for deleting all breakpoints test. Fix various
29841 timeout messages to include "(timeout)".
29842 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29843 for "p t_float_values2(3.14159,float_val2)".
29844 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29845 for "continue to call2g" when gcc compiled.
29846 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29847 "up to foo in langs.exp", "show language at foo in langs.exp",
29848 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29849 and "show language at fsub in langs.exp".
29850 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29851 "list line 1 in include file", "list message for lines past EOF",
29852 "list function in include file", "list list0.h:foo", and
29853 "list filename:function; nonexistant function".
29854 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29855 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29856 and "ptype t_char_array" to be for native cc only.
d63a86f8 29857
c906108c
SS
29858Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29859
d63a86f8 29860 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 29861 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 29862 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
29863
29864Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29865
29866 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29867 "bt in signals.exp". This problem only appears when running
29868 the testsuite, and then only intermittently.
29869
29870Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29871
29872 * gdb.base/return.exp (return_tests): Differentiate between
29873 two tests of continuing.
29874
29875Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29876
29877 * */Makefile.in (maintainer-clean): Remove config.log.
29878 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29879 * gdb.c++/Makefile.in (PROGS): Add inherit.
29880 (clean): Remove *.ci.
29881
29882Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29883
29884 * gdb.c++/misc.cc: Add test code from Mike Stump.
29885 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29886
29887Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29888
29889 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29890 to "alpha-*-osf2*" and add comment.
29891 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
29892 setup_xfail for "step over execarg initialization" and
29893 "step over corearg initialization".
c906108c
SS
29894 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29895 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29896 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 29897 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
29898 "print func2::coremaker_local", and "backtrace in corefile.exp".
29899 * gdb.base/signals.exp: Build and source signals.ci.
29900 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29901 to be for gcc only.
29902 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 29903
c906108c
SS
29904Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29905
29906 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29907 Feb 3 procfs.c change.
29908
29909Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29910
29911 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29912
29913Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29914
29915 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29916 from dejagnu's apparent default of 10 seconds, which gives random
29917 results when running the tests over NFS on moderately loaded systems.
29918 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29919
29920Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29921
29922 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29923 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 29924 result reports.
c906108c
SS
29925
29926Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29927
29928 * configure.in (CY_AC_PATH_TCLH): Remove.
29929 * configure: Regenerate.
29930
29931Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29932
29933 * gdb.c++/Makefile.in (clean): Add missing '{'.
29934
29935Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29936
29937 * lib/gdb.exp: Provide a default value for noinferior.
29938
29939 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29940 Load libgloss.exp.
29941
29942Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29943
29944 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29945 the executable, not the .o to run the tests from.
29946
29947Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29948
29949 * gdb.base/break.exp: Don't test for program exit or exit status
29950 if $noresults if nonzero.
29951 * gdb.base/langs.exp: Likewise.
29952 * gdb.base/watchpoint.exp: Likewise.
29953
29954 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29955 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29956 trying to compile the testcase.
29957
29958Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29959
29960 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29961 * gdb.base/signals.exp (continue to handler): Likewise.
29962
29963Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29964
29965 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29966
29967 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29968
29969Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29970
29971 * gdb.base/corefile.exp: Recognize "not found" as failure
29972 when trying to determine if a core file was generated.
29973 If no core file was generate the first time, try again without
29974 the ulimit -c to work around braindamaged shells.
29975
29976Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29977
29978 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29979 [] tests with "test" and enclose string in quotes.
29980 * gdb.stabs/configure: Rebuild
d63a86f8 29981
c906108c
SS
29982Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29983
29984 Changes in sync with expect:
29985 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29986 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29987 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29988 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29989 argument to AC_REQUIRE.
29990 * configure: Regenerated.
29991
29992Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29993
29994 * gdb.base/corefile.exp: When generating a core, discard any
29995 error messages about ulimit not found and the "core dumped"
29996 message from the shell that runs the coredumper.
29997
29998Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29999
30000 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30001
30002 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30003 which sed script to run. Expect failure for v_comb test
30004 on PA targets too.
d63a86f8 30005
c906108c
SS
30006Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30007
30008 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 30009 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
30010
30011Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30012
30013 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30014 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 30015 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
30016 * lib/gdb.exp (default_gdb_start): Fix typo.
30017 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30018 messages to not include the full program name that caused
30019 the core dump since some systems (such as solaris) apparently
30020 truncate this path to about 80 characters.
30021 When generating a core file first try increasing the core file
30022 size limit to unlimited since some systems may default it to
30023 zero, and it is harmless to try it. Move the test for failing
30024 to generate a core file to where it will actually get executed.
30025 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30026 new gdb result from g++ debug info improvements and make old
30027 pattern obsolescent. Also account for size_t differences
30028 (may be int or long).
30029 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30030 initialization before function call is placed in the delay slot
30031 and thus appears to be skipped over by commands such as "next".
30032
30033Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30034
30035 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30036
30037Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30038
30039 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30040 input source file; fix code to compile test to deal with this
30041 convention.
30042 * gdb.c++/*.exp: Likewise.
30043
30044Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30045
30046 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30047 "bt in signals.exp".
30048
30049Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30050
30051 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30052 "step over execarg initialization" and
889bf7c5 30053 "step over corearg initialization".
c906108c
SS
30054
30055Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30056
30057 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30058 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30059
30060Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30061
30062 From Rob Savoye (rob@poseidon.cygnus.com)
30063 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30064 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
30065 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30066 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30067 configure.in}: Major reworking for autoconfig.
c906108c
SS
30068 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30069 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 30070 New files.
c906108c
SS
30071 * config/unix-gdb.exp: Make GDB global.
30072 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
30073 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30074 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30075 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30076 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30077 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 30078 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
30079 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30080 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30081 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30082 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 30083 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
30084 to returns as necessary, arrange for test to compile own testcase
30085 executable.
c906108c 30086 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 30087
c906108c
SS
30088Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30089
30090 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 30091 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
30092 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30093 "backtrace through signal handler".
30094
30095Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30096
30097 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30098 continuing from a job control stop signal.
30099 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30100
30101Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30102
30103 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30104 * gdb.base/corefile.exp: Likewise.
30105 * gdb.base/funcargs.exp: Likewise.
30106
30107Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30108
30109 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30110 * config/monitor.exp: Add support for setting baud rate.
30111
30112Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30113
30114 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30115 i*86-*-linux* xfails for "backtrace through signal handler".
30116 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30117 "print func2::coremaker_local".
30118 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 30119 alpha-dec-osf2* xfail for
c906108c
SS
30120 "delete all breakpoints when none".
30121
30122Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30123
30124 * gdb.base/break.exp: Change test that deletes all breakpoints
30125 when no user breakpoints are installed. A post 4.15 change
30126 causes gdb to no longer prompt in this case.
30127
30128Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30129
30130 * gdb.base/return.exp (return_tests): Change xfail for test
30131 "correct value returned double test" to stop xfailing at
30132 Solaris 2.5. Apparently the bug has been fixed.
30133
30134Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30135
30136 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30137 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30138
30139Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30140
30141 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30142 * gdb.disasm/hppa.s: Corresponding changes.
30143
30144Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30145
30146 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30147 makefile fragment.
30148 * config/mt-hpux: Deleted.
30149
30150Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30151
d63a86f8 30152 * Many files: When warning about suppressed tests due to a
c906108c
SS
30153 nonexistant test binary, avoid incrementing the warning count.
30154
30155Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30156
30157 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 30158
c906108c
SS
30159Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30160
30161 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30162 "sparc-*-solaris2*".
30163
30164Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30165
30166 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30167 Add global and local variables and initialize them.
30168 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30169 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30170 extracts the file name and terminating signal from the core file.
30171 * TODO: Remove note about tests for correct mapping of corefile.
30172 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30173 from optimizing it away.
30174 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30175 handles common blocks.
30176
30177Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30178
30179 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30180 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30181
30182Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30183
30184 * Makefile.in (maintainer-clean): New target, synonym for
30185 realclean.
30186 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30187 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30188 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30189 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30190 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30191 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30192
30193Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30194
30195 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30196 xfails when not gcc compiled for "print foo::funclocal".
30197 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30198 "print foo::funclocal at foo",
30199 "print 'scope1.c'::foo::funclocal at foo",
30200 "print foo::funclocal_bss at foo",
30201 "print 'scope1.c'::foo::funclocal_bss at foo",
30202 "print foo::funclocal_ro at foo",
30203 "print 'scope1.c'::foo::funclocal_ro at foo",
30204 "print bar::funclocal at foo" and
30205 "print 'scope1.c'::bar::funclocal at foo".
30206 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30207 gcc compiled for "print foo::funclocal at bar".
30208 Expand all messages to ensure that they identify that
30209 the test is at bar().
30210 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30211 gcc compiled for:
30212 "ptype on opaque struct pointer (statically)",
30213 "ptype on opaque struct tagname (statically)",
30214 "ptype on opaque struct pointer (dynamically) 1",
30215 "ptype on opaque struct tagname (dynamically) 1",
30216 "ptype on opaque struct pointer (dynamically) 2" and
30217 "ptype on opaque struct tagname (dynamically) 2
30218 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30219 gcc compiled for:
30220 "p datalocal"
30221 "whatis datalocal",
30222 "ptype datalocal",
30223 "p bsslocal",
30224 "whatis bsslocal", and
30225 "ptype bsslocal".
30226 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30227 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30228 when not gcc compiled.
30229 * gdb.base/funcargs.exp (float_and_integral_args): Add
30230 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30231 compiled.
30232 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30233 "backtrace from call6a" when not gcc compiled.
30234 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30235 "backtrace from call7a" when not gcc compiled.
30236 * gdb.base/callfuncs.exp (do_function_calls):
30237 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30238 "p t_char_array_values(char_array_val2,char_array_val1)",
30239 "p t_char_array_values(char_array_val1,char_array_val2)",
30240 "p t_char_array_values("carray 1","carray 2")",
30241 "p t_char_array_values("carray 1",char_array_val2)",
30242 "p t_char_array_values(char_array_val1,"carray 2")",
30243 "p sum_args(1,{2})",
30244 "p sum_args(2,{2,3})",
30245 "p sum_args(3,{2,3,4})",
30246 "p sum_args(4,{2,3,4,5})"
30247 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30248 "backtrace in corefile.exp" when not gcc compiled.
30249
30250Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30251
30252 * gdb.base/signals.exp: Rewrite `handle all print' test as
30253 a procedure. Accept blanks or TABs as whitespace, increase
30254 timeout and expect input buffer size for the large output
30255 from the command. Remove "i*86-*-bsdi2.0" xfail.
30256
30257Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30258
30259 * gdb.base/setvar.exp: Add new testcases for truncation when
30260 assigning invalid values to bitfields.
30261
30262Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30263
d63a86f8 30264 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
30265 mips-sgi-irix* xfail for
30266 "call inferior func with struct - returns char *"
30267 and fix test so that an optional (unsigned char *) cast is
889bf7c5 30268 accepted in the result.
c906108c
SS
30269
30270Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30271
30272 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30273 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30274 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30275 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30276 that accidentally got checked in.
30277
30278Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30279
d63a86f8 30280 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
30281 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30282 compiled test.
30283 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30284 Add mips-sgi-irix5* xfail for not gcc compiled.
30285 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
30286 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30287 compiled for "p top", "whatis top", "p middle", and "whatis
30288 middle".
c906108c
SS
30289 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30290 "whatis signed char" for not gcc compiled.
30291 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30292 "set variable signed char=-1 (-1)" and
30293 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30294 * gdb.base/funcargs.exp (float_and_integral_args):
30295 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30296 Add mips-sgi-irix* xfail when not gcc compiled for
30297 "continue to call2b".
30298 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30299 "continue to call2g".
6fdff2c5
PA
30300 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30301 compiled for "backtrace from call6a"
30302 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30303 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30304 when not gcc compiled for "backtrace from call7a".
c906108c
SS
30305 (localvars_after_alloca): Fix gdb_test cmds for
30306 "print * after runto ...".
30307 Remove rs6000-*-* xfails for
30308 "print i after runto localvars_after_alloca" and
30309 "print l after runto localvars_after_alloca"
30310 for all compilers.
30311 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 30312 when not compiled with gcc, for:
c906108c
SS
30313 "print signed char == (minus)",
30314 "print signed char != (minus)",
30315 "print signed char < (minus)",
30316 "print signed char > (minus)".
30317 * gdb.base/callfuncs.exp (do_function_calls):
30318 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30319 "call inferior func with struct - returns char *".
d63a86f8 30320 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
30321 "correct value returned double test" to include Solaris 2.4.
30322 * gdb.base/funcargs.exp (float_and_integral_args):
30323 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 30324
c906108c
SS
30325Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30326
30327 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30328 enumeration bitfields if compiling with GNU C.
30329 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30330 to empty' prompt.
30331
30332Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30333
30334 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30335 test for PRO targets.
30336
30337 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30338 breakpoints in the inferior at any given time by making
30339 two groups of breakpoints for call2*, call6* and call7*
30340 tests.
30341
30342Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30343
30344 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30345 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30346 from optimizing it away.
30347 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30348 "call inferior func with struct".
30349
30350Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30351
30352 * configure.in: Only configure gdb.chill for particular targets.
30353
30354Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30355
30356 * gdb.base/Makefile.in: Add action to .c.o transformation
30357 rule that generates a .ci file for each .o file and remove
30358 explicit .c.o rules except for callfuncs.o.
30359 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30360 generates a .ci file for each .o file and remove explicit
30361 .cc.o rules.
30362 (clean): Remove *.tmp *.ci files.
30363 (EXECUTABLES): Remove templ-info.exp.
30364 * gdb.base/compiler.c: New file.
30365 * gdb.c++/compiler.cc: New file
30366 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30367 Change rs6000-*-* xfail for
30368 "print 'scope0.c'::filelocal_ro" and
30369 "print 'scope1.c'::filelocal" and
30370 "print 'scope1.c'::filelocal_bss" and
30371 "print 'scope1.c'::filelocal_ro" and
30372 "print 'scope1.c'::foo::funclocal" and
30373 "print 'scope1.c'::foo::funclocal_ro" and
30374 "print 'scope1.c'::bar::funclocal" and
30375 "print 'scope0.c'::filelocal_ro" and
30376 "print 'scope1.c'::filelocal at foo" and
30377 "print 'scope1.c'::filelocal_bss at foo" and
30378 "print 'scope1.c'::filelocal_ro at foo" and
30379 "print 'scope1.c'::foo::funclocal at foo" and
30380 "print 'scope1.c'::foo::funclocal_bss at foo" and
30381 "print 'scope1.c'::foo::funclocal_ro at foo" and
30382 "print 'scope1.c'::bar::funclocal at foo" and
30383 "print 'scope0.c'::filelocal_ro" and
30384 "print 'scope1.c'::filelocal" and
30385 "print 'scope1.c'::filelocal_bss" and
30386 "print 'scope1.c'::filelocal_ro" and
30387 "print 'scope1.c'::foo::funclocal" and
30388 "print 'scope1.c'::foo::funclocal_bss" and
30389 "print 'scope1.c'::foo::funclocal_ro" and
30390 "print 'scope1.c'::bar::funclocal" and
30391 "print 'scope1.c'::bar::funclocal_bss"
30392 to only be xfail'd when not compiled with gcc.
d63a86f8 30393 Add rs6000-*-* xfail for
c906108c
SS
30394 "print 'scope0.c'::filelocal_bss before run"
30395 when compiled with gcc.
30396 (test_at_main): Add rs6000-*-* xfail for
30397 "print filelocal_ro in test_at_main"
30398 when compiled with gcc.
30399 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 30400 Add rs6000-*-aix* xfail for
c906108c
SS
30401 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30402 "ptype t_char_array", not compiled with gcc.
30403 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30404 xfail for "list foo (in include file)" when gcc compiled.
30405 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 30406 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
30407 "run to call0a" if not compiled with gcc.
30408 (unsigned_integral_args): Add rs6000-*-* xfail for
30409 "run to call1a" if not compiled with gcc.
30410 (float_and_integral_args): Add rs6000-*-* xfail for
30411 "run to call2a" if not compiled with gcc and for
30412 "continue to call2b" for any compiler.
30413 Add rs6000-*-* xfail to
30414 "print f1 after run to call2a" for gcc compiled.
30415 (discard_and_shuffle): Add rs6000-*-* xfail for
30416 "run to call6a".
30417 (shuffle_round_robin): Add rs6000-*-* xfail for
30418 "backtrace from call7a" if not compiled with gcc.
30419 Add rs6000-*-* xfail for
30420 "backtrace from call7b" if compiled with gcc.
30421 (call_after_alloca): Add rs6000-*-* xfail for
30422 "print c in call_after_alloca" and
30423 "print s in call_after_alloca" and
30424 "backtrace from call_after_alloca_subr"
30425 if not compiled with gcc.
30426 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30427 "print c in localvars_in_indirect_call" and
30428 "print c in localvars_in_indirect_call" and
30429 "backtrace in indirectly called function" and
30430 "stepping into indirectly called function"
30431 if not compiled with gcc.
30432 (localvars_after_alloca): Add rs6000-*-* xfail for
30433 "print c after runto localvars_after_alloca" and
30434 "print s after runto localvars_after_alloca" and
30435 "print i after runto localvars_after_alloca" and
30436 "print l after runto localvars_after_alloca"
30437 for all compilers.
30438 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30439 than whatis-info.exp.
30440 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30441 than opaque-info.exp.
30442 Setup rs6000-*-* xfail for
d63a86f8 30443 "ptype on opaque struct pointer (statically)" and
c906108c
SS
30444 "ptype on opaque struct pointer (dynamically)" when
30445 not compiled with gcc.
30446 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30447 rather than callf-info.exp.
30448 (do_function_calls): Add clear_xfail for rs6000-*-* for
30449 "p t_float_values2(3.14159,float_val2)". Seems to work
30450 fine there, both with xlc and gcc. Need to find out what
30451 it is doing right and fix other platforms.
30452 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30453 "call inferior func with struct - returns int",
30454 "call inferior func with struct - returns long",
30455 "call inferior func with struct - returns float",
30456 "call inferior func with struct - returns double",
30457 "call inferior func with struct - returns char *",
30458 but only if not gcc compiled (presumes xlc compiled).
30459 Change rs6000-*-* xfails for
30460 "call inferior func with struct - returns char" and
30461 " call inferior func with struct - returns short" to only
30462 xfail if not using gcc.
30463 (clean mostlyclean): Remove *.ci and *.tmp files.
30464 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30465 than templ-info.exp.
30466 * gdb.base/langs.exp: Source gdb.base/langs.ci.
30467 Add rs6000-*-* xfail for "up to foo in langs.exp"
30468 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 30469 when not gcc compiled.
d63a86f8 30470
c906108c
SS
30471Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30472
30473 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30474 * gdb.base/corefile.exp: Likewise.
30475 * gdb.base/list.exp: Likewise.
30476 * gdb.base/scope.exp: Likewise.
30477 * gdb.base/siganls.exp: Likewise.
30478
30479 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
30480 compiler output.
30481 * gdb.base/whatis.exp: Likewise.
30482
30483Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
30484
30485 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
30486 failure (opcode table has been fixed to match reality).
30487
30488Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
30489
30490 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
30491 "call inferior func with struct - returns char",
30492 "call inferior func with struct - returns short"
30493
30494 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
30495 "print 'scope0.c'::filelocal at main",
30496 "print 'scope0.c'::filelocal_bss in test_at_main",
30497 "print 'scope0.c'::filelocal at foo",
30498 "print 'scope0.c'::filelocal_bss in test_at_foo",
30499 "print 'scope0.c'::filelocal at bar",
30500 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 30501
c906108c
SS
30502 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
30503 in source file 1". This bug seems to have been fixed with both
30504 gcc and native cc (was native assembler bug?).
30505
30506Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
30507
30508 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
30509 "backtrace through signal handler" to "i*86-*-sysv4*".
30510 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30511 continue" case. Add "known SVR4 bug" to fail message.
30512 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30513 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30514 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30515 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30516 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30517 "up to foo in langs.exp", "show language at foo in
30518 langs.exp", "up to cppsub_ in langs.exp", "show
30519 language at cppsub_ in langs.exp", "up to fsub in
30520 langs.exp", and "show language at fsub in langs.exp".
30521 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30522 "bactrace in corefile.exp".
30523 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30524 "call inferior function with struct - returns float" and
30525 "call inferior function with struct - returns double".
d63a86f8 30526
c906108c
SS
30527Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30528
30529 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30530 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30531 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30532 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30533
30534Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30535
30536 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30537 (or overriden) "CHILL" macro rather then bare "gcc".
30538 Also look for ../../gcc/xgcc since that is what we will
30539 actually need, not "Makefile". Remove following assignment
30540 of CHILL to CHILL_FOR_TARGET because that results in
30541 recursive definition.
30542
30543Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30544
30545 * gdb.base/corefile.exp: Change xfail for backtrace in
30546 corefile.exp from linuxaout to all linux.
30547 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30548 cases where we miss the breakpoint at the signal handler
30549 for some reason. Setup xfail for linuxoldld/linuxaout and
30550 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30551 hitting SIGURG breakpoint.
30552 * gdb.base/signals.exp: Setup xfail for "next" acting like
30553 continue to add linuxoldld. Setup xfail for all linux for
30554 "next to handler in signals_tests_1", "backtrace in
30555 signals_tests_1", "continue to func1", "pass SIGUSR1",
30556 and continue to handler".
30557
30558Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30559
30560 * Update all FSF addresses except those in COPYING* files.
30561
30562Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30563
30564 * gdb.base/a2-run.exp: Change messages to be more explicit about
30565 the status of args, and quote binfile in results.
30566
30567Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30568
30569 * gdb.base/callfuncs.exp: Add tests for passing structs to
30570 inferior functions and return various types.
30571 * gdb.base/callfuncs.c: Add functions to receive a struct
30572 and return a member of the struct, in various types.
30573
30574Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30575
30576 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30577
30578Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30579
30580 * config/vxworks29k.exp: New file, sources vxworks.exp.
30581
30582Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30583
30584 * config/gdbremote.exp: New file. Testing framework using
30585 gdbserver.
30586
30587Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30588
30589 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30590 "call function when asleep" and "send end of file".
30591 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30592 for "backtrace in corefile.exp".
30593 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30594 for "backtrace through signal handler".
30595 * gdb.base/corefile.exp: Make sure we actually generate a core file
30596 before trying the core tests. Some systems allow the user to suppress
30597 generation of core files and default to that (linux for example).
30598 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30599 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30600
30601Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30602
30603 * gdb.threads: New directory with some crude multi-threaded
30604 gdb tests (step.exp and step2.exp).
30605 * config/mt-lynx (STEP_EXECUTABLE): Define.
30606 (THREADFLAGS): Define.
30607
30608Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30609
30610 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30611
30612 * gdb.base/signals.exp: Disable whole file for lynx until
30613 further notice.
30614
30615 * gdb.base/signals.exp: xfail test where "next" acts like
30616 "continue" for lynx.
30617
30618 * gdb.base/interrupt.exp: xfail test for calling function while
30619 inferior is asleep for lynx.
30620
30621 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30622 than one cr-lf after each command.
30623
30624Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30625
30626 * configure.in: Reinstate setting of stabsdirs variable, fix
30627 typo in setting up configdirs for native builds.
30628
30629 * gdb.base/return.exp: Fix typo in return double test.
30630 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30631 compiler from optimizing them away.
30632
30633Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30634
30635 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30636 sequences to be echo'd by gdb when using gdb_test.
30637 * gdb.chill/chexp.exp: Likewise.
30638 * gdb.fortran/exprs.exp: Likewise
30639
30640Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30641
30642 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30643 after the inferior gdb has started.
30644
30645 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30646 after each command.
30647 * gdb.base/funcargs.exp: Likewise.
30648 * gdb.base/gdbvars.exp: Likewise.
30649 * gdb.base/interrupt.exp: Likewise.
30650 * gdb.base/list.exp: Likewise.
30651 * gdb.base/watchpoint.exp: Likewise.
30652 * gdb.c++/demangle.exp: Likewise.
30653 * gdb.c++/inherit.exp: Likewise.
30654 * gdb.chill/chexp.exp: Likewise.
30655 * gdb.fortran/exprs.exp: Likewise.
30656
30657 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30658 test if we can't handle IO to/from the inferior.
30659
30660 * gdb.c++/misc.exp: Always check for a program already being
30661 started after sending a "run" command to gdb.
30662
30663 * gdb.base/twice.exp: Start with a fresh gdb.
30664
30665 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30666 only depend on gdb's expression code, not the chill runtime.
30667
30668 * gdb.base/return.c: Put return values into variables so we
30669 can have gdb print them rather than depending on the program
30670 to print them.
30671 * gdb.base/return.exp: Corresponding changes.
30672
30673 * lib/gdb.exp: Provide default value for noinferiorio.
30674 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30675 the inferior.
30676
30677 * gdb.base/break.exp: Always check for a program already being
30678 started after sending a "run" command to gdb.
30679 (text_next_with_recursion): Don't check the output from the
30680 program's printf statement. Instead just make sure the program
30681 exited.
30682
30683 * gdb.base/commands.exp: Protect tests which need arguments with
30684 $noargs conditionals.
30685
30686Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30687
30688 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30689 of structure member arrays to match gdb/valops.c:value_addr change.
30690
30691Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30692
30693 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30694 cases.
30695
30696Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30697
30698 * configure.in (configdirs): Remove gdb.chill from default list
30699 of subdirs and then add it back in only if doing a native build.
30700 The current chill compiler does not yet work in any cross build.
30701 * Revert all signal changes from Jul 6.
30702 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30703 for sh-hms targets, allowing these tests to link, with no other
30704 changes. Testing is suppressed by setting "nosignals" in site.exp.
30705
30706Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30707
30708 * configure.in (signaldirs): Define and add to configdirs for all
30709 targets except some specific ones that are known to not support signals.
30710 Also clean up formatting.
30711 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30712 (signals, sigall): Remove rules to build.
30713 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30714 Moved to new gdb.signals directory.
30715 * gdb.signals: New test directory.
30716 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30717 signals.c signals.exp}: New or moved files.
30718
30719Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30720
30721 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30722
30723Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30724
30725 * gdb.base/return.exp: Xfail `return double' test failure
30726 on at least Solaris 2.3 and handle future/past versions on
30727 a case by case basis as appropriate. Also update message
30728 to include i*86 failures.
30729
30730Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30731
30732 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30733
30734 * lib/gdb.exp: Fix comment which erroneously identified
30735 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30736 gdb_file_cmd not gdb_load).
30737 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30738
30739 * gdb.base/setvar.exp: Make test names consistent between pass and
30740 fail cases. Use gdb_test more.
30741
30742Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30743
30744 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30745
30746Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30747
30748 * gdb.base/help.exp: Fix expected help string for `show commands'.
30749
30750Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30751
30752 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30753
30754 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30755 of a text section.
30756
30757Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30758
30759 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30760 that loop eventually terminates. Fix Connection refused logic so
30761 that testsuite will expire nicely.
30762
30763Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30764
30765 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30766 config/rom68k.exp: New tcl glue for the appropriate monitors.
30767 These all just end up calling monitor.exp.
30768 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30769 refused' by retrying. Cleanup some timeout issues.
30770 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30771 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30772 callers don't have to set/restore global timeout variable.
30773
30774 * The following set of changes centralizes management of the global
30775 timeout variable. This way, it can be set in one target dependent
30776 place instead of dozens of places scattered throughout the test suite.
30777 If you need to lengthen a timeout, then you should either set timeout
30778 in one of the config/{target}.exp files, or multiply it by a factor.
30779 Setting it to an absolute value is always going to lose for some
30780 targets.
30781 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30782 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30783 * gdb.base/funcargs.exp: Don't set timeout.
30784 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30785 * gdb.base/printcmds.exp (test_print_string_constants
30786 test_print_array_constants): Don't set timeout.
30787 * gdb.base/ptype.exp: Don't set timeout.
30788 * gdb.base/recurse.exp: Don't set timeout.
30789 * gdb.base/return.exp: Don't set timeout.
30790 * gdb.base/watchpoint.exp: Don't set timeout.
30791 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30792 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30793
30794Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30795
30796 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30797
30798Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30799
30800 * lib/gdb.exp: Disable chill tests for irix5.
30801
30802Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30803
30804 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30805 each test pass or fail.
30806
30807Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30808
30809 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30810 xlc not gcc.
30811
30812Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30813
30814 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30815
30816Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30817
30818 * config/est.exp: Fix copyright and comments. Remove dead code.
30819 Use targetname, serialport and baud variables instead of fixed
30820 constants.
30821 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30822 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30823
30824Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30825
30826 * gdb.base/watchpoint.exp: Don't run
30827 test_watchpoint_triggered_in_syscall for sunos.
30828
30829Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30830
30831 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30832 they don't seem to exist. Do include stdio.h.
30833
30834Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30835
30836 * gdb.base/a1-selftest.exp: Add alpha xfail.
30837
30838Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30839
30840 * gdb.base/watchpoint.c (main): Prompt before calling read().
30841 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30842 Revise accordingly. Remove cruft about sending "123" several
30843 times, until it gets noticed. Clean up the "print buf[0]" stuff
30844 so that it passes or fails, and waits for prompts in the usual way.
30845
30846Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30847
30848 * gdb.base/recurse.exp: Fix comment.
30849
30850 * TODO: Remove item about printing variables in nodebug.exp. Add
30851 item about enabling tests which are only run on some targets.
30852
30853 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30854 fail, make test names unique, use new gdb_test convention
30855 regarding pattern, use gdb_test more, etc.).
30856
30857 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30858 fail, make test names unique, etc.).
30859
30860Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30861
30862 * gdb.base/nodebug.c: Change return type of top and middle to
30863 short.
30864 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30865 are fixed by the recent mdebugread.c changes. Allow `short ()'
30866 as type for top and middle.
30867
30868Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30869
30870 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30871 nearly as I can tell, the whole thing was an accident in Stu's
30872 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30873 to replace a send/expect pair with gdb_test, but ended up only
30874 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30875 of 30 Mar 1995 took care of it, but left this vestigial comment
30876 which I am now nuking.
30877
30878Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30879
30880 * gdb.base/break.exp: Look for different line number for
30881 breakpoint at main depending on usestubs.
30882
30883Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30884
30885 * gdb.base/list.exp: Adjust some alternate expect patterns to
30886 match recent list0.c change. Add alternate expect pattern for
30887 output from `list default lines around main' for optimizing
30888 compilers.
30889
30890Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30891
30892 * lib/gdb.exp: If nosignals is not set, set it to 0.
30893
30894Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30895
30896 * config/slite-gdb.exp: Responds to load symbol table prompt.
30897 * gdb.base/break.exp: Adjust line number, fix rerun.
30898 * gdb.base/langs0.c: Add #ifdef usestubs.
30899
30900Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30901
30902 * gdb.base/list.exp: Adjust line contents after adding new lines in
30903 list0.c. Also fix a syntax error.
30904
30905 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30906 * gdb.base/break.exp: ditto.
30907 * gdb.base/list.exp: ditto.
30908 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30909 * gdb.base/run.c: ditto.
30910 * gdb.base/list0.c: ditto.
30911 * gdb.base/funcargs.c: ditto.
30912
30913Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30914
30915 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30916 $targetname, $serialport and $baud instead of hardwired variables.
30917 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30918 target doesn't support signals.
30919
30920Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30921
30922 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30923
30924Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30925
30926 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30927 Don't rely on the value of an auto variable before it has been
30928 initialized. Use gdb_test more.
30929
30930Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30931
30932 * lib/gdb.exp (default_gdb_version): A version number must start
30933 with a digit, but other than that contains all characters up to
30934 the first whitespace character.
30935
30936Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30937
30938 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30939
30940Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30941
30942 * gdb.c++/*.exp: Warn if executable does not exist. The original
30943 reason for skipping the warning was that configure.in sometimes
30944 intentionally skipped building the executables but the tcl code
30945 had no way of knowing. That (a) was always bogus with respect to
30946 error handling, (b) is no longer true (right now there is no way
30947 to skip C++ tests).
30948
30949 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30950
30951Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30952
30953 * gdb.base/list.exp: Add expect patterns for output from
30954 SunPRO compiled executables.
30955 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30956 types.
30957
30958Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30959
30960 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30961 number (we are already testing that the correct source line text
30962 gets printed).
30963
30964 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30965 that is what is intended, but something needed to be done to get
30966 sunos4 native working again.
30967
30968 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30969
30970 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30971 apparently went with a (very) old xfail.
30972
30973Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30974
30975 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30976 runto_main is a proc in gdb.exp that will do 'step' for target use
30977 stubs.
30978 * gdb.base/exprs.exp: ditto.
30979 * gdb.base/interrupt.exp: ditto.
30980 * gdb.base/opaque.exp: ditto.
30981 * gdb.base/printcmds.exp: ditto.
30982 * gdb.base/ptype.exp: ditto.
30983 * gdb.base/scope.exp: ditto.
30984 * gdb.base/setvar.exp: ditto.
30985 * gdb.base/signals.exp: ditto.
30986 * gdb.base/twice.exp: ditto.
30987 * gdb.c++/classes.exp: ditto.
30988 * gdb.c++/inherit.exp: ditto.
30989 * gdb.c++/templates.exp: ditto.
30990 * gdb.base/break.exp: no run and hit main for stubs. Change line
30991 numbers for breakpoints and info breakpoint.
30992 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30993 breakpoint().
30994 * gdb.base/callfuncs.c: ditto.
30995 * gdb.base/exprs: ditto.
30996 * gdb.base/interrupt.c: ditto.
30997 * gdb.base/opaque0.c: ditto.
30998 * gdb.base/printcmds.c: ditto.
30999 * gdb.base/ptype.c: ditto.
31000 * gdb.base/scope0.c: ditto.
31001 * gdb.base/setvar.c: ditto.
31002 * gdb.base/signals.c: ditto.
31003 * gdb.base/twice.c: ditto.
31004 * gdb.c++/misc.cc: ditto.
31005 * gdb.c++/templates.cc: ditto.
31006
31007Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31008
31009 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31010
31011 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31012 somewhere between `read' and `main.c'. I'm pretty sure the
31013 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31014 and it isn't particularly useful.
31015
31016 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31017
31018Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31019
31020 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31021
31022Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31023
31024 * config/mt-slite: add LIBS and -nostdlib.
31025 * config/slite-gdb.exp: add this new file to support sparclite target.
31026
31027Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31028
31029 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31030
31031 * gdb.base/a2-run.exp: Change argument to istarget from
31032 "*-*-vxworks" to "*-*-vxworks*".
31033 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31034
31035Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31036
31037 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31038 will not runto main but do a 'step' to step out of breakpoint().
31039 * config/mt-slite: add -Dusestubs.
31040
31041Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31042
31043 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31044 instead of just @.
31045
31046 * gdb.base/signals.exp: Add test for "handle all print".
31047 * TODO: Remove "handle all print". Also remove item about
31048 checking copyright date (I don't like the idea of a spurious FAIL
31049 based on when we run the tests).
31050
31051 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31052 for SunOS4 (reason for failure not investigated). Remove
31053 redundant test for $binfile.
31054
31055 * gdb.base/nodebug.c (array_index): Call malloc.
31056
31057 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31058
31059Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31060
31061 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31062 conventions and slightly simplify the matching regexp.
31063
31064Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31065
31066 * gdb.base/break.exp: Update gdb_test invocation to use new
31067 convention.
31068
31069 * lib/gdb.exp: If noargs is not set, set it to 0.
31070
31071 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31072 tests unique.
31073
31074 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31075
31076Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31077
31078 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31079 one argument of type "<non-float parameter>".
31080
31081Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31082
31083 * config/rom68k.exp: New file to support Motorola IDP board.
31084 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31085 * gdb.base/break.c: Change things around so that this program
31086 doesn't depend upon args. This is necessary to make remote
31087 targets work (in general, they can't take args).
31088 * gdb.base/break.exp: Don't try to send args to program. Don't
31089 expect output. Also, replace lots of code with gdb_test.
31090
31091Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31092
31093 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31094 printing of '\'' (which is what the comment says we are testing,
31095 even though we were not), not '''.
31096 (test_integer_literals_rejected): Test that printing ''' is an error.
31097
31098 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31099 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31100 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31101 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31102 Use gdb_test not test_print_accept.
31103 * lib/gdb.exp: Remove test_print_accept.
31104
31105 * gdb.base/signals.exp (signal_tests_1): Make pass message
31106 consistent with fail message.
31107
31108 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31109 unsigned char; the bug (PR 1821) is fixed.
31110
31111 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31112
31113 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31114 successful tests--makes xfailing them work right.
31115
31116Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31117
31118 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31119 only \r\n, not .*. The test can pass .* as the last thing in
31120 $pattern if that is what it wants. In addition to providing this
31121 flexibility, this change should speed up pattern matching in cases
31122 where the pattern already ended with .* (there were a number of
31123 them). This change also helps catch bad patterns--in the old
31124 scheme the typo "char \*" instead of "char \\*" would pass. Now
31125 it is caught.
31126 * Many .exp files: Update callers.
31127
31128 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31129 clearer and does not spuriously match multiple ('s. Likewise for
31130 ) and *.
31131
31132 * gdb.base/nodebug.exp: Test ability to call a function and pass
31133 it a string (even with no debugging info).
31134
31135 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31136 "p '\'", which is the same as "p ''" once tcl gets done with
31137 quoting, to "p '\\'", which I suspect is what is intended (one
31138 backslash gets sent to GDB).
31139
31140 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31141
31142Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31143
31144 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31145 1817) was fixed literally years ago.
31146
31147Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31148
31149 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31150 test, it causes stepping out of call_after_alloca_subr with
31151 optimizing compilers.
31152 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31153 fails.
31154
31155 * gdb.c++/templates.exp: Source templ-info.exp only if
31156 the templates executable exists.
31157
31158 * gdb.c++/misc.cc (class Contains_static_instance,
31159 class Contains_nested_static_instance),
31160 gdb.c++/classes.exp (test_static_members): Test printing of
31161 a class that contains a static instance of the class.
31162
31163Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31164
31165 * gdb.base/langs2.c (cppsub_): Don't prototype.
31166 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31167 only, I believe).
31168
31169Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31170
31171 * lib/gdb.exp (skip_chill_tests): New procedure.
31172
31173 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31174
31175Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31176
31177 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31178 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31179
31180Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31181
31182 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31183
31184 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31185 disassemble 8, not 16, instructions for part 4.
31186
31187 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31188 support the latter anymore.
31189
31190 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31191 -DNO_PROTOTYPES.
31192 * gdb.base/callfuncs.c: Control use of prototypes based on
31193 NO_PROTOTYPES, not __STDC__.
31194 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31195 t_float_values2 tests if prototypes in use.
31196
31197 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31198 t_double_values): When checking differences against DELTA, check
31199 that difference is within the range (-DELTA,DELTA), not just
31200 (-infinity,DELTA).
31201
31202Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31203
31204 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31205 'file' command firts, then 'target', then 'load', this is due to gdb
31206 target set up.
31207 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31208
31209Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31210
31211 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31212 FP load/store variants.
31213 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31214
31215Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31216
31217 * gdb.base/term.exp: Do not give a warning if not native, it is
31218 not an abnormal condition.
31219
31220Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31221
31222 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31223 t_char_array".
31224
31225Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31226
31227 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31228 are getting the version number.
31229
31230 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31231 if not native, it is not an abnormal condition.
31232
31233Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31234
31235 * lib/gdb.exp: Just use "file exists", rather than undocumented
31236 dejagnu procedure "findfile".
31237
31238Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31239
31240 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31241 (LDFLAGS): Set to -Xlinker -Ur.
31242
31243 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31244 Removed, these values are set by lib/gdb.exp.
31245
31246 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31247
31248Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31249
31250 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31251 of replicating gdb startup code.
31252
31253 * config/mt-vxworks (LDFLAGS): Set to -r.
31254 (CFLAGS_FOR_TARGET): Removed.
31255
31256 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31257 (gdb) and gdb for vxworks uses (vxgdb).
31258
31259 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31260 executable is not in the tree and host != target, use sed and
31261 program_transform_name to determine the gdb name used by the
31262 target.
31263
31264 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31265 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31266
31267Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31268
31269 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31270 floats, chars, and shorts where there are ANSI-style function
31271 definitions.
31272
31273 * gdb.base/langs.exp, gdb.base/langs*: New test.
31274 * gdb.base/Makefile.in: Build it.
31275 * TODO: Remove item about checking that C names don't get C++
31276 demangling applied; this test tests it.
31277
31278Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31279
31280 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31281 went with the const70 xfail. The xfail went away a year ago.
31282
31283 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31284
31285 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31286 for hp300.
31287
31288 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31289
31290 * gdb.base/a1-selftest.exp: Don't run on hp300.
31291
31292Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31293
31294 * Makefile.in (site.exp): Set host_alias and target_alias as well
31295 as host_triplet and target_triplet.
31296
31297Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31298
31299 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31300
31301 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31302 places as other ecoff systems).
31303
31304 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31305 ultrix.
31306
31307Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31308
31309 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31310 remove them.
31311 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31312 variable and "variable" in addition to "data variable".
31313 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31314
31315 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31316 2.
31317 * gdb.base/list1.c (long_line): Add additional statement at start
31318 of function.
31319 * gdb.base/list.exp (test_forward_search): Update line number to
31320 reflect new statement.
31321
31322Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31323
31324 * gdb.base/signals.exp: Reinitialize searched source directories
31325 after gdb_start call.
31326
31327Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31328
31329 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31330 * gdb.stabs/Makefile.in: Likewise.
31331
31332 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31333 change. Instead split the tests into smaller pieces.
31334 * gdb.disasm/hppa.s: Corresponding changes.
31335
31336Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31337
31338 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31339 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31340
31341 * gdb.base/funcargs.exp: Modify many tests so that every test
31342 either passes or fails. Make some test names unique.
31343
31344Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31345
31346 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31347 Call stty to set interrupt character.
31348
31349 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31350 for HP assembler versus GNU assembler based on actual behavior of
31351 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31352
31353 * TODO: Suggest a few more stepping tests.
31354
31355Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31356
31357 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31358 restart GDB for h8300 after a continue.
31359 (return): Add pattern to match a29k-udi behavior.
31360 * gdb.base/nodebug.exp: Remove obsolete comment.
31361 * gdb.base/regs.exp: New file, testing of register displays.
31362 * gdb.base/return.exp: Fix typo in reference to $objdir.
31363 * gdb.base/whatis.exp: Always start with a fresh GDB.
31364
31365Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31366
31367 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31368 higher, these tests generate a lot of output.
31369
31370Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31371
31372 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31373 code following the catch silently ignored some errors; without the
31374 catch they should be thrown like any other tcl error. Also, the
31375 catch used "" instead of {} which meant all the callers who wanted
31376 to include one of the characters "[]$ had to quote it an extra time.
31377 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31378 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31379 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31380 Remove extra quoting.
31381
31382Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31383
31384 * gdb.base/commands.exp: Make test names unique; every test either
31385 passes or fails. Update some comments.
31386
31387 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31388
31389Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31390
31391 The following fixes a FAIL caused by the fact that the alpha stabs
31392 configuration didn't use the ".if alpha" code in weird.def.
31393 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31394 bit pointer, so the 32 bit version works even on the alpha.
31395 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31396 Remove the stuff which allowed us to have separate versions for
31397 alpha and everything else.
31398
31399 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31400 regexp which "info func operator\[\](" is supposed to match. Fix
31401 string to send to GDB. Note that GDB still doesn't work right. Add a
31402 new test for "info func .perator\[\](" which GDB does handle correctly.
31403
31404 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31405
31406Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31407
31408 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31409 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31410 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31411 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31412 it makes the tests harder to understand and confuses test-o-matic.
31413 The preferred style is that each test provides a PASS or a FAIL,
31414 and has a unique message (e.g. "continue #54" not just "continue")
31415 which is the same for the pass and the fail.
31416 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31417 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31418 to lib/gdb.exp.
31419 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31420 prt_accept which was basically the same thing. Likewise for
31421 test_print_reject and prt_reject.
31422 * lib/gdb.exp (test_print_reject): Add some more error message
31423 patterns to match from the former printcmds.exp (prt_reject).
31424 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31425 One defect of the passcount stuff is that some of it failed to
31426 report XPASS where appropriate.
31427 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31428 stuff before and after arg in expected pattern.
31429 (test_paddr_operator_functions): Re-do test without print_addr_of;
31430 this is the only test which seems to want extra stuff there.
31431
31432Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31433
31434 * gdb.base/nodebug.exp: Update new tests to reflect improved
31435 wording of gdb output.
31436
31437 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31438 and "ptype" work on variables in files compiled without -g.
31439 Replaces commented out "maint print msymbol" tests.
31440
31441Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31442
31443 * gdb.base/setvar.c (dummy): Call malloc.
31444
31445 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31446 losing with the irix4 sed.
31447
31448 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31449 ALRM" on irix4.
31450
31451Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31452
31453 * TODO: Remove items about corefile.exp testing new exec-file and
31454 backtrace; both are now done. Add items about printing enums.
31455
31456Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31457
31458 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31459 "get signal $thissig" test fails.
31460
31461 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31462
31463Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31464
31465 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31466 compiler warning with dec alpha compiler.
31467
31468 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31469 extra \n from gdb_test call (this explains why the prompt test
31470 that I removed yesterday was there).
31471 (user_defined_command_test): Remove extra \n and prompt test.
31472
31473 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31474 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31475 doesn't exist.
31476 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
31477 Also remove alpha workaround, which turns out to be because
31478 SIGABRT == SIGLOST.
31479
31480 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
31481
31482 * gdb.base/help.exp: Don't test "help show".
31483
31484Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31485
31486 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
31487 "set print address" is on.
31488 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
31489 pass prompt to gdb_test; gdb_test already looks for the prompt.
31490
31491 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
31492
31493 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
31494 was a vestige of the manual TESTSTRATEGY, and the purpose of it
31495 was to make sure that gdb can read a core file. But (a) the "read
31496 the corefile" part didn't make it to a1-selftest.exp, we just
31497 delete the corefile after creating it, and (b) we test reading
31498 corefiles in corefile.exp anyway. Also, this test left around a
31499 xgdb process on Solaris.
31500
31501 * gdb.base/corefile.exp: Also test backtrace.
31502
31503Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
31504
31505 * gdb.base/commands.exp: Test a simple user defined command with
31506 arguments and if/while statements; verify the full user command is
31507 printed by "show user".
31508
31509 * gdb.base/commands.exp: Test if/while commands as part of a
31510 breakpoint command list; verify they appear in breakpoint
31511 information.
31512
31513Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31514
31515 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31516 than by dividing by zero.
31517
31518Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31519
31520 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31521 performing an inferior call with watchpoints enabled.
31522 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31523 call.
31524
31525Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31526
31527 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31528 of "file" command.
31529
31530 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31531 Add additional pattern for when "int operator int(void);" appears
31532 in a different order.
31533
31534Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31535
31536 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31537
31538 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31539 and "signal" with ".*".
31540
31541Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31542
31543 * TODO: Add note about "handle all nostop".
31544
31545 * gdb.base/{sigall.c, sigall.exp}: New test.
31546 * gdb.base/Makefile.in: Add it.
31547
31548Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31549
31550 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31551 when invoking GDB, suppresses any windowing interface.
31552
31553Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31554
31555 * config/sim-gdb: New file, simulator testing support.
31556
31557Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31558
31559 * gdb.base/interrupt.exp: Test calling func1 twice.
31560
31561Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31562
31563 * gdb.base/list.exp (test_forward_search): Set timeout higher
31564 when we'll be getting lots of output from gdb.
31565
31566 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31567 "init_malloc" to after the expect statement. Run it if that
31568 regexp is taken, but also for two others which happen if source
31569 cannot be found.
31570
31571Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31572
31573 * gdb.base/printcmds.exp: New test, for printing register before
31574 program is running.
31575
31576Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31577
31578 * gdb.base/list.exp: Correct some alternate expect patterns
31579 to reflect changes in list1.c.
31580
31581Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31582
31583 * TODO: Add item regarding large frames.
31584
31585 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31586
31587 * TODO: Remove item about enabling return.exp; it
31588 is enabled. Suggest a few more "return" tests.
31589
31590Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31591
31592 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31593 anonymous unions.
31594
31595Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31596
31597 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31598 and pr-5646.o, so "make" is the same as "make all", not "make
31599 pr-4975.o".
31600
31601Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31602
31603 * gdb.base/list.exp: Adjust expectations to reflect changes in
31604 list1.c.
31605 (test_forward_search): New test proc.
31606 * gdb.base/list1.c (long_line): New function, has long source line.
31607
31608Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31609
31610 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31611 additional line of code that was added.
31612
31613Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31614
31615 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31616 tests so as not to overflow expect's input buffers.
31617 * gdb.disasm/hppa.exp: Corresponding changes.
31618
31619Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31620
31621 Beginnings of template debugging tests.
31622 * gdb.c++/templ-info.cc: New file to test for template
31623 debugging capability of the compiler.
31624 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31625 templ-info.cc.
31626 * gdb.c++/templates.cc: Add explicit template instantiations
31627 to enable compiling with -fno-implicit-templates. Add destructor
31628 and 'value' method to T5 class for template tests.
31629 * gdb.c++/templates.exp: Add testcases for printing of template
31630 types, setting breakpoints on template methods and calling a
d63a86f8 31631 template method.
c906108c
SS
31632
31633Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31634
31635 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31636 branch target since some assemblers (gas-2.5) may emit a
31637 relocation for the branch instead of resolving it in the
31638 assembler.
31639
31640Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31641
31642 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31643 through signal handler.
31644
31645Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31646
31647 * configure.in (*-*-netware): Use config/mt-netware.
31648
31649 * config/mt-netware: New file.
31650 * config/mt-i386-netware: Removed, separate configs for different
31651 netware architectures are no longer needed now that we have
31652 --with-headers.
31653
31654Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31655
31656 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31657 by the recent changes to use ANSI C arithmetic conversions.
31658
31659Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31660
31661 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31662 bug involving using inferior_pid to figure out whether to select a
31663 frame.
31664
31665Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31666
31667 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31668 match the current disassembler output.
31669
31670Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31671
31672 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31673 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31674 types, expect "int" as type of integer values (for now).
31675
31676Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31677
31678 * gdb.base/commands.exp: New tests for if/while commands.
31679
31680Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31681
31682 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31683 by .*, since hex values have different syntax in Chill mode.
31684
31685Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31686
31687 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31688 linefeed from expect pattern for repeated types with indices > 9.
31689
31690Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31691
31692 First part of Fortran test suite.
31693 * gdb.fortran: New directory.
31694 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31695
31696Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31697
31698 * gdb.base/default.exp: Update expect pattern for load command
31699 without arguments.
31700
31701Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31702
31703 * configure.in: Change i386 to i[345]86.
31704 * gdb.base/configure.in: Likewise.
31705 * gdb.c++/configure.in: Likewise.
31706 * gdb.chill/configure.in: Likewise.
31707
31708Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31709
31710 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31711 patterns, since that is not a valid context for comments.
31712
31713Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31714
31715 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31716 repeated types and repeated types with indices > 9.
31717
31718Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31719
31720 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31721 2417; old bug has been fixed.
31722
31723Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31724
31725 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31726 send the newline ourselves instead of assuming gdb_test will do
31727 so when passed an empty input string.
31728
31729 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31730 stabs testcode.
31731
31732Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31733
31734 * lib/gdb.exp (gdb_test): Don't send anything if the first
31735 argument is an empty string. This makes cases where we want to
31736 match output that is already in expect's buffers (for example,
31737 matching a breakpoint after gdb_run_cmd has been called) work
31738 reliably.
31739
31740Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31741
31742 * config/netware.exp: New file.
31743
31744Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31745
31746 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31747 the -B and -L prefixes so we can find the debugging stub.
31748
31749 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31750 there and we are using the gcc from the tree.
31751
31752 * gdb.base/types.c: Removed.
31753
31754 * gdb.base/configure.in: Look for makefile fragments in ../config.
31755 Recognize i386-*-netware.
31756 * gdb.c++/configure.in: Likewise.
31757
31758Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31759
31760 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31761 the correct TCL syntax.
31762
31763Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31764
31765 * gdb.base/opaque.exp: use runto instead of messing around with
31766 breakpoints. Simplify by using gdb_test.
31767
31768 * gdb.base/bitfields.exp: restart between tests on netware targets
31769 because breakpoints aren't relocated after target death. Run
31770 processes to completion.
31771
31772 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31773
31774Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31775
31776 * Makefile.in: Remove extra tabs that confuse some versions
31777 of "make". Use the newly built gdb to test with by default,
31778 rather than the first one in the tester's search path.
31779
31780Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31781
31782 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31783
31784 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31785 condition help.
31786
31787Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31788
31789 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31790
31791 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31792 running.
31793 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31794 * gdb.base/funcargs.exp: Likewise.
31795
31796 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31797 * gdb.base/funcargs.exp: Likewise.
31798
31799 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31800 message is "".
31801
31802Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31803
31804 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31805 return,signals,twice}.exp: Handle non-existant binaries
31806 consistantly.
31807
31808 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31809 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31810 might testing a cross development system.
31811
31812Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31813
31814 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31815 runtest script is relative to ${srcdir}, not ${rootdir}.
31816
31817Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31818
31819 * gdb.base/signals.exp: Allow for optionality of breakpoint
31820 address.
31821
31822Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31823
31824 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31825
31826Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31827
31828 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31829 for size_t definition.
31830 * gdb.c++/templates.cc: Likewise
31831
31832 * config/mt-i386-netware: New file.
31833
31834 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31835 defined.
31836
31837 * gdb.base/Makefile.in: Added support for systems that name core
31838 files by appending "core" to the program name.
31839 * gdb.base/a1-selftest.exp: Likewise.
31840
31841Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31842
31843 * gdb.base/return.exp: Add comment and message for `return double'
31844 test failure on Sparc Solaris.
31845
31846Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31847
31848 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31849
31850Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31851
31852 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31853 from optimizing them away.
31854 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31855 patterns to include default constructors and assignment operators,
31856 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31857 character in the output of the virtual base pointer.
31858
31859Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31860
31861 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31862 expression match in print_addr_of to avoid unintented matches.
31863 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31864 versions up to 2.5.8.
31865
31866Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31867
31868 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31869 included file to run under newer versions of expect.
31870 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31871 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31872 Remove xfail for the virtual table of BDDHookV.
31873
31874Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31875
31876 * lib/gdb.exp (string_to_regexp): Set a default result.
31877 (default_gdb_start): Fix misleading message.
31878
31879Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31880
31881 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31882 Remove all CC, etc definitions.
31883 * config/mt-hpux: New file.
31884 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31885 (CFLAGS, LDFLAGS): Define.
31886 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31887
31888 * Makefile.in (site.exp): Don't insert host_os, etc.
31889 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31890 (distclean): Check existence of subdir.
31891 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31892 * gdb.base/Makefile.in: General cleanup and simplification.
31893 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31894 to build executables. Use default rule to build .o files.
31895 (EXPECT, RUNTEST, CC): Fix relative pathname.
31896 (site.exp): Don't insert host_os, etc.
31897 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31898 and/or SIGUSR1 defined.
31899 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31900 * gdb.c++/Makefile.in: General cleanup and simplification.
31901 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31902 (CFLAGS): Remove.
31903 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31904
31905Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31906
31907 * gdb.base/recurse.exp: Misc changes to get tests running again
31908 after Kung's changes to the watchpoint code.
31909 * gdb.base/watchpoint.exp: Likewise.
31910
31911Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31912
31913 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31914
31915Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31916
31917 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31918 * lib/gdb.exp (default_gdb_start): Define.
31919 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31920 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31921 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31922 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31923 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31924 Don't call gdb_target_udi in between tests.
31925
31926Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31927
31928 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31929 (which was basically just a local version of the same thing). In
31930 addition to avoiding duplication, gdb_test_exact is faster.
31931 * lib/gdb.exp (gdb_test_exact): Fix typo.
31932
31933 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31934 don't give an error.
31935
31936 * gdb.base/term.exp: Call delete_breakpoints before starting.
31937
31938 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31939 (t10): Add comment.
31940
31941Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31942
31943 Reorganization of the GDB Test Suite.
31944
31945 * gdb.base: New directory, contains all the basic tests.
31946 * gdb.c++: New directory, tests specific to C++.
31947 * gdb.chill: New directory, tests specific to Chill.
31948 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31949 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31950 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31951 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31952 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31953 t30-31 to chill).
31954 * */gdbme.*: Rename to match appropriate expect scripts.
31955 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31956 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31957 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31958 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31959 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31960 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31961 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31962 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31963 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31964 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31965 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31966 gdb.c++/virtfunc.cc: New names of C++ files.
31967 * gdb.chill/chillvars.ch: New name of Chill file.
31968 * gdb.base/configure.in, gdb.c++/configure.in,
31969 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31970 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31971 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31972 * configure.in (configdirs): Update to reflect directory changes.
31973 (target_abbrev): No longer define for any configuration.
31974 * Makefile.in: Cosmetic improvements to header comments.
31975
31976Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31977
31978 Various changes to gdb.t31:
31979
31980 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31981 * gdbme.ch: Make all key-words and predefineds be upper-case.
31982 * chillvars.exp: Expect key-words and predefinds in upper-case.
31983
31984 * chillvars.exp: Use gdb_test_exact many places.
31985 Change expected output for arrays (which now includes index labels).
31986
31987 * pr-5020.exp, gdme.ch (module PR_5020):
31988 New test, for PR-5020.
31989
31990Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31991
31992 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31993 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31994
31995Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31996
31997 * Makefile.in: Fix bit-rot in definitions of CHILL,
31998 CHILL_FOR_TARGET and Chill_LIB.
31999 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32000 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32001 CHILL, and CHILL_LIB.
32002
32003Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32004
32005 * Revert the previous changes. Please see Rob's directory
32006 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32007
32008Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32009
32010 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
32011 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32012 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32013 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
32014 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32015 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32016 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32017 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32018 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32019 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32020 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32021 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32022 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32023 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32024 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32025 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32026 changes from 94Q1.
32027
32028Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32029
32030 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32031 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32032 Rob's new testing fragments.
32033
32034Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32035
32036 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 32037 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
32038
32039Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32040
32041 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32042 version also, match on casted version strings, and match on
32043 gdb startup case where the line numbers might be messed up.
32044
32045Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32046
32047 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 32048 (CFLAGS): Delete it from here.
c906108c
SS
32049
32050Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32051
32052 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32053
32054Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32055
32056 * Makefile.in (RUNTEST): Default to just "runtest".
32057
32058Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32059
32060 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32061 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32062 the code has been restructured.
32063
32064Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32065
32066 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32067 \n, not just one of each.
32068
32069 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32070 /bin/cc gives a warning if you do.
32071
32072Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32073
d63a86f8 32074 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
32075 __t10ListS_link1ZUiRCUiPT0
32076
32077Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32078
32079 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32080 on local variables in recursive functions.
32081
32082 * gdb.t07/Makefile.in: Build the new test.
32083
32084Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32085
32086 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32087 directly. Instead compare the return values from actual calls.
32088
32089Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32090
32091 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32092
32093Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32094
32095 * From Peter Schauer with minor modifications.
a9c64011
AS
32096 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32097 stops in mid-line in the caller. Add xfail for returning a float
32098 value on X86 targets.
c906108c
SS
32099
32100Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32101
32102 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32103 to avoid expect lossage.
32104 (fmem_LRbug_tests): Likewise.
32105 * gdb.disasm/hppa.s: Corresponding changes.
32106
32107 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32108 conditions to work with latest dejagnu/expect.
32109
32110 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32111 expected to fail on the PA.
32112 (backtrace in call with trampolines): Explicitly require main
32113 to be frame #1 (no trampolines should show up in backtrace).
32114
32115 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32116 "continue -expect".
32117 * gdb.t06/break.exp: Likewise.
32118 * gdb.t07/watchpoint.exp: Likewise.
32119 * gdb.t13/bitfields.exp: Likewise.
32120 * gdb.t15/{funcargs,return}.exp: Likewise.
32121 * gdb.stabs/weird.exp: Likewise.
32122 * config/{mips,udi}-gdb.exp: Likewise.
32123
32124 * hppa.sed: Enclose comments within a sed command to avoid
32125 losing with the old OSF1 sed.
32126
32127Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32128
32129 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32130 sequent dynix.
32131 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32132 * gdb.t15/funcargs.exp: Conditionally step again to really
32133 finish from marker_call_with_trampolines. Handle the case where
32134 the first step from within call_with_trampolines already steps
32135 us back to main.
32136 * gdb.t15/gdbme.c: Add comment to closing brace of
32137 call_with_trampolines for funcargs.exp.
32138
32139Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32140
d63a86f8 32141 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
32142 Fix typo(s).
32143
32144Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32145
32146 * gdb.t07/gdbme.c: More code for watchpoint testing.
32147
32148 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32149 "Hardware watchpoint" throughout file.
32150 (test_watchpoint_triggered_in_syscall): New test.
32151 (test_complex_watchpoint): New test.
32152
32153Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32154
32155 * gdbme.c (call_with_trampolines): New function to try and step
32156 into. Tests trampoline problems on the PA.
32157
32158 * funcargs.exp (localvars_in_indirect_call): No longer expect
32159 stepping into indirect call to fail on PAs.
32160 (test_stepping_over_trampolines): New test.
32161
32162Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32163
32164 * TODO: Add suggestions for static member function tests, and
32165 completion tests.
32166
32167Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32168
32169 * TODO: Add suggestions for "p/a" tests.
32170
32171 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32172 (default_gdb_exit): Replace all the hair with sending "quit" to
32173 the process with a simple close.
32174
32175Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32176
32177 * TODO: Add suggestions for shared library tests.
32178
32179Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32180
32181 * TODO: Add suggestions for x/s tests.
32182
32183Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32184
32185 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32186 "enable once", and "enable breakpoints once" with ".*".
32187
32188Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32189
32190 * TODO: Add suggestions about structure passing tests.
32191
32192Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32193
32194 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32195 the primary1 test, use work around if __GNUC__ < 2.
32196 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32197 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32198 Test for bad output rather than waiting for timeout. Issue
32199 second continue only if first continue failed.
32200
32201Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32202
32203 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32204 operator[] test with gdb_test because the old code didn't seem to
32205 be getting the quoting right with the new dejagnu.
32206
32207Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32208
32209 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32210 one from the path.
32211 * Makefile.in: Use a fresh expect if there is one, use runtest
32212 from the src tree if there is one.
d63a86f8 32213
c906108c
SS
32214Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32215
32216 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32217 next over recursive call. Revise the tests from that point on
32218 (which had been skipped) to match GDB's actual (correct) output.
32219
32220 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32221 with next over a breakpoint whose condition is false.
32222
32223 * gdb.t00/help.exp: Comment out "help set print" tests just like
32224 (and for same reason as) "help set" test.
32225
32226Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32227
32228 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32229 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32230
32231Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32232
32233 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32234 necessary gdb_target_udi.
32235
32236 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32237
32238 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32239 1838 and 2417; they are fixed.
32240
32241 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32242 gdb.t03/ptype.exp (ptype structure, ptype union):
32243 Remove xfails; the test is looser than when the xfails were added.
32244
32245 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32246 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32247
32248 * gdb.t01/run.exp: Only run shell test if isnative.
32249
32250 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32251 since "run" automatically loads if necessary. Call gdb_target_udi
32252 after the "file" since "file" kills any execution target.
32253
32254 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32255 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32256 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32257 argument for UDI.
32258
32259Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32260
32261 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32262
32263 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32264
32265Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32266
32267 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32268 properly quoting regexps. This makes the second argument to
32269 demangle a fixed string, which matches the callers, instead of a
32270 shell-style pattern which is what the previous implementation
32271 used. Update some of the callers.
32272
32273Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32274
32275 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32276 (comib_nullified_tests): Fix typo.
32277 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32278 strings. No longer expected to fail.
32279
32280 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32281 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32282 strings. No longer expected to fail.
32283
32284 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32285 string. No longer expected to fail.
32286
32287Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32288
32289 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32290 No longer expected to fail.
32291
32292 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32293 string. No longer expected to fail.
32294
32295Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32296
32297 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32298 only in the names (I probably got most of them). I was even
32299 generous with some which differed in underscores in names, and
32300 probably missed a few, and I *still* was able to remove almost a
32301 third of the file with almost no impact on testsuite coverage.
32302
32303Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32304
32305 * gdb.t00/default.exp: Match udi_attach error message as well as
32306 the one from child_attach.
32307
32308 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32309
32310 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32311
32312 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32313 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32314
32315 * Move test with enums and partial symbols back to
32316 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32317 Reverts the change of 26 May 93. Per today's change to
32318 stabs.texinfo, the behavior that weird.exp was expecting was
32319 unreasonable; what is important is that the compiler+gdb get
32320 things right, which happens with a recent gcc. Also fix the test
32321 to deal with native compilers which put out the stab gdb can't
32322 deal with.
32323
32324Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32325
32326 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32327 in the names. The main thing these accomplish is to slow things down.
32328 Many more such duplicates surely remain.
32329
32330 * gdb.t00/help.exp: Comment out "help support" test just like
32331 (and for same reason as) "help set" test.
32332
32333Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32334
32335 * gdb.t06/break.exp: Remove setup_xfails for
32336 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32337 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32338 about known bug in gcc to include up through 2.5.8.
32339 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32340 well as "_vb$".
32341 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32342 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32343 with latest gcc and gdb.
32344 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32345 well as "_vb$".
32346
32347Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32348
32349 * configure.in (hppa*-*-*): Also configure and build stabs-only
32350 tests.
32351
32352Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32353
32354 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32355 * gdb.t10/configure.in (hppa*-*-*): Use it.
32356
32357Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32358
32359 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32360
32361Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32362
32363 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32364 versions prior to 1.13.5.
32365
32366Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32367
32368 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32369 the prompt is at the start of a line.
32370
32371Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32372
32373 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32374 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32375 in the copr tests now.
32376 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32377 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32378 expected to fail.
32379
32380Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32381
32382 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32383 gdb.t31/chillvars.exp, lib/gdb.exp:
32384 Tweak to run under either version of expect.
32385 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32386 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32387 * gdb.t11/list.exp: Remove extraneous whitespace.
32388
32389Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32390
32391 * gdb.t16/printcmds.exp (test_print_strings): Accept
32392 "(unsigned char *) " before the string.
32393
32394 * TODO: Add notes about printing of fancy types and GDB expressions.
32395
32396Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32397
32398 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32399 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 32400 if doing mips-idt-ecoff.
c906108c
SS
32401
32402Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32403
32404 * Most .exp files: Tweak to run under either version of expect.
32405
32406Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32407
32408 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32409 xfails; I'm not sure why they are failing, but not because of PR 1806.
32410
32411Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32412
32413 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32414 defined in lib/gdb.exp.
32415
32416Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32417
32418 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32419 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32420 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32421 have to be typeless.
32422
32423Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32424
32425 * TODO: Add suggestion for copyright year test.
32426
32427Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32428
32429 * configure.in (*-*-lynxos*): Add stabs tests.
32430
32431Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32432
32433 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32434 so insert a tab before any assembler directive in column zero.
32435
32436 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32437 stores.
32438 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32439 stores.
32440 (fpu_short_memory_tests): Likewise.
32441
32442Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32443
32444 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32445 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32446 .stabs directives in comments.
32447
32448Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32449
32450 * TODO: New file, describing tests we could write.
32451 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32452
32453Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32454
32455 * gdb.t06/signals.exp: Add kludge to force re-sync.
32456
32457 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32458 to xgdb instead of gdb, get out of gdb.
32459
32460Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
32461
32462 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32463 for info.
32464
32465Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32466
32467 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32468 * gdb.stabs/configure.in (hppa*-*-*): Use it.
32469 * gdb.stabs/hppa.sed: New sed script for the PA.
32470
32471Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32472
32473 * gdb.stabs: Re-write weird.def and configuration to use sed
32474 instead of cpp. sed is portable and POSIX; cpp is neither.
32475
32476Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32477
32478 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
32479
32480Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32481
32482 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
32483
32484Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32485
32486 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
32487 "_vb$".
32488 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
32489 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
32490
32491Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32492
32493 * lib/gdb.exp: Comment out code which depends on non-existent
32494 `transform' procedure.
32495
32496Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
32497
32498 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
32499 * lib/gdb.exp: Transform tool name.
32500 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
32501 1.1's new error handling system.
32502
32503Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32504
32505 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
32506
32507Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32508
32509 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
32510 They made pattern matching so slow that timeouts happened on
32511 heavily loaded systems. Now any output from "show print" which
32512 gets us back to the GDB prompt is a PASS.
32513
32514Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32515
32516 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32517
32518Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32519
32520 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32521
32522 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32523 It is not from PR 3220.
32524
32525Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32526
32527 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32528 just started failing because they depended on the order the
32529 subcommands are presented, or exact docstring text. This kind of
32530 test is a pain and has minimal benefit.
32531
32532Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32533
32534 * gdb.t09/corefile.exp: At end of test, use "core" command with
32535 no arguments.
32536
32537Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32538
32539 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32540 17}/Makefile.in: Make it possible to run the testsuite with Sun
32541 make and CC = cross gcc by adding explicit build rules for .o
32542 files.
32543
32544Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32545
32546 * gdb.t15/funcargs.exp: Don't put comments on same line as
32547 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 32548
c906108c
SS
32549Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32550
32551 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32552
32553Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32554
32555 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32556 * gdb.t20/inherit.exp: remove three dumplicate entries.
32557
32558Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32559
32560 * gdb.t06/break.exp: For "next over recursive call", fail on any
32561 incorrect output, not just on "factorial (value=2)".
32562
32563Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32564
32565 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32566 working now. Add an xfail if accesing a bss variable causes
32567 a memory error if the target is not yet run.
32568
32569Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32570
32571 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32572 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32573 name of __st* demangling (2 strings). Did Kung really get the
32574 more than 95 others right without testing them?
32575
32576Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32577
32578 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32579
32580Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32581
32582 * configure.in (configdirs): Add gdb.disasm
32583 * gdb.disasm: New directory for GDB disassembler tests.
32584 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32585
32586Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32587
32588 * gdb.t00/help.exp: Don't test "help set".
32589
32590 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32591 from within expect statements. None of these happen anymore and
32592 they cause regressions to be silently unnoticed.
32593
32594 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32595 messages) about known failures with gcc cygnus-2.4.5-930417.
32596
32597 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32598 comp-info.exp so it gets built if it doesn't exist.
32599
32600 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32601 it is no longer used.
32602 * gdb.t13/comp-info.c: Removed.
32603
32604Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32605
32606 * gdb.t06/signals.exp: Add xfail for sun3.
32607
32608Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32609
32610 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32611 relevant because ^C doesn't get sent but failure can be reproduced
32612 interactively).
32613
32614Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32615
32616 * gdb.stabs/alpha.mt: New configuration file for alpha.
32617 * gdb.stabs/configure.in: Use it.
32618 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32619 sharing with alpha.mt, redefine long to word via preprocessor.
32620 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32621 for alpha.
32622 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32623 native cc.
32624 * gdb.t00/teststrategy.exp: Change expect string so that we
32625 consume the `(xgdb)' from the command echo and from the gdb prompt.
32626 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32627 gdb currently compares all values as long, so this failure probably
32628 applies to any configuration where LONGEST is bigger than a target int.
32629 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32630 with gcc.
32631 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32632 to handle opaque pointers, gcc is.
32633 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32634 as first argument. Include <sys/types.h> and change all operator
32635 new definitions to use size_t.
32636 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32637 now that we use size_t.
32638
32639Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32640
a9c64011 32641 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 32642 a long or float array cast all array members to the same type.
a9c64011 32643 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 32644 with 64 bit longs.
a9c64011 32645 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 32646 on alpha.
a9c64011 32647 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
32648
32649Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32650
32651 * gdb.t24 (demangle.exp): Constructors of templates have names like
32652 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32653 section 14.6 of the ARM.
32654
32655 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32656 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32657 accomplish little and slow down the testsuite.
32658
32659 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32660 Accept spaces various places.
32661
32662Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32663
32664 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32665 with watchpoint enabled.
32666
32667 * Makefile.in: Remove definition of CC and remove the second
32668 definition of CXX (the "CXX = gcc" one remains). These definitions
32669 were causing backquotes to be expanded within backquotes, which
32670 doesn't work.
32671
32672Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32673
32674 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32675
32676Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32677
a9c64011
AS
32678 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32679 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
32680 by mips cc and contains no stabs entries.
32681
32682Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32683
32684 * config/vx-gdb.exp: Use fake device to load files rather than
32685 NFS.
32686 * lib/gdb.exp: New proc to do "file" command.
32687 * config/unix-gdb.exp: Use new "file" proc.
32688
32689Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32690
32691 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32692 Rework board rebooting slightly.
32693 (gdb_exit): Don't exit from the remote shell; there isn't one.
32694 * gdb.stabs/weird.exp: If a program is being debugged already,
32695 kill it.
32696 * gdb.t04/setvar.exp: Stop and restart gdb.
32697 * gdb.t05/expr.exp: Likewise.
32698 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32699 restart gdb and reload the program.
32700 * gdb.t08/opaque.exp: Likewise.
32701 * gdb.t12/scope.exp: Likewise.
32702 * gdb.t13/bitfields.exp: Likewise.
32703 * gdb.t15/funcargs.exp: Likewise.
32704 * gdb.t20/classes.exp: Likewise.
32705 * gdb.t03/ptype.exp: Increase timeout.
32706 * gdb.t16/printcmds.exp (test_print_string_constants,
32707 test_print_array_constants): Likewise.
32708 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32709 * gdb.t20/classes.exp (do_tests): Likewise.
32710 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32711
32712Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32713
32714 * gdb.stabs: Renamed *wierd* to *weird*.
32715
32716Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32717
32718 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32719 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32720
32721Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32722
32723 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32724 (do_tests): Remove xfail for whatis on one_var and two_var.
32725
32726Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32727
32728 * Makefile.in: Made cross building work better by adding
32729 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32730
32731Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32732
32733 * gdb.t15/{return.c,return.exp,Makefile.in}:
32734 New test, currently commented out.
32735
32736Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32737
32738 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32739 still running and removes the leftover named socket so GDb can do
32740 clean restarts.
32741
32742Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32743
32744 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32745 console, not GDB.
32746 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32747 cross testing works better with "make check"
32748 * config/unix-gdb: Use default procedures for exit and version.
32749 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32750 with the newest VxWorks.
32751
32752Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32753
32754 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32755 old form.
32756
32757 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32758 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32759
32760 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32761
32762 * config/unix-gdb.exp: Remove this version of gdb_exit
32763 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32764 Rob says he'll look at it when he gets back to testing boards.
32765
32766Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32767
32768 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32769 an expected fail for certain ptype commands.
32770
32771 * gdb.t20/classes.exp: Update expected results of "ptype class
32772 Base1" to account for the constructor that now appears in the type.
32773
32774Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32775
32776 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32777 disappeared from list.
32778 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32779 "alldone" proc with call to cleanup and exit.
32780 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32781 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32782 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32783 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32784 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32785 "alldone" proc with simple returns that suppress remaining
32786 tests. The alldone proc went away many months ago.
32787
32788Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32789
32790 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32791
32792 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32793
32794Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32795
32796 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32797 as vax gdb will display them.
32798
32799Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32800
32801 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32802 optimizers.
32803
32804 * scope.exp: Change "bad value for localval" messages so each one
32805 is unique.
32806
32807 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32808 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32809
32810 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32811
32812Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32813
32814 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32815 doesn't exist (due to optimization).
32816
32817Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32818
32819 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32820 contains \r because the filename is long.
32821
32822 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32823 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32824
32825Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32826
32827 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32828 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32829 Ultrix.
32830 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32831 int tests.
32832 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32833
32834Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32835
32836 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32837
32838 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 32839 to match does not match the passing case but still matches the
c906108c
SS
32840 failing case.
32841
32842Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32843
32844 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32845
32846Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32847
32848 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32849 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32850 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32851 Remove various versions of gdb_exit.
32852 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32853 gdb_exit.
32854 * config/unix-gdb.exp: gdb_exit remains here, and should override
32855 the generic version, since it's doing a lot of wierd stuff that
32856 the other versions aren't. FIXME, fold it in, or abandon this
32857 version.
32858
32859Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32860
32861 * gdb.t24/demangle.exp: Add tests for PR 3220.
32862
32863Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32864
32865 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32866
32867Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32868
32869 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32870 "i386-*-*". Works for i486 as well.
32871
32872 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32873 bug, and expand domain of xfail to all SVR4 systems, since the
32874 actual problem is likely to be in generic SVR4 /proc support.
32875
32876Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32877
32878 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32879
32880Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32881
32882 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32883 xfails for other systems. Match a missing 'Continuing.' as an
32884 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32885
32886 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32887 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32888 Only issue warning for missing executables if -all option is used.
32889
32890 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32891 file if -all option is used. It's like an unpredictable XFAIL.
32892
32893Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32894
32895 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32896 for dynamically linked binaries.
32897
32898 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32899
32900Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32901
32902 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32903 to state that this is a known bug in old versions of g++.
32904
32905Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32906
32907 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32908 while waiting for `Continuing'.
32909
32910Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32911
32912 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32913 in text, data, and bss.
32914 * gdb.t10/nodebug.c: Add local and global test variables for
32915 initialized and uninitialized data.
32916
32917Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32918
32919 * config/unix-gdb.exp (gdb_exit): Add "wait".
32920
32921Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32922
32923 * gdb.t06/signals.exp: xfail the continue from the handler for all
32924 targets.
32925
32926 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32927 function with watchpoints enabled, the i386 call dummy starts with
32928 a call.
32929
32930 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32931 386 bsd names its corefiles.
32932
32933Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32934
32935 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32936 compilers don't grok it.
32937 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32938 with small octal ints rather than character constants, which
32939 are signed and might not fit if first promoted to int.
32940
32941Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32942
32943 * gdb.t09/Makefile.in (clean): Remove corefile.
32944
32945Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32946
32947 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32948
32949Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32950 and Jim Kingdon (kingdon@cygnus.com)
32951
32952 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32953 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32954 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32955
32956Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32957
32958 * gdb.t17/interrupt.exp: Add xfail for hppa.
32959
32960Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32961
32962 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32963 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32964 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32965 to determine signed-ness of bitfields and use the result to setup
32966 the xfail.
32967 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32968 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32969 call line is reached if necessary.
32970
32971Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32972
32973 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32974
32975Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32976
32977 * gdb.t06/break.exp: Also test `clear' command.
32978
32979Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32980
32981 * gdb.t00/teststrategy.exp: Remove extra quote.
32982
32983 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32984 watchpoint enabled to be for all non-68k machines.
32985
32986 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32987
32988Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32989
32990 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32991 targets use aout.mt instead of ecoff.mt as gas understands
32992 standard aout format.
32993
32994Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32995
32996 * lib/gdb.exp (runto): Don't insist that function we are running to
32997 was compiled with -g.
32998
32999 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33000
33001 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33002 to get back into the read system call.
33003 Accept leading newline in case where we woke it up.
33004
33005Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33006
33007 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33008 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33009 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33010 enable ecoff configuration.
33011
33012Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33013
33014 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33015
33016Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33017
33018 * gdb.t16/printcmds.exp: Add another printf test.
33019
33020Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33021
33022 * configure.in: If configured -with-stabs on any target, add
33023 stabsdirs to configdirs.
33024
33025Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33026
33027 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33028 fun" so pattern does not match the command itself.
33029
33030Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33031
33032 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33033
33034Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33035
33036 * gdb.t17/interrupt.exp: Test for more things.
33037
33038Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33039
33040 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33041 compiler arranges the code and line numbers.
33042
33043 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33044
33045Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33046
33047 * gdb.t00/help.exp: Increase expect input buffer size.
33048
33049Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33050
33051 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33052
33053 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33054
33055 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33056
33057 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33058 [0-9]*, not just [0-9].
33059
33060Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33061
33062 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33063
33064 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33065
33066Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33067
33068 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33069
33070Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33071
33072 * gdb.t06/signals.c: Add xfails for sun3.
33073
33074 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33075
33076 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33077 test_stepping tests.
33078
33079Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33080
33081 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33082
33083 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33084
33085 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33086 rather than actually putting it through cpp twice.
33087
33088 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33089
33090Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33091
33092 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33093 no longer needed.
33094
33095Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33096
33097 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33098
33099 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33100 C++ features prints as "struct", make it a pass, not an xfail.
33101
33102Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33103
33104 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33105 Don't require VA to print as "class" rather than "struct".
33106
33107Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33108
33109 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33110
33111Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33112
33113 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33114
33115Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33116
33117 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33118 order.
33119
33120Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33121
33122 * gdb.t16/printcmds.exp: Add printf tests.
33123
33124 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33125
33126 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33127
33128Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33129
33130 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33131 pass counts, to counteract any existing or future setup_xfails.
33132
33133Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33134
33135 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33136 {BEGIN,END}_COMMON for common block instead of STAB.
33137 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33138
33139 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33140 intp_var should be N_GSYM not N_LSYM.
33141 wierd-aout.S: Use a label for the value of the N_SO.
33142 wierd.def: Remove all backslashes.
33143 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33144
33145Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33146
33147 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33148 get the expected next to inheritance3.
33149
33150Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33151
33152 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33153 now that gcc-2.4 gets it right.
33154
33155Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33156
33157 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33158
33159 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33160 generating comp-info.exp which works for cross-compilation.
33161
33162Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33163
33164 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33165 "*-*-sysv4.*".
33166
33167Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33168
33169 * gdb.t01/run.exp: Start with a fresh gdb.
33170 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33171 SVR4.x.
33172
33173Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33174
33175 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33176 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33177 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33178 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33179 things to remove.
33180
33181Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33182
33183 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33184 test cases from bug reports.
33185
33186Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33187
33188 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33189 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33190 avoid spurious xfails.
33191 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33192 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33193 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33194
33195Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33196
33197 * gdb.t00/teststrategy.exp: Rework to provide more useful
33198 description of each test, fix problem with systems that define
33199 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33200 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33201 results for "next over recursive call" so timeouts aren't taken
33202 by error.
33203
33204Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33205
33206 * gdb.t12/scope.exp: Test printing of variables before run.
33207
33208 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33209 printed in wrong order due to sorting.
33210
33211Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33212
33213 * gdb.t00/teststrategy.exp: Fix expected results for printing
33214 user entered string constant. Is array of char, prints with no
33215 address.
33216
33217 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33218 commands.
33219 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33220 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33221 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33222 of struct of char arrays.
33223 * gdb.t00/radix.exp: New tests for radix commands.
33224
33225Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33226
33227 * gdb.t16/printcmd.exp: Print a variable before running program
33228 (with xfail for AIX).
33229
33230Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33231
33232 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33233
33234 * gdb.t16/printcmd.exp: Don't print variables before running program.
33235
33236 * gdb.t06/break.exp: Don't require envp argument to main.
33237
33238 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33239
33240 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33241 Add xfails for rs6000.
33242
33243 * gdb.t02/whatis.exp: Change other tests not to re-test something
33244 we already tested.
33245
33246 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33247 each type used has a variable of that type.
33248
33249Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33250
33251 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33252
33253Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33254
33255 * configure.in: change srctrigger to be a file, not a directory
33256
33257Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33258
33259 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33260
33261 * gdb.t11/list.exp: Fixed a couple of typos.
33262
33263Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33264
33265 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33266 is fixed and PR is closed.
33267 * gdb.t16 (gdbme.c): Add simple test string variable.
33268 * gdb.t16 (printcmds.exp): Add tests with simple test string
33269 variable, primarily for boundaries on "set print elements".
33270
33271Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33272
33273 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33274 Make leading 0's optional and don't expect a tab in the middle
33275 of the number.
33276
33277 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33278
33279 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33280 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33281 don't end command passed to gdb_test with newline.
33282
33283 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33284 signed keyword away, don't expect signed bitfields to be signed.
33285
33286 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33287 printing with only as many 1's as are in the field as well as printing
33288 with 32 1's (see comment).
33289
33290Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33291
33292 * gdb.t00/default.exp: Start with a fresh gdb.
33293 * configure.in (configdirs): Remove gdb.t31 until the chill
33294 compiler works again. It no longer is able to find chillrt0
33295 since it isn't in libchill.a anymore.
33296 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33297 wierd.o, make more modular.
33298 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33299 spurious newlines that caused problems.
33300
33301Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33302
33303 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33304 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33305 gdb.stabs/wierd.{exp,def}: Many new tests.
33306
33307 * gdb.t00/default.exp: update info line for new message.
33308
33309 * gdb.t02/{whatis.exp,gdbme.c}:
33310 Test that "char *" doesn't print as "caddr_t".
33311
33312Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33313
33314 * gdb.t00/help.exp: Use .* in place of some help messages which
33315 just changed.
33316 gdb.t00/default.exp: Update "info frame" test for new message.
33317 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33318 Remove some xfails
33319
33320Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33321
33322 * gdb.t03/{gdbme.c,ptype.exp}:
33323 Add tests for typedef'd struct and union without tags.
33324 Also check "whatis" on a variable of a typedef'd enum without a tag.
33325
33326 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33327 PRMS 1823; the bug still exists but isn't reproduced by this test
33328 anymore), and remove rs6000 XFAIL (the bug is fixed).
33329
33330 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33331 duplicated from whatis.exp. For those that are left, accept
33332 "long", "long int", or "int" for long variables (whatis.exp already
33333 has an XFAIL for "int", so no need to fail it here).
33334
33335 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33336 Deal with GCC's names for types now that GDB uses the compiler's names.
33337
33338 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33339 setup_xfail's for sunos4. If we #defined the signed keyword away,
33340 don't expect GDB to know that char it is signed.
33341
33342 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33343
33344Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33345
33346 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33347 should work on any system, regardless of debugging format.
33348 * gdb.t21/demangle.exp: Move to gdb.t24.
33349 * gdb.t24/demangle.exp: Move from gdb.t21.
33350 * gdb.t24/{Makefile.in, configure.in}: New files.
33351
33352Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33353
33354 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33355 * gdb.stabs: New directory.
33356
33357Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33358
33359 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33360 not just "Quit anyway?".
33361
33362Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33363
33364 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33365 that all setup_xfails are immediately followed by clear_xfails.
33366
33367Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33368
33369 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33370 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33371 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33372 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33373 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33374 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33375 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33376 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33377 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33378 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33379 gdb.t31/chillvars.exp, lib/gdb.exp:
33380 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33381 bug-gdb@prep.ai.mit.edu.
33382
33383Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33384
33385 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33386 with 0.0, not integer 0.
33387
33388Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33389
33390 * gdb.t06/break.exp: Update for "Kill the program" message change.
33391
33392Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33393
33394 * Makefile.in (GDBFLAGS): Set to -nx.
33395 * Makefile.in (site.exp): Use GDBFLAGS.
33396
33397Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33398
33399 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33400 Makefiles.
33401 (check): depend on just-check.
33402 (just-check): added so that tests can be run without a noop
33403 build pass.
33404
33405Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33406
33407 Switch to using configure's configdirs.
33408 * Makefile.in (Makefile): add configure.in dependency.
33409 (SUBDIRS): removed redundant assignment.
33410 * configure.in: switch subdirs assignment to configdirs.
33411 * gdb.t*/configure.in: new files.
33412
33413Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33414
33415 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33416 works.
33417
33418Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33419
33420 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33421 in explicit rules. Apparently this is not supported by some makes.
33422
33423Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33424
33425 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33426
33427Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33428
33429 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33430 disappeared.
33431
33432Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33433
33434 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33435
33436Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33437
33438 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33439 watchpoint problem that is now fixed.
33440 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33441 uninitialized convenience variables.
33442 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33443 structures.
33444
33445Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33446
33447 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33448 which causes expect to get out of sync with gdb on long output
33449 from help set.
33450 * gdb.t09/corefile.exp: Make expected pattern for core file
33451 failing signal and frame output format less sun specific.
33452
33453Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33454
33455 * gdb.t31/chillvars.exp: Add and remove initial dummy
33456 breakpoint, so that symbol table is forced in.
33457 (Needed at least on Sunos4, though it seems not SVR4.)
33458 * gdb.t31/chillvars.exp: Update for changed output format.
33459
33460Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
33461
a9c64011 33462 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
33463
33464Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
33465
33466 * Makefile.in: Added --srcdir when invoking runtest, removed the
33467 need for a local config file. (optional now)
33468
33469Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
33470
33471 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
33472 failure count used to force early termination. Add some more
33473 expected failures for gnu style demangling.
33474
33475Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33476
33477 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
33478 pmi variable from gdb.t20/gdbme to get optimized away.
33479 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
33480 Check for written corefile upon timeout _and_ eof.
33481
33482Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33483
33484 * config/unix-gdb.exp: Add missing return 0.
33485
33486Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33487
33488 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
33489 test termination.
33490
33491Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33492
33493 * configure.in (subdirs): Put back gdb.t17 which mysteriously
33494 disappeared.
33495
33496Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
33497
33498 * gdb.t10/crossload.exp: Disable the i860-elf test until such
33499 time as i860 support works.
33500
d63a86f8 33501 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
33502 "backtrace 100\r" rather than just "backtrace\r", to match last
33503 change.
33504
33505Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
33506
33507 * config/udi-gdb.exp (gdb_exit): Remove close command.
33508 (gdb_target_udi): New procedure to set the UDI target.
33509 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
33510 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33511 Added waits for prompts after several question responses. Added
33512 some more responses used by a29k-amd-udi-gdb.
33513 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33514 pass different arguments, restart UDI connection after program
33515 completion.
33516 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33517 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33518 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33519 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33520 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33521 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33522 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33523 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33524 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33525 after program completion.
33526 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33527 compiled with a SELECT_VECS setting.
33528 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33529 infinite recursion.
33530
33531 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33532 Added checks for COFF results, and made them expected failures for
33533 all targets. It would be better to make them expected failures
33534 for COFF targets only.
33535
33536Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33537
33538 * Makefile.in: add null dvi target, don't bother to recurse
33539 through test directories for info and install-info; rename
33540 $(datadir) to be dejagnu instead of deja-gnu
33541
33542Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33543
33544 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33545 compiler to coredump.
33546 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33547 code.
33548
33549Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33550
33551 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33552 coredump.
33553 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33554 code.
33555
33556Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33557
33558 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33559 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33560 which in a shell. Deletes xgdb when done.
33561 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33562 Tests the return from the "set height" or "set width" commands.
33563 Added a few return codes where needed.
33564
33565Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33566
33567 * Makefile.in (SUBDIRS): Add gdb.t17.
33568 * configure.in (subdirs): Add gdb.t17.
33569 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33570 files to test gdb's calling of functions in the inferior with
33571 the correct arguments and gdb's ability to retrieve any
33572 result returned.
33573
33574Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33575
33576 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33577 may be called after gdb goes away. Previous versions of expect
33578 needed these to avoid file descriptor leaks, but they cause
33579 errors with the current revision of expect.
33580 * gdb.t00/gdbvars.exp: Use -re on expected output after
33581 setting sevenbit-strings.
33582 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33583 to set sevenbit-strings consistent across tests.
33584 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33585 set sevenbit-strings consistent across tests.
33586
33587Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33588
33589 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33590 expected output to match current "expect" expectations.
33591
33592Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33593
33594 * gdb.t00/default.exp: Change expected output for default "source"
33595 command, to match new gdb behavior which requires a filename to
33596 source.
33597
33598Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33599
33600 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33601 expected fail for i486-*-* that misses the marker2 function.
33602 * gdb.t10/crossload.exp (bfddefault): Allow successful
33603 recognition of a format to pass even if no symbols are found.
33604 Explicitly catch failures where the format is not recognized
33605 or is ambiguous, and add the reason to the fail message.
33606 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33607 the cause is and invalid target and add reason to failure message.
33608 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33609 elf32-i386, elf32-sparc, and elf32-i860.
33610 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33611 Set up expected failure for 'filename'::variable scope resolution,
33612 which is now apparently broken on all targets.
33613 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33614 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33615 gdb.t23/templates.exp: Change failure for missing binfile into
33616 just a warning.
33617 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33618 references.
33619
33620Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33621
33622 * gdb.t00/default.exp: Add expected output for default "source"
33623 command, to match new gdb behavior.
33624 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33625
33626Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33627
33628 * config/*-gdb.exp: returns an error, rather than exiting on
33629 internal errors.
33630
33631Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33632
33633 * gdb.t03/gdbme.c: Add pointer to struct variable.
33634 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33635 referencing struct members.
33636
33637Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33638
33639 * configure.in (mips-idt-ecoff): New target.
33640 * config/mips-gdb.exp: New file for remote board using MIPS remote
33641 debugging protocol.
33642
33643 * Redid configuration scheme. Removed gdb.t*/configure.in.
33644 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33645 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33646 distclean targets. Built executables via .o files. Adjusted
33647 tests to account for source files in $(srcdir) rather than
33648 $(objdir).
33649 * lib/gdb.exp (runto): Don't expect () after the function name,
33650 because it may have arguments.
33651
33652Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33653
33654 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33655 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33656 expected failures for mips-idt-* and mips-sgi-*.
33657 * gdb.t00/default.exp (attach): Kill process if requested.
33658 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33659 that does not read core files.
33660 * gdb.t01/run.exp: Removed checks for exit status code.
33661 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33662 it is linked in.
33663 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33664 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33665 appropriate, rather than doing it by hand.
33666 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33667 execution.
33668 * gdb.t10/crossload.exp: Kill existing program if needed.
33669 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33670 appropriate, rather than doing it by hand. Always increase
33671 timeout for this test, not just for VxWorks.
33672
33673Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33674
33675 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33676 of Chill STRUCT types and STRUCT values.
33677 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33678 than "char".
33679 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 33680 struct2): New struct definitions and initializations to test
c906108c
SS
33681 simple Chill STRUCT types.
33682
33683Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33684
33685 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33686 the null byte at the end of strings.
33687 * gdb.t00/default.exp: Make show version insensitive to copyright
33688 date.
33689 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33690 to avoid dependencies on target char signedness.
33691 * gdb.t16/printcmds.exp: Update expected results for explicitly
33692 unsigned char.
33693 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33694 now work.
33695 * gdb.t21/demangle.exp: Add many more patterns for template
33696 demangling, most of them being expected failures.
33697 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33698 string we are matching for, to match on the whole string.
33699 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33700 and fix a whole bunch that had incorrect expected output but were
33701 passing anyway because of the bug in "proc demangle".
33702 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33703 type.
33704 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33705
33706Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33707
a9c64011
AS
33708 * gdb/testsuite: made modifications to testcases, etc., to allow
33709 them to work properly given the reorganization of deja-gnu and the
33710 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
33711
33712Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33713
33714 * gdb/testsuite: Initial creation of gdb/testsuite.
33715 Migrated dejagnu testcases and support files for testing nm to
33716 gdb/testsuite from deja-gnu. These files were moved "as is"
33717 with no modifications. This migration is part of a major overhaul
33718 of dejagnu. The modifications to these testcases, etc., which
33719 will allow them to work with the new version of dejagnu will be
33720 made in a future update.
48efe704 33721
8d8cb839 33722 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 33723\f
8d8cb839
EZ
33724;; Local Variables:
33725;; mode: change-log
33726;; left-margin: 8
33727;; fill-column: 74
33728;; version-control: never
33729;; End:
902f2ccb 33730
ecd75fc8 33731 Copyright 1993-2014 Free Software Foundation, Inc.
902f2ccb
MC
33732 Copying and distribution of this file, with or without modification,
33733 are permitted provided the copyright notice and this notice are preserved.