Add missing call to obstack_init for ada-lang.c::cache_space
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
ed3ef339
DE
12014-02-10 Doug Evans <xdje42@gmail.com>
2
3 * configure.ac (AC_OUTPUT): Add gdb.guile.
4 * configure: Regenerate.
5 * lib/gdb-guile.exp: New file.
6 * lib/gdb.exp (get_target_charset): New function.
7 * gdb.base/help.exp: Update expected output from "apropos apropos".
8 * gdb.guile/Makefile.in: New file.
9 * gdb.guile/guile.exp: New file.
10 * gdb.guile/scm-arch.c: New file.
11 * gdb.guile/scm-arch.exp: New file.
12 * gdb.guile/scm-block.c: New file.
13 * gdb.guile/scm-block.exp: New file.
14 * gdb.guile/scm-breakpoint.c: New file.
15 * gdb.guile/scm-breakpoint.exp: New file.
16 * gdb.guile/scm-disasm.c: New file.
17 * gdb.guile/scm-disasm.exp: New file.
18 * gdb.guile/scm-equal.c: New file.
19 * gdb.guile/scm-equal.exp: New file.
20 * gdb.guile/scm-error.exp: New file.
21 * gdb.guile/scm-error.scm: New file.
22 * gdb.guile/scm-frame-args.c: New file.
23 * gdb.guile/scm-frame-args.exp: New file.
24 * gdb.guile/scm-frame-args.scm: New file.
25 * gdb.guile/scm-frame-inline.c: New file.
26 * gdb.guile/scm-frame-inline.exp: New file.
27 * gdb.guile/scm-frame.c: New file.
28 * gdb.guile/scm-frame.exp: New file.
29 * gdb.guile/scm-generics.exp: New file.
30 * gdb.guile/scm-gsmob.exp: New file.
31 * gdb.guile/scm-iterator.c: New file.
32 * gdb.guile/scm-iterator.exp: New file.
33 * gdb.guile/scm-math.c: New file.
34 * gdb.guile/scm-math.exp: New file.
35 * gdb.guile/scm-objfile-script-gdb.in: New file.
36 * gdb.guile/scm-objfile-script.c: New file.
37 * gdb.guile/scm-objfile-script.exp: New file.
38 * gdb.guile/scm-objfile.c: New file.
39 * gdb.guile/scm-objfile.exp: New file.
40 * gdb.guile/scm-ports.exp: New file.
41 * gdb.guile/scm-pretty-print.c: New file.
42 * gdb.guile/scm-pretty-print.exp: New file.
43 * gdb.guile/scm-pretty-print.scm: New file.
44 * gdb.guile/scm-section-script.c: New file.
45 * gdb.guile/scm-section-script.exp: New file.
46 * gdb.guile/scm-section-script.scm: New file.
47 * gdb.guile/scm-symbol.c: New file.
48 * gdb.guile/scm-symbol.exp: New file.
49 * gdb.guile/scm-symtab-2.c: New file.
50 * gdb.guile/scm-symtab.c: New file.
51 * gdb.guile/scm-symtab.exp: New file.
52 * gdb.guile/scm-type.c: New file.
53 * gdb.guile/scm-type.exp: New file.
54 * gdb.guile/scm-value-cc.cc: New file.
55 * gdb.guile/scm-value-cc.exp: New file.
56 * gdb.guile/scm-value.c: New file.
57 * gdb.guile/scm-value.exp: New file.
58 * gdb.guile/source2.scm: New file.
59 * gdb.guile/types-module.cc: New file.
60 * gdb.guile/types-module.exp: New file.
61
7026a7c1
YQ
622014-02-10 Yao Qi <yao@codesourcery.com>
63
64 PR testsuite/16543
65 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
66 * configure: Regenerated.
67 * Makefile.in: New file.
68
6c466447
AS
692014-02-08 Andreas Schwab <schwab@linux-m68k.org>
70
71 * gdb.python/py-framefilter.exp: Fix typo.
72
6e854735
YQ
732014-02-08 Yao Qi <yao@codesourcery.com>
74
75 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
76 that no =breakpoint-modified is emitted when breakpoints are
77 modified through MI commands.
78
d137e6dc
PA
792014-02-07 Pedro Alves <pedro@codesourcery.com>
80 Pedro Alves <palves@redhat.com>
81
82 * gdb.threads/step-after-sr-lock.c: New file.
83 * gdb.threads/step-after-sr-lock.exp: New file.
84
b5ee5a50
PA
852014-02-07 Pedro Alves <palves@redhat.com>
86
87 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
88
3c77faf3
JK
892014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
90
91 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
92 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
93
6dddc817
DE
942014-02-06 Doug Evans <xdje42@gmail.com>
95
96 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
97 output.
98
99 * gdb.gdb/python-interrupts.exp: New file.
100
de7b2893
YQ
1012014-02-05 Yao Qi <yao@codesourcery.com>
102
103 * gdb.trace/report.exp (use_collected_data): Test the output
104 of "info threads" and "info inferiors".
105
66d032ac
YQ
1062014-02-05 Yao Qi <yao@codesourcery.com>
107
108 Revert this patch:
109
110 2013-05-24 Yao Qi <yao@codesourcery.com>
111
112 * gdb.trace/tfile.exp: Test inferior and thread.
113
591a12a1
UW
1142014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
115
116 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
117 on a function.
118 * gdb.base/step-bt.c: Call hello via function pointer to make
119 sure its first instruction is executed on powerpc64le-linux.
120
0ff3e01f
UW
1212014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
122
123 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
124
084ee545
UW
1252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
126
127 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
128 of the test patterns for use on little-endian systems.
129
6ed14ff3
UW
1302014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
131
132 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
133 (decimal_vector): Fix for little-endian.
134
401e27fd
JM
1352014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
136
137 * gdb.arch/sparc-sysstep.exp: New file.
138 * gdb.arch/sparc-sysstep.c: Likewise.
139
140 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
141
8b924729
EBM
1422014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
143
144 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
145
fb151210
JB
1462014-01-23 Tom Tromey <tromey@redhat.com>
147
148 * gdb.ada/array_char_idx: New testcase.
149
0740f8d8
TT
1502014-01-23 Tom Tromey <tromey@redhat.com>
151
152 PR python/16487:
153 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
154 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
155 classes.
156
21909fa1
TT
1572014-01-23 Tom Tromey <tromey@redhat.com>
158
159 PR python/16491:
160 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
161 string from an inferior frame.
162 * gdb.python/py-framefilter-mi.exp: Update.
163
87ce2a04
DE
1642014-01-22 Doug Evans <dje@google.com>
165
166 * gdb.server/server-mon.exp: Add tests for "set debug-format".
167
237b092b
AA
1682014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
169
170 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
171
d674a709
AA
1722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
173
174 * gdb.trace/entry-values.exp: Remove excess space character from
175 regex patterns. Handle s390 call instruction.
176
20fa3390
AA
1772014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
178
179 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
180 define "*_start" label. Make "name" static.
181 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
182 ${name} by references to ${name}_start.
183
78466714
AA
1842014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
185
186 * gdb.base/info-macros.exp: Remove "debug" from the compile
187 options.
188
ec9f644a
IB
1892014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
190
191 * gdb.dlang/demangle.exp: New file.
192
94b1b47e
IB
1932014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
194
195 * gdb.dlang/primitive-types.exp: New file.
196
7f420862
IB
1972014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
198
199 * configure.ac: Create gdb.dlang/Makefile.
200 * configure: Regenerate.
201 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
202 * gdb.dlang/Makefile.in: New file.
203 * lib/d-support.exp: New file.
204 * lib/gdb.exp (skip_d_tests): New proc.
205
52834460
MM
2062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
207
208 * gdb.btrace/delta.exp: Check reverse stepi.
209 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
210 * gdb.btrace/finish.exp: New.
211 * gdb.btrace/next.exp: New.
212 * gdb.btrace/nexti.exp: New.
213 * gdb.btrace/record_goto.c: Add comments.
214 * gdb.btrace/step.exp: New.
215 * gdb.btrace/stepi.exp: New.
216 * gdb.btrace/multi-thread-step.c: New.
217 * gdb.btrace/multi-thread-step.exp: New.
218 * gdb.btrace/rn-dl-bind.c: New.
219 * gdb.btrace/rn-dl-bind.exp: New.
220 * gdb.btrace/data.c: New.
221 * gdb.btrace/data.exp: New.
222 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
223
6e07b1d2
MM
2242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
225
226 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
227 * gdb.btrace/exception.exp: Update.
228 * gdb.btrace/instruction_history.exp: Update.
229 * gdb.btrace/record_goto.exp: Update.
230 * gdb.btrace/tailcall.exp: Update.
231 * gdb.btrace/unknown_functions.exp: Update.
232 * gdb.btrace/delta.exp: New.
233
0b722aec
MM
2342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
235
236 * gdb.btrace/record_goto.exp: Add backtrace test.
237 * gdb.btrace/tailcall.exp: Add backtrace test.
238
066ce621
MM
2392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
240
241 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
242 * gdb.btrace/record_goto.c: New.
243 * gdb.btrace/record_goto.exp: New.
244 * gdb.btrace/x86-record_goto.S: New.
245
0688d04e
MM
2462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
247
248 * gdb.btrace/function_call_history.exp: Update tests.
249 * gdb.btrace/instruction_history.exp: Update tests.
250
8710b709
MM
2512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
252
253 * gdb.btrace/function_call_history.exp: Fix expected field
254 order for "record function-call-history".
255 Add new tests for "record function-call-history /c".
256 * gdb.btrace/exception.cc: New.
257 * gdb.btrace/exception.exp: New.
258 * gdb.btrace/tailcall.exp: New.
259 * gdb.btrace/x86-tailcall.S: New.
260 * gdb.btrace/x86-tailcall.c: New.
261 * gdb.btrace/unknown_functions.c: New.
262 * gdb.btrace/unknown_functions.exp: New.
263 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
264
5de9129b
MM
2652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
266
267 * gdb.btrace/instruction_history.exp: Update.
268 * gdb.btrace/function_call_history.exp: Update.
269
23a7fe75
MM
2702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
271
272 * gdb.btrace/function_call_history.exp: Fix expected function
273 trace.
274 * gdb.btrace/instruction_history.exp: Initialize traced.
275 Remove traced_functions.
276
724c7dd8
MM
2772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
278
279 * gdb.btrace/function_call_history.exp: Update
280 * gdb.btrace/instruction_history.exp: Update.
281
6d78d93b
MM
2822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
283
284 * gdb.btrace/enable.exp: Update expected text.
285
93a360cc
OJ
2862014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
287
288 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
289 bytes.
290
3772b53f
MR
2912014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
292
293 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
294
596662fa
OJ
2952014-01-15 Omair Javaid <omair.javaid@linaro.org>
296
297 * lib/gdb.exp (supports_process_record): Return true for
298 arm*-linux*. (supports_reverse): Likewise.
299
b5b08fb4
SC
3002014-01-13 Siva Chandra Reddy <sivachandra@google.com>
301
302 PR python/15464
303 PR python/16113
304 * gdb.python/py-type.c: Enhance test case.
305 * gdb.python/py-value-cc.cc: Likewise
306 * gdb.python/py-type.exp: Add new tests.
307 * gdb.python/py-value-cc.exp: Likewise
308
52d7fb13
AA
3092014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
310 Pedro Alves <palves@redhat.com>
311
312 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
313 Make "name" extern.
314 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
315 references to ${name}_start by references to ${name}.
316
a2cd8cfe
JB
3172014-01-10 Joel Brobecker <brobecker@adacore.com>
318
319 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
320
4e23fced
JB
3212014-01-10 Joel Brobecker <brobecker@adacore.com>
322
323 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
324
c6a9e42c
PA
3252014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
326 Pedro Alves <palves@redhat.com>
327
328 * gdb.mi/mi-info-os.exp: Connect to the target with
329 mi_gdb_target_load.
330
b7ea362b
PA
3312014-01-08 Pedro Alves <palves@redhat.com>
332
333 * gdb.threads/reconnect-signal.c: New file.
334 * gdb.threads/reconnect-signal.exp: New file.
335
5e3f4fab
EBM
3362014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
337
338 * gdb.base/source-dir.exp: New file.
339
79301218
JB
3402014-01-07 Joel Brobecker <brobecker@adacore.com>
341
342 * gdb.ada/mi_interface: New testcase.
343
8e355c5d
JB
3442014-01-07 Joel Brobecker <brobecker@adacore.com>
345
346 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
347 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
348 gdb.ada/pp-rec-component/pck.ads: New files.
349
c0d48811
JB
3502014-01-07 Joel Brobecker <brobecker@adacore.com>
351
352 * gdb.python/py-pp-integral.c: New file.
353 * gdb.python/py-pp-integral.py: New file.
354 * gdb.python/py-pp-integral.exp: New file.
355
4924df79
GKB
3562013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
357
358 PR breakpoints/16297
359 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
360 (write_syscall): New variables.
361 (main): Create a pipe, write 1 byte in it, and read 1 byte from
362 it.
363 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
364 "write" and "read" syscalls.
365 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
366 numbers.
367
530e8392
KB
3682013-12-19 Keven Boell <keven.boell@intel.com>
369
370 * gdb.fortran/module.exp: Completion matches fortran module
371 names as well. ptype/whatis on modules return a proper type.
372 Add new check for having the correct scope.
373
7f9b20bb
KB
3742013-12-19 Keven Boell <keven.boell@intel.com>
375
376 * gdb.fortran/type.f90: New file.
377 * gdb.fortran/whatis_type.f90: New file.
378
2e0d821f
SDJ
3792013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
380
381 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
382 (close_syscall, chroot_syscall, exit_group_syscall): New
383 variables.
384 * gdb.base/catch-syscall.exp: Replace gdb_compile by
385 prepare_for_testing. Call fill_all_syscalls_numbers before
386 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
387 gdb_load by clean_restart.
388 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
389 (check_info_bp_many_syscalls): Remove global gdb_prompt.
390 (check_call_to_syscall): Likewise. Add global decimal. Improve
391 testing regex.
392 (check_return_from_syscall): Likewise.
393 (check_continue, insert_catch_syscall_with_arg): Remove global
394 gdb_prompt.
395 (insert_catch_syscall_with_many_args): Likewise. Add global
396 decimal. Fix $filter_str. Improve testing regex.
397 (check_for_program_end): Remove global gdb_prompt.
398 (test_catch_syscall_without_args): Likewise. Add global decimal.
399 Improve testing regex.
400 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
401 (test_catch_syscall_with_wrong_args)
402 (test_catch_syscall_restarting_inferior)
403 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
404 (do_syscall_tests): Likewise. Remove global srcdir.
405 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
406 Add global last_syscall_number. Test for the exact syscall number
407 to be caught.
408 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
409 Add global all_syscalls_numbers. Test each syscall number to be
410 caught, instead of only testing "close".
411 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
412 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
413 Remove stale comment.
414 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
415 the correct syscall numbers using information from the inferior.
416
5ce0145d
PA
4172013-12-17 Pedro Alves <palves@redhat.com>
418
419 * gdb.trace/circ.exp: Expect frame info to be printed when
420 switching between frames with unavailable stack, but different
421 functions.
422
bdf22206
AB
4232013-12-17 Andrew Burgess <aburgess@broadcom.com>
424
425 * gdb.trace/unavailable-dwarf-piece.c: New file.
426 * gdb.trace/unavailable-dwarf-piece.exp: New file.
427
07d100d4
YQ
4282013-12-15 Yao Qi <yao@codesourcery.com>
429
430 * gdb.perf/skip-prologue.c: New.
431 * gdb.perf/skip-prologue.exp: New.
432 * gdb.perf/skip-prologue.py: New.
433
8a48ac95
JB
4342013-12-13 Joel Brobecker <brobecker@adacore.com>
435
436 * gdb.ada/arraydim: New testcase.
437
a16b0e22
SC
4382013-12-12 Siva Chandra Reddy <sivachandra@google.com>
439
440 PR python/16113
441 * gdb.python/py-value-cc.cc: Improve test case.
442 * gdb.python/py-value-cc.exp: Add new tests to test usage of
443 gdb.Field objects as subscripts on gdb.Value objects.
444
0987cf35
DE
4452013-12-10 Doug Evans <dje@google.com>
446
7b3fd68b 447 PR 16286
0987cf35
DE
448 * gdb.python/py-value.c: #include stdlib.h, string.h.
449 (str): New struct.
450 (main): New local xstr.
451 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
452 fetch a value as a string with a length beyond the declared length
453 of the array.
454
409d8f48
AB
4552013-12-10 Andrew Burgess <aburgess@broadcom.com>
456
457 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
458 update comment.
459
036e93df
JB
4602013-12-10 Joel Brobecker <brobecker@adacore.com>
461
462 * gdb.ada/int_deref.exp: Add test verifying that we print
463 the decoded symbol name when printing the address of Ada
464 symbols.
465
72bfa06c
JB
4662013-12-10 Joel Brobecker <brobecker@adacore.com>
467
468 * gdb.mi/mi-start.exp: Add test verifying that -list-features
469 contains "exec-run-start-option".
470
11ec5965
YQ
4712013-12-08 Yao Qi <yao@codesourcery.com>
472
473 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
474 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
475 (is_64_target, is_amd64_regs_target): Likewise.
476 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
477
594d8fa8
MF
4782013-12-07 Mike Frysinger <vapier@gentoo.org>
479
480 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
481 * gdb.base/testenv.c: Likewise.
482
d9a196da
MF
4832013-12-07 Mike Frysinger <vapier@gentoo.org>
484
485 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
486 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
487 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
488
782d47df
PA
4892013-12-06 Pedro Alves <palves@redhat.com>
490
491 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
492 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
493 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
494
399d6e30
DE
4952013-12-06 Doug Evans <dje@google.com>
496
497 * gdb.base/break.exp: Fix setting of $baz.
498
16b5a7cb
AB
4992013-12-06 Andrew Burgess <aburgess@broadcom.com>
500
501 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
502 DW_OP_plus_uconst.
503
f84bc218
KB
5042013-12-06 Keven Boell <keven.boell@intel.com>
505
506 * lib/mi-support.exp (mi_list_varobj_children_range): Add
507 call to mi_list_array_varobj_children_with_index.
508 (mi_list_array_varobj_children_with_index): New function.
509 Add parameter to specify array start.
510
489e41dd 5112013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
f1300300
JM
512
513 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
514 SIGPWR in sparc64.
515
516 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
517 have the same signal number. Handle this situation.
518
7fb1b8b1
JB
5192013-12-03 Joel Brobecker <brobecker@adacore.com>
520
521 * gdb.ada/dot_all: New testcase.
522
2ea126fa
JB
5232013-12-03 Joel Brobecker <brobecker@adacore.com>
524
525 * gdb.mi/mi-undefined-cmd.exp: New testcase.
526
6b7cbff1
JB
5272013-12-03 Joel Brobecker <brobecker@adacore.com>
528
529 * gdb.mi/mi-i-cmd.exp: New file.
530
04affae3
JK
5312013-12-02 Doug Evans <dje@google.com>
532
533 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
534 at start.
535 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
536 has been specified with a relative path and we have chdir'd before
537 accessing the debug info.
538
eebc056c
AB
5392013-11-28 Andrew Burgess <aburgess@broadcom.com>
540
541 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
542 expected results.
543 (gdb_collect_locals_test): Likewise.
544 (gdb_collect_globals_test): Likewise.
545
8b5e6dc2
YQ
5462013-11-28 Yao Qi <yao@codesourcery.com>
547
548 * lib/gdb.exp (with_gdb_prompt): New proc.
549 * gdb.perf/disassemble.exp: New.
550 * gdb.perf/disassemble.py: New.
551
0db4ca18
LM
5522013-11-26 Luis Machado <lgustavo@codesourcery.com>
553
554 * gdb.base/callfuncs.c (main): Assign malloc's return value
555 and free it afterwards.
556 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
557 * gdb.base/printcmds.c (main): Likewise.
558 * gdb.base/randomize.c (main): Free "p" and change breakpoint
559 marker position.
560 * gdb.base/setvar.c (dummy): Assign malloc's return value
561 and free it afterwards.
562
d24a9f15
AB
5632013-11-26 Andrew Burgess <aburgess@broadcom.com>
564
565 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
566 gdb_test_multiple.
567
15859968
TT
5682013-11-26 Tom Tromey <tromey@redhat.com>
569
570 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
571 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
572 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
573
f7e3ecae
KS
5742013-11-25 Keith Seitz <keiths@redhat.com>
575
576 PR c++/14819
577 * gdb.cp/impl-this.cc: New file.
578 * gdb.cp/impl-this.exp: New file.
579
23e9d3b9
YQ
5802013-11-25 Yao Qi <yao@codesourcery.com>
581
582 * gdb.perf/backtrace.c: New.
583 * gdb.perf/backtrace.exp: New.
584 * gdb.perf/backtrace.py: New.
585
22825df7
YQ
5862013-11-24 Yao Qi <yao@codesourcery.com>
587
588 * gdb.perf/single-step.c: New.
589 * gdb.perf/single-step.exp: New.
590 * gdb.perf/single-step.py: New.
591
c1ea7c01
DE
5922013-11-23 Doug Evans <xdje42@gmail.com>
593
594 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
595 with ignore count".
596
35720eaa
DE
5972013-11-23 Doug Evans <xdje42@gmail.com>
598
599 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
600 (test_subscript_regression): Ditto.
601 (top level): Run test_subscript_regression for c++ with "c++" prefix.
602
3cd14e45
DE
6032013-11-23 Doug Evans <xdje42@gmail.com>
604
605 * gdb.python/py-type.exp (test_enums): Fix typo.
606
985c818c
DE
6072013-11-23 Doug Evans <xdje42@gmail.com>
608
609 * gdb.python/py-symbol.exp: Add some comments. Make all test names
610 unique.
611
f873dd7a
DE
6122013-11-23 Doug Evans <xdje42@gmail.com>
613
614 * gdb.python/py-symbol.exp: Fix whitespace.
615
38a502a4
DE
6162013-11-23 Doug Evans <xdje42@gmail.com>
617
618 * gdb.python/python.exp: Don't call skip_python_tests, we still want
619 to test some things in the case where python is not configured in.
620
c0621699
PA
6212013-11-22 Pedro Alves <palves@redhat.com>
622
623 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
624 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
625 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
626 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
627 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
628 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
629
f57e61cd
TT
6302013-11-22 Tom Tromey <tromey@redhat.com>
631
632 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
633
da2b2fdf
TT
6342013-11-22 Tom Tromey <tromey@redhat.com>
635
636 * gdb.dwarf2/dw2-bad-cfi.c: New file.
637 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
638 * gdb.dwarf2/dw2-bad-cfi.S: New file.
639
33f8fe58
PA
6402013-11-22 Pedro Alves <palves@redhat.com>
641
642 PR 16155
643 * gdb.dwarf2/dw2-dup-frame.S: New file.
644 * gdb.dwarf2/dw2-dup-frame.c: New file.
645 * gdb.dwarf2/dw2-dup-frame.exp: New file.
646
0a1e6121
YQ
6472013-11-22 Yao Qi <yao@codesourcery.com>
648
649 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
650 comment and add one more argument "has_more".
651 * gdb.python/py-mi.exp: Callers update.
652
0061ea24
YQ
6532013-11-22 Yao Qi <yao@codesourcery.com>
654
655 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
656 of mi_create_dynamic_varobj.
657
069d6a0f
PA
6582013-11-20 Pedro Alves <palves@redhat.com>
659
660 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
661 time, and run it through all three milestone regexes.
662
10d8cbd2
SA
6632013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
664
665 * gdb.base/eval-avoid-side-effects.exp: New file.
666
57803a3c
WT
6672013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
668
60650f2e
WT
669 * gdb.arch/i386-mpx.c: New file
670 * gdb.arch/i386-mpx.exp: New file.
671
09748966
WT
6722013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
673
674 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
675 for bnd registers.
676
60650f2e
WT
6772013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
678
57803a3c
WT
679 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
680 start and end equal 0.
681
3e9ecad3
YQ
6822013-11-19 Yao Qi <yao@codesourcery.com>
683
684 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
685 (mi_list_varobj_children_range): Likewise.
686
31b4ab9e
YQ
6872013-11-19 Yao Qi <yao@codesourcery.com>
688
689 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
690
4392c534
YQ
6912013-11-19 Yao Qi <yao@codesourcery.com>
692
693 * lib/mi-support.exp: Fix format.
694
df7752b0
JB
6952013-11-19 Joel Brobecker <brobecker@adacore.com>
696
697 * gdb.ada/py_range: New testcase.
698
176f037c
JB
6992013-11-18 Joel Brobecker <brobecker@adacore.com>
700
701 * mi-language.exp: Add "-list-features" test verifying that
702 its output contains "language-option".
703
ee4a1c63
JB
7042013-11-16 Joel Brobecker <brobecker@adacore.com>
705
706 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
707 * info_exc/foo.adb: Adjust to new exception name.
708 * info_exc.exp: Adjust after exception renaming in const.ads.
709 Update "info exception global" test to test "info exceptions
710 global_gdb" instead.
711
712 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
713 * mi_exc_info/foo.adb (Adjust to new exception name.
714 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
715 Update "-info-ada-exceptions global" test to test
716 "-info-ada-exceptions global_gdb" instead.
717
6ec41e1e
LM
7182013-11-15 Luis Machado <lgustavo@codesourcery.com>
719
720 * lib/mi-support.exp (mi_gdb_test): Expect different formats
721 of inferior output for remote and native sessions.
722 * gdb.mi/mi-console.exp: Remove obsolete comment.
723 Check for semihosted inferior output pattern.
724 (semihosted_string): New function.
725
391d3400
JB
7262013-11-15 Joel Brobecker <brobecker@adacore.com>
727
728 * gdb.ada/info_exc.exp: Allow other global exceptions to be
729 listed in the output of "info exceptions".
730 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
731 listed in the output of "-info-ada-exceptions".
732
e092da29
JB
7332013-11-15 Joel Brobecker <brobecker@adacore.com>
734
735 * gdb.ada/info_exc.exp: Start inferior before starting
736 the "info exceptions" tests.
737 * gdb.ada/mi_exc_info.exp: Start inferior before starting
738 the "-info-ada-exceptions" tests.
739
805e1f19
TT
7402013-11-15 Tom Tromey <tromey@redhat.com>
741
742 * gdb.cp/includefile: New file.
743 * gdb.cp/filename.exp: New file.
744 * gdb.cp/filename.cc: New file.
745
9abb1bd6
DE
7462013-11-15 Doug Evans <xdje42@gmail.com>
747
748 * gdb.python/py-breakpoint.exp: Make tests have unique names.
749
8abea1a1
DE
7502013-11-15 Doug Evans <xdje42@gmail.com>
751
752 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
753
330a7fce
DE
7542013-11-15 Doug Evans <xdje42@gmail.com>
755
756 * gdb.python/py-breakpoint.exp: Split up into several functions,
757 each with their own test prefix.
758
0acf8b65
JB
7592013-11-15 Joel Brobecker <brobecker@adacore.com>
760
761 * gdb.ada/O2_float_param: New testcase.
762
496038b3
TT
7632013-11-14 Tom Tromey <tromey@redhat.com>
764
765 * Makefile.in (check-parallel): Print summary from gdb.sum.
766
c7e8af9b
OJ
7672013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
768
769 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
770 and function label names.
771 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
772 compile unit labels.
773
403cb6b1
JB
7742013-11-14 Joel Brobecker <brobecker@adacore.com>
775
776 * gdb.mi/mi-language.exp: New file.
777
74921315
KS
7782013-09-17 Keith Seitz <keiths@redhat.com>
779
780 PR c++/7935
781 PR c++/10541
782 * gdb.cp/nsalias.exp: New file.
783 * gdb.cp/nsalias.cc: New file.
784 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
785 tests only on known, working compiler versions.
786
08c43050
TT
7872013-11-13 Tom Tromey <tromey@redhat.com>
788
789 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
790 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
791
0682e708
DE
7922013-11-12 Doug Evans <dje@google.com>
793
794 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
795 so that "rm -rf $builddir" Just Works.
796
a7e332c2
JB
7972013-11-12 Joel Brobecker <brobecker@adacore.com>
798
799 * gdb.ada/mi_exc_info: New testcase.
800
778865d3
JB
8012013-11-12 Joel Brobecker <brobecker@adacore.com>
802
803 * gdb.ada/info_exc: New testcase.
804
304a8ac1
DE
8052013-11-11 Doug Evans <dje@google.com>
806
807 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
808 of testfile.
809
bc79de95
PM
8102013-11-11 Phil Muldoon <pmuldoon@redhat.com>
811
812 * gdb.python/py-linetable.S: New file.
813 * gdb.python/py-linetable.c: New file.
814 * gdb.python/py-linetable.exp: New file.
815
2df4d1d5
JB
8162013-11-11 Joel Brobecker <brobecker@adacore.com>
817
818 * gdb.ada/mi_ex_cond: New testcase.
819
204b5331
DE
8202013-11-07 Doug Evans <dje@google.com>
821
822 PR 11786
823 * gdb.base/gcore-relro-pie.c: New file.
824 * gdb.base/gcore-relro-pie.exp: New file.
825
92e32e33
PM
8262013-11-07 Phil Muldoon <pmuldoon@redhat.com>
827
828 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
829 * gdb.python/py-cmd.c: New File.
830
f76c27b5
PM
8312013-11-07 Phil Muldoon <pmuldoon@redhat.com>
832
833 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
834
79600f4f 8352013-11-06 Doug Evans <xdje42@gmail.com>
01e48c0c
DE
836
837 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
838
6dbb6798
YQ
8392013-11-06 Yao Qi <yao@codesourcery.com>
840
841 * lib/gdb.exp (gdb_produce_source): New procedure.
842 * gdb.perf/solib.c: New.
843 * gdb.perf/solib.exp: New.
844 * gdb.perf/solib.py: New.
845
71c0c615
YQ
8462013-11-06 Yao Qi <yao@codesourcery.com>
847
848 * README: Mention performance tests.
849
f27a1236
YQ
8502013-11-06 Yao Qi <yao@codesourcery.com>
851
852 * lib/perftest.exp: New.
853 * gdb.perf/lib/perftest/__init__.py: New.
854 * gdb.perf/lib/perftest/measure.py: New.
855 * gdb.perf/lib/perftest/perftest.py: New.
856 * gdb.perf/lib/perftest/reporter.py: New.
857 * gdb.perf/lib/perftest/testresult.py: New.
858
7636ccf9
YQ
8592013-11-06 Yao Qi <yao@codesourcery.com>
860
861 * Makefile.in (check-perf): New target.
862 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
863 * configure: Re-generated.
864 * gdb.perf/Makefile.in: New.
865
81208388
TT
8662013-11-04 Tom Tromey <tromey@redhat.com>
867
868 * Makefile.in (TEST_DIRS): Remove.
869 (TEST_TARGETS, check-parallel): Rewrite.
870 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
871 (subdir_do, subdirs): Remove.
872 (do-check-parallel, check/%): New targets.
873 (clean): Remove outputs, temp, and cache directories.
874 (saw_dash_j): New variable.
875 (CHECK_TARGET): Use it.
876 (check): Depend on all, site.exp. Rewrite.
877 (check-single): Remove dependencies.
878 (slow_tests, all_tests, reordered_tests): New variables.
879
c63ffa1f
TT
8802013-11-04 Tom Tromey <tromey@redhat.com>
881
882 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
883 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
884 before loading binfile.
885 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
886 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
887 before loading binfile.
888
3fef966c
TT
8892013-11-04 Tom Tromey <tromey@redhat.com>
890
891 * gdb.base/foll-exec.c (main): Use BASEDIR.
892 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
893 * gdb.base/foll-vfork.c (main): Use BASEDIR.
894 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
895 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
896 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
897
24890efd
TT
8982013-11-04 Tom Tromey <tromey@redhat.com>
899
900 * gdb.base/argv0-symlink.exp: Compute executable's directory
901 dynamically.
902
c59ffcab
TT
9032013-11-04 Tom Tromey <tromey@redhat.com>
904
905 * gdb.asm/asm-source.exp: Use standard_output_file.
906
479c8d68
TT
9072013-11-04 Tom Tromey <tromey@redhat.com>
908
909 * gdb.server/file-transfer.exp: Use standard_output_file.
910
1e537771
TT
9112013-11-04 Tom Tromey <tromey@redhat.com>
912
913 * gdb.base/fullname.exp: Use standard_output_file,
914 relative_filename.
915 * gdb.base/hashline1.exp: Use standard_testfile,
916 standard_output_file, relative_filename, clean_restart.
917 * gdb.base/hashline2.exp: Use standard_testfile,
918 standard_output_file.
919 * gdb.base/hashline3.exp: Use standard_testfile,
920 standard_output_file, relative_filename.
921 * lib/gdb.exp (relative_filename): New proc.
922
b44b82af
TT
9232013-11-04 Tom Tromey <tromey@redhat.com>
924
925 * gdb.base/fileio.c (test_open, test_write, test_read)
926 (test_lseek, test_close, test_stat, test_fstat)
927 (test_isatty, test_system, test_rename, test_unlink):
928 Use OUTDIR define.
929 * gdb.base/fileio.exp: Define OUTDIR during compilation.
930 Use standard_output_file.
931
59b28c5d
TT
9322013-11-04 Tom Tromey <tromey@redhat.com>
933
934 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
935 defines.
936 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
937 compilation. Use prepare_for_testing, standard_output_file.
938
08b3fe69
TT
9392013-11-04 Tom Tromey <tromey@redhat.com>
940
941 * gdb.base/advance.exp: Use standard_testfile and
942 prepare_for_testing.
943 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
944 appropriate directory when local.
945 * gdb.base/dump.exp: Use standard_output_file. Update all
946 "dump" and "restore" filenames.
947 * gdb.base/interact.exp: Use standard_output_file.
948 * gdb.base/jit-so.exp: Don't download file when local.
949 * gdb.base/jit.exp (compile_jit_test): Don't download file
950 when local.
951 * gdb.base/list.exp: Use gdb_remote_download.
952 * gdb.base/maint.exp: Use standard_output_file.
953 * gdb.base/prelink.exp: Use standard_output_file.
954 * gdb.base/save-bp.exp: Use standard_output_file.
955 * gdb.base/sepdebug.exp: Use standard_testfile,
956 standard_output_file.
957 (test_different_dir): Don't declare objdir.
958 * gdb.base/solib-search.exp: Use standard_output_file.
959 * gdb.base/step-line.exp: Use gdb_remote_download.
960 * gdb.base/trace-commands.exp: Use standard_output_file.
961
32cfb09d
TT
9622013-11-04 Tom Tromey <tromey@redhat.com>
963
964 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
965 to compilation. Use standard_output_file.
966 (test_tfind_tfile): Update.
967 * gdb.trace/tfile.c (write_basic_trace_file)
968 (write_error_trace_file): Use TFILE_DIR.
969 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
970 standard_output_file.
971
84741506
TT
9722013-11-04 Tom Tromey <tromey@redhat.com>
973
974 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
975 Use "dwarf2 always-disassemble" for the "maint set" test.
976 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
977 standard_output_file.
978 * gdb.mi/mi-logging.exp: Use standard_output_file.
979
cfb7b9a3
TT
9802013-11-04 Tom Tromey <tromey@redhat.com>
981
982 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
983 downloads conditional on remote host.
984 (set_arch): Likewise.
985 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
986 (load_description): Use standard_output_file.
987
bdfe0594
TT
9882013-11-04 Tom Tromey <tromey@redhat.com>
989
990 * gdb.gdb/selftest.exp: Use standard_output_file.
991 * lib/selftest-support.exp (do_self_tests): Use
992 standard_output_file.
993
8c639e73
TT
9942013-11-04 Tom Tromey <tromey@redhat.com>
995
996 * gdb.stabs/weird.exp: Use gdb_remote_download and
997 standard_output_file.
998
5030a410
TT
9992013-11-04 Tom Tromey <tromey@redhat.com>
1000
1001 * gdb.base/gcore-buffer-overflow.exp: Use
1002 standard_output_file, not standard_testfile.
1003 * gdb.base/twice.exp: Use standard_testfile, not
1004 standard_output_file. Use gdb_remote_download.
1005
95d7853e
TT
10062013-11-04 Tom Tromey <tromey@redhat.com>
1007
1008 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1009 restore from that.
1010
eab88b54
MR
10112013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1012
1013 * gdb.cp/derivation.exp: s/perrro/perror/
1014
a1b0fbee
MR
10152013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1016
1017 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1018 `debugdir'.
1019
638aa5a1
AB
10202013-10-31 Andrew Burgess <aburgess@broadcom.com>
1021
1022 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1023 tests and update expected error message.
1024 (test_watch_register_location): New tests.
1025 (do_tests): Call test_watch_register_location.
1026 * gdb.base/watchpoints.exp: Update expected error message.
1027
055e608a
UW
10282013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1029
1030 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1031 the patterns in gdb_test_multiple.
1032
9ac69859
NB
10332013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1034
1035 * gdb.base/sym-file-lib.c: New file.
1036 * gdb.base/sym-file-loader.c: New file.
1037 * gdb.base/sym-file-loader.h: New file.
1038 * gdb.base/sym-file-main.c: New file.
1039 * gdb.base/sym-file.exp: New file.
1040 * lib/gdb.exp (is_elf_target): New function.
1041
24ba476b
PA
10422013-10-29 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1045 variable setting change-log-default-name to ChangeLog-mi.
1046
f69d9aef
AB
10472013-10-29 Andrew Burgess <aburgess@broadcom.com>
1048
1049 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1050 Expect <unavailable> pattern.
1051
71193121
TV
10522013-10-28 Tom de Vries <tom@codesourcery.com>
1053
1054 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1055
38095c27
AK
10562013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1057
1058 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1059 remote stubs where exit() behaviour is unreliable.
1060
686d4def
PA
10612013-10-25 Pedro Alves <palves@redhat.com>
1062
1063 * gdb.cp/m-static.exp: Adjust expected output of printing a
1064 nonexistent or optimized out static field. Also test printing the
1065 the "container" object.
1066
a35cfb40
MR
10672013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1068
1069 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1070 if in the persistent mode.
1071 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1072
bbe769cc
MR
10732013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1074
1075 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1076 support core file generation" reply.
1077
95e4302a
JM
10782013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1079
1080 PR gdb/15986
1081 * gdb.base/run.c (main): gdb_get_line_number tag added for
1082 commands.exp.
1083 (factorial): Likewise.
1084
1085 * gdb.base/commands.exp (watchpoint_command_test): Use
1086 gdb_get_line_number in order to determine the locations in run.c
1087 where local_var is detected to go out of scope.
1088
4c406179
JM
10892013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1090
1091 * gdb.base/gnu_vector.exp: Care about endianness when casting
1092 scalars to vectors.
1093
bb6216d8
TT
10942013-10-18 Tom Tromey <tromey@redhat.com>
1095
1096 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1097 of "binfile".
1098
e8369a73
AB
10992013-10-18 Andrew Burgess <aburgess@broadcom.com>
1100
1101 * gdb.base/watchpoints.exp: Add test for setting software
1102 watchpoints of different types before starting the inferior.
1103
776f04fa
PA
11042013-10-18 Pedro Alves <palves@redhat.com>
1105
1106 PR gdb/16062
1107 * gdb.threads/stepi-random-signal.c: New file.
1108 * gdb.threads/stepi-random-signal.exp: New file.
1109
e4b8388f
MR
11102013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1111
1112 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1113 Fix comment typo.
1114 * lib/gdb.exp (gdb_init): Likewise.
1115
50b34a18
TT
11162013-10-17 Tom Tromey <tromey@redhat.com>
1117
1118 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1119
3db258f5
TT
11202013-10-14 Tom Tromey <tromey@redhat.com>
1121
1122 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1123 name to gdb_test_no_output.
1124
4856b6bc
JK
11252013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1126
1127 Canonicalize directories for EXEC_FILENAME.
1128 * gdb.base/argv0-symlink.exp
1129 (kept file symbolic link name for info inferiors): New.
1130 (kept directory symbolic link name): Setup kfail.
1131 (kept directory symbolic link name for info inferiors): New.
1132
9772d074
UW
11332013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1134
1135 * gdb.arch/s390-multiarch.exp: New file.
1136 * gdb.arch/s390-multiarch.c: New file.
1137
2a3be966
JB
11382013-10-11 Joel Brobecker <brobecker@adacore.com>
1139
1140 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1141 use the appropriate GDB/MI command instead, and verify
1142 the test output.
1143
7c647d61
JB
11442013-10-11 Joel Brobecker <brobecker@adacore.com>
1145
1146 * gdb.base/source-nofile.gdb: New file.
1147 * gdb.base/source.exp: Add two tests verifying the behavior when
1148 the "source" command is given a non-existant filename.
1149
bb66bd51
YQ
11502013-10-11 Yao Qi <yao@codesourcery.com>
1151
1152 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1153 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1154 and 'dlclose'.
1155 [!__WIN32__]: Include "dlfcn.h".
1156 * gdb.mi/mi-catch-load.exp: Set up kfail.
1157
4f424bb1
AK
11582013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1159
1160 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1161 generated corefile" by argument "$test".
1162
578d3588
PA
11632013-10-09 Pedro Alves <palves@redhat.com>
1164
1165 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1166 output.
1167
eb4ca471
PA
11682013-10-09 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1171 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1172 (test_catch_syscall_with_wrong_args)
1173 (test_catch_syscall_restarting_inferior)
1174 (test_catch_syscall_fail_nodatadir)
1175 (test_catch_syscall_without_args_noxml)
1176 (test_catch_syscall_with_args_noxml)
1177 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1178
dc294be5
TT
11792013-10-08 Tom Tromey <tromey@redhat.com>
1180
1181 * gdb.dwarf2/dwzbuildid.exp: New file.
1182 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1183 parameters.
1184 (Dwarf::_defer_output): Change "section" parameter to
1185 "section_spec"; update.
1186 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1187 procs.
1188
c968bd18
JB
11892013-10-08 Joel Brobecker <brobecker@adacore.com>
1190
1191 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1192
f44eeb11
TT
11932013-10-07 Tom Tromey <tromey@redhat.com>
1194
1195 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1196 to 0.
1197
0c557179
SDJ
11982013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1199
1200 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1201 $_exitcode is void when opening a corefile.
1202 * gdb.base/exitsignal.exp: New file.
1203 * gdb.base/segv.c: Likewise.
1204 * gdb.base/normal.c: Likewise.
1205
5713b9b5
JB
12062013-10-04 Joel Brobecker <brobecker@adacore.com>
1207
1208 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1209
3f983d47
YZ
12102013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1211
1212 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1213 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1214
901461f8
PA
12152013-10-02 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1218 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1219 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1220 (not_saved_pattern): New.
1221 Replace use of the former with the latter.
1222
b477a5e6
PA
12232013-10-02 Pedro Alves <palves@redhat.com>
1224
1225 * README (Board Settings): Document "exit_is_reliable".
1226 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1227 running to exit reliably reports program exits.
1228 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1229 info.
1230 * boards/native-stdio-gdbserver.exp: Likewise.
1231
a49bed3a
DE
12322013-10-01 Doug Evans <dje@google.com>
1233
1234 * gdb.python/python.exp: Remove redundant print-stack tests.
1235 Make all print-stack test names unique. Fix spelling of print-stack.
1236
2ed2ad44
YQ
12372013-09-29 Yao Qi <yao@codesourcery.com>
1238
1239 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1240 is remote.
1241
7d760051
UW
12422013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1243
1244 PR shlibs/8882
1245 * gdb.base/corefile.exp: Add a check to assure warning-free
1246 core-file load.
1247
82bf32bc
JK
12482013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1249
1250 * gdb.dwarf2/dwp-symlink.c: New file.
1251 * gdb.dwarf2/dwp-symlink.exp: New file.
1252
4fa7d390
DE
12532013-09-20 Doug Evans <dje@google.com>
1254
6b4646ce
DE
1255 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1256 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1257 file.
1258 * gdb.dwarf2/fission-loclists.S: Ditto.
1259 * gdb.dwarf2/fission-reread.S: Ditto.
1260 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1261 build_executable_from_fission_assembler.
1262 * gdb.dwarf2/fission-loclists.exp: Ditto.
1263 * gdb.dwarf2/fission-reread.exp: Ditto.
1264
4fa7d390
DE
1265 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1266 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1267 (gdb_gnu_strip_debug): Ditto.
1268 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1269 * gdb.arch/altivec-abi.exp: Ditto.
1270 * gdb.base/attach-pie-misread.exp: Ditto.
1271 * gdb.base/comprdebug.exp: Ditto.
1272 * gdb.base/dup-sect.exp: Ditto.
1273 * gdb.base/gnu-debugdata.exp: Ditto.
1274 * gdb.base/step-symless.exp: Ditto.
1275 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1276 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1277 * gdb.dwarf2/gdb-index.exp: Ditto.
1278
e4c6a2c4
AB
12792013-09-18 Andrew Burgess <aburgess@broadcom.com>
1280
1281 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1282 register to "<optimized out>", and also print the registers.
1283
a205fbfc
PA
12842013-09-18 Pedro Alves <palves@redhat.com>
1285
1286 PR server/15967
1287 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1288 change text.
1289
ee47b2f8
YQ
12902013-09-18 Yao Qi <yao@codesourcery.com>
1291
1292 * gdb.server/wrapper.c: New.
1293 * gdb.server/wrapper.exp: New.
1294
49fa26b0
PA
12952013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1296 Jan Kratochvil <jan.kartochvil@redhat.com>
1297 Pedro Alves <palves@redhat.com>
1298
1299 PR gdb/11568
1300 * gdb.thread/thread-specific-bp.c: New file.
1301 * gdb.thread/thread-specific-bp.exp: New file.
1302
e83b28bc
SDJ
13032013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1304
1305 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1306 convenience function.
1307
08d72866
PA
13082013-09-17 Pedro Alves <palves@redhat.com>
1309
1310 PR gdb/15911
1311 * gdb.threads/info-threads-cur-sal-2.c: New file.
1312 * gdb.threads/info-threads-cur-sal.c: New file.
1313 * gdb.threads/info-threads-cur-sal.exp: New file.
1314
57b0d98e
YQ
13152013-09-17 Yao Qi <yao@codesourcery.com>
1316
1317 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1318 [__WIN32__]: Include "windows.h" and define macro dlopen
1319 and dlclose.
1320 [!__WIN32__]: Include "dlfcn.h".
1321 * gdb.base/catch-load.exp (one_catch_load_test): Match
1322 directory separator.
1323
0295a32e
DE
13242013-09-16 Doug Evans <dje@google.com>
1325
a587b477
DE
1326 * lib/gdb.exp (using_fission): New proc.
1327 * gdb.base/info-macros.exp: Skip test if using Fission.
1328
0295a32e
DE
1329 * gdb.base/break-interp.exp: Fix indentation.
1330
a280dbd1
SDJ
13312013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1332
1333 * gdb.base/gdbvars.c (foo_void): New function.
1334 (foo_int): Likewise.
1335 * gdb.base/gdbvars.exp (test_convenience_functions): New
1336 function. Call it.
1337
4ac33720
UW
13382013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1339
1340 * gdb.arch/s390-tdbregs.c: New file.
1341 * gdb.arch/s390-tdbregs.exp: New file.
1342
b866c52d
SS
13432013-09-12 Stan Shebs <stan@codesourcery.com>
1344
1345 * README: New file.
1346
dc59cba6
DE
13472013-09-12 Doug Evans <dje@google.com>
1348
1349 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1350 added code to print event.inferior.
1351
edf9f00c
JK
13522013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1353
1354 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1355 debug part of the binary.
1356
5423b017
JK
13572013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1358
1359 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1360 (addlink): Add comment.
1361
9295cf6f
SA
13622013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1363
1364 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1365 canonical pathname.
1366
89e63ee4
DE
13672013-09-04 Doug Evans <dje@google.com>
1368
314bb8c3
DE
1369 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1370 event.
1371 (continue_handler, new_objfile_handler): Ditto.
1372 (test_events): Rename command to "test-events".
1373 (test_newobj_events): Rename command to "test-objfile-events".
1374 * gdb.python/py-events.exp: Update.
1375 * gdb.python/py-evsignal.exp: Update.
1376 * gdb.python/py-evthreads.exp: Update.
1377
89e63ee4
DE
1378 * gdb.base/enumval.c (ZERO): New enum value.
1379 (main): Use it
1380 * gdb.base/enumval.exp: Test ability to print ZERO.
1381
13822013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
1383 Pedro Alves <palves@redhat.com>
1384
1385 * gdb.base/relocate.exp: Check that invalid options are
1386 rejected.
1387
26c2b53c
AB
13882013-08-30 Andrew Burgess <aburgess@broadcom.com>
1389
1390 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1391 (my_static_symbol): Add comment.
1392 (main): Reference my_bss_symbol.
1393
96d9056e
PM
13942013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1395
1396 * gdb.python/py-arch.exp: Tests for invalid architecture.
1397
489d4f4d
SA
13982013-08-29 Sterling Augustine <saugustine@google.com>
1399
1400 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1401 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1402 said conditional.
1403
5b791bb5
PM
14042013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1405
1406 * gdb.python/py-arch.exp: Load gdb-python.exp.
1407
8f28f522
PM
14082013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1409
1410 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1411 itertools for imap attribute. Otherwise use map().
1412 (ElidingIterator): Define wrapper function __next__.
1413 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1414 use exec (open (read ())) instead.
1415 * gdb.python/py-framefilter.exp: Ditto.
1416 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1417 compliance.
1418 * gdb.python/py-frame.exp: Ditto.
1419 * gdb.python/py-type.exp: Ditto.
1420
1f0c4988
JK
14212013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1422
1423 PR gdb/15415
1424 * gdb.base/argv0-symlink.c: New file.
1425 * gdb.base/argv0-symlink.exp: New file.
1426
7893c162
TT
14272013-08-28 Tom Tromey <tromey@redhat.com>
1428
1429 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1430 when saving index.
1431
6211c335
YQ
14322013-08-27 Yao Qi <yao@codesourcery.com>
1433
1434 * gdb.trace/entry-values.exp: Test unavailable entry value is
1435 not shown when option '--skip-unavailable' is specified.
1436 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1437 Add tests for new option '--skip-unavailable'.
1438
ce4ea2bb
YQ
14392013-08-27 Yao Qi <yao@codesourcery.com>
1440
1441 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1442 remote_download if it is empty.
1443
6e45f158
DE
14442013-08-26 Doug Evans <dje@google.com>
1445
779bd270
DE
1446 PR symtab/15885
1447 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1448 (clean): rm -f *.gdb-index *.with-index.
1449 * gdb.dwarf2/gdb-index.exp: New testcase.
1450
6e45f158
DE
1451 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1452 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1453 run_on_host. All callers updated.
1454
b1224238
YQ
14552013-08-24 Yao Qi <yao@codesourcery.com>
1456
1457 * gdb.trace/entry-values.c (end): New
1458 (main): Call end.
1459 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1460 tracepoint and collect data. Test entry value is unavailable.
1461
b39a8faf
YQ
14622013-08-24 Yao Qi <yao@codesourcery.com>
1463
1464 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1465 * gdb.trace/entry-values.c: New.
1466 * gdb.trace/entry-values.exp: New.
1467
9eaabc75
MW
14682013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1469
1470 PR gdb/15501
1471 * gdb.base/ena-dis-br.exp: Add test to verify
1472 enable/disable commands work correctly with
1473 multiple arguments that include multiple locations.
1474
9f948660
SDJ
14752013-08-22 Samuel Bronson <naesten@gmail.com>
1476
1477 ARM Linux support for `catch syscall'.
1478 * gdb.base/catch-syscall.exp: Test this on ARM now.
1479 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1480
e630b974
TT
14812013-08-22 Tom Tromey <tromey@redhat.com>
1482
1483 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1484 default addr_size.
1485 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1486
f3a76454
TT
14872013-08-22 Tom Tromey <tromey@redhat.com>
1488
1489 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1490 standard_temp_file.
1491
de5f37e1
TT
14922013-08-22 Tom Tromey <tromey@redhat.com>
1493
1494 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1495 clean_restart.
1496 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1497 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1498 clean_restart.
1499 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1500 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1501 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1502 * gdb.arch/amd64-word.exp: Use standard_testfile,
1503 clean_restart.
1504 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1505 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1506 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1507 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1508 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1509 * gdb.arch/i386-signal.exp: Use standard_testfile.
1510 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1511 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1512 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1513 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1514
8448e842
TT
15152013-08-22 Tom Tromey <tromey@redhat.com>
1516
1517 * gdb.python/py-error.exp: Use gdb_remote_download.
1518 * gdb.python/py-mi.exp: Use gdb_remote_download.
1519 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1520 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1521 (run_lang_tests): Likewise.
1522 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1523 filename.
1524 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1525 compiling. Use gdb_remote_download. Update some tests.
1526 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1527 standard_output_file.
1528 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1529 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1530 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1531 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1532 standard_output_file.
1533
16cfcbc2
TT
15342013-08-22 Tom Tromey <tromey@redhat.com>
1535
1536 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1537
44ee8174
TT
15382013-08-22 Tom Tromey <tromey@redhat.com>
1539
1540 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1541 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1542 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1543 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1544 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1545 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1546 * lib/gdb.exp (gdb_remote_download): New proc.
1547
7a218f88
TT
15482013-08-22 Tom Tromey <tromey@redhat.com>
1549
1550 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1551 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1552 * gdb.dwarf2/fission-base.S: Remove directory from
1553 DW_AT_GNU_dwo_name.
1554 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1555 debug-file-directory.
1556 * gdb.dwarf2/fission-reread.S: Remove directory from
1557 DW_AT_GNU_dwo_name.
1558 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1559 debug-file-directory.
1560
70cc1c23
DE
15612013-08-16 Doug Evans <dje@google.com>
1562
1563 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1564 prelink complains about an unhandled DWARF version.
1565
61884d20
DE
15662013-08-14 Cary Coutant <ccoutant@google.com>
1567
1568 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1569
5e92f71a
TT
15702013-08-13 Tom Tromey <tromey@redhat.com>
1571 Yao Qi <yao@codesourcery.com>
1572
1573 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1574 * lib/gdb.exp: Handle GDB_PARALLEL.
1575 (default_gdb_version): Kill inotify_pid if it exists.
1576 (default_gdb_exit): Emit warning if the inotify log is not
1577 empty.
1578 (standard_output_file): Respect GDB_PARALLEL.
1579 (standard_temp_file): Likewise.
1580 (gdb_init): Start inotifywait if requested.
1581
5c30d39a
AB
15822013-08-13 Andrew Burgess <aburgess@broadcom.com>
1583
1584 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1585 pointer with various flags.
1586
17e1c970
TT
15872013-08-13 Tom Tromey <tromey@redhat.com>
1588
1589 * lib/cache.exp: New file.
1590 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1591 * lib/gdb.exp: Load cache.exp.
1592 (support_complex_tests, is_ilp32_target, is_lp64_target)
1593 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1594 (gdb_skip_xml_test): Use gdb_caching_proc.
1595 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1596
4e234898
TT
15972013-08-13 Tom Tromey <tromey@redhat.com>
1598
1599 * lib/gdb.exp (standard_temp_file): New proc.
1600 (support_complex_tests, is_ilp32_target, is_lp64_target)
1601 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1602 standard_temp_file.
1603
53e981d9
TT
16042013-08-13 Tom Tromey <tromey@redhat.com>
1605
1606 * lib/gdb.exp (build_id_debug_filename_get): Use
1607 standard_output_file.
1608 * lib/prelink-support.exp (section_get)
1609 (build_executable_own_libs): Use standard_output_file.
1610
3f539315
TT
16112013-08-12 Tom Tromey <tromey@redhat.com>
1612
1613 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1614
b4013987
AA
16152013-08-12 Ali Anwar <alianwar@codesourcery.com>
1616
1617 * gdb.base/break.exp: Test break via convenience variable
1618 with file name.
1619
f61d5529
DE
16202013-08-09 Doug Evans <dje@google.com>
1621
1622 * lib/future.exp (gdb_find_ldd): New proc.
1623 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1624 Make "/usr/sbin/" in prelink path optional.
1625
1ed8d800
YQ
16262013-08-09 Yao Qi <yao@codesourcery.com>
1627
1628 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1629 "only" and "both" to 'print entry-values' before selecting
1630 trace frame.
1631
82a0a75f
YQ
16322013-08-08 Yao Qi <yao@codesourcery.com>
1633
1634 * gdb.trace/mi-trace-unavailable.exp: Don't set
1635 "print entry-values" to "no".
1636 (test_trace_unavailable): Set various values to
1637 "print entry-values" to test that the output of
1638 '-stack-list-locals' is not affected, and then set
1639 set "print entry-values" to "no".
1640
ac52f9a2
DE
16412013-08-07 Doug Evans <dje@google.com>
1642
1643 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1644 * gdb.python/py-value-cc.exp: Update.
1645 * gdb.python/py-value.exp: Use different names for .o files for
1646 C and C++. Only perform C++ tests if !skip_cplus_tests.
1647
bf6d8a91
TT
16482013-08-07 Tom Tromey <tromey@redhat.com>
1649
1650 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1651
f9125b6c
TT
16522013-08-07 Tom Tromey <tromey@redhat.com>
1653
1654 * gdb.dwarf2/dwz.exp: New file.
1655
3a1115a0
TT
16562013-08-02 Tom Tromey <tromey@redhat.com>
1657
1658 * gdb.base/watchpoint.c (struct foo5): New.
1659 (nullptr): New global.
1660 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1661
b846d303
DE
16622013-08-01 Doug Evans <dje@google.com>
1663
7ee85ab1
DE
1664 PR symtab/15691
1665 * gdb.dwarf2/fission-mix.exp: New file.
1666 * gdb.dwarf2/fission-mix.h: New file.
1667 * gdb.dwarf2/fission-mix.c: New file.
1668 * gdb.dwarf2/fission-mix2.c: New file.
1669
b846d303
DE
1670 PR symtab/15695
1671 * gdb.base/func-ptr.exp: New file.
1672 * gdb.base/func-ptr.c: New file.
1673
67d21849
YQ
16742013-08-01 Yao Qi <yao@codesourcery.com>
1675
1676 * gdb.python/py-sync-interp.c: New.
1677 * gdb.python/py-sync-interp.exp: New.
1678
de74e63a
YQ
16792013-07-31 Yao Qi <yao@codesourcery.com>
1680
1681 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1682 'tdump' on stack frame 0 and 1 respectively.
1683
680558e8
YQ
16842013-07-31 Yao Qi <yao@codesourcery.com>
1685
1686 PR gdb/13443
1687 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1688 'traceframe'. Wrap test with with_test_prefix.
1689 (top level): Update.
1690
48bbe0bf
YQ
16912013-07-31 Yao Qi <yao@codesourcery.com>
1692
1693 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1694 'gdb_start'.
1695 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1696 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1697
11b4b7cc
AB
16982013-07-30 Andrew Burgess <aburgess@broadcom.com>
1699
1700 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1701 when printing an optimized out value. Expect an error when using
1702 an optimized out value in an expression.
1703
b0c54aa5
AB
17042013-07-30 Andrew Burgess <aburgess@broadcom.com>
1705
1706 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1707 * gdb.dwarf2/pieces-optimized-out.c: New file.
1708 * gdb.dwarf2/pieces-optimized-out.S: New file.
1709
97c85fc6
MB
17102013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1711
1712 PR gdb/15715
1713 * gdb.base/setshow.exp: Test that relative paths passed to
1714 'set history filename' are converted to absolute paths.
1715
5b32ae97
KS
17162013-07-26 Keith Seitz <keiths@redhat.com>
1717
1718 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1719 of f77.
1720 Allow for compiler variations of integer types.
1721 Use mi_create_varobj.
1722 Use mi_list_varobj_children for the immediate children of `array'.
1723 Add "has_more" attribute for grandchildren test.
1724
6f64ef53
PA
17252013-07-26 Pedro Alves <palves@redhat.com>
1726
1727 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1728 files.
1729
fdc8aae8
AB
17302013-07-25 Andrew Burgess <aburgess@broadcom.com>
1731
1732 * gdb.mi/mi-reg-undefined.exp: New file.
1733 * gdb.mi/mi-reg-undefined.c: Likewise.
1734 * gdb.mi/mi-reg-undefined.S: Likewise.
1735
6fbe845e
AB
17362013-07-25 Andrew Burgess <aburgess@broadcom.com>
1737
1738 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1739 z, o, and t output formats.
1740 * gdb.base/display.exp: Use 'k' as an undefined format now that
1741 'z' is defined.
1742
7b79b135
DE
17432013-07-24 Doug Evans <dje@google.com>
1744
1745 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1746 "--" to switch.
1747
a0607b84
YQ
17482013-07-24 Yao Qi <yao@codesourcery.com>
1749
1750 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1751 host.
1752 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1753 Likewise. If host is remote, copy ${binfile} to host.
1754
2eb14a9b
YQ
17552013-07-23 Yao Qi <yao@codesourcery.com>
1756
1757 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1758 message.
1759
5d0a3b53
WN
17602013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1761
1762 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
1763 instructions and enable disp-step-syscall for arm targets.
1764
9a5911c0
WN
17652013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1766
1767 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
1768 assembler errors on arm.
1769 * gdb.dwarf2/mac-fileno.S: Likewise.
1770 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
1771 * gdb.dwarf2/pr13961.S: Likewise.
1772
fa876972
HZ
17732013-07-19 Hui Zhu <hui@codesourcery.com>
1774
1775 PR gdb/15692
1776 * gdb.mi/mi-dprintf.exp: Add double quotes test.
1777
1527aea8
YQ
17782013-07-19 Yao Qi <yao@codesourcery.com>
1779
1780 * gdb.trace/read-memory.exp (test_from_remote): Update test.
1781 (teset_from_exec): Likewise.
1782
73c1d57e
YQ
17832013-07-19 Yao Qi <yao@codesourcery.com>
1784
1785 * gdb.trace/read-memory.c: New.
1786 * gdb.trace/read-memory.exp: New.
1787
a075c3e5
YQ
17882013-07-19 Yao Qi <yao@codesourcery.com>
1789
1790 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
1791 $dest to link options if host is remote. Move the
1792 generated file to $dest.a on host if host is remote.
1793
623cc285
WN
17942013-07-18 Will Newton <will.newton@linaro.org>
1795
1796 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1797 to ensure the test is linked against pthreads.
1798 * gdb.threads/tls-var-main.c: Likewise.
1799 * gdb.threads/tls-shared.c: Likewise.
1800
1f74d3b5
YQ
18012013-07-18 Yao Qi <yao@codesourcery.com>
1802
1803 * lib/future.exp (gdb_default_target_compile): Use tail name
1804 of $destfile as the output name of compile. Move the
1805 generated file to $destfile on build.
1806
f6dc277e
YQ
18072013-07-18 Yao Qi <yao@codesourcery.com>
1808
1809 * lib/gdb.exp (gdb_compile): Set
1810 gdb_saved_set_unbuffered_mode_obj to
1811 set_unbuffered_mode_saved.o if host is remote. Invoke
1812 remote_download to copy $unbuf_obj to host.
1813
e7045703
DE
18142013-07-17 Doug Evans <dje@google.com>
1815
1816 * gdb.python/py-frame-args.c: New file.
1817 * gdb.python/py-frame-args.py: New file.
1818 * gdb.python/py-frame-args.exp New file.
1819
5ea5559b
AB
18202013-07-16 Andrew Burgess <aburgess@broadcom.com>
1821
1822 * gdb.base/printcmds.exp (test_printf): Add tests for format
1823 strings with missing format specifier.
1824
4229ca0e
TT
18252013-07-16 Tom Tromey <tromey@redhat.com>
1826
1827 * gdb.ada/info_types.exp: Use standard_testfile.
1828
5ee657d5
TT
18292013-07-16 Tom Tromey <tromey@redhat.com>
1830
1831 * gdb.mi/mi-basics.exp: Use standard_output_file.
1832 (test_dir_specification, test_cwd_specification)
1833 (test_path_specification): Use testsubdir, not subdir and objdir.
1834
20e3d738
TT
18352013-07-16 Tom Tromey <tromey@redhat.com>
1836
1837 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1838
7d7c6477
JB
18392013-07-09 Joel Brobecker <brobecker@adacore.com>
1840
1841 * gdb.ada/small_reg_param.exp: Accept optional entry value
1842 for parameter "w".
1843
52cd8b7d
JB
18442013-07-09 Joel Brobecker <brobecker@adacore.com>
1845
1846 * gdb.ada/small_reg_param.exp: Remove trailing space.
1847
2a998fc0
DE
18482013-07-09 Doug Evans <dje@google.com>
1849
1850 * gdb.base/default.exp: Update expected output of "show print array"
1851 and "show print pretty".
1852
0329e9fb
UW
18532013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1854
1855 * gdb.threads/wp-replication.exp: Stop counting available hardware
1856 watchpoints after NR_THREADS iterations.
1857
1953058f
AB
18582013-07-08 Andrew Burgess <aburgess@broadcom.com>
1859
1860 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1861
7c0de741
YQ
18622013-07-07 Yao Qi <yao@codesourcery.com>
1863
1864 * boards/native-gdbserver.exp: Move invoke of
1865 process_multilib_options to gdbserver-base.exp.
1866 Move set_board_info 'compiler', 'gdb,noinferiorio',
1867 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1868 gdbserver-base.exp.
1869 Move proc ${board}_download, ${board}_upload and
1870 ${board}_file to gdbserver-base.exp.
1871 * boards/native-extended-gdbserver.exp: Likewise.
1872 * boards/native-stdio-gdbserver.exp: Likewise.
1873 * boards/gdbserver-base.exp: New file.
1874
497a4c48
LM
18752013-07-05 Luis Machado <lgustavo@codesourcery.com>
1876
1877 * gdb.base/dump.exp: Remove arch-specific tests and do a
1878 generic data address check to set is64bitonly correctly.
1879
bb3f62fc
LM
18802013-07-05 Luis Machado <lgustavo@codesourcery.com>
1881
1882 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1883 the register number instead of expecting only 0.
1884
005faa9d
WN
18852013-07-05 Will Newton <will.newton@linaro.org>
1886
1887 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1888 in asm syntax to allow building on ARM.
1889
4767856f
YQ
18902013-07-05 Yao Qi <yao@codesourcery.com>
1891
1892 * boards/local-remote-host.exp: Remove obsolete comments.
1893 * boards/native-extended-gdbserver.exp: Likewise.
1894 * boards/native-gdbserver.exp: Likewise.
1895 * boards/native-stdio-gdbserver.exp: Likewise.
1896
691a26f5
AB
18972013-07-04 Andrew Burgess <aburgess@broadcom.com>
1898
1899 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1900 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1901 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1902
4d142eaa
JK
19032013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1904
1905 * gdb.base/break-on-linker-gcd-function.exp: Replace
1906 prepare_for_testing by build_executable_from_specs and clean_restart.
1907
62cef515
TT
19082013-06-27 Tom Tromey <tromey@redhat.com>
1909
1910 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1911 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1912 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1913 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1914 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1915 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1916 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1917 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1918 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1919 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1920 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1921 Use standard_testfile, standard_output_file, prepare_for_testing,
1922 clean_restart.
1923
0ab77f5f
TT
19242013-06-27 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1927 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1928 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1929 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1930 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1931 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1932 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1933 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1934 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1935 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1936 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1937 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1938 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1939 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1940 gdb.base/solib-weak.exp, gdb.base/source.exp,
1941 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1942 gdb.base/stap-probe.exp, gdb.base/start.exp,
1943 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1944 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1945 gdb.base/step-test.exp, gdb.base/structs.exp,
1946 gdb.base/structs2.exp, gdb.base/structs3.exp,
1947 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1948 standard_output_file, prepare_for_testing, clean_restart.
1949
822bd149
TT
19502013-06-27 Tom Tromey <tromey@redhat.com>
1951
1952 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1953 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1954 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1955 gdb.base/pending.exp, gdb.base/permissions.exp,
1956 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1957 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1958 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1959 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1960 gdb.base/ptype.exp, gdb.base/randomize.exp,
1961 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1962 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1963 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1964 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1965 standard_testfile, standard_output_file, prepare_for_testing,
1966 clean_restart.
1967
f8b41b00
TT
19682013-06-27 Tom Tromey <tromey@redhat.com>
1969
a8c97a87
TT
1970 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1971 gdb.base/huge.exp, gdb.base/included.exp,
1972 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1973 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1974 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1975 gdb.base/info-target.exp, gdb.base/infoline.exp,
1976 gdb.base/interp.exp, gdb.base/interrupt.exp,
1977 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1978 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1979 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1980 gdb.base/logical.exp, gdb.base/long_long.exp,
1981 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1982 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1983 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1984 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
1985 standard_testfile, standard_output_file, prepare_for_testing,
1986 clean_restart.
1987
289f9037
TT
19882013-06-27 Tom Tromey <tromey@redhat.com>
1989
a8c97a87
TT
1990 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1991 gdb.base/enumval.exp, gdb.base/environ.exp,
1992 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1993 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1994 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1995 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1996 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1997 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1998 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1999 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2000 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2001 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2002 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2003 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2004 gdb.base/gnu_vector.exp: Use standard_testfile,
2005 standard_output_file, prepare_for_testing, clean_restart.
289f9037 2006
f76495c8
TT
20072013-06-27 Tom Tromey <tromey@redhat.com>
2008
a8c97a87
TT
2009 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2010 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2011 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2012 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2013 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2014 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2015 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2016 gdb.base/commands.exp, gdb.base/completion.exp,
2017 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2018 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2019 gdb.base/constvars.exp, gdb.base/corefile.exp,
2020 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2021 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2022 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2023 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2024 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
2025 standard_output_file, prepare_for_testing, clean_restart.
2026
a64d2530
TT
20272013-06-27 Tom Tromey <tromey@redhat.com>
2028
a8c97a87
TT
2029 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2030 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2031 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2032 gdb.base/async-shell.exp, gdb.base/async.exp,
2033 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2034 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2035 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2036 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2037 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2038 gdb.base/break-on-linker-gcd-function.exp,
2039 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
2040 standard_output_file, prepare_for_testing, clean_restart.
2041
aaff8d73
YQ
20422013-06-26 Yao Qi <yao@codesourcery.com>
2043
2044 * gdb.trace/mi-trace-frame-collected.exp: New.
2045
a0743c90
YQ
20462013-06-25 Yao Qi <yao@codesourcery.com>
2047
2048 * boards/native-extended-gdbserver.exp: Set board_info
2049 'gdb,predefined_tsv'.
2050 * boards/native-gdbserver.exp: Likewise.
2051 * boards/native-stdio-gdbserver.exp: Likewise.
2052 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2053 uploaded TSVs if target supports tracing.
2054 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2055 tracing and target has predefined tsv.
2056
9d6e6e84
HZ
20572013-06-25 Yao Qi <yao@codesourcery.com>
2058 Hui Zhu <hui@codesourcery.com>
2059 Pedro Alves <palves@redhat.com>
2060
2061 PR breakpoints/15075
2062 PR breakpoints/15434
2063 * gdb.base/dprintf-next.c: New file.
2064 * gdb.base/dprintf-next.exp: New file.
2065 * gdb.base/dprintf-non-stop.c: New file.
2066 * gdb.base/dprintf-non-stop.exp: New file.
2067 * gdb.base/dprintf.exp: Don't check "continue" in the output
2068 of "info breakpoints".
2069 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2070 Don't check "continue" in script field.
2071
e7ab3185
TT
20722013-06-21 Tom Tromey <tromey@redhat.com>
2073
2074 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2075 name in a test name.
2076
c898adb7
YQ
20772013-06-20 Yao Qi <yao@codesourcery.com>
2078
2079 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2080 and set an action.
2081 (test_trace_unavailable): Test command -data-list-register-values
2082 in the context of traceframe and with option --skip-unavailable.
2083 * gdb.trace/trace-unavailable.c (foo): New.
2084 (main): Call it.
2085 * gdb.mi/gdb2549.exp: Update matching pattern.
2086
4d157a3d
MF
20872013-06-19 Mike Frysinger <vapier@gentoo.org>
2088
2089 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2090 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2091 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2092 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2093 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2094
d69cace4
LM
20952013-06-19 Luis Machado <lgustavo@codesourcery.com>
2096
2097 * gdb.base/subst.exp: Delete default rules before further
2098 tests.
2099
9bdd0636
YQ
21002013-06-19 Yao Qi <yao@codesourcery.com>
2101
2102 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2103 unsupported if it is not registered.
2104
427cd150
TT
21052013-06-18 Tom Tromey <tromey@redhat.com>
2106
2107 * gdb.base/random-signal.c: New file.
2108 * gdb.base/random-signal.exp: New file.
2109
6de7c271
WN
21102013-06-18 Will Newton <will.newton@linaro.org>
2111
2112 * gdb.base/skip.c: Use comma to evaluate results of foo()
2113 and bar() before passing to baz().
2114 * gdb.base/skip.c: baz() now takes one argument instead of
2115 two.
2116
5bd1ef56
TT
21172013-06-18 Tom Tromey <tromey@redhat.com>
2118
2119 * gdb.dwarf2/implptrpiece.exp: New file.
2120 * gdb.dwarf2/implptrconst.exp (d): New variable.
2121 Print d.
2122 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2123
e379b391
TT
21242013-06-18 Tom Tromey <tromey@redhat.com>
2125
2126 * lib/selftest-support.exp (do_self_tests): Reject remote or
2127 non-native targets.
2128 * gdb.gdb/complaints.exp: Remove check.
2129 * gdb.gdb/observer.exp: Remove check.
2130 * gdb.gdb/xfullpath.exp: Remove check.
2131 * gdb.gdb/complaints.exp: Remove check.
2132
4ec70201
PA
21332013-06-07 Pedro Alves <palves@redhat.com>
2134
2135 * boards/native-extended-gdbserver.exp: Remove semicolon.
2136 * config/arm-ice.exp: Likewise.
2137 * config/bfin.exp: Likewise.
2138 * config/cygmon.exp: Likewise.
2139 * config/h8300.exp: Likewise.
2140 * config/monitor.exp: Likewise.
2141 * config/sid.exp: Likewise.
2142 * config/sim.exp: Likewise.
2143 * config/slite.exp: Likewise.
2144 * config/vx.exp: Likewise.
2145 * gdb.arch/i386-bp_permanent.exp: Likewise.
2146 * gdb.asm/asm-source.exp: Likewise.
2147 * gdb.base/args.exp: Likewise.
2148 * gdb.base/attach-pie-misread.exp: Likewise.
2149 * gdb.base/auxv.exp: Likewise.
2150 * gdb.base/bigcore.exp: Likewise.
2151 * gdb.base/bitfields2.exp: Likewise.
2152 * gdb.base/bitfields.exp: Likewise.
2153 * gdb.base/break.exp: Likewise.
2154 * gdb.base/break-interp.exp: Likewise.
2155 * gdb.base/callfuncs.exp: Likewise.
2156 * gdb.base/call-sc.exp: Likewise.
2157 * gdb.base/commands.exp: Likewise.
2158 * gdb.base/corefile.exp: Likewise.
2159 * gdb.base/dbx.exp: Likewise.
2160 * gdb.base/ending-run.exp: Likewise.
2161 * gdb.base/exprs.exp: Likewise.
2162 * gdb.base/funcargs.exp: Likewise.
2163 * gdb.base/hbreak2.exp: Likewise.
2164 * gdb.base/huge.exp: Likewise.
2165 * gdb.base/list.exp: Likewise.
2166 * gdb.base/memattr.exp: Likewise.
2167 * gdb.base/overlays.exp: Likewise.
2168 * gdb.base/printcmds.exp: Likewise.
2169 * gdb.base/recurse.exp: Likewise.
2170 * gdb.base/remotetimeout.exp: Likewise.
2171 * gdb.base/reread.exp: Likewise.
2172 * gdb.base/savedregs.exp: Likewise.
2173 * gdb.base/scope.exp: Likewise.
2174 * gdb.base/sepdebug.exp: Likewise.
2175 * gdb.base/setshow.exp: Likewise.
2176 * gdb.base/setvar.exp: Likewise.
2177 * gdb.base/sigaltstack.exp: Likewise.
2178 * gdb.base/siginfo-addr.exp: Likewise.
2179 * gdb.base/siginfo.exp: Likewise.
2180 * gdb.base/siginfo-obj.exp: Likewise.
2181 * gdb.base/sigrepeat.exp: Likewise.
2182 * gdb.base/sigstep.exp: Likewise.
2183 * gdb.base/structs.exp: Likewise.
2184 * gdb.base/testenv.exp: Likewise.
2185 * gdb.base/twice.exp: Likewise.
2186 * gdb.base/valgrind-db-attach.exp: Likewise.
2187 * gdb.base/valgrind-infcall.exp: Likewise.
2188 * gdb.base/varargs.exp: Likewise.
2189 * gdb.base/watchpoint.exp: Likewise.
2190 * gdb.cp/gdb1355.exp: Likewise.
2191 * gdb.cp/misc.exp: Likewise.
2192 * gdb.disasm/hppa.exp: Likewise.
2193 * gdb.disasm/t01_mov.exp: Likewise.
2194 * gdb.disasm/t02_mova.exp: Likewise.
2195 * gdb.disasm/t03_add.exp: Likewise.
2196 * gdb.disasm/t04_sub.exp: Likewise.
2197 * gdb.disasm/t05_cmp.exp: Likewise.
2198 * gdb.disasm/t06_ari2.exp: Likewise.
2199 * gdb.disasm/t07_ari3.exp: Likewise.
2200 * gdb.disasm/t08_or.exp: Likewise.
2201 * gdb.disasm/t09_xor.exp: Likewise.
2202 * gdb.disasm/t10_and.exp: Likewise.
2203 * gdb.disasm/t11_logs.exp: Likewise.
2204 * gdb.disasm/t12_bit.exp: Likewise.
2205 * gdb.disasm/t13_otr.exp: Likewise.
2206 * gdb.gdb/selftest.exp: Likewise.
2207 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2208 * gdb.mi/mi-reverse.exp: Likewise.
2209 * gdb.pascal/floats.exp: Likewise.
2210 * gdb.python/py-inferior.exp: Likewise.
2211 * gdb.threads/attach-into-signal.exp: Likewise.
2212 * gdb.threads/pthreads.exp: Likewise.
2213 * gdb.threads/thread_events.exp: Likewise.
2214 * gdb.threads/watchthreads.exp: Likewise.
2215 * gdb.trace/actions-changed.exp: Likewise.
2216 * gdb.trace/actions.exp: Likewise.
2217 * gdb.trace/ax.exp: Likewise.
2218 * gdb.trace/backtrace.exp: Likewise.
2219 * gdb.trace/change-loc.exp: Likewise.
2220 * gdb.trace/deltrace.exp: Likewise.
2221 * gdb.trace/disconnected-tracing.exp: Likewise.
2222 * gdb.trace/ftrace.exp: Likewise.
2223 * gdb.trace/infotrace.exp: Likewise.
2224 * gdb.trace/passc-dyn.exp: Likewise.
2225 * gdb.trace/passcount.exp: Likewise.
2226 * gdb.trace/pending.exp: Likewise.
2227 * gdb.trace/qtro.exp: Likewise.
2228 * gdb.trace/range-stepping.exp: Likewise.
2229 * gdb.trace/report.exp: Likewise.
2230 * gdb.trace/save-trace.exp: Likewise.
2231 * gdb.trace/status-stop.exp: Likewise.
2232 * gdb.trace/strace.exp: Likewise.
2233 * gdb.trace/tfile.exp: Likewise.
2234 * gdb.trace/tfind.exp: Likewise.
2235 * gdb.trace/trace-break.exp: Likewise.
2236 * gdb.trace/tracecmd.exp: Likewise.
2237 * gdb.trace/trace-mt.exp: Likewise.
2238 * gdb.trace/tspeed.exp: Likewise.
2239 * gdb.trace/tsv.exp: Likewise.
2240 * gdb.trace/while-stepping.exp: Likewise.
2241 * lib/gdb.exp: Likewise.
2242 * lib/gdbserver-support.exp: Likewise.
2243 * lib/java.exp: Likewise.
2244 * lib/mi-support.exp: Likewise.
2245 * lib/pascal.exp: Likewise.
2246 * lib/prompt.exp: Likewise.
2247 * lib/trace-support.exp: Likewise.
2248
47d48711
PA
22492013-06-07 Pedro Alves <palves@redhat.com>
2250
2251 * gdb.ada/info_types.c: Fix formating in copyright header.
2252 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2253 * gdb.base/float.c: Likewise.
2254 * gdb.base/inferior-died.c: Likewise.
2255 * gdb.base/interp.c: Likewise.
2256 * gdb.base/jit-main.c: Likewise.
2257 * gdb.base/jit-solib.c: Likewise.
2258 * gdb.base/long_long.c: Likewise.
2259 * gdb.base/longjmp.c: Likewise.
2260 * gdb.base/nextoverexit.c: Likewise.
2261 * gdb.base/pr11022.c: Likewise.
2262 * gdb.base/prelink-lib.c: Likewise.
2263 * gdb.base/prelink.c: Likewise.
2264 * gdb.base/prologue.c: Likewise.
2265 * gdb.base/restore.c: Likewise.
2266 * gdb.base/sigchld.c: Likewise.
2267 * gdb.base/solib-search-lib1.c: Likewise.
2268 * gdb.base/solib-search-lib2.c: Likewise.
2269 * gdb.base/solib-search.c: Likewise.
2270 * gdb.base/solib-search.h: Likewise.
2271 * gdb.base/whatis.c: Likewise.
2272 * gdb.cp/abstract-origin.cc: Likewise.
2273 * gdb.cp/anon-struct.cc: Likewise.
2274 * gdb.cp/baseenum.cc: Likewise.
2275 * gdb.cp/bs15503.cc: Likewise.
2276 * gdb.cp/call-c-1.c: Likewise.
2277 * gdb.cp/call-c.cc: Likewise.
2278 * gdb.cp/class2.cc: Likewise.
2279 * gdb.cp/classes.cc: Likewise.
2280 * gdb.cp/cttiadd.cc: Likewise.
2281 * gdb.cp/cttiadd1.cc: Likewise.
2282 * gdb.cp/cttiadd2.cc: Likewise.
2283 * gdb.cp/cttiadd3.cc: Likewise.
2284 * gdb.cp/derivation.cc: Likewise.
2285 * gdb.cp/derivation2.cc: Likewise.
2286 * gdb.cp/dispcxx.cc: Likewise.
2287 * gdb.cp/exception.cc: Likewise.
2288 * gdb.cp/gdb2384-base.cc: Likewise.
2289 * gdb.cp/gdb2384-base.h: Likewise.
2290 * gdb.cp/gdb2384.cc: Likewise.
2291 * gdb.cp/gdb2495.cc: Likewise.
2292 * gdb.cp/mb-inline.h: Likewise.
2293 * gdb.cp/mb-inline1.cc: Likewise.
2294 * gdb.cp/mb-inline2.cc: Likewise.
2295 * gdb.cp/member-name.cc: Likewise.
2296 * gdb.cp/member-ptr.cc: Likewise.
2297 * gdb.cp/misc.cc: Likewise.
2298 * gdb.cp/namespace1.cc: Likewise.
2299 * gdb.cp/nextoverthrow.cc: Likewise.
2300 * gdb.cp/pr-574.cc: Likewise.
2301 * gdb.cp/pr9631.cc: Likewise.
2302 * gdb.cp/printmethod.cc: Likewise.
2303 * gdb.cp/psmang1.cc: Likewise.
2304 * gdb.cp/psmang2.cc: Likewise.
2305 * gdb.cp/psymtab-parameter.cc: Likewise.
2306 * gdb.cp/ptype-flags.cc: Likewise.
2307 * gdb.cp/ref-params.cc: Likewise.
2308 * gdb.cp/ref-types.cc: Likewise.
2309 * gdb.cp/smartp.cc: Likewise.
2310 * gdb.cp/try_catch.cc: Likewise.
2311 * gdb.cp/userdef.cc: Likewise.
2312 * gdb.cp/using-crash.cc: Likewise.
2313 * gdb.cp/virtfunc.cc: Likewise.
2314 * gdb.cp/virtfunc2.cc: Likewise.
2315 * gdb.dwarf2/callframecfa.S: Likewise.
2316 * gdb.dwarf2/dw2-ranges.c: Likewise.
2317 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2318 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2319 * gdb.dwarf2/dw2-restore.S: Likewise.
2320 * gdb.dwarf2/pieces.S: Likewise.
2321 * gdb.dwarf2/valop.S: Likewise.
2322 * gdb.java/jnpe.java: Likewise.
2323 * gdb.mi/mi-stepn.c: Likewise.
2324 * gdb.mi/mi-var-cp.cc: Likewise.
2325 * gdb.mi/mi-var-rtti.cc: Likewise.
2326 * gdb.mi/ns-stale-regcache.c: Likewise.
2327 * gdb.mi/pr11022.c: Likewise.
2328 * gdb.mi/solib-lib.c: Likewise.
2329 * gdb.mi/solib-main.c: Likewise.
2330 * gdb.python/py-arch.c: Likewise.
2331 * gdb.python/py-block.c: Likewise.
2332 * gdb.python/py-breakpoint.c: Likewise.
2333 * gdb.python/py-events.c: Likewise.
2334 * gdb.python/py-evthreads.c: Likewise.
2335 * gdb.python/py-explore.c: Likewise.
2336 * gdb.python/py-explore.cc: Likewise.
2337 * gdb.python/py-finish-breakpoint.c: Likewise.
2338 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2339 * gdb.python/py-symbol.c: Likewise.
2340 * gdb.threads/execl.c: Likewise.
2341 * gdb.threads/execl1.c: Likewise.
2342
88ab5684
WN
23432013-06-07 Will Newton <will.newton@linaro.org>
2344
2345 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2346
42daa7a0
WN
23472013-06-07 Will Newton <will.newton@linaro.org>
2348
2349 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2350 and "starting".
2351
f4059ef3
WN
23522013-06-07 Will Newton <will.newton@linaro.org>
2353
2354 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2355 destructor prototypes for ARM ABI.
2356 * gdb.cp/m-static.exp: Likewise.
2357
8cb5cc78
YQ
23582013-06-07 Yao Qi <yao@codesourcery.com>
2359
2360 * gdb.trace/mi-trace-unavailable.exp: New.
2361 * gdb.trace/trace-unavailable.c: New.
2362
c6cf1712
DE
23632013-06-06 Doug Evans <dje@google.com>
2364
2365 * gdb.cp/derivation.exp: Make tests have unique names.
2366
bf6be0f4
TT
23672013-06-06 Tom Tromey <tromey@redhat.com>
2368
2369 * gdb.base/dump.exp (capture_value): Don't put expression into
2370 test name if arguments passed in.
2371 Rename a couple more tests to make them unique.
2372
ebb022fa
TT
23732013-06-06 Tom Tromey <tromey@redhat.com>
2374
2375 * gdb.base/break-always.exp: Explicitly specify test name.
2376
69fc87c2
DE
23772013-06-05 Doug Evans <dje@google.com>
2378 Keith Seitz <keiths@redhat.com>
2379
2380 * gdb.cp/derivation2.cc: New file.
2381 * gdb.cp/derivation.cc (main): Call foo2.
2382 * gdb.cp/derivation.exp: Add tests for typedefs in another
2383 file, and when there's an active block.
2384
f993f39e
LM
23852013-06-05 Luis Machado <lgustavo@codesourcery.com>
2386
2387 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2388 from targets that use function descriptors in the virtual tables.
2389 Handle presence of dot symbols.
2390
afacd7f3
GB
23912013-06-04 Gary Benson <gbenson@redhat.com>
2392
2393 * gdb.base/break-probes.exp: New file.
2394 * gdb.base/break-probes.c: Likewise.
2395 * gdb.base/break-probes-solib.c: Likewise.
2396 * gdb.base/info-shared.exp: New file.
2397 * gdb.base/info-shared.c: Likewise.
2398 * gdb.base/info-shared-solib1.c: Likewise.
2399 * gdb.base/info-shared-solib2.c: Likewise.
2400
a29a3fb7
GB
24012013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2402 Gary Benson <gbenson@redhat.com>
2403
2404 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2405 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2406 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2407 to be set to "no" to indicate that no ld.so copy should be made.
2408 * gdb.base/break-interp.exp (solib_bp): New constant.
2409 (reach_1): Use the above instead of "_dl_debug_state".
2410 (test_attach): Likewise.
2411 (test_ld): Likewise.
2412 * gdb.threads/dlopen-libpthread.exp: New file.
2413 * gdb.threads/dlopen-libpthread.c: Likewise.
2414 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2415 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2416
62a813cc
YQ
24172013-05-30 Yao Qi <yao@codesourcery.com>
2418
2419 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2420 Add a test that no MI notification is emitted when executing
2421 -exec-arguments.
2422
8f56dad4
JK
24232013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 PR testsuite/12649
2426 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2427 $mi_gdb_prompt expectation by mi_expect_stop.
2428 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2429 (mi info dprintf second time): Replace them by mi_send_resuming_command
2430 and mi_expect_stop.
2431
c588eb20
GB
24322013-05-24 Gary Benson <gbenson@redhat.com>
2433
2434 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2435 backslash.
2436 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2437 backslashes.
2438 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2439 backslash.
2440
c0ea94eb
YQ
24412013-05-24 Yao Qi <yao@codesourcery.com>
2442
2443 * gdb.trace/tfile.exp: Test inferior and thread.
2444
db1ac436
YQ
24452013-05-24 Yao Qi <yao@codesourcery.com>
2446 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2449 test fails.
2450 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2451 Return 0 if the test passes, otherwise return 1.
2452
b6abb10c
DE
24532013-05-23 Doug Evans <dje@google.com>
2454
2455 * boards/fission-dwp.exp: New file.
2456
bc5065a7
PA
24572013-05-23 Yao Qi <yao@codesourcery.com>
2458 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.base/range-stepping.c: New file.
2461 * gdb.base/range-stepping.exp: New file.
2462 * gdb.trace/range-stepping.c: New file.
2463 * gdb.trace/range-stepping.exp: New file.
2464 * lib/range-stepping-support.exp: New file.
2465
5f2e6b00
TT
24662013-05-22 Tom Tromey <tromey@redhat.com>
2467
2468 * gdb.cp/class2.cc (main): New local 'aref'.
2469 * gdb.cp/class2.exp: Check printing of 'aref'.
2470
e6ba475a
DE
24712013-05-22 Doug Evans <dje@google.com>
2472
2473 * gdb.threads/wp-replication.c (main): Insert some code at the start
2474 to ensure the breakpoint on main is only hit once. Fix comment.
2475
52c935b6
KS
24762013-05-21 Keith Seitz <keiths@redhat.com>
2477 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2480 gdb_expect.
2481 Add test to flush the remaining input buffer so that this
2482 file passes testsuite/12649.
2483
bd9673a4
PW
24842013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2485
2486 * gdb.base/catch-signal-fork.exp: New file.
2487 * gdb.base/catch-signal-fork.c: New file.
2488
69a97597
SA
24892013-05-21 Sterling Augustine <saugustine@google.com>
2490
2491 * boards/remote-stdio-gdbserver.exp: New file.
2492
44e97363
JK
24932013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2494
2495 PR testsuite/12649
2496 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2497 racy matches.
2498
02392865
CG
24992013-05-21 Christian Groessler <chris@groessler.org>
2500
2501 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2502 since it's not supported in all shells.
2503
c5867ab6
HZ
25042013-05-21 Hui Zhu <hui@codesourcery.com>
2505
2506 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2507 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2508
6c9e2db4
DE
25092013-05-20 Doug Evans <dje@google.com>
2510
2511 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2512 (_handle_DW_TAG): Use it.
2513 (cu, tu): Replace parameters is_64, version, addr_size with options.
2514 All callers updated. Add Fission support.
2515 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2516 * gdb.dwarf2/method-ptr.exp: Ditto.
2517 * gdb.dwarf2/nostaticblock.exp: Ditto.
2518 * gdb.dwarf2/subrange.exp: Ditto.
2519 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2520
4a6e676c
TT
25212013-05-20 Tom Tromey <tromey@redhat.com>
2522
2523 * gdb.gdb/python-selftest.exp: New file.
2524
e19d3afb
DE
25252013-05-20 Doug Evans <dje@google.com>
2526
2527 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2528 -fdebug-types-section.
2529
4d804846
JB
25302013-05-20 Joel Brobecker <brobecker@adacore.com>
2531
2532 * gdb.ada/float_param: New testcase.
2533
8d324e83
DE
25342013-05-17 Doug Evans <dje@google.com>
2535
7d0c9981
DE
2536 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2537 Add tests for "maint check-symtabs", "maint expand-symtabs".
2538
8d324e83
DE
2539 * gdb.base/maint.exp: Remove testing of individual maint command
2540 help output.
2541
177aadc4
PA
25422013-05-16 Pedro Alves <palves@redhat.com>
2543
2544 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2545 comment. Use gdb_test_no_output.
2546
b8fea896
JB
25472013-05-16 Joel Brobecker <brobecker@adacore.com>
2548
2549 * gdb.ada/complete.exp: Add test verifying completion using
2550 the "tab" key.
2551
52c935b6
KS
25522013-05-15 Keith Seitz <keiths@redhat.com>
2553
2554 * gdb.base/filesym.exp: New completer test.
2555 * gdb.base/filesym.c: New file.
2556
ed0f00b8
PA
25572013-05-15 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.base/fixsection.c: Remove attribution.
2560 * gdb.base/watch-read.exp: Ditto.
2561
55fb6d27
TT
25622013-05-13 Tom Tromey <tromey@redhat.com>
2563
2564 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2565 size and change type sizes to 4 bytes.
2566
ac1ca910
TT
25672013-05-13 Tom Tromey <tromey@redhat.com>
2568
2569 * gdb.base/exprs.exp (test_expr): Add regression test.
2570 * gdb.base/exprs.c (null_t_struct): New global.
2571
8414efef
MB
25722013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2573
2574 * gdb.base/default.exp: Disable history saving.
2575 * gdb.base/setshow.exp: Likewise.
2576
9779ab84
PA
25772013-05-10 Pedro Alves <palves@redhat.com>
2578
2579 PR remote/15455
2580
2581 * gdb.trace/qtro.c: New file.
2582 * gdb.trace/qtro.exp: New file.
2583
1e611234
PM
25842013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2585
2586 * gdb.python/py-framefilter.py: New File.
2587 * gdb.python/py-framefilter-mi.exp: Ditto.
2588 * gdb.python/py-framefilter.c: Ditto.
2589 * gdb.python/py-framefilter-mi.exp: Ditto.
2590 * gdb.python/py-framefilter-mi.c: Ditto,
2591 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2592
5e4c3ac4
TT
25932013-05-08 Tom Tromey <tromey@redhat.com>
2594
2595 * gdb.base/solib-search.exp: Set test name for "set
2596 solib-search-path" test.
2597
993654a9
HAQ
25982013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2599
2600 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2601 (set_a_tracepoint): Set tracepoint before prologue.
2602 (run_trace_experiment): Test setup_tracepoints and 'break end'
2603 in it.
2604 (trace_buffer_normal): Remove.
2605 (gdb_trace_circular_tests): Remove. Move tests to...
2606 (top level): ...here. Call 'runto_main' before checking for
2607 trace support. Use commands to check the support for circular
2608 trace buffer and changing of trace buffer size. Add test
2609 to calculate size of single frame. Use this size to
2610 calculate the size of trace buffer. Use 'tfind pc func9'
2611 instead of 'tfind 9'. Use 'with_test_prefix'.
2612
c95aea6b
TT
26132013-05-07 Tom Tromey <tromey@redhat.com>
2614
2615 * lib/selftest-support.exp: New file.
2616 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2617 do_self_tests.
2618 (setup_test, find_gdb): Remove.
2619 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2620 do_self_tests.
2621 (setup_test, find_gdb): Remove.
2622 (test_observer): Don't call setup_test. Remove argument.
2623 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2624 (find_gdb): Remove.
2625 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2626 do_self_tests.
2627 (setup_test, find_gdb): Remove.
2628 (test_with_self): Don't call setup_test. Remove argument.
2629
1f031429
PA
26302013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2631
2632 * gdb.arch/system-gcore.exp: Remove.
2633 * gdb.arch/gcore.c: Remove.
2634 * gdb.base/gcore.exp: Add "info reg system".
2635
58ce7251
SDJ
26362013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2637
2638 PR breakpoints/15413:
2639 * gdb.base/pending.exp: Add test for completion of the "condition"
2640 command for pending breakpoints.
2641 * gdb.linespec/linespec.ex: Add test for completion of the
2642 "condition" command when dealing with multiple locations.
2643
aacbb8a5
LM
26442013-05-07 Luis Machado <lgustavo@codesourcery.com>
2645
2646 * gdb.threads/wp-replication.c: New file.
2647 * gdb.threads/wp-replication.exp: New file.
2648
2dd6254d
SL
26492013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2650
2651 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2652
c2a96e8c
DE
26532013-05-06 Doug Evans <dje@google.com>
2654
b903e17e
DE
2655 * gdb.base/solib-search-lib1.c: New file.
2656 * gdb.base/solib-search-lib2.c: New file.
2657 * gdb.base/solib-search.c: New file.
2658 * gdb.base/solib-search.h: New file.
2659 * gdb.base/solib-search.exp: New file.
2660
fac51dd9
DE
2661 * lib/gdb.exp (gdb_core_cmd): New function.
2662 * gdb.arch/system-gcore.exp: Use it.
2663 * gdb.arch/vsx-regs.exp: Ditto.
2664 * gdb.base/gcore.exp: Ditto.
2665 * gdb.threads/gcore-thread.exp: Ditto.
2666
c2a96e8c
DE
2667 * gdb.reverse/shr.h: New file.
2668 * gdb.reverse/shr1.c: New file.
2669 * gdb.reverse/shr2.c: #include "shr.h".
2670 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2671 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2672 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2673 Update tests using sleep/printf to use shr2.sl instead.
2674 * gdb.reverse/solib-reverse.exp: Ditto.
2675
b6807d98
TT
26762013-05-06 Tom Tromey <tromey@redhat.com>
2677
2678 * gdb.dwarf2/implptrconst.c: New file.
2679 * gdb.dwarf2/implptrconst.exp: New file.
2680 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2681 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2682 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2683
96f7d3f1
PW
26842013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2685
2686 * gdb.base/catch-sig.c (main): Raise SIGINT.
2687 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2688
1ebff1fd
HAQ
26892013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2690
2691 * status-stop.exp (test_tstart_tstart): Check for error
2692 returned by the second 'tstart' command.
2693
f92b06da
WT
26942013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2695
2696 * gdb.xml/maint_print_struct.exp: New file.
2697 * gdb.xml/maint_print_struct.xml: New file.
2698
ff546935
TT
26992013-04-25 Tom Tromey <tromey@redhat.com>
2700
2701 * gdb.dwarf2/nostaticblock.exp: New file.
2702
bf9e4d0c
MB
27032013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2704
2705 PR gdb/10462
2706 * gdb.base/setshow.exp: Add test case.
2707
a11cfd87
HZ
27082013-04-23 Hui Zhu <hui@codesourcery.com>
2709
2710 PR gdb/15293
a11cfd87
HZ
2711 * gdb.base/dprintf.exp: Add ignore command.
2712
2d9442cc
HZ
27132013-04-23 Hui Zhu <hui@codesourcery.com>
2714
2715 PR gdb/15165
2d9442cc
HZ
2716 * gdb.base/save-bp.exp: Add test for dprintf.
2717
0f3305ed
TT
27182013-04-22 Tom Tromey <tromey@redhat.com>
2719
2720 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2721 notice_open_fds.
2722
d504301e
SDJ
27232013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2724
2725 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2726 ldflags.
2727
9991b207
SDJ
27282013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2729
2730 * gdb.arch/arm-bl-branch-dest.c: New file.
2731 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2732
433730c9
PA
27332013-04-19 Vladimir Kargov <kargov@gmail.com>
2734 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.arch/i386-float.S: New file.
2737 * gdb.arch/i386-float.exp: New file.
2738
9a908334
LM
27392013-04-18 Luis Machado <lgustavo@codesourcery.com>
2740
2741 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2742 type void *.
2743
4f22ed5c
DE
27442013-04-17 Doug Evans <dje@google.com>
2745
2746 * lib/dwarf.exp (Dwarf): New proc "tu".
2747 * gdb.dwarf2/missing-sig-type.exp: New file.
2748
a0d3f2f5
SCR
27492013-04-15 Siva Chandra Reddy <sivachandra@google.com>
2750
2751 Add option to link testcases with Pthreads library when
2752 using 'prepare_for_testing' in tests.
2753
2754 * lib/gdb.exp (build_executable_from_specs): Use
2755 gdb_compile_pthreads to compile if option "pthreads" is
2756 specified.
2757
cc16e6c9
TT
27582013-04-15 Tom Tromey <tromey@redhat.com>
2759
2760 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2761
72f1fe8a
TT
27622013-04-15 Tom Tromey <tromey@redhat.com>
2763
2764 * gdb.base/default.exp: Update for $_exception.
2765 * gdb.cp/exceptprint.cc: New file.
2766 * gdb.cp/exceptprint.exp: New file.
2767 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
2768
6e72ca20
TT
27692013-04-15 Tom Tromey <tromey@redhat.com>
2770
2771 * gdb.cp/typeid.cc: New file.
2772 * gdb.cp/typeid.exp: New file.
2773
591f19e8
TT
27742013-04-15 Tom Tromey <tromey@redhat.com>
2775
2776 * gdb.cp/exception.exp: Add "catch rethrow" tests.
2777
da9160e4
YQ
27782013-04-13 Yao Qi <yao@codesourcery.com>
2779
2780 * gdb.base/completion.exp: Test completion of command
2781 'target ctf' if target ctf is supported.
2782
f81d1120
PA
27832013-04-10 Pedro Alves <palves@redhat.com>
2784
2785 * gdb.base/completion.exp: Test "set height", "set listsize" and
2786 "set trace-buffer-size" completion.
2787 * gdb.base/setshow.exp: Test "set height unlimited".
2788 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
2789 unlimited".
2790
393fd4c3
YQ
27912013-04-10 Yao Qi <yao@codesourcery.com>
2792
2793 * gdb.trace/actions.exp: Save trace data to CTF.
2794 Change to ctf target if GDB supports, read CTF data in ctf
2795 target, and check the actions of tracepoints.
2796 * gdb.trace/while-stepping.exp: Likewise.
2797 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2798 format and read CTF trace file if GDB supports.
2799 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2800 target is supported, change to ctf target, read trace data and
2801 check output of command "tstatus".
2802 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2803 read CTF data by target ctf and call check_tsv.
2804
b7a273f8
YQ
28052013-04-10 Yao Qi <yao@codesourcery.com>
2806
2807 * gdb.trace/actions.exp (check_tracepoint): New.
2808 (top level): Start the tracing and check the actions of
2809 tracepoints. Save trace data to tfile format. Restart GDB
2810 and read trace file in tfile target. Check the actions of
2811 tracepoints again.
2812 * gdb.trace/while-stepping.exp: Likewise.
2813
f3786771
YQ
28142013-04-10 Yao Qi <yao@codesourcery.com>
2815
2816 * gdb.trace/report.exp: Use standard_output_file for saved
2817 trace file.
2818
5c2b4418
HZ
28192013-04-10 Hui Zhu <hui@codesourcery.com>
2820
2821 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2822 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2823 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2824
f7543f0a
JK
28252013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2826
2827 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2828 response.
2829
f6de8ec2
PA
28302013-04-08 Pedro Alves <palves@redhat.com>
2831
2832 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2833 the location.
2834
b8abfd58
SL
28352013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2836
2837 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2838 for breakpoint location.
2839
156bffd0
SL
28402013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2841
2842 * gdb.linespec/linespec.exp: Make dir/file:line tests
2843 conditional for non-remote hosts only.
2844
c9a6ce02
PA
28452013-04-04 Stan Shebs <stan@codesourcery.com>
2846 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2849 * gdb.trace/actions-changed.c: New file.
2850 * gdb.trace/actions-changed.exp: New file.
2851 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2852 (gdb_trace_setactions_command): ... this. Add "actions_command"
2853 parameter, and handle it.
2854 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2855
4bd05f24
YQ
28562013-04-04 Yao Qi <yao@codesourcery.com>
2857
2858 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2859 'step'.
2860
3758b5ce
YQ
28612013-04-03 Yao Qi <yao@codesourcery.com>
2862
2863 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2864 "tfile-basic.tf".
2865 (test_tfind_tfile): Likewise.
2866
1dcaed0d
YQ
28672013-04-03 Yao Qi <yao@codesourcery.com>
2868
2869 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2870 "tfile-basic.tf" instead of "basic.tf".
2871 (write_error_trace_file): Pass argument "tfile-error.tf"
2872 instead of "error.tf".
2873 * gdb.trace/tfile.exp: Update tfile names to
2874 "tfile-basic.tf" and "tfile-error.tf".
2875
0e7a53fc
SL
28762013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2877
2878 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2879 empty directory in file for breakpoint hit.
2880
9852c492
YQ
28812013-03-29 Yao Qi <yao@codesourcery.com>
2882
2883 * gdb.base/completion.exp: Test completion of commands
2884 "target core", "target tfile" and "target exec".
2885 * gdb.trace/tfile.exp: Test completion of command
2886 "target tfile".
2887
af312be7
JB
28882013-03-28 Joel Brobecker <brobecker@adacore.com>
2889
2890 * gdb.ada/win_fu_syms: New testcase.
2891
e4a48d9d
DE
28922013-03-28 Doug Evans <dje@google.com>
2893
2894 * gdb.base/maint.exp (maint print statistics): Update expected output.
2895
7f7cc265
PA
28962013-03-28 Pedro Alves <palves@redhat.com>
2897
2898 PR gdb/15294
2899
2900 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2901 mean unlimited instead of $arg < 0.
2902 (test_listsize): Remove "listsize of 0 suppresses output" test.
2903 Test that "set listsize 0" ends up with an unlimited listsize.
2904
fc0da894
PA
29052013-03-28 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.base/list.exp (last_line): New global.
2908 (last_line_re): New global.
2909 (test_listsize, test_list_function, test_list_forward)
2910 (test_repeat_list_command, test_list_range)
2911 (test_list_filename_and_function): Use them.
2912 * gdb.base/list0.c: Comment the last line of the file with "last
2913 line".
2914
abe7b711
PA
29152013-03-28 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2918 list the whole file.
2919
15b3979c
PA
29202013-03-28 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2923 "set listsize".
2924
96811e3b
KS
29252013-03-26 Keith Seitz <keiths@redhat.com>
2926
2927 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2928 from passing.
2929
4043f22b
PA
29302013-03-26 Pedro Alves <palves@redhat.com>
2931
2932 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2933 until after GDB has run.
2934
14a1aa17
YQ
29352013-03-26 Yao Qi <yao@codesourcery.com>
2936
2937 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2938 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2939
99c819ee
MM
29402013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2941
2942 * gdb.btrace/enable.exp: Add regression test.
2943
24955f63
TT
29442013-03-25 Tom Tromey <tromey@redhat.com>
2945
2946 * gdb.cp/m-static.exp: Add destructor-printing tests.
2947
fce632b6
TT
29482013-03-25 Tom Tromey <tromey@redhat.com>
2949
2950 * gdb.cp/m-static.exp: Add constructor ptype tests.
2951 * gdb.cp/m-static.cc (single_constructor): New class.
2952 (main): Make instance of single_constructor.
2953
598d3636
JK
29542013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2955 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.server/server-kill.c: New file.
2958 * gdb.server/server-kill.exp: New file.
2959
c12440c9
PA
29602013-03-21 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2963 Expect $gdb_prompt in gdb_test_multiple.
2964
bd712aed
DE
29652013-03-21 Doug Evans <dje@google.com>
2966
2967 * gdb.base/maint.exp: Update tests for per-command stats.
2968
b2f83c08
TT
29692013-03-21 Tom Tromey <tromey@redhat.com>
2970
2971 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2972 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2973
ef0026f0
PA
29742013-03-20 Pedro Alves <palves@redhat.com>
2975
2976 PR gdb/15289
2977
2978 * gdb.base/remote.exp: Test
2979 "set remote hardware-watchpoint-limit -1",
2980 "set remote hardware-breakpoint-limit -1",
2981 "set remote hardware-watchpoint-limit 2147483647" and
2982 "set remote hardware-breakpoint-limit 2147483647".
2983
3f1175a9
PA
29842013-03-20 Pedro Alves <palves@redhat.com>
2985 Yao Qi <yao@codesourcery.com>
2986
2987 * gdb.trace/tfile.c: Add comments.
2988 (nonconstglob): New global.
2989 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2990 global that is not covered by the trace frame. Test
2991 disassembling.
2992
a09ae1c1
JK
29932013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2994
2995 * gdb.base/valgrind-infcall.exp
2996 (continue #$continue_count) <remote connection closed>
2997 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2998 $valgrind_pid.
2999
9ce98649
TT
30002013-03-15 Tom Tromey <tromey@redhat.com>
3001
3002 * gdb.cp/overload.cc (intintfunc): New.
3003 * gdb.cp/overload.exp: Add regression test.
3004
0a251e08
YQ
30052013-03-15 Yao Qi <yao@codesourcery.com>
3006
3007 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3008 using with_test_prefix.
3009 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3010 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3011 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3012 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3013 * gdb.base/break-interp.exp (test_core): Likewise.
3014 (test_attach_gdb): Likewise.
3015 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3016 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3017 Likewise.
3018 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3019 * gdb.base/jit.exp (one_jit_test): Likewise.
3020 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3021 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3022 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3023 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3024 Likewise.
3025 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3026 Likewise.
3027 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3028 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3029 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3030 (tracepoint_change_loc_2): Likewise.
3031 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3032 Likewise.
3033 (disconnected_tfind): Likewise.
3034 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3035 Likewise.
3036 (test_tfind_remote): Likewise.
3037 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3038 Likewise.
3039 (test_pending_resolved): Likewise.
3040 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3041 Likewise.
3042 (test_upload_tsv): Likewise.
3043 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3044 Likewise.
3045 (pending_tracepoint_works): Likewise.
3046 * gdb.trace/report.exp (use_collected_data): Likewise.
3047 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3048 Likewise.
3049 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3050 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3051 (strace_trace_on_same_addr): Likewise.
3052 (strace_trace_on_diff_addr): Likewise.
3053 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3054 (gdb_collect_locals_test): Likewise.
3055 (gdb_unavailable_registers_test): Likewise.
3056 (gdb_collect_globals_test): Likewise.
3057
2c415c0f
YQ
30582013-03-15 Yao Qi <yao@codesourcery.com>
3059
3060 * gdb.base/condbreak.exp: Add semicolon back which was removed
3061 by my previous commit.
3062
ae59b1da
YQ
30632013-03-14 Yao Qi <yao@codesourcery.com>
3064
3065 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3066 'return'.
3067 (gdb_target_monitor, gdb_load): Likewise.
3068 * config/sid.exp (gdb_load): Likewise.
3069 * config/slite.exp (gdb_load): Likewise.
3070 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3071 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3072 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3073 (single_step_until): Likewise.
3074 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3075 * gdb.arch/system-gcore.exp: Likewise.
3076 * gdb.base/bigcore.exp (extract_heap): Likewise.
3077 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3078 * gdb.base/call-ar-st.exp: Likewise.
3079 * gdb.base/call-rt-st.exp: Likewise.
3080 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3081 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3082 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3083 * gdb.base/corefile.exp: Likewise.
3084 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3085 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3086 * gdb.base/fixsection.exp: Likewise.
3087 * gdb.base/funcargs.exp: Likewise.
3088 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3089 * gdb.base/gcore-relro.exp: Likewise.
3090 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3091 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3092 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3093 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3094 * gdb.base/list.exp: Likewise.
3095 (set_listsize): Likewise.
3096 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3097 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3098 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3099 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3100 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3101 * gdb.base/setvar.exp: Likewise.
3102 (test_set): Likewise.
3103 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3104 * gdb.base/solib-overlap.exp: Likewise.
3105 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3106 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3107 * gdb.base/watchpoint.exp (initialize): Likewise.
3108 (test_simple_watchpoint): Likewise.
3109 (test_disabling_watchpoints): Likewise.
3110 (test_watchpoint_triggered_in_syscall): Likewise.
3111 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3112 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3113 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3114 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3115 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3116 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3117 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3118 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3119 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3120 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3121 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3122 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3123 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3124 * gdb.mi/gdb792.exp: Likewise.
3125 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3126 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3127 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3128 * gdb.threads/gcore-thread.exp: Likewise.
3129 (load_core): Likewise.
3130 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3131 (test_startup, check_control_c): Likewise.
3132 * gdb.threads/sigstep-threads.exp: Likewise.
3133 * gdb.threads/thread_check.exp: Likewise.
3134 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3135 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3136 (set_a_tracepoint, trace_buffer_normal): Likewise.
3137 (gdb_trace_circular_tests): Likewise.
3138 * gdb.trace/collection.exp: Likewise.
3139 * gdb.trace/disconnected-tracing.exp: Likewise.
3140 * gdb.trace/infotrace.exp: Likewise.
3141 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3142 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3143 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3144 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3145 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3146 * gdb.trace/stap-trace.exp: Likewise.
3147 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3148 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3149 * gdb.trace/trace-buffer-size.exp: Likewise.
3150 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3151 * gdb.trace/unavailable.exp: Likewise.
3152 * gdb.trace/while-dyn.exp: Likewise.
3153 * lib/fortran.exp (set_lang_fortran): Likewise.
3154 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3155 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3156 (default_gdb_start, get_compiler_info): Likewise.
3157 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3158 (get_debug_format, setup_xfail_format): Likewise.
3159 (rerun_to_main, gdb_skip_float_test): Likewise.
3160 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3161 * lib/java.exp (set_lang_java): Likewise.
3162 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3163 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3164 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3165 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3166 * lib/objc.exp (set_lang_objc): Likewise.
3167 * lib/pascal.exp (set_lang_pascal): Likewise.
3168 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3169 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3170 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3171
bb869963
SDJ
31722013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3173
3174 PR c++/15203
3175 PR c++/15210
3176 * gdb.cp/m-static.cc (keepalive_int): New function.
3177 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3178 * gdb.cp/m-static.exp: New test for `sintvar'.
3179
e2be70a0
YQ
31802013-03-14 Yao Qi <yao@codesourcery.com>
3181
3182 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3183 of 'tstatus' into tstatus_output.
3184 (top level): Save the trace data to tfile. Read trace file in
3185 tfile target. Check the trace status.
3186
8ddb1965
YQ
31872013-03-13 Yao Qi <yao@codesourcery.com>
3188
3189 * gdb.trace/tsv.exp (check_tsv): New.
3190 (top level): Save a tfile on current trace session. Call
3191 check_tsv on live target. Load the tfile with target tfile
3192 and call check_tsv again.
3193
045dd51f
YQ
31942013-03-13 Yao Qi <yao@codesourcery.com>
3195
3196 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3197 Replace some "gdb_test" with "gdb_test_no_output".
3198
82d049ab
PH
31992013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3200
3201 * gdb.ada/expr_delims.exp: New file.
3202 * gdb.ada/expr_delims/foo.adb: New file.
3203 * gdb.ada/expr_delims/pck.ads: New file.
3204 * gdb.ada/expr_delims/pck.adb: New file.
3205
cb8ea32b
KS
32062013-03-11 Keith Seitz <keiths@redhat.com>
3207
3208 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3209 both condition and thread. Then delete the watchpoint.
3210
2f1d9bdd
MM
32112013-03-11 Christian Himpel <christian.himpel@intel.com>
3212
3213 * Makefile.in: Add btrace testsuite.
3214 * configure: Regenerated.
3215 * configure.ac: Add btrace testsuite.
3216 * gdb.btrace/Makefile.in: New file.
3217 * gdb.btrace/enable.c: New file.
3218 * gdb.btrace/enable.exp: New file.
3219 * gdb.btrace/function_call_history.c: New file.
3220 * gdb.btrace/function_call_history.exp: New file.
3221 * gdb.btrace/instruction_history.c: New file.
3222 * gdb.btrace/instruction_history.exp: New file.
3223 * gdb.btrace/instruction_history.S: New file.
3224 * lib/gdb.exp: Add btrace skip proc.
3225
05c56a9d
JK
32262013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3227
3228 Fix entry-values if the callee called a noreturn function.
3229 * gdb.arch/amd64-tailcall-noret.S: New file.
3230 * gdb.arch/amd64-tailcall-noret.c: New file.
3231 * gdb.arch/amd64-tailcall-noret.exp: New file.
3232
9112db09
JK
32332013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3234
3235 Fix entry-values in C++ across CUs.
3236 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3237 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3238 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3239 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3240 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3241
be9a119c 32422013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3243 Hafiz Abid Qadeer <abidh@codesourcery.com>
3244
3245 gdb/testsuite/
3246 * gdb.trace/trace-buffer-size.exp: New file.
3247 * gdb.trace/trace-buffer-size.c: New file.
3248
049109b0
PA
32492013-03-06 Pedro Alves <palves@redhat.com>
3250
3251 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3252 doesn't support the tested optional feature, call "unsupported"
3253 with the same test message as the "pass" case, instead of calling
3254 "pass" with a different message. Use the same text for the "fail"
3255 cases too.
3256
4aa54120
YQ
32572013-03-06 Yao Qi <yao@codesourcery.com>
3258
3259 * gdb.trace/tstatus.exp: Remove the invocation of
3260 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3261 (test_tracepoints): Don't set fast tracepoint.
3262 (top level): Don't check agent library is loaded or not.
3263
b8b71e63
YQ
32642013-03-06 Yao Qi <yao@codesourcery.com>
3265
3266 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3267 parentheses by "\\".
3268
33f448b1
JK
32692013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3270
3271 * gdb.linespec/base/one/thefile.cc (twodup): New.
3272 (m): Call it.
3273 * gdb.linespec/base/two/thefile.cc (dupname): New.
3274 (n): Call it.
3275 * gdb.linespec/break-ask.exp: New file.
3276 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3277
1c942fb9
YQ
32782013-02-28 Yao Qi <yao@codesourcery.com>
3279
3280 * gdb.trace/report.exp: Move some code to ...
3281 (use_collected_data): New.
3282 (top level): Call use_collected_data once on the live target.
3283 Save at file of the current trace session, load it with target
3284 tfile, and call use_collected_data again.
3285
5b967901
JK
32862013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3287
3288 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3289
6447023f
JK
32902013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3291
3292 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3293 Add final kill of ${valgrind_pid}.
3294
9f44fbc0
SCR
32952013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3296
3297 * gdb.python/py-arch.c: New test case
3298 * gdb.python/py-arch.exp: New tests to test
3299 gdb.Architecture.disassemble
3300 * gdb.python/Makefile.in: Add py-arch to the list of
3301 EXECUTABLES.
3302
4c9ad8c2
TT
33032013-02-18 Tom Tromey <tromey@redhat.com>
3304
3305 * gdb.dwarf2/subrange.exp: New file.
3306
f5911ea1
HAQ
33072013-02-15 Pedro Alves <pedro@codesourcery.com>
3308 Hafiz Abid Qadeer <abidh@codesourcery.com>
3309
3310 * gdb.trace/tfile.exp: Add test for -trace-status command.
3311
420f4384
JK
33122013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3313
3314 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3315 nanosleep by sleep.
3316
4819b3f8
PA
33172013-02-14 Pedro Alves <palves@redhat.com>
3318
3319 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3320
1773c82c
HAQ
33212013-02-14 Pedro Alves <pedro@codesourcery.com>
3322 Hafiz Abid Qadeer <abidh@codesourcery.com>
3323
3324 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3325
e234dfaf
TT
33262013-02-12 Tom Tromey <tromey@redhat.com>
3327
3328 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3329 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3330
6c01dd94
PA
33312013-02-12 Pedro Alves <palves@redhat.com>
3332
3333 * gdb.base/catch-signal.c: Update copyright years.
3334 * gdb.base/catch-signal.exp: Update copyright years.
3335 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3336 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3337 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3338 * gdb.dwarf2/dw2-error.S: Update copyright years.
3339 * gdb.dwarf2/dw2-error.c: Update copyright years.
3340 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3341 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3342 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3343
595fc67f
PA
33442013-02-12 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3347 message.
3348 * gdb.base/sigaltstack.exp: Ditto.
3349 * gdb.base/siginfo.exp: Ditto.
3350 * gdb.base/sizeof.exp: Ditto.
3351
17282693
PA
33522013-02-12 Pedro Alves <palves@redhat.com>
3353
3354 * gdb.mi/mi-basics.exp: Tweak intro comment.
3355 * gdb.mi/mi-break.exp: Tweak intro comment.
3356 * gdb.mi/mi-console.exp: Tweak intro comment.
3357 * gdb.mi/mi-file.exp: Tweak intro comment.
3358 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3359 * gdb.mi/mi-return.exp: Tweak intro comment.
3360 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3361 * gdb.mi/mi-until.exp: Tweak intro comment.
3362 * gdb.mi/mi-watch.exp: Tweak intro comment.
3363
8a4ac37e
PA
33642013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3365
3366 * gdb.server/no-thread-db.exp: New file.
3367 * gdb.server/no-thread-db.c: New file.
3368 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3369
c2792f5a
DE
33702013-02-11 Doug Evans <dje@google.com>
3371
3372 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3373 two decfloats.
3374
d9e98382
SDJ
33752013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3376
3377 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3378 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3379
a321661a
JK
33802013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3383
134a2066
YQ
33842013-02-06 Yao Qi <yao@codesourcery.com>
3385
3386 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3387 to ...
3388 (test_create_delete_modify_tsv): ... here. New test on modifying
3389 the initial value of a tsv.
3390
5a2dc60a
JK
33912013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3392
3393 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3394 (cd .../rdir): ... here.
3395
233d95b5
JK
33962013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3397
3398 * gdb.linespec/base/one/header.h: New file.
3399 * gdb.linespec/base/two/header.h: New file.
3400 * gdb.linespec/macro-relative.c: New file.
3401 * gdb.linespec/macro-relative.exp: New file.
3402
fbd9ab74
JK
34032013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3404
3405 * gdb.base/fullpath-expand-func.c: New file.
3406 * gdb.base/fullpath-expand.c: New file.
3407 * gdb.base/fullpath-expand.exp: New file.
3408 * gdb.base/realname-expand-real.c: New file.
3409 * gdb.base/realname-expand.c: New file.
3410 * gdb.base/realname-expand.exp: New file.
3411
1b56eb55
JK
34122013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3413
3414 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3415 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3416
af529f8f
JK
34172013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3418
3419 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3420 (compare_filenames_for_search does not match)
3421 (compare_filenames_for_search does match): New tests.
3422
f5b95b50
JK
34232013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3424
3425 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3426
d47921b9
JK
34272013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3428
3429 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3430
8a92335b
JK
34312013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3432
3433 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3434 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3435 ${binfile}.mini_debuginfo-debuglink and
3436 ${binfile}.mini_debuginfo-debuglink.xz.
3437
17f2157d
TT
34382013-02-01 Tom Tromey <tromey@redhat.com>
3439
3440 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3441 attributes.
3442
d65f0a9c
TT
34432013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3444 Tom Tromey <tromey@redhat.com>
3445
3446 * gdb.dwarf2/method-ptr.exp: Link with c++.
3447 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3448
f25c0135
TT
34492013-01-31 Tom Tromey <tromey@redhat.com>
3450
3451 * gdb.base/jit.exp (compile_jit_test): New proc.
3452 Add PIE tests.
3453
7078baeb
TT
34542013-01-31 Tom Tromey <tromey@redhat.com>
3455
3456 * gdb.dwarf2/method-ptr.cc: New file.
3457 * gdb.dwarf2/method-ptr.exp: New file.
3458
1d24041a
TT
34592013-01-31 Tom Tromey <tromey@redhat.com>
3460
3461 * lib/dwarf.exp (namespace Dwarf): New.
3462
8d9878a4
TT
34632013-01-29 Tom Tromey <tromey@redhat.com>
3464
3465 * gdb.dwarf2/fission-reread.exp: Add unload test.
3466
bed911e5
DE
34672013-01-28 Doug Evans <dje@google.com>
3468
3469 * gdb.dwarf2/fission-loclists.exp: New file.
3470 * gdb.dwarf2/fission-loclists.S: New file.
3471
e229648e
JK
34722013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3473
3474 Code cleanup.
3475 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3476 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3477 and prepare_for_testing.
3478 * gdb.base/store.exp: Likewise.
3479
86700f00
TT
34802013-01-25 Tom Tromey <tromey@redhat.com>
3481
3482 * gdb.python/py-explore.exp: Expect the gdb prompt.
3483
8954db33
AB
34842013-01-25 Andrew Burgess <aburgess@broadcom.com>
3485
3486 * gdb.base/gnu_vector.c: New variable for use in tests.
3487 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3488 changes in scalar to vector casting and widening.
3489 * gdb.python/py-type.c: New variables for use in tests.
3490 * gdb.python/py-type.exp: Update vector related tests to reflect
3491 changes in scalar to vector casting and widening.
3492
2077afdd
TD
34932013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3494
3495 * gdb.base/prologue-include.c: New file.
3496 * gdb.base/prologue-include.exp: New file.
3497 * gdb.base/prologue-include.h: New file.
3498
d7499464
HAQ
34992013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3500
3501 PR gdb/13443
3502 * gdb.mi/mi-var-block.exp: Make test messages unique.
3503
e2a3e0f1
TT
35042013-01-23 Tom Tromey <tromey@redhat.com>
3505
3506 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3507
152fcc9c
TT
35082013-01-23 Tom Tromey <tromey@redhat.com>
3509
3510 * gdb.cp/converts.cc (main): Initialize 'a'.
3511
bea883fd
SCR
35122013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3513
3514 * testsuite/gdb.python/frame.exp: Add a test for
3515 gdb.Frame.architecture() method.
3516
0928e93d
PA
35172013-01-22 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.base/annota1.exp (signal sent): No longer expect
3520 breakpoints-invalid.
3521 * gdb.cp/annota2.exp (continue until exit)
3522 (watch triggered on a.x): Ditto.
3523
9c97429f
PA
35242013-01-22 Pedro Alves <palves@redhat.com>
3525
3526 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3527 Adjust tests to breakpoints-invalid changes.
3528 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3529 variables.
3530 Adjust tests to breakpoints-invalid changes.
3531
187d10dd
PA
35322013-01-22 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.base/annota1.exp (annotate ignore count change): Add
3535 expected output for failure case.
3536
ea3aedcb
TT
35372013-01-22 Tom Tromey <tromey@redhat.com>
3538
3539 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3540 call.
3541
998580f1
MK
35422013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3543
3544 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 3545 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
3546 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3547 Also handle 'thread' field.
3548 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3549 * gdb.mi/mi-watch.exp: Ditto.
3550 * lib/mi-support.exp: Ditto.
3551
8f1d5693
MK
35522013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3553
3554 * gdb.python/py-explore.exp: Improve a test
3555
2d8c5d7c
DB
35562013-01-18  David Blaikie  <dblaikie@gmail.com>
3557
3558 * gdb.base/label.c (main): Correct the type of the second
3559 parameter.
3560
46f35228
TT
35612013-01-18 Tom Tromey <tromey@redhat.com>
3562
3563 * gdb.dwarf2/trace-crash.s: New file.
3564 * gdb.dwarf2/trace-crash.exp: New file.
3565
5965d69d
HAQ
35662013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3567
43aaf8b6
PA
3568 PR gdb/13443
3569 * gdb.base/checkpoint.exp: Update test messages to make them
3570 unique.
5965d69d 3571
5ae4861a
YQ
35722013-01-18 Yao Qi <yao@codesourcery.com>
3573
3574 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3575 output of 'info tracepoints'.
3576 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3577 Likewise.
3578 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3579 * gdb.trace/disconnected-tracing.c (struct foo): New.
3580
d84fca2c
JK
35812013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3582
3583 * gdb.dwarf2/dw2-dos-drive.S: New file.
3584 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3585
aebb1cc9
DE
35862013-01-17 Doug Evans <dje@google.com>
3587
2782d512
DE
3588 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3589 CXX_FOR_TARGET.
3590
aebb1cc9
DE
3591 * boards/cc-with-tweaks.exp: New file.
3592
db2b2972
TT
35932013-01-17 Tom Tromey <tromey@redhat.com>
3594
3595 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3596
96343774
PA
35972013-01-17 Pedro Alves <palves@redhat.com>
3598
3599 Merge dg-extract-results.sh from upstream (svn 195224).
3600
3601 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3602 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
3603
3604 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3605 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
3606
3607 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3608 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
3609
3610 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3611 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3612 of grep -q.
3613
675921c0
SD
36142012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3615
3616 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3617 interface.
3618 * gdb.base/jithost.c: New file.
3619 * gdb.base/jithost.h: New file.
3620 * gdb.base/jitreader.c : New file.
3621 * gdb.base/jit-protocol.h: New file.
3622
ab04a2af
TT
36232013-01-16 Tom Tromey <tromey@redhat.com>
3624
3625 * gdb.base/catch-signal.c: New file.
3626 * gdb.base/catch-signal.exp: New file.
3627
8ac3646f
TT
36282013-01-16 Tom Tromey <tromey@redhat.com>
3629
3630 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3631
22fc223e
JK
36322013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3633
3634 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3635
44478ab3
TT
36362013-01-14 Tom Tromey <tromey@redhat.com>
3637
3638 * gdb.base/completion.exp: Add "set gnutarget" test.
3639
06d66ee9
TT
36402013-01-14 Tom Tromey <tromey@redhat.com>
3641
3642 * gdb.dwarf2/dw2-restrict.S: New file.
3643 * gdb.dwarf2/dw2-restrict.c: New file.
3644 * gdb.dwarf2/dw2-restrict.exp: New file.
3645
c9bf0622
TT
36462013-01-14 Tom Tromey <tromey@redhat.com>
3647
3648 * gdb.dwarf2/dw2-error.exp: New file.
3649 * gdb.dwarf2/dw2-error.c: New file.
3650 * gdb.dwarf2/dw2-error.S: New file.
3651
5b12a61c
JK
36522013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 * gdb.cp/parse-lang.cc: New file.
3655 * gdb.cp/parse-lang.exp: New file.
3656
f0a4b570
JK
36572013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3658
3659 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3660 (set substitute-path): New test.
3661 (fullname present): Remove content.
3662 (substituted fullname): New test.
3663
f751cc97
JB
36642013-01-13 Joel Brobecker <brobecker@adacore.com>
3665
3666 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3667 check. Move $gdb_py_is_py24 value check right after.
3668
04164e8e
JK
36692013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3670
3671 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3672 targets.
3673
5bf480a5
YQ
36742013-01-11 Yao Qi <yao@codesourcery.com>
3675
3676 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3677 for dprintf.
3678 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3679 Check the fields in "=breakpoint-created" for dprintf.
3680
f35a17b5
JK
36812012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3682
3683 * gdb.mi/mi-fullname-deleted.exp: New file.
3684
85817405
JK
36852012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3686
3687 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3688 expected output.
3689 (info skip with pending file): Remove.
3690 (ignoring function in solib, info skip for function multiply): Update
3691 the expected output.
3692 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3693 (info skip (delete 1), info skip after disabling all)
3694 (info skip after enabling all, info skip after disabling 4 2-3)
3695 (info skip after enabling 2-3, info skip 2-3)
3696 (info skip after deleting 2 3): Update the expected output.
3697 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3698 statement to its initialization and return.
3699 * gdb.linespec/skip-two.exp: New file.
3700
27210e12
DE
37012012-12-19 Doug Evans <dje@google.com>
3702
3703 * gdb.base/maint.exp: Handle testing with .gdb_index.
3704
bb627a12
JB
37052012-12-19 Joel Brobecker <brobecker@adacore.com>
3706
3707 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3708 Cavium to FSF.
3709
7785b880
JB
37102012-12-19 Joel Brobecker <brobecker@adacore.com>
3711
3712 * dg-extract-results.sh: Update contact info in copyright notice.
3713 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3714 GPL v3 or later. Update contact info.
3715 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3716 gdb.threads/watchpoint-fork-mt.c,
3717 gdb.threads/watchpoint-fork-parent.c,
3718 gdb.threads/watchpoint-fork-st.c,
3719 gdb.threads/watchpoint-fork.h: Likewise.
3720
f2a8bc8a
YQ
37212012-12-15 Yao Qi <yao@codesourcery.com>
3722
3723 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3724 'installed' field in '=breakpoint-modified'.
3725 (test_reconnect): Check 'installed' field in
3726 '=breakpoint-modified' and '=breakpoint-created'.
3727
3728 * gdb.trace/actions.exp: Update test for 'installed' field.
3729 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3730 (tracepoint_change_loc_2): Likewise.
3731 Check 'info tracepoint' display nothing else.
3732 * gdb.trace/deltrace.exp: Likewise.
3733 * gdb.trace/infotrace.exp: Likewise.
3734 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3735 Likewise.
3736 * gdb.trace/passcount.exp: Likewise.
3737 * gdb.trace/tracecmd.exp: Likewise.
3738 * gdb.trace/while-stepping.exp: Likewise.
3739
6592e36f
TT
37402012-12-14 Tom Tromey <tromey@redhat.com>
3741
3742 * gdb.cp/member-name.exp: New file.
3743 * gdb.cp/member-name.cc: New file.
3744
7d27a96d
TT
37452012-12-14 Tom Tromey <tromey@redhat.com>
3746
3747 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3748
f8c05d0d
DE
37492012-12-14 Doug Evans <dje@google.com>
3750
3751 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3752 DW_OP_GNU_implicit_pointer is section-relative.
3753
451b7c33
TT
37542012-12-14 Tom Tromey <tromey@redhat.com>
3755
43aaf8b6 3756 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 3757
10e339df
PA
37582012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
3759
6fdff2c5 3760 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 3761
e780d813
DE
37622012-12-13 Doug Evans <dje@google.com>
3763
3764 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
3765 * gdb.multi/multi-arch.exp: Ditto.
3766
ca3dbcc8 37672012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 3768
ca3dbcc8
MG
3769 * gdb.mi/mi-catch-load-so.c: New. Clone of the
3770 catch load test library source file.
3771 * gdb.mi/mi-catch-load.c: New. Clone of the catch
3772 load test source file.
3773 * gdb.mi/mi-catch-load.exp: New. Test file for
3774 basic MI -catch-load and -catch-unload tests.
3775
2960a434
PK
37762012-12-11 Paul Koning <paul_koning@dell.com>
3777
3778 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
3779 exception.
3780 (_iterator_except): New function.
3781 (ArrayPrinter): Use _iterator function instead of local _iterator
3782 class for Python 3 compatibility.
3783 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 3784 _iterator.
2960a434
PK
3785 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
3786 execfile for Python 3 compatibility.
3787 * gdb.python/python.exp: Handle Python 2.4 exception traceback
3788 format in error_prompt test.
6fdff2c5 3789
9325cb04
PK
37902012-12-10 Paul Koning <paul_koning@dell.com>
3791
3792 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 3793 compatibility.
9325cb04
PK
3794 * gdb.python/py-block.exp: Ditto.
3795 * gdb.python/py-breakpoint.exp: Ditto.
3796 * gdb.python/py-cmd.exp: Ditto.
3797 * gdb.python/py-events.py: Ditto.
3798 * gdb.python/py-finish-breakpoint.py: Ditto.
3799 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3800 * gdb.python/py-finish-breakpoint2.py: Ditto.
3801 * gdb.python/py-frame-inline.exp: Ditto.
3802 * gdb.python/py-frame.exp: Ditto.
3803 * gdb.python/py-infthread.exp: Ditto.
3804 * gdb.python/py-objfile.exp: Ditto.
3805 * gdb.python/py-parameter.exp: Ditto.
3806 * gdb.python/py-progspace.exp: Ditto.
3807 * gdb.python/py-prompt.exp: Ditto.
3808 * gdb.python/py-symbol.exp: Ditto.
3809 * gdb.python/py-symtab.exp: Ditto.
3810 * gdb.python/py-template.exp: Ditto.
3811 * gdb.python/py-value-cc.exp: Ditto.
3812 * gdb.python/python.exp: Ditto.
3813 * gdb.python/source2.py: Ditto.
3814 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 3815 compatibility.
9325cb04
PK
3816 Use sorted() function rather than sort() method.
3817 Accept either int or long values for enum values.
3818 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3819 execfile for Python 3 compatibility.
3820 * gdb.python/py-evsignal.exp: Ditto.
3821 * gdb.python/py-evthreads.exp: Ditto.
3822 * gdb.python/py-mi.exp: Ditto.
3823 * gdb.python/py-pp-maint.exp: Ditto.
3824 * gdb.python/py-prettyprint.exp: Ditto.
3825 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 3826 Python 3 compatibility.
9325cb04
PK
3827 Skip tests for Python 2.4.
3828 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 3829 Python 3 compatibility.
9325cb04
PK
3830 Use byte string rather than character string in memory write test
3831 if Python 3.
3832 * gdb.python/py-pp-maint.py: Change class declarations to "new
3833 class" syntax.
3834 * gdb.python/py-prettyprint.py: Change iterator class to generator
3835 function for Python 3 compatibility.
3836 Make all classes "new style".
3837 Fix indentation issue and stray semicolon.
3838 * gdb.python/py-shared.expChange print syntax for Python 3
3839 compatibility.
3840 Define "long" if Python 3.
3841 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 3842 compatibility.
9325cb04
PK
3843 Accept either int or long values for enum values.
3844 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 3845 compatibility.
9325cb04
PK
3846 Skip "long" and "unicode" tests if Python 3.
3847 Accept either "type" or "class" in type checks.
3848 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3849 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3850
8b9737bf
TT
38512012-12-10 Tom Tromey <tromey@redhat.com>
3852
3853 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3854 (test): Add "two_cu" argument.
3855 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3856 for types; allow two CUs.
3857
1b80a9fa
JK
38582012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3859
3860 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3861 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3862
f0b6d50a
YQ
38632012-12-08 Yao Qi <yao@codesourcery.com>
3864 Pedro Alves <palves@redhat.com>
3865
3866 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3867 '=breakpoint-created' when GDB merges the tracepoints of both
3868 sides.
3869
2f68a895
TT
38702012-12-07 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.base/break1.c (enum some_enum, union some_union): New.
3873 (some_enum_global, some_union_global, some_value): New globals.
3874 * gdb.base/completion.exp: Add tag completion tests.
3875
4fc5d43e
TT
38762012-12-07 Tom Tromey <tromey@redhat.com>
3877
3878 * gdb.base/completion.exp: Add tests for ptype and whatis
3879 completion.
3880
6559e013
JB
38812012-12-07 Joel Brobecker <brobecker@adacore.com>
3882
3883 * gdb.base/stale-infcall.exp: Fix copyright line.
3884
ae2b630d
JB
38852012-12-07 Joel Brobecker <brobecker@adacore.com>
3886
3887 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3888
0ba2eb0f
TT
38892012-12-06 Pedro Alves <palves@redhat.com>
3890 Tom Tromey <tromey@redhat.com>
3891
3892 * gdb.base/exprs.exp: Add tests for cast to void.
3893
731145cb
TT
38942012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3895
3896 * gdb.python/py-mi.exp: Correct expected results for attribute
3897 "dynamic" returned by -var-update.
3898 Add test case for correct handling of "diplayhint" for children
3899 of dynamic varobjs.
3900 * gdb.python/py-prettyprint.c (set_itme): New function.
3901 (bug_14741) New function.
3902 (main) Add call to bug_14741().
3903 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3904
e58fcc15
UW
39052012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3906
3907 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3908 ${binfile}.funcsyms list.
3909
e9eb0d14
YQ
39102012-12-04 Yao Qi <yao@codesourcery.com>
3911
3912 PR gdb/13443
3913 * gdb.trace/actions.exp: Make test messages unique.
3914
4983028c
TT
39152012-11-29 Tom Tromey <tromey@redhat.com>
3916
3917 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3918
ea5e6b0e
UW
39192012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3920
3921 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3922 * gdb.opencl/datatypes.exp: Likewise.
3923 * gdb.opencl/operators.exp: Likewise.
3924 * gdb.opencl/vec_comps.exp: Likewise.
3925
cdde3dfb
JG
39262012-11-29 Jerome Guitton <guitton@adacore.com>
3927
3928 * gdb.ada/iwide: New testcase.
3929
b50d69b5
JG
39302012-11-29 Jerome Guitton <guitton@adacore.com>
3931
3932 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3933 ptype test.
3934
c2d3fccf
JG
39352012-11-29 Jerome Guitton <guitton@adacore.com>
3936
3937 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3938 form {VARIANT_TYPE}ADDRESS.
3939
5edf51fe
YQ
39402012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3941
3942 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3943 (func): New function.
3944 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3945 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3946 pointers to members with pointer-to-function type.
3947
608e2dbb
TT
39482012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3949 Tom Tromey <tromey@redhat.com>
3950
3951 * gdb.base/gnu-debugdata.exp: New file.
3952 * gdb.base/gnu-debugdata.c: New file.
3953 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3954 (gdb_unload): Return 0 on success.
3955
4648e588
JK
39562012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3957
3958 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3959
17d6efc4
JB
39602012-11-26 Joel Brobecker <brobecker@adacore.com>
3961
3962 * gdb.base/empty_exe.exp: New testcase.
3963
ace21957
MF
39642012-11-20 Mike Frysinger <vapier@gentoo.org>
3965
3966 * gdb.base/completion.exp: Add test for help aliases completion.
3967
5c401a0a
YQ
39682012-11-20 Yao Qi <yao@codesourcery.com>
3969
3970 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3971 Don't test 'maint set show-debug-regs'.
3972 Use command 'set remotecache' instead of
3973 'set circular-trace-buffer'.
3974
8dea366b
KS
39752012-11-16 Keith Seitz <keiths@redhat.com>
3976
3977 PR c++/13615
3978 * gdb.cp/baseenum.cc: New file.
3979 * gdb.cp/baseenum.exp: New file.
3980 * gdb.cp/derivation.cc (A): Add copyright.
3981 Add a typedef.
3982 (B): Use A::value_type instead of int. Change all references.
3983 (D): Use value_type instead of int. Change all references.
3984 (E): Likewise.
3985 (F); Likewise.
3986 (Z): New class.
3987 (ZZ): New class.
6fdff2c5 3988 (N, Base, Derived): New namespace and classes.
8dea366b
KS
3989 (main): Add instances of Z and ZZ.
3990 Make sure all symbols from N are kept.
3991 * gdb.cp/derivation.exp: Update typedef changes in tests.
3992 Add tests for class typedefs both before and after starting
3993 the inferior.
3994 Add tests for searching for a typedef while stopped in a
3995 method.
3996
5e34c6c3
LM
39972012-11-14 Luis Machado <lgustavo@codesourcery.com>
3998
3999 * gdb.mi/mi-var-create-rtti.c: New file.
4000 * gdb.mi/mi-var-create-rtti.exp: New file.
4001
5e487a5f
LM
40022012-11-14 Luis Machado <lgustavo@codesourcery.com>
4003
4004 * gdb.base/structs3.exp: Run to main before doing any tests.
4005
6d67b990
AB
40062012-11-14 Andrew Burgess <aburgess@broadcom.com>
4007
4008 * gdb.python/py-type.exp: Uniquify test names.
4009
e5d98164
YQ
40102012-11-14 Yao Qi <yao@codesourcery.com>
4011
4012 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4013 (thread_function) [DEBUG]: Call 'printf'.
4014 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4015 command line if 'DEBUG=1' is passed to test.
4016 Remove a pattern to match inferior's output.
4017
62747a60
TT
40182012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4019
4020 * gdb.mi/mi-fill-memory.exp: New test.
4021
18a9fc12
TT
40222012-11-12 Tom Tromey <tromey@redhat.com>
4023
4024 * gdb.base/completion.exp: Update for "info type-printers".
4025 * gdb.python/py-typeprint.cc: New file.
4026 * gdb.python/py-typeprint.exp: New file.
4027 * gdb.python/py-typeprint.py: New file.
4028
bd69fc68
TT
40292012-11-12 Tom Tromey <tromey@redhat.com>
4030
4031 * gdb.base/call-sc.exp: Use "ptype/r".
4032 * gdb.base/volatile.exp: Don't expect "int".
4033 * gdb.cp/ptype-flags.cc: New file.
4034 * gdb.cp/ptype-flags.exp: New file.
4035 * gdb.cp/templates.exp: Use ptype/r.
4036 (test_ptype_of_templates, test_template_typedef): Likewise.
4037 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4038 argument. Handle template names and template parameters.
4039 * gdb.mi/mi-var-cmd.exp: Accept "long".
4040 * gdb.mi/mi-var-child.exp: Accept "long".
4041 * gdb.mi/mi-var-display.exp: Accept "long".
4042 * gdb.mi/mi2-var-child.exp: Accept "long".
4043
b3720c3a
TT
40442012-11-12 Tom Tromey <tromey@redhat.com>
4045
4046 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4047 "ptype" from calls to cp_test_ptype_class.
4048 (test_enums): Likewise.
4049 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4050 cp_test_ptype_class.
4051 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4052 calls to cp_test_ptype_class.
4053 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4054 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4055 from calls to cp_test_ptype_class.
4056 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4057 command here. Change "in_command" argument to "in_exp".
4058
0d63ecda
KS
40592012-11-10 Keith Seitz <keiths@redhat.com>
4060
4061 PR gdb/14288
4062 * gdb.base/printcmds.c: Add invalid_XXX globals
4063 for repeated byte tests.
4064 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4065 * gdb.base/wchar.c (main): Add and construct a wchar_t
4066 array with repeated characters.
4067 * gdb.base/wchar.exp: Add repeated character tests.
4068
ed8a1c2d
AB
40692012-11-09 Andrew Burgess <aburgess@broadcom.com>
4070
4071 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4072 disassembly output.
4073
9107fc8d
PA
40742012-11-09 Pedro Alves <palves@redhat.com>
4075
4076 PR gdb/14306
4077
4078 * gdb.multi/multi-arch-exec.c: New file.
4079 * gdb.multi/multi-arch-exec.exp: New file.
4080
558a9d82
YQ
40812012-11-09 Yao Qi <yao@codesourcery.com>
4082
4083 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4084 (top level): Call it.
4085
e714f336
YQ
40862012-11-09 Yao Qi <yao@codesourcery.com>
4087
4088 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4089 typo.
4090
6ecd4729
PA
40912012-11-09 Pedro Alves <palves@redhat.com>
4092
4093 * gdb.multi/multi-arch.exp: New.
4094
9015683b
TT
40952012-11-08 Tom Tromey <tromey@redhat.com>
4096
4097 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4098 core files, if possible.
4099 * gdb.base/siginfo-thread.c: New file
4100 * gdb.base/siginfo-thread.exp: New file
4101
ea9f10bb
TT
41022012-11-08 Tom Tromey <tromey@redhat.com>
4103
4104 * gdb.base/comprdebug.exp: New file.
4105
f6592439
PA
41062012-11-06 Pedro Alves <palves@redhat.com>
4107
4108 PR gdb/14810
4109
4110 * gdb.base/disabled-location.c: New file.
4111 * gdb.base/disabled-location.exp: New file.
4112
2d338fa9
TT
41132012-11-06 Tom Tromey <tromey@redhat.com>
4114
4115 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4116 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4117 gdb_gcore_cmd.
4118 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4119 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4120 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4121 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4122 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4123 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4124 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4125 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4126 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4127
68c9da30
PA
41282012-11-05 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4131 procedure.
4132 (do_vfork_and_follow_child_tests_exec)
4133 (do_vfork_and_follow_child_tests_exit): Call it.
4134
a7c8c931
PA
41352012-11-05 Pedro Alves <palves@redhat.com>
4136
4137 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4138 fails.
4139
6f6484cd
YQ
41402012-11-03 Yao Qi <yao@codesourcery.com>
4141
4142 Fix PR gdb/14617.
4143 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4144 Remove setup_kfail, and update test.
4145
b45627a0
TT
41462012-11-02 Tom Tromey <tromey@redhat.com>
4147
4148 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4149 test.
4150
f50f4e56
PA
41512012-11-02 Pedro Alves <palves@redhat.com>
4152
4153 PR gdb/14766
4154
4155 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4156 setup_kfail.
4157 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4158 get registers".
4159
71ce889d
PA
41602012-11-02 Pedro Alves <palves@redhat.com>
4161
4162 * gdb.base/foll-vfork-exit.c: New file.
4163 * gdb.base/foll-vfork.exp (top level): New file-describing
4164 comment.
4165 (vfork_child_follow_to_exit): New procedure.
4166 (tcatch_vfork_then_child_follow): Rename as ...
4167 (tcatch_vfork_then_child_follow_exec): ... this.
4168 (tcatch_vfork_then_child_follow_exit): New procedure.
4169 (do_vfork_and_follow_parent_tests): New procedure, factored out
4170 from do_vfork_and_exec_tests.
4171 (do_vfork_and_follow_child_tests_exec): Ditto.
4172 (do_vfork_and_exec_tests): Delete.
4173 (do_vfork_and_follow_child_tests_exit): New procedure.
4174 (top level): Run tests with both the program that has the vfork
4175 child execing, and the program has the vfork child exiting.
4176
1e35b1a9
PA
41772012-11-02 Pedro Alves <palves@redhat.com>
4178
4179 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4180 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4181 (vfork_parent_follow_to_bp): Call it.
4182 (kill_child): Delete.
4183 (vfork_and_exec_child_follow_to_main_bp)
4184 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4185 longer call kill_child.
4186 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4187 (do_vfork_and_exec_tests): Don't runto_main before calling each
4188 test procedure.
4189 (top level): Don't clean restart and set verbose before running
4190 each test procedure.
4191
41922012-11-02 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4195 (vfork_parent_follow_to_bp)
4196 (vfork_and_exec_child_follow_to_main_bp)
4197 (vfork_and_exec_child_follow_through_step)
4198 (tcatch_vfork_then_parent_follow)
4199 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4200 Use with_test_prefix.
4201
42022012-11-02 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/foll-vfork.c: Add copyright header.
4205 * gdb.base/vforked-prog.c: Add copyright header.
4206
42072012-11-02 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.base/foll-vfork.exp
4210 (vfork_and_exec_child_follow_through_step): Don't skip on
4211 non-HP/UX targets. Expect the next to only step one line on
4212 non-HP/UX targets, rather than stopping only after the exec.
4213
42142012-11-02 Pedro Alves <palves@redhat.com>
4215
4216 Don't hard code line numbers.
4217
4218 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4219 Expect text from the sources instead of a line number.
4220 (vfork_parent_follow_to_bp)
4221 (vfork_and_exec_child_follow_to_main_bp)
4222 (vfork_and_exec_child_follow_through_step)
4223 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4224 Use gdb_get_line_number.
4225
42262012-11-02 Pedro Alves <palves@redhat.com>
4227
4228 Modernize.
4229
4230 * gdb.base/foll-vfork.exp: Use standard_testfile and
4231 build_executable. Pass descriptive string to untested.
4232 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4233 (vfork_and_exec_child_follow_to_main_bp)
4234 (vfork_and_exec_child_follow_through_step)
4235 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4236 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4237 of send_gdb/gdb_expect.
4238
4239 (kill_child): New procedure.
4240 (vfork_and_exec_child_follow_to_main_bp)
4241 (vfork_and_exec_child_follow_through_step): Use it.
4242
f0559fff
YQ
42432012-11-02 Yao Qi <yao@codesourcery.com>
4244
4245 * gdb.base/setvar.exp: Test setting nested struct.
4246 * gdb.base/setvar.c (v_struct3): New.
4247
c207c6da
DE
42482012-11-01 Doug Evans <dje@google.com>
4249
4250 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4251 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4252 use them.
4253
2f27adfe
AB
42542012-10-31 Andrew Burgess <aburgess@broadcom.com>
4255
4256 PR cli/14772
4257 * gdb.base/gnu_vector.c (union_with_vector_1)
4258 (struct_with_vector_1): Add new struct and union for testing
4259 ptype.
4260 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4261 structs / unions containing vectors.
4262
bb662ca6
YQ
42632012-10-25 Yao Qi <yao@codesourcery.com>
4264
4265 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4266 'setup_kfail' instead of 'setup_kfail_for_target'.
4267 * gdb.base/varargs.exp: Likewise.
4268 * lib/gdb.exp (setup_kfail_for_target): Remove.
4269
635d23ff
MK
42702012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4271
4272 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4273
afdb064f
MK
42742012-10-25 Mark Kettenis <kettenis@gnu.org>
4275
4276 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4277
d99dcf51
JB
42782012-10-24 Joel Brobecker <brobecker@adacore.com>
4279
4280 * gdb.ada/set_wstr: New testcase.
4281
32560274
JB
42822012-10-24 Joel Brobecker <brobecker@adacore.com>
4283
4284 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4285
5ded5331
JB
42862012-10-24 Joel Brobecker <brobecker@adacore.com>
4287
4288 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4289
d8d84291
MK
42902012-10-24 Mark Kettenis <kettenis@gnu.org>
4291
4292 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4293
6e933c51
JK
42942012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 * gdb.base/callfuncs.exp (do_function_calls): Fix
4297 setup_kfail_for_target for -m32 mode.
4298
274bd000
MK
42992012-10-23 Mark Kettenis <kettenis@gnu.org>
4300
4301 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4302 are now fixed.
4303
545f743d
YQ
43042012-10-23 Yao Qi <yao@codesourcery.com>
4305
4306 * gdb.base/info-os.exp: Resume the inferior until it exits.
4307
48b56b6a 43082012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4309
99c7d5a8 4310 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4311 * gdb.base/print-file-var.exp: Likewise.
4312 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 4313
8de0566d
YQ
43142012-10-17 Yao Qi <yao@codesourcery.com>
4315
4316 * gdb.mi/mi-memory-changed.exp: New.
4317
44883546
YQ
43182012-10-16 Yao Qi <yao@codesourcery.com>
4319
4320 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4321 returns true.
4322 Call gdb_load_shlibs.
4323 * gdb.reverse/solib-reverse.exp: Likewise.
4324
345f514a
KS
43252012-10-15 Keith Seitz <keiths@redhat.com>
4326
4327 * lib/cp-support.exp (cp_test_ptype_class): Add support
4328 for class typedefs.
4329
4330 * gdb.cp/derivation.exp: Add tests for g_instance.
4331
9e3a7d65
JK
43322012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4333
4334 Fix entry values resolving in inlined frames.
4335 * gdb.arch/amd64-entry-value-inline.S: New file.
4336 * gdb.arch/amd64-entry-value-inline.c: New file.
4337 * gdb.arch/amd64-entry-value-inline.exp: New file.
4338
21a7b089
JK
43392012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4340 Doug Evans <dje@google.com>
4341
4342 Fix recent gdb_breakpoint regression.
4343 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4344 braces from the parameter.
4345 * gdb.java/jprint.exp: Likewise.
4346
2c47921e
DE
43472012-10-15 Doug Evans <dje@google.com>
4348
4349 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4350
89398707
JB
43512012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4352
4353 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4354
801e4185
TT
43552012-10-15 Tom Tromey <tromey@redhat.com>
4356
4357 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4358
74f910c8
TT
43592012-10-15 Tom Tromey <tromey@redhat.com>
4360
4361 * gdb.python/py-symbol.exp: Test symbol destructor.
4362
91567807
YQ
43632012-10-14 Yao Qi <yao@codesourcery.com>
4364
4365 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4366 * gdb.mi/mi-cli.exp: New.
4367
4368 * gdb.mi/mi2-basics.exp: Remove.
4369 * gdb.mi/mi2-break.exp: Remove.
4370 * gdb.mi/mi2-console.exp: Remove.
4371 * gdb.mi/mi2-disassemble.exp: Remove.
4372 * gdb.mi/mi2-eval.exp: Remove.
4373 * gdb.mi/mi2-file.exp: Remove.
4374 * gdb.mi/mi2-hack-cli.exp: Remove.
4375 * gdb.mi/mi2-pthreads.exp: Remove.
4376 * gdb.mi/mi2-read-memory.exp: Remove.
4377 * gdb.mi/mi2-regs.exp: Remove.
4378 * gdb.mi/mi2-return.exp: Remove.
4379 * gdb.mi/mi2-simplerun.exp: Remove.
4380 * gdb.mi/mi2-stack.exp: Remove.
4381 * gdb.mi/mi2-stepi.exp: Remove.
4382 * gdb.mi/mi2-syn-frame.exp: Remove.
4383 * gdb.mi/mi2-until.exp: Remove.
4384 * gdb.mi/mi2-watch.exp: Remove.
4385 * gdb.mi/mi2-var-block.exp: Remove.
4386 * gdb.mi/mi2-var-cmd.exp: Remove.
4387 * gdb.mi/mi2-var-display.exp: Remove.
4388
87332029
YQ
43892012-10-12 Yao Qi <yao@codesourcery.com>
4390
4391 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4392 trail '.*' on matching patterns.
4393
11fc9057
L
43942012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4395
4396 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4397 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4398 * gdb.arch/i386-disp-step.exp: Likewise.
4399 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4400 * gdb.arch/i386-prologue.exp: Likewise.
4401 * gdb.arch/i386-size-overlap.exp: Likewise.
4402 * gdb.arch/i386-size.exp: Likewise.
4403 * gdb.arch/i386-unwind.exp: Likewise.
4404
7d46bcdc
L
44052012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4406
4407 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4408 * gdb.arch/i386-word.exp: Likewise.
4409
31224d9d
L
44102012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4411
4412 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4413 is_ilp32_target to set nr_regs.
4414 * gdb.arch/i386-sse.exp: Likewise.
4415
5b7d0050
DE
44162012-10-11 Doug Evans <dje@google.com>
4417
7c09e5a0
DE
4418 PR breakpoints/14643.
4419 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4420 * gdb.linespec/thread.c: New file.
4421 * gdb.linespec/thread.exp: New file.
4422
5b7d0050
DE
4423 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4424 Recognize "message" -> print pass and fail. Add eof case.
4425 (runto): Recognize message, no-message. Print pass/fail if requested,
4426 with same treatment as gdb_breakpoint.
4427 (runto_main): Pass no-message to runto.
4428 (gdb_internal_error_resync): Add log message.
4429 (gdb_file_cmd): Tweak internal error fail text for consistency.
4430
2e24f4aa
JK
44312012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4432
4433 Fix crash during stepping on ppc32.
4434 * gdb.base/step-symless.c: New file.
4435 * gdb.base/step-symless.exp: New file.
4436
aa14df25
DE
44372012-10-03 Doug Evans <dje@google.com>
4438
4439 PR symtab/14601
4440 * gdb.cp/using-crash.exp: New file.
4441 * gdb.cp/using-crash.cc: New file.
4442
975531db
DE
44432012-10-02 Doug Evans <dje@google.com>
4444
4445 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4446 more consistent.
4447 (runto,gdb_debug_format): Ditto.
4448 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4449 Clean up logging and error messages.
4450
b3dc46ff
AB
44512012-10-01 Andrew Burgess <aburgess@broadcom.com>
4452
4453 Test find command on unmapped memory.
4454 * gdb.base/find-unmapped.c: New file.
4455 * gdb.base/find-unmapped.exp: New file.
4456
45814d45
YQ
44572012-09-29 Yao Qi <yao@codesourcery.com>
4458
4459 * gdb.trace/mi-tracepoint-changed.exp: New.
4460 * gdb.mi/mi-breakpoint-changed.exp: New.
4461 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4462 * gdb.mi/pendshr2.c: New.
4463
4c2786ba
YQ
44642012-09-28 Yao Qi <yao@codesourcery.com>
4465
4466 * gdb.mi/pr11022.exp: New.
4467 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4468
7977e5d2
TT
44692012-09-27 Tom Tromey <tromey@redhat.com>
4470
4471 * gdb.cp/derivation.exp: Add regression test.
4472 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4473 V_derived): New.
4474 (vderived): New global.
4475
0971de02
TT
44762012-09-26 Tom Tromey <tromey@redhat.com>
4477
4478 * gdb.dwarf2/dw2-common-block.S: New file.
4479 * gdb.dwarf2/dw2-common-block.exp: New file.
4480
4357ac6c
TT
44812012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4482
4483 * gdb.fortran/common-block.exp: New file.
4484 * gdb.fortran/common-block.f90: New file.
4485
6f380991
AB
44862012-09-26 Andrew Burgess <aburgess@broadcom.com>
4487
4488 * gdb.base/duplicate-bp.c: New file.
4489 * gdb.base/duplicate-bp.exp: New file.
4490
8ae551cf
YQ
44912012-09-26 Yao Qi <yao@codesourcery.com>
4492
4493 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4494
4495 Revert:
4496 2012-09-21 Yao Qi <yao@codesourcery.com>
4497
4498 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4499
318102b9
SP
45002012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4501
4502 * gdb.base/longest-types.c: New test case.
4503 * gdb.base/longest-types.exp: New test case.
4504
a1e5fd69
YQ
45052012-09-25 Yao Qi <yao@codesourcery.com>
4506
4507 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4508
04e7407c
JK
45092012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 Fix internal error on canonicalization of clang types.
4512 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4513 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4514 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4515
9bf4bce9
JK
45162012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4517
4518 Fix disassemble without parameters in tailcall frame.
4519 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4520
2603f7ee
AB
45212012-09-21 Andrew Burgess <aburgess@broadcom.com>
4522
4523 * gdb.dwarf2/dw2-op-out-param.S: New file.
4524 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4525
a3569abd
YQ
45262012-09-21 Yao Qi <yao@codesourcery.com>
4527
4528 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4529
a065d7af
YQ
45302012-09-21 Yao Qi <yao@codesourcery.com>
4531
4532 * gdb.mi/mi-cli.exp: Remove.
4533 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4534
15544bd9
YQ
45352012-09-21 Yao Qi <yao@codesourcery.com>
4536
4537 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4538 "=record-started" notification.
4539
82a90ccf
YQ
45402012-09-21 Yao Qi <yao@codesourcery.com>
4541
4542 * gdb.mi/mi-record-changed.exp: New.
4543 * gdb.mi/mi-reverse.exp: Adjust expected output.
4544
d7de8e3c
TT
45452012-09-20 Tom Tromey <tromey@redhat.com>
4546
4547 * gdb.python/python.exp: Test atexit.register.
4548
1aa99537
DE
45492012-09-20 Doug Evans <dje@google.com>
4550
05eade73
DE
4551 * boards/dwarf4-gdb-index.exp: New file.
4552
1aa99537
DE
4553 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4554 while running the tests.
4555
4ae24af0
JB
45562012-09-18 Joel Brobecker <brobecker@adacore.com>
4557
4558 * gdb.ada/bp_reset: New testcase.
4559
bb25a15c
YQ
45602012-09-18 Yao Qi <yao@codesourcery.com>
4561
4562 * gdb.trace/mi-tsv-changed.exp: New.
4563
201b4506
YQ
45642012-09-18 Yao Qi <yao@codesourcery.com>
4565
4566 * gdb.trace/mi-traceframe-changed.exp: New.
4567
6fc1c773
YQ
45682012-09-17 Yao Qi <yao@codesourcery.com>
4569
4570 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4571 when it is less than 0.
4572
1ab3b62c
JK
45732012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 PR 14119
4576 * gdb.arch/amd64-tailcall-ret.S: New file.
4577 * gdb.arch/amd64-tailcall-ret.c: New file.
4578 * gdb.arch/amd64-tailcall-ret.exp: New file.
4579 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4580 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4581 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4582
acf9414f
JK
45832012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 PR 14548
4586 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4587 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4588 * gdb.reverse/singlejmp-reverse.S: New file.
4589 * gdb.reverse/singlejmp-reverse.c: New file.
4590 * gdb.reverse/singlejmp-reverse.exp: New file.
4591
666b578b
JK
45922012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4593
4594 Fix compatibility with old GCC (~4.1).
4595 * gdb.cp/converts.cc (my_enum_var): New variable.
4596
42056501
AB
45972012-09-14 Andrew Burgess <aburgess@broadcom.com>
4598
4599 * gdb.xml/tdesc-regs.exp: Update expected output for new
4600 vector_size syntax of vector types.
4601
b9516fa1
YPK
46022012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4603
4604 Refactor Python "gdb" module into a proper Python package, by
4605 introducing a new "_gdb" module for code implemented in C, and
4606 using reload/__import__ instead of exec.
4607 * gdb.python/python.exp (Test stderr location): Update module
4608 location of GDB-specific sys.stderr.
4609 (Test stdout location): Ditto for sys.stdout.
4610
18dc9ad8
JK
46112012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4612
4613 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4614
ea3a9873
KS
46152012-09-12 Keith Seitz <keiths@redhat.com>
4616
4617 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4618 conversion statement.
4619
5941debb
DE
46202012-09-12 Doug Evans <dje@google.com>
4621
4622 * gdb.base/help.exp: Remove testing of individual command help text,
4623 too much of a maintenance burden. Instead, test the functionality
4624 of "help" itself.
4625
cfc35e02
DE
46262012-09-11 Doug Evans <dje@google.com>
4627
3a0ed5d7
DE
4628 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4629 breakpoint.
4630
cfc35e02
DE
4631 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4632 * gdb.dwarf2/fission-reread.S: Ditto.
4633 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4634 * gdb.dwarf2/fission-reread.exp: Ditto.
4635
350b1b26
AB
46362012-09-11 Andrew Burgess <aburgess@broadcom.com>
4637
4638 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4639
2fa15f23
JB
46402012-09-10 Joel Brobecker <brobecker@adacore.com>
4641
4642 * gdb.ada/optim_drec: New testcase.
4643
09be558e
DE
46442012-09-10 Doug Evans <dje@google.com>
4645
4646 * boards/fission.exp: Explicitly mark "board" as not remote.
4647
5b4f6e25
KS
46482012-09-10 Keith Seitz <keiths@redhat.com>
4649
4650 PR gdb/13483
4651 * gdb.cp/converts.cc (A::A): Add ctor.
4652 (A::member_): Add member.
4653 (enum my_enum): New enumeration.
4654 (main): Add calls to foo1_7 with various
4655 permitted arguments.
4656 * gdb.cp/converts.exp: Add tests for boolean
4657 conversions permitted by the standard.
4658
b4ca5ed9
YPK
46592012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4660
4661 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4662 avoid spurious results due to ~/.gdbinit.
4663 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4664 $INTERNAL_GDBFLAGS in run command.
4665 * gdb.gdb/observer.exp (setup_test): Ditto.
4666 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4667 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4668
d54b30bb
DE
46692012-09-06 Doug Evans <dje@google.com>
4670
14910956
DE
4671 * boards/fission.exp: New file.
4672
d54b30bb
DE
4673 * gdb.python/py-value.exp: Use clean_restart.
4674
91b253e1
DE
46752012-09-05 Doug Evans <dje@google.com>
4676
4677 * gdb.base/info-macros.c: Fix whitespace.
4678
1292279a
PA
46792012-08-28 Pedro Alves <palves@redhat.com>
4680
4681 PR gdb/14428
4682
4683 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4684
1c8cdcb1
JK
46852012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4686
4687 * gdb.base/break-caller-line.c: New file.
4688 * gdb.base/break-caller-line.exp: New file.
4689
1e8e8b51
JK
46902012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4691
4692 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4693 * gdb.arch/i386-cfi-notcurrent.S: New file.
4694 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4695
1591a1e8
PA
46962012-08-27 Wei-cheng Wang <cole945@gmail.com>
4697 Yao Qi <yao@codesourcery.com>
4698 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4701 New procedures.
4702 (top level): Add overlap checking tests.
4703
4442ada7
TT
47042012-08-24 Tom Tromey <tromey@redhat.com>
4705
4706 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4707 gdb_test_multiple fails for other reasons.
4708
e7d50cc9
YQ
47092012-08-24 Yao Qi <yao@codesourcery.com>
4710
4711 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4712
dfbd5e7b
PA
47132012-08-23 Pedro Alves <palves@redhat.com>
4714
4715 * gdb.base/help.exp: Adjust to "handle" help text change.
4716
8d735b87
YQ
47172012-08-23 Yao Qi <yao@codesourcery.com>
4718
4719 * gdb.trace/disconnected-tracing.c (start, end): New.
4720 (main): Call start and end.
4721 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4722 existing tests into this proc.
4723 (disconnected_tfind): New.
4724
61b1d759
YQ
47252012-08-23 Yao Qi <yao@codesourcery.com>
4726
4727 * boards/native-gdbserver.exp (${board}_upload): New.
4728 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4729 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4730 Execute tfile on remote target.
4731 Copy trace file from target to host.
4732
6ca1b147
JM
47332012-08-22 Joseph Myers <joseph@codesourcery.com>
4734
4735 * gdb.arch/thumb-bx-pc.S: New file.
4736 * gdb.arch/thumb-bx-pc.exp: New file.
4737
706e3705
TT
47382012-08-22 Tom Tromey <tromey@redhat.com>
4739
4740 * gdb.base/maint.exp: Update.
4741
b4893d48
TT
47422012-08-22 Tom Tromey <tromey@redhat.com>
4743
4744 * lib/gdb.exp (skip_unwinder_tests): New proc.
4745 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4746 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4747
45b7da81
TT
47482012-08-21 Tom Tromey <tromey@redhat.com>
4749
4750 * gdb.hp/gdb.aCC/exception.exp: Remove.
4751
f94363d7
AP
4752012-08-19 Andrew Pinski <apinski@cavium.com>
4753
4754 * gdb.arch/mips-octeon-bbit.c: New file.
4755 * gdb.arch/mips-octeon-bbit.exp: New Test.
4756
e5afdbd7
KS
4757012-08-19 Keith Seitz <keiths@redhat.com>
4758
4759 PR c++/14365
4760 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4761 * gdb.dwarf2/dw2-anon-mptr.S: New file.
4762
c29e8b64
JK
47632012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4764
4765 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
4766 verbose -log by more specific untested call.
4767
15a7e7bc
YQ
47682012-08-18 Yao Qi <yao@codesourcery.com>
4769
4770 * gdb.trace/tfind.exp: Move tests on various command help before
4771 checking target supports trace.
4772 Fix the expected output of 'help tfind end'.
4773
a451cb65
KS
47742012-08-17 Keith Seitz <keiths@redhat.com>
4775
4776 PR c++/13356
4777 * gdb.base/default.exp: Update all "check type" tests.
4778 * gdb.base/help.exp: Likewise.
4779 * gdb.base/setshow.exp: Likewise.
4780 * gdb.cp/converts.cc (foo1_type_check): New function.
4781 (foo2_type_check): New function.
4782 (foo3_type_check): New function.
4783 (main): Call new functions.
4784 * converts.exp: Add tests for integer-to-pointer conversions
4785 with/without strict type-checking.
4786
dbf6a605
MF
47872012-08-16 Mike Frysinger <vapier@gentoo.org>
4788
4789 * gdb.base/help.exp: Update expected output.
4790
0c92d8c1
JB
47912012-08-16 Joel Brobecker <brobecker@adacore.com>
4792
4793 * gdb.ada/rdv_wait: New testcase.
4794
e56f7f42
JK
47952012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4798
f47f77df
DE
47992012-08-13 Doug Evans <dje@google.com>
4800
e202d6e8 4801 * gdb.base/help.exp: Update expected output.
f47f77df
DE
4802 * gdb.base/default.exp: Update expected output of "show convenience".
4803
a72c3253
DE
48042012-08-10 Doug Evans <dje@google.com>
4805
4806 * gdb.python/py-strfns.c: New file.
4807 * gdb.python/py-strfns.exp: New file.
4808 * gdb.python/py-type.exp (test_fields): Add vector tests.
4809
de0bea00
MF
48102012-08-10 Mike Frysinger <vapier@gentoo.org>
4811
4812 PR cli/10436:
4813 * gdb.base/completion.exp: Add tests for handle completion.
4814
5b9afe8a
YQ
48152012-08-09 Yao Qi <yao@codesourcery.com>
4816
4817 * gdb.mi/mi-cmd-param-changed.exp: New.
4818 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4819 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4820 * gdb.mi/mi2-prompt.exp: Likewise.
4821
4f485ebc
DE
48222012-08-08 Doug Evans <dje@google.com>
4823
4824 * gdb.base/debug-expr.c: New file.
4825 * gdb.base/debug-expr.exp: New file.
4826 * gdb.base/exprs.exp: Test {type} casts.
4827 * gdb.cp/debug-expr.exp: New file.
4828
5888842d
JK
48292012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4830
4831 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4832 global variable loop, not a 'break'. Add loop count limit to 100.
4833 Add new fail case for terminated vgdb.
4834
4f69f4c2
JK
48352012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4836 Jean-Marc Saffroy <saffroy@gmail.com>
4837
4838 PR 11804
4839 * gdb.base/gcore-relro.exp: New file.
4840 * gdb.base/gcore-relro-main.c: New file.
4841 * gdb.base/gcore-relro-lib.c: New file.
4842
e2de5390
JK
48432012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4844
4845 Do not false FAIL with old GCCs.
4846 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4847 GCC < 4.5 in $no_hw mode.
4848
606603c5
JK
48492012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4850
4851 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4852
777f26c2
JK
48532012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4854
4855 * gdb.base/list.exp (test_only_end): New function.
4856 Call it.
4857
2c12abee
TT
48582012-08-06 Tom Tromey <tromey@redhat.com>
4859
4860 * gdb.python/py-mi.exp: Add test for printer whose children
4861 are a list.
4862 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4863 (main): New variable children_as_list.
4864 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4865 New.
4866 (register_pretty_printers): Register new printer.
4867
0eae2cf4
EBM
48682012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4869
4870 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4871 symbols. Abort if vgdb remote connection is closed.
4872
09e0881d
DE
48732012-08-02 Doug Evans <dje@google.com>
4874
4875 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4876
b40f514f
SDJ
48772012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4878
4879 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4880 s390x, PowerPC 64 and m68k-linux.
4881
11315ae0
UW
48822012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4883
4884 * gdb.base/annota1.exp: Accept no frames-invalid notification
4885 when starting up the program.
4886 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4887 show a symbolic value as well.
4888 * gdb.server/server-exec-info.exp: Skip test when skipping
4889 gdbserver test and/or when skipping shared library tests.
4890 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4891 avoid name conflicts with other tests.
4892
0547eeed
UW
48932012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4894
4895 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4896 Fix wrong output on big-endian systems.
4897 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4898 4-byte pointer types on 64-bit s390x.
4899
bdddb4de
UW
49002012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4901
4902 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4903 marker comment at the beginning (after intialization).
4904 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4905 breakpoint on marker comment instead of function begin.
4906 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4907 PowerPC.
4908 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4909 or 64-bit PowerPC.
4910 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4911 gdb,no_hardware_watchpoints flag is set.
4912 (initialize): Remove now redundant can-use-hw-watchpoints change.
4913
5d206025
YQ
49142012-08-02 Yao Qi <yao@codesourcery.com>
4915 Pedro Alves <palves@redhat.com>
4916
4917 * boards/local-remote-host.exp: New.
4918
4f665099
UW
49192012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4920
4921 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4922 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4923 * gdb.base/print-file-var.exp: Likewise.
4924 * gdb.server/solib-list.exp: Skip on remote targets.
4925
b62e2b27
UW
49262012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4927
4928 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4929 watchpoints on ARM. When expecting software watchpoints, tolerate
4930 (remote) targets that report unsupported hardware watchpoint only
4931 at continue time.
4932 (test_wide_location_2): Likewise.
4933
a967a851
JK
49342012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4935
4936 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4937 valgrind versions.
4938
75d9f9ff 49392012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
4940
4941 * gdb.base/valgrind-infcall.c: New file.
4942 * gdb.base/valgrind-infcall.exp: New file.
4943
75d9f9ff
JK
4944 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4945
1c9f2ed2
KS
49462012-07-30 Keith Seitz <keiths@redhat.com>
4947
4948 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4949 linespecs.
4950
7f9b2034
DE
49512012-07-30 Doug Evans <dje@google.com>
4952
85220e01
DE
4953 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4954 * gdb.dwarf2/pr13961.S: Ditto.
4955
7f9b2034
DE
4956 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4957
4e969b4f
AB
49582012-07-30 Andrew Burgess <aburgess@broadcom.com>
4959
4960 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4961 change its format immediately after reloading the binary.
4962
e7de8362
JK
49632012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4964
4965 Fix testsuite regression after --use-deprecated-index-sections removal.
4966 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4967 string.
4968 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4969
7255706c
YQ
49702012-07-27 Yao Qi <yao@codesourcery.com>
4971
4972 KFAIL for PR remote/14161.
4973 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4974 Cleanup socket files.
4975 (strace_info_marker): Detach inferior.
4976
f2e8016f
TT
49772012-07-26 Tom Tromey <tromey@redhat.com>
4978
6fdff2c5 4979 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 4980
f66713d2
JK
49812012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4982
4983 * gdb.python/py-inferior.c (thread): New function.
4984 (check_threads): New function.
4985 (test_threads): New function.
4986 * gdb.python/py-inferior.exp: Added test.
4987 Replaced runto with continue to breakpoint.
4988
8223e12c
TT
49892012-07-26 Tom Tromey <tromey@redhat.com>
4990
4991 * lib/ada.exp (standard_ada_testfile): New proc.
4992 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4993 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4994 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4995 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4996 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4997 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4998 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4999 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5000 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5001 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5002 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5003 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5004 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5005 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5006 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5007 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5008 * gdb.ada/complete.exp: Use standard_ada_testfile.
5009 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5010 standard_output_file.
5011 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5012 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5013 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5014 standard_output_file.
5015 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5016 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5017 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5018 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5019 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5020 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5021 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5022 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5023 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5024 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5025 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5026 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5027 * gdb.ada/interface.exp: Use standard_ada_testfile.
5028 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5029 standard_output_file
5030 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5031 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5032 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5033 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5034 * gdb.ada/nested.exp: Use standard_ada_testfile.
5035 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5036 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5037 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5038 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5039 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5040 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5041 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5042 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5043 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5044 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5045 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5046 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5047 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5048 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5049 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5050 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5051 * gdb.ada/start.exp: Use standard_ada_testfile.
5052 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5053 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5054 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5055 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5056 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5057 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5058 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5059 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5060 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5061 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5062 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5063 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5064 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5065 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5066
bbec57e4
JK
50672012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5068
5069 Fix testsuite regression after --use-deprecated-index-sections removal.
5070 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5071
9cc8e32c
JK
50722012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5073
5074 Fix compatibility with Tcl before 7.5.
5075 * lib/future.exp (lreverse): New function if it does not exist.
5076
ea5ca7b5
MK
50772012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5078
5079 * gdb.mi/mi-pending.c: New method to set a second pending
5080 breakpoint.
5081 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5082 condition.
5083
64776a0b
PA
50842012-07-20 Pedro Alves <palves@redhat.com>
5085
5086 PR threads/11692
5087 PR gdb/12203
5088
5089 * gdb.threads/create-fail.c: New file.
5090 * gdb.threads/create-fail.exp: New file.
5091
13e4e967
PA
50922012-07-19 Pedro Alves <palves@redhat.com>
5093
5094 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5095 * config/vx.exp (gdb_start): Likewise.
5096 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5097 * gdb.base/setvar.exp (test_set): Likewise.
5098 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5099 * gdb.reverse/sigall-precsave.exp: Likewise.
5100 * gdb.reverse/sigall-reverse.exp: Likewise.
5101
b7aefa4d
PA
51022012-07-19 Pedro Alves <palves@redhat.com>
5103
5104 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5105 handler before recording.
5106
608b4967
TT
51072012-07-19 Tom Tromey <tromey@redhat.com>
5108
5109 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5110 * gdb.cp/casts.cc (decltype): New function.
5111 (main): Use it.
5112
b1e0c0fa
PA
51132012-07-19 Pedro Alves <palves@redhat.com>
5114
5115 * gdb.base/sigall.exp (signals): New list.
5116 <top level>: Loop over signals in the $signals list instead of
5117 calling a test function once per signal.
5118 * gdb.reverse/sigall-precsave.exp (signals): New list.
5119 <top level>: Loop over signals in the $signals list instead of
5120 calling a test function once per signal.
5121 * gdb.reverse/sigall-reverse.exp (signals): New list.
5122 <top level>: Loop over signals in the $signals list instead of
5123 calling a test function once per signal.
5124
6ace3df1
YQ
51252012-07-19 Yao Qi <yao@codesourcery.com>
5126
5127 * gdb.base/setshow.exp: Test 'set args ~'.
5128
263a0f8c
JK
51292012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 * gdb.base/store.exp (check_set): Import gdb_prompt.
5132 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5133 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5134
8f043999
JK
51352012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 PR 11914
5138 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5139 (main): Call eval_sub.
5140 * gdb.python/py-prettyprint.exp:
5141 (python execfile ('py-prettyprint.py')): Move it earlier.
5142 New breakpoint for eval-break.
5143 (continue to breakpoint: eval-break, info locals): New test.
5144 (python execfile ('py-prettyprint.py')): Move it from here.
5145 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5146 (register_pretty_printers): Register pp_eval_type.
5147
725c7b66
JK
51482012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5149
5150 Fix a testcase regression by me.
5151 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5152 DW_FORM_data4.
5153
4359dff1
JK
51542012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5155 Doug Evans <dje@google.com>
5156
5157 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5158 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5159
61e44cfa
JK
51602012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5161
5162 Fix gdbserver run regression.
5163 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5164
93c0ef37
TT
51652012-07-12 Tom Tromey <tromey@redhat.com>
5166
5167 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5168 (clean_restart): Likewise.
5169 (core_find): Use standard_output_file.
5170
76027ef5
TT
51712012-07-12 Tom Tromey <tromey@redhat.com>
5172
5173 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5174 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5175 prepare_for_testing_full.
5176 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5177 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5178 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5179 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5180 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5181 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5182 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5183 prepare_for_testing_full.
5184 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5185 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5186 prepare_for_testing_full.
5187 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5188 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5189 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5190
85b4440a
TT
51912012-07-12 Tom Tromey <tromey@redhat.com>
5192
5193 * lib/gdb.exp (build_executable_from_specs): New proc, from
5194 build_executable.
5195 (build_executable): Use it.
5196 (prepare_for_testing_full): New proc.
5197
55baab26
TT
51982012-07-11 Tom Tromey <tromey@redhat.com>
5199
5200 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5201 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5202 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5203 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5204 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5205 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5206 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5207 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5208 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5209 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5210
298a9cf0
TT
52112012-07-10 Tom Tromey <tromey@redhat.com>
5212
5213 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5214 standard_output_file.
5215 * gdb.mi/gdb2549.exp: Use standard_testfile.
5216 * gdb.mi/gdb669.exp: Use standard_testfile.
5217 * gdb.mi/gdb701.exp: Use standard_testfile.
5218 * gdb.mi/gdb792.exp: Use standard_testfile.
5219 * gdb.mi/mi-async.exp: Use standard_testfile.
5220 * gdb.mi/mi-basics.exp: Use standard_testfile.
5221 * gdb.mi/mi-break.exp: Use standard_testfile.
5222 * gdb.mi/mi-cli.exp: Use standard_testfile.
5223 * gdb.mi/mi-console.exp: Use standard_testfile.
5224 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5225 * gdb.mi/mi-eval.exp: Use standard_testfile.
5226 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5227 * gdb.mi/mi-file.exp: Use standard_testfile.
5228 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5229 * gdb.mi/mi-logging.exp: Use standard_testfile.
5230 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5231 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5232 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5233 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5234 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5235 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5236 * gdb.mi/mi-pending.exp: Use standard_testfile,
5237 standard_output_file.
5238 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5239 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5240 * gdb.mi/mi-regs.exp: Use standard_testfile.
5241 * gdb.mi/mi-return.exp: Use standard_testfile.
5242 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5243 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5244 * gdb.mi/mi-solib.exp: Use standard_testfile,
5245 standard_output_file.
5246 * gdb.mi/mi-stack.exp: Use standard_testfile.
5247 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5248 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5249 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5250 * gdb.mi/mi-until.exp: Use standard_testfile.
5251 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5252 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5253 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5254 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5255 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5256 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5257 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5258 standard_output_file.
5259 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5260 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5261 * gdb.mi/mi-watch.exp: Use standard_testfile.
5262 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5263 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5264 * gdb.mi/mi2-break.exp: Use standard_testfile.
5265 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5266 * gdb.mi/mi2-console.exp: Use standard_testfile.
5267 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5268 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5269 * gdb.mi/mi2-file.exp: Use standard_testfile.
5270 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5271 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5272 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5273 * gdb.mi/mi2-return.exp: Use standard_testfile.
5274 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5275 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5276 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5277 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5278 * gdb.mi/mi2-until.exp: Use standard_testfile.
5279 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5280 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5281 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5282 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5283 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5284
f5f3a911
TT
52852012-07-10 Tom Tromey <tromey@redhat.com>
5286
5287 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5288 * gdb.cp/ambiguous.exp: Use standard_testfile,
5289 prepare_for_testing.
5290 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5291 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5292 * gdb.cp/anon-ns.exp: Use standard_testfile.
5293 * gdb.cp/anon-struct.exp: Use standard_testfile.
5294 * gdb.cp/anon-union.exp: Use standard_testfile,
5295 prepare_for_testing.
5296 * gdb.cp/arg-reference.exp: Use standard_testfile,
5297 prepare_for_testing.
5298 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5299 * gdb.cp/breakpoint.exp: Use standard_testfile,
5300 prepare_for_testing.
5301 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5302 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5303 standard_output_file.
5304 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5305 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5306 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5307 (test_static_members): Update.
5308 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5309 * gdb.cp/converts.exp: Use standard_testfile.
5310 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5311 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5312 prepare_for_testing.
5313 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5314 * gdb.cp/cplabel.exp: Use standard_testfile.
5315 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5316 prepare_for_testing.
5317 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5318 * gdb.cp/derivation.exp: Use standard_testfile,
5319 prepare_for_testing.
5320 * gdb.cp/destrprint.exp: Use standard_testfile.
5321 * gdb.cp/dispcxx.exp: Use standard_testfile.
5322 * gdb.cp/exception.exp: Use standard_testfile,
5323 prepare_for_testing.
5324 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5325 * gdb.cp/extern-c.exp: Use standard_testfile,
5326 prepare_for_testing.
5327 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5328 prepare_for_testing.
5329 * gdb.cp/fpointer.exp: Use standard_testfile.
5330 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5331 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5332 standard_output_file.
5333 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5334 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5335 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5336 standard_output_file.
5337 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5338 (do_tests): Update.
5339 * gdb.cp/koenig.exp: Use standard_testfile.
5340 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5341 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5342 * gdb.cp/m-static.exp: Use standard_testfile,
5343 prepare_for_testing.
5344 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5345 * gdb.cp/mb-inline.exp: Use standard_testfile,
5346 prepare_for_testing.
5347 * gdb.cp/mb-templates.exp: Use standard_testfile,
5348 prepare_for_testing.
5349 * gdb.cp/member-ptr.exp: Use standard_testfile,
5350 prepare_for_testing.
5351 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5352 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5353 * gdb.cp/method2.exp: Use standard_testfile.
5354 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5355 standard_output_file.
5356 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5357 (do_tests): Update.
5358 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5359 prepare_for_testing.
5360 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5361 prepare_for_testing.
5362 * gdb.cp/namespace.exp: Use standard_testfile,
5363 prepare_for_testing.
5364 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5365 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5366 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5367 * gdb.cp/nsimport.exp: Use standard_testfile,
5368 prepare_for_testing.
5369 * gdb.cp/nsnested.exp: Use standard_testfile.
5370 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5371 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5372 prepare_for_testing.
5373 * gdb.cp/nsstress.exp: Use standard_testfile,
5374 prepare_for_testing.
5375 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5376 * gdb.cp/operator.exp: Use standard_testfile.
5377 * gdb.cp/oranking.exp: Use standard_testfile.
5378 * gdb.cp/overload-const.exp: Use standard_testfile.
5379 * gdb.cp/overload.exp: Use standard_testfile,
5380 prepare_for_testing.
5381 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5382 * gdb.cp/ovsrch.exp: Use standard_testfile.
5383 * gdb.cp/paren-type.exp: Use standard_testfile.
5384 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5385 prepare_for_testing.
5386 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5387 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5388 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5389 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5390 * gdb.cp/pr10728.exp: Use standard_testfile,
5391 standard_output_file.
5392 * gdb.cp/pr12028.exp: Use standard_testfile.
5393 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5394 * gdb.cp/pr9167.exp: Use standard_testfile.
5395 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5396 * gdb.cp/printmethod.exp: Use standard_testfile,
5397 prepare_for_testing.
5398 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5399 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5400 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5401 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5402 standard_output_file.
5403 * gdb.cp/readnow-language.exp: Use standard_testfile.
5404 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5405 (gdb_start_again): Use clean_restart.
5406 * gdb.cp/ref-types.exp: Use standard_testfile,
5407 prepare_for_testing.
5408 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5409 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5410 * gdb.cp/smartp.exp: Use standard_testfile.
5411 * gdb.cp/static-method.exp: Use standard_testfile.
5412 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5413 * gdb.cp/temargs.exp: Use standard_testfile.
5414 * gdb.cp/templates.exp: Use standard_testfile,
5415 prepare_for_testing.
5416 (do_tests): Update.
5417 * gdb.cp/try_catch.exp: Use standard_testfile,
5418 prepare_for_testing.
5419 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5420 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5421 * gdb.cp/virtbase.exp: Use standard_testfile,
5422 prepare_for_testing.
5423 * gdb.cp/virtfunc.exp: Use standard_testfile,
5424 prepare_for_testing.
5425 (do_tests): Update.
5426 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5427 prepare_for_testing.
5428
686f09d0
TT
54292012-07-10 Tom Tromey <tromey@redhat.com>
5430
5431 * lib/gdb.exp (standard_testfile): Unset output variables from
5432 earlier invocations.
5433
9357e021
YQ
54342012-07-10 Yao Qi <yao@codesourcery.com>
5435
5436 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5437 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5438 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5439 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5440 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5441 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5442 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5443 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5444 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5445 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5446 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5447 * gdb.mi/mi-var-display.exp: Likewise.
5448 * gdb.mi/mi-var-invalidate.exp: Likewise.
5449 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5450 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5451 * gdb.mi/mi2-console.exp: Likewise.
5452 * gdb.mi/mi2-disassemble.exp: Likewise.
5453 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5454 * gdb.mi/mi2-read-memory.exp: Likewise.
5455 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5456 * gdb.mi/mi2-simplerun.exp: Likewise.
5457 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5458 * gdb.mi/mi2-syn-frame.exp: Likewise.
5459 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5460 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5461 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5462
e314d629
TT
54632012-07-09 Tom Tromey <tromey@redhat.com>
5464
5465 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5466 * gdb.base/callfuncs.exp: Add cast-based test.
5467 * gdb.base/callfuncs.c (voidfunc): New function.
5468
06928b3f
DE
54692012-07-08 Doug Evans <dje@google.com>
5470
5471 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5472
32f11bad
JK
54732012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5474
5475 Fix XFAIL compatibility with old i386 systems.
5476 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5477 Check also 'Cannot insert breakpoint 0'.
5478
76b83c51
JK
54792012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5480
5481 PR 14321
5482 * gdb.base/find.exp
5483 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5484
a6fb9c08
TT
54852012-07-06 Tom Tromey <tromey@redhat.com>
5486
5487 * gdb.base/whatis.exp: Add test.
5488
71918a86
TT
54892012-07-06 Tom Tromey <tromey@redhat.com>
5490
5491 * gdb.base/whatis.exp: Add regression test.
5492
fcde5961
TT
54932012-07-06 Tom Tromey <tromey@redhat.com>
5494
5495 * gdb.base/whatis.exp: Add tests.
5496
f9cf0f4a
JK
54972012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5498
5499 PR 12649
5500 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5501 gdb_test_multiple $gdb_prompt terminator.
5502
979ade8b
PA
55032012-07-04 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5506 supports_process_record.
5507
8a980b44
PA
55082012-07-04 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5511 endings.
5512 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5513
855ba978
SS
55142012-07-03 Stan Shebs <stan@codesourcery.com>
5515
5516 * gdb.base/info-os.c (main): Retry resource acquisition until an
5517 available one is found.
5518 * gdb.base/info-os.exp: Collect resource keys from the program
5519 and use them in matching.
5520
fcb44371
JK
55212012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5522
5523 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5524 Wrap the test into loop for corefile and core0file.
5525
08a67be6
JK
55262012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5527
5528 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5529 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5530 .note.GNU-stack.
5531
0f3c2347
JK
5532 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5533
ff4a4500
SDJ
55342012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5535
5536 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5537 break): Include help message for the new `-probe' and `-probe-stap'
5538 options.
5539
d3ce09f5
SS
55402012-07-02 Stan Shebs <stan@codesourcery.com>
5541
5542 * gdb.base/dprintf.exp: Add agent style tests.
5543
a1624241
JK
55442012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5545
5546 * gdb.base/stale-infcall.c (infcall): New label test-next.
5547 (main): New labels test-pass and test-fail.
5548 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5549 $test_fail_bpnum to test-fail.
5550 (test system longjmp tracking support): New test.
5551 Delete $test_fail_bpnum.
5552 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5553 breakpoint.
5554
42e7ad6c
DE
55552012-06-30 Doug Evans <dje@google.com>
5556
5557 * gdb.dwarf2/fission-reread.S: New file.
5558 * gdb.dwarf2/fission-reread.exp: New file.
5559
37ce89eb
SS
55602012-06-28 Stan Shebs <stan@codesourcery.com>
5561
5562 * gdb.mi/mi-logging.exp: New file.
5563
e5ef252a
PA
55642012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5565 Pedro Alves <palves@redhat.com>
5566
5567 * gdb.threads/siginfo-threads.exp: New file.
5568 * gdb.threads/siginfo-threads.c: New file.
5569 * gdb.threads/sigstep-threads.exp: New file.
5570 * gdb.threads/sigstep-threads.c: New file.
5571
22f1fbae
TT
55722012-06-28 Tom Tromey <tromey@redhat.com>
5573
5574 * gdb.go/package.exp: Partially revert earlier patch; use
5575 gdb_compile again. Use standard_output_file.
5576
2e3cf129
DE
55772012-06-27 Doug Evans <dje@google.com>
5578
5579 * gdb.dwarf2/fission-base.c: New file.
5580 * gdb.dwarf2/fission-base.S: New file.
5581 * gdb.dwarf2/fission-base.exp: New file.
5582
785fd303
JK
55832012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5584
5585 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5586
1bb9788d
TT
55872012-06-27 Tom Tromey <tromey@redhat.com>
5588
5589 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5590 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5591
c83ee902
TT
55922012-06-27 Tom Tromey <tromey@redhat.com>
5593
5594 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5595 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5596 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5597 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5598 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5599 prepare_for_testing.
5600 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5601 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5602 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5603 standard_testfile.
5604 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5605 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5606 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5607 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5608 prepare_for_testing.
5609 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5610 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5611 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5612 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5613 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5614 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5615 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5616 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5617 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5618 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5619 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5620 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5621 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5622 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5623 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5624 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5625 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5626 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5627 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5628 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5629 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5630 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5631 standard_output_file.
5632 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5633 standard_output_file.
5634 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5635 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5636 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5637 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5638 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5639 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5640 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5641 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5642 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5643 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5644 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5645 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5646 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5647 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5648 * gdb.dwarf2/valop.exp: Use standard_testfile,
5649 prepare_for_testing.
5650
5204774b
TT
56512012-06-27 Tom Tromey <tromey@redhat.com>
5652
5653 * gdb.python/python.exp: Fix regexps in pagination tests.
5654
ee0bf529
SCR
56552012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5656
5657 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5658 'last' of gdb.Symtab_and_line.
5659 * gdb.python/py-symbol.c: Move break point comment to enable
5660 testing of gdb.Symtab_and_line.last.
5661
14fcc022
TT
56622012-06-26 Tom Tromey <tromey@redhat.com>
5663
5664 * gdb.threads/step.c: Remove.
5665 * gdb.threads/step.exp: Remove.
5666 * gdb.threads/step2.exp: Remove.
5667
0efbbabc
TT
56682012-06-26 Tom Tromey <tromey@redhat.com>
5669
5670 * gdb.threads/watchpoint-fork.exp (test): Use
5671 standard_output_file. Don't declare objdir.
5672 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5673 standard_output_file.
5674 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5675 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5676 clean_restart. Remove incdir.
5677 * gdb.threads/corethreads.exp: Use standard_testfile.
5678 * gdb.threads/execl.exp: Use standard_testfile,
5679 standard_output_file, clean_restart.
5680 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5681 clean_restart.
5682 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5683 clean_restart.
5684 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5685 incdir.
5686 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5687 clean_restart. Remove incdir.
5688 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5689 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5690 clean_restart. Remove incdir.
5691 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5692 Remove incdir.
5693 * gdb.threads/leader-exit.exp: Use standard_testfile.
5694 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5695 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5696 clean_restart.
5697 * gdb.threads/manythreads.exp: Use standard_testfile,
5698 clean_restart. Remove incdir.
5699 * gdb.threads/multi-create.exp: Use standard_testfile,
5700 clean_restart.
5701 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5702 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5703 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5704 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5705 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5706 * gdb.threads/pending-step.exp: Use standard_testfile,
5707 clean_restart. Remove incdir.
5708 * gdb.threads/print-threads.exp: Use standard_testfile,
5709 clean_restart. Remove incdir.
5710 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5711 clean_restart. Remove incdir.
5712 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5713 Remove incdir.
5714 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5715 incdir.
5716 * gdb.threads/sigthread.exp: Use standard_testfile,
5717 clean_restart.
5718 * gdb.threads/staticthreads.exp: Use standard_testfile,
5719 clean_restart. Remove incdir.
5720 * gdb.threads/switch-threads.exp: Use standard_testfile,
5721 clean_restart. Remove incdir.
5722 * gdb.threads/thread-execl.exp: Use standard_testfile,
5723 clean_restart. Remove incdir.
5724 * gdb.threads/thread-find.exp: Use standard_testfile,
5725 clean_restart.
5726 * gdb.threads/thread-specific.exp: Use standard_testfile,
5727 clean_restart. Remove incdir.
5728 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5729 clean_restart. Remove incdir.
5730 * gdb.threads/thread_check.exp: Use standard_testfile,
5731 clean_restart. Remove incdir.
5732 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5733 incdir.
5734 * gdb.threads/threadapply.exp: Use standard_testfile,
5735 clean_restart. Remove incdir.
5736 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5737 clean_restart. Remove incdir.
5738 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5739 clean_restart.
5740 * gdb.threads/tls-shared.exp: Use standard_testfile,
5741 clean_restart, standard_output_file.
5742 * gdb.threads/tls-var.exp: Use standard_testfile,
5743 standard_output_file.
5744 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5745 Remove incdir.
5746 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5747 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
5748 incdir.
5749 * gdb.threads/watchthreads2.exp: Use standard_testfile,
5750 clean_restart. Remove incdir.
5751
497a5eb0
TT
57522012-06-26 Tom Tromey <tromey@redhat.com>
5753
5754 * gdb.trace/actions.exp: Use standard_testfile.
5755 * gdb.trace/ax.exp: Use standard_testfile.
5756 * gdb.trace/backtrace.exp: Use standard_testfile.
5757 * gdb.trace/change-loc.exp: Use standard_testfile.
5758 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5759 * gdb.trace/collection.exp: Use standard_testfile,
5760 prepare_for_testing.
5761 * gdb.trace/deltrace.exp: Use standard_testfile.
5762 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
5763 * gdb.trace/ftrace.exp: Use standard_testfile.
5764 * gdb.trace/infotrace.exp: Use standard_testfile.
5765 * gdb.trace/packetlen.exp: Use standard_testfile.
5766 * gdb.trace/passc-dyn.exp: Use standard_testfile.
5767 * gdb.trace/passcount.exp: Use standard_testfile.
5768 * gdb.trace/pending.exp: Use standard_testfile.
5769 * gdb.trace/report.exp: Use standard_testfile.
5770 * gdb.trace/save-trace.exp: Use standard_testfile.
5771 * gdb.trace/stap-trace.exp: Use standard_testfile.
5772 * gdb.trace/status-stop.exp: Use standard_testfile.
5773 * gdb.trace/strace.exp: Use standard_testfile.
5774 * gdb.trace/tfile.exp: Use standard_testfile.
5775 * gdb.trace/tfind.exp: Use standard_testfile.
5776 * gdb.trace/trace-break.exp: Use standard_testfile.
5777 * gdb.trace/trace-mt.exp: Use standard_testfile.
5778 * gdb.trace/tracecmd.exp: Use standard_testfile.
5779 * gdb.trace/tspeed.exp: Use standard_testfile.
5780 * gdb.trace/tstatus.exp: Use standard_testfile.
5781 * gdb.trace/tsv.exp: Use standard_testfile.
5782 * gdb.trace/unavailable.exp: Use standard_testfile,
5783 prepare_for_testing.
5784 * gdb.trace/while-dyn.exp: Use standard_testfile.
5785 * gdb.trace/while-stepping.exp: Use standard_testfile.
5786
7686c074
TT
57872012-06-26 Tom Tromey <tromey@redhat.com>
5788
5789 * gdb.reverse/break-precsave.exp: Use standard_testfile.
5790 * gdb.reverse/break-reverse.exp: Use standard_testfile.
5791 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
5792 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
5793 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
5794 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
5795 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5796 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5797 prepare_for_testing.
5798 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5799 prepare_for_testing.
5800 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5801 prepare_for_testing.
5802 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5803 prepare_for_testing.
5804 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5805 prepare_for_testing
5806 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5807 * gdb.reverse/machinestate.exp: Use standard_testfile.
5808 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5809 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5810 build_executable.
5811 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5812 build_executable.
5813 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5814 standard_output_file.
5815 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5816 standard_output_file.
5817 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5818 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5819 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5820 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5821 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5822 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5823
481fc100
TT
58242012-06-26 Tom Tromey <tromey@redhat.com>
5825
5826 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5827 standard_output_file.
5828 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5829 prepare_for_testing. Remove directory-checking code.
5830
7bb18ae2
TT
58312012-06-25 Tom Tromey <tromey@redhat.com>
5832
5833 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5834 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5835 build_executable, not prepare_for_testing.
5836 * gdb.multi/base.exp: Use standard_output_file. Use
5837 build_executable, not prepare_for_testing.
5838
cf09b3e4
TT
58392012-06-25 Tom Tromey <tromey@redhat.com>
5840
5841 * gdb.fortran/subarray.exp: Use standard_testfile,
5842 prepare_for_testing.
5843 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5844 * gdb.fortran/module.exp: Use standard_testfile.
5845 * gdb.fortran/logical.exp: Use standard_testfile.
5846 * gdb.fortran/library-module.exp: Use standard_testfile,
5847 standard_output_file.
5848 * gdb.fortran/derived-type.exp: Use standard_testfile,
5849 prepare_for_testing.
5850 * gdb.fortran/complex.exp: Use standard_testfile,
5851 prepare_for_testing.
5852 * gdb.fortran/charset.exp: Use standard_testfile.
5853 * gdb.fortran/array-element.exp: Use standard_testfile,
5854 prepare_for_testing.
5855
18b5ff1b
KS
58562012-06-25 Keith Seitz <keiths@redhat.com>
5857
5858 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5859 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5860
17b77626
TT
58612012-06-25 Tom Tromey <tromey@redhat.com>
5862
5863 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5864 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5865 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5866 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5867
f91e3dc1
TT
58682012-06-25 Tom Tromey <tromey@redhat.com>
5869
5870 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5871 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5872 * gdb.linespec/linespec.exp: Use standard_testfile.
5873
a884434d
TT
58742012-06-25 Tom Tromey <tromey@redhat.com>
5875
5876 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5877 prepare_for_testing.
5878
efc9d70a
TT
58792012-06-25 Tom Tromey <tromey@redhat.com>
5880
5881 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5882 prepare_for_testing.
5883 * gdb.opt/inline-break.exp: Use standard_testfile,
5884 prepare_for_testing.
5885 * gdb.opt/inline-bt.exp: Use standard_testfile,
5886 prepare_for_testing.
5887 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5888 prepare_for_testing.
5889 * gdb.opt/inline-locals.exp: Use standard_testfile,
5890 prepare_for_testing.
5891
e2fc92c6
TT
58922012-06-25 Tom Tromey <tromey@redhat.com>
5893
5894 * gdb.asm/asm-source.exp: Use standard_output_file,
5895 standard_testfile. Construct .o files in proper subdir.
5896
b0963d73
TT
58972012-06-25 Tom Tromey <tromey@redhat.com>
5898
5899 * gdb.server/ext-attach.exp: Use standard_testfile,
5900 prepare_for_testing.
5901 * gdb.server/ext-run.exp: Use standard_testfile,
5902 build_executable.
5903 * gdb.server/file-transfer.exp: Use standard_testfile,
5904 prepare_for_testing.
5905 * gdb.server/server-exec-info.exp: Use standard_testfile.
5906 * gdb.server/server-mon.exp: Use standard_testfile,
5907 prepare_for_testing.
5908 * gdb.server/server-run.exp: Use standard_testfile,
5909 build_executable.
5910 * gdb.server/solib-list.exp: Use standard_testfile,
5911 standard_output_file.
5912
8a3e1f8d
TT
59132012-06-25 Tom Tromey <tromey@redhat.com>
5914
5915 * lib/gdb.exp (standard_output_file): Use "file join".
5916 * gdb.go/chan.exp: Use standard_testfile.
5917 * gdb.go/handcall.exp: Use standard_testfile.
5918 * gdb.go/hello.exp: Use standard_testfile.
5919 * gdb.integers/chan.exp: Use standard_testfile.
5920 * gdb.go/methods.exp: Use standard_testfile.
5921 * gdb.go/package.exp: Use standard_testfile.
5922 * gdb.go/strings.exp: Use standard_testfile.
5923 * gdb.go/types.exp: Use standard_testfile.
5924 * gdb.go/unsafe.exp: Use standard_testfile.
5925
944a9061
MGD
59262012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5927
5928 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5929
1c06bd58
JK
59302012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5931
5932 Fix regression by the previous commit.
5933 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5934
b4a58790
TT
59352012-06-22 Tom Tromey <tromey@redhat.com>
5936
5937 * gdb.python/lib-types.exp: Use standard_testfile,
5938 prepare_for_testing.
5939 * gdb.python/py-block.exp: Use standard_testfile.
5940 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5941 * gdb.python/py-events.exp: Use standard_testfile,
5942 standard_output_file.
5943 * gdb.python/py-evsignal.exp: Use standard_testfile.
5944 * gdb.python/py-evethreads.exp: Use standard_testfile.
5945 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5946 * gdb.python/py-explore.exp: Use standard_testfile.
5947 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5948 standard_output_file.
5949 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5950 prepare_for_testing.
5951 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5952 * gdb.python/py-frame.exp: Use standard_testfile.
5953 * gdb.python/py-inferior.exp: Use standard_testfile.
5954 * gdb.python/py-infthread.exp: Use standard_testfile.
5955 * gdb.python/py-mi.exp: Use standard_testfile.
5956 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5957 build_executable.
5958 * gdb.python/py-objfile.exp: Use standard_testfile.
5959 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5960 prepare_for_testing.
5961 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5962 * gdb.python/py-progspace.exp: Use standard_testfile,
5963 build_executable.
5964 * gdb.python/py-prompt.exp: Use standard_testfile,
5965 build_executable.
5966 * gdb.python/py-section-script.exp: Use standard_testfile,
5967 build_executable.
5968 * gdb.python/py-shared.exp: Use standard_testfile,
5969 standard_output_file, clean_restart.
5970 * gdb.python/py-symbol.exp: Use standard_output_file,
5971 prepare_for_testing.
5972 * gdb.python/py-symtab.exp: Use standard_output_file,
5973 prepare_for_testing
5974 * gdb.python/py-template.exp: Use standard_testfile.
5975 * gdb.python/py-type.exp: Use standard_testfile.
5976 * gdb.python/py-value-cc.exp: Use standard_testfile.
5977 * gdb.python/py-value.exp: Use standard_testfile.
5978 * gdb.python/python.exp: Use standard_testfile, build_executable.
5979
2c44deac
TT
59802012-06-22 Tom Tromey <tromey@redhat.com>
5981
5982 * gdb.objc/basicclass.exp: Use standard_testfile.
5983 (do_objc_tests): Don't declare objdir.
5984 * gdb.objc/nondebug.exp: Use standard_testfile.
5985 (do_objc_tests): Don't declare objdir.
5986 * gdb.objc/objcdecode.exp: Use standard_testfile.
5987 (do_objc_tests): Don't declare objdir.
5988
c24ccbce
TT
59892012-06-22 Tom Tromey <tromey@redhat.com>
5990
5991 * gdb.java/jmain.exp: Use standard_testfile.
5992 * gdb.java/jmisc.exp: Use standard_testfile.
5993 * gdb.java/jnpe.exp: Use standard_testfile.
5994 * gdb.java/jprint.exp: Use standard_testfile.
5995
0a6d0306
TT
59962012-06-22 Tom Tromey <tromey@redhat.com>
5997
5998 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5999 (standard_output_file, standard_testfile): New procs.
6000 (build_executable, clean_restart): Use standard_output_file.
6001
6ea815ef
YQ
60022012-06-22 Yao Qi <yao@codesourcery.com>
6003
6004 * boards/native-gdbserver.exp: New proc ${board}_exec.
6005 * boards/native-stdio-gdbserver.exp: Likewise.
6006
4c93b1db
TT
60072012-06-21 Tom Tromey <tromey@redhat.com>
6008
6009 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6010 (build_executable): Update.
6011 (get_compiler_info): Remove 'binfile' argument.
6012 * gdb.ada/arrayidx.exp: Update.
6013 * gdb.ada/null_array.exp: Update.
6014 * gdb.arch/altivec-abi.exp: Update.
6015 * gdb.arch/altivec-regs.exp: Update.
6016 * gdb.arch/amd64-byte.exp: Update.
6017 * gdb.arch/amd64-dword.exp: Update.
6018 * gdb.arch/amd64-word.exp: Update.
6019 * gdb.arch/i386-avx.exp: Update.
6020 * gdb.arch/i386-byte.exp: Update.
6021 * gdb.arch/i386-sse.exp: Update.
6022 * gdb.arch/i386-word.exp: Update.
6023 * gdb.arch/ppc-dfp.exp: Update.
6024 * gdb.arch/ppc-fp.exp: Update.
6025 * gdb.arch/vsx-regs.exp: Update.
6026 * gdb.base/all-bin.exp: Update.
6027 * gdb.base/annota1.exp: Update.
6028 * gdb.base/async.exp: Update.
6029 * gdb.base/attach.exp: Update.
6030 * gdb.base/break-interp.exp: Update.
6031 * gdb.base/call-ar-st.exp: Update.
6032 * gdb.base/call-rt-st.exp: Update.
6033 * gdb.base/call-sc.exp: Update.
6034 * gdb.base/callfuncs.exp: Update.
6035 * gdb.base/catch-load.exp: Update.
6036 * gdb.base/completion.exp: Update.
6037 * gdb.base/complex.exp: Update.
6038 * gdb.base/condbreak.exp: Update.
6039 * gdb.base/consecutive.exp: Update.
6040 * gdb.base/constvars.exp: Update.
6041 * gdb.base/corefile.exp: Update.
6042 * gdb.base/eval-skip.exp: Update.
6043 * gdb.base/expand-psymtabs.exp: Update.
6044 * gdb.base/exprs.exp: Update.
6045 * gdb.base/fileio.exp: Update.
6046 * gdb.base/fixsection.exp: Update.
6047 * gdb.base/funcargs.exp: Update.
6048 * gdb.base/gdb11530.exp: Update.
6049 * gdb.base/gdb1555.exp: Update.
6050 * gdb.base/gnu-ifunc.exp: Update.
6051 * gdb.base/gnu_vector.exp: Update.
6052 * gdb.base/info-macros.exp: Update.
6053 * gdb.base/jit-simple.exp: Update.
6054 * gdb.base/jit-so.exp: Update.
6055 * gdb.base/jit.exp: Update.
6056 * gdb.base/langs.exp: Update.
6057 * gdb.base/list.exp: Update.
6058 * gdb.base/logical.exp: Update.
6059 * gdb.base/long_long.exp: Update.
6060 * gdb.base/longjmp.exp: Update.
6061 * gdb.base/macscp.exp: Update.
6062 * gdb.base/mips_pro.exp: Update.
6063 * gdb.base/miscexprs.exp: Update.
6064 * gdb.base/morestack.exp: Update.
6065 * gdb.base/nodebug.exp: Update.
6066 * gdb.base/opaque.exp: Update.
6067 * gdb.base/pc-fp.exp: Update.
6068 * gdb.base/pending.exp: Update.
6069 * gdb.base/permissions.exp: Update.
6070 * gdb.base/pointers.exp: Update.
6071 * gdb.base/prelink.exp: Update.
6072 * gdb.base/printcmds.exp: Update.
6073 * gdb.base/psymtab.exp: Update.
6074 * gdb.base/ptype.exp: Update.
6075 * gdb.base/relational.exp: Update.
6076 * gdb.base/scope.exp: Update.
6077 * gdb.base/setvar.exp: Update.
6078 * gdb.base/shlib-call.exp: Update.
6079 * gdb.base/shreloc.exp: Update.
6080 * gdb.base/signals.exp: Update.
6081 * gdb.base/sizeof.exp: Update.
6082 * gdb.base/so-impl-ld.exp: Update.
6083 * gdb.base/so-indr-cl.exp: Update.
6084 * gdb.base/solib-disc.exp: Update.
6085 * gdb.base/solib-display.exp: Update.
6086 * gdb.base/solib-nodir.exp: Update.
6087 * gdb.base/solib-overlap.exp: Update.
6088 * gdb.base/solib-symbol.exp: Update.
6089 * gdb.base/solib-weak.exp: Update.
6090 * gdb.base/solib.exp: Update.
6091 * gdb.base/store.exp: Update.
6092 * gdb.base/structs.exp: Update.
6093 * gdb.base/structs2.exp: Update.
6094 * gdb.base/type-opaque.exp: Update.
6095 * gdb.base/unload.exp: Update.
6096 * gdb.base/varargs.exp: Update.
6097 * gdb.base/volatile.exp: Update.
6098 * gdb.base/watch_thread_num.exp: Update.
6099 * gdb.base/watchpoint-solib.exp: Update.
6100 * gdb.base/watchpoint.exp: Update.
6101 * gdb.base/watchpoints.exp: Update.
6102 * gdb.base/whatis.exp: Update.
6103 * gdb.cell/arch.exp: Update.
6104 * gdb.cell/break.exp: Update.
6105 * gdb.cell/bt.exp: Update.
6106 * gdb.cell/core.exp: Update.
6107 * gdb.cell/data.exp: Update.
6108 * gdb.cell/ea-cache.exp: Update.
6109 * gdb.cell/f-regs.exp: Update.
6110 * gdb.cell/fork.exp: Update.
6111 * gdb.cell/gcore.exp: Update.
6112 * gdb.cell/mem-access.exp: Update.
6113 * gdb.cell/ptype.exp: Update.
6114 * gdb.cell/registers.exp: Update.
6115 * gdb.cell/sizeof.exp: Update.
6116 * gdb.cell/solib-symbol.exp: Update.
6117 * gdb.cell/solib.exp: Update.
6118 * gdb.cp/ambiguous.exp: Update.
6119 * gdb.cp/breakpoint.exp: Update.
6120 * gdb.cp/bs15503.exp: Update.
6121 * gdb.cp/casts.exp: Update.
6122 * gdb.cp/class2.exp: Update.
6123 * gdb.cp/cpexprs.exp: Update.
6124 * gdb.cp/cplusfuncs.exp: Update.
6125 * gdb.cp/ctti.exp: Update.
6126 * gdb.cp/dispcxx.exp: Update.
6127 * gdb.cp/gdb1355.exp: Update.
6128 * gdb.cp/gdb2384.exp: Update.
6129 * gdb.cp/gdb2495.exp: Update.
6130 * gdb.cp/infcall-dlopen.exp: Update.
6131 * gdb.cp/local.exp: Update.
6132 * gdb.cp/m-data.exp: Update.
6133 * gdb.cp/m-static.exp: Update.
6134 * gdb.cp/mb-ctor.exp: Update.
6135 * gdb.cp/mb-inline.exp: Update.
6136 * gdb.cp/mb-templates.exp: Update.
6137 * gdb.cp/member-ptr.exp: Update.
6138 * gdb.cp/method.exp: Update.
6139 * gdb.cp/namespace.exp: Update.
6140 * gdb.cp/nextoverthrow.exp: Update.
6141 * gdb.cp/nsdecl.exp: Update.
6142 * gdb.cp/nsrecurs.exp: Update.
6143 * gdb.cp/nsstress.exp: Update.
6144 * gdb.cp/nsusing.exp: Update.
6145 * gdb.cp/pr-1023.exp: Update.
6146 * gdb.cp/pr-1210.exp: Update.
6147 * gdb.cp/pr-574.exp: Update.
6148 * gdb.cp/pr9631.exp: Update.
6149 * gdb.cp/printmethod.exp: Update.
6150 * gdb.cp/psmang.exp: Update.
6151 * gdb.cp/re-set-overloaded.exp: Update.
6152 * gdb.cp/rtti.exp: Update.
6153 * gdb.cp/shadow.exp: Update.
6154 * gdb.cp/templates.exp: Update.
6155 * gdb.cp/try_catch.exp: Update.
6156 * gdb.dwarf2/dw2-ranges.exp: Update.
6157 * gdb.dwarf2/pr10770.exp: Update.
6158 * gdb.fortran/library-module.exp: Update.
6159 * gdb.hp/gdb.aCC/optimize.exp: Update.
6160 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6161 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6162 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6163 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6164 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6165 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6166 * gdb.hp/gdb.compat/xdb1.exp: Update.
6167 * gdb.hp/gdb.compat/xdb2.exp: Update.
6168 * gdb.hp/gdb.compat/xdb3.exp: Update.
6169 * gdb.hp/gdb.defects/bs14602.exp: Update.
6170 * gdb.hp/gdb.defects/solib-d.exp: Update.
6171 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6172 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6173 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6174 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6175 * gdb.mi/gdb792.exp: Update.
6176 * gdb.mi/mi-pending.exp: Update.
6177 * gdb.mi/mi-solib.exp: Update.
6178 * gdb.mi/mi-var-cp.exp: Update.
6179 * gdb.opt/clobbered-registers-O2.exp: Update.
6180 * gdb.opt/inline-bt.exp: Update.
6181 * gdb.opt/inline-cmds.exp: Update.
6182 * gdb.opt/inline-locals.exp: Update.
6183 * gdb.python/py-events.exp: Update.
6184 * gdb.python/py-finish-breakpoint.exp: Update.
6185 * gdb.python/py-type.exp: Update.
6186 * gdb.reverse/solib-precsave.exp: Update.
6187 * gdb.reverse/solib-reverse.exp: Update.
6188 * gdb.server/solib-list.exp: Update.
6189 * gdb.stabs/weird.exp: Update.
6190 * gdb.threads/attach-into-signal.exp: Update.
6191 * gdb.threads/attach-stopped.exp: Update.
6192 * gdb.threads/tls-shared.exp: Update.
6193 * gdb.trace/change-loc.exp: Update.
6194 * gdb.trace/strace.exp: Update.
6195
95c391b6
TT
61962012-06-19 Tom Tromey <tromey@redhat.com>
6197
6198 * gdb.base/whatis.exp: Add tests.
6199
e910f0b6
TT
62002012-06-19 Tom Tromey <tromey@redhat.com>
6201
6202 * gdb.cp/m-static.cc (keepalive): New function.
6203 (gnu_obj_1::method): Use it.
6204
422d65e7
DE
62052012-06-18 Doug Evans <dje@google.com>
6206
6207 * gdb.base/info-fun.exp: New file.
6208 * gdb.base/info-fun.c: New file.
6209 * gdb.base/info-fun-solib.c: New file.
6210
e2e4d78b
JK
62112012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6212
6213 Remove stale dummy frames.
6214 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6215 (maintenance info breakpoints): New tests.
6216 * gdb.base/stale-infcall.c: New file.
6217 * gdb.base/stale-infcall.exp: New file.
6218
1788b2d3
JK
62192012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6220
6221 * gdb.arch/amd64-entry-value-param.S: New file.
6222 * gdb.arch/amd64-entry-value-param.c: New file.
6223 * gdb.arch/amd64-entry-value-param.exp: New file.
6224
663b969e
TT
62252012-06-15 Tom Tromey <tromey@redhat.com>
6226
6227 * gdb.cp/namespace.exp: Add "show lang" test.
6228
8e09ad05
IS
62292012-06-15 Iain Sandoe <iain@codesourcery.com>
6230
6231 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6232 case. (top level): Use gdb_file_cmd instead of gdb_load.
6233
f85e18ee
JK
62342012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6235
6236 PR tdep/14222
6237 * gdb.arch/i386-sse-stack-align.S: New file.
6238 * gdb.arch/i386-sse-stack-align.c: New file.
6239 * gdb.arch/i386-sse-stack-align.exp: New file.
6240
f3b5e280
KS
62412012-06-13 Keith Seitz <keiths@redhat.com>
6242
6243 PR breakpoints/13798 and mi/11541
6244 * gdb.linespec/ls-errs.exp: Add a few more tests for
6245 filenames with spaces and colons.
6246
50af5481
JK
62472012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6248
6249 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6250 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6251 (test_function): Call CV_f.
6252 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6253 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6254 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6255 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6256 (p CV_f(CV::i)): New tests.
6257
d55637df
TT
62582012-06-13 Tom Tromey <tromey@redhat.com>
6259
6260 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6261
cc80f267
JK
62622012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6263
6264 Fix regression by the "ambiguous linespec" series.
6265 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6266 tests.
6267
bb2af9cc
JK
62682012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6269
6270 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6271 missing.
6272
e81a37f7
TT
62732012-06-11 Tom Tromey <tromey@redhat.com>
6274
6275 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6276 location...
6277 (main): ...here.
6278
8efd7788
YQ
62792012-06-07 Yao Qi <yao@codesourcery.com>
6280
6281 * gdb.trace/strace.exp: Shorten some too-long lines.
6282
359f5fe6
PA
62832012-06-06 Pedro Alves <palves@redhat.com>
6284
6285 * gdb.threads/clone-new-thread-event.c: New file.
6286 * gdb.threads/clone-new-thread-event.exp: New file.
6287
7b2fe205
YQ
62882012-06-06 Yao Qi <yao@codesourcery.com>
6289
6290 * gdb.base/dprintf.c (main): Add extra parameter when calling
6291 printf and fprintf.
6292 (bar): New function. It is a dead function, but to ensure
6293 'malloc' is linked explicitly.
6294
3eca55e8
YQ
62952012-06-06 Yao Qi <yao@codesourcery.com>
6296
6297 * gdb.base/info-proc.exp: Return if target doesn't support
6298 'info proc'.
6299
91cc9324
JK
63002012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6301
6302 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6303 (run program with breakpoint commands): XFAIl if it is not.
6304
c56e7c43
JB
63052012-06-05 Joel Brobecker <brobecker@adacore.com>
6306
6307 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6308 and add comment.
6309 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6310 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6311 "STOP" marker. Adjust testing strategy to make it work on
6312 all targets.
6313
6314 * gdb.base/print-file-var-main.c (main): Rewrite using local
6315 variables and adjust get_version_2's return value check.
6316 Add small comment.
6317 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6318 marker. Adjust testing strategy to make it work on all targets.
6319
ccab2054
JB
63202012-06-05 Joel Brobecker <brobecker@adacore.com>
6321
6322 * gdb.ada/bad-task-bp-keyword: New testcase.
6323
d0d86158
JK
63242012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6325
6326 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6327 Simplify it to ...
6328 (symbol-file ${testfile1}): ... here.
6329 (test eliminated var my_global_symbol)
6330 (test eliminated var my_static_symbol)
6331 (test eliminated var my_global_func, get address of main): Wrap them to
6332 'single psymtabs' and 'single symtabs'
6333 (get address of my_global_symbol, get address of my_static_symbol)
6334 (get address of my_global_func, get address of main): Wrap them to
6335 'order1' and 'order2'.
6336
952cf74c
JK
6337 * gdb.base/code_elim.exp
6338 (add-symbol-file ${testfile1} 0x100000)
6339 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6340 'order2'.
6341 (order1: add-symbol-file ${testfile1} 0x100000)
6342 (order1: add-symbol-file ${testfile2} 0x200000)
6343 (order2: add-symbol-file ${testfile2} 0x200000)
6344 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6345 .bss as appropriate.
6346
0c5bf5a9
JK
63472012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6348
6349 * gdb.server/solib-list-lib.c: New file.
6350 * gdb.server/solib-list-main.c: New file.
6351 * gdb.server/solib-list.exp: New file.
6352
4196f325
MR
63532012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6354
6355 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6356 for 'set print symbol' change.
6357
bfb05775
JK
63582012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6359
6360 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6361 .debug_abbrev_seg3.
6362
685b1105
JK
63632012-05-24 John Steele Scott <toojays@toojays.net>
6364
6365 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6366 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6367 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6368
f3e0e960
SS
63692012-05-23 Stan Shebs <stan@codesourcery.com>
6370
6371 * gdb.mi/mi-info-os.exp: New file.
6372
11eb1b4d
KS
63732012-05-23 Keith Seitz <keiths@redhat.com>
6374
6375 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6376 return -1 to suppress the rest of the tests.
6377 (compile_stap_bin): Return boolean success value.
6378
b1af9e97
TT
63792012-05-21 Tom Tromey <tromey@redhat.com>
6380
6381 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6382 Remove kfails.
6383 (test_print_mi_member_types): Likewise.
6384
248537e3
TT
63852012-05-21 Tom Tromey <tromey@redhat.com>
6386
6387 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6388 print symbol' change.
6389
d791e155
TJB
63902012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6391
6392 * gdb.python/py-prompt.exp: Quit if the target is remote.
6393
e77afa2e
JK
63942012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6395
6396 Fix ERROR: internal buffer is full.
6397 * gdb.base/info-os.exp (expect_multiline): New function.
6398 (get process list, get process groups, get threads)
6399 (get file descriptors, get internet-domain sockets)
6400 (get shared-memory regions, get semaphores, get message queues): Use
6401 it for these tests.
6402
9cb709b6
TT
64032012-05-18 Tom Tromey <tromey@redhat.com>
6404
6405 * gdb.mi/mi-var-cmd.exp: Update.
6406 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6407 * gdb.cp/virtbase.exp: Update.
6408 * gdb.cp/classes.exp (test_static_members): Update.
6409 * gdb.cp/casts.exp: Update.
6410 * gdb.base/pointers.exp: Update.
6411 * gdb.base/funcargs.exp (pointer_args): Update.
6412 (structs_by_reference): Update.
6413 * gdb.base/find.exp: Update.
6414 * gdb.base/call-strs.exp: Send "set print symbol off".
6415 * gdb.base/call-ar-st.exp: Update.
6416 * gdb.ada/fun_addr.exp: Update.
6417 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6418 Call it.
6419 (test_print_repeats_10, test_print_strings)
6420 (test_print_char_arrays): Update.
6421
b012acdd
TT
64222012-05-18 Tom Tromey <tromey@redhat.com>
6423
6424 * gdb.base/charset.exp (string_display): Update.
6425
1d51a733
TT
64262012-05-18 Tom Tromey <tromey@redhat.com>
6427
6428 * gdb.mi/mi2-var-display.exp: Update.
6429 * gdb.mi/mi-var-display.exp: Update.
6430 * gdb.mi/mi-var-child.exp: Update.
6431 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6432 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6433
957df313
DE
64342012-05-17 Doug Evans <dje@google.com>
6435
682c7f7b
DE
6436 * info-macros.exp: Pass "debug" to prepare_for_testing.
6437
957df313
DE
6438 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6439 * gdb.ada/Makefile.in (clean): Ditto.
6440 * gdb.arch/Makefile.in (clean): Ditto.
6441 * gdb.asm/Makefile.in (clean): Ditto.
6442 * gdb.base/Makefile.in (clean): Ditto.
6443 * gdb.cell/Makefile.in (clean): Ditto.
6444 * gdb.cp/Makefile.in (clean): Ditto.
6445 * gdb.disasm/Makefile.in (clean): Ditto.
6446 * gdb.dwarf2/Makefile.in (clean): Ditto.
6447 * gdb.fortran/Makefile.in (clean): Ditto.
6448 * gdb.go/Makefile.in (clean): Ditto.
6449 * gdb.hp/Makefile.in (clean): Ditto.
6450 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6451 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6452 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6453 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6454 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6455 * gdb.java/Makefile.in (clean): Ditto.
6456 * gdb.linespec/Makefile.in (clean): Ditto.
6457 * gdb.mi/Makefile.in (clean): Ditto.
6458 * gdb.modula2/Makefile.in (clean): Ditto.
6459 * gdb.multi/Makefile.in (clean): Ditto.
6460 * gdb.objc/Makefile.in (clean): Ditto.
6461 * gdb.opencl/Makefile.in (clean): Ditto.
6462 * gdb.opt/Makefile.in (clean): Ditto.
6463 * gdb.pascal/Makefile.in (clean): Ditto.
6464 * gdb.python/Makefile.in (clean): Ditto.
6465 * gdb.reverse/Makefile.in (clean): Ditto.
6466 * gdb.server/Makefile.in (clean): Ditto.
6467 * gdb.stabs/Makefile.in (clean): Ditto.
6468 * gdb.threads/Makefile.in (clean): Ditto.
6469 * gdb.trace/Makefile.in (clean): Ditto.
6470 * gdb.xml/Makefile.in (clean): Ditto.
6471
abc9d0dc
TT
64722012-05-16 Tom Tromey <tromey@redhat.com>
6473
6474 * gdb.base/macscp1.c (macscp_expr): Add comment.
6475 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6476
6a3a010b
MR
64772012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6478
6479 * gdb.base/return-nodebug.exp: Also test float and double types.
6480
01429c8e
JK
64812012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6482
6483 PR testsuite/12649
6484 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6485
54115cd4
JK
6486 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6487
0c5f383f
SDJ
64882012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6489
6490 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6491 `rerun_to_main'.
6492 (stap_test_no_debuginfo): Likewise.
6493
e7e0cddf
SS
64942012-05-14 Stan Shebs <stan@codesourcery.com>
6495
6496 * gdb.base/dprintf.c: New file.
6497 * gdb.base/dprintf.exp: New file.
6498
c772f8e7
HZ
64992012-05-14 Hui Zhu <hui_zhu@mentor.com>
6500
6501 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6502 * gdb.trace/disconnected-tracing.c: New file.
6503 * gdb.trace/disconnected-tracing.exp: New file.
6504
7efc75aa
SCR
65052012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6506
6507 * gdb.python/python.c: Add a new breakpoint comment.
6508 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6509
85d4a676
SS
65102011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6511
6512 * gdb.base/info-os.exp: New file.
6513 * gdb.base/info-os.c: New file.
6514
64ea88dc
JB
65152012-05-10 Joel Brobecker <brobecker@adacore.com>
6516
4647ab1b
JB
6517 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6518 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6519 New files.
64ea88dc 6520
afba63f1
JB
65212012-05-10 Joel Brobecker <brobecker@adacore.com>
6522
6523 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6524 gdb.base/ctxobj.exp: New files.
6525
9d198b1e
TT
65262012-05-09 Tom Tromey <tromey@redhat.com>
6527
6528 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6529
9bfee719
MR
65302012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6531
6532 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6533
3a7341d8
MR
65342012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6535
6536 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6537 before using it.
6538
52b3699b
TG
65392012-05-04 Tristan Gingold <gingold@adacore.com>
6540
6541 * gdb.base/set-noassign.exp: New test.
6542
a20ee7a4
SCR
65432012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6544
6545 * gdb.python/py-symbol.exp: Add tests to test the new methods
6546 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6547 * gdb.python/py-symbol.c: Add new struct to help test
6548 gdb.Symtab.static_block().
6549
bf2f0858
DE
65502012-05-03 Doug Evans <dje@google.com>
6551
6552 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6553 commented out.
6554
2d4e0376
YQ
65552012-05-03 Yao Qi <yao@codesourcery.com>
6556
6557 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6558 doesn't support.
6559 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6560 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6561
6d0bb9f3
YQ
65622012-05-03 Yao Qi <yao@codesourcery.com>
6563
6564 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6565
fd820528
DE
65662012-04-30 Doug Evans <dje@google.com>
6567
6568 PR testsuite/13961
6569 * gdb.dwarf2/pr13961.S: New file.
6570 * gdb.dwarf2/pr13961.exp: New file.
6571
b9e219b9
YQ
65722012-04-29 Yao Qi <yao@codesourcery.com>
6573
6574 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6575
3019eac3
DE
65762012-04-28 Doug Evans <dje@google.com>
6577
6578 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6579 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6580 All uses updated.
6581 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6582 "ptype func_cu1" to expand cu2 before cu1.
6583
62e5f89c
SDJ
65842012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6585 Tom Tromey <tromey@redhat.com>
6586
6587 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6588 variables.
6589 * gdb.base/stap-probe.c: New file.
6590 * gdb.base/stap-probe.exp: New file.
6591 * gdb.trace/stap-trace.c: New file.
6592 * gdb.trace/stap-trace.exp: New file.
6593 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6594 libgcc's unwinder.
6595
14132e89
MR
65962012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6597
6598 * gdb.arch/mips16-thunks-inmain.c: New file.
6599 * gdb.arch/mips16-thunks-main.c: New file.
6600 * gdb.arch/mips16-thunks-sin.c: New file.
6601 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6602 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6603 * gdb.arch/mips16-thunks-sinmain.c: New file.
6604 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6605 * gdb.arch/mips16-thunks.exp: New file.
6606
a766d390
DE
66072012-04-25 Doug Evans <dje@google.com>
6608
6609 * configure.ac: Create gdb.go/Makefile.
6610 * configure: Regenerate.
6611 * gdb.base/default.exp: Add "go" to "set language" testing.
6612 * gdb.go/Makefile.in: New file.
6613 * gdb.go/basic-types.exp: New file.
6614 * gdb.go/chan.exp: New file.
6615 * gdb.go/chan.go: New file.
6616 * gdb.go/handcall.exp: New file.
6617 * gdb.go/handcall.go: New file.
6618 * gdb.go/hello.exp: New file.
6619 * gdb.go/hello.go: New file.
6620 * gdb.go/integers.exp: New file.
6621 * gdb.go/integers.go: New file.
6622 * gdb.go/methods.exp: New file.
6623 * gdb.go/methods.go: New file.
6624 * gdb.go/package.exp: New file.
6625 * gdb.go/package1.go: New file.
6626 * gdb.go/package2.go: New file.
6627 * gdb.go/print.exp: New file.
6628 * gdb.go/strings.exp: New file.
6629 * gdb.go/strings.go: New file.
6630 * gdb.go/types.exp: New file.
6631 * gdb.go/types.go: New file.
6632 * gdb.go/unsafe.exp: New file.
6633 * gdb.go/unsafe.go: New file.
6634 * lib/future.exp: Add Go support.
6635 (gdb_find_go, gdb_find_go_linker): New procs.
6636 (gdb_default_target_compile): Add Go support.
6637 * lib/gdb.exp (skip_go_tests): New proc.
6638 * lib/go.exp: New file.
6639
e65f9ffb
TT
66402012-04-25 Tom Tromey <tromey@redhat.com>
6641
6642 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6643
14e75d8e
JK
66442012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6645 Jan Kratochvil <jan.kratochvil@redhat.com>
6646
6647 PR symtab/7259:
6648 * gdb.base/enumval.c: New test case.
6649 * gdb.base/enumval.exp: New test case.
6650 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6651 field.bitpos.
6652
f3525b70
PA
66532012-04-17 Pedro Alves <palves@redhat.com>
6654
6655 * Makefile.in (site.exp): Make site.exp source
6656 $srcdir/lib/append_gdb_boards_dir.exp.
6657 * lib/append_gdb_boards_dir.exp: New file.
6658
bccbefd2
JK
66592012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6660
6661 New option "set auto-load safe-path".
6662 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6663 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6664
bf88dd68
JK
66652012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6666
6667 auto-load: Implementation.
6668 * gdb.base/help.exp (test set height): Increase the height.
6669 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6670 to ...
6671 (info auto-load python-scripts): ... here.
6672 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6673 to ...
6674 (info auto-load python-scripts *): ... here.
6675
c0d4d1c0
YQ
66762012-04-16 Yao Qi <yao@codesourcery.com>
6677
6678 * lib/trace-support.exp (get_in_proc_agent): New.
6679 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6680 of in process trace agent.
6681 * gdb.trace/ftrace.exp: Likewise.
6682 * gdb.trace/pending.exp: Likewise.
6683 * gdb.trace/trace-break.exp: Likewise.
6684 * gdb.trace/trace-mt.exp
6685 * gdb.trace/tspeed.exp: Likewise.
6686 * gdb.trace/tstatus.exp
6687 * gdb.trace/strace.exp: Likewise.
6688
cbf68a60
TS
66892012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6690
dd6d3b70
TS
6691 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6692 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6693
cbf68a60
TS
6694 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6695
8264ba82
AG
66962012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6697
6698 PR mi/13393
6699 * gdb.mi/mi-var-rtti.cc: New file.
6700 * gdb.mi/mi-var-rtti.exp: New file.
6701 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6702 function.
6703 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6704
de0919f8 67052012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
6706
6707 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6708 EXECUTABLES.
6709 * gdb.python/py-explore.c: C program used for testing the new
6710 'explore' command on C constructs.
6711 * gdb.python/py-explore.cc: C++ program used for testing the new
6712 'explore' command on C++ constructs.
6713 * gdb-python/py-explore.exp: Tests for the new 'explore'
6714 command on C constructs.
6715 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6716 command on C++ constructs.
6717
a82da7dd
MK
67182012-04-07 Mark Kettenis <kettenis@gnu.org>
6719
6720 * gdb.base/funcargs.exp (complex_args): Fix typo.
6721
e127cba8
JK
67222012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6723
6724 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6725 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6726
40e084e1
KS
67272012-04-05 Keith Seitz <keiths@redhat.com>
6728
6729 * gdb.base/advance.exp: Update error message for
6730 "advance malformed" test.
6731 * gdb.base/break.exp: Likewise for "breakpoint with
6732 trailing garbage" test.
6733 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6734 with trailing garbage" test.
6735 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6736 trailng garbage" test.
6737 * gdb.base/until.exp: Likewise for "malformed until" test.
6738 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6739 for "breakpoint info (after setting on all)".
6740 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6741 tests.
6742 * gdb.cp/cplabel.cc: New file.
6743 * gdb.cp/cplabel.exp: New test.
6744 * gdb.linespec/ls-errs.c: New file.
6745 * gdb.linespec/ls-errs.exp: New test.
6746
a72c8f6a
JK
67472012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6748
6749 * gdb.trace/unavailable.exp
6750 (collect globals: print object on: print derived_partial)
6751 (collect globals: print object on: print derived_whole)
6752 (collect globals: print object off: print derived_partial)
6753 (collect globals: print object off: print derived_whole): Update
6754 expected output.
6755
f87a3023
KS
67562012-03-30 Keith Seitz <keiths@redhat.com>
6757
6758 * gdb.python: Add test for linespecs with commas.
6759
e2171b3c
KS
67602012-03-28 Keith Seitz <keiths@redhat.com>
6761
6762 * gdb.linespec/ls-dollar.cc: New file.
6763 * gdb.linespec/ls-dollar.exp: New test.
6764
67652012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
6766
6767 * gdb.cp/namespace.exp: Add breakpoint tests for functions
6768 starting with the global namespace.
6769
2f4e0a80
DE
67702012-03-23 Doug Evans <dje@google.com>
6771
6772 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
6773
7b282c5a
SCR
67742012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6775
6776 * gdb.python/py-value.cc: Add test case for testing the
6777 methodology exposing C++ values to Python.
6778 * gdb.python/py-value-cc.exp: Add tests testing the methodology
6779 exposing C++ values to Python.
6780 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
6781
2e98ca53
JK
67822012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6783 Siddhesh Poyarekar <siddhesh@redhat.com>
6784
6785 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
6786 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6787 (generate native core dump): Make the test unsupported if core cannot
6788 be generated.
6789
8320cc4f
JK
67902012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6791
6792 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
6793 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
6794 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
6795
3a69ffb2
JK
67962012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6797
6798 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6799
8fabffee
DE
68002012-03-17 Doug Evans <dje@google.com>
6801
6802 * dg-extract-results.sh: Handle KFAILs.
6803
ab260dad
JK
68042012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 PR symtab/13777
6807 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6808
53ba8333
JB
68092012-03-16 Joel Brobecker <brobecker@adacore.com>
6810
6811 * gdb.ada/set_pckd_arr_elt: New testcase.
6812
481860b3
GB
68132012-03-16 Gary Benson <gbenson@redhat.com>
6814
6815 PR breakpoints/10738
6816 * gdb.opt/inline-break.exp: New file.
6817 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
6818 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6819 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
6820 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6821 * gdb.base/async-shell.exp: Likewise.
6822 * lib/mi-support.exp (library_loaded_re): Likewise.
6823
410528f0
TT
68242012-03-15 Tom Tromey <tromey@redhat.com>
6825
6826 * gdb.cp/virtfunc2.exp: Update expected output.
6827 * gdb.cp/pr9631.exp: Update expected output.
6828 * gdb.cp/member-ptr.exp: Update expected output.
6829 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6830 output.
6831 * gdb.cp/casts.exp: Update expected output.
6832
c4aeac85
TT
68332012-03-15 Tom Tromey <tromey@redhat.com>
6834
6835 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6836 (test_info_vtbl): Likewise.
6837 (do_tests): Call test_info_vtbl.
6838 * gdb.cp/virtfunc.cc (va): New global.
6839
856d06f9
TS
68402012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6841
6842 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6843 describing DWARF data structures.
6844 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6845 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6846 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6847 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6848 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6849 * gdb.dwarf2/dw2-param-error.S: Likewise.
6850 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6851 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6852 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6853 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6854 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6855 * gdb.dwarf2/pr11465.S: Likewise.
6856
e837f12a
JK
68572012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6858
6859 * gdb.mi/mi2-prompt.exp: New file.
6860
ccbb4f28
JB
68612012-03-13 Joel Brobecker <brobecker@adacore.com>
6862
6863 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6864
32039130
JB
68652012-03-13 Joel Brobecker <brobecker@adacore.com>
6866
6867 * gdb.ada/bp_range_type: New testcase.
6868
16899756
DE
68692012-03-13 Doug Evans <dje@google.com>
6870
6871 * gdb.base/default.exp: Delete tests for symbol-reloading.
6872 * gdb.base/help.exp: Ditto.
6873 * gdb.base/setshow.exp: Ditto.
6874 * gdb.base/gdb_history: Delete references to symbol-reloading.
6875
87b0bb13
JK
68762012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6877
6878 * gdb.base/attach-twice.c: New files.
6879 * gdb.base/attach-twice.exp: New files.
6880
0d7941a9
KS
68812012-03-08 Keith Seitz <keiths@redhat.com>
6882
6883 * lib/gdb.exp (gdb_get_line_number): Throw an
6884 error instead of returning -1.
6885 * gdb.base/break.exp: Remove unused variable
6886 bp_location5.
6887 * gdb.base/hbreak2.exp: Likewise.
6888 * gdb.base/sepdebug.exp: Likewise.
6889
f4647387
YQ
68902012-03-08 Yao Qi <yao@codesourcery.com>
6891 Pedro Alves <palves@redhat.com>
6892
6893 Fix PR server/13392.
6894 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6895 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6896 download tracepoints.
6897 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6898 (pending_tracepoint_resolved_during_trace): Likewise.
6899 (pending_tracepoint_installed_during_trace): Likewise.
6900 (pending_tracepoint_with_action_resolved): Likewise.
6901
83c532cb
KS
69022012-03-08 Keith Seitz <keiths@redhat.com>
6903
6904 * gdb.ada/array_bounds.exp: Get breakpoint for line
6905 with "START", not "STOP".
6906 * gdb.python/py-infthread.exp: Do not continue to
6907 line marked "Break here.", which is undefined.
6908
d6b6bbb7
LM
69092012-03-08 Luis Machado <lgustavo@codesourcery.com>
6910
6911 Revert:
6912
6913 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6914
6915 Implement testsuite workaround for PR breakpoints/13781.
6916 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6917 (set breakpoint condition-evaluation host): New conditional command.
6918
7fe25d9b
JK
69192012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6920
6921 Fix CU relative vs. absolute DIE offsets.
6922 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6923 one.
6924
51898c15
JK
69252012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6926
6927 Fix false FAIL on distros with relro linkage as default.
6928 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6929 -Wl,-z,norelro first.
6930
8131799e
JB
69312012-03-06 Joel Brobecker <brobecker@adacore.com>
6932
6933 * gdb.ada/bp_on_var: New testcase.
6934
ba241969
JB
69352012-03-06 Joel Brobecker <brobecker@adacore.com>
6936
6937 * gdb.ada/bp_enum_homonym: New testcase.
6938
abe49676
YQ
69392012-03-06 Yao Qi <yao@codesourcery.com>
6940
6941 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6942 x86_64-*-* and i?86-*-*.
6943 Set up KFAIL for gdb/13808.
6944
d8df103b
TT
69452012-03-05 Tom Tromey <tromey@redhat.com>
6946
6947 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6948 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6949
b7b189f3
TT
69502012-03-05 Tom Tromey <tromey@redhat.com>
6951
6952 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6953
69dc1c4d
YQ
69542012-03-04 Yao Qi <yao@codesourcery.com>
6955
6956 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6957 messages for KFAIL.
6958
3f20c47f
JK
69592012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6960
6961 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6962 (print one_two_three, indexes off, print few_reps, indexes off)
6963 (print many_reps, indexes off, print empty, indexes off)
6964 (print one_two_three, print few_reps, print many_reps, print empty):
6965 Call setup_xfail if $gcc_old.
6966
abf1152a
JK
69672012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6968
6969 Implement testsuite workaround for PR breakpoints/13781.
6970 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6971 (set breakpoint condition-evaluation host): New conditional command.
6972
a06715f8
JK
69732012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6974
6975 Code cleanup.
6976 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6977 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6978 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6979 number 1 by $bpnum. Four times.
6980
5808517f
YQ
69812012-03-03 Yao Qi <yao@codesourcery.com>
6982
6983 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6984
dfe2ac14
JK
69852012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6986
6987 Setup KFAIL for PR server/13796.
6988 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6989
8bbc467a
JB
69902012-03-02 Joel Brobecker <brobecker@adacore.com>
6991
6992 * gdb.ada/operator_bp: New testcase.
6993
c0eac87f
JB
69942012-03-02 Joel Brobecker <brobecker@adacore.com>
6995
6996 * gdb.ada/info_locals_renaming: New testcase.
6997
4f42c881
TT
69982012-03-02 Tom Tromey <tromey@redhat.com>
6999
7000 * gdb.base/nextoverexit.c: New file.
7001 * gdb.base/nextoverexit.exp: New file.
7002
7380c0c9
EBM
70032012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7004
7005 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7006 parameter.
7007
1faeff08
MR
70082012-03-01 Maciej W. Rozycki <macro@mips.com>
7009
7010 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7011 core registers.
7012
320b6f49 70132012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
7014 Maciej W. Rozycki <macro@codesourcery.com>
7015 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
7016
7017 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7018
ad5f7d6e
PA
70192012-03-01 Pedro Alves <palves@redhat.com>
7020
7021 PR gdb/13767
7022
7023 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7024 (gdb_collect_globals_test): Call it.
7025
d3dc44a6
KS
70262012-03-01 Keith Seitz <keiths@redhat.com>
7027
7028 * gdb.cp/method2.exp: Output of overload menu is now
7029 alphabetized. Update tests for "break A::method".
7030 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7031 of hard-coding them.
7032 Overload menu is alphabetized: rewrite to accommodate.
7033 Unset variables LINE and TYPES which are used in other tests.
7034 Compute the output of "info break".
7035 Update the breakpoint table after all breakpoints are deleted.
7036 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7037 compute ACTUALS and the method body based on parameters.
7038 Update expected output accordingly.
7039 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7040 unique comments to allow the use of gdb_get_line_number.
7041
70422012-03-01 Keith Seitz <keiths@redhat.com>
7043
7044 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7045 some Tcl syntax.
7046 * gdb.cp/ovldbreak.exp: Likewise.
7047
7949c2a0
KS
70482012-03-01 Keith Seitz <keiths@redhat.com>
7049
7050 * gdb.base/help.exp (help show user): Update expected result
7051 for new doc string changes (add "non-python").
7052
7d74f244
DE
70532012-03-01 Scott J. Goldman <scottjg@vmware.com>
7054
7055 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7056 be put in the user-defined category and that the commands appear in
7057 "help user-defined".
7058
1b611343
JB
70592012-02-29 Joel Brobecker <brobecker@adacore.com>
7060
7061 * gdb.ada/tagged_not_init: New testcase.
7062
99b1c762
JB
70632012-02-29 Joel Brobecker <brobecker@adacore.com>
7064
7065 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7066 * gdb.ada/enum_idx_packed: New testcase.
7067
2d4a02ee
JB
70682012-02-29 Joel Brobecker <brobecker@adacore.com>
7069
7070 * gdb.ada/aliased_array: New testcase.
7071
2e6fda7d
JB
70722012-02-29 Joel Brobecker <brobecker@adacore.com>
7073
7074 * gdb.ada/whatis_array_val: New testcase.
7075
9a7f938f
JK
70762012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7077
7078 Fix disp-step-syscall.exp: fork: single step over fork.
7079 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7080 whitespaces.
7081 (single step over $syscall): Remove its check.
7082 (single step over $syscall final pc): New check.
7083
8703a944
JK
70842012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7085
7086 Support processors without SSSE3.
7087 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7088 pabsd into ...
7089 (ssse3_test): ... a new function.
7090 (main): Call ssse3_test.
7091 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7092 Update expected values everywhere.
7093 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7094 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7095 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7096 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7097 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7098 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7099 Move these tests lower.
7100 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7101 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7102 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7103 New tests.
7104
c03e6ccc
YQ
71052012-02-29 Yao Qi <yao@codesourcery.com>
7106 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.trace/trace-mt.c: New.
7109 * gdb.trace/trace-mt.exp: New.
7110
7964b62a
TS
71112012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7112
2c8910ba
TS
7113 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7114 numbers instead of hardcoding them.
7115 * gdb.base/annota1.c: Provide suitable markers.
7116 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7117 numbers instead of hardcoding them.
7118 * gdb.base/annota3.c: Provide suitable markers.
7119
7120 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7121 * gdb.base/annota3.c: Likewise.
7122 * gdb.base/sigall.c: Likewise.
7123 * gdb.base/signals.c: Likewise.
7124 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 7125
5a41c0b7
MR
71262012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7127
7128 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7129 failure return path.
7130
ebbbe5c5
LM
71312012-02-27 Luis Machado <lgustavo@codesourcery.com>
7132
7133 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7134
8d126d8a
LM
71352012-02-24 Luis Machado <lgustavo@codesourcery.com>
7136
7137 * gdb.base/cond-eval-mode.exp: New file.
7138
11337c2f
PA
71392012-02-24 Pedro Alves <palves@redhat.com>
7140
7141 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7142 (top level): Use with_test_prefix.
7143
13fc3e3c
PA
71442012-02-24 Pedro Alves <palves@redhat.com>
7145
7146 * gdb.threads/attach-into-signal.exp (corefunc): Use
7147 with_test_prefix.
7148
07c1b626
JK
71492012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7150
7151 Fix false FAILs on old CPUs without SSE.
7152 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7153 Return untested for Illegal instruction.
7154
596ba138
JK
71552012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7156
7157 Fix false FAILs with glibc debug infos installed.
7158 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7159 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7160
aeaa2474
SA
71612012-02-22 Sterling Augustine <saugustine@google.com>
7162
7163 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7164 constant with cast.
7165
aed555c9
PA
71662012-02-21 Pedro Alves <palves@redhat.com>
7167
7168 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7169
78afebb4
PA
71702012-02-21 Pedro Alves <palves@redhat.com>
7171
7172 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7173
fdcfef12
PA
71742012-02-21 Pedro Alves <palves@redhat.com>
7175
7176 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7177 with_test_prefix.
7178
0f4d39d5
PA
71792012-02-21 Pedro Alves <palves@redhat.com>
7180
7181 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7182 with_test_prefix here.
7183 (top level): Do it here instead. Remove `:' from the
7184 with_test_prefix string.
7185 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7186 the suffix `:' from the with_test_prefix prefix string.
7187 * gdb.base/break-interp.exp: Ditto.
7188 * gdb.base/catch-load.exp: Ditto.
7189 * gdb.base/disp-step-syscall.exp: Ditto.
7190 * gdb.base/jit-so.exp: Ditto.
7191 * gdb.base/jit.exp: Ditto.
7192 * gdb.base/sepdebug.exp: Ditto.
7193 * gdb.base/solib-display.exp: Ditto.
7194 * gdb.base/solib-overlap.exp: Ditto.
7195 * gdb.base/watch-cond-infcall.exp: Ditto.
7196 * gdb.base/watchpoint.exp: Ditto.
7197 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7198 * gdb.mi/mi-watch.exp: Ditto.
7199 * gdb.mi/mi2-watch.exp: Ditto.
7200 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7201 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7202 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7203 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7204 * gdb.threads/watchpoint-fork.exp: Ditto.
7205 * gdb.threads/watchthreads-reorder.exp: Ditto.
7206 * gdb.trace/change-loc.exp: Ditto.
7207 * gdb.trace/pending.exp: Ditto.
7208 * gdb.trace/status-stop.exp: Ditto.
7209 * gdb.trace/strace.exp: Ditto.
7210 * gdb.trace/trace-break.exp: Ditto.
7211 * gdb.trace/unavailable.exp: Ditto.
7212 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7213 suffix with colon. Adjust leading comments.
7214
6a5870ce
PA
72152012-02-21 Pedro Alves <palves@redhat.com>
7216 Tom Tromey <tromey@redhat.com>
7217
7218 * lib/gdb.exp: Add description of test prefixes.
7219 (with_test_prefix): New procedure.
7220 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7221 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7222 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7223 instead of lappend to append to pf_prefix.
7224 * gdb.base/catch-load.exp: Use with_test_prefix.
7225 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7226 * gdb.base/jit-so.exp: Use with_test_prefix.
7227 * gdb.base/jit.exp: Use with_test_prefix.
7228 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7229 lappend to append to pf_prefix.
7230 * gdb.base/sepdebug.exp: Use with_test_prefix.
7231 * gdb.base/solib-display.exp: Use with_test_prefix.
7232 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7233 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7234 * gdb.base/watchpoint.exp: Use with_test_prefix.
7235 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7236 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7237 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7238 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7239 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7240 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7241 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7242 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7243 append instead of lappend to append to pf_prefix.
7244 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7245 * gdb.trace/change-loc.exp: Use with_test_prefix.
7246 * gdb.trace/pending.exp: Use with_test_prefix.
7247 * gdb.trace/status-stop.exp: Use with_test_prefix.
7248 * gdb.trace/strace.exp: Use with_test_prefix.
7249 * gdb.trace/trace-break.exp: Use with_test_prefix.
7250 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7251 instead of lappend to append to pf_prefix.
7252
35dc4a6b
JK
72532012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7254
7255 Fix racy FAILs.
7256 * gdb.base/inferior-died.c (main): Add return of 0.
7257 * gdb.base/inferior-died.exp (continue): Fix expectation of
7258 asynchronous events.
7259 (p 1): New test.
7260
c5a006e6
PA
72612012-02-20 Pedro Alves <palves@redhat.com>
7262
7263 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7264 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7265 gdb's internal debug output. For the non-threaded case, look for
7266 "Program received signal SIGLARM", for the threaded case, peek at
7267 the thread's siginfo.
7268
cc51a170
PA
72692012-02-20 Pedro Alves <palves@redhat.com>
7270
7271 General cleanup, make output test messages unique, and build
7272 different executable files for the non-threaded and threaded
7273 cases.
7274
7275 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7276 Delete.
7277 (executable_nothr, executable_thr): New globals.
7278 (top level): Adjust to delete both executables.
7279 (corefunc): New parameter $executable. Set $pf_prefix instead of
7280 hand writing a prefix in tests. Issue a clean_restart and enable
7281 lin-lwp debug output here.
7282 (top level): Adjust. Use build_executable. Don't start gdb here,
7283 and don't enable lin-lwp debug output here.
7284 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7285
c755f03d
JK
72862012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7287
7288 Fix racy FAILs.
7289 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7290 "continue" command.
7291
6bec5e0a
JK
72922012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7293
7294 Fix for gdbserver non-extended mode.
7295 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7296 and gdb_run_cmd.
7297
2e8265fd
TT
72982012-02-17 Tom Tromey <tromey@redhat.com>
7299
7300 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7301 * gdb.python/py-events.exp: Check 'dir' output.
7302 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7303
9e507076
YQ
73042012-02-17 Yao Qi <yao@codesourcery.com>
7305
7306 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7307
32d22ab1
TT
73082012-02-16 Tom Tromey <tromey@redhat.com>
7309
7310 * gdb.base/inferior-died.c: Don't include stdio.h.
7311
9addecb9
TT
73122012-02-16 Tom Tromey <tromey@redhat.com>
7313
7314 * gdb.base/inferior-died.c: New file.
7315 * gdb.base/inferior-died.exp: New file.
7316
4cb6da1c
AR
73172012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7318
7319 * gdb.base/break-inline.exp: New file.
7320 * gdb.base/break-inline.c: New file.
7321
3af2590d
TT
73222012-02-15 Tom Tromey <tromey@redhat.com>
7323
7324 * gdb.base/pc-fp.exp: Add "info register" tests.
7325
29988831
TT
73262012-02-15 Tom Tromey <tromey@redhat.com>
7327
7328 * gdb.base/regs.exp: Remove.
7329
10010058
PA
73302012-02-15 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7333 the target doesn't support tracepoints.
7334 * gdb.trace/circ.exp: Ditto.
7335 * gdb.trace/collection.exp: Ditto.
7336 * gdb.trace/packetlen.exp: Ditto.
7337 * gdb.trace/passc-dyn.exp: Ditto.
7338 * gdb.trace/report.exp: Ditto.
7339 * gdb.trace/tfind.exp: Ditto.
7340 * gdb.trace/tspeed.exp: Ditto.
7341 * gdb.trace/tsv.exp: Ditto.
7342 * gdb.trace/unavailable.exp: Ditto.
7343 * gdb.trace/while-dyn.exp: Ditto.
7344
a2e0062d
PA
73452012-02-15 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7348 gdb_test_multiple, and call unsupported instead of fail, if the
7349 remote side does not support the request.
7350
a1999d40
PA
73512012-02-15 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7354 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7355 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7356 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7357 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7358 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7359 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7360 doesn't start with "extended-" already.
7361
7cee1e54
PA
73622012-02-15 Pedro Alves <palves@redhat.com>
7363
7364 Support extended-remote. Avoid cascading timeouts.
7365
7366 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7367 the extended-remote target. If attaching with no file fails, load
7368 the file manually.
7369 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7370
816338b5
SS
73712012-02-14 Stan Shebs <stan@codesourcery.com>
7372
7373 * gdb.base/ena-dis-br.exp: Add enable count test.
7374
cc30c4bd
PA
73752012-02-13 Pedro Alves <palves@redhat.com>
7376
7377 * config/mips-idt.exp: Delete.
7378 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7379 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7380 * gdb.base/break.exp: Remove mips-idt references.
7381 * gdb.base/chng-syms.exp: Ditto.
7382 * gdb.base/default.exp: Ditto.
7383 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7384 (top level): Don't call it.
7385 * gdb.base/opaque.exp: Remove mips-idt restarts.
7386 * gdb.base/ptype.exp: Remove mips-idt xfails.
7387 * gdb.base/scope.exp: Remove mips-idt restarts.
7388 * gdb.base/sepdebug.exp: Remove mips-idt references.
7389 * gdb.base/watchpoint.exp (maybe_clean_restart)
7390 (maybe_reinitialize): Delete.
7391 (test_disabling_watchpoints, test_disabling_watchpoints)
7392 (test_watchpoint_triggered_in_syscall)
7393 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7394 Don't call them.
7395
57008375
JK
73962012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7397
7398 * gdb.server/server-exec-info.exp: New file.
7399
4a2d9c08
PA
74002012-02-10 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7403 always non-empty.
7404 (test_attach): Always pass $exec to test_attach_gdb.
7405
09fa21bd
TT
74062012-02-08 Tom Tromey <tromey@redhat.com>
7407
7408 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7409 before inferior is started.
7410
f0823d2c
TT
74112012-02-07 Tom Tromey <tromey@redhat.com>
7412
7413 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7414 Symbol.value.
7415 * gdb.python/py-symbol.c (qq): Set default value.
7416
74172012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
7418
7419 * gdb.python/py-symbol.c (qq): New global.
7420 * gdb.python/py-symbol.exp: Add test for frame-less
7421 lookup_symbol.
7422 * gdb.python/py-symtab.exp: Fix line number.
7423
f7e44f65
JB
74242012-02-03 Joel Brobecker <brobecker@adacore.com>
7425
7426 * gdb.ada/mi_task_arg: New testcase.
7427
4c9ed63c
PA
74282012-02-02 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7431 extended timeout.
7432
c0b9f2c6
PA
74332012-02-02 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7436 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7437
5f8cefd7
PA
74382012-02-02 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.base/term.exp: Rewrite.
7441 * gdb.base/term.c: New.
7442
2f3a2569
PA
74432012-02-02 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.base/default.exp (run "r" abbreviation, run): Add
7446 extended-remote expected output.
7447
f149aabd
TT
74482012-02-02 Tom Tromey <tromey@redhat.com>
7449
7450 * gdb.cp/dispcxx.exp: New file.
7451 * gdb.cp/dispcxx.cc: New file.
7452
03bef283
TT
74532012-02-01 Tom Tromey <tromey@redhat.com>
7454
7455 * gdb.base/jit-simple.exp: New file.
7456 * gdb.base/jit-simple.c: New file.
7457
a79b18b5
YQ
74582012-01-30 Yao Qi <yao@codesourcery.com>
7459
7460 * gdb.base/skip.exp: Make test result unique.
7461
f0d1a53e
JK
74622012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7463
7464 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7465 compatibility with valgrind-3.7.0.
7466
4b3c9f41
PA
74672012-01-27 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.base/watchpoint.exp (no_hw): New global.
7470 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7471 disable hw watchpoints.
7472 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7473 don't expect hw watchpoints.
7474 (no_hw_watchpoints): Always clean restart.
7475 (do_tests): New procedure, factored out from the top level.
7476 (top level): Run tests twice. Once with hw watchpoints enabled,
7477 another time with hw watchpoints disabled.
7478
a13491c8
PA
74792012-01-27 Pedro Alves <palves@redhat.com>
7480
7481 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7482 out from the top level.
7483 (top level): Call it instead.
7484
f2c8a051
PA
74852012-01-27 Pedro Alves <palves@redhat.com>
7486
7487 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7488 watchpoints sooner.
7489
654d7a9e
PA
74902012-01-27 Pedro Alves <palves@redhat.com>
7491
7492 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7493
274f47f3
PA
74942012-01-27 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7497 "You may have requested too many hardware
7498 breakpoints/watchpoints".
7499
e4d63ba2
PA
75002012-01-27 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.base/watchpoint.exp (maybe_clean_restart)
7503 (maybe_reinitialize): New.
7504 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7505 expect "hit N times".
7506 (test_disabling_watchpoints, test_complex_watchpoint)
7507 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7508 Call maybe_clean_restart.
7509 (top level): Use clean_restart. Remove "mips-idt-*"
7510 reinitialization.
7511
dbd95daf
PA
75122012-01-27 Pedro Alves <palves@redhat.com>
7513
7514 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7515
f3ad2025
PA
75162012-01-27 Pedro Alves <palves@redhat.com>
7517
7518 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7519 require `initialize' anymore. Remove unnecessary `initialize'
7520 calls.
7521
100aa3ae
PA
75222012-01-27 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.base/watchpoint.exp (wp_set): Delete.
7525 (initialize, test_simple_watchpoint, top level): Remove dead code.
7526
c79a8e11
PA
75272012-01-27 Pedro Alves <palves@redhat.com>
7528
7529 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7530 typo.
7531
048fe15a
PA
75322012-01-27 Pedro Alves <palves@redhat.com>
7533
7534 * config/extended-gdbserver.exp: New file.
7535 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7536 comment.
7537 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7538 * boards/native-extended-gdbserver.exp: New file.
7539
4033a6bf
PA
75402012-01-26 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7543 and gdb_test_multiple.
7544
3d7f4b81
PA
75452012-01-26 Pedro Alves <palves@redhat.com>
7546
7547 Make test messages unique, and more identifiable.
7548 * gdb.multi/watchpoint-multi.exp: Change test messages.
7549
484abf42
TT
75502012-01-25 Tom Tromey <tromey@redhat.com>
7551
7552 * gdb.base/solib-disc.exp: Fix regexps.
7553
edcc5120
TT
75542012-01-24 Tom Tromey <tromey@redhat.com>
7555
7556 * lib/mi-support.exp (mi_expect_stop): Add special case for
7557 solib-event.
7558 * gdb.base/catch-load-so.c: New file.
7559 * gdb.base/catch-load.exp: New file.
7560 * gdb.base/catch-load.c: New file.
7561 * gdb.base/break-interp.exp (reach_1): Update regexp.
7562
30b91c90
JK
75632012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7564
7565 Fix fuzzy results.
7566 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7567 lpsimple and func.
7568
53fe1783
GB
75692012-01-24 Gary Benson <gbenson@redhat.com>
7570
7571 Delete #if 0'd out code.
7572 * gdb.base/default.exp (info catch): Remove.
7573 * gdb.base/gdb_history (info catch): Likewise.
7574 * gdb.base/help.exp (info catch): Likewise.
7575
d0d8b0c6
JK
75762012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7577
7578 Fix watchpoints to be specific for each inferior.
7579 * gdb.multi/watchpoint-multi.c: New file.
7580 * gdb.multi/watchpoint-multi.exp: New file.
7581
4403d8e9
JK
75822012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7583
7584 Fix watchpoints across inferior fork.
7585 * gdb.threads/watchpoint-fork-child.c: New file.
7586 * gdb.threads/watchpoint-fork-mt.c: New file.
7587 * gdb.threads/watchpoint-fork-parent.c: New file.
7588 * gdb.threads/watchpoint-fork-st.c: New file.
7589 * gdb.threads/watchpoint-fork.exp: New file.
7590 * gdb.threads/watchpoint-fork.h: New file.
7591
050a2e1d
PA
75922012-01-23 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.base/call-signal-resume.exp: Allow output after "return".
7595
6a52fb62
PA
75962012-01-20 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.python/py-finish-breakpoint.py: Fix typo.
7599
145b16a9
UW
76002012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7601
7602 * gdb.base/info-proc.exp: Also run on remote targets. Main
7603 "info proc" command is now always present; whether target supports
7604 actual info proc operation is detected when attempting to issue
7605 the command.
7606
26f6125e
JK
76072012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7608
7609 * .gdbinit: Remove.
7610
eb5227ce
PA
76112012-01-19 Pedro Alves <palves@redhat.com>
7612
7613 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7614 look at the funtions' returns.
7615 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7616 (jprint.print(int, int)): Change return type to int. Adjust.
7617
1db33378
PP
76182012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7619
7620 PR gdb/9538
7621 * gdb.base/sepdebug.exp: New test.
7622
b9736cf8
PA
76232012-01-18 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7626 Allow output before ^done.
7627
4aac40c8
TT
76282012-01-16 Tom Tromey <tromey@redhat.com>
7629
7630 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7631 Add tests for relative directory.
7632
cafec441
TT
76332012-01-16 Tom Tromey <tromey@redhat.com>
7634
7635 * gdb.base/printcmds.c (enum flag_enum): New.
7636 (three): New global.
7637 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7638 enum printing.
7639 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7640 FlagEnumerationPrinter.
7641 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7642 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7643 (fval): New global.
7644
abcc4978
PA
76452012-01-16 Pedro Alves <palves@redhat.com>
7646
7647 * lib/gdb.exp (banned_procedures): New variable.
7648 (banned_variables_traced): Rename to ...
7649 (banned_traced): ... this.
7650 (gdb_init): Also trace banned procedures.
7651 (gdb_finish): Also untrace banned procedures.
7652
97ccebe8
PA
76532012-01-16 Pedro Alves <palves@redhat.com>
7654
7655 Remove all calls to strace.
7656
2af7517b
JK
76572012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7658
7659 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7660 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7661
9241a8bc
PP
76622012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7663
7664 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7665 * gdb.base/pie-execl.exp: Likewise.
7666
3848a17f
KS
76672012-01-12 Keith Seitz <keiths@redhat.com>
7668
7669 PR mi/10586
7670 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7671 (do_anonymous_type_tests): New function.
7672 (main): Call do_anonymous_type_tests.
7673 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7674 (verify_everything): New procedure.
7675 * gdb.mi/mi-var-cp.cc (class A): New class.
7676 (anonymous_structs_and_unions): New function.
7677 (main): Call anonymous_structs_and_unions.
7678 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7679 (verify_everything): New procedure.
7680
440e2fca
KS
76812012-01-12 Keith Seitz <keiths@redhat.com>
7682
7683 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7684 (varobj_tree::get_path_expr): Assume that all varobjs are
7685 compound unless they are known simple types.
7686 Adjust path expressions based on parent type, path parent type,
7687 and tree language.
7688 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7689 the root varobj.
7690 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7691
675399c9
PA
76922012-01-11 Pedro Alves <palves@redhat.com>
7693
7694 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7695 core files on this machine" anymore.
7696
97ddaa9b
PH
76972012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7698
7699 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7700 (main): Repeat recurser call.
7701 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7702 equivalent to 'local_x'.
7703
ea733575 77042012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 7705 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
7706
7707 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7708
2ca0b532
PA
77092012-01-05 Pedro Alves <alves.ped@gmail.com>
7710
7711 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7712 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7713 * gdb.python/py-events.exp: Test that "step N" tripping on a
7714 breakpoint emits a breakpoint event.
7715
6e681866
JB
77162012-01-03 Joel Brobecker <brobecker@adacore.com>
7717
7718 * gdb.base/auxv.exp: Reformat the copyright notice.
7719
3c2d6aff
YQ
77202012-01-03 Yao Qi <yao@codesourcery.com>
7721
7722 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7723 (strace_trace_on_diff_addr): New.
7724 * gdb.trace/strace.c: (main): Add two local variables.
7725
0852fee3
UW
77262011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7727
7728 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7729 * gdb.cell/gcore.exp: Likewise.
7730 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7731 to verify the correct instance of main is selected.
7732
12c3e59c
JB
77332012-01-02 Joel Brobecker <brobecker@adacore.com>
7734
7735 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7736 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7737 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7738 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7739 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7740 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7741 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7742 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7743 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7744 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7745 gdb.threads/thread_check.c: Reformat copyright header.
7746
c0f378ec
EBM
77472011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
7748
e4a7ca93 7749 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
7750 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7751 is not enabled.
7752
3bc96cfb
JK
77532011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7754
7755 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7756 parameter to self_exec, adjust the function.
7757 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
7758 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7759 (set var do_exit = 0): Remove test.
7760 (newline at end of file): Add one.
7761
095bcf5e
JB
77622011-12-27 Joel Brobecker <brobecker@adacore.com>
7763
7764 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
7765 New files.
7766
18d19bd1
JK
77672011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7768
7769 Fix racy FAILs.
7770 * gdb.threads/fork-thread-pending.c (barrier): New variable.
7771 (thread_function, thread_forker): Call pthread_barrier_wait for it.
7772 (main): Call pthread_barrier_init for it.
7773
e809353a
JK
77742011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7775
7776 Fix double send_gdb leading to racy FAILs.
7777 * gdb.base/break.exp (set silent break bp_location1): Replace
7778 3x send_gdb and gdb_expect by gdb_test.
7779 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
7780 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
7781 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
7782 instead of send_gdb. Twice.
7783 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
7784 3x send_gdb and gdb_expect by gdb_test.
7785 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
7786
da8cb7ec
JK
77872011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7788
7789 * gdb.linespec/linespec.exp: Compile using {c++}.
7790
ae1a303e
JK
77912011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7792
7793 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
7794 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
7795 (verify GCC PR debug/51668): New test.
7796
cc72b2a2
KP
77972011-12-23 Kevin Pouget <kevin.pouget@st.com>
7798
7799 Introduce gdb.FinishBreakpoint in Python.
7800 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7801 py-finish-breakpoint2
7802 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7803 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7804 instead of line number.
7805 * gdb.python/py-finish-breakpoint.c: New file.
7806 * gdb.python/py-finish-breakpoint.exp: New file.
7807 * gdb.python/py-finish-breakpoint.py: New file.
7808 * gdb.python/py-finish-breakpoint2.cc: New file.
7809 * gdb.python/py-finish-breakpoint2.exp: New file.
7810 * gdb.python/py-finish-breakpoint2.py: New file.
7811
3b7962f9
JK
78122011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7813
7814 Partial fix of compatibility with gcc-4.7.
7815 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7816 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7817 Add comment to add a PASS case in the future.
7818
6538471c
JK
7819 Fix compatibility with gcc-4.7.
7820 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7821
7052e42c
UW
78222011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7823
7824 PR tdep/12797
7825 * gdb.base/callfuncs.exp: Remove KFAIL.
7826
9ac7f98e
JB
78272011-12-21 Joel Brobecker <brobecker@adacore.com>
7828
7829 * gdb.ada/task_bp: New testcase.
7830
f6eeced0
JK
78312011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7832
7833 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7834 -DNO_SECTIONS.
7835 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7836
72225e17
JK
78372011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7838
7839 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7840 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7841 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7842 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7843 conditional for gcc <= 4.5.
7844
13ac8d2c
JK
78452011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7846
7847 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7848 by XFAIL.
7849 * gdb.cp/static-method.exp (info addr A::func())
7850 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7851 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7852 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7853 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7854 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7855 (test value of F in k3_m): Likewise.
7856 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7857 Likewise.
7858
049682ba
JK
78592011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7860
7861 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7862 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7863 Remove.
7864 * gdb.threads/attachstop-mt.c: Remove.
7865 * gdb.threads/attachstop-mt.exp: Remove.
7866
2c9d8796
MK
78672011-12-17 Mark Kettenis <kettenis@gnu.org>
7868
7869 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7870
e0f9f062
DE
78712011-12-16 Doug Evans <dje@google.com>
7872
f4aa2101 7873 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
7874 * boards/native-gdbserver.exp: New file.
7875
e0f9f062
DE
7876 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7877 gdbserver output.
7878 (gdbserver_default_get_remote_address): New function.
7879 (gdbserver_start): Call gdb,get_remote_address to compute argument
7880 to "target remote" command.
7881
80b6e756
PM
78822011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7883
1c3ad6ab 7884 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
7885 python print-stack. Add set/show python print-stack
7886 off|full|message tests.
7887
1576bd00
YQ
78882011-12-15 Yao Qi <yao@codesourcery.com>
7889
7890 * gdb.trace/strace.c: New
7891 * gdb.trace/strace.exp: New.
7892
d6a0f6e0
TT
78932011-12-14 Tom Tromey <tromey@redhat.com>
7894
7895 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7896
31015e1d
DE
78972011-12-14 Doug Evans <dje@google.com>
7898
7899 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7900
7b50312a
PA
79012011-12-14 Pedro Alves <pedro@codesourcery.com>
7902
7903 PR threads/10729
7904
7905 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 7906 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 7907
924437bc
PA
79082011-12-13 Pedro Alves <pedro@codesourcery.com>
7909 Doug Evans <dje@google.com>
7910
7911 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7912 (clean_restart): Remove references to the gdb_stub target board
7913 variable.
7914 (gdb_step_for_stub): Delete.
7915
7916 * gdb.base/annota1.exp: Remove all references to [target_info
7917 exists gdb_stub], gdb_step_for_stub and usestubs.
7918 * gdb.base/annota3.exp: Ditto.
7919 * gdb.base/async.exp: Ditto.
7920 * gdb.base/break.exp: Ditto.
7921 * gdb.base/code-expr.exp: Ditto.
7922 * gdb.base/commands.exp: Ditto.
7923 * gdb.base/completion.exp: Ditto.
7924 * gdb.base/condbreak.exp: Ditto.
7925 * gdb.base/consecutive.exp: Ditto.
7926 * gdb.base/cvexpr.exp: Ditto.
7927 * gdb.base/define.exp: Ditto.
7928 * gdb.base/display.exp: Ditto.
7929 * gdb.base/ena-dis-br.exp: Ditto.
7930 * gdb.base/environ.exp: Ditto.
7931 * gdb.base/gnu-ifunc.exp: Ditto.
7932 * gdb.base/maint.exp: Ditto.
7933 * gdb.base/pending.exp: Ditto.
7934 * gdb.base/sect-cmd.exp: Ditto.
7935 * gdb.base/sepdebug.exp: Ditto.
7936 * gdb.base/unload.exp: Ditto.
7937 * gdb.base/watchpoint-solib.exp: Ditto.
7938 * gdb.cp/annota2.exp: Ditto.
7939 * gdb.cp/annota3.exp: Ditto.
7940 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7941 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7942 * gdb.mi/mi-pending.exp: Ditto.
7943 * gdb.trace/circ.exp: Ditto.
7944 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7945 * gdb.base/list.exp: Ditto.
7946
7947 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7948 breakpoint function and all references to the usestubs macro.
7949 * gdb.base/exprs.c: Ditto.
7950 * gdb.base/freebpcmd.c: Ditto.
7951 * gdb.base/bitfields.c: Ditto.
7952 * gdb.base/bitfields2.c: Ditto.
7953 * gdb.base/break.c: Ditto.
7954 * gdb.base/call-sc.c: Ditto.
7955 * gdb.base/call-signals.c: Ditto.
7956 * gdb.base/callfuncs.c: Ditto.
7957 * gdb.base/charset.c: Ditto.
7958 * gdb.base/consecutive.c: Ditto.
7959 * gdb.base/constvars.c: Ditto.
7960 * gdb.base/funcargs.c: Ditto.
7961 * gdb.base/int-type.c: Ditto.
7962 * gdb.base/interrupt.c: Ditto.
7963 * gdb.base/langs0.c: Ditto.
7964 * gdb.base/list0.c: Ditto.
7965 * gdb.base/mips_pro.c: Ditto.
7966 * gdb.base/miscexprs.c: Ditto.
7967 * gdb.base/nodebug.c: Ditto.
7968 * gdb.base/opaque0.c: Ditto.
7969 * gdb.base/pointers.c: Ditto.
7970 * gdb.base/printcmds.c: Ditto.
7971 * gdb.base/ptype.c: Ditto.
7972 * gdb.base/recurse.c: Ditto.
7973 * gdb.base/reread1.c: Ditto.
7974 * gdb.base/reread2.c: Ditto.
7975 * gdb.base/restore.c: Ditto.
7976 * gdb.base/return.c: Ditto.
7977 * gdb.base/run.c: Ditto.
7978 * gdb.base/scope0.c: Ditto.
7979 * gdb.base/sepdebug.c: Ditto.
7980 * gdb.base/setshow.c: Ditto.
7981 * gdb.base/setvar.c: Ditto.
7982 * gdb.base/sigall.c: Ditto.
7983 * gdb.base/signals.c: Ditto.
7984 * gdb.base/structs.c: Ditto.
7985 * gdb.base/structs2.c: Ditto.
7986 * gdb.base/testenv.c: Ditto.
7987 * gdb.base/twice.c: Ditto.
7988 * gdb.base/unwindonsignal.c: Ditto.
7989 * gdb.base/watchpoint.c: Ditto.
7990 * gdb.base/watchpoints.c: Ditto.
7991 * gdb.base/whatis.c: Ditto.
7992 * gdb.cp/classes.cc: Ditto.
7993 * gdb.cp/cplusfuncs.cc: Ditto.
7994 * gdb.cp/derivation.cc: Ditto.
7995 * gdb.cp/formatted-ref.cc: Ditto.
7996 * gdb.cp/misc.cc: Ditto.
7997 * gdb.cp/overload.cc: Ditto.
7998 * gdb.cp/ovldbreak.cc: Ditto.
7999 * gdb.cp/ref-params.cc: Ditto.
8000 * gdb.cp/ref-types.cc: Ditto.
8001 * gdb.cp/templates.cc: Ditto.
8002 * gdb.cp/virtfunc.cc: Ditto.
8003 * gdb.hp/gdb.aCC/run.c: Ditto.
8004 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8005 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8006 * gdb.reverse/consecutive-reverse.c: Ditto.
8007 * gdb.reverse/sigall-reverse.c: Ditto.
8008 * gdb.reverse/until-reverse.c: Ditto.
8009 * gdb.reverse/watch-reverse.c: Ditto.
8010 * gdb.trace/actions.c: Ditto.
8011 * gdb.trace/circ.c: Ditto.
8012 * gdb.trace/collection.c: Ditto.
8013
fabde485
PA
80142011-12-13 Pedro Alves <pedro@codesourcery.com>
8015
8016 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8017 (func6, func7): New.
8018 (main): Call func6 and func7.
8019 * gdb.base/watchpoint.exp (test_wide_location_1)
8020 (test_wide_location_2): New.
8021 (top level): Re-enable hardware watchpoints if necessary. Call
8022 test_wide_location_1 and test_wide_location_2.
8023
ff7d1690
YQ
80242011-12-11 Yao Qi <yao@codesourcery.com>
8025
8026 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8027
a6af7abe
JB
80282011-12-11 Joel Brobecker <brobecker@adacore.com>
8029
8030 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8031 expected output for unsupported case.
8032
61638e15
JK
80332011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8034
8035 PR testsuite/12649
8036 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8037 Protect gdb_test_multiple by final $gdb_prompt match.
8038
0a00efc3
JK
80392011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8040
8041 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8042 New variable, new test.
8043 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8044 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8045 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8046 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8047 them if HAVE_GCC_45682_FIXED is not set.
8048
4511b1ba
YQ
80492011-12-10 Yao Qi <yao@codesourcery.com>
8050
8051 * gdb.trace/status-stop.exp: New.
8052 * gdb.trace/status-stop.c: New.
8053
27949e73
JK
80542011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8055
8056 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8057 timeout.
8058
d8ea7931
TT
80592011-12-08 Tom Tromey <tromey@redhat.com>
8060
8061 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8062 condition.
8063
1cc310d2
SS
80642011-12-07 Stan Shebs <stan@codesourcery.com>
8065
8066 * gdb.trace/tfind.exp: Update for output changes.
8067
d482a875
PA
80682011-12-07 Pedro Alves <pedro@codesourcery.com>
8069
8070 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8071 throws "Cannot insert catchpoints in this configuration".
8072 * gdb.ada/mi_catch_ex.exp: Likewise.
8073
f0ba3972
PA
80742011-12-06 Pedro Alves <pedro@codesourcery.com>
8075
8076 * gdb.base/break-always.exp: Test changing memory at addresses
8077 with breakpoints inserted.
8078
f8eba3c6
TT
80792011-12-06 Joel Brobecker <brobecker@acacore.com>
8080
6fdff2c5
PA
8081 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8082 involving a fully qualified function name.
f8eba3c6
TT
8083
80842011-12-06 Tom Tromey <tromey@redhat.com>
8085
8086 * gdb.ada/homonym.exp: Add three breakpoint tests.
8087
80882011-12-06 Tom Tromey <tromey@redhat.com>
8089
8090 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8091 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8092 * gdb.objc/objcdecode.exp: Update for output changes.
8093 * gdb.linespec/linespec.exp: New file.
8094 * gdb.linespec/lspec.cc: New file.
8095 * gdb.linespec/lspec.h: New file.
8096 * gdb.linespec/body.h: New file.
8097 * gdb.linespec/base/two/thefile.cc: New file.
8098 * gdb.linespec/base/one/thefile.cc: New file.
8099 * gdb.linespec/Makefile.in: New file.
8100 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8101 output changes.
8102 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8103 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8104 makes one breakpoint.
8105 * gdb.cp/method2.exp (test_break): Update for output changes.
8106 * gdb.cp/mb-templates.exp: Update for output changes.
8107 * gdb.cp/mb-inline.exp: Update for output changes.
8108 * gdb.cp/mb-ctor.exp: Update for output changes.
8109 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8110 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8111 has multiple matches.
8112 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8113 error message change.
8114 * gdb.base/list.exp (test_list_filename_and_number): Update for
8115 error message change.
8116 * gdb.base/break.exp: Disable pending breakpoints. Update for
8117 output changes.
8118 * configure.ac: Add gdb.linespec.
8119 * configure: Rebuild.
8120 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8121
c642a434
UW
81222011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8123
8124 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8125 last_break register on s390*-*-* targets.
8126
b18003d1
JB
81272011-12-06 Joel Brobecker <brobecker@adacore.com>
8128
8129 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8130 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8131 of parameter X in procedure Foo.
8132
fe96589c
SS
81332011-12-05 Stan Shebs <stan@codesourcery.com>
8134
8135 * gdb.trace/tfind.exp: Update help string matches.
8136
1820ab47
JK
81372011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8138
8139 * gdb.server/ext-run.exp (get process list): Accept also systemd
8140 as PID 1.
8141
e11ac3a3
JK
81422011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8143 Pedro Alves <pedro@codesourcery.com>
8144
8145 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8146 starting GDB.
8147 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8148 $use_gdb_stub.
8149 * gdb.base/display.exp: Likewise.
8150 * gdb.base/ending-run.exp: Likewise.
8151 * gdb.base/list.exp (test_listsize): Likewise.
8152 * gdb.base/setshow.exp: Likewise.
8153 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8154 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8155 check by global $use_gdb_stub.
8156 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8157 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8158 (default_gdb_init): Unset global $use_gdb_stub.
8159 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8160 by global $use_gdb_stub.
8161 * lib/gdbserver-support.exp: Extend comments for set_board_info
8162 gdb_protocol and gdb,socketport.
8163 (gdbserver_start_extended): Set global gdbserver_protocol and
8164 gdbserver_gdbport. Clear global use_gdb_stub.
8165 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8166 from target use_gdb_stub.
8167 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8168
1d41d75c
DE
81692011-12-03 Doug Evans <dje@google.com>
8170
8171 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8172 (gdb_step_for_stub): Add comments.
8173
d6d7a51a
MR
81742011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8175
8176 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8177 to the caller.
8178 (gdb_test_multiple): Likewise.
8179
05acf274
JK
81802011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8181
8182 Fix gdb.mi/mi-solib.exp without system debug info installed.
8183 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8184 expect attribute, return 0 for it. Update comments.
8185
2268b414
JK
81862011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8187
8188 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8189 (corrupted list): Adjust the expectation.
8190
585861ea
JK
81912011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8192
8193 PR threads/13448
8194 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8195 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8196 * gdb.threads/tls-var-main.c: New file.
8197 * gdb.threads/tls-var.c: New file.
8198 * gdb.threads/tls-var.exp: New file.
8199
968643aa
JK
82002011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8201
8202 PR testsuite/12649
8203 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8204 Protect gdb_test_multiple by final $gdb_prompt match.
8205 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8206 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8207 (test_tracepoints): Likewise.
8208
9750bca9
JK
82092011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8210
8211 PR breakpoints/13346
8212 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8213 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8214 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8215
ac1349b7
JB
82162011-12-01 Joel Brobecker <brobecker@adacore.com>
8217
8218 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8219 * gdb.ada/homonym/homonym.adb: For use of all types defined
8220 locally inside both Get_Value subprograms.
8221
26d44faf
JK
82222011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8223
8224 Fix racy FAILs.
8225 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8226 of send_gdb.
8227
514f6425
UW
82282011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8229
8230 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8231 environment variable after test completed.
8232
4255c8d2
UW
82332011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8234
8235 * gdb.base/solib-nodir.exp: Skip if remote target.
8236 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8237 application. Call gdb_load_shlibs.
8238 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8239
a35ad96a
JB
82402011-11-29 Joel Brobecker <brobecker@adacore.com>
8241
8242 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8243
1a1d5513
JB
82442011-11-28 Joel Brobecker <brobecker@adacore.com>
8245
8246 * gdb.ada/fullname_bp: New testcase.
8247
50b4ddf8
JK
82482011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8249
8250 PR testsuite/12649
8251 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8252 Wrap send_gdb into a new gdb_test.
8253
fb0aec57
JK
8254 Code cleanup.
8255 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8256 Convert send_gdb and gdb_expect to gdb_test_multiple.
8257
2376d946
JK
82582011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8259
8260 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8261
1eec78bd
KS
82622011-11-23 Keith Seitz <keiths@redhat.com>
8263
8264 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8265 (mi_varobj_tree_test_children_callback): New proc.
8266 (mi_walk_varobj_tree): New proc.
8267
36dfb11c
TT
82682011-11-22 Tom Tromey <tromey@redhat.com>
8269
8270 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8271 Add "use_mi_command" argument.
8272 (mi_run_cmd, mi_run_with_cli): New procs.
8273 * gdb.mi/solib-lib.c: New file.
8274 * gdb.mi/solib-main.c: New file.
8275 * gdb.mi/mi-solib.exp: New file.
8276
0e965dd0
DE
82772011-11-21 Doug Evans <dje@google.com>
8278
8279 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8280 _Unwind_DebugHook is missing.
8281
f196051f
SS
82822011-11-20 Stan Shebs <stan@codesourcery.com>
8283
8284 * gdb.trace/tstatus.exp: New.
8285 * gdb.trace/actions.c: Include string.h.
8286
bfccc43c
YQ
82872011-11-18 Yao Qi <yao@codesourcery.com>
8288
8289 * gdb.trace/pending.exp: New.
8290 * gdb.trace/pending.c: New.
8291 * gdb.trace/pendshr1.c: New.
8292 * gdb.trace/pendshr2.c: New.
8293 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8294 tracepoint location becomes pending.
8295 (tracepoint_change_loc_2): New.
8296
73cd8ab1
DM
82972011-11-16 David S. Miller <davem@davemloft.net>
8298
8299 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8300 target is sparc*-*-linux*
8301
77426730
PK
83022011-11-15 Paul Koning <paul_koning@dell.com>
8303
8304 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8305 types.
8306
ed59ded5
DE
83072011-11-14 Doug Evans <dje@google.com>
8308
8309 * gdb.base/shell.exp: New file.
8310
405f8e94
SS
83112011-11-14 Stan Shebs <stan@codesourcery.com>
8312
8313 * gdb.trace/ftrace.c: New.
8314 * gdb.trace/ftrace.exp: New.
8315
1e4d1764
YQ
83162011-11-14 Yao Qi <yao@codesourcery.com>
8317
8318 * gdb.trace/change-loc-1.c: New.
8319 * gdb.trace/change-loc-2.c: New.
8320 * gdb.trace/change-loc.c: New.
8321 * gdb.trace/change-loc.exp: New.
8322 * gdb.trace/change-loc.h: New.
8323 * gdb.trace/trace-break.c (marker): Define new symbol.
8324 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 8325 New.
1e4d1764
YQ
8326 (break_trace_same_addr_6): New.
8327
71eba9c2 83282011-11-12 Matt Rice <ratmice@gmail.com>
8329
8330 * gdb.base/info-macros.exp: Make tests for info definitions
8331 test info macro. Add tests for info macro argument processing.
8332 Rename a few tests.
8333
1d93e29a
KS
83342011-11-11 Keith Seitz <keiths@redhat.com>
8335
8336 PR gdb/12843
8337 * gdb.base/linespecs.exp: New file.
8338
a4b5b48a
DE
83392011-11-11 Doug Evans <dje@google.com>
8340
8341 * gdb.threads/print-threads.exp: Extend timeout for slower
8342 tests.
8343
f6b47be4
DE
83442011-11-10 Doug Evans <dje@google.com>
8345
792a0230
DE
8346 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8347 "record to end of main" test.
8348
f6b47be4
DE
8349 * gdb.python/py-type.c (TS): New typedef.
8350 (ts): New global.
8351 * gdb.python/py-type.exp: Test field list of typedef.
8352
22355c90
JB
83532011-11-10 Joel Brobecker <brobecker@adacore.com>
8354
8355 * gdb.ada/small_reg_param: New testcase.
8356
a7860e76
TT
83572011-11-09 Tom Tromey <tromey@redhat.com>
8358
8359 * gdb.cp/destrprint.exp: New file.
8360 * gdb.cp/destrprint.cc: New file.
8361
72a2e3dc
MI
83622011-11-08 Meador Inge <meadori@codesourcery.com>
8363
8364 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8365 (switch_stack_to_other): New test function.
8366 * gdb.arch/thumb-prologue.exp: New test cases.
8367
c7195df2 83682011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
8369
8370 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8371
d3895d7d
YQ
83722011-11-08 Yao Qi <yao@codesourcery.com>
8373
8374 * gdb.exp (supports_process_record): New.
8375 (supports_reverse): New.
8376 * gdb.reverse/break-precsave.exp: Call support_process_record
8377 to run test conditionally.
8378 * gdb.reverse/consecutive-precsave.exp: Likewise.
8379 * gdb.reverse/i386-precsave.exp: Likewise.
8380 * gdb.reverse/machinestate-precsave.exp: Likewise.
8381 * gdb.reverse/solib-precsave.exp: Likewise.
8382 * gdb.reverse/step-precsave.exp: Likewise.
8383 * gdb.reverse/until-precsave.exp: Likewise.
8384 * gdb.reverse/watch-precsave.exp: Likewise.
8385 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8386 test conditionally.
8387 * gdb.reverse/consecutive-reverse.exp: Likewise.
8388 * gdb.reverse/finish-precsave.exp: Likewise.
8389 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8390 * gdb.reverse/finish-reverse.exp: Likewise.
8391 * gdb.reverse/i386-reverse.exp: Likewise.
8392 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8393 * gdb.reverse/machinestate.exp: Likewise.
8394 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8395 * gdb.reverse/sigall-precsave.exp: Likewise.
8396 * gdb.reverse/sigall-reverse.exp: Likewise.
8397 * gdb.reverse/solib-reverse.exp: Likewise.
8398 * gdb.reverse/step-reverse.exp: Likewise.
8399 * gdb.reverse/until-reverse.exp: Likewise.
8400 * gdb.reverse/watch-reverse.exp: Likewise.
8401
a59306a3
YQ
84022011-11-05 Yao Qi <yao@codesourcery.com>
8403
8404 * gdb.trace/trace-break.exp: Add test on setting two
8405 fast tracepoints at the same address.
8406
87769f59
JK
84072011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8408
8409 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8410
3065dfb6
SS
84112011-11-02 Stan Shebs <stan@codesourcery.com>
8412
8413 * gdb.trace/collection.c: Add code using strings.
8414 * gdb.trace/collection.exp: Add tests of string collection.
8415
89e208db
JK
84162011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8417
8418 * gdb.base/skip-solib.exp (executable_main): New variable.
8419 (binfile_main): Base it on that.
8420 Use $executable_main in clean_restart calls. Drop gdb_exit and
8421 gdb_start calls.
8422
405e54e9
JK
84232011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 Fix racy FAILs.
8426 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8427 breakpoint_re globals import by async. Set string_regex to .* for
8428 async. Remove the optional thread_selected_re and breakpoint_re
8429 globals expectations.
8430
58e8570a
JM
84312011-11-01 Joseph Myers <joseph@codesourcery.com>
8432
8433 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8434 well as Cygwin.
8435
7b35ec7f 84362011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
8437
8438 Add tests for skip command.
89e208db
JK
8439 * gdb.base/skip-solib-lib.c: New
8440 * gdb.base/skip-solib-main.c: New
8441 * gdb.base/skip-solib.exp: New
8442 * gdb.base/skip.c: New
8443 * gdb.base/skip.exp: New
8444 * gdb.base/skip1.c: New
8445 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 8446
b9fd1791
PA
84472011-10-31 Yao Qi <yao@codesourcery.com>
8448 Pedro Alves <pedro@codesourcery.com>
8449
6fdff2c5
PA
8450 * gdb.trace/trace-break.c: New.
8451 * gdb.trace/trace-break.exp: New.
b9fd1791 8452
4323fecc
JK
84532011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8454
8455 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8456 break-here-2.
8457
0e5bf2a8
PA
84582011-10-28 Pedro Alves <pedro@codesourcery.com>
8459
8460 * gdb.threads/no-unwaited-for-left.c: New.
8461 * gdb.threads/no-unwaited-for-left.exp: New.
8462 * gdb.threads/non-ldr-exc-1.c: New.
8463 * gdb.threads/non-ldr-exc-1.exp: New.
8464 * gdb.threads/non-ldr-exc-2.c: New.
8465 * gdb.threads/non-ldr-exc-2.exp: New.
8466 * gdb.threads/non-ldr-exc-3.c: New.
8467 * gdb.threads/non-ldr-exc-3.exp: New.
8468 * gdb.threads/non-ldr-exc-4.c: New.
8469 * gdb.threads/non-ldr-exc-4.exp: New.
8470
3a3dad98
JK
84712011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8472
8473 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8474 * gdb.base/attach-pie-misread.exp: Likewise.
8475 * gdb.base/break-interp.exp: Likewise.
8476 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8477 testcases for use_gdb_stub.
8478 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8479 (continue): New testcase.
8480 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8481 * gdb.threads/attach-into-signal.exp: Likewise.
8482 * gdb.threads/attach-stopped.exp: Likewise.
8483 * gdb.threads/attachstop-mt.exp: Likewise.
8484
d6a5d40c
PK
84852011-10-28 Paul Koning <paul_koning@dell.com>
8486
8487 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8488
ca539be8
JK
84892011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8490
8491 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8492 (mi_gdb_test): Import globals thread_selected_re
8493 and breakpoint_re. Expect them optionally at the regex start.
8494
d234ef5c
DE
84952011-10-27 Doug Evans <dje@google.com>
8496
8497 * gdb.python/python.exp: Test source -s.
8498
ab964825
PK
84992011-10-26 Paul Koning <paul_koning@dell.com>
8500
8501 * gdb.python/lib-types.cc (struct A): New structure.
8502 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 8503
54d8a644
PK
85042011-10-25 Paul Koning <paul_koning@dell.com>
8505
8506 PR python/13327
d234ef5c 8507
54d8a644
PK
8508 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8509 fetch_lazy method.
8510
b0221781
YQ
85112011-10-24 Yao Qi <yao@codesourcery.com>
8512
8513 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8514 target is tic6x-*-*.
8515
6cda5a20
JB
85162011-10-21 Joel Brobecker <brobecker@adacore.com>
8517
8518 * gdb.ada/mi_task_info/task_switch.adb: New file.
8519 * gdb.ada/mi_task_info.exp: New file.
8520
5ed9db04
JK
85212011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8522
8523 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8524 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8525
9df2fbc4
PM
85262011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8527
8528 PR python/12656
8529
8530 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8531 global_block tests.
8532
736086ba
TT
85332011-10-18 Tom Tromey <tromey@redhat.com>
8534
8535 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8536
4af31552
TT
85372011-10-18 Tom Tromey <tromey@redhat.com>
8538
8539 * gdb.base/source.exp: Don't include full file name in test name.
8540 * gdb.python/python.exp: Don't include full file name in test
8541 name.
8542
43136979
AR
85432011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8544
8545 * gdb.base/attach-pie-noexec.c: New files.
8546 * gdb.base/attach-pie-noexec.exp: New files.
8547
543a9323
JM
85482011-10-17 Joseph Myers <joseph@codesourcery.com>
8549
8550 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8551 prompt for each extra line in command.
8552
21ae7a4d
JK
85532011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8554
8555 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8556 Revert the part of:
8557 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8558 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8559 Change the expected string.
8560
20ec36d9
JK
85612011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8562
8563 Fix results with system glibc debug info installed.
8564 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8565 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8566 Accept also __libc_ symbol prefix and no prefix.
8567
6501c2fc
KS
85682011-10-14 Keith Seitz <keiths@redhat.com>
8569
8570 PR c++/13225
8571 * gdb.cp/converts.cc (foo3_1): New function.
8572 (foo3_2): New functions.
8573 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8574 and null pointer conversions of integer constant zero.
8575 Add test to check if all arguments are checked for incompatible
8576 conversion BADNESS.
8577
55b1fd0c
TT
85782011-10-14 Tom Tromey <tromey@redhat.com>
8579
8580 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8581 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8582 linespec.
8583
22c05d8a
JK
85842011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8585
8586 Fix internal error regression.
8587 * gdb.dwarf2/implptr-optimized-out.S: New file.
8588 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8589
1d6edc3c
JK
85902011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8591
8592 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8593 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8594 (loclist): New.
8595 (4): New abbrev.
8596 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8597 Use prepare_for_testing, remove clean_restart.
8598 (p arraynoloc, p arraycallnoloc): New tests.
8599
9ec72168
JK
86002011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8601
8602 * gdb.cp/namespace-enum.exp (executable): New variable.
8603 (binfile): Use ${objdir}/${subdir}/ prefix.
8604 Use ${executable} for clean_restart.
8605
9c6c53f7
SA
86062011-10-11 Sterling Augustine <saugustine@google.com>
8607
8608 * gdb.cp/Makefile.in: Add namespace-enum test.
8609 * gdb.cp/namespace-enum.exp: New file.
8610 * gdb.cp/namespace-enum.c: New file.
8611 * gdb.cp/namespace-enum-main.c: New file.
8612
fac7ceb3
UW
86132011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8614
8615 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8616 sysroot.
8617
941b2081
JK
86182011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8619
8620 Reimplement @entry in input expressions.
8621 * gdb.base/exprs.c (v_int_array_init): New variable.
8622 * gdb.base/exprs.exp (print v_int_array_init)
8623 (print *v_int_array_init@1, print *v_int_array_init@2)
8624 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8625 (print v_int_array_init[1]@1): New tests.
8626
0344e878
JM
86272011-10-10 Joseph Myers <joseph@codesourcery.com>
8628
8629 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8630 expected message.
8631
5a56e9c5
DE
86322011-10-09 Doug Evans <dje@google.com>
8633
8634 * gdb.base/alias.exp: Add tests for alias command.
8635
2bda9cc5
JK
86362011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8637
8638 * gdb.arch/amd64-entry-value.s: New file.
8639 * gdb.mi/mi2-amd64-entry-value.s: New file.
8640
a471c594
JK
86412011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8642
8643 Display @entry parameter values even for references.
8644 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8645 functions.
8646 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8647 reference and datap_input.
8648 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8649 breakpoints.
8650 (continue to breakpoint: entry_reference: reference)
8651 (entry_reference: bt at entry)
8652 (continue to breakpoint: entry_reference: breakhere_reference)
8653 (entry_reference: bt, entry_reference: ptype regparam)
8654 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8655 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8656 (entry_reference: p regcopy, entry_reference: p nodataparam)
8657 (entry_reference: p nodataparam@entry): New tests.
8658
36b11add
JK
86592011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8660
8661 Support @entry in input expressions.
8662 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8663 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8664 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8665 (tailcall: p j@entry): New tests.
8666 * gdb.cp/koenig.cc (A::entry): New function.
8667 (main): Call it.
8668 * gdb.cp/koenig.exp (p entry (c)): New test.
8669
e18b2753
JK
86702011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8671
8672 Display @entry parameter values (without references).
8673 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8674 (different, validity, invalid): New functions.
8675 (main): Call them.
8676 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8677 stacktest, breakhere_stacktest, different, breakhere_different,
8678 breakhere_validity and breakhere_invalid.
8679 (entry: bt): Update for @entry.
8680 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8681 (entry_validity: *, entry_invalid: *): Many new tests.
8682 * gdb.base/break.exp
8683 (run until breakpoint set at small function, optimized file): Accept
8684 also the @entry suffix.
8685 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8686 * gdb.mi/mi2-amd64-entry-value.c: New files.
8687 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8688
2d6c5dc2
JK
86892011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8690
8691 Protect entry values against self tail calls.
8692 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8693 (main): Call self.
8694 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8695 (set debug entry-values 1, self: bt debug entry-values): New tests.
8696
111c6489
JK
86972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8698
8699 Recognize virtual tail call frames.
8700 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8701 (amb_b, amb_a): New.
8702 (main): Call a and b.
8703 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8704 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8705 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8706 New tests.
8707
8e3b41a9
JK
87082011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8709
8710 Implement basic support for DW_TAG_GNU_call_site.
8711 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8712 * gdb.arch/amd64-entry-value.cc: New file.
8713 * gdb.arch/amd64-entry-value.exp: New file.
8714
181cebd4
JK
87152011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8716
8717 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8718 * gdb.dwarf2/implptr-64bit.S: New file.
8719 * gdb.dwarf2/implptr-64bit.exp: New file.
8720
741f5e3c
JK
87212011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8722
8723 Fix initial language detection with -readnow.
8724 * gdb.cp/readnow-language.cc: New file.
8725 * gdb.cp/readnow-language.exp: New file.
8726
a73d2258
JK
87272011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8728
8729 Fix printed anonymous struct name.
8730 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8731
af369495
JM
87322011-10-09 Joseph Myers <joseph@codesourcery.com>
8733
8734 * gdb.base/solib-symbol.exp: Do not include directories in
8735 filenames in expected messages.
8736
1fa57852
DE
87372011-10-07 Doug Evans <dje@google.com>
8738
8739 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8740
bd054e06
KP
87412011-10-07 Kevin Pouget <kevin.pouget@st.com>
8742
8743 Allow Python notification of new object-file loadings.
8744 * gdb.python/py-events.exp: Test newobjfile event.
8745 * gdb.python/py-events.py: Register newobjfile callback.
8746 * gdb.python/py-events.c: Add call to shared library
8747 * gdb.python/py-events-shlib.c: New file.
8748
8031b6f8
JM
87492011-10-06 Joseph Myers <joseph@codesourcery.com>
8750
8751 * gdb.base/fixsection.exp: Do not include directories in filename
8752 in expected message.
8753
7fea6923
PM
87542011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8755
8756 Add tests for passing of environment variables to inferior.
8757 * gdb.base/testenv.c: New test source.
8758 * gdb.base/testenv.exp: New expect test.
8759
687f2a88
PK
87602011-10-04 Paul Koning <paul_koning@dell.com>
8761
8762 * gdb.python/py-value.c (main): Break before return.
8763
cb6be26b
KP
87642011-10-04 Kevin Pouget <kevin.pouget@st.com>
8765
8766 PR python/12691: Add the inferior to Python exited event
8767 * gdb.python/py-events.exp: Test the inferior attribute of exited
8768 event with a fork.
8769 * gdb.python/py-events.py: Print inferior number on exit.
8770 * gdb.python/py-events.c: Fork the inferior.
8771
fb213700
EBM
87722011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
8773
8774 * gdb.base/jit.exp: Add testcase name to log message
8775
aa2071bd
PK
87762011-10-03 Paul Koning <paul_koning@dell.com>
8777 Jan Kratochvil <jan.kratochvil@redhat.com>
8778
8779 * gdb.python/py-value.exp
8780 (python inval = gdb.parse_and_eval('*(int*)0'))
8781 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
8782 (set argc=2, python print argc_lazy): New tests.
8783
dd11a36c
JB
87842011-10-02 Joel Brobecker <brobecker@adacore.com>
8785
8786 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
8787
46f886f1
JK
87882011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8789 Pedro Alves <pedro@codesourcery.com>
8790
8791 * gdb.python/py-value.exp (test_value_in_inferior): New variable
8792 can_read_0, test for it.
8793 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
8794 (parse_and_eval with memory error): ... here, make it untested if
8795 can_read_0.
8796
c5cb204f
MP
87972011-09-30 Marek Polacek <mpolacek@redhat.com>
8798
8799 * gdb.python/python.exp (verify pagination beforehand)
8800 (verify pagination afterwards): Fix race by splitting the line.
8801
68fb0ec0
JM
88022011-09-29 Joseph Myers <joseph@codesourcery.com>
8803
8804 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8805 for 64-bit multilibs from i?86-* targets.
8806
6aee0d90
MP
88072011-09-29 Marek Polacek <mpolacek@redhat.com>
8808
8809 * lib/gdb.exp: Fix a typo in one of the comments.
8810
e9101ff5
MP
88112011-09-29 Marek Polacek <mpolacek@redhat.com>
8812
8813 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8814 matching pattern.
8815
7a81bdbf
PK
88162011-09-28 Paul Koning <paul_koning@dell.com>
8817
8818 * gdb.python/py-type.c (enum E): New.
8819 * gdb.python/py-type.exp (test_fields): Add tests for Python
8820 mapping access to fields.
8821 (test_enums): New test for field access on enums.
8822
6710bf39
SS
88232011-09-27 Stan Shebs <stan@codesourcery.com>
8824
8825 * gdb.trace/collection.exp: Test collection of $_ret.
8826
b2a6bdeb
AT
88272011-09-22 Andreas Tobler <andreast@fgznet.ch>
8828
8829 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8830 list of compilation switches for <*-*-freebsd*>.
8831
3c9057f3
SS
88322011-09-19 Stan Shebs <stan@codesourcery.com>
8833
8834 * gdb.trace/tspeed.exp: New file.
8835 * gdb.trace/tspeed.c: New file.
8836
34518530
YQ
88372011-09-18 Yao Qi <yao@codesourcery.com>
8838
8839 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8840 instructions.
8841 (test_adr_32bit, test_pop_pc): Likewise.
8842 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8843 Thumb instructions.
8844 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8845 in gdb_test_multiple.
8846 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8847
ab254057
YQ
88482011-09-17 Yao Qi <yao@codesourcery.com>
8849
8850 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8851 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8852 support single step to signal handler.
8853
9c317b71
YQ
88542011-09-17 Yao Qi <yao@codesourcery.com>
8855
8856 * gdb.base/disp-step-fork.c: New.
8857 * gdb.base/disp-step-syscall.exp: New.
8858 * gdb.base/disp-step-vfork.c: New.
8859
a8123151
JB
88602011-09-16 Joel Brobecker <brobecker@adacore.com>
8861
8862 * gdb.ada/tasks.exp: Make the expected output for
8863 the `info tasks' tests more resilient to spacing
8864 changes.
8865
63a9aad8
JK
88662011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8867
8868 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8869 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8870
2aa48337
KP
88712011-09-15 Kevin Pouget <kevin.pouget@st.com>
8872
8873 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8874 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8875
6839b47f
KP
88762011-04-30 Kevin Pouget <kevin.pouget@st.com>
8877
8878 Handle multiple breakpoint hits in Python interface:
8879 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8880 presence.
8881 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8882 breakpoint hits.
8883
0935723e
JK
88842011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8885 Jan Kratochvil <jan.kratochvil@redhat.com>
8886
8887 * gdb.python/py-events.exp: Remove pretty printing comment.
8888 * gdb.python/py-evsignal.exp: New file.
8889 * gdb.python/py-evthreads.c: Include signal.h.
8890 (thread3): Remove variable count3. Remove variable bad and use raise
8891 instead.
8892 (thread2): Remove variable count2. Move thread3 pthread_create here,
8893 merge pthread_join to a single line.
8894 (main): Remove variable count1. Merge pthread_join with pthread_create
8895 to a single line.
8896 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8897 KFAIL python/12966 for gdbserver. Test return value of
8898 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8899 gdb_expect by gdb_test and gdb_test_multiple.
8900 (thread 2, thread 3): New tests.
8901
4801a9a3
PA
89022011-09-12 Matt Rice <ratmice@gmail.com>
8903 Pedro Alves <pedro@codesourcery.com>
8904
8905 PR gdb/13175
8906
8907 * gdb.base/interp.exp: New tests.
8908 * gdb.base/interp.c: New file.
8909
24ece742
DE
89102011-09-12 Doug Evans <dje@google.com>
8911
8912 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8913 * gdb.dwarf2/typeddwarf.exp: Ditto.
8914
7f062217
JK
89152011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8916
8917 Fix compatibility with x32 arch.
8918 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8919 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8920 is_x86_like_target.
8921 * testsuite/gdb.trace/collection.exp: Likewise.
8922 * testsuite/gdb.trace/report.exp: Likewise.
8923 * testsuite/gdb.trace/unavailable.exp: Likewise.
8924 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8925 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8926 (is_x86_like_target): Check also is_amd64_regs_target.
8927
08711b9a
JK
89282011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8929
8930 PR breakpoints/12435
8931 * gdb.arch/amd64-prologue-xmm.c: New file.
8932 * gdb.arch/amd64-prologue-xmm.exp: New file.
8933 * gdb.arch/amd64-prologue-xmm.s: New file.
8934
b99b5f66
JK
89352011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 * gdb.dwarf2/dw2-param-error-main.c: New file.
8938 * gdb.dwarf2/dw2-param-error.S: New file.
8939 * gdb.dwarf2/dw2-param-error.exp: New file.
8940
a391a2f6
PA
89412011-09-08 Pedro Alves <pedro@codesourcery.com>
8942
8943 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8944 inferior's pid and look for a core dump named core.$pid. Use
8945 `remote_file' commands on the host instead of hand coding shell
8946 commands on the build.
8947 * gdb.base/valgrind-db-attach.exp: Kill the program before
8948 finishing the test.
8949
7d8e6458 89502011-09-02 Matt Rice <ratmice@gmail.com>
8951
8952 * lib/prompt.exp: New file for testing the first prompt.
8953 * gdb.python/py-prompt.exp: Ditto.
8954 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8955
68e77c9e
PA
89562011-09-02 Pedro Alves <pedro@codesourcery.com>
8957
8958 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8959 0, before testing gcore.
8960
9655e943
JK
89612011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
df6dc84d
JK
8963 * dw2-ifort-parameter-debug.S: Update copyright year.
8964 * dw2-ifort-parameter.c: Update copyright year.
8965 * dw2-ifort-parameter.exp: Update copyright year.
8966
9655e943
JK
8967 * dw2-ifort-parameter-debug.S: New file.
8968 * dw2-ifort-parameter.c: New file.
8969 * dw2-ifort-parameter.exp: New file.
8970
353d1d73
JK
89712011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8972
8973 * gdb.base/commands.exp (error_clears_commands_left): New function.
8974 (): Call it.
8975
5c07461a
JK
89762011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8977
8978 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8979 (C): Initialize `a'.
8980 * gdb.mi/mi-inheritance-syntax-error.exp
8981 (-data-evaluate-expression $path): Expect `a' as 5.
8982
0d932b2f
MK
89832011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8984
8985 PR mi/11912
8986 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8987 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8988 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8989 keyword in output of -var-info-path-expression.
8990
bdb54049
JK
89912011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8992
8993 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8994 * gdb.trace/collection.exp: Likewise.
8995 * gdb.trace/report.exp: Likewise.
8996 * gdb.trace/unavailable.exp: Likewise.
8997 * gdb.trace/while-dyn.exp: Likewise.
8998
59cde39c
KS
89992011-08-18 Keith Seitz <keiths@redhat.com>
9000
9001 PR c++/12266
9002 * gdb.cp/meth-typedefs.cc: New file.
9003 * gdb.cp/meth-typedefs.exp: New file.
9004
fa3a4f15
PM
90052011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9006
6fdff2c5 9007 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 9008
c1049fca
JK
90092011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9010
9011 * gdb.arch/i386-dr3-watch.exp
9012 (watchpoint on gap1 does not fit debug registers)
9013 (delete all watchpoints): Fix racy expect strings.
9014
d93f7b5c
YQ
90152011-08-14 Yao Qi <yao@codesourcery.com>
9016
9017 * gdb.base/maint.exp: set data_section to ".neardata".
9018 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9019 * gdb.base/savedregs.exp: Handle SIGILL.
9020 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9021 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9022
457e09f0
DE
90232011-08-12 Doug Evans <dje@google.com>
9024
9025 * gdb.python/py-symbol.exp: Add test for symbol.type.
9026
5d0bb2fb
UW
90272011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9028
9029 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9030 * gdb.mi/mi-pthreads.exp: Likewise.
9031 * gdb.mi/mi2-pthreads.exp: Likewise.
9032 * gdb.mi/gdb669.exp.exp: Likewise.
9033
fcdfa280
PA
90342011-08-09 Pedro Alves <pedro@codesourcery.com>
9035
9036 * lib/mi-support.exp (detect_async): Rename to...
9037 (mi_detect_async): ... this.
9038 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9039 * gdb.mi/mi-nonstop.exp: Adjust.
9040 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9041 * gdb.mi/mi-nsintrall.exp: Adjust.
9042 * gdb.mi/mi-nsmoribund.exp: Adjust.
9043 * gdb.mi/mi-nsthrexec.exp: Adjust.
9044
9d8fa392
PA
90452011-08-09 Pedro Alves <pedro@codesourcery.com>
9046
9047 * gdb.base/display.c (do_loops): New `p_i' local.
9048 * gdb.base/display.exp: Test displaying a variable that is
9049 temporarily at a bad address.
9050
b6cede78
JK
90512011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9052
9053 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9054 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9055
67bedb8c
JK
90562011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9057
9058 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
9059 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9060 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 9061
af6e93b2
PA
90622011-08-05 Pedro Alves <pedro@codesourcery.com>
9063
9064 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9065 procedure.
9066 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9067
1cf0e11f
YQ
90682011-08-05 Yao Qi <yao@codesourcery.com>
9069
9070 * gdb.base/callfuncs.exp: Set language after main.
9071 * gdb.cp/cplusfuncs.exp: Likewise.
9072 * gdb.cp/inherit.exp: Likewise.
9073
a1e28cb2
UW
90742011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9075
9076 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9077 * gdb.base/watch-vfork.exp: Skip on remote targets.
9078
d4f5bbb9
UW
90792011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9080
9081 * gdb.threads/thread-find.exp: Support remote targets.
9082
724f4f80
UW
90832011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9084
9085 * gdb.base/jit.exp: Download solib_binfile to target.
9086 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9087 and call dlopen without full path name.
9088 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9089 dlopen without full path name.
9090
934709f0
PW
90912011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9092
9093 * gdb.base/break-always.exp: Complete the test
9094 with duplicated breakpoints and enabling/disabling them.
9095
c26106c4
TT
90962011-08-02 Tom Tromey <tromey@redhat.com>
9097
9098 PR gdb/11289:
9099 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9100
9300444e 91012011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
9102
9103 PR gdb/13045
9104 * gdb.base/float.exp: Add new test case for PR gdb/13045
9105 * gdb.base/float.c: New file.
9106
00bd41d6
PM
91072011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9108
9109 * gdb.python/py-mi.exp: Test printers returning string hint, and
9110 also not returning a value.
9111 * gdb.python/py-prettyprint.c: Add testcase for above.
9112 * gdb.python/py-prettyprint.py: Add test printer for above.
9113
d24f74ce
JK
91142011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9115
9116 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9117 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9118 (.Ldie30) Add as field "data4".
9119 (.Ldie32) Rename field "b" to "shl".
9120 (abbrev4) Change for the "data4" field.
9121 (abbrev5, abbrev6) Remove.
9122 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9123 (p &s.shl): ... here. Add comment.
9124 (p &s.data4): New.
9125
bb7da2bf
JK
91262011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9127
9128 Fix crash on lval_computed values.
9129 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9130
11081198
JK
91312011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9132
9133 * gdb.base/help.exp (help whatis): Update the expected string.
9134
3c6e0cb3
JK
91352011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9136
9137 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9138 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9139 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9140 Change the expected string.
9141
efa80663
PA
91422011-07-26 Pedro Alves <pedro@codesourcery.com>
9143
9144 * gdb.base/watchpoint.exp
9145 (test_disable_enable_software_watchpoint): New procedure.
9146 (top level): Run it.
9147
db8e4570
UW
91482011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9149
9150 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9151 executable file "${binfile}", C++ version "${binfile}-cxx".
9152 * gdb.python/py-prettyprint.exp: Likewise.
9153 * gdb.python/py-symbol.exp: Likewise.
9154 * gdb.python/py-type.exp: Likewise.
9155 * gdb.python/py-value.exp: Likewise.
9156 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9157 file name instead of just suffix.
9158
543305c9
JK
91592011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9160
9161 Fix implicit pointer offsets.
9162 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9163 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9164 (continue to breakpoint: continue to baz breakpoint for implptr)
9165 (sanity check element 0, sanity check element 1)
9166 (enter the inlined function, check element 0 for the offset)
9167 (check element 1 for the offset)
9168 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9169 (set foo breakpoint for implptr): Update the breakpoint number.
9170
b3215adc
UW
91712011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9172
9173 * gdb.python/py-mi.exp: Use different file names for different
9174 versions of the executable under test.
9175 * gdb.python/py-prettyprint.exp: Likewise.
9176 * gdb.python/py-symbol.exp: Likewise.
9177 * gdb.python/py-template.exp: Likewise.
9178 * gdb.python/py-type.exp: Likewise.
9179 * gdb.python/py-value.exp: Likewise.
9180
182b9acc
UW
91812011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9182
9183 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9184 flag after restarting GDB if necessary.
9185
e6052b5d
UW
91862011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9187
9188 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9189
1ced966e
PA
91902011-07-22 Pedro Alves <pedro@codesourcery.com>
9191
9192 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9193 backend doesn't leave used debug registers behind.
9194
3543a589
TT
91952011-07-22 Tom Tromey <tromey@redhat.com>
9196
9197 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9198 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9199 argument.
9200 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9201
14d15303 92022011-07-21 Matt Rice <ratmice@gmail.com>
9203
9204 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9205 in mostlyclean rule. Add files ending in .core.
9206
9b158ba0 92072011-07-21 Matt Rice <ratmice@gmail.com>
9208
9209 PR macros/12999
9210 * gdb.base/info-macros.c: New test sources.
9211 * gdb.base/info-macros.exp: New tests.
9212
d17b6f81
PM
92132011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9214
9215 * gdb.python/python.exp: Add prompt substitution tests.
9216
918dd910
JK
92172011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9218
9219 Fix crash if referenced CU is aged out.
9220 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9221 New.
9222 * gdb.dwarf2/implptr.exp: Likewise.
9223
0e37a63c
JK
92242011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9225
9226 * gdb.dwarf2/implptr.S: Rebuilt.
9227 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9228 (bar): Use them for j, k, l.
9229 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9230 COMPILE.
9231 (print j in implptr:bar): Update for the intp typedef.
9232 (print p[0].x in implptr:foo): Use more exact regex.
9233
f65cf84c
TT
92342011-07-18 Tom Tromey <tromey@redhat.com>
9235
9236 * gdb.cp/static-method.exp: Add missing single quote.
9237
d5b4a7be
YQ
92382011-07-18 Yao Qi <yao@codesourcery.com>
9239
9240 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9241 supported.
9242 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9243 * gdb.mi/mi-nonstop.exp: Likewise.
9244 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9245 * gdb.mi/mi-nsintrall.exp: Likewise.
9246 * gdb.mi/mi-nsmoribund.exp: Likewise.
9247 * gdb.mi/mi-nsthrexec.exp: Likewise.
9248 * gdb.python/py-evthreads.exp: Likewise.
9249
e9ea2662
JK
92502011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9251
9252 Code cleanup.
9253 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9254 it. Substitute it instead of test_compiler_info everywhere.
9255
ce451573
UW
92562011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9257
9258 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9259 remote targets as well.
9260
756d88a7
UW
92612011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9262
9263 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9264 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9265
31f83dc5
UW
92662011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9267
9268 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9269 a remote machine, not the host.
9270 (gdb_compile_shlib): Set soname if target is remote.
9271
059241a0
PP
92722011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9273
9274 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9275
28a0b48c 92762011-07-13 Matt Rice <ratmice@gmail.com>
9277
9278 * gdb.python/py-objfile-script-gdb.py: Renamed to
9279 py-objfile-script-gdb.py.in.
9280 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9281 py-objfile-script-gdb.py.
9282 * gdb.python/py-objfile-script.exp: Update reference to
9283 py-objfile-script-gdb.py.
9284
9a771b67
JK
92852011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9286
9287 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9288 reference undefined label.
9289
04ad99e6
JK
92902011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9291
9292 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9293 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9294 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9295 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9296
713389e0
PM
92972011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9298
6fdff2c5 9299 PR python/12438
713389e0 9300 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 9301 deprecated tests. Add set/show python print-backtrace tests.
713389e0 9302
97d146f8
JK
93032011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9304
9305 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9306 debug info.
9307
facde0e5 93082011-07-06 Matt Rice <ratmice@gmail.com>
9309
9310 * gdb.python/python.exp: Update filename paths.
9311 * gdb.python/py-symtab.exp: Ditto.
9312
438640d1
MP
93132011-07-06 Marek Polacek <mpolacek@redhat.com>
9314
9315 * gdb.python/py-evthreads.exp: Add missing `$'.
9316
33a365df
MF
93172011-07-06 Jie Zhang <jie.zhang@analog.com>
9318
9319 * config/bfin.exp: New file.
9320 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9321 * gdb.asm/bfin.inc: New file.
9322
8f7ae686
MP
93232011-07-06 Marek Polacek <mpolacek@redhat.com>
9324
df46027d 9325 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
9326 the whole output.
9327
eb2a6f42
TT
93282011-07-05 Tom Tromey <tromey@redhat.com>
9329
9330 * gdb.java/jprint.java (jprint.hi): New field.
9331 * gdb.java/jprint.exp: Print string.
9332
177b42fe
TJB
93332011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9334
9335 * gdb.base/call-sc.c: Fix typos.
9336 * gdb.base/ifelse.exp: Likewise.
9337 * gdb.base/structs.c: Likewise.
9338
3b2a0cf2
JB
93392011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9340
9341 * gdb.base/jit-so.exp: New test.
9342 * gdb.base/jit-dlmain.c: New file.
9343 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9344
46fc714c
JK
93452011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
9348 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9349 * gdb.cp/pr9167.exp (p b): Likewise.
9350 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9351 (test value of P in inner_m, test type of Z in inner_m): Call
9352 setup_xfail for gcc <= 4.5.
46fc714c 9353
418c7cf7
JK
93542011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9355
9356 * gdb.cp/paren-type.cc: New files.
9357 * gdb.cp/paren-type.exp: New files.
9358
3d50dd94
JK
93592011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 Stop on first linespec terminator instead of eating what we can.
9362 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9363 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9364 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9365 (break C::f()): ... this one.
9366 (break C::operator()()): New test.
9367 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9368 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9369 test.
9370
dcf9f4ab
JK
93712011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9372
9373 Fall back linespec to minimal symbols.
9374 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9375 error message.
9376 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9377 * gdb.cp/minsym-fallback-main.cc: New file.
9378 * gdb.cp/minsym-fallback.cc: New file.
9379 * gdb.cp/minsym-fallback.exp: New file.
9380 * gdb.cp/minsym-fallback.h: New file.
9381
3f542ed1
JK
93822011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9383
9384 * gdb.cp/no-dmgl-verbose.cc: New file.
9385 * gdb.cp/no-dmgl-verbose.exp: New file.
9386
93872011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
9388
9389 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9390 __GI_.
9391 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9392 (f): New function.
9393 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9394 (complete p 'func<short>(): ... here.
9395 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9396 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9397 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9398 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9399 Make them KFAIL gcc/49546.
9400
00eb2c4a
JB
94012011-07-01 Joel Brobecker <brobecker@adacore.com>
9402
9403 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9404
85a20c42
JK
94052011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9406
9407 Test GCC PR debug/49546.
9408 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9409 (test type of F in k3_m, test value of F in k3_m): New.
9410 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9411 (main): New variable k3. Call k3.k3_m.
9412
d2d43431
JB
94132011-07-01 Jean-Charles Delay <delay@adacore.com>
9414
9415 * gdb.ada/packed_array.exp: Fix expected outout.
9416
54ae186f
JB
94172011-07-01 Jean-Charles Delay <delay@adacore.com>
9418
9419 * gdb.ada/packed_array.exp: fixed expected output.
9420
8f17729f
JB
94212011-07-01 Joel Brobecker <brobecker@adacore.com>
9422
9423 * gdb.ada/same_enum: New testcase.
9424
f5aa6869
JB
94252011-07-01 Joel Brobecker <brobecker@adacore.com>
9426
9427 * gdb.ada/ptr_typedef: New testcase.
9428
828292f2
JB
94292011-07-01 Joel Brobecker <brobecker@adacore.com>
9430
9431 * gdb.ada/arrayptr.exp: Add ptype test.
9432
18920c42
JB
94332011-07-01 Joel Brobecker <brobecker@adacore.com>
9434
9435 * gdb.ada/char_enum: New testcase.
9436
3536d9e3 94372011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
9438
9439 * gdb.base/dump.exp (capture_pointer_with_type): New.
9440 Get value from address instead of name.
9441 Start GDB once, and do `dump' and `restore'
9442 tests together.
9443
db863c42
MF
94442011-06-30 Jie Zhang <jie.zhang@analog.com>
9445 Mike Frysinger <vapier@gentoo.org>
9446
9447 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9448 helper functions for getting/setting remotetimeout variable.
9449 * lib/gdb.exp (gdb_load): If the target is remote, set
9450 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9451 with $loadtimeout. Set $load_ok to 0 before doing the load.
9452 Instead of returning, immediately, set $load_ok to 0. Call
9453 set_remotetimeout with $oldremotetimeout, and then return if
9454 $load_ok is 1.
9455
e9e642a8
AB
94562011-06-30 Andrew Burgess <aburgess@broadcom.com>
9457
9458 * gdb.python/py-template.exp: Don't run this test if the target
9459 does not support c++ tests.
9460
32019081
JK
94612011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9462
9463 Fix non-only rename list for Fortran modules import.
9464 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9465 tests.
9466 * gdb.fortran/module.f90 (module moduse): New.
9467 (program module): use moduse, test var_x, var_y and var_z.
9468
0ecee54c
TT
94692011-06-29 Tom Tromey <tromey@redhat.com>
9470
9471 PR testsuite/12040:
9472 * gdb.fortran/array-element.exp: Use f90, not f77.
9473 * gdb.fortran/complex.exp: Use f90, not f77.
9474 * gdb.fortran/derived-type.exp: Use f90, not f77.
9475 * gdb.fortran/library-module.exp: Use f90, not f77.
9476 * gdb.fortran/logical.exp: Use f90, not f77.
9477 * gdb.fortran/module.exp: Use f90, not f77.
9478 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9479 * gdb.fortran/subarray.exp: Use f90, not f77.
9480
3b2b8fea
TT
94812011-06-29 Tom Tromey <tromey@redhat.com>
9482
9483 * gdb.fortran/charset.exp: New file.
9484 * gdb.fortran/charset.f90: New file.
9485
42159ca5
TT
94862011-06-29 Tom Tromey <tromey@redhat.com>
9487
9488 PR testsuite/12040:
9489 * lib/future.exp: New file, mostly extracted from ada.exp.
9490 Rewrote compatibility code to use rename.
9491 (gdb_find_gfortran): New proc.
9492 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9493 gfortran patch.
9494 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9495 Move to future.exp.
9496 * lib/gdb.exp: Always load future.exp.
9497
af69a5ce
YQ
94982011-06-28 Yao Qi <yao@codesourcery.com>
9499
9500 * gdb.cp/exception.cc: Don't include iostream.
9501 (bar): Remove print statement.
9502 (catcher): New.
9503 (main): Remove print statements. Call function catcher.
9504 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9505 Set breakpoint on catcher, and check the value of parameter.
9506
ab5c6a72
YQ
95072011-06-23 Yao Qi <yao@codesourcery.com>
9508
6fdff2c5
PA
9509 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9510 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 9511
9497469f
MP
95122011-06-23 Marek Polacek <mpolacek@redhat.com>
9513
9514 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9515 mi_gdb_test.
9516
b9132588
MP
95172011-06-23 Marek Polacek <mpolacek@redhat.com>
9518
5d197ed0 9519 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 9520
e55595ca
MP
95212011-06-23 Marek Polacek <mpolacek@redhat.com>
9522
5d197ed0
MP
9523 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9524
95252011-06-23 Marek Polacek <mpolacek@redhat.com>
9526
9527 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9528 `test_exec_and_symbol_mi_operatons' return value.
9529 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9530 gdb_test_multiple.
9531 (test_exec_and_symbol_mi_operatons): Likewise.
9532 (test_path_specification): Likewise.
e55595ca 9533
be777e08
YQ
95342011-06-23 Yao Qi <yao@codesourcery.com>
9535
9536 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9537 supported.
9538 * lib/gdb.exp (support_displaced_stepping): New.
9539
615556d6
YQ
95402011-06-23 Yao Qi <yao@codesourcery.com>
9541
9542 * gdb.threads/execl.exp: Skip on remote target.
9543
833b0ca7
MP
95442011-06-21 Marek Polacek <mpolacek@redhat.com>
9545
5d197ed0 9546 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
9547 mi_gdb_test.
9548
1ee4023a
MP
95492011-06-20 Marek Polacek <mpolacek@redhat.com>
9550
5d197ed0 9551 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 9552
d0b1d624
MP
95532011-06-20 Marek Polacek <mpolacek@redhat.com>
9554
5d197ed0 9555 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
9556 mi_gdb_test.
9557
79aa92c1
MP
95582011-06-20 Marek Polacek <mpolacek@redhat.com>
9559
5d197ed0 9560 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 9561
5ce5db06
YQ
95622011-06-14 Yao Qi <yao@codesourcery.com>
9563
9564 gdb/testsuite/
9565 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9566
533a737e
JK
95672011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9568
9569 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9570
d0e53741
TT
95712011-06-10 Tom Tromey <tromey@redhat.com>
9572
9573 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9574 Add tests for pointer-to-member-function.
9575 * gdb.cp/temargs.cc (S::somefunc): New function.
9576 (K2): New class.
9577 (main): Instantiate K2; call method.
9578
b5916bbd
JB
95792011-06-08 Joel Brobecker <brobecker@adacore.com>
9580
9581 * gdb.python/py-inferior.c (f2): Make str an array rather
9582 than a pointer.
9583 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9584
5be4dfca
JK
95852011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9586
9587 * gdb.base/async-shell.c: New file.
9588 * gdb.base/async-shell.exp: New file.
9589
9f47e254
PA
95902011-06-06 Pedro Alves <pedro@codesourcery.com>
9591
9592 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9593
64b9b334
JB
95942011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9595
9596 From Stephen Kitt <steve@sk2.org>
9597 * gdb.base/help.exp: Adjust following some spelling corrections
9598 in GDB.
9599
dbc0f131
YQ
96002011-06-01 Yao Qi <yao@codesourcery.com>
9601
9602 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9603
fd336a18
KS
96042010-05-31 Keith Seitz <keiths@redhat.com>
9605
9606 PR c++/12750
9607 * gdb.cp/static-method.cc: New file.
9608 * gdb.cp/static-method.exp: New file.
9609
fa8b9902
KS
96102010-05-31 Keith Seitz <keiths@redhat.com>
9611
9612 PR symtab/12704
9613 * gdb.cp/anon-ns.cc: New file.
9614 * gdb.cp/anon-ns.exp: New file.
9615
0a5b1e09
PA
96162011-05-31 Pedro Alves <pedro@codesourcery.com>
9617
9618 * gdb.arch/i386-dr3-watch.c: New file.
9619 * gdb.arch/i386-dr3-watch.exp: New file.
9620
0578b8d1
YQ
96212011-05-30 Yao Qi <yao@codesourcery.com>
9622
9623 * gdb.base/callfuncs.c (t_structs_fc): New.
9624 (t_structs_dc, t_structs_ldc): New.
9625 (t_double_many_args):
9626 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9627 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9628 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9629 * gdb.base/callfuncs.exp: Call new functions.
9630
6680506e
YQ
96312011-05-30 Yao Qi <yao@codesourcery.com>
9632
ff4d2c60
YQ
9633 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9634 Call rerun_and_prepare for each test to isolate effects.
9635
96362011-05-30 Yao Qi <yao@codesourcery.com>
9637
9638 * gdb.base/varargs.c (find_max_float_real): New.
9639 (find_max_double_real, find_max_long_double_real): New.
9640 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
9641 * lib/gdb.exp (setup_kfail_for_target): New.
9642
e43ec454
YQ
96432011-05-30 Yao Qi <yao@codesourcery.com>
9644
9645 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9646 (callcd, callce, callcf, callc1a, callc1b): New.
9647 (callc2a, callc2b): New.
9648 * gdb.base/funcargs.exp (complex_args): New.
9649 (complex_integral_args, complex_float_integral_args): New.
9650 * lib/gdb.exp (support_complex_tests): New. Determine
9651 whether to run test cases on _Complex types.
9652
432b4d03
JK
96532011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9654
9655 * gdb.threads/leader-exit.c: New file.
9656 * gdb.threads/leader-exit.exp: New file.
9657
6caf069d
MP
96582011-05-27 Marek Polacek <mpolacek@redhat.com>
9659
9497469f 9660 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 9661
97fce28b
MP
96622011-05-27 Marek Polacek <mpolacek@redhat.com>
9663
9664 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9665 remove the `supported' variable.
9666 * gdb.mi/mi-nonstop.exp: Likewise.
9667 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9668 * gdb.mi/mi-nsintrall.exp: Likewise.
9669 * gdb.mi/mi-nsmoribund.exp: Likewise.
9670 * gdb.mi/mi-nsthrexec.exp: Likewise.
9671
9da8c2a0
PA
96722011-05-26 Pedro Alves <pedro@codesourcery.com>
9673
9674 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9675
2c03e5be
PA
96762011-05-26 Pedro Alves <pedro@codesourcery.com>
9677
9678 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9679
2e21250d
KS
96802011-05-24 Keith Seitz <keiths@redhat.com>
9681
9682 PR breakpoint/12803
9683 * gdb.cp/cmpd-minsyms.cc (a): New method.
9684 (b): New method.
9685 (c): New method.
9686 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9687
cdac0397
PA
96882011-05-24 Pedro Alves <pedro@codesourcery.com>
9689
9690 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9691 watchpoint's command list didn't execute when the watchpoint went
9692 out of scope.
9693
ee5683ab
PM
96942011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9695
9696 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9697 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9698 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9699 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9700 * gdb.arch/i386-permbkpt.exp: Likewise.
9701 * gdb.arch/i386-prologue.exp: Likewise.
9702 * gdb.arch/i386-size-overlap.exp: Likewise.
9703 * gdb.arch/i386-size.exp: Likewise.
9704 * gdb.arch/i386-unwind.exp: Likewise.
9705 * gdb.reverse/i386-precsave.exp: Likewise.
9706 * gdb.reverse/i386-reverse.exp: Likewise.
9707 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9708 * gdb.reverse/i387-env-reverse.exp: Likewise.
9709 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9710
c91c8c16
PA
97112011-05-24 Pedro Alves <pedro@codesourcery.com>
9712
9713 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9714 file doesn't error, using MI.
9715
c50491a7
TT
97162011-05-23 Tom Tromey <tromey@redhat.com>
9717
9718 * gdb.base/charset.exp (string_display): Add tests to assign to
9719 arrays.
9720 * gdb.base/charset.c (short_array, int_array, long_array): New.
9721
4a07b7da
PA
97222011-05-20 Pedro Alves <pedro@codesourcery.com>
9723
9724 Cope with async mode.
9725
4a07b7da
PA
9726 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9727 into gdb_test + mi_expect_stop.
9728
b275f2d2
PA
97292011-05-20 Pedro Alves <pedro@codesourcery.com>
9730
9731 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9732 (callme): Remove printf call.
9733
eec52c44
PM
97342011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9735
9736 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9737 quote pattern to avoid problems with Cygwin/mingw expect versions.
9738 * gdb.base/default.exp (show convenience): Use double
9739 quote pattern for regular expressions.
9740
b3c8eb43
JK
97412011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9742
9743 Fix -readnow for -gdwarf-4 unused type units.
9744 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9745 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9746
ed731959
JK
97472011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9748
9749 * gdb.base/kill-after-signal.c: New file.
9750 * gdb.base/kill-after-signal.exp: New file.
9751
3b48433d
PA
97522011-05-16 Pedro Alves <pedro@codesourcery.com>
9753
9754 * gdb.ada/start.exp: Call untested with the correct test filename.
9755 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9756 test filename. Make the test's binary unique.
9757 * gdb.arch/i386-signal.exp: Call untested with the correct test
9758 filename.
9759 * gdb.arch/i386-size-overlap.exp: Ditto.
9760 * gdb.arch/Makefile.in (EXECUTABLES): Update.
9761 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9762 * gdb.cp/call-c.exp: Ditto.
9763 * gdb.mi/mi-reverse.exp: Call untested with the correct test
9764 filename. Make the test's binary unique.
9765 * gdb.mi/Makefile.in (EXECUTABLES): Update.
9766 * gdb.python/py-mi.exp: Ditto.
9767 * gdb.python/Makefile.in (EXECUTABLES): Update.
9768 * gdb.reverse/i386-precsave.exp: Ditto.
9769 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
9770 test filename.
9771 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9772 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
9773 unique.
9774 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
9775 test filename.
9776 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
9777 * gdb.trace/tfile.exp: Ditto.
9778
ba4a8bdd
YQ
97792011-05-14 Yao Qi <yao@codesourcery.com>
9780
9781 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
9782 type.
9783
dbaefcf7
DE
97842011-05-13 Doug Evans <dje@google.com>
9785
9786 * gdb.python/py-objfile-script.exp: New file.
9787 * gdb.python/py-objfile-script.c: New file.
9788 * gdb.python/py-objfile-script-gdb.py: New file.
9789 * testsuite/gdb.python/py-section-script.exp: Test
9790 "info auto-load-scripts".
9791
9930639c
TT
97922011-05-13 Tom Tromey <tromey@redhat.com>
9793
9794 * gdb.dwarf2/clztest.exp: New file.
9795 * gdb.dwarf2/clztest.c: New file.
9796 * gdb.dwarf2/clztest.S: New file.
9797
05272e11
DE
97982011-05-13 Doug Evans <dje@google.com>
9799
cc63ef9b
DE
9800 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9801 String16 tests.
05272e11 9802
6edba76f
TT
98032011-05-13 Tom Tromey <tromey@redhat.com>
9804
9805 * lib/gdb.exp (is_x86_like_target): New proc.
9806 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9807 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9808 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9809 -nostdlib to compiler.
9810 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9811 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9812 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9813 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9814 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9815
028d0ed5
TJB
98162011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9817
9818 * gdb.python/py-function.exp: Test setting a value from a function
9819 which executes a command.
9820
8a9b8146
TT
98212011-05-12 Tom Tromey <tromey@redhat.com>
9822
9823 * gdb.dwarf2/typeddwarf.S: New file.
9824 * gdb.dwarf2/typeddwarf.c: New file.
9825 * gdb.dwarf2/typeddwarf.exp: New file.
9826
10483e8e
MP
98272011-05-12 Marek Polacek <mpolacek@redhat.com>
9828
9829 * gdb.mi/mi-basics.exp: Fix races. Honour the
9830 `test_exec_and_symbol_mi_operatons' return value.
9831 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9832 gdb_test_multiple.
9833 (test_exec_and_symbol_mi_operatons): Likewise.
9834 (test_path_specification): Likewise.
9835
faf067f1
JK
98362011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9837
9838 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9839 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9840 Replace `file copy' and `file rename' by `file mtime'. Twice.
9841
7ff911a3
JK
98422011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9843
9844 * gdb.base/readline-ask.c: New file.
9845 * gdb.base/readline-ask.exp: New file.
9846 * gdb.base/readline-ask.inputrc: New file.
9847
a536c6d7
UW
98482011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9849
9850 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9851 to avoid race condition.
9852 * gdb.cell/coremaker.c: Use small stack size.
9853 * gdb.cell/ea-standalone.exp: Use file name without path as
9854 argument to c_to.
9855 * gdb.cell/fork.exp: Allow other output when continuing to end.
9856
d472a426
JK
98572011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9858
9859 * gdb.threads/corethreads.c: New file.
9860 * gdb.threads/corethreads.exp: New file.
9861
98622011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
9863
9864 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9865 Try to compile the test using -Wl,-z,norelro first.
9866 (load_core): New variable libthread_db_seen, initialize it.
9867 (zeroed-threads cannot be listed): Protect it by XFAIL on
9868 !$libthread_db_seen.
9869
8be455d7
JK
98702011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9871
9872 PR 12573
9873 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9874 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9875 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9876
1976171a
JK
98772011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9878
9879 * gdb.cp/psymtab-parameter.cc: New file.
9880 * gdb.cp/psymtab-parameter.exp: New file.
9881
7db6f30f
JK
98822011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9883
9884 Fix a race.
9885 * gdb.cp/static-print-quit.exp (print c): Split to ...
9886 (print c - <return>, print c - q <return>, print c - to quit):
9887 ... these. Make the testfile untested on gdb-7.1.
9888
85161e9e 98892011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
9890
9891 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9892 gdb_rename_execfile, gdb_touch_execfile): New.
9893 * gdb.base/reread.exp: Use new procs to handle multiple
9894 exec files.
9895
0c51be18
YQ
98962011-05-05 Yao Qi <yao@codesourcery.com>
9897
9898 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9899 (test_adr_32bit, test_pop_pc): New.
9900 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9901 (test_adr_32bit, test_pop_pc): New.
9902
4d393d60
JM
99032011-05-04 Joseph Myers <joseph@codesourcery.com>
9904
9905 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9906 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9907 targets.
9908 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9909 handle targets.
9910
8ffd0459
JK
99112011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9912
9913 * gdb.base/completion.exp (complete help info wat): Rename to ...
9914 (complete 'help info wat'): ... here.
9915 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9916 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9917
8e28d804
PA
99182011-05-04 Pedro Alves <pedro@codesourcery.com>
9919
9920 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9921 gdb_test and explicit $gdb_prompt/timeout matches.
9922
3eb2ef34
YQ
99232011-05-04 Yao Qi <yao@codesourcery.com>
9924
9925 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9926 and __thumb2__.
9927
aaaf81a3
MP
99282011-05-03 Marek Polacek <mpolacek@redhat.com>
9929
9930 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9931 in place of `gdb_test "delete breakpoints"'. This eliminates two
9932 testcases.
9933
c4cbc0df
PA
99342011-05-02 Pedro Alves <pedro@codesourcery.com>
9935
9936 PR testsuite/12649
9937 Fix races.
9938
9939 * gdb.base/completion.exp: Remove all sleep calls. Remove
9940 unnecessary regexs. Don't explicitly expect anything after the
9941 prompt. Eat the prompt if necessary.
9942
b4cbb4a3
EBM
99432011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9944
9945 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9946 accept to show the caller line again as well as the line after.
9947
d65aec65
PM
99482011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9949
9950 PR mi/12531
9951
9952 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9953 compile target.
9954 * gdb.python/py-prettyprint.exp: Add C++ object for
9955 CPLUS_FAKE_CHILD test.
9956
30852783
UW
99572011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9958
9959 * gdb.base/signest.exp: New file.
9960 * gdb.base/signest.c: Likewise.
9961
c7b1f0d9
JK
99622011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9963
9964 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9965 thread and breakpoint notifications.
9966
559a7a62
JK
99672011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9968
9969 * gdb.base/fortran-sym-case.c: New file.
9970 * gdb.base/fortran-sym-case.exp: New file.
9971 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9972 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9973 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9974
8344e389
JK
99752011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9976
9977 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9978 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9979 false #1', `if true else false #2' and `if true else false #3'.
9980
2484c66b
UW
99812011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9982
9983 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9984 while delivering signal.
9985
8d3788bd
VP
99862011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9987
9988 MI breakpoint notifications.
9989
9990 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
9991 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9992 * testsuite/gdb.mi/mi-watch.exp: Adust.
9993 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9994 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9995 notifications.
8d3788bd 9996
3e03848b
JK
99972011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9998
9999 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10000 * gdb.base/gdbindex-stabs.c: New file.
10001 * gdb.base/gdbindex-stabs.exp: New file.
10002
918c9108
YQ
100032011-04-25 Yao Qi <yao@codesourcery.com>
10004
10005 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10006 with /*...*/.
10007 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10008
90556b8c
JK
100092011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10010
10011 * gdb.python/py-value.exp (test_objfiles): Name the first test
10012 `py-value in file.filename'.
10013
03f2bd59
JK
100142011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10015
10016 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10017 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10018 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10019 !gdbserver_reconnect_p..
10020 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10021
7b08b9eb
JK
100222011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10023
10024 * gdb.cp/cpcompletion.exp (complete class methods)
10025 (complete class methods beginning with F): Move them above runto. New
10026 comment about the runto delimiter.
10027
b78974c3
PA
100282011-04-20 Pedro Alves <pedro@codesourcery.com>
10029
10030 * gdb.base/maint.exp: Test that "maint print registers" works
10031 without a running program.
10032
20429c40 100332011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 10034
20429c40
MP
10035 * gdb.base/setshow.exp: Fix racy tests.
10036 ($old_gdb_prompt): New variable.
10037
7a9dd1b2
TT
100382011-04-19 Tom Tromey <tromey@redhat.com>
10039
10040 * gdb.mi/mi-nsmoribund.exp:
10041 * gdb.hp/gdb.objdbg/objdbg01.exp:
10042 * gdb.base/structs.exp (test_struct_returns):
10043 * gdb.base/call-sc.exp (test_scalar_returns):
10044 * gdb.base/bigcore.exp: Remove duplicate words.
10045
02835898
JK
100462011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10047
10048 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10049 * gdb.base/break-interp.exp (test_attach): New comment.
10050
254f582e
JK
100512011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10052
10053 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10054 (clear __stack_user.next, clear stack_used.next)
10055 (save a zeroed-threads corefile): New test.
10056 Call core_load for $core0file.
10057 (zeroed-threads cannot be listed): New test.
10058
4fe85f5c
JK
100592011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10060
10061 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10062 filename.
10063 ($srcfile): Preserve the original value.
10064 ($testfile): Match it the .exp filename.
10065 ($corefile): New variable. Substitute it around.
10066 Use clean_restart.
10067 ($prev_timeout): Remove.
10068 (load_core): Move core loading into this proc.
10069 Fix restore of $timeout if load_core fails.
10070
63524580
JK
100712011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10072
10073 * gdb.base/eu-strip-infcall.c: New file.
10074 * gdb.base/eu-strip-infcall.exp: New file.
10075
90359a16
JK
100762011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10077
10078 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10079 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10080
626e7282
JK
100812011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10082
10083 Fix Python access to inlined frames.
10084 * gdb.python/py-frame-inline.c: New file.
10085 * gdb.python/py-frame-inline.exp: New file.
10086
3363d018
EBM
100872011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10088
10089 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10090 content of 's24' correctly (avoiding "optimized out").
10091 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10092
28781456
JK
100932011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10094
10095 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10096
4a4106ca
TJB
100972011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10098
10099 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10100 expect a colon in watch -location output.
10101
d26ccb4f
JK
101022011-04-13 Marek Polacek <mpolacek@redhat.com>
10103
df46027d 10104 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
10105 New testcase `expect response to define backtrace'. Also remove
10106 redundant `default' block.
10107
e1ab1f9c
JK
101082011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10109
10110 * gdb.python/py-prettyprint.c (struct hint_error): New.
10111 (main): New variable hint_error.
10112 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10113 "print hint_error".
10114 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10115 (register_pretty_printers): Register it.
10116
0c2e6019
TT
101172011-04-04 Tom Tromey <tromey@redhat.com>
10118
10119 * gdb.cp/maint.exp (test_help): Update.
10120 (test_namespace): Likewise.
10121
af57139d
JB
101222011-04-01 Joel Brobecker <brobecker@adacore.com>
10123
10124 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10125 * gdb.ada/arrayptr.exp: Add new tests.
10126
956a9fb9
JB
101272011-04-01 Joel Brobecker <brobecker@adacore.com>
10128
10129 * gdb.ada/mi_catch_ex: New testcase.
10130
d0c4d642
PA
101312011-04-01 Pedro Alves <pedro@codesourcery.com>
10132
10133 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10134 base::overload(void) method without specifying "const".
10135
18819fa6
UW
101362011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10137
10138 * gdb.arch/thumb-singlestep.S: New file.
10139 * gdb.arch/thumb-singlestep.exp: Likewise.
10140
a4c8e806
TT
101412011-03-31 Tom Tromey <tromey@redhat.com>
10142
10143 * gdb.python/py-prettyprint.py (exception_flag): New global.
10144 (NoStringContainerPrinter._iterator.next): Check it.
10145 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10146 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10147
53832f31
TT
101482011-03-29 Tom Tromey <tromey@redhat.com>
10149
10150 * gdb.cp/anon-struct.cc: New file.
10151 * gdb.cp/anon-struct.exp: New file.
10152
e4620230
JK
101532011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10154
10155 Test STT_GNU_IFUNC support.
10156 * gdb.base/gnu-ifunc-lib.c: New file.
10157 * gdb.base/gnu-ifunc.c: New file.
10158 * gdb.base/gnu-ifunc.exp: New file.
10159
d0fb5eae
JK
101602011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10161
10162 Support a ring of related breakpoints.
10163 * gdb.base/watchpoint-delete.c: New file.
10164 * gdb.base/watchpoint-delete.exp: New file.
10165
20106cfb
JK
101662011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10167
10168 * gdb.ada/arrayparam.exp (print first after function call): Use
10169 explicit package name. Add a comment
10170 (print lasta after function call): Rename ...
10171 (print last after function call): ... it and use explicit package
10172 name.
10173 (print length after function call): Use explicit package name.
10174 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10175 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10176 (multiple matches for symbol i): Rename ...
10177 (multiple matches for symbol integervar): ... it.
10178 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10179 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10180
e7ab5e63
AB
101812011-03-25 Andrew Burgess <aburgess@broadcom.com>
10182
10183 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10184 environment variable to make grep output more predictable. Move
10185 all the environment setup into gdb_init so it's done once per test
10186 case rather than each time we start gdb.
10187
9ef07c8c
TT
101882011-03-24 Tom Tromey <tromey@redhat.com>
10189
10190 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10191 test.
10192
dd90784c
JK
101932011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10194
10195 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10196 * gdb.dwarf2/dw2-entry-value.S: New file.
10197 * gdb.dwarf2/dw2-entry-value.exp: New file.
10198
05775840
PM
101992011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10200
6fdff2c5 10201 PR python/12183
05775840
PM
10202
10203 * gdb.python/py-function.exp: Add GdbError tests.
10204
8661b11b
PA
102052011-03-18 Pedro Alves <pedro@codesourcery.com>
10206
10207 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10208 (reglocal_test_func, statlocal_test_func): New functions.
10209 (globals_test_func): Call new functions.
10210 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10211 (gdb_collect_locals_test): New procedure.
10212 (gdb_trace_collection_test): Call new procedures.
10213
0fdb4f18
PA
102142011-03-18 Pedro Alves <pedro@codesourcery.com>
10215
10216 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10217 (test_register, test_register_unavailable): New procedures.
10218 (gdb_unavailable_registers_test): New procedure.
10219 (gdb_trace_collection_test): Call it.
10220
99c3dc11
PM
102212011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10222
6fdff2c5 10223 PR python/12149
99c3dc11
PM
10224
10225 * gdb.python/python.exp: Add gdb.write tests.
10226
29703da4
PM
102272010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10228
10229 * gdb.python/Makefile.in: Add py-objfile.
10230 * gdb.python/py-objfile.exp: New file.
10231 * gdb.python/py-objfile.c: New file.
10232 * gdb.python/py-block.exp: Add is_valid tests.
10233 * gdb.python/py-inferior.exp: Ditto.
10234 * gdb.python/py-infthread.exp: Ditto.
10235 * gdb.python/py-symbol.exp: Ditto.
10236 * gdb.python/py-symtab.exp: Ditto.
10237
598997c8
KS
102382011-03-16 Keith Seitz <keiths@redhat.com>
10239
10240 PR c++/12273
10241 * gdb.cp/cmpd-minsyms.exp: New test.
10242 * gdb.cp/cmpd-minsyms.cc: New file.
10243
10244 PR c++/11734
10245 * gdb.cp/ovsrch.exp: New test.
10246 * gdb.cp/ovsrch.h: New file.
10247 * gdb.cp/ovsrch1.cc: New file.
10248 * gdb.cp/ovsrch2.cc: New file.
10249 * gdb.cp/ovsrch3.cc: New file.
10250 * gdb.cp/ovsrch4.cc: New file.
10251
c91513d8
PP
102522011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10253
10254 PR gdb/12528
10255 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10256 * gdb.base/break-on-linker-gcd-function.exp: New test.
10257 * gdb.base/break-on-linker-gcd-function.cc: New file.
10258
7470fc63
AT
102592011-03-15 Andreas Tobler <andreast@fgznet.ch>
10260
10261 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10262
959e7469
PM
102632011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10264
10265 * lib/gdb.exp (gdb_unload): Add another termination case.
10266
9373cf26
JK
102672011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10268
10269 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10270 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10271 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10272 Provide a stub byte there.
10273 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10274 DW_AT_entry_pc.
10275 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10276
24e9cda0
UW
102772011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10278
10279 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10280 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10281 "generic ABI, auto".
10282 (altivec_abi_tests): Accept vectors returned by reference.
10283
7371cf6d
PM
102842010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10285
10286 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10287
ce77046a
UW
102882011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10289
10290 * gdb.python/py-section-script.exp: Skip test if no Python support.
10291
176400c3
UW
102922011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10293
10294 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10295
ecec24e6
PM
102962011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10297
10298 * gdb.python/py-parameter.exp: Update tests to the new Python
10299 parameter API. Add "no documentation" test. Add deprecated API
10300 backward compatibility test.
10301
5dbdd470
TT
103022011-03-09 Tom Tromey <tromey@redhat.com>
10303
10304 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10305 gdb_continue_to_end.
10306
b66e66ee
MK
103072011-03-09 Mark Kettenis <kettenis@gnu.org>
10308
10309 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10310 tabs.
10311
eceb0c5f
TT
103122011-03-09 Tom Tromey <tromey@redhat.com>
10313
10314 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10315 parentheses.
10316 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10317 $command.
10318 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10319 argument to gdb_continue_to_end.
10320 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10321 argument to gdb_continue_to_end.
10322 * gdb.cp/annota3.exp: Fix regex.
10323 * gdb.cp/annota2.exp: Fix regex.
10324 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10325 gdb_continue_to_end.
10326 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10327 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10328 gdb_continue_to_end.
10329
63154eca
PA
103302011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10331
10332 * gdb.server/ext-run.exp
10333 (load new file without any gdbserver inferior): New test.
10334
967d1f9b
TT
103352011-03-07 Tom Tromey <tromey@redhat.com>
10336
10337 * Makefile.in (TAGS): Rewrite.
10338
d68dcbb9
JK
103392011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10340
10341 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10342 initial commands echo. New match for `Found trace'. Anchor all the
10343 other matches. Anchor and match for `No trace frame found' the final
10344 match.
10345
6bf58e63
TT
103462011-03-07 Tom Tromey <tromey@redhat.com>
10347
10348 * Makefile.in (TAGS): New target.
10349
fda326dd
TT
103502011-03-07 Tom Tromey <tromey@redhat.com>
10351
10352 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10353 change.
10354 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10355 change.
10356 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10357 exit message change.
10358 (skip_altivec_tests): Update for exit message change.
10359 (skip_vsx_tests): Likewise.
10360 (gdb_continue_to_end): Likewise. Add 'command' argument.
10361 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10362 * gdb.threads/tls.exp: Update for exit message change.
10363 * gdb.threads/thread-unwindonsignal.exp: Use
10364 gdb_continue_to_end.
10365 * gdb.threads/step.exp (step_it): Update for exit message change.
10366 (continue_all): Likewise.
10367 * gdb.threads/print-threads.exp (test_all_threads): Update for
10368 exit message change.
10369 * gdb.threads/interrupted-hand-call.exp: Use
10370 gdb_continue_to_end.
10371 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10372 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10373 gdb_continue_to_end.
10374 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10375 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10376 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10377 * gdb.cp/method.exp: Update for exit message change.
10378 * gdb.cp/mb-templates.exp: Update for exit message change.
10379 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10380 * gdb.cp/annota3.exp: Update for exit message change.
10381 * gdb.cp/annota2.exp: Update for exit message change.
10382 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10383 * gdb.base/term.exp: Update for exit message change.
10384 * gdb.base/step-test.exp (test_i): Update for exit message change.
10385 * gdb.base/sigstep.exp (advance): Update for exit message change.
10386 (advancei): Likewise.
10387 * gdb.base/siginfo.exp: Update for exit message change.
10388 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10389 * gdb.base/reread.exp: Use gdb_continue_to_end.
10390 * gdb.base/langs.exp: Use gdb_continue_to_end.
10391 * gdb.base/interrupt.exp: Update for exit message change.
10392 * gdb.base/gdb1555.exp: Update for exit message change.
10393 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10394 * gdb.base/ending-run.exp: Update for exit message change.
10395 * gdb.base/chng-syms.exp: Update for exit message change.
10396 * gdb.base/checkpoint.exp: Update for exit message change.
10397 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10398 gdb_continue_to_end.
10399 (test_catch_syscall_with_wrong_args): Likewise.
10400 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10401 * gdb.base/break-interp.exp (test_ld): Update for exit message
10402 change.
10403 * gdb.base/bang.exp: Update for exit message change.
10404 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10405 (do_call_attach_tests): Likewise.
10406 * gdb.base/a2-run.exp: Update for exit message change.
10407 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10408 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10409 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10410
dd19bd70
JK
104112011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10412
10413 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10414
30e62689
TT
104152011-03-03 Tom Tromey <tromey@redhat.com>
10416
10417 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10418 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10419 * gdb.hp/gdb.aCC/configure.ac: Remove.
10420 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10421 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10422 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10423 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10424 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10425 * gdb.hp/gdb.compat/configure.ac: Remove.
10426 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10427 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10428 * gdb.hp/gdb.defects/configure.ac: Remove.
10429 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10430 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10431 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10432 * gdb.hp/configure.ac: Remove.
10433 * gdb.hp/configure: Remove.
10434 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10435 substitution.
10436 (Makefile): Remove rule.
10437 * gdb.cell/configure.ac: Remove.
10438 * gdb.cell/configure: Remove.
10439 * gdb.stabs/Makefile.in (Makefile): Remove.
10440 (distclean): Don't remove config.status or config.log.
10441 * gdb.stabs/configure (Makefile): Remove.
10442 * gdb.stabs/configure.ac: Remove.
10443 * configure: Rebuild.
10444 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10445 Remove stabs- and cell-specific logic. Test for existence of
10446 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10447 subdirectories, gdb.cell, and and gdb.stabs.
10448 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10449
c171f854
JB
104502011-03-03 Joel Brobecker <brobecker@adacore.com>
10451
10452 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10453 end of buffer.
10454
9a5193cb
JB
104552011-03-02 Joel Brobecker <brobecker@adacore.com>
10456
10457 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10458 gdb_test when running a test where we expected no output back.
10459
9bb4c1bb
MS
104602011-02-28 Michael Snyder <msnyder@vmware.com>
10461
10462 * gdb.cp/overload.cc: Change initializer value to integer.
10463
3bd0f5ef
MS
104642011-02-27 Michael Snyder <msnyder@vmware.com>
10465
10466 * gdb.multi/base.exp: Add test for remove-inferiors.
10467
2279eaad
JB
104682011-02-26 Joel Brobecker <brobecker@adacore.com>
10469
10470 * gdb.python/py-frame.exp: Simplify the initialization phase
10471 using prepare_for_testing.
10472
c82c0b55
MS
104732011-02-25 Michael Snyder <msnyder@vmware.com>
10474
10475 * gdb.multi/base.exp: Add tests for info inferiors with args.
10476
1d94651b
JK
104772011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10478
10479 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10480 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10481 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10482 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10483 asmfile3. Comment the STABS (#3) file compilation. Compile
10484 everything through assembler. Provide KFAIL for symtab/12497.
10485 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10486 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10487 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10488 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10489
3bd0f5ef
MS
104902011-02-24 Michael Snyder <msnyder@vmware.com>
10491
10492 * gdb.base/break.exp: Add tests for delete breakpoints using
10493 convenience variables and value history references.
10494
12c1418e
MS
104952011-02-24 Michael Snyder <msnyder@vmware.com>
10496
10497 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10498 left behind in previous check-in.
10499
e5a67952
MS
105002011-02-23 Michael Snyder <msnyder@vmware.com>
10501
10502 * gdb.base/break.exp: Add tests for "info break" with arguments.
10503 * gdb.trace/infotrace.exp: Update patterns for error and help.
10504 * gdb.base/completion.exp: Update pattern.
10505 * gdb.base/ena-dis-br.exp: Update pattern.
10506 * gdb.base/help.exp: Update patterns.
10507
105082011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
10509
10510 * gdb.base/memattr.exp: New test.
10511 * gdb.base/memattr.c: Test load for memattr.exp.
10512
6e6fbe60
DE
105132011-02-22 Doug Evans <dje@google.com>
10514
10515 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10516
1d41d745
MS
105172011-02-22 Michael Snyder <msnyder@vmware.com>
10518
10519 * Makefile.in: Make more clean.
10520 * gdb.ada/Makefile.in: Ditto.
10521 * gdb.arch/Makefile.in: Ditto.
10522 * gdb.asm/Makefile.in: Ditto.
10523 * gdb.base/Makefile.in: Ditto.
10524 * gdb.cp/Makefile.in: Ditto.
10525 * gdb.dwarf2/Makefile.in: Ditto.
10526 * gdb.java/Makefile.in: Ditto.
10527 * gdb.mi/Makefile.in: Ditto.
10528 * gdb.modula2/Makefile.in: Ditto.
10529 * gdb.python/Makefile.in: Ditto.
10530 * gdb.server/Makefile.in: Ditto.
10531 * gdb.stabs/Makefile.in: Ditto.
10532 * gdb.threads/Makefile.in: Ditto.
10533 * gdb.trace/Makefile.in: Ditto.
10534
79ba84ca
MS
105352011-02-22 Michael Snyder <msnyder@vmware.com>
10536
df46027d 10537 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
10538 info threads.
10539
b9b35694
JB
105402011-02-22 Joel Brobecker <brobecker@adacore.com>
10541
10542 * gdb.python/py-breakpoint.exp: Fix the expected output of
10543 one of the "maint info breakpoints" tests to accept the output
10544 generated on platforms that do not have hardware watchpoints.
10545
8bfb830f
JB
105462011-02-22 Joel Brobecker <brobecker@adacore.com>
10547
10548 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10549 clean_restart. Be a little stricter in the expected output
10550 for one of the tests. Fix a typo in one of the comments.
10551
c45f3c54
JB
105522011-02-22 Joel Brobecker <brobecker@adacore.com>
10553
10554 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10555 Delete variable binfile, no longer use. Add or modify test
10556 comments to make them unique.
10557
b97c863c
MS
105582011-02-21 Michael Snyder <msnyder@vmware.com>
10559
10560 * Makefile.in: Update for make clean.
10561 * gdb.ada/Makefile.in: Ditto.
10562 * gdb.arch/Makefile.in: Ditto.
10563 * gdb.asm/Makefile.in: Ditto.
10564 * gdb.base/Makefile.in: Ditto.
10565 * gdb.cp/Makefile.in: Ditto.
10566 * gdb.dwarf2/Makefile.in: Ditto.
10567 * gdb.java/Makefile.in: Ditto.
10568 * gdb.mi/Makefile.in: Ditto.
10569 * gdb.modula2/Makefile.in: Ditto.
10570 * gdb.python/Makefile.in: Ditto.
10571 * gdb.server/Makefile.in: Ditto.
10572 * gdb.stabs/Makefile.in: Ditto.
10573 * gdb.threads/Makefile.in: Ditto.
10574 * gdb.trace/Makefile.in: Ditto.
10575
aea5b279
MS
105762011-02-21 Michael Snyder <msnyder@vmware.com>
10577
10578 * gdb.threads/thread-find.exp: Update patterns for changes in
10579 output of "info threads" command.
10580
e3039479
UW
105812011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10582 Ulrich Weigand <uweigand@de.ibm.com>
10583
10584 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10585 (skip_hw_watchpoint_tests): Likewise.
10586 (skip_hw_watchpoint_multi_tests): Likewise.
10587
b800ec70
UW
105882011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10589
10590 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10591 (skip_hw_watchpoint_tests): Likewise.
10592 (skip_hw_watchpoint_multi_tests): Likewise.
10593 (skip_hw_watchpoint_access_tests): Likewise.
10594
10595 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10596 * gdb.base/pr11022.exp: Likewise.
10597 * gdb.base/watch-read.exp: Likewise.
10598 * gdb.base/watch_thread_num.exp: Likewise.
10599 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10600 * gdb.base/watchpoint-hw.exp: Likewise.
10601 * gdb.base/watchpoint.exp: Likewise.
10602 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10603 * gdb.threads/watchthreads-reorder.exp: Likewise.
10604 * gdb.threads/watchthreads.exp: Likewise.
10605 * gdb.threads/watchthreads2.exp: Likewise.
10606
91033e37
JB
106072011-02-21 Joel Brobecker <brobecker@adacore.com>
10608
10609 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10610 the debugger is unable to find the array bounds.
10611
eeaafae2
JK
106122011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10613
10614 * gdb.cp/typedef-operator.exp: New file.
10615 * gdb.cp/typedef-operator.cc: New file.
10616
e338d953
MS
106172011-02-17 Michael Snyder <msnyder@vmware.com>
10618
10619 * gdb.threads/thread-find.exp: Fix regular expressions.
10620
e67ad678
JB
106212011-02-17 Joel Brobecker <brobecker@adacore.com>
10622
10623 * gdb.ada/packed_array: Expand testcase to test printing of
10624 unconstrained packed array.
10625
93084bca
JB
106262011-02-17 Joel Brobecker <brobecker@adacore.com>
10627
10628 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10629
a0c78a73
PA
106302011-02-16 Pedro Alves <pedro@codesourcery.com>
10631
f65d5553 10632 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
10633 (main): Initialize it before collecting, and and clear it
10634 afterwards.
f65d5553
PA
10635 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10636 collecting with '{type} addr', where the addr expression is not an
10637 rvalue.
a0c78a73 10638
3dfcbbd2
KW
106392011-02-16 Ken Werner <ken.werner@de.ibm.com>
10640
10641 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10642 a bool variable. Expect correct OpenCL names for vector types. Use the
10643 uc3 variable name instead of referring to the uchar3 built-in type.
10644 Escape the asterisk at the half pointer test.
10645
08807d5a
PA
106462011-02-16 Pedro Alves <pedro@codesourcery.com>
10647
f65d5553 10648 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
10649 (main): Initialize it before collecting, and and clear it
10650 afterwards.
f65d5553
PA
10651 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10652 collecting overlapping memory ranges.
08807d5a 10653
60f98dde
MS
106542011-02-15 Michael Snyder <msnyder@vmware.com>
10655
10656 * gdb.base/default.exp: Add tests for thread commands.
10657 * gdb.base/help.exp: Add tests for thread commands.
10658 * gdb.threads/thread-find.exp: New test for thread find command.
10659
648cd113
KW
106602011-02-15 Ken Werner <ken.werner@de.ibm.com>
10661
10662 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10663
494e194e
YQ
106642011-02-15 Yao Qi <yao@codesourcery.com>
10665
10666 PR tdep/12352
10667 * gdb.arch/arm-disp-step.S : New test for str instruction.
10668 * gdb.arch/arm-disp-step.exp : Likewise.
10669
d9492458
TJB
106702011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10671
10672 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10673 "vector_register2_vr" test strings. Test the extended floating
10674 point registers (F32~F63).
10675 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10676 IBM XL C compiler. Make the test program use a register provided
10677 by the compiler for the lxvd2x instruction.
10678
8af8e3bc
PA
106792011-02-14 Pedro Alves <pedro@codesourcery.com>
10680
10681 * gdb.trace/unavailable.cc (class Base, class Middle, class
10682 Derived): New types.
10683 (derived_unavail, derived_partial, derived_whole): New globals.
10684 (virtual_partial): New global.
10685 (virtualp): Point at virtual_partial.
10686 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10687 related to unavailable vptr.
10688
1b28d0b3
PA
106892011-02-14 Pedro Alves <pedro@codesourcery.com>
10690
10691 * gdb.trace/unavailable.cc (a, b, c): New globals.
10692 (main): Set and clear them.
10693 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10694 `a' and `c', and check that `b' isn't collected, although `a' and
10695 `c' are.
10696
ec0a52e1
PA
106972011-02-14 Pedro Alves <pedro@codesourcery.com>
10698
10699 * gdb.trace/unavailable.cc (struct Virtual): New.
10700 (virtualp): New global pointer.
10701 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10702 printing a pointer to an object whose type has a vtable, with
10703 print object on.
10704
24e6bcee
PA
107052011-02-14 Pedro Alves <pedro@codesourcery.com>
10706
10707 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10708 value repeat handles unavailableness.
10709
39d37385
PA
107102011-02-14 Pedro Alves <pedro@codesourcery.com>
10711
10712 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10713 tests for building arrays from unavailable values, subscripting
10714 non-memory rvalue unvailable arrays, and accessing fields or
10715 baseclasses of non-lazy unavailable values,
10716 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10717 struct types.
10718 (g_smallstruct, g_smallstruct_b): New globals.
10719
06d72e16
PA
107202011-02-14 Pedro Alves <pedro@codesourcery.com>
10721
10722 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10723
bc9a5551
JK
107242011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10725
10726 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10727 * gdb.cp/overload-const.exp: New file.
10728 * gdb.cp/overload-const.cc: New file.
10729
54fcddd0
UW
107302011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10731
10732 * gdb.opencl/callfuncs.cl: New file.
10733 * gdb.opencl/callfuncs.exp: New test.
10734 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10735
d6dafb7c
UW
107362011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10737
10738 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10739 when computing result.
10740 * gdb.arch/altivec-abi.exp: Update expected results.
10741
a449c2d8
TJB
107422011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10743
10744 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10745 * gdb.base/jit.exp: Likewise.
10746 * gdb.base/pie-execl.exp: Likewise.
10747 * gdb.base/solib-nodir.exp: Likewise.
10748 * gdb.base/solib-overlap.exp: Likewise.
10749
764880b7
PA
107502011-02-07 Pedro Alves <pedro@codesourcery.com>
10751
10752 * gdb.trace/collection.c (global_pieces): New.
10753 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10754 New procedure.
10755 (gdb_trace_collection_test): Call it.
10756
505500db
SW
107572011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10758
10759 * gdb.python/py-evthreads.c: New file.
10760 * gdb.python/py-evthreads.exp: New file.
10761 * gdb.python/py-events.py: New file.
10762 * gdb.python/py-events.exp: New file.
10763 * gdb.python/py-events.c: New file.
10764
385203ed
DD
107652011-02-04 David Daney <ddaney@caviumnetworks.com>
10766
10767 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
10768
9011945e
AB
107692011-02-03 Andrew Burgess <aburgess@broadcom.com>
10770
10771 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
10772 gdb.base/disasm-end-cu.exp: New test for disassembling over the
10773 boundary between two compilation units.
10774
580688f3
PA
107752011-02-02 Pedro Alves <pedro@codesourcery.com>
10776
10777 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
10778 (Virtual): New structs.
10779 (virtual_o, virtual_middle_b): New globals.
10780 * gdb.cp/virtbase.exp: New tests.
10781
d3f0f853
PP
107822011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10783
10784 * gdb.base/jit.exp: New file.
10785 * gdb.base/jit-main.c: New file.
10786 * gdb.base/jit-solib.c: New file.
10787
b2030fb5
UW
107882011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
10789
10790 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
10791 proceed to initial kernel entry point.
10792 * gdb.opencl/datatypes.exp: Likewise.
10793 * gdb.opencl/operators.exp: Likewise.
10794 * gdb.opencl/vec_comps.exp: Likewise.
10795
2db19d1e
SW
107962011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10797
10798 * gdb.cp/nsnested.cc: New.
10799 * gdb.cp/nsnested.exp: New.
10800 * gdb.cp/nsnoimports.exp: New.
10801 * gdb.cp/nsnoimports.cc: New.
10802
6b0c4c1f
JB
108032011-01-31 Joel Brobecker <brobecker@adacore.com>
10804
10805 * gdb.base/interact.exp: Add extra tests that verify that
10806 the value of the interactive-mode setting does not change
10807 after the script is sourced.
10808
80b23b6a
JK
108092011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10810
10811 * gdb.cp/noparam.exp: New file.
10812 * gdb.cp/noparam.cc: New file.
10813
ffd5ec24
PA
108142011-01-28 Pedro Alves <pedro@codesourcery.com>
10815
10816 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10817 there's no stack or registers.
10818
a81766d8
TT
108192011-01-26 Tom Tromey <tromey@redhat.com>
10820
10821 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10822 space before string output. Add test for "set print pretty off"
10823 case.
10824
585fdaa1
PA
108252011-01-25 Pedro Alves <pedro@codesourcery.com>
10826
10827 * gdb.base/frame-args.exp: Adjust.
10828 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10829 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10830 * gdb.dwarf2/pieces.exp: Adjust.
10831 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10832 * gdb.opt/inline-locals.exp: Adjust.
10833 * gdb.threads/fork-child-threads.exp: Adjust.
10834
d468832a
KW
108352011-01-25 Ken Werner <ken.werner@de.ibm.com>
10836
10837 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10838 OpenCL kernel function. Add a comment as marker. Add address space
10839 qualifiers for the remaining program scope variables.
10840 * gdb.opencl/datatypes.cl: Likewise.
10841 * gdb.opencl/operators.cl: Likewise.
10842 * gdb.opencl/vec_comps.cl: Likewise.
10843 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10844 Add breakpoint at the marker comment.
10845 * gdb.opencl/datatypes.exp: Likewise.
10846 * gdb.opencl/operators.exp: Likewise.
10847 * gdb.opencl/vec_comps.exp: Likewise.
10848
490f124f
PA
108492011-01-24 Pedro Alves <pedro@codesourcery.com>
10850
10851 * gdb.base/printcmds.c (some_struct): New struct and instance.
10852 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10853 procedure.
10854 <global scope>: Call it.
10855
6da78614
KW
108562011-01-21 Ken Werner <ken.werner@de.ibm.com>
10857
10858 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10859 argument to the gdb_compile_opencl_hostapp call.
10860
ec64c9aa
YQ
108612011-01-19 Yao Qi <yao@codesourcery.com>
10862
10863 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10864 positve list.
10865
810cfdbb
YQ
108662011-01-19 Yao Qi <yao@codesourcery.com>
10867
10868 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10869 canonical form.
10870 Remove "xscale-*-*"
10871 * gdb.xml/tdesc-regs.exp: Likewise.
10872 * gdb.python/py-section-script.exp: Replace ARM target triplet
10873 with canonical form.
10874 Match arm*-*-symbianelf*.
10875 * gdb.base/dup-sect.exp: Likewise.
10876 * lib/dwarf.exp: New.
10877 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10878 dwarf2_support.
10879 * gdb.dwarf2/dup-psym.exp: Likewise.
10880 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10881 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10882 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10883 * gdb.dwarf2/dw2-basic.exp: Likewise.
10884 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10885 * gdb.dwarf2/dw2-const.exp: Likewise.
10886 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10887 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10888 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10889 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10890 * gdb.dwarf2/dw2-filename.exp: Likewise.
10891 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10892 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10893 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10894 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10895 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10896 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10897 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10898 * gdb.dwarf2/dw2-producer.exp: Likewise.
10899 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10900 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10901 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10902 * gdb.dwarf2/dw2-strp.exp: Likewise.
10903 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10904 * gdb.dwarf2/implptr.exp: Likewise.
10905 * gdb.dwarf2/mac-fileno.exp: Likewise.
10906 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10907 * gdb.dwarf2/pieces.exp: Likewise.
10908 * gdb.dwarf2/pr11465.exp: Likewise.
10909 * gdb.dwarf2/valop.exp: Likewise.
10910 * gdb.dwarf2/watch-notconst.exp: Likewise.
10911 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10912
4694da01
TT
109132011-01-19 Tom Tromey <tromey@redhat.com>
10914
10915 * gdb.python/py-infthread.exp: Add thread tests.
10916
b075872c
JB
109172011-01-14 Joel Brobecker <brobecker@adacore.com>
10918
10919 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10920
2c3e6e24
JB
109212011-01-14 Joel Brobecker <brobecker@adacore.com>
10922
10923 * gdb.ada/widewide: New testcase.
10924
de8fa76c
JB
109252011-01-13 Joel Brobecker <brobecker@adacore.com>
10926
10927 * gdb.base/interact.exp: New testcase.
10928
1b05df00
TT
109292011-01-12 Tom Tromey <tromey@redhat.com>
10930
10931 * gdb.mi/gdb2549.exp: Update for error message changes.
10932 * gdb.mi/mi-cli.exp: Likewise.
10933 * gdb.mi/mi-disassemble.exp: Likewise.
10934 * gdb.mi/mi-pthreads.exp: Likewise.
10935 * gdb.mi/mi-regs.exp: Likewise.
10936 * gdb.mi/mi-stack.exp: Likewise.
10937 * gdb.mi/mi-var-block.exp: Likewise.
10938 * gdb.mi/mi-var-cmd.exp: Likewise.
10939 * gdb.mi/mi2-cli.exp: Likewise.
10940 * gdb.mi/mi2-disassemble.exp: Likewise.
10941 * gdb.mi/mi2-pthreads.exp: Likewise.
10942 * gdb.mi/mi2-regs.exp: Likewise.
10943 * gdb.mi/mi2-stack.exp: Likewise.
10944 * gdb.mi/mi2-var-block.exp: Likewise.
10945 * gdb.mi/mi2-var-cmd.exp: Likewise.
10946
c2ff108b
JK
109472011-01-12 Andrew Burgess <aburgess@broadcom.com>
10948 Jan Kratochvil <jan.kratochvil@redhat.com>
10949
10950 PR fortran/11104 and DWARF unbound arrays detection.
10951 * gdb.fortran/multi-dim.exp: New file.
10952 * gdb.fortran/multi-dim.f90: New file.
10953
b716877b
AB
109542011-01-12 Andrew Burgess <aburgess@broadcom.com>
10955
10956 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10957 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10958 add new tests for opcode dumping.
10959
6c162d5e
TT
109602011-01-11 Tom Tromey <tromey@redhat.com>
10961
10962 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10963
77b06cd7
TJB
109642010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10965
10966 Convert hardware watchpoints to use breakpoint_ops.
10967 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10968 type is not supported.
10969 * gdb.base/foll-fork.exp: Likewise.
10970 * gdb.base/foll-vfork.exp: Likewise.
10971
f39a75d0
PM
109722011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10973
10974 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10975 Use load_lib gdb-python.exp.
10976 * gdb.python/python.exp: Ditto.
10977 * gdb.python/py-function.exp: Ditto.
10978
fc529d80
AS
109792011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10980
10981 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10982
fb03cb59
JK
109832011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10984
10985 * configure: Regenerate.
10986
d8e22779
TT
109872011-01-06 Tom Tromey <tromey@redhat.com>
10988
10989 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10990
09050809
JB
109912011-01-06 Joel Brobecker <brobecker@adacore.com>
10992
fc529d80
AS
10993 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10994 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10995 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10996 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10997 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10998 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10999 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11000 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11001 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11002 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11003 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11004 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11005 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11006 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11007 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11008 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11009 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11010 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11011 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11012 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11013 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11014 gdb.ada/uninitialized_vars.exp,
11015 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11016 Simplify by using clean_restart.
09050809 11017
8ed5dd9e
JB
110182011-01-06 Joel Brobecker <brobecker@adacore.com>
11019
11020 Add marker to be used as anchor for inserting breakpoints.
11021 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11022 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11023 Likewise.
11024
11025 Remove uses of gdb_start_cmd.
11026 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11027 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11028
11029 Do not run testcase if testing with GDBserver.
11030 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11031 if testing with GDBserver.
11032
368a124f
JB
110332011-01-06 Joel Brobecker <brobecker@adacore.com>
11034
11035 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11036 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11037 copyright header.
11038
44944448
JB
110392011-01-05 Joel Brobecker <brobecker@adacore.com>
11040
11041 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11042 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11043 testsuite/gdb.fortran/complex.f,
11044 testsuite/gdb.fortran/derived-type.f90,
11045 testsuite/gdb.fortran/library-module-lib.f90,
11046 testsuite/gdb.fortran/library-module-main.f90,
11047 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11048 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11049 Copyright year update.
11050
31886ea6
JB
110512011-01-05 Joel Brobecker <brobecker@adacore.com>
11052
11053 * gdb.base/langs1.f: Add copyright header.
11054
ebedcab5
JK
110552011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11056
11057 * gdb.base/morestack.exp: New file.
11058 * gdb.base/morestack.c: New file.
11059
de1eb2f9
JK
110602011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11061
11062 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11063
9e87a409
JB
110642010-12-29 Joel Brobecker <brobecker@adacore.com>
11065
11066 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11067 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11068
720d1a40
JB
110692010-12-29 Joel Brobecker <brobecker@adacore.com>
11070
11071 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11072
a283af87
AS
110732010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11074
5d3d9cba
AS
11075 * gdb.threads/tls.exp: Fix typo.
11076
a283af87
AS
11077 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11078 * gdb.threads/execl.exp: Update.
11079
2a20745c
YQ
110802010-12-23 Yao Qi <yao@codesourcery.com>
11081
11082 * gdb.arch/arm-disp-step.exp: New.
11083 * gdb.arch/arm-disp-step.S: New.
11084
a7658b96
TT
110852010-12-21 Tom Tromey <tromey@redhat.com>
11086
11087 * gdb.threads/execl.exp: Update.
11088 * gdb.threads/linux-dp.exp: Update.
11089 * gdb.threads/manythreads.exp: Update.
11090 * gdb.threads/tls.exp: Update.
11091
5b79abe7
TT
110922010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11093
11094 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11095 (NextOverThrowDerivates) <resumebpt>: New.
11096 (resumebpt_test): New.
11097 (main): Call resumebpt_test.
11098 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11099
0914bcdb
SS
111002010-12-12 Stan Shebs <stan@codesourcery.com>
11101
11102 * gdb.trace/tsv.exp: Test print command on trace state variables.
11103
305aeedc
TT
111042010-12-09 Tom Tromey <tromey@redhat.com>
11105
11106 * gdb.base/interp.exp: Add regression test.
11107
186c406b
TT
111082010-12-09 Tom Tromey <tromey@redhat.com>
11109
11110 * gdb.java/jnpe.java: New file.
11111 * gdb.java/jnpe.exp: New file.
11112 * gdb.cp/nextoverthrow.exp: New file.
11113 * gdb.cp/nextoverthrow.cc: New file.
11114
aae1c79a
DE
111152010-12-07 Doug Evans <dje@google.com>
11116
11117 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11118 of data-directory.
11119 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11120 updated.
11121 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11122
60f98dde 111232010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
11124
11125 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11126 * gdb.base/call-sc.exp: Ditto.
11127 * gdb.base/finish.exp: Ditto.
11128 * gdb.base/return.exp: Ditto.
11129 * gdb.base/return2.exp: Ditto.
11130
5fa290c1
DE
111312010-11-30 Doug Evans <dje@google.com>
11132
11133 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11134 (gdb_expect_list): Fix spelling errors in comments.
11135 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11136 send_gdb/gdb_expect_list where applicable.
11137 * gdb.base/call-ar-st.exp: Ditto.
11138 * gdb.base/funcargs.exp: Ditto.
11139 * gdb.base/gcore.exp: Ditto.
11140 * gdb.base/page.exp: Ditto.
11141 * gdb.base/sigaltstack.exp: Ditto.
11142 * gdb.base/siginfo.exp: Ditto.
11143 * gdb.base/sigstep.exp: Ditto.
11144 * gdb.base/trace-commands.exp: Ditto.
11145
4e04c971
DE
111462010-11-29 Doug Evans <dje@google.com>
11147
11148 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11149 printer-name;subprinter-name.
11150
8cf6f0b1
TT
111512010-11-29 Tom Tromey <tromey@redhat.com>
11152
11153 * gdb.dwarf2/implptr.exp: New file.
11154 * gdb.dwarf2/implptr.c: New file.
11155 * gdb.dwarf2/implptr.S: New file.
11156
94b6973e
PM
111572010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11158
fc529d80 11159 PR python/12199
94b6973e
PM
11160
11161 * gdb.python/py-breakpoint.exp: Test the delete method.
11162
8358c15c
JK
111632010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11164
11165 Fix step_resume_breakpoint unsaved during an infcall.
11166 * gdb.base/step-resume-infcall.exp: New file.
11167 * gdb.base/step-resume-infcall.c: New file.
11168
f6df29bc
TJB
111692010-11-24 Edjunior Machado <emachado@br.ibm.com>
11170
11171 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11172
f2b5a5cf
TJB
111732010-11-24 Edjunior Machado <emachado@br.ibm.com>
11174
11175 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11176 on ppc64's symbols; "finish" and "return" commands must accept to
11177 show the caller line again as well as the line after.
11178 * gdb.asm/powerpc64.inc: New file.
11179
6b0ecdc2
DE
111802010-11-23 Doug Evans <dje@google.com>
11181
11182 * lib/gdb.exp (gdb_test_sequence): New function.
11183 (gdb_expect_list): Add verbose -log call for each pattern.
11184 * gdb.base/signals.exp (test_handle_all_print): Call it.
11185 Reduce timeout increment from 6 minutes to 1 minute.
11186 * gdb.server/ext-run.exp: Call it.
11187
ea976c60
PM
111882010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11189
f2b5a5cf 11190 PR python/12212
ea976c60
PM
11191
11192 * gdb.python/python.exp: Check that selected_thread raises an
11193 error when no inferior is loaded.
11194
c0efa795
JK
111952010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11196
11197 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11198 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11199
ec3aa567
JK
112002010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11201
11202 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11203 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11204
d8249011
DE
112052010-11-18 Doug Evans <dje@google.com>
11206
11207 * gdb.server/ext-run.exp: Fix intermittent failures.
11208
d4eba7d1
NF
112092010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11210
11211 * gdb.stabs/gdb11479.exp: Use runto_main.
11212
b04c2f88
NF
112132010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11214
11215 * gdb.base/break-entry.exp: Skip if using a stub.
11216
ae9d7ce4
NF
112172010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11218
11219 * gdb.python/py-inferior.exp: Pack values in target endianness.
11220
621c8364
TT
112212010-11-12 Tom Tromey <tromey@redhat.com>
11222
11223 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11224 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11225 MemoryError.
11226 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11227 type.
11228 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11229 MemoryError.
11230 (test_subscript_regression): Update exception type.
11231
84f4c1fe
PM
112322010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11233
11234 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11235 breakpoint tests.
11236
a1442452
PA
112372010-11-09 Pedro Alves <pedro@codesourcery.com>
11238
11239 * gdb.base/watchpoint.exp: Test "watch -location" with an
11240 innacessible location.
11241
efd11a33
JK
112422010-11-09 Edjunior Machado <emachado@br.ibm.com>
11243 Luis Machado <luisgpm@br.ibm.com>
11244
11245 * gdb.base/maint.exp: Expect "." prefix.
11246 * gdb.base/nodebug.exp: Expect "." Likewise.
11247 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11248 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11249 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11250 POWER server processors.
11251
aa00efb5
JK
112522010-11-08 Edjunior Machado <emachado@br.ibm.com>
11253 Luis Machado <luisgpm@br.ibm.com>
11254
11255 * gdb.base/break-entry.exp: convert entry point for
11256 ppc64 and expect leading `.' on ppc64's symbols
11257
99e7ae30
DE
112582010-11-05 Doug Evans <dje@google.com>
11259
11260 * gdb.base/help.exp: Update expected output.
b521dba8
DE
11261 * gdb.python/py-param.exp: Delete, contents moved to ...
11262 * gdb.python/py-parameter.exp: ... here. New file.
11263 Add test for gdb.parameter ("directories").
99e7ae30 11264
f4b8a18d
KW
112652010-11-05 Ken Werner <ken.werner@de.ibm.com>
11266
11267 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11268 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11269 * configure: Regenerate.
11270 * gdb.opencl/Makefile.in: New File.
11271 * gdb.opencl/datatypes.exp: Likewise.
11272 * gdb.opencl/datatypes.cl: Likewise.
11273 * gdb.opencl/operators.exp: Likewise.
11274 * gdb.opencl/operators.cl: Likewise.
11275 * gdb.opencl/vec_comps.exp: Likewise.
11276 * gdb.opencl/vec_comps.cl: Likewise.
11277 * gdb.opencl/convs_casts.exp: Likewise.
11278 * gdb.opencl/convs_casts.cl: Likewise.
11279 * lib/opencl.exp: Likewise.
11280 * lib/opencl_hostapp.c: Likewise.
11281 * lib/opencl_kernel.cl: Likewise.
11282 * lib/cl_util.c: Likewise.
11283 * lib/cl_util.c: Likewise.
11284 * gdb.base/default.exp (set language): Add "opencl" to the list of
11285 languages.
11286
a9d5ef47
SW
112872010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11288
11289 * gdb.cp/overload.exp: Added test for inheritance overload.
11290 * gdb.cp/overload.cc: Ditto.
11291 * gdb.cp/oranking.exp: Removed releveant kfails.
11292
03eb1c79
JK
112932010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11294 Joel Brobecker <brobecker@adacore.com>
11295
11296 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11297 check test_compiler_info.
11298
dbc98a8b
KW
112992010-11-03 Ken Werner <ken.werner@de.ibm.com>
11300
11301 * gdb.base/gnu_vector.exp: Adjust expect messages.
11302
120bd360
KW
113032010-11-03 Ken Werner <ken.werner@de.ibm.com>
11304
11305 * gdb.base/gnu_vector.exp: Add unary operator tests.
11306
c37f7098
KW
113072010-11-03 Ken Werner <ken.werner@de.ibm.com>
11308
11309 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11310
7b51bc51
DE
113112010-11-02 Doug Evans <dje@google.com>
11312
11313 * gdb.python/py-pp-maint.c: New file.
11314 * gdb.python/py-pp-maint.exp: New file.
11315 * gdb.python/py-pp-maint.py: New file.
11316
50c97f38
TT
113172010-11-02 Tom Tromey <tromey@redhat.com>
11318
11319 * gdb.base/default.exp: Remove "scheme" from language list.
11320
a289b8f6
JK
113212010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11322
11323 Revert:
11324 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11325 * gdb.threads/sigstep-threads.exp: New file.
11326 * gdb.threads/sigstep-threads.c: New file.
11327
cd017491
MS
113282010-10-20 Michael Snyder <msnyder@vmware.com>
11329
11330 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11331
8e6a5956
UW
113322010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11333
11334 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11335 Skip test completely if gdb,no_hardware_watchpoints.
11336
2c04da0d
UW
113372010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11338
11339 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11340 strict, but do not check for any particular function name within libc.
11341
79afc5ef
SW
113422010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11343
11344 * gdb.cp/smartp.exp: New test.
11345 * gdb.cp/smartp.cc : New test.
11346
026ffab7
SW
113472010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11348
11349 * gdb.cp/converts.exp: Test pointer to bool conversion.
11350 Test pointer to long conversion.
11351 * gdb.cp/oranking.exp: Removed relevant kfail.
11352
3a772aa4
TT
113532010-10-18 Tom Tromey <tromey@redhat.com>
11354
11355 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11356 argument to lazy_string.
11357 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11358 (pp_ls.to_string): Use it.
11359 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11360 Add "estring2" local.
11361
5fc3827b
JK
113622010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11363
11364 Fix s390x compatibility.
11365 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11366 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11367
8aeb23f3
JK
113682010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11369
11370 * gdb.threads/sigstep-threads.exp: New file.
11371 * gdb.threads/sigstep-threads.c: New file.
11372
c1e56572
JK
113732010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11374
11375 * gdb.base/pie-execl.exp: New file.
11376 * gdb.base/pie-execl.c: New file.
11377
92163a10
JK
113782010-10-13 Doug Evans <dje@google.com>
11379 Jan Kratochvil <jan.kratochvil@redhat.com>
11380
11381 PR exp/12117
11382 * gdb.cp/ptype-cv-cp.cc: New file.
11383 * gdb.cp/ptype-cv-cp.exp: New file.
11384
7062b0a0
SW
113852010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11386
11387 * gdb.cp/converts.cc: New test program.
11388 * gdb.cp/converts.exp: New test.
11389 * gdb.cp/overload.exp: Added test for void* vs int*.
11390 * gdb.cp/overload.exp: Ditto.
11391 * gdb.cp/oranking.exp: Removed related kfail.
11392
0e3509db
DE
113932010-10-13 Doug Evans <dje@google.com>
11394
11395 * lib/gdb-python.exp (gdb_check_python_config): New function.
11396 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11397 * gdb.python/lib-types.cc: New file.
11398 * gdb.python/lib-types.exp: New file.
11399
8dc78533
JK
114002010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11401
11402 * gdb.python/py-error.exp: New file.
11403 * gdb.python/py-error.py: New file.
11404
93c17e06
JK
114052010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11406
11407 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11408 gdb_test_multiple.
11409
d8b34041
JK
114102010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11411
11412 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11413 * gdb.base/prelink.exp: Likewise.
11414 * gdb.base/solib-nodir.exp: Likewise.
11415 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11416 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11417 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11418
e0cc584e
UW
114192010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11420
11421 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11422 for the "info files" test to avoid timeouts on slow machines.
11423
cfc353b1
JK
114242010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11425
11426 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11427 (main): Make openlib dummy call.
11428
d3d7896d
JK
114292010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11430
11431 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11432 * break-interp.exp (reach): Move the core body ...
11433 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11434 (test_ld): Provide always real argument, even to the linker. Replace
11435 dl_main by _dl_debug_state.
11436
5e533c94
JK
114372010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11438
11439 Fix results of prelinked PIEs on ppc*.
11440 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11441 Accept also DISPLACEMENT "PRESENT".
11442 (main): Replace "ZERO" displacements by "PRESENT".
11443
33540610
SW
114442010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11445
11446 * gdb.cp/oranking.exp: New test.
11447 * gdb.cp/oranking.cc: New test program.
11448
3bdf2bbd
KW
114492010-10-08 Ken Werner <ken.werner@de.ibm.com>
11450
11451 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11452 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11453
2f608a3a
KW
114542010-10-06 Ken Werner <ken.werner@de.ibm.com>
11455
11456 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11457 lush, lynx) New constant.
11458 * gdb.base/constvars.exp: Test const array types.
11459 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11460
aa2e2d8d
DE
114612010-10-06 Doug Evans <dje@google.com>
11462
11463 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11464 of syscall staging area.
11465
2844d6b5
KW
114662010-10-06 Ken Werner <ken.werner@de.ibm.com>
11467
11468 * gdb.base/gnu_vector.c: Add variable c4.
11469 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11470 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11471
7d8ac8bb
MR
114722010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11473
11474 * gdb.arch/altivec-abi.exp: Fix a typo.
11475
84a02e58
MR
114762010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11477
11478 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11479 to match a thread ID.
11480
b18e6318
JK
114812010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11482
11483 Fix s390x testcase compatibility.
11484 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11485
a2c09bd0
DE
114862010-10-01 Doug Evans <dje@google.com>
11487
11488 * lib/gdb-python.exp: New file.
11489 * gdb.python/py-block.exp: Use it.
11490 * gdb.python/py-breakpoint.exp: Ditto.
11491 * gdb.python/py-frame.exp: Ditto.
11492 * gdb.python/py-inferior.exp: Ditto.
11493 * gdb.python/py-param.exp: Ditto.
11494 * gdb.python/py-prettyprint.exp: Ditto.
11495 * gdb.python/py-shared.exp: Ditto.
11496 * gdb.python/py-symbol.exp: Ditto.
11497 * gdb.python/py-symtab.exp: Ditto.
11498 * gdb.python/py-type.exp: Ditto.
11499 * gdb.python/py-value.exp: Ditto.
11500 * gdb.python/python.exp: Ditto.
11501
38f12cfc
TT
115022010-09-30 Tom Tromey <tromey@redhat.com>
11503
11504 * gdb.base/anon.exp: New file.
11505 * gdb.base/anon.c: New file.
11506
9ae8282d
TT
115072010-09-30 Tom Tromey <tromey@redhat.com>
11508
11509 * gdb.base/completion.exp: Test completion through anonymous
11510 union.
11511 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11512
e9e07ba6
JK
115132010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11514
11515 Fix printing parameters of inlined functions.
11516 * gdb.dwarf2/dw2-inline-param.exp: New file.
11517 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11518 * gdb.dwarf2/dw2-inline-param.S: New file.
11519
cd2effb2
JK
115202010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11521
11522 PR corefiles/12071.
11523 * gdb.base/corefile.exp (quit with a process, no question: load core)
11524 (quit with a core file): New tests.
11525
bceffbf3
JK
115262010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11527
11528 Fix GDB crash on inferior calls with self-referencing classes.
11529 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11530 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11531 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11532
1736ad11
JK
115332010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11534
11535 Fix lost siginfo_t for inferior calls.
11536 * gdb.base/siginfo-infcall.exp: New file.
11537 * gdb.base/siginfo-infcall.c: New file.
11538
a176ad92
JB
115392010-09-22 Joel Brobecker <brobecker@adacore.com>
11540
11541 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11542
c2b0a229
JK
115432010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11544
11545 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11546 New test.
11547 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11548
e8ae22d1
JB
115492010-09-22 Joel Brobecker <brobecker@adacore.com>
11550
11551 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11552 type of our const type.
11553
ec322823
SW
115542010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11555
11556 * gdb.cp/pr12028.cc: New.
11557 * gdb.cp/pr12028.exp: New.
11558
72929c62
JB
115592010-09-22 Joel Brobecker <brobecker@adacore.com>
11560
11561 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11562
875b4ff5 115632010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 11564 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
11565
11566 PR mi/11407
11567 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11568 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11569 * gdb.mi/dw2-ref-missing-frame.S New File.
11570 * gdb.mi/dw2-ref-missing-frame.exp New File.
11571
7155d578
TT
115722010-09-14 Tom Tromey <tromey@redhat.com>
11573
11574 PR symtab/8399:
11575 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11576
515ed532
TT
115772010-09-14 Tom Tromey <tromey@redhat.com>
11578
11579 PR exp/11803:
11580 * gdb.threads/tls.exp: Use C++.
11581 (check_thread_local): Use K::another_thread_local.
11582 * gdb.threads/tls.c (class K): New.
11583 (another_thread_local): Now a member of K.
11584 (spin): Update. No longer K&R C.
11585
450ca57c
SW
115862010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11587
11588 * gdb.cp/koenig.cc: created class for testing member lookup.
11589 * gdb.cp/koenig.exp: Added test for member lookup.
11590
dbd492a3
JK
115912010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11592
11593 Fix false FAILs on sourcetree topdir directory containing "kill".
11594 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11595 source line matching regexp.
11596
8d4d924b
JK
115972010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11598
11599 * gdb.python/python.exp (set height 0, collect help from uiout)
11600 (verify help to uiout): New tests.
11601
8e64f2a0
JK
116022010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11603
11604 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11605 is_lp64_target to check 64bit target.
11606
4569eed2
JK
116072010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11608
11609 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11610 (test_ld) <powerpc64-*>: New.
11611
5e1617b1
DJ
116122010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11613
11614 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11615
c767944b
DJ
116162010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11617
11618 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11619 (FunctionArg::method): New function.
11620 (empty, arg): New variables.
11621 (main): Call arg.method.
11622 * gdb.cp/templates.exp (test_template_args): New function.
11623 (do_tests): Call it.
11624
27d3a3fc
UW
116252010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11626
11627 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11628 of "next" to proceed over pthread_exit call.
11629
55b7ce7f
UW
116302010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11631
11632 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11633 "maint print statistics" output to prevent expect timeouts.
11634
809df446
JK
116352010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11638 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11639 (test_float_rejected): ... here.
11640 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11641 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11642 (test_float_rejected): ... here.
11643 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11644 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11645 (test_float_rejected): ... here.
11646 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11647 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11648 (test_float_rejected): ... here.
11649
8464be76
DJ
116502010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11651
11652 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11653 before disabling hardware watchpoints.
11654 (test_inaccessible_watchpoint): Check that hardware watchpoints
11655 are used. Test for watchpoints on a constant address.
11656
14dba4b4
JK
116572010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11658
11659 * gdb.base/ui-redirect.exp: New file.
11660
3f3540e1 116612010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 11662 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
11663
11664 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11665
0f254bb7
DE
116662010-08-31 Doug Evans <dje@google.com>
11667
11668 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11669
03f17ccf
TT
116702010-08-30 Tom Tromey <tromey@redhat.com>
11671
11672 PR python/11792:
11673 * gdb.python/py-value.exp (test_subscript_regression): Add
11674 dynamic_type test.
11675
640617ad
DJ
116762010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11677
11678 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11679 instead of running to main. Do not test the main function.
11680 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11681 Add new main.
11682
2ed91d1b
PA
116832010-08-26 Pedro Alves <pedro@codesourcery.com>
11684
11685 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11686 one test.
11687
673bfd45
DE
116882010-08-24 Doug Evans <dje@google.com>
11689
11690 PR symtab/11942
11691 * gdb.dwarf2/dw4-sig-types.cc: New file.
11692 * gdb.dwarf2/dw4-sig-types.h: New file.
11693 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11694 * gdb.dwarf2/dw4-sig-types.exp: New file.
11695
f9ffd4bb
TT
116962010-08-23 Tom Tromey <tromey@redhat.com>
11697
11698 PR python/11145:
11699 * gdb.python/py-value.c (Base, Derived): New types.
11700 (base): New global.
11701 * gdb.python/py-value.exp (test_subscript_regression): Add
11702 dynamic_cast test.
11703
d839c8a4
TT
117042010-08-23 Tom Tromey <tromey@redhat.com>
11705
11706 PR python/10676:
11707 * gdb.python/py-type.exp (test_fields): Add tests for type
11708 equality.
11709
702c2711
TT
117102010-08-23 Tom Tromey <tromey@redhat.com>
11711
11712 PR python/11915:
11713 * gdb.python/py-type.exp (test_fields): Add tests for array.
11714
832bafd3
KS
117152010-08-23 Keith Seitz <keiths@redhat.com>
11716
11717 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11718 have any children. Create a new abbrev for it.
11719 Add missing terminal sequence to .debug_abbrev.
11720
c37bf528
KS
117212010-08-20 Keith Seitz <keiths@redhat.com>
11722
11723 PR symtab/11465:
11724 * gdb.dwarf2/pr11465.exp: New test.
11725 * gdb.dwarf2/pr11465.S: New file.
11726 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11727 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11728
4572cbac
TJB
117292010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11730
11731 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11732 registers. Update data sets with the new v2_double element in the
11733 VSX register union. Add vector_register3_vr data set for the AltiVec
11734 registers. Use gdb_test_no_output instead of send_gdb.
11735
e7fbb131
PA
117362010-08-19 Pedro Alves <pedro@codesourcery.com>
11737
11738 * gdb.python/py-shared.exp: New file, factored out from
11739 python.exp.
11740 * gdb.python/py-shared.c: New file.
11741 * gdb.python/py-shared-sl.c: New file.
11742 * gdb.python/python-1.c: New file.
11743 * gdb.python/python-sl.c: Delete.
11744 * gdb.python/python.c: Mention python-1.c.
11745 * gdb.python/python.exp: Move shared library tests to
11746 py-shared.exp.
11747 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11748 (MISCELLANEOUS): New.
11749 (clean mostlyclean): Also remove $MISCELLANEOUS.
11750
d30f5e1f
DE
117512010-08-19 Doug Evans <dje@google.com>
11752
11753 PR exp/11926
11754 * gdb.base/printcmds.exp (test_float_accepted): New function.
11755 Move existing float tests there. Add tests for floats with suffixes.
11756 (test_float_rejected): New function.
11757 * gdb.java/jv-print.exp (test_float_accepted): New function.
11758 (test_float_rejected): New function.
11759 * gdb.objc/print.exp: New file.
11760 * gdb.pascal/print.exp: New file.
11761 * lib/objc.exp: New file.
11762
7b3fd859
PM
117632010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
11764
11765 * gdb.base/default.exp (info set): Avoid full buffer error and force
11766 reading up to final gdb prompt.
11767 (show): Likewise.
11768
c92817ce
TT
117692010-08-18 Tom Tromey <tromey@redhat.com>
11770
11771 PR symtab/11919:
11772 * gdb.base/completion.exp: Add test.
11773
f1208f9e
DE
117742010-08-18 Doug Evans <dje@google.com>
11775
11776 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
11777 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
11778 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
11779 Simplify, early exit if runto_main fails.
11780 * gdb.fortran/exprs.exp: load_lib fortran.exp.
11781 (set_lang_fortran): Moved to lib/fortran.exp.
11782 * gdb.fortran/types.exp: load_lib fortran.exp.
11783 (set_lang_fortran): Moved to lib/fortran.exp.
11784 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
11785 * gdb.java/jprint.exp (set_lang_java): Ditto.
11786 * gdb.java/jv-exp.exp: load_lib java.exp.
11787 If set_lang_java fails, issue a warning instead of failure to be
11788 consistent with other set_lang_foo uses.
11789 (set_lang_java): Moved to lib/java.exp.
11790 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
11791 If set_lang_java fails, issue a warning instead of failure to be
11792 consistent with other set_lang_foo uses.
11793 * gdb.pascal/types.exp: load_lib pascal.exp.
11794 (set_lang_pascal): Moved to lib/pascal.exp.
11795 * lib/fortran.exp: New file.
11796 * lib/java.exp (set_lang_java): New function.
11797 * lib/pascal.exp (set_lang_pascal): New function.
11798
2f06b485
YQ
117992010-08-18 Yao Qi <yao@codesourcery.com
11800
11801 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11802 func_nofb_start and func_loopfb_start, so that address of functions
11803 is equal to these labels on Thumb.
11804
96e25403
YQ
118052010-08-18 Yao Qi <yao@codesourcery.com>
11806
11807 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11808 to reflect latest c source file.
11809
36e6adc4
JK
118102010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11811
11812 * gdb.cp/infcall-dlopen.exp: New file.
11813 * gdb.cp/infcall-dlopen.cc: New file.
11814 * gdb.cp/infcall-dlopen-lib.cc: New file.
11815
f431efe5
PA
118162010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11817 Pedro Alves <pedro@codesourcery.com>
11818
11819 PR breakpoints/11371
11820
11821 * gdb.base/watch-cond-infcall.exp: New file.
11822 * gdb.base/watch-cond-infcall.c: New file.
11823
06a64a0b
TT
118242010-08-16 Tom Tromey <tromey@redhat.com>
11825
11826 * gdb.base/help.exp: Update.
11827 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11828 watchpoint.
11829 (test_watch_location): New proc.
11830 (test_watchpoint_in_big_blob): Delete watchpoint.
11831 * gdb.base/watchpoint.c (func5): New function.
11832 (main): Call it.
11833
70ebf4ed
DE
118342010-08-16 Doug Evans <dje@google.com>
11835
11836 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11837
ca5c20b6
PM
118382010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11839
11840 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11841 tests.
11842
7346b668
KW
118432010-08-11 Ken Werner <ken.werner@de.ibm.com>
11844
11845 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11846 * gdb.base/gnu_vector.c: New File.
11847 * gdb.base/gnu_vector.exp: Likewise.
11848
cb2e07a6
PM
118492010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11850
11851 * gdb.python/python.c: New File.
11852 * gdb.python/python-sl.c: New File.
11853 * gdb.python/python.exp: Test solib_address and decode_line
11854 * functions.
11855
5da1313b
JK
118562010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11857
11858 * gdb.python/python.exp (show height, set height 10)
11859 (verify pagination beforehand, verify pagination beforehand: q)
11860 (gdb.execute does not page, verify pagination afterwards)
11861 (verify pagination afterwards: q): New.
11862
49c3ccf7
DE
118632010-08-02 Doug Evans <dje@google.com>
11864
11865 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11866 because of an older gcc, change test2
11867 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11868 to unsupported.
11869
42c0c4f1
KH
118702010-07-30 Kazu Hirata <kazu@codesourcery.com>
11871
11872 * gdb.base/break-always.exp: Do not expect full paths to file
11873 names.
11874 * gdb.base/commands.exp: Likewise.
11875
d3765805
DE
118762010-07-30 Doug Evans <dje@google.com>
11877
c98ee71b
DE
11878 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11879 xfail them when run with older gccs.
11880
fd961404
DE
11881 * lib/gdb.exp (build_executable): Forward "c++" option to
11882 get_compiler_info.
11883
999adef4
DE
11884 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11885 "python print ttype.template_argument(1)" and
11886 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11887 if using gcc 4.4 or earlier.
11888
d3765805
DE
11889 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11890 attach-to-debugger handling.
11891
1276c759
JK
118922010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11893
11894 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11895 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11896 (main): Use copyreloc.
11897 * gdb.base/prelink.exp (split debug of executable)
11898 (.dynbss vs. .bss address shift): New tests.
11899
88caa9b9
PA
119002010-07-29 Pedro Alves <pedro@codesourcery.com>
11901
11902 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11903 in gdb_test_multiple.
11904
c6f2ac43
PA
119052010-07-29 Pedro Alves <pedro@codesourcery.com>
11906
11907 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11908 environment.
11909
326fd672
TT
119102010-07-28 Tom Tromey <tromey@redhat.com>
11911
11912 PR python/11060:
11913 * gdb.python/py-type.c (Temargs): New template.
11914 (temvar): New variable.
11915 * gdb.python/py-type.exp (test_template): New proc.
11916
3ce3b1ba
PA
119172010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11918
11919 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11920 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11921
34eaf542
TT
119222010-07-28 Tom Tromey <tromey@redhat.com>
11923
11924 PR c++/9946:
11925 * gdb.cp/temargs.exp: New file.
11926 * gdb.cp/temargs.cc: New file.
11927
d41b819e
JK
119282010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11929
11930 * gdb.base/help.exp (help disassemble): Update the content.
11931
26ab7092
JK
119322010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11933
11934 * gdb.threads/ia64-sigill.exp: New file.
11935 * gdb.threads/ia64-sigill.c: New file.
11936
5283e9e1
TT
119372010-07-27 Tom Tromey <tromey@redhat.com>
11938
11939 * gdb.opt/inline-cmds.c (ATTR): New define.
11940 (func1): Use it.
11941 (func2): Likewise.
11942 (func3): Likewise.
11943 (outer_inline1): Likewise.
11944 (outer_inline2): Likewise.
11945 * gdb.opt/inline-bt.c (ATTR): New define.
11946 (func1): Use it.
11947 (func2): Likewise.
11948 * gdb.opt/inline-locals.c (ATTR): New define.
11949 (func1): Use it.
11950 (func2): Likewise.
11951
e992ef73
TT
119522010-07-27 Tom Tromey <tromey@redhat.com>
11953
11954 * gdb.stabs/gdb11479.c (hack): New function.
11955 (test): Use it.
11956 (test2): Use it.
11957 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11958 (int32_search_buf, int64_search_buf): No longer static.
11959 (x): Remove.
11960 * gdb.base/relocate.c (hack): New function.
11961
5374244e
PM
119622010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11963
11964 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11965 * gdb.python/py-value.c (func1): New function.
11966 (func2): Likewise.
11967
a99aee83
CV
119682010-07-26 Corinna Vinschen <vinschen@redhat.com>
11969
11970 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11971 as not to clash with .data section.
11972
a04ba985
JG
119732010-07-26 Jerome Guitton <guitton@adacore.com>
11974
11975 * gdb.base/code_elim.exp: New file.
11976 * gdb.base/code_elim1.c: New file.
11977 * gdb.base/code_elim2.c: New file.
11978
23bd0f7c
PA
119792010-07-21 Pedro Alves <pedro@codesourcery.com>
11980
11981 PR symtab/11827
11982
11983 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11984 (some_volatile_enum): New variable.
11985 * gdb.base/printcmds.exp (test_print_enums): New.
11986 <top level>: Call it.
11987
883df6dd
SW
119882010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11989
11990 * gdb.cp/fpointer.cc: New test.
11991 * gdb.cp/fpointer.exp: New test.
11992
569b05a5
JK
119932010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11994
11995 * gdb.base/solib-nodir.exp: New file.
11996 * lib/gdb.exp (runto): New case for a GDB internal error.
11997
51d7d803
JK
119982010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11999 Ulrich Weigand <uweigand@de.ibm.com>
12000 Tom Tromey <tromey@redhat.com>
12001
12002 * gdb.base/charset-malloc.c: New file.
12003 * gdb.base/charset.c (malloc_stub): New prototype.
12004 (main): Call it instead of malloc itself.
12005 * gdb.base/charset.exp: Use only prepare_for_testing.
12006 (binfile): Remove the variable.
12007
c0edd9ed
JK
120082010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12009
12010 Make core files the process_stratum.
12011 * gdb.base/corefile.exp (run: load core again)
12012 (run: sanity check we see the core file, run: with core)
12013 (run: core file is cleared, attach: load core again)
12014 (attach: sanity check we see the core file, attach: with core)
12015 (attach: core file is cleared): New tests.
12016 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12017
3cbaedff
KW
120182010-07-14 Ken Werner <ken.werner@de.ibm.com>
12019
12020 * gdb.arch/altivec-abi.exp: New tests.
12021
91158a56
TT
120222010-07-13 Tom Tromey <tromey@redhat.com>
12023
12024 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12025 (main): Use it.
12026 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12027
0f5238ed
TT
120282010-07-13 Tom Tromey <tromey@redhat.com>
12029
12030 * gdb.base/label.exp: New file.
12031 * gdb.base/label.c: New file.
12032
add265ae
L
120332010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12034 H.J. Lu <hongjiu.lu@intel.com>
12035
12036 * lib/gdb.exp (is_ilp32_target): New.
12037 (is_lp64_target): Likewise.
12038
12039 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12040 target.
12041 * gdb.arch/amd64-disp-step.exp: Likewise.
12042 * gdb.arch/amd64-dword.exp: Likewise.
12043 * gdb.arch/amd64-i386-address.exp: Likewise.
12044 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 12045
add265ae
L
12046 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12047 target.
12048 * gdb.arch/i386-bp_permanent.exp: Likewise.
12049 * gdb.arch/i386-byte.exp: Likewise.
12050 * gdb.arch/i386-disp-step.exp: Likewise.
12051 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12052 * gdb.arch/i386-prologue.exp: Likewise.
12053 * gdb.arch/i386-size-overlap.exp: Likewise.
12054 * gdb.arch/i386-size.exp: Likewise.
12055 * gdb.arch/i386-sse.exp: Likewise.
12056 * gdb.arch/i386-unwind.exp: Likewise.
12057 * gdb.arch/i386-word.exp: Likewise.
12058
12059 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12060 test only when building 64-bit executables. Do not hard-code
12061 -m64 option.
12062
2dfb8c17
DE
120632010-07-07 Doug Evans <dje@google.com>
12064
12065 * lib/gdb.exp (gdb_test_list_exact): New function.
12066 * gdb.base/default.exp (show convenience): Call it, add tests for
12067 $_sdata = void, $_thread = 0.
12068
4e5799b6
JK
120692010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12070 Joel Brobecker <brobecker@adacore.com>
12071
12072 Fix re-run of PIE executable, PR shlibs/11776.
12073 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12074 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12075 and re-"run" of the inferior.
12076
1a219cc7
JK
120772010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12078 Joel Brobecker <brobecker@adacore.com>
12079
12080 Cope with missing /usr/sbin/prelink.
12081 * lib/prelink-support.exp (prelink_no):
12082 <result == 1 && $output is "no such file or directory">: New.
12083 (prelink_yes): Likewise. Return on failed prelink_no.
12084
5e3b36f8
JK
120852010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12086 Joel Brobecker <brobecker@adacore.com>
12087
12088 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12089 build_executable by build_executable_own_libs. Replace "prelink -R"
12090 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12091 change.
12092 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12093 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12094 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12095 Replace build_executable by build_executable_own_libs's function
12096 build_executable_own_libs.
12097 (prelinkNO): Create new stub to call prelink_no.
12098 (prelinkYES): Create new stub to call prelink_yes.
12099 (test_attach): Rename calls of copy to file_copy.
12100 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12101 (copy): Move to ...
12102 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12103 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12104 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12105 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12106 special flags by gdb_compile_shlib. Replace second gdb_compile by
12107 build_executable_own_libs. Replace "prelink -R" execution by a call of
12108 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12109 a second call of prelink_yes. Replace restart commands by
12110 clean_restart.
12111 (prelink): Rename to ...
12112 (seen displacement message): ... this test. Extend its expectation
12113 strictness.
12114
86e4bafc
JK
121152010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12116
12117 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12118 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12119 displacement message exactly once.
12120
3cd07d20
JK
121212010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12122 Joel Brobecker <brobecker@adacore.com>
12123
12124 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12125 its restore after the <$relink_args != ""> loop. new comment.
12126
0a1e94c7
JK
121272010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12128 Joel Brobecker <brobecker@adacore.com>
12129
12130 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12131 code for it. New variable relink_args.
12132 (prelinkYES): Call prelinkNO.
12133 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12134 in such case. Move the core code to ...
12135 (test_attach_gdb): ... a new function. Send GDB command "file".
12136 Extend expected "Attaching to " string.
12137
2f70bcfb
TT
121382010-07-02 Tom Tromey <tromey@redhat.com>
12139
12140 * gdb.base/bitops.exp: Remove extraneous "pass".
12141
a17ac5b0
TT
121422010-07-02 Ken Werner <ken.werner@de.ibm.com>
12143
12144 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12145
dc10affe
PA
121462010-07-01 Pedro Alves <pedro@codesourcery.com>
12147
d41c0fc8
PA
12148 * gdb.base/help.exp: Adjust expected output.
12149
121502010-07-01 Pedro Alves <pedro@codesourcery.com>
12151
12152 * gdb.base/help.exp: Adjust expected output.
dc10affe 12153
0a600c36
JK
121542010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12155
12156 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12157 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12158 c++/11702.
12159
37cc8bfe
JK
121602010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12161 Doug Evans <dje@google.com>
12162
12163 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12164 add .dynamic entry'.
12165
254e6b9e
DE
121662010-06-29 Doug Evans <dje@google.com>
12167
12168 Test PR c++/11702.
12169 * gdb.cp/m-static.exp: Add testcase.
12170 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12171
595939de 121722010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
12173 Tom Tromey <tromey@redhat.com>
12174 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
12175
12176 * gdb.python/py-inferior.c: New File.
12177 * gdb.python/py-infthread.c: New File.
12178 * gdb.python/py-inferior.exp: New File.
12179 * gdb.python/py-infthread.exp: New File.
12180
98751a41
JK
121812010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12182
12183 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12184 (ptype ::C::OtherFileClass typedefs): New.
12185 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12186 (C::OtherFileClass::cOtherFileClassVar2): New.
12187 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12188 cOtherFileClassVar2.
12189 (C::cOtherFileType2, C::cOtherFileVar2): New.
12190 (C::cOtherFileVar_use): use also cOtherFileVar2.
12191 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12192
41f62f39
JK
121932010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12194
12195 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12196 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12197 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12198 (print ::C::cOtherFileVar)
12199 (whatis C::OtherFileClass::cOtherFileClassType)
12200 (whatis ::C::OtherFileClass::cOtherFileClassType)
12201 (print C::OtherFileClass::cOtherFileClassVar)
12202 (print ::cOtherFileClassVar)
12203 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12204 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12205 trailing content.
12206 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12207 (C::OtherFileClass::cOtherFileClassVar)
12208 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12209 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12210
af53d231
JK
122112010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12212
12213 Test PR c++/11703 and PR gdb/1448.
12214 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12215 gdb/1448.
12216
9655fd1a
JK
122172010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12218
12219 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12220 (main) <rtti_data>: New.
12221 * gdb.cp/virtbase.exp (print rtti_data): New.
12222
824cc8dd
JK
122232010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12224 Joel Brobecker <brobecker@adacore.com>
12225
12226 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12227
6036c742
JK
122282010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12229
12230 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12231
de6a0421
DE
122322010-06-28 Doug Evans <dje@google.com>
12233
12234 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12235
b2dae948
DE
122362010-06-27 Doug Evans <dje@google.com>
12237
12238 * gdb.cp/m-static.exp: Update expected test output.
12239
0f3bb72e
PH
122402010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12241
889bf7c5
PA
12242 * gdb.gdb/selftest.exp: Adjust expected message for
12243 capturing start-up runtime.
0f3bb72e 12244
bc9f0842
TT
122452010-06-25 Tom Tromey <tromey@redhat.com>
12246
12247 PR python/10808:
12248 * gdb.python/python.exp: Add new tests.
12249
099ef718
SW
122502010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12251
12252 * gdb.cp/operator.cc: Created an import loop.
12253 * gdb.cp/operator.exp: Added testcase for import loop.
12254
5868a632
JK
122552010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12256
12257 Test PR python/11407.
12258 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12259 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12260 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12261 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12262 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12263 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12264 binfile. Call gdb_compile with clean_restart twice.
12265 (func_nofb print, func_nofb backtrace, func_loopfb print)
12266 (func_loopfb backtrace): New.
12267
af76db58
JK
122682010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12269
12270 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12271 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12272 by a hand made one.
12273 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12274 i?86 requirement. Remove variables srcfile and binfile. New variable
12275 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12276
f2c7657e
UW
122772010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12278
12279 * gdb.cell/dwarfaddr.exp: New file.
12280 * gdb.cell/dwarfaddr.S: New file.
12281
628fe4e4
JK
122822010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12283
12284 Test PR 9436.
12285 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12286
f1421989
HZ
122872010-06-24 Hui Zhu <teawater@gmail.com>
12288
12289 * gdb.base/eval.exp: New file.
12290
d03285ec
UW
122912010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12292
12293 * gdb.cell/fork.exp: New file.
12294 * gdb.cell/fork.c: Likewise.
12295 * gdb.cell/fork-spu.c: Likewise.
12296
41b2c92d
PM
122972010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12298
12299 * lib/gdb.exp (banned_variables_traced): New global variable.
12300 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12301 (gdb_init): Use `trace add variable' instead of obsolete
12302 `trace variable'.
12303
d5bc977f
DE
123042010-06-21 Doug Evans <dje@google.com>
12305
12306 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12307
d2ed6730
UW
123082010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12309
12310 * gdb.arch/spu-ls.exp: New file.
12311 * gdb.arch/spu-ls.c: Likewise.
12312
6aed2dbc
SS
123132010-06-18 Stan Shebs <stan@codesourcery.com>
12314
12315 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12316
e0756905
UW
123172010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12318
12319 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12320 * gdb.base/watch-cond.exp: Likewise.
12321 * gdb.python/py-breakpoint.exp: Likewise.
12322
d8053d4d
PA
123232010-06-18 Pedro Alves <pedro@codesourcery.com>
12324
12325 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12326 clean_restart, make sure every test has a distinct message, and
12327 that messages don't include the executable' full path.
12328
81ce510c
DE
123292010-06-17 Doug Evans <dje@google.com>
12330
12331 * gdb.arch/i386-size.exp: Updated expected output for
12332 DISASSEMBLY_OMIT_FNAME.
12333
65d79d4b
SDJ
123342010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12335 Sergio Durigan Junior <sergiodj@redhat.com>
12336
12337 * gdb.base/watch-notconst.c: New file.
12338 * gdb.base/watch-notconst.S: New file.
12339 * gdb.base/watch-notconst2.c: New file.
12340 * gdb.base/watch-notconst2.S: New file.
12341 * gdb.base/watch-notconst.exp: New file.
12342 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12343 (func4): Add operations on `global_ptr_ptr'.
12344 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12345 routine to test watchpoints created with a constant expression.
12346 (test_inaccessible_watchpoint): Include tests for watchpoints
12347 created with a constant expression.
12348
df0f4836
KB
123492010-06-14 Kevin Buettner <kevinb@redhat.com>
12350
12351 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12352 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12353 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12354 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12355 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12356 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12357 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12358 of `_start'.
12359
b769def5
UW
123602010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12361
12362 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12363 not supported on the target.
12364 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12365 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12366 * gdb.mi/mi-nsintrall.exp: Likewise.
12367 * gdb.mi/mi-nsmoribund.exp: Likewise.
12368 * gdb.mi/mi-nsthrexec.exp: Likewise.
12369
d914c394
SS
123702010-06-11 Stan Shebs <stan@codesourcery.com>
12371
12372 * gdb.base/permissions.exp: New file.
12373
123742010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
12375
12376 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12377 does not support ELF executable class.
12378
f3ce5b9c
UW
123792010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12380
12381 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12382
8e46892c
JK
123832010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12384
12385 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12386 (runto): Catch "The target does not support running in non-stop mode.".
12387
6cc55c64
MS
123882010-06-11 Michael Snyder <msnyder@vmware.com>
12389
12390 * gdb.base/setshow.exp (set language asm): Don't use
12391 gdb_test_no_output, fails on some targets.
12392
caddefa4
UW
123932010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12394
12395 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12396 * gdb.cp/pr9167.exp: Likewise.
12397
468b1aa7
UW
123982010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12399
12400 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12401
5c3552dc
UW
124022010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12403
12404 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12405
02e6fe6a
UW
124062010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12407
12408 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12409
0e03807e
TT
124102010-06-11 Tom Tromey <tromey@redhat.com>
12411
12412 PR gdb/9977, PR exp/11636::
12413 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12414 (pieces_test_f6): Update expected output.
12415
2bdf28a0
JK
124162010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12417
12418 * gdb.base/moribund-step.exp: New.
12419
f6978de9
MS
124202010-06-08 Michael Snyder <msnyder@vmware.com>
12421
12422 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 12423 * gdb.ada/boolean_expr.exp:
f6978de9
MS
12424 * gdb.ada/frame_args.exp: Ditto.
12425 * gdb.ada/lang_switch.exp: Ditto.
12426 * gdb.ada/ptype_arith_binop.exp: Ditto.
12427 * gdb.ada/ref_param.exp: Ditto.
12428 * gdb.ada/type_coercion.exp:Ditto.
12429
12430 * gdb.asm/asm-source.exp: Ditto.
12431
12432 * gdb.base/attach.exp: Ditto.
12433 * gdb.base/bitfields2.exp: Ditto.
12434 * gdb.base/call-signal-resume.exp: Ditto.
12435 * gdb.base/callfuncs.exp: Ditto.
12436 * gdb.base/commands.exp: Ditto.
12437 * gdb.base/dbx.exp: Ditto.
12438 * gdb.base/default.exp: Ditto.
12439 * gdb.base/dump.exp: Ditto.
12440 * gdb.base/exprs.exp: Ditto.
12441 * gdb.base/freebpcmd.exp: Ditto.
12442 * gdb.base/interrupt.exp: Ditto.
12443 * gdb.base/list.exp: Ditto.
12444 * gdb.base/long_long.exp: Ditto.
12445 * gdb.base/maint.exp: Ditto.
12446 * gdb.base/ptype.exp: Ditto.
12447 * gdb.base/return.exp: Ditto.
12448 * gdb.base/setshow.exp: Ditto.
12449 * gdb.base/sigbpt.exp: Ditto.
12450 * gdb.base/sigrepeat.exp: Ditto.
12451
12452 * gdb.cp/classes.exp: Ditto.
12453
12454 * gdb.dwarf2/dw2-restore.exp: Ditto.
12455
12456 * gdb.gdb/selftest.exp: Ditto.
12457
12458 * gdb.multi/base.exp: Ditto.
12459 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12460
12461 * gdb.python/py-block.exp: Ditto.
12462 * gdb.python/py-prettyprint.exp: Ditto.
12463 * gdb.python/py-template.exp: Ditto.
12464
12465 * gdb.server/ext-attach.exp: Ditto.
12466 * gdb.server/ext-run.exp: Ditto.
12467 * gdb.server/server-mon.exp: Ditto.
12468
12469 * gdb.threads/fork-thread-pending.exp: Ditto.
12470 * gdb.threads/hand-call-in-threads.exp: Ditto.
12471 * gdb.threads/interrupted-hand-call.exp: Ditto.
12472 * gdb.threads/linux-dp.exp: Ditto.
12473 * gdb.threads/manythreads.exp: Ditto.
12474 * gdb.threads/print-threads.exp: Ditto.
12475 * gdb.threads/pthreads.exp: Ditto.
12476 * gdb.threads/schedlock.exp: Ditto.
12477 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12478 * gdb.threads/threadapply.exp: Ditto.
12479
de7ff789
MS
124802010-06-08 Michael Snyder <msnyder@vmware.com>
12481
889bf7c5 12482 * gdb.ada/exec_changed.exp:
de7ff789
MS
12483 Use ".*" instead of "" as wildcard regexp.
12484
12485 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12486 * gdb.base/call-ar-st.exp: Ditto.
12487 * gdb.base/checkpoint.exp: Ditto.
12488 * gdb.base/default.exp: Ditto.
12489 * gdb.base/dump.exp: Ditto.
12490 * gdb.base/ending-run.exp: Ditto.
12491 * gdb.base/fileio.exp: Ditto.
12492 * gdb.base/miscexprs.exp: Ditto.
12493 * gdb.base/pointers.exp: Ditto.
12494 * gdb.base/readline.exp: Ditto.
12495 * gdb.base/reread.exp: Ditto.
12496 * gdb.base/restore.exp: Ditto.
12497 * gdb.base/shlib-call.exp: Ditto.
12498 * gdb.base/valgrind-db-attach.exp: Ditto.
12499 * gdb.base/volatile.exp: Ditto.
12500 * gdb.base/watchpoints.exp: Ditto.
12501
12502 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12503
12504 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12505 * gdb.python/py-value.exp: Ditto.
12506
12507 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12508 * gdb.trace/circ.exp: Ditto.
12509 * gdb.trace/collection.exp: Ditto.
12510 * gdb.trace/packetlen.exp: Ditto.
12511 * gdb.trace/passc-dyn.exp: Ditto.
12512 * gdb.trace/report.exp: Ditto.
12513 * gdb.trace/tfile.exp: Ditto.
12514 * gdb.trace/tfind.exp: Ditto.
12515 * gdb.trace/while-dyn.exp: Ditto.
12516
3bebe2f2
JK
125172010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12518
12519 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12520
5c631832
JK
125212010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12522
12523 Test PR 10640.
12524 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12525
4c3376c8
SW
125262010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12527
12528 * gdb.cp/koenig.exp: Test for ADL operators.
12529 * gdb.cp/koenig.cc: Added ADL operators.
12530 * gdb.cp/operator.exp: New test.
12531 * gdb.cp/operator.cc: New test.
12532
dc226d5a
MS
125332010-06-04 Michael Snyder <msnyder@vmware.com>
12534
dfb88a23
MS
12535 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12536 * gdb.base/pending.exp: Ditto.
f7ae76b3 12537
dc226d5a
MS
12538 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12539
967cf477
DE
125402010-06-04 Doug Evans <dje@google.com>
12541
12542 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12543 disabled printers.
12544 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12545 (enable_lookup_function): New function.
12546
eb801841
TT
125472010-06-04 Tom Tromey <tromey@redhat.com>
12548
12549 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12550 of hash and id.
12551
38979823
JK
125522010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12553
12554 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12555 newline.
12556 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12557 (empty verbose non-noisy clear, empty verbose noisy clear)
12558 (empty non-verbose noisy clear): Likewise.
12559
35ec993f
MS
125602010-06-03 Michael Snyder <msnyder@vmware.com>
12561
12562 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12563 * gdb.base/display.exp: Ditto.
12564 * gdb.base/find.exp: Ditto.
12565 * gdb.base/ifelse.exp: Ditto.
12566 * gdb.base/multi-forks.exp: Ditto.
12567 * gdb.base/recurse.exp: Ditto.
12568 * gdb.base/setshow.exp: Ditto.
12569 * gdb.base/value-double-free.exp: Ditto.
12570 * gdb.base/watch-vfork.exp: Ditto.
12571 * gdb.base/watch_thread_num.exp: Ditto.
12572 * gdb.base/watchpoint-solib.exp: Ditto.
12573 * gdb.base/watchpoint.exp: Ditto.
12574 * gdb.base/watchpoints.exp: Ditto.
12575
12576 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12577 * gdb.cp/overload.exp: Ditto.
12578 * gdb.cp/virtfunc.exp: Ditto.
12579
12580 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12581
889bf7c5 12582 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
12583 Replace gdb_test with gdb_test_no_output.
12584
889bf7c5 12585 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
12586 Replace gdb_test with gdb_test_no_output.
12587 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12588 * gdb.threads/watchthreads.exp: Ditto.
12589 * gdb.threads/watchthreads2.exp: Ditto.
12590
12591 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12592 * gdb.trace/tfind.exp: Ditto.
12593
c22decce
JB
125942010-06-03 Joel Brobecker <brobecker@adacore.com>
12595
12596 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12597 successful test if message is the empty string.
12598
fd5700c7
JK
125992010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12600
12601 * gdb.fortran/module.exp (stopped language detection): New test.
12602
f55ee35c
JK
126032010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12604
12605 Support DW_TAG_module as separate namespaces.
12606 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12607 gdb.fortran/library-module-lib.f90: New.
12608 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12609 (print i): Remove.
12610 (continue to breakpoint: i-is-1, print var_i value 1)
12611 (continue to breakpoint: i-is-2, print var_i value 2)
12612 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12613 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12614 (complete `modmany, complete `modmany`, complete `modmany`var)
12615 (show language, setting breakpoint at module): New tests.
12616 * gdb.fortran/module.f90 (module mod): Remove.
12617 (module mod1, module mod2, module modmany, subroutine sub1)
12618 (subroutine sub2, program module): New.
12619
b8e8282f
JK
126202010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12621
12622 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12623 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
12624 * gdb.cp/anon-union.exp (pass): Rename to ...
12625 (print z 2): ... here.
b8e8282f 12626
019ebafc
MS
126272010-06-02 Michael Snyder <msnyder@vmware.com>
12628
e68d8fd4
MS
12629 * gdb.trace/actions.exp: Use gdb_test_no_output.
12630 * gdb.trace/circ.exp: Ditto.
12631 * gdb.trace/packetlen.exp: Ditto.
12632 * gdb.trace/save-trace.exp: Ditto.
12633 * gdb.trace/tracecmd.exp: Ditto.
12634 * gdb.trace/tsv.exp: Ditto.
12635
12b5d08a
MS
12636 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12637 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12638 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12639 * gdb.threads/manythreads.exp: Ditto.
12640 * gdb.threads/print-threads.exp: Ditto.
12641 * gdb.threads/pthreads.exp: Ditto.
12642 * gdb.threads/schedlock.exp: Ditto.
12643 * gdb.threads/staticthreads.exp: Ditto.
12644 * gdb.threads/thread-specific.exp: Ditto.
12645 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12646 * gdb.threads/threadapply.exp: Ditto.
12647 * gdb.threads/watchthreads.exp: Ditto.
12648 * gdb.threads/watchthreads2.exp: Ditto.
12649
89493308
MS
12650 * gdb.python/py-block.exp: Use gdb_test_no_output.
12651 * gdb.python/py-prettyprint.exp: Ditto.
12652 * gdb.python/py-template.exp: Ditto.
12653 * gdb.python/py-value.exp: Ditto.
12654
12655 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12656 * gdb.reverse/watch-reverse.exp: Ditto.
12657
12658 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12659 * gdb.server/ext-run.exp: Ditto.
12660
019ebafc
MS
12661 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12662 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12663 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12664 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12665 * gdb.dwarf2/dw2-producer.exp: Ditto.
12666 * gdb.dwarf2/mac-fileno.exp: Ditto.
12667
12668 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12669 * gdb.gdb/selftest.exp: Ditto.
12670
12671 * gdb.multi/base.exp: Use gdb_test_no_output.
12672
12673 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12674
3e0ca3a5
JK
126752010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12676
12677 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12678
9db70545
MS
126792010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12680
a8d52276
MS
12681 * gdb.cp/class2.exp: Use gdb_test_no_output.
12682 * gdb.cp/classes.exp: Ditto.
12683 * gdb.cp/extern-c.exp: Ditto.
12684 * gdb.cp/inherit.exp: Ditto.
12685 * gdb.cp/maint.exp: Ditto.
12686 * gdb.cp/mb-inline.exp: Ditto.
12687 * gdb.cp/mb-templates.exp: Ditto.
12688 * gdb.cp/method2.exp: Ditto.
12689 * gdb.cp/misc.exp: Ditto.
12690 * gdb.cp/ovldbreak.exp: Ditto.
12691 * gdb.cp/punctuator.exp: Ditto.
12692 * gdb.cp/templates.exp: Ditto.
12693 * gdb.cp/virtbase.exp: Ditto.
12694
889bf7c5 12695 * gdb.threads/attach-stopped.exp:
9db70545 12696 Replace uses of send_gdb / gdb_expect.
889bf7c5 12697 * gdb.threads/attachstop-mt.exp:
9db70545 12698 Replace uses of send_gdb / gdb_expect.
889bf7c5 12699 * gdb.threads/gcore-thread.exp:
9db70545 12700 Replace uses of send_gdb / gdb_expect.
889bf7c5 12701 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
12702 Replace uses of send_gdb / gdb_expect.
12703 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12704 * gdb.threads/print-threads.exp:
9db70545
MS
12705 Replace uses of send_gdb / gdb_expect.
12706 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12707 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12708 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12709
12710 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12711 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12712 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12713 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12714 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12715 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12716 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12717 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12718 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12719 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12720 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12721
359cc68c
JK
127222010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12723
12724 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12725
7d3fe98e
SW
127262010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12727
12728 * gdb.cp/koenig.exp: Added new test case.
12729 * gdb.cp/koenig.cc: Ditto.
12730
27d3a1a2
MS
127312010-06-01 Michael Snyder <msnyder@vmware.com>
12732
12733 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12734 * gdb.base/arrayidx.exp: Ditto.
12735 * gdb.base/attach.exp: Ditto.
12736 * gdb.base/auxv.exp: Ditto.
12737 * gdb.base/bigcre.exp: Ditto.
12738 * gdb.base/break-always.exp: Ditto.
12739 * gdb.base/break-interp.exp: Ditto.
12740 * gdb.base/break.exp: Ditto.
12741 * gdb.base/breakpoint-shadow.exp: Ditto.
12742 * gdb.base/call-ar-st.exp: Ditto.
12743 * gdb.base/call-sc.exp: Ditto.
12744 * gdb.base/call-signal-resume.exp: Ditto.
12745 * gdb.base/callfuncs.exp: Ditto.
12746 * gdb.base/catch-syscall.exp: Ditto.
12747 * gdb.base/charset.exp: Ditto.
12748 * gdb.base/code-expr.exp: Ditto.
12749 * gdb.base/commands.exp: Ditto.
12750 * gdb.base/cond-expr.exp: Ditto.
12751 * gdb.base/condbreak.exp: Ditto.
12752 * gdb.base/cursal.exp: Ditto.
12753 * gdb.base/cvexpr.exp: Ditto.
12754 * gdb.base/default.exp: Ditto.
12755 * gdb.base/del.exp: Ditto.
12756 * gdb.base/detach.exp: Ditto.
12757 * gdb.base/display.exp: Ditto.
12758 * gdb.base/ena-dis-br.exp: Ditto.
12759 * gdb.base/eval-skip.exp: Ditto.
12760 * gdb.base/foll-fork.exp: Ditto.
12761 * gdb.base/foll-vfork.exp: Ditto.
12762 * gdb.base/frame-args.exp: Ditto.
12763 * gdb.base/funcargs.exp: Ditto.
12764 * gdb.base/gcore-buffer-overflow.exp: Ditto.
12765 * gdb.base/gdbvars.exp: Ditto.
12766 * gdb.base/help.exp: Ditto.
12767 * gdb.base/ifelse.exp: Ditto.
12768 * gdb.base/included.exp: Ditto.
12769 * gdb.base/list.exp: Ditto.
12770 * gdb.base/macscp.exp: Ditto.
12771 * gdb.base/maint.exp: Ditto.
12772 * gdb.base/multi-fork.exp: Ditto.
12773 * gdb.base/overlays.exp: Ditto.
12774 * gdb.base/page.exp: Ditto.
12775 * gdb.base/pending.exp: Ditto.
12776 * gdb.base/pointers.exp: Ditto.
12777 * gdb.base/pr11022.exp: Ditto.
12778 * gdb.base/prelink.exp: Ditto.
12779 * gdb.base/printcmds.exp: Ditto.
12780 * gdb.base/psymtab.exp: Ditto.
12781 * gdb.base/randomize.exp: Ditto.
12782 * gdb.base/relational.exp: Ditto.
12783 * gdb.base/relocate.exp: Ditto.
12784 * gdb.base/remote.exp: Ditto.
12785 * gdb.base/sepdebug.exp: Ditto.
12786 * gdb.base/set-lang-auto.exp: Ditto.
12787 * gdb.base/setshow.exp: Ditto.
12788 * gdb.base/setvar.exp: Ditto.
12789 * gdb.base/signals.exp: Ditto.
12790 * gdb.base/signull.exp: Ditto.
12791 * gdb.base/sigstep.exp: Ditto.
12792 * gdb.base/sizeof.exp: Ditto.
12793 * gdb.base/solib-disc.exp: Ditto.
12794 * gdb.base/store.exp: Ditto.
12795 * gdb.base/structs.exp: Ditto.
12796 * gdb.base/structs2.exp: Ditto.
12797 * gdb.base/subst.exp: Ditto.
12798 * gdb.base/term.exp: Ditto.
12799 * gdb.base/trace-commands.exp: Ditto.
12800 * gdb.base/unwindonsignal.exp: Ditto.
12801 * gdb.base/valgrind-db-attach.exp: Ditto.
12802 * gdb.base/varargs.exp: Ditto.
12803 * gdb.base/watch-cond.exp: Ditto.
12804 * gdb.base/watch_thread_num.exp: Ditto.
12805 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12806 * gdb.base/watchpoint.exp: Ditto.
12807 * gdb.base/whatis-exp.exp: Ditto.
12808
f8d3bf8f
MS
128092010-06-01 Michael Snyder <msnyder@vmware.com>
12810
12811 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12812 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12813 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12814 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12815 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12816 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12817 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12818 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12819 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12820 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12821 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12822 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12823 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12824 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12825 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12826
3f9e0d32
JK
128272010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12828
12829 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12830 trailing newline.
12831 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12832 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12833 (p *args): ... here and remove excessive trailing newline.
12834
f629457d
JB
128352010-05-31 Joel Brobecker <brobecker@adacore.com>
12836
12837 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12838
09eef106
JK
128392010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12840
12841 Accept the new Linux kernel "t (tracing stop)" string.
12842 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12843 Update comment.
12844 (state_wait) <T (tracing stop)>: New.
12845 (main): Update the state_wait expect string.
12846
94f31136
PA
128472010-05-28 Pedro Alves <pedro@codesourcery.com>
12848
12849 * limits.c, limits.exp: Delete files.
12850 * Makefile.in (clean mostlyclean): Adjust.
12851 * tracecmd.exp: Adjust.
12852
096554ab
JK
128532010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12854
12855 * gdb.base/tui-layout.exp: New.
12856
27d3a1a2 128572010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 12858
889bf7c5 12859 * gdb.reverse/break-precsave.exp:
bcd2dc50 12860 Replace uses of send_gdb / gdb_expect.
889bf7c5 12861 * gdb.reverse/break-reverse.exp:
bcd2dc50 12862 Replace uses of send_gdb / gdb_expect.
889bf7c5 12863 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 12864 Replace uses of send_gdb / gdb_expect.
889bf7c5 12865 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 12866 Replace uses of send_gdb / gdb_expect.
889bf7c5 12867 * gdb.reverse/finish-precsave.exp:
bcd2dc50 12868 Replace uses of send_gdb / gdb_expect.
889bf7c5 12869 * gdb.reverse/finish-reverse.exp:
bcd2dc50 12870 Replace uses of send_gdb / gdb_expect.
889bf7c5 12871 * gdb.reverse/i386-precsave.exp:
bcd2dc50 12872 Replace uses of send_gdb / gdb_expect.
889bf7c5 12873 * gdb.reverse/i386-reverse.exp:
bcd2dc50 12874 Replace uses of send_gdb / gdb_expect.
889bf7c5 12875 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 12876 Replace uses of send_gdb / gdb_expect.
889bf7c5 12877 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 12878 Replace uses of send_gdb / gdb_expect.
889bf7c5 12879 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 12880 Replace uses of send_gdb / gdb_expect.
889bf7c5 12881 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 12882 Replace uses of send_gdb / gdb_expect.
889bf7c5 12883 * gdb.reverse/machinestate.exp:
bcd2dc50 12884 Replace uses of send_gdb / gdb_expect.
889bf7c5 12885 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 12886 Replace uses of send_gdb / gdb_expect.
889bf7c5 12887 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 12888 Replace uses of send_gdb / gdb_expect.
889bf7c5 12889 * gdb.reverse/solib-precsave.exp:
bcd2dc50 12890 Replace uses of send_gdb / gdb_expect.
889bf7c5 12891 * gdb.reverse/solib-reverse.exp:
bcd2dc50 12892 Replace uses of send_gdb / gdb_expect.
889bf7c5 12893 * gdb.reverse/step-precsave.exp:
bcd2dc50 12894 Replace uses of send_gdb / gdb_expect.
889bf7c5 12895 * gdb.reverse/step-reverse.exp:
bcd2dc50 12896 Replace uses of send_gdb / gdb_expect.
889bf7c5 12897 * gdb.reverse/until-precsave.exp:
bcd2dc50 12898 Replace uses of send_gdb / gdb_expect.
889bf7c5 12899 * gdb.reverse/until-reverse.exp:
bcd2dc50 12900 Replace uses of send_gdb / gdb_expect.
889bf7c5 12901 * gdb.reverse/watch-precsave.exp:
bcd2dc50 12902 Replace uses of send_gdb / gdb_expect.
889bf7c5 12903 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
12904 Replace uses of send_gdb / gdb_expect.
12905
3def43e0
JK
129062010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12907
12908 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12909 excessive newline.
12910
27d3a1a2 129112010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
12912
12913 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
12914 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12915 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12916 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12917 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12918 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12919 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12920 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12921 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12922 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12923 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12924 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12925 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12926 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12927 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12928 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12929 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12930 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12931 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 12932
27d3a1a2 129332010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 12934
22454424
MS
12935 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12936 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12937
12938 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12939 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12940 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12941
889bf7c5 12942 * gdb.reverse/consecutive-reverse.exp:
22454424 12943 Replace uses of send_gdb / gdb_expect.
889bf7c5 12944 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
12945 Replace uses of send_gdb / gdb_expect.
12946
12947 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12948 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12949 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12950 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
12951 Replace uses of send_gdb / gdb_expect.
12952 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12953 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12954 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12955 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12956 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12957 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12958 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12959 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12960 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
12961
129622010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 12963
22454424 12964 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12965
22454424 12966 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12967
22454424
MS
12968 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12969 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12970 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12971 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12972 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12973 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12974 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12975 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12976 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12977
6e5f2c59
TT
129782010-05-25 Tom Tromey <tromey@redhat.com>
12979
12980 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12981
bbc8b958
TT
129822010-05-25 Tom Tromey <tromey@redhat.com>
12983
12984 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12985 argument order.
12986 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12987 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12988 order.
12989 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12990 order.
12991 * gdb.base/call-sc.exp (setup_kfails): Remove.
12992 (setup_compiler_kfails): Remove.
12993 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12994 argument order.
12995 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12996 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12997 (advancei): Fix setup_kfail argument order.
12998 * gdb.base/radix.exp: Fix setup_kfail argument order.
12999 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13000 order.
13001 * gdb.base/structs.exp (setup_kfails): Remove.
13002 (setup_compiler_kfails): Fix setup_kfail argument order.
13003 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13004 order.
13005 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13006 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13007 setup_kfail argument order.
13008 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13009
83d1babf
TT
130102010-05-25 Tom Tromey <tromey@redhat.com>
13011
13012 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13013
6acb16a2
MS
130142010-05-25 Michael Snyder <msnyder@vmware.com>
13015
13016 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13017 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13018 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13019 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13020 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13021 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13022 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13023 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13024 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
13025 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13026 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13027 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13028 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13029 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13030 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13031 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13032 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13033 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13034 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13035 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13036 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13037 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13038 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
13039 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13040 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13041 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13042 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13043 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13044 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13045 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13046 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13047 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13048 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13049 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13050 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13051 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13052 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13053 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13054 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13055 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13056 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13057 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
13058 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13059 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13060 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13061 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13062 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 13063 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
13064
130652010-05-25 Doug Evans <dje@google.com>
13066
13067 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13068 gdb.string_to_argv.
ad3986f0 13069
d3b1e874
TT
130702010-05-21 Tom Tromey <tromey@redhat.com>
13071
13072 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13073 Call it.
13074 * gdb.dwarf2/pieces.S: Update.
13075 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13076
cb826367
TT
130772010-05-21 Tom Tromey <tromey@redhat.com>
13078
13079 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13080 Call it.
13081 * gdb.dwarf2/pieces.c (struct C): New.
13082 (f6): New function.
13083 * gdb.dwarf2/pieces.S: Replace.
13084
74de6778
TT
130852010-05-21 Tom Tromey <tromey@redhat.com>
13086
13087 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13088 Call it.
13089
afd74c5f
TT
130902010-05-21 Tom Tromey <tromey@redhat.com>
13091
13092 * gdb.dwarf2.pieces.exp: New file.
13093 * gdb.dwarf2.pieces.S: New file.
13094 * gdb.dwarf2.pieces.c: New file.
13095
a7b75dfd 130962010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 13097 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
13098
13099 * lib/gdb.exp (gdb_test_no_output): New function.
13100 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13101 when testing commands that should produce no output.
13102
c81c812a
JB
131032010-05-17 Joel Brobecker <brobecker@adacore.com>
13104
13105 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13106 parameter that we want to watch being a constant.
13107
0cce5bd9
JB
131082010-05-17 Joel Brobecker <brobecker@adacore.com>
13109
13110 * gdb.ada/cond_lang: New testcase.
13111
47050449
JB
131122010-05-17 Joel Brobecker <brobecker@adacore.com>
13113
13114 * lib/gdb.exp (banned_variables): New variable/constant.
13115 (gdb_init): Add write trace on variables listed in banned_variables.
13116 (gdb_finish): Remove write traces on variables listed in
13117 banned_variables.
13118
77c01586
JB
131192010-05-17 Joel Brobecker <brobecker@adacore.com>
13120
13121 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13122 * gdb.cp/koenig.exp: Likewise.
13123
88d4aea7
PM
131242010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13125
889bf7c5 13126 PR python/11482
88d4aea7
PM
13127
13128 * gdb.python/py-value.exp (test_value_hash): New function.
13129
f5a010c0
PM
131302010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13131
13132 PR exp/11530.
13133 * gdb.base/gdb11530.c: New file.
13134 * gdb.base/gdb11530.exp: New file.
13135
8ef4892f
JK
131362010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13137
13138 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13139 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13140
7322dca9
SW
131412010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13142
13143 * gdb.cp/koenig.exp: New test.
13144 * gdb.cp/koenig.cc: New test program.
13145
02e7ea18
JB
131462010-05-05 Joel Brobecker <brobecker@adacore.com>
13147
13148 Remove the use of prms_id and bug_id throughout the testsuite.
13149
e1c34c5d
PM
131502010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13151
13152 PR exp/11349.
13153 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13154 use a reference local variable.
13155
8e1d0c49
JK
131562010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13159 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13160 variable different_dir. Move debugfile into a full directory pathname
13161 under DIFFERENT_DIR.
13162 * lib/gdb.exp (separate_debug_filename): Remove.
13163 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13164 variable debug_dir and mkdir of it. Update function comments.
13165
e66408ed
PA
131662010-04-29 Pedro Alves <pedro@codesourcery.com>
13167
13168 PR gdb/11557
13169
13170 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13171 files.
13172
d7b32ed3
PM
131732010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13174
889bf7c5 13175 * gdb.python/py-param.exp: New File.
d7b32ed3 13176
6aecb9c2
JB
131772010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13178
13179 * gdb.base/default.exp: Fix "set language" test.
13180
bdf92a1c
PM
131812010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13182
13183 PR breakpoints/11531.
13184 * gdb.base/gdb11531.c: New file.
13185 * gdb.base/gdb11531.exp: New file.
13186
3f172e24
TT
131872010-04-26 Tom Tromey <tromey@redhat.com>
13188
13189 * gdb.base/completion.exp: Add tests for completion and deprecated
13190 commands.
13191
64af4c92
JK
131922010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13193
13194 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13195 (print /x char_array): Escape curly brackets.
13196
492928e4
JK
131972010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13198
13199 Fix deadlock on looped list of loaded shared objects.
13200 * gdb.base/solib-corrupted.exp: New.
13201
66d09542
DE
132022010-04-23 Doug Evans <dje@google.com>
13203
13204 * gdb.python/py-section-script.c: New file.
13205 * gdb.python/py-section-script.exp: New file.
13206 * gdb.python/py-section-script.py: New file.
13207
8bd10a10
CM
132082010-04-20 Chris Moller <cmoller@redhat.com>
13209
13210 PR 10179
13211
13212 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13213 * gdb.base/pr10179-a.c:
13214 * gdb.base/pr10179-b.c:
13215 * gdb.base/pr10179.exp: New files.
13216
c0201579
JK
132172010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13218
13219 Fix crashes on dangling display expressions.
13220 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13221 is SEP.
13222 (lib_flags): Remove the "debug" keyword.
13223 (libsepdebug): New variable for iterating new loop.
13224 (save_pf_prefix): New variable wrapping the loop.
13225 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13226 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13227
793b0ff8
PM
132282010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13229
13230 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13231
097f51f7
PM
132322010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13233
13234 PR stabs/11479.
13235 * gdb.stabs/gdb11479.exp: New file.
13236 * gdb.stabs/gdb11479.c: New file.
13237
9a22f0d0
PM
132382010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13239
13240 * gdb.base/charset.c (Strin16, String32): New variables.
13241 * gdb.base/charset.exp (gdb_test): Test correct display
13242 of 16 or 32 bit strings.
13243
132442010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
13245
13246 PR 9167
13247 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13248 * gdb.cp/pr9167.cc: New file.
13249 * gdb.cp/pr9167.exp: New file.
13250
13251
6e354e5e
PM
132522010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13253
13254 PR pascal/11492.
13255 * gdb.pascal/gdb11492.pas: New file.
13256 * gdb.pascal/gdb11492.exp: New file.
13257
be942545
JB
132582010-04-20 Joel Brobecker <brobecker@adacore.com>
13259
1667e6e3 13260 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 13261
0c3acc09
JB
132622010-04-20 Joel Brobecker <brobecker@adacore.com>
13263
13264 * gdb.ada/dyn_loc: New testcase.
13265
ec31cde5
CM
132662010-04-20 Chris Moller <cmoller@redhat.com>
13267
13268 PR 10867
889bf7c5 13269
ec31cde5
CM
13270 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13271 * gdb.cp/pr10687.cc: New file.
13272 * gdb.cp/pr10687.exp: New file.
13273
13274
ce4b0682
SDJ
132752010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13276 Sergio Durigan Junior <sergiodj@redhat.com>
13277
13278 * gdb.fortran/logical.exp: New testcase.
13279 * gdb.fortran/logical.f90: New file.
13280
3436961f
DE
132812010-04-19 Doug Evans <dje@google.com>
13282
13283 * gdb.base/help.exp (help source): Update expected output.
13284
4d836c09
JK
132852010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13286
13287 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13288 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13289 gdb_exit and return.
13290 (executable): New variable.
13291 (binfile): Use it.
13292
6149aea9
PA
132932010-04-19 Pedro Alves <pedro@codesourcery.com>
13294
13295 PR breakpoints/8554.
13296
13297 * gdb.trace/save-trace.exp: Adjust.
13298
ed41462c
L
132992010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13300
13301 PR corefiles/11511
13302 * gdb.arch/system-gcore.exp: New.
13303 * gdb.arch/gcore.c: Likewise.
13304
3f7b2faa
DE
133052010-04-15 Doug Evans <dje@google.com>
13306
fa33c3cd
DE
13307 * gdb.python/py-progspace.c: New file.
13308 * gdb.python/py-progspace.exp: New file.
13309
3f7b2faa
DE
13310 * gdb.base/source.exp: Add tests for "source -s".
13311
79f283fe
PM
133122010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13313
13314 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13315 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13316 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13317 * gdb.python/py-mi.exp: New test for to_string returning None.
13318
fc8eb08a
PM
133192010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13320
13321 * gdb.python/py-breakpoint.c: Make result global.
13322
26e197f6
JK
133232010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13324
13325 Fix non-GNU make compatibility.
13326 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13327
adc36818
PM
133282010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13329
13330 * gdb.python/py-breakpoint.exp: New File.
13331 * gdb.python/py-breakpoint.C: Ditto.
13332
64e17368
SS
133332010-04-08 Stan Shebs <stan@codesourcery.com>
13334
13335 * gdb.trace/actions.exp: Clear default-collect.
13336 * gdb.trace/save-trace.exp: Clear default-collect.
13337
fff5cc64
PM
133382010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13339
13340 * gdb.python/py-value: Add null string variable.
13341 (test_lazy_string): Test zero length, NULL address lazy
13342 strings.
13343
a055a187
L
133442010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13345
13346 * gdb.arch/i386-avx.c: New.
13347 * gdb.arch/i386-avx.exp: Likewise.
13348
13349 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13350
96e39866
DE
133512010-04-06 Doug Evans <dje@google.com>
13352
13353 * gdb.base/source-test.gdb: New file.
13354 * gdb.base/source.exp: Test source -v.
13355
5984a431
UW
133562010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13357
13358 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13359
ec8a089a
PM
133602010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13361
13362 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13363 within one line, unless it is followed by a double quote.
13364 * gdb.stabs/hppa.sed: Idem.
13365 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
13366 * gdb.stabs/weird.exp: Check for correct parsing of
13367 char and string constants.
ec8a089a
PM
13368 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13369 in .stabs to .stabx substitution.
13370
fce3c1f0
SS
133712010-04-05 Stan Shebs <stan@codesourcery.com>
13372
13373 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13374 constant global.
13375 * gdb.trace/tfile.exp: Try to print them.
13376
d77f58be
SS
133772010-04-04 Stan Shebs <stan@codesourcery.com>
13378
13379 * gdb.base/completion.exp: Update for new "info watchpoints".
13380 * gdb.base/default.exp: Ditto.
13381 * gdb.base/help.exp: Ditto.
13382 * gdb.base/watchpoint.exp: Ditto.
13383 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 13384
af54718e
SS
133852010-04-04 Stan Shebs <stan@codesourcery.com>
13386
13387 * gdb.trace/tfile.exp: Sharpen tfind test.
13388
74d1f91e
JK
133892010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13390
13391 * gdb.base/break-entry.exp: New.
13392
eb8e76db 133932010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 13394 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
13395
13396 * gdb.reverse/i386-sse-reverse.exp: New file.
13397 * gdb.reverse/i386-sse-reverse.c: New file.
13398
bf65cad8
PA
133992010-04-02 Pedro Alves <pedro@codesourcery.com>
13400
13401 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13402
fff87407
SS
134032010-04-01 Stan Shebs <stan@codesourcery.com>
13404
13405 * gdb.trace/actions.exp: Tweak expected output.
13406 * gdb.trace/while-stepping.exp: Tweak expected output.
13407
fe01d668
L
134082010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13409
13410 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13411
86b17b60
PA
134122010-04-01 Pedro Alves <pedro@codesourcery.com>
13413
13414 * gdb.base/commands.exp: Adjust.
13415 * gdb.cp/extern-c.exp: Adjust.
13416
2c58c0a9
PA
134172010-04-01 Pedro Alves <pedro@codesourcery.com>
13418
13419 * gdb.trace/collection.c (local_test_func): Define a local struct,
13420 and instanciate it.
13421
0db9b91c
PA
134222010-04-01 Pedro Alves <pedro@codesourcery.com>
13423
13424 * gdb.trace/collection.exp (gdb_collect_args_test)
13425 (gdb_collect_argarray_test): XFAIL the tests that assume the
13426 argarray argument's elements are collected.
13427
8072405b
JK
134282010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13429
13430 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13431 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13432
8bf6485c
SS
134332010-03-31 Stan Shebs <stan@codesourcery.com>
13434
13435 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13436 and tracepoint conditionals.
13437 (gdb_verify_tracepoints): Delete unused return.
13438
fd7f724a
KS
134392010-03-26 Keith Seitz <keiths@redhat.com>
13440
13441 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13442 appear in the output before main.
13443 Remove KFAIL for gdb/2215 aka bz 9320.
13444
8d9e7719
DE
134452010-03-30 Doug Evans <dje@google.com>
13446
0906dd0b
DE
13447 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13448 by dejagnu.
13449 * gdb.arch/amd64-dword.exp: Ditto.
13450
8d9e7719
DE
13451 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13452 match.
13453 (break printf): Ditto.
13454
1da644f0
SW
134552010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13456
13457 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13458 gcc < 4.4.
13459 * gdb.cp/shadow.exp: Ditto.
13460
a8121990
PA
134612010-03-29 Pedro Alves <pedro@codesourcery.com>
13462
13463 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13464 "tstart" is silent.
13465
6e79d367
PA
134662010-03-29 Pedro Alves <pedro@codesourcery.com>
13467
13468 * gdb.trace/collection.exp (executable): New.
13469 (binfile): Use it.
13470 (fpreg, spreg, pcreg): New.
13471 (test_register): Use gdb_test_multiple. Pass /x to print.
13472 (prepare_for_trace_test): New.
13473 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13474 (gdb_collect_args_test, gdb_collect_argstruct_test)
13475 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13476 prepare_for_trace_test.
13477 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13478 fpreg, spreg and pcreg.
13479 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13480 prepare_for_trace_test.
13481 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13482 try to detect tracing support here. Don't set breakpoints at
13483 `begin' or `end' here.
13484 <global scope>: Use clean_restart. Run to main before checking
13485 for tracing support. Check for for tracing support here.
13486
09248348
JK
134872010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13488
13489 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13490 " as $displacement" to "seen displacement message".
13491
d350db38
PA
134922010-03-28 Pedro Alves <pedro@codesourcery.com>
13493
13494 * gdb.trace/while-dyn.exp (executable): New variable.
13495 (binfile): Use it.
13496 (test_while_stepping): New function. Move most tests here. Call
13497 it once for each of the while-stepping, stepping and ws aliases.
13498
907af001
UW
134992010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13500
13501 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13502 that do not provide the tagless_struct type name at all.
13503 (test_print_anon_union): Do not check value of uninitialized
13504 union member. Do not use cp_test_ptype_class, so we can accept
13505 "long" as well as "long int".
13506
610197fd
PA
135072010-03-26 Pedro Alves <pedro@codesourcery.com>
13508
13509 * gdb.trace/tfile.c (tohex, bin2hex): New.
13510 (write_error_trace_file): Hexify error description.
13511
6c28cbf2
SS
135122010-03-25 Stan Shebs <stan@codesourcery.com>
13513
13514 * gdb.trace/tfile.c: Generate an additional trace file, improve
13515 portability.
13516 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13517 files in a better way.
13518
e62b8c7e
KS
135192010-03-25 Keith Seitz <keiths@redhat.com>
13520
13521 * gdb.java/jprint.exp: XFAIL printing of static class members
13522 because of GCC debuginfo problem.
13523
82ccf5a5
JK
135242010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13525
13526 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13527
293e2f9e
DJ
135282010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13529
13530 * gdb.base/completion.exp: Allow long instead of long int.
13531 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13532 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13533 variable p.
13534 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13535 * gdb.base/pointers.exp: Allow long instead of long int.
13536 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13537 * gdb.base/step-line.exp: Allow a directory before the source file name.
13538
95a42b64
TT
135392010-03-24 Tom Tromey <tromey@redhat.com>
13540
13541 PR breakpoints/9352:
13542 * gdb.base/default.exp: Update.
13543 * gdb.base/commands.exp: Update.
13544 * gdb.cp/extern-c.exp: Test setting commands on multiple
13545 breakpoints at once.
13546
2390201f
DJ
135472010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13548
13549 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13550 if gdb,nosignals.
13551 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13552 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13553 exited".
13554
8c9a6790
SS
135552010-03-24 Stan Shebs <stan@codesourcery.com>
13556
13557 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13558
a6c727b2
DJ
135592010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13560
13561 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13562 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13563 argument. Handle "short" and "long".
13564 (Top level): Pass overprototyped output for old_fptr and xptr.
13565
4dfd5423
PA
135662010-03-23 Pedro Alves <pedro@codesourcery.com>
13567
13568 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13569 format strings and add casts to avoid compiler warnings.
13570
135712010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
13572
13573 * lib/trace-support.exp (gdb_trace_setactions):
13574 Don't expect whitespace after ">" prompt.
13575 * gdb.trace/actions.exp: Adjust for output changes.
13576 * gdb.trace/while-stepping.exp: Likewise.
13577
c847d045
JK
135782010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13579
13580 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13581 and r157645).
13582
5f717f1d
JK
135832010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13584
13585 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13586 New.
13587
7d6d51d5
DJ
135882010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13589
13590 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13591 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13592
3b11a015
SS
135932010-03-19 Stan Shebs <stan@codesourcery.com>
13594
13595 * gdb.trace/ax.exp: New file.
13596
d7d158ed
DE
135972010-03-19 Doug Evans <dje@google.com>
13598
6bb85cd1
DE
13599 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13600 output from gcc.
13601
d7d158ed
DE
13602 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13603 named /usr/sbin/prelink<foo>.
13604
4daf5ac0
SS
136052010-03-18 Stan Shebs <stan@codesourcery.com>
13606
13607 * gdb.trace/circ.exp: Test circular-trace-buffer.
13608 * gdb.trace/tfile.exp: Update tstatus test.
13609
e8d05480
JB
136102010-03-18 Joel Brobecker <brobecker@adacore.com>
13611
13612 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13613 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13614
441b986a
UW
136152010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13616
13617 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13618
4247603b
PA
136192010-03-18 Pedro Alves <pedro@codesourcery.com>
13620
13621 * gdb.base/default.exp: Adjust the expected output of the finish
13622 and until commands when the inferior is not being run.
13623
13387711
SW
136242010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13625
13626 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13627 * gdb.cp/nsusing.exp: Ditto.
13628
6e31430b
TT
136292010-03-15 Tom Tromey <tromey@redhat.com>
13630
13631 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13632 * gdb.cp/userdef.cc (operator==): New function.
13633 (main): New locals mem1, mem2.
13634
e2d69cb5
JZ
136352010-03-15 Jie Zhang <jie@codesourcery.com>
13636
13637 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13638 Declare and use new loadtimeout variable.
13639
f572f0a9
DJ
136402010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13641
13642 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13643 Use gdb_load later.
13644
51f4c0b0
PA
136452010-03-14 Pedro Alves <pedro@codesourcery.com>
13646
13647 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13648 literal. Add missing endlines to prints to stderr.
13649
1c809c68
TT
136502010-03-12 Tom Tromey <tromey@redhat.com>
13651
13652 PR c++/9708:
13653 * gdb.cp/m-static.exp: Add regression test.
13654 * gdb.cp/m-static.cc (method): New method.
13655 (main): Call it.
13656
00ae8fef
SW
136572010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13658
13659 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13660 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13661
759f0f0b
PA
136622010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13663
21e24d21
PA
13664 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13665
136662010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13667
759f0f0b
PA
13668 * lib/gdb.exp (skip_stl_tests): New.
13669 (gdb_compile): Symbian needs -ldl.
13670 (shlib_target_file): New.
13671 (shlib_symbol_file): New.
13672 (gdb_load_shlibs): Use shlib_target_file.
13673 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13674 * gdb.cp/exception.exp: Use skip_stl_tests.
13675 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13676 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13677 * gdb.cp/mb-templates.exp: Ditto.
13678 * gdb.base/commands.exp: Relax regexes.
13679 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13680 shlib_target_file and shlib_symbol_file.
13681 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13682 sections.
13683 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13684 * gdb.base/solib-disc.exp: Use
13685 shlib_target_file and shlib_symbol_file.
13686 * gdb.base/unload.exp: Don't skip on symbian. Use
13687 shlib_target_file and shlib_symbol_file.
13688 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13689
6a8f2671 136902010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 13691
6a8f2671
PA
13692 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13693 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13694 Issue a tfind end before looking for a tracepoint frame.
13695 * gdb.trace/tfind.exp: Adjust tstatus output.
13696 Adjust disassembly output.
13697 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13698
ccf26247
JK
136992010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13700
13701 * gdb.base/break-interp.exp: Create new displacement parameter value
13702 for the test_ld calls.
13703 (reach): New parameter displacement, verify its content. New push of
13704 pf_prefix "reach-$func:". Import global expect_out.
13705 (test_core): New parameter displacement, verify its content. New push
13706 of pf_prefix "core:". New command "set verbose on". Import global
13707 expect_out.
13708 (test_attach): New parameter displacement, verify its content. New
13709 push of pf_prefix "attach:". New command "set verbose on". Import
13710 global expect_out.
13711 (test_ld): New parameter displacement, pass it to the reach, test_core
13712 and test_attach calls and verify its content in the "ld.so exit" test.
13713 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13714 (prelink): Update expected text, use gdb_test.
13715
e469c7fb
DE
137162010-03-10 Doug Evans <dje@google.com>
13717
13718 * gdb.base/checkpoint.exp: Fix comment.
13719 Lengthen timeout while doing >600 checkpoints test.
13720 Rename duplicate "kill all one" test to keep test names unique.
13721
60e1c644
PA
137222010-03-10 Pedro Alves <pedro@codesourcery.com>
13723
13724 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13725
cec808ec
KS
137262010-03-08 Keith Seitz <keiths@redhat.com>
13727
889bf7c5
PA
13728 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13729 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13730 (dm_type_long): New function.
13731 (dm_type_unsigned_short): New function.
13732 (dm_type_unsigned_long): New function.
13733 (myint): New typedef.
13734 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13735 long, unsigned shor and long, operator char*, and typedef.
13736 (test_lookup_operator_functions): Add operator char* test.
13737 (test_paddr_operator_functions): Likewise.
13738 (test_paddr_overloaded_functions): Use probe values for
13739 short, long, and unsigned short and long.
13740 (test_paddr_hairy_functions): If the demangler probe detected
13741 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13742 demangler.
13743 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13744 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13745 and "print null_pmf".
13746 Add test "ptype a.*pmf".
13747 * gdb.cp/overload.exp: Allow optional "int" to appear with
13748 "short" and "long".
13749 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13750 long expect value for men_overload1arg.
13751 Allow "int" to appear with "short" and "long".
13752 When testing "info break", add argument for main (void).
13753 Also allow "int" to appear with "short" and "long".
13754 Ditto with "unsigned" and "long long".
cec808ec
KS
13755 * gdb.java/jmain.exp: Do not enclose methods names in single
13756 quotes.
13757 * gdb.java/jmisc.exp: Likewise.
13758 * gdb.java/jprint.exp: Likewise.
13759 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13760
13761 From Jan Kratochvil <jan.kratochvil@redhat.com>:
13762 * gdb.cp/exception.exp (backtrace after first throw)
13763 (backtrace after second throw): Allow a namespace before __cxa_throw.
13764 (backtrace after first catch, backtrace after second catch): Allow
13765 a namespace before __cxa_begin_catch.
13766
13767 * gdb.cp/cpexprs.exp: New file.
13768 * gdb.cp/cpexprs.cc: New file.
13769
13770 From Daniel Jacobowitz <dan@codesourcery.com>
13771 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
13772 to use string_to_regexp.
13773 (ctor, dtor): New functions. Use them to match constructor
13774 and destructor function types.
13775 (Top level): Use runto_main.
13776
f870a310
TT
137772010-03-05 Tom Tromey <tromey@redhat.com>
13778
13779 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
13780 gdb.target_charset.
13781 (pp_ns.to_string): Likewise.
13782
0c199f28
KS
137832010-03-04 Keith Seitz <keiths@redhat.com>
13784
13785 * gdb.cp/overload.exp: Test that the filename portion of a linespec
13786 can be quoted. Test that both the filename and function/line
13787 portions can be quoted at the same time.
13788
c7437ca6
PA
137892010-03-04 Pedro Alves <pedro@codesourcery.com>
13790
13791 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
13792
b111b805
DE
137932010-03-03 Doug Evans <dje@google.com>
13794
24486cb7
DE
13795 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13796 libc contains libpthread.
13797
b111b805
DE
13798 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13799 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13800 of gdb_compile. Add another pattern to match android backtrace.
13801
a0e0ef55
TT
138022010-03-03 Tom Tromey <tromey@redhat.com>
13803
13804 PR gdb/11345:
13805 * gdb.base/printcmds.exp (test_printf): Add test.
13806
1ba53b71
L
138072010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13808
13809 * gdb.arch/amd64-byte.exp: New.
13810 * gdb.arch/amd64-dword.exp: Likewise.
13811 * gdb.arch/amd64-pseudo.c: Likewise.
13812 * gdb.arch/amd64-word.exp: Likewise.
13813 * gdb.arch/i386-byte.exp: Likewise.
13814 * gdb.arch/i386-pseudo.c: Likewise.
13815 * gdb.arch/i386-word.exp: Likewise.
13816
f5dff777
DJ
138172010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13818
13819 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13820 types. Add structreg, bitfields, and flags registers.
13821 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13822 registers.
13823
90884b2b
L
138242010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13825
13826 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13827 (load_description): Set architecture if defined.
13828
dc00d89f
PM
138292010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13830
13831 * gdb.python/py-frame.exp: Add read_var block tests.
13832 * gdb.python/py-frame.c (block): New function.
13833
0e095b7e
JK
138342010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13835 Daniel Jacobowitz <dan@codesourcery.com>
13836
13837 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13838
624f1a65
DM
138392010-02-25 David S. Miller <davem@davemloft.net>
13840
13841 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13842 fix logic for setting all_syscalls_numbers.
13843
f3e9a817
PM
138442010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13845
13846 * Makefile.in: Add py-block and py-symbol.
13847 * gdb.python/py-symbol.exp: New File.
13848 * gdb.python/py-symtab.exp: New File.
13849 * gdb.python/py-block.exp: New File.
13850 * gdb.python/py-symbol.c: New File.
13851 * gdb.python/py-block.c: New File.
13852
f6bbabf0
PM
138532010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13854
13855 PR python/11314
13856 * lib/gdb.exp (skip_python_tests): New function.
13857 * gdb.python/py-cmd.exp: Use skip_python_tests.
13858 * gdb.python/py-frame.exp: Likewise.
13859 * gdb.python/py-function.exp: Likewise.
13860 * gdb.python/py-prettyprint.exp: Likewise.
13861 * gdb.python/py-template.exp: Likewise.
13862 * gdb.python/py-type.exp: Likewise.
13863 * gdb.python/py-value.exp: Likewise.
13864
85d721b8
PA
138652010-02-22 Pedro Alves <pedro@codesourcery.com>
13866
13867 PR9605
13868
13869 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13870
48e32051
TT
138712010-02-19 Tom Tromey <tromey@redhat.com>
13872
13873 PR c++/8693, PR c++/9496:
13874 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13875 regression tests.
13876
ac9c0048
JK
138772010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13878
13879 Fix compatibility with m68k as.
13880 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13881 Use only /* comments */.
13882
57bb97a4
UW
138832010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13884
13885 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13886 * configure: Regenerate.
13887
7d1bf85c
DJ
138882010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13889
13890 * gdb.python/py-type.exp: Check for Python support.
13891
061b5285
PA
138922010-02-17 Pedro Alves <pedro@codesourcery.com>
13893
13894 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13895 `regsub' syntax available.
13896
f8a8bc2c
PA
138972010-02-17 Pedro Alves <pedro@codesourcery.com>
13898
13899 * gdb.base/shmain.c (main): Remove printf call.
13900 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13901 * gdb.base/unload.c (main): Make format of fprintf a string
13902 literal. Add missing endlines to prints to stderr.
13903 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13904
6f451e5e
TT
139052010-02-17 Tom Tromey <tromey@redhat.com>
13906
13907 * gdb.java/jprint.java (jprint.props): New field.
13908 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13909
12d79008
PA
139102010-02-17 Pedro Alves <pedro@codesourcery.com>
13911
ef801a0e 13912 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
13913 available.
13914
d252f7e5
DJ
139152010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13916
13917 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13918 creation to support remote host testing.
13919
67bdab6c
DJ
139202010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13921
13922 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13923 Recognize "command not found".
13924
bb391223
DJ
139252010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13926
13927 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13928 single-stepping.
13929
70362913
DJ
139302010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13931
13932 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13933 if arguments are not supported.
13934
493f3c00
DJ
139352010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13936
13937 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13938 be const or non-const.
13939
8034c749
DJ
139402010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13941
13942 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13943 mi_send_resuming_command to send -exec-continue.
13944
791dfb64
DJ
139452010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13946
13947 * gdb.base/list.exp (test_list_filename_and_function): Add test
13948 with single quotes.
13949 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13950 matching.
13951 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13952 Add KFAIL'd tests for PR gdb/11289.
13953
7c5fe868
DJ
139542010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13955
13956 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13957
fdc498b8
DJ
139582010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13959
13960 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13961 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13962 a temporary directory.
13963
b519e2a6
DJ
139642010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13965
13966 * gdb.base/charset.exp: Use a single regular expression to match
13967 show host-charset and show target-charset output.
13968
74164c56
JK
139692010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13970
13971 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13972 "Illegal process-id" expect string more exact.
13973 (attach to digits-starting nonsense is prohibited): New.
13974
701ed6dc
JK
139752010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13976
13977 * gdb.base/prelink.exp (set verbose on): New.
13978
889bf7c5 139792010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
13980
13981 * mi-reverse.exp: New file. Test for reverse option to the
13982 following MI commands: exec-continue, exec-finish, exec-next,
13983 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 13984
dadf0e9c
JB
139852010-02-09 Joel Brobecker <brobecker@adacore.com>
13986
13987 * gdb.ada/ptype_tagged_param: New testcase.
13988
714f19d5
TT
139892010-02-08 Tom Tromey <tromey@redhat.com>
13990
13991 PR c++/8017:
13992 * gdb.cp/overload.exp: Add tests.
13993 * gdb.cp/overload.cc (struct K): New.
13994 (namespace N): New.
13995 (main): Call new functions.
13996 (K::staticoverload): Define.
13997
889bf7c5 139982010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
13999
14000 PR gdb/10728
14001 * gdb.cp/pr10728-x.h: New file.
14002 * gdb.cp/pr10728-x.cc: New file.
14003 * gdb.cp/pr10728-y.cc: New file.
14004 * gdb.cp/pr10728.exp: New file.
14005 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14006
889bf7c5 140072010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
14008
14009 PR gdb/9067
14010 * gdb.cp/pr9067.exp: New
14011 * gdb.cp/pr9067.cc: New
14012 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14013
7b356089
JB
140142010-02-08 Joel Brobecker <brobecker@adacore.com>
14015
14016 * lib/gdb.exp (gdb_test_timeout): New global variable.
14017 Set it to timeout if not already set.
14018 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14019
1be00882
DE
140202010-02-05 Doug Evans <dje@google.com>
14021
14022 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14023 user.
14024
82856980
SW
140252010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14026
14027 PR c++/7935:
14028 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14029
1a334831
TT
140302010-02-04 Tom Tromey <tromey@redhat.com>
14031
14032 * gdb.cp/virtbase.exp: Make test case names unique.
14033
9c3c02fd
TT
140342010-02-02 Tom Tromey <tromey@redhat.com>
14035
14036 * gdb.cp/virtbase.exp: Add regression tests.
14037 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14038 (main): Instantiate RHC.
14039
0cc2414c
TT
140402010-02-02 Tom Tromey <tromey@redhat.com>
14041
14042 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14043 type-printing change.
14044
edf3d5f3
TT
140452010-02-02 Tom Tromey <tromey@redhat.com>
14046
14047 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14048 * gdb.cp/virtbase.cc: New file.
14049 * gdb.cp/virtbase.exp: New file.
14050 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14051
e4b7f41c
JK
140522010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14053
14054 PR libc/11214:
14055 * gdb.threads/current-lwp-dead.c: Include features.h.
14056 (HAS_NOMMU): New.
14057 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14058
b381ea14
JK
140592010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14060
14061 * gdb.base/symbol-without-target_section.exp,
14062 gdb.base/symbol-without-target_section.c: New.
14063
c593ac0e
DJ
140642010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14065
14066 * gdb.base/bigcore.exp: Reset increased timeout.
14067 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14068
db25f29d
DJ
140692010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14070
14071 * gdb.base/gcore.exp (capture_command_output): Use
14072 gdb_test_multiple.
14073
f9d67f43
DJ
140742010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14075
14076 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14077 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14078 (Top level): Call it.
14079
177321bd
DJ
140802010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14081
14082 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14083
97f2ed50
DJ
140842010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14085
14086 * gdb.base/call-strs.exp, gdb.base/default.exp,
14087 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14088 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14089 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14090 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14091 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14092 * gdb.base/ending-run.exp: Correct restore of timeout.
14093 * gdb.base/page.exp: Remove unnecessary timeout setting.
14094
e4e2711a
JB
140952010-01-29 Joel Brobecker <brobecker@adacore.com>
14096
14097 * gdb.ada/rec_return: New testcase.
14098
ba581dc1
JB
140992010-01-29 Joel Brobecker <brobecker@adacore.com>
14100
14101 * gdb.ada/call_pn: New testcase.
14102
4ea95be9
DJ
141032010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14104
14105 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14106 (Top level): Use it to resume.
14107 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14108 the Thumb mode displaced stepping error as unsupported.
14109
df83a9bf
SW
141102010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14111
889bf7c5
PA
14112 * gdb.cp/nsusing.exp: Added more tests.
14113 * gdb.cp/nsrecurs.exp: Ditto.
14114 * gdb.cp/nsusing.cc: Added test functions.
14115 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 14116
40b27cdc
JK
141172010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14118
14119 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14120 absolute directory pathnames in gdb.sum file.
14121
de958931
SW
141222010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14123
14124 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14125 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14126
708ead4e
TT
141272010-01-26 Tom Tromey <tromey@redhat.com>
14128
14129 PR exp/7643:
14130 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14131 setup_kfail.
14132
b14e635e
SW
141332010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14134
14135 * gdb.cp/nsrecurs.exp: New test.
14136 * gdb.cp/nsrecurs.cc: New test program.
14137 * gdb.cp/nsstress.exp: New test.
14138 * gdb.cp/nsstress.cc: New test program.
14139 * gdb.cp/nsdecl.exp: New test.
14140 * gdb.cp/nsdecl.cc: New test program.
14141
8540c487
SW
141422010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14143
14144 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14145 imported into file scope.
14146 Marked test as xfail.
14147 * gdb.cp/namespace-using.cc (marker5): New function.
14148 * gdb.cp/shadow.exp: New test.
14149 * gdb.cp/shadow.cc: New test program.
14150 * gdb.cp/nsimport.exp: New test.
14151 * gdb.cp/nsimport.cc: New test program.
14152
421d5d99
TT
141532010-01-25 Tom Tromey <tromey@redhat.com>
14154
14155 PR gdb/11049:
14156 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14157 with "set print null-stop on".
14158
691f8dc1
JK
141592010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14160
14161 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14162 Adjust it for DISASSEMBLY_OMIT_FNAME.
14163
0b92b5bb
TT
141642010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14165
14166 PR symtab/11199:
14167 * gdb.dwarf2/member-ptr-forwardref.exp,
14168 gdb.dwarf2/member-ptr-forwardref.S: New.
14169
23787403
JK
141702010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14171
14172 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14173 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14174 thread1_tid_mutex. Remove gdbstop_mutex handling.
14175 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14176 thread2_tid_mutex. Remove gdbstop_mutex handling.
14177 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14178 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14179 pthread_cond_wait conditionalizations by while loops.
14180
b966cb8a
TT
141812010-01-20 Tom Tromey <tromey@redhat.com>
14182
14183 PR backtrace/10770:
14184 * gdb.dwarf2/pr10770.exp: New file.
14185 * gdb.dwarf2/pr10770.c: New file.
14186 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14187
fcae584b
VP
141882010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14189
14190 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14191 that target was removed, and the test always runs native anyway.
14192
a0f49112
JK
141932010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14194
14195 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14196 gdb.base/watchpoint-cond-gone-stripped.c: New.
14197
ceeb3d5a
TT
141982010-01-19 Tom Tromey <tromey@redhat.com>
14199
14200 PR c++/8000:
14201 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14202 existing tests.
14203 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14204 (main): Use AAA::SomeEnum.
14205
dd322c54
JK
142062010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14207
14208 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14209 (test_ignore_count): Declare line_callme_body global.
14210 (run to breakpoint with ignore count): Use line_callme_body.
14211 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14212 (set line_main_hello, set line_main_return): Reindent.
14213 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14214 New.
14215 (continue to callee4): Use line_callee4_body.
14216 (check *stopped from CLI command): Use line_callee4_next.
14217 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14218 (set line_main_hello, set line_main_return): Reindent.
14219 (set line_callee4_head, set line_callee4_body): New.
14220 (continue to callee4): Use line_callee4_body.
14221
4e8f195d
TT
142222010-01-18 Tom Tromey <tromey@redhat.com>
14223
14224 PR c++/9680:
14225 * gdb.cp/casts.cc: Add new classes and variables.
14226 * gdb.cp/casts.exp: Test new operators.
14227
9e14a9ba
JB
142282010-01-18 Tom Tromey <tromey@redhat.com>
14229 Thiago Jung Bauermann <bauerman@br.ibm.com>
14230
14231 * gdb.python/source2.py: New file.
14232 * gdb.python/source1: New file.
14233 * gdb.python/python.exp: Test "source" command.
14234
00bf0b85
SS
142352010-01-15 Stan Shebs <stan@codesourcery.com>
14236
14237 * gdb.trace/tfile.c: New file.
14238 * gdb.trace/tfile.exp: New file.
889bf7c5 14239
55235ad7
JK
142402010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14241
14242 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14243
9f2982ff
JK
142442010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14245
14246 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14247
bbfba9ed
JK
142482010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14249
14250 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14251 (libfunc): New parameter action. Implement also selectable "sleep".
14252 * gdb.base/break-interp-main.c: Include assert.h.
14253 (libfunc): New parameter action.
14254 (main): New parameters argc and argv. Assert argc. Pass argv.
14255 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14256 (test_attach): New proc.
14257 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14258 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14259
61f0d762
JK
142602010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14261
14262 * gdb.base/break-interp.exp (test_core): New proc.
14263 (test_ld): Call it.
14264
06a6f270
JK
142652010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14266
14267 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14268 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14269 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14270 and gdb_compile_shlib. Use new -Wl compiler options.
14271 (dl bt, main bt): New tests.
14272
51bee8e9
JK
142732010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14274
14275 Support PIEs with no symfile_objfile.
14276 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14277 (test_ld): New parameter trynosym.
14278 (test_ld <$trynosym>): New block.
14279
b8040f19
JK
142802010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14281
14282 * gdb.base/break-interp.exp: New file.
14283
be759fcf
PM
142842010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14285
14286 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14287 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14288 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14289 test.
14290 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14291 * gdb.python/py-mi.exp: Add lazy string test.
14292
dc146f7c
VP
142932010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14294
14295 * lib/mi-support.exp (mi_check_thread_states): Handle
14296 core number in thread listing.
14297
b4ba55a1
JB
142982010-01-12 Joel Brobecker <brobecker@adacore.com>
14299
14300 * gdb.base/maint.exp: Adjust the expected output for the
14301 "maint print type" test. Use gdb_test_multiple instead of
14302 gdb_sent/gdb_expect.
14303
08e24bd4
DE
143042010-01-11 Doug Evans <dje@google.com>
14305
6496a609
DE
14306 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14307 from gdbserver_download. All callers updated.
14308
08e24bd4
DE
14309 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14310
b5cfddf5
JK
143112010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14312
14313 Implement binary numbers parsing.
14314 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14315 (test_integer_literals_rejected): New binary tests.
14316
3725885a
RW
143172010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14318
14319 * gdb.cell/configure: Regenerate.
14320
37aeb5df
JK
143212010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14322
14323 * gdb.base/corefile.exp: Move the core finding block out and call it as
14324 core_find, new variable $corefile, replace corefile by $corefile and
14325 [file tail $corefile] for usage vs. test names resp.
14326 * lib/gdb.exp (core_find): Move it as a new function here. New
14327 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14328 $destcore. Return "" on error.
14329
d521f563
JK
143302010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14331
14332 Workaround PR binutils/10802.
14333 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14334 (twice).
14335
28f24826
DJ
143362010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14337
14338 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14339
2de75e71
JB
143402010-01-08 Joel Brobecker <brobecker@adacore.com>
14341
14342 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14343 call, to avoid interruption.
14344
fe00719b 143452010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
14346
14347 * gdb.stabs/weird.def (args93): New.
14348
d0ef5df8
DE
143492010-01-07 Doug Evans <dje@google.com>
14350
14351 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14352
3a08d52f
TT
143532010-01-07 Tom Tromey <tromey@redhat.com>
14354
14355 * gdb.base/source.exp: Use correct line number.
14356
7a697b8d
SS
143572010-01-05 Stan Shebs <stan@codesourcery.com>
14358
14359 * gdb.trace/tracecmd.exp: Test ftrace.
14360
7803799a
UW
143612010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14362
14363 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14364
c54eabfa
JK
143652010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14366
14367 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14368 "uint_for_mi_testing".
14369
02e7ef19
JB
143702010-01-01 Joel Brobecker <brobecker@adacore.com>
14371
14372 Test indented comment in file being sourced.
14373 * gdb.base/commands.exp: Test indented comment in file being sourced.
14374
abd775ce
JB
143752010-01-01 Joel Brobecker <brobecker@adacore.com>
14376
14377 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14378 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14379 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14380 notice.
14381
79b55b82
JB
143822010-01-01 Joel Brobecker <brobecker@adacore.com>
14383
14384 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14385 notice.
14386
8997583e
JK
143872010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14388
14389 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14390 missing $after_stopped and comma (,) expectation.
14391
6da95a67
SS
143922009-12-31 Stan Shebs <stan@codesourcery.com>
14393
14394 * gdb.trace/actions.exp: Test teval action.
889bf7c5 14395
218d2fc6
TJB
143962009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14397
14398 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14399 (top level): Call test_watchpoint_in_big_blob.
14400 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14401 watchpoints.
14402 (func3): Write to buf.
14403
236f1d4d
SS
144042009-12-29 Stan Shebs <stan@codesourcery.com>
14405
14406 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 14407
f61e138d
SS
144082009-12-28 Stan Shebs <stan@codesourcery.com>
14409
14410 * gdb.trace/tsv.exp: New file.
14411 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 14412
0219b378
DJ
144132009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14414
14415 * gdb.base/find.c (main): Reference search buffers.
14416 * gdb.base/included.c (main): Reference integer.
14417 * gdb.base/ptype.c (charfoo): Declare.
14418 (intfoo): Call charfoo.
14419 * gdb.base/scope0.c (useitp): New function.
14420 (usestatics): Use useitp.
14421 (useit): Add a type for val.
14422 * gdb.base/scope1.c (useit1): Take a pointer argument.
14423 (usestatics1): Update calls to useit1.
14424 * gdb.cp/call-c.cc: Declare foo.
14425 (main): Call foo.
14426 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14427 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14428 (main): Call C::ensureRefs and ensureOtherRefs.
14429 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14430 variables.
14431 (ensureOtherRefs): New function.
14432 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14433 * gdb.cp/templates.cc (main): Call t5i.value.
14434
3f78692f
JK
144352009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14436
14437 Fix compatibility with G++-4.5.
14438 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14439 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14440 (uncaught return): Remove.
14441
429374b8
JK
144422009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14443 Phil Muldoon <pmuldoon@redhat.com>
14444
14445 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14446 (bp_location13, bp_location14, bp_location17, bp_location18)
14447 (marker3_proto, marker4_proto): New variables.
14448 (breakpoint info): Update output.
14449 (run until breakpoint at marker3, run until breakpoint at marker4): New
14450 tests.
14451
859825b8
JK
144522009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14453
14454 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14455 Replace the printf call of Y by provided "y-set-1" label. New block
14456 for the second shared library.
14457 * gdb.base/unload.exp: Compile also the second library, call
14458 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14459 (single pending breakpoint info): Rename to ...
14460 (pending breakpoint info before run): ... this extended test.
14461 (libfile2, libname2, libsrcfile2, libsrc2)
14462 (lib_sl2): New variables.
14463 (exec_opts): Set also SHLIB_NAME2.
14464 (pending breakpoint info on first run at shrfunc1)
14465 (pending breakpoint info on second run at shrfunc1)
14466 (pending breakpoint info on second run at shrfunc2)
14467 (print y from libfile, print y from libfile2): New tests.
14468 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14469 * gdb.base/unloadshr2.c: New.
14470
e6a386cd
HZ
144712009-12-22 Hui Zhu <teawater@gmail.com>
14472
14473 * gdb.reverse/sigall-reverse.exp: Adjust.
14474
9e19b45e
VP
144752009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14476
14477 PR gdb/10884
14478
14479 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14480 (main): Call do_bitfield_tests.
aacf5b1e 14481 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 14482
d53a7b30
JB
144832009-12-20 Joel Brobecker <brobecker@adacore.com>
14484
14485 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14486 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14487 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14488 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14489 gdb.modula2/unbounded1.c: Update copyright header.
14490
191ca0a1
CM
144912009-12-10 Chris Moller <moller@mollerware.com>
14492
14493 PR gdb/9399
14494 * gdb.cp/virtfunc2.exp: New tests
14495 * gdb.cp/virtfunc2.cc: New tests
14496 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14497
0fa6cf1b
MS
144982009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14499
14500 * gdb.reverse/i387-env-reverse.c: New file.
14501 * gdb.reverse/i387-env-reverse.exp: New file.
14502 * gdb.reverse/i387-stack-reverse.c: New file.
14503 * gdb.reverse/i387-stack-reverse.exp: New file.
14504
361ae042
PM
145052009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14506
14507 * gdb.python/py-type.exp (test_range): New test.
14508
bfd31e71
PM
145092009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14510
14511 PR python/10805
14512
14513 * gdb.python/py-type.exp: New file.
14514 * gdb.python/py-type.c: New file.
14515 * Makefile.in: Add py-type.
14516
57a1d736
TT
145172009-12-03 Tom Tromey <tromey@redhat.com>
14518
14519 * gdb.python/py-value.exp (test_parse_and_eval): New
14520 function.
14521
1f3b5d1b
PP
145222009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14523
14524 PR gdb/11022
14525
14526 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
14527 * gdb.base/pr11022.c: New test.
14528
8b7dbdc9
JK
145292009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14530
14531 Fix spurious false FAILs.
14532 * gdb.base/structs.c (chartest): New.
14533 (main): Fill-in chartest.
14534 * gdb.base/structs.exp (anychar_re, first): New.
14535 (start_structs_test): Import global anychar_re and first.
14536 New gdb_test call "set print elements 300; ${testfile}"
14537 (start_structs_test <$first>): New block.
14538 (any): Import global anychar_re. New variable ac. Use ${ac}.
14539
6a53b2ec
JK
145402009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14541
14542 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14543
d7167b4c
JK
145442009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14545
14546 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14547 Force $srcfile file.
14548 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14549
b1798462
UW
145502009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14551
14552 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14553 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14554 * gdb.threads/watchthreads-reorder.exp: Likewise.
14555
b6199126
DJ
145562009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14557
14558 PR gdb/8704
14559
14560 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14561 "if", and "thread". Correct matching in the previous test.
14562
b22a0510
DJ
145632009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14564
14565 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14566
930636d2
MS
145672009-11-23 Michael Snyder <msnyder@vmware.com>
14568
14569 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14570 * gdb.reverse-watch-precsave.exp: Ditto.
14571
21a0512e
PP
145722009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14573
14574 * gdb.asm/asm-source.exp: Adjust.
14575 * gdb.base/help.exp: Adjust.
889bf7c5 14576
fc30d5e0
PA
145772009-11-22 Pedro Alves <pedro@codesourcery.com>
14578
14579 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14580 (do_syscall_tests_without_xml): Set data-directory to
14581 /the/path/to/nowhere.
14582
f6bc2008
PA
145832009-11-21 Pedro Alves <pedro@codesourcery.com>
14584
14585 * gdb.threads/local-watch-wrong-thread.c,
14586 gdb.threads/local-watch-wrong-thread.exp: New files.
14587
8c2fb5de
PA
145882009-11-21 Pedro Alves <pedro@codesourcery.com>
14589
14590 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14591 assume new `regsub' syntax available.
14592
ebec9a0f
PA
145932009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14594
a79d3c27
JK
14595 * gdb.base/watchpoint-hw-hit-once.exp,
14596 gdb.base/watchpoint-hw-hit-once.c: New.
14597
145982009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14599
14600 * gdb.threads/watchthreads-reorder.exp,
14601 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 14602
276a961b
MK
146032009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14604
14605 * gdb.xml/tdesc-regs.exp: Use for m68k.
14606
4867c1fb
PA
146072009-11-15 Pedro Alves <pedro@codesourcery.com>
14608
14609 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14610
f6838f81
DJ
146112009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14612
14613 * lib/gdb.exp (current_target_name): New procedure.
14614 (gdb_wrapper_target): New variable.
14615 (gdb_wrapper_init): Set gdb_wrapper_target.
14616 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14617 wrapper.
14618
4ac4dd3f
DJ
146192009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14620
14621 * gdb.base/remote.exp: Delete the slowest load test.
14622 Do not load with fixed packet sizes.
14623
a7881759
DJ
146242009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14625
14626 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14627
97a5b505
DJ
146282009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14629
14630 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14631 srcfile when setting a breakpoint.
14632
d3e1fc54
DJ
146332009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14634
14635 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14636 macros.
14637
7cbcbded
DJ
146382009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14639
14640 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14641 to be in memory.
14642 * gdb.base/display.c (force_mem): New.
14643 (do_loops): Use it. Add breakpoint comments.
14644 (do_vars): Add a breakpoint comment.
14645 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14646 line numbers.
14647
bdea3a92
NF
146482009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14649
14650 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14651 instead of a bare "run".
14652
269f82e5
PP
146532009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14654
14655 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 14656
a69b7d9d
DJ
146572009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14658
14659 * lib/cell.exp (skip_cell_tests): Clean up test files before
14660 returning.
14661
b598bfda
DJ
146622009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14663
14664 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14665 and the breakpoint menu. Do not call perror if a prompt is seen.
14666 Consume the following GDB prompt.
14667 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14668 * gdb.cp/namespace.exp: Use gdb_test.
14669 * gdb.cp/templates.exp: Use gdb_test.
14670 (test_template_breakpoints): Use gdb_test_multiple.
14671
87728fa0
DJ
146722009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14673
14674 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14675 (marker4): Reference values.
14676
b67c692f
DJ
146772009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14678
14679 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14680 is missing.
14681
f0df251a
DJ
146822009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14683
14684 * gdb.base/break.c (need_malloc): New.
14685 * gdb.base/constvars.c (main): Reference crass and crisp.
14686 * gdb.base/gdb1821.c (main): Reference bar.
14687 * gdb.cp/gdb1355.cc (main): Reference s1.
14688 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14689 (main): Call them.
14690 * gdb.cp/hang2.cc (dummy2): Define.
14691 * gdb.cp/hang3.cc (dummy3): Define.
14692 * gdb.cp/m-data.cc (main): Reference shadow.
14693
bdf7534a
NF
146942009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14695 Nathan Froyd <froydnj@codesourcery.com>
14696
14697 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14698 remote host.
14699
f24fce77
NF
147002009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14701
14702 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14703 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14704 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14705 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14706 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14707 * gdb.dwarf2/dw2-producer.exp: Likewise.
14708 * gdb.dwarf2/mac-fileno.exp: Likewise.
14709 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14710 py-prettyprint.py to the remote host.
14711 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14712
40f0318e
KS
147132009-11-11 Keith Seitz <keiths@redhat.com>
14714
14715 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14716 use it instead of "Foo".
14717 * gdb.cp/classes.exp (do_tests): Add a test to access
14718 a method through a typedef'd class name.
14719
f3d9f7fb
NF
147202009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14721
14722 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14723 exponents.
14724 * gdb.base/pointers.exp: Likewise.
14725 * gdb.cp/ref-types.exp: Likewise.
14726
a4216f37
KS
147272009-11-11 Keith Seitz <keiths@redhat.com>
14728
14729 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14730 new[] and delete[].
14731 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14732 "void".
14733 (probe_demangler): Remove all single-quoting of
14734 method and variable names.
14735 (info_func_regexp): Remove the word "void" from any
14736 occurrence of "(void)".
14737 (print_addr_2): Remove all single-quoting of
14738 method names.
14739 (print_addr_2_kfail): Likewise.
14740 (print_addr): Single-quote C function names before
14741 passing to print_addr_2.
14742 (test_paddr_operator_functions): Remove single-quoting
14743 for method names.
14744 Add tests for operator new[] and operator delete[].
14745
9b14d7aa
JK
147462009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14747
14748 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14749
85feb311
KS
147502009-11-09 Keith Seitz <keiths@redhat.com>
14751
14752 * gdb.cp/overload.exp: Add tests for resolving overloaded
14753 methods in expression parsing/evaluation.
14754
fa335448
DJ
147552009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
14756
14757 * lib/gdb.exp (default_gdb_version): Use --version instead of
14758 --command.
14759
ec3c07fc
NS
147602009-11-10 Nathan Sidwell <nathan@codesourcery.com>
14761
14762 * lib/gdb.exp (gdb_compile_test): New.
14763 (skip_ada_tests, skip_java_tests): New.
14764 (gdb_compile): Use gdb_compile_test for f77.
14765 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
14766 * lib/java.exp (compile_java_from_source): Remove runtests check,
14767 use gdb_compile_test to record result.
14768 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
14769 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
14770 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
14771 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
14772 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
14773 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
14774 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
14775 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
14776 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
14777 adjust gdb_compile invocations.
14778
b8b4e42b
JK
147792009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14780
14781 * Makefile.in (abs_builddir): New.
14782 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
14783 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
14784 `$(abs_builddir)/site.exp'.
14785
f8b7eaf3
DJ
147862009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14787
14788 * config/m68k-emc.exp, lib/emc-support.exp,
14789 gdb.trace/gdb_c_test.c: Delete.
14790 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
14791 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14792 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14793 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14794 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14795 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14796 casing for m68k-*-elf.
14797
c4187697
NS
147982009-11-03 Pedro Alves <pedro@codesourcery.com>
14799
14800 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14801 * gdb.arch/i386-prologue.exp: Likewise.
14802 * gdb.arch/i386-unwind.exp: Likewise.
14803
db16b772
DJ
148042009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14805
14806 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14807
bcf71277
DJ
148082009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14809
14810 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14811
0105cee2
DJ
148122009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14813
14814 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14815
24ddea62
JK
148162009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14817
14818 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14819
287ccc17
JK
148202009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14821
14822 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14823 * gdb.base/sepdebug2.c: New file.
14824
08bca259 148252009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
14826
14827 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14828 the modified warnings for catch syscall. Verify if GDB was compiled
14829 with support for lib expat, and choose which tests to run depending
14830 on this.
14831
5d4e2b76
VP
148322009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14833
14834 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14835 that composite commands are parsed OK. And also test
14836 that breakpoint commands do work.
14837
240e538a
MS
148382009-10-23 Michael Snyder <msnyder@vmware.com>
14839
14840 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14841 to allow for new disassembly style.
14842
9c419145
PP
148432009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14844
14845 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 14846
02506ff1
MS
148472009-10-22 Michael Snyder <msnyder@vmware.com>
14848
14849 * gdb.reverse/break-precsave.exp: New test.
14850 * gdb.reverse/consecutive-precsave.exp: Ditto.
14851 * gdb.reverse/finish-precsave.exp: Ditto.
14852 * gdb.reverse/i386-precsave.exp: Ditto.
14853 * gdb.reverse/machinestate-precsave.exp: Ditto.
14854 * gdb.reverse/sigall-precsave.exp: Ditto.
14855 * gdb.reverse/solilb-precsave.exp: Ditto.
14856 * gdb.reverse/step-precsave.exp: Ditto.
14857 * gdb.reverse/until-precsave.exp: Ditto.
14858 * gdb.reverse/watch-precsave.exp: Ditto.
14859
4cf866a3
MS
148602009-10-22 Michael Snyder <msnyder@vmware.com>
14861
14862 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14863 for gdb_expect. Adjust one test's expect strings for the new
14864 format of disassemble.
14865 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14866 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14867 gdb_test_multiple.
14868 * gdb.reverse/step-reverse.exp: Delete 'return'.
14869 * gdb.reverse/until-reverse.exp: Delete blank lines.
14870 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14871
2b28d209
PP
148722009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14873
14874 * gdb.base/consecutive.exp: Adjust.
14875 * gdb.base/display.exp: Likewise.
14876 * gdb.base/pc-fp.exp: Likewise.
14877 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 14878
33b9c32b
MS
148792009-10-19 Michael Snyder <msnyder@vmware.com>
14880
14881 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14882 * gdb.reverse/finish-reverse.c: Ditto.
14883 * gdb.reverse/sigall-reverse.c: Ditto.
14884 * gdb.reverse/solib-reverse.c: Ditto.
14885 * gdb.reverse/step-reverse.c: Ditto.
14886 * gdb.reverse/watch-reverse.c: Ditto.
14887
6c95b8df
PA
148882009-10-19 Pedro Alves <pedro@codesourcery.com>
14889 Stan Shebs <stan@codesourcery.com>
14890
14891 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14892 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14893 "Executing new program".
14894 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14895 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14896 left listed after having been killed.
14897 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14898 * gdb.base/maint.exp: Adjust test.
14899
14900 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14901 * gdb.multi/Makefile.in: New.
14902 * gdb.multi/base.exp: New.
14903 * gdb.multi/goodbye.c: New.
14904 * gdb.multi/hangout.c: New.
14905 * gdb.multi/hello.c: New.
14906 * gdb.multi/bkpt-multi-exec.c: New.
14907 * gdb.multi/bkpt-multi-exec.exp: New.
14908 * gdb.multi/crashme.c: New.
14909
279017b7
TG
149102009-10-13 Tristan Gingold <gingold@adacore.com>
14911
14912 * gdb.base/sepdebug.exp: Check debug info are found.
14913
0413d738
PA
149142009-10-08 Pedro Alves <pedro@codesourcery.com>
14915
14916 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14917 bits.
14918
c628eecc
JK
149192009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14920
14921 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14922
38af1bfe
JB
149232009-10-07 Joel Brobecker <brobecker@adacore.com>
14924
14925 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14926 of the comments.
14927
2b0adecd
PM
149282009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14929
14930 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14931 * gdb.base/annota3.exp: Idem.
14932 * gdb.base/maint.exp: Idem.
14933
8d417781
PM
149342009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14935
889bf7c5 14936 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
14937 to default.
14938
bb61102d
PM
149392009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14940
889bf7c5 14941 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
14942 mingw and cygwin targets.
14943
ace5c364
PM
149442009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14945 Pedro Alves <pedro@codesourcery.com>
14946
889bf7c5 14947 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
14948 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14949
c2d494a0
PM
149502009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14951
e1b52ce2
PM
14952 * gdb.base/shr1.c: Use %p in format string.
14953 * gdb.base/unload.c: Avoid warning in fprintf.
14954 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 14955
209f53f5
PM
149562009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14957
14958 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14959 long type.
14960 (test_unlink): Correct printf string.
14961 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14962 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14963
8172766a
JK
149642009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14965
14966 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14967 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14968 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14969
0f73703c
UW
149702009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14971
14972 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14973 * gdb.objc/nondebug.exp: Likewise.
14974
b32306ca
UW
149752009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14976
14977 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14978 target_info setting.
14979
14980 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14981 that detect new threads during "info threads".
14982
0057022f
UW
149832009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14984
14985 * gdb.threads/manythreads.c (main): Increase thread stack size
14986 to 2*PTHREAD_STACK_MIN.
14987 * gdb.threads/multi-create.c (main): Likewise.
14988 (create_function): Likewise.
14989
f29c0325
UW
149902009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14991
14992 * gdb.base/dump.exp: Pass difference of pointer types instead
14993 of integer types as offset to restore in intarr3.srec case.
14994
fcb34849
UW
149952009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14996
14997 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14998
d5142e3b
UW
149992009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15000
15001 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15002
087b74b2 150032009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 15004
087b74b2
PM
15005 New test for two watchpoints, with disabling of
15006 the first inserted.
15007 * testsuite/gdb.base/watchpoints.c: New file.
15008 * testsuite/gdb.base/watchpoints.exp: New file.
15009
96c07c5b
TT
150102009-09-25 Tom Tromey <tromey@redhat.com>
15011
15012 * gdb.base/charset.exp: Test utf-16 strings with Python.
15013
b8899f2b
TT
150142009-09-25 Tom Tromey <tromey@redhat.com>
15015
15016 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15017 UCS-4.
15018 * gdb.base/charset.c (utf_32_string): Rename.
15019 (init_utf32): Rename.
15020 (main): Update.
15021
329719ec
TT
150222009-09-22 Tom Tromey <tromey@redhat.com>
15023
15024 * gdb.python/py-function.exp: Add regression tests.
15025
11ef0d76
KS
150262009-09-21 Keith Seitz <keiths@redhat.com>
15027
15028 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15029 with invalid operator.
15030
3fe8f3b3
KS
150312009-09-21 Keith Seitz <keiths@redhat.com>
15032
15033 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15034 and destructor using typedef name of class.
15035 * gdb.cp/classes.cc (class Base1): Add a destructor.
15036 (base1): New typedef.
15037 (use_methods): Instanitate an object of type base1.
15038 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15039 (do_tests): Call test_template_typedef.
15040 * gdb.cp/templates.cc (Baz::~Baz): New method.
15041 (intBazOne): New typedef.
15042 (main): Instantiate intBazOne.
15043
7a9fe101
PM
150442009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15045
15046 PR python/10633
15047
15048 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15049 Function.
15050 (run_lang_tests): Add print elements test.
15051
2e4d963f
PM
150522009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15053
15054 * gdb.python/py-value.exp (test_subscript_regression): New
15055 function. Test for invalid subscripts.
15056 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15057 (ptr_ref): New function.
15058
ec7e75e7
PP
150592009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15060
15061 * gdb.base/default.exp: Fix "show convenience".
15062
0cc7d26f
TT
150632009-09-15 Tom Tromey <tromey@redhat.com>
15064
15065 * lib/mi-support.exp (mi_create_varobj): Update.
15066 (mi_create_floating_varobj): Likewise.
15067 (mi_create_dynamic_varobj): New proc.
15068 (mi_varobj_update): Update.
15069 (mi_varobj_update_with_type_change): Likewise.
15070 (mi_varobj_update_kv_helper): New proc.
15071 (mi_varobj_update_dynamic_helper): Rewrite.
15072 (mi_varobj_update_dynamic): New proc.
15073 (mi_list_varobj_children): Update.
15074 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15075 * gdb.python/python-prettyprint.py (pp_outer): New class.
15076 (pp_nullstr): Likewise.
15077 (lookup_function): Register new printers.
15078 * gdb.python/python-prettyprint.c (struct substruct): New type.
15079 (struct outerstruct): Likewise.
15080 (substruct_test): New function.
15081 (struct nullstr): New type.
15082 (string_1, string_2): New globals.
15083 (main): Add new tests.
15084 * gdb.python/python-mi.exp: Added regression tests.
15085 * gdb.mi/mi2-var-display.exp: Update.
15086 * gdb.mi/mi2-var-cmd.exp: Update.
15087 * gdb.mi/mi2-var-child.exp: Update.
15088 * gdb.mi/mi2-var-block.exp: Update.
15089 * gdb.mi/mi-var-invalidate.exp: Update.
15090 * gdb.mi/mi-var-display.exp: Update.
15091 * gdb.mi/mi-var-cmd.exp: Update.
15092 * gdb.mi/mi-var-child.exp: Update.
15093 * gdb.mi/mi-var-block.exp: Update.
15094 * gdb.mi/mi-break.exp: Update.
15095 * gdb.mi/gdb701.exp: Update.
15096
a96d9b2e
SDJ
150972009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15098
15099 * Makefile.in: Inclusion of catch-syscall object.
15100 * gdb.base/catch-syscall.c: New file.
15101 * gdb.base/catch-syscall.exp: New file.
15102
b43b923a
MS
151032009-09-12 Michael Snyder <msnyder@vmware.com>
15104
15105 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15106 that can support reverse debuggnig.
15107
cec03d70
TT
151082009-09-11 Tom Tromey <tromey@redhat.com>
15109
15110 * gdb.dwarf2/valop.S: New file.
15111 * gdb.dwarf2/valop.exp: New file.
15112
e23bb3fc
MK
151132009-09-11 Mark Kettenis <kettenis@gnu.org>
15114
15115 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15116
37c3696d
DE
151172009-09-10 Doug Evans <dje@google.com>
15118
15119 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15120 Add $gdb_prompt to second breakpoint regexp.
15121
5172aecb
JB
151222009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15123
15124 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15125 names, add missing ones.
15126 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15127 * gdb.python/py-frame.c: Rename from python-frame.c.
15128 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15129 testfile name.
15130 * gdb.python/py-function.exp: Rename from python-function.exp.
15131 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15132 testfile name.
15133 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15134 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15135 Adjust testfile name.
15136 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15137 * gdb.python/py-template.cc: Rename from python-template.cc.
15138 * gdb.python/py-template.exp: Rename from python-template.exp.
15139 Adjust testfile name.
15140 * gdb.python/py-value.c: Rename from python-value.c.
15141 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15142 testfile name.
15143
b554e4bd
JK
151442009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15145
15146 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15147 $bpt2address.
15148 (Second breakpoint address is valid on ia64)
15149 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15150
9a68ae16
JM
151512009-09-03 Joseph Myers <joseph@codesourcery.com>
15152
15153 * gdb.base/ending-run.exp: Restrict regular expression matching
15154 line number to require closing brace following.
15155
146b9145
DE
151562009-09-03 Doug Evans <dje@google.com>
15157
15158 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15159
787d21e1
TT
151602009-09-02 Tom Tromey <tromey@redhat.com>
15161
15162 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15163
e7802207
TT
151642009-09-02 Tom Tromey <tromey@redhat.com>
15165
15166 * gdb.dwarf2/callframecfa.exp: New file.
15167 * gdb.dwarf2/callframecfa.S: New file.
15168
817aadd2
JK
151692009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15170
15171 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15172 gdb.base/solib-overlap-main.c: New.
15173
4a76eae5
DJ
151742009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15175
15176 PR gdb/10565
15177
15178 * gdb.base/bitfields.c (struct container, container): New.
15179 (main): Initialize it and call break5.
15180 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15181
d4b96c9a
JK
151822009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15183
15184 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15185 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15186
4e22772d
JK
151872009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15188
15189 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15190
2efab443
MS
151912009-08-26 Michael Snyder <msnyder@vmware.com>
15192
15193 * gdb.base/i386-reverse.c: New file.
15194 * gdb.base/i386-reverse.exp: New file.
15195 * gdb.base/Makefile.in: Add new files to be removed.
15196
07ab73a0
JM
151972009-08-26 Joseph Myers <joseph@codesourcery.com>
15198
15199 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15200 environment-pwd for remote host.
15201 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15202
676accff
KS
152032009-08-24 Keith Seitz <keiths@redhat.com>
15204
15205 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15206 Add two new C++ completer tests which limit the output to a
889bf7c5 15207 given class.
676accff 15208
f9f7ad22
MS
152092009-08-24 Michael Snyder <msnyder@vmware.com>
15210
15211 * gdb.base/del.exp: Fix typo in comment.
15212 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15213
81ecdfbb
RW
152142009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15215
15216 * configure: Regenerate.
15217 * gdb.hp/configure: Likewise.
15218 * gdb.hp/gdb.aCC/configure: Likewise.
15219 * gdb.hp/gdb.base-hp/configure: Likewise.
15220 * gdb.hp/gdb.compat/configure: Likewise.
15221 * gdb.hp/gdb.defects/configure: Likewise.
15222 * gdb.hp/gdb.objdbg/configure: Likewise.
15223 * gdb.stabs/configure: Likewise.
15224
cab0c772
UW
152252009-08-19 Doug Evans <dje@google.com>
15226
15227 * gdb.base/gdbvars.c: New file.
15228 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15229
b8fa0bfa
PA
152302009-08-14 Pedro Alves <pedro@codesourcery.com>
15231
15232 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15233 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15234
b84aa90a
PA
152352009-08-13 Pedro Alves <pedro@codesourcery.com>
15236
15237 * gdb.base/default.exp: Adjust "set language test": it's now an
15238 enum command. Larger help string moved to "help set language".
15239 * gdb.base/help.exp: Adjust "help set language" expected output,
15240 now lists all known languages.
15241
0d8f9b2c
NF
152422009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15243
15244 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15245 all frame arguments.
15246 * gdb.arch/altivec-regs.exp: Likewise.
15247
bda180e0
TT
152482009-08-07 Tom Tromey <tromey@redhat.com>
15249
15250 * gdb.base/setshow.exp: Add tests for changes to set language, set
15251 check range, and set check type.
15252
48cb2d85
VP
152532009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15254
15255 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15256 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 15257 Call it.
48cb2d85 15258
1ea34204
UW
152592009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15260
15261 * configure.ac: Run gdb.cell tests when appropriate.
15262 * configure: Regenerate.
15263 * lib/cell.exp: New file.
15264 * gdb.cell: New directory.
15265 * gdb.cell/configure.ac: New file.
15266 * gdb.cell/configure: New file.
15267 * gdb.cell/Makefile.in: New file.
15268 * gdb.cell/arch.exp: New file.
15269 * gdb.cell/break.c: New file.
15270 * gdb.cell/break.exp: New file.
15271 * gdb.cell/break-spu.c: New file.
15272 * gdb.cell/bt.c: New file.
15273 * gdb.cell/bt2-spu.c: New file.
15274 * gdb.cell/bt-spu.c: New file.
15275 * gdb.cell/bt.exp: New file.
15276 * gdb.cell/coremaker.c: New file.
15277 * gdb.cell/coremaker-spu.c: New file.
15278 * gdb.cell/core.exp: New file.
15279 * gdb.cell/gcore.exp: New file.
15280 * gdb.cell/data.c: New file.
15281 * gdb.cell/data.exp: New file.
15282 * gdb.cell/data-spu.c: New file.
15283 * gdb.cell/ea-cache.exp: New file.
15284 * gdb.cell/ea-cache.c: New file.
15285 * gdb.cell/ea-cache-spu.c: New file.
15286 * gdb.cell/ea-standalone.c: New file.
15287 * gdb.cell/ea-standalone.exp: New file.
15288 * gdb.cell/ea-test.c: New file.
15289 * gdb.cell/ea-test.exp: New file.
15290 * gdb.cell/f-regs.exp: New file.
15291 * gdb.cell/mem-access.c: New file.
15292 * gdb.cell/mem-access.exp: New file.
15293 * gdb.cell/mem-access-spu.c: New file.
15294 * gdb.cell/ptype.exp: New file.
15295 * gdb.cell/registers.exp: New file.
15296 * gdb.cell/size.c: New file.
15297 * gdb.cell/sizeof.exp: New file.
15298 * gdb.cell/size-spu.c: New file.
15299 * gdb.cell/solib.exp: New file.
15300 * gdb.cell/solib-symbol.exp: New file.
15301
85e747d2
UW
153022009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15303
15304 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15305
58d6951d
DJ
153062009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15307
15308 * gdb.base/float.exp: Handle VFP registers.
15309
6e0a4f15
MS
153102009-07-14 Michael Snyder <msnyder@vmware.com>
15311
dcd5da87
MS
15312 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15313 to bring gdb to the beginning of the calling line.
15314
6e0a4f15
MS
15315 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15316 confusing the i386 epilogue unwinder.
15317
782b2b07
SS
153182009-07-14 Stan Shebs <stan@codesourcery.com>
15319
15320 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15321
f662c3bc
MS
153222009-07-14 Michael Snyder <msnyder@vmware.com>
15323
15324 * gdb.reverse/step-reverse.exp (stepi into function call):
15325 Call instruction may not be first instruction in the line.
15326 (reverse stepi from a function call): Used wrong line number.
15327
8f313923
JK
153282009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15329
15330 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15331
4662c76e
JK
153322009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15333
15334 Fix gdb.base/macscp.exp when using custom inputrc.
15335 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15336 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15337 env(TERM) set.
15338 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15339 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15340
aa81e255
JK
153412009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15342
15343 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15344 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15345 Change the compilation target to match the testcase name.
15346 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15347 testcase name.
15348 * a2-run.exp: Use for setup prepare_for_testing. Change the
15349 compilation target to match the testcase name.
15350 * gdb.base/commands.exp: Likewise.
15351 * gdb.base/finish.exp: Likewise.
15352 * gdb.base/float.exp: Likewise.
15353 * gdb.base/info-target.exp: Likewise.
15354 * gdb.base/relational.exp: Likewise.
15355 * gdb.base/term.exp: Likewise.
15356 * gdb.base/until.exp: Likewise.
15357 * gdb.base/volatile.exp: Likewise.
15358 * gdb.base/whatis-exp.exp: Likewise.
15359
4c93b1d7
HZ
153602009-07-11 Hui Zhu <teawater@gmail.com>
15361
15362 * gdb.base/help.exp (disassemble): Update expected help text.
15363
812f7342
TT
153642009-07-09 Tom Tromey <tromey@redhat.com>
15365
15366 * lib/gdb.exp: Handle TRANSCRIPT.
15367 (remote_spawn, remote_close, send_gdb): New procs.
15368
fbb8f299
PM
153692009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15370
15371 * gdb.python/python-prettyprint.c: Add counted null string
15372 structure.
15373 * gdb.python/python-prettyprint.exp: Print null string. Test for
15374 embedded nulls.
15375 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15376 * gdb.python/python-value.exp (test_value_in_inferior): Add
15377 variable length string fetch tests.
15378 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15379
c0ac0ec7
JK
153802009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15381
15382 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15383
30b66ecc
TT
153842009-07-07 Tom Tromey <tromey@redhat.com>
15385
15386 * gdb.base/call-rt-st.exp: Update for change to escape output.
15387 * gdb.base/callfuncs.exp: Likewise.
15388 * gdb.base/charset.exp: Likewise.
15389 * gdb.base/constvars.exp: Likewise.
15390 * gdb.base/long_long.exp: Likewise.
15391 * gdb.base/pointers.exp: Likewise.
15392 * gdb.base/printcmds.exp: Likewise.
15393 * gdb.base/setvar.exp: Likewise.
15394 * gdb.base/store.exp: Likewise.
15395 * gdb.cp/ref-types.exp: Likewise.
15396 * gdb.mi/mi-var-child.exp: Likewise.
15397 * gdb.mi/mi-var-display.exp: Likewise.
15398 * gdb.mi/mi2-var-display.exp: Likewise.
15399 * gdb.base/charset.exp: Test octal escape sequence length.
15400 Update for change to escape output.
15401
187c4a2b
JK
154022009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15403
15404 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15405
d80a43f9
DJ
154062009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15407
15408 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15409
047427a8
JK
154102009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15411
15412 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15413 gdbserver increasing $portnum if "Can't bind address" has been seen.
15414
8b5a0f4f
PA
154152009-07-05 Pedro Alves <pedro@codesourcery.com>
15416
15417 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15418 mingw32ce.
15419
7d93ba58
PA
154202009-07-05 Pedro Alves <pedro@codesourcery.com>
15421
15422 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15423 VFP format.
15424
2277426b
PA
154252009-07-02 Pedro Alves <pedro@codesourcery.com>
15426
15427 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15428 linux. Adjust to use "inferior", "info inferiors", "detach
15429 inferior" and "kill inferior" instead of "restart", "info fork",
15430 "detach fork" and "delete fork".
15431 * gdb.base/ending-run.exp: Spell out "info".
15432 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15433 the "kill" command.
15434
5af949e3
UW
154352009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15436
15437 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15438 change to prefix TLS offset in hex with 0x.
15439
5d3729b5
UW
154402009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15441
15442 * gdb.base/default.exp: Update test case for "x" changes.
15443
af589bd0
TG
154442009-07-01 Tristan Gingold <gingold@adacore.com>
15445
15446 * gdb.base/bigcore.exp: Make darwin untested.
15447
40974f91
JK
154482009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15449
15450 * gdb.base/completion.exp (directory completion): Create the directory.
15451 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15452 escapeuniquesub.
15453 (directory completion 2): Expect now ${escapeuniquesub}.
15454 (Glob remaining of directory test): Remove one excessive newline.
15455 Expect the real output.
15456
59dd3af6
JK
154572009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15458
15459 Fix `make check//%' target after `make check' has been ran.
15460 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15461 a mkdir call.
15462 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15463 (%/.dir): Remove.
15464
f4e164aa
JK
154652009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15466
15467 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15468 the expected result record.
15469
69af2122
JK
154702009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15471
15472 Remove racy FAILs relying just on the timeouts.
15473 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15474 (annotation_level 2): Remove racy FAILs.
15475
2fd481e1
PP
154762009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15477
15478 gdb/10275
889bf7c5
PA
15479 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15480
c38f313d
DJ
154812009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15482
15483 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15484
8b777f02
VP
154852009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15486
15487 * gdb.mi/mi-stack.exp: Testing symbolic options
15488 to -stack-list-locals and -stack-list-arguments.
15489
00c7eacf
JK
154902009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15491
15492 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15493
6bc80edc
TT
154942009-06-29 Tom Tromey <tromey@redhat.com>
15495
15496 * dg-extract-results.sh: New file.
15497 * Makefile.in (FORCE_PARALLEL): New variable.
15498 (CHECK_TARGET): New conditional variable.
15499 (check): Use CHECK_TARGET.
15500 (DO_RUNTEST): New variable.
15501 (check-single): New target.
15502 (TEST_DIRS): New variable.
15503 (TEST_TARGETS): Likewise.
15504 (check-parallel): New target.
15505 (check-gdb.%): New pattern.
15506 (BASE1_FILES): New variable.
15507 (BASE2_FILES): Likewise.
15508 (check-gdb.base%): New pattern.
15509 (%/.dir): New pattern.
15510 * configure: Rebuild.
15511 * aclocal.m4 (AM_CONDITIONAL): New defun.
15512 * configure.ac: Check whether user is using GNU make.
15513 (GMAKE): New conditional.
15514
794684b6
SW
155152009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15516
15517 * gdb.cp/namespace-nested-import.cc: New test.
15518 * gdb.cp/namespace-nested-import.exp: New test.
15519
edb3359d
DJ
155202009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15521
15522 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15523 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15524 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15525 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15526 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15527 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15528 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15529 gdb.opt/inline-markers.c: New files.
15530 * lib/gdb.exp (skip_inline_frame_tests): New function.
15531 (skip_inline_var_tests): New function.
15532
cf657a0c
AS
155332009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15534
15535 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15536 backtrace.
15537
28d41a99
MS
155382009-06-27 Michael Snyder <msnyder@vmware.com>
15539
15540 * gdb.reverse: New directory.
15541 * gdb.reverse/break-reverse.c: New test.
15542 * gdb.reverse/break-reverse.exp: New test.
15543 * gdb.reverse/consecutive-reverse.c: New test.
15544 * gdb.reverse/consecutive-reverse.exp: New test.
15545 * gdb.reverse/finish-reverse.c: New test.
15546 * gdb.reverse/finish-reverse.exp: New test.
15547 * gdb.reverse/machinestate.c: New test.
15548 * gdb.reverse/ms1.c: New test.
15549 * gdb.reverse/machinestate.exp: New test.
15550 * gdb.reverse/Makefile.in: New file.
15551 * gdb.reverse/shr2.c: New test.
15552 * gdb.reverse/solib-reverse.c: New test.
15553 * gdb.reverse/solib-reverse.exp: New test.
15554 * gdb.reverse/step-reverse.c: New test.
15555 * gdb.reverse/step-reverse.exp: New test.
15556 * gdb.reverse/until-reverse.c: New test.
15557 * gdb.reverse/ur1.c: New test.
15558 * gdb.reverse/until-reverse.exp: New test.
15559 * gdb.reverse/watch-reverse.c: New test.
15560 * gdb.reverse/watch-reverse.exp: New test.
15561 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15562 * configure: Regenerate.
15563
fe3c8b0d
DE
155642009-06-26 Doug Evans <dje@google.com>
15565
15566 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15567
3a72a602
PM
155682009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15569
15570 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15571 windows problem for 'file delete $binfile'.
15572
27aa8d6a
SW
155732009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15574
15575 * gdb.cp/namespace-using.exp: New test.
15576 * gdb.cp/namespace-using.cc: New test.
15577
8ac055f8
JB
155782009-05-20 Joel Brobecker <brobecker@adacore.com>
15579
15580 * gdb.ada/variant_record_packed_array: New testcase.
15581
85e306ed
TT
155822009-06-23 Tom Tromey <tromey@redhat.com>
15583
15584 * gdb.base/charset.exp (test_combination): Regression test.
15585 * gdb.base/charset.c (my_wchar_t): New typedef.
15586 (myvar): New global.
15587 (main): Set myvar.
15588
56643c5e
PM
155892009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15590
15591 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15592 target.
15593
1fac167a
UW
155942009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15595
15596 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15597
7ccb0be9
UW
155982009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15599
15600 * gdb.mi/gdb680.exp: Update test for error message.
15601
568d6575
UW
156022009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15603
15604 * gdb.base/annota1.exp: Allow multiple occurrences of the
15605 frames-invalid annotation.
15606 * gdb.cp/annota2.exp: Likewise.
15607
7cd1089b
PM
156082009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15609
15610 * gdb.cp/gdb2495.cc: New file.
15611 * gdb.cp/gdb2495.exp: New file.
15612
72c63395
JK
156132009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15614
15615 Report error on GDB crash during runto.
15616 * lib/gdb.exp (runto <eof>): New.
15617
3788363d
DJ
156182009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15619
15620 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15621 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15622 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15623 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15624 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15625 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15626 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15627 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15628 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15629 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15630 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15631 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15632 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15633 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15634 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15635 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15636 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15637 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15638 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15639 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15640 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15641 gdb.trace/passcount.exp, gdb.trace/report.exp,
15642 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15643 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15644 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15645 executable.
15646
17592de3
PA
156472009-06-07 Pedro Alves <pedro@codesourcery.com>
15648
15649 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15650 defined before referencing it.
15651
701e355d
DE
156522009-06-03 Doug Evans <dje@google.com>
15653
15654 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15655 * gdb.arch/i386-see.c: Ditto.
15656
f2292c65
PM
156572009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15658
15659 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15660 (check_macro): Return 1 if undefined.
15661 If first test fails, check if macro debug information is available,
15662 and report unsupported test if no macro information is found.
15663
5a437975
DE
156642009-05-29 Doug Evans <dje@google.com>
15665
15666 * gdb.threads/hand-call-in-threads.exp: New.
15667 * gdb.threads/hand-call-in-threads.c: New.
15668
c141c696
MS
156692009-05-29 Michael Snyder <msnyder@vmware.com>
15670
15671 * gdb.base/break-always.exp: Change "1" to "on".
15672 Add confirmation check.
15673
b3444185
PA
156742009-05-28 Pedro Alves <pedro@codesourcery.com>
15675
15676 * gdb.threads/threxit-hop-specific.c: New.
15677 * gdb.threads/threxit-hop-specific.exp: New.
15678 * gdb.threads/thread-execl.c: New.
15679 * gdb.threads/thread-execl.exp: New.
15680
b6313243
TT
156812009-05-27 Tom Tromey <tromey@redhat.com>
15682 Thiago Jung Bauermann <bauerman@br.ibm.com>
15683
15684 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15685 (mi_child_regexp): Likewise.
15686 (mi_list_varobj_children_range): Likewise.
15687 (mi_get_features): Likewise.
15688 (mi_list_varobj_children): Rewrite.
15689 * gdb.python/python-mi.exp: New file.
15690
a6bac58e
TT
156912009-05-27 Tom Tromey <tromey@redhat.com>
15692 Thiago Jung Bauermann <bauerman@br.ibm.com>
15693 Phil Muldoon <pmuldoon@redhat.com>
15694 Paul Pluzhnikov <ppluzhnikov@google.com>
15695
15696 * gdb.python/python-prettyprint.exp: New file.
15697 * gdb.python/python-prettyprint.c: New file.
15698 * gdb.python/python-prettyprint.py: New file.
15699 * gdb.base/display.exp: print/r is now valid.
15700
2c74e833
TT
157012009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15702 Tom Tromey <tromey@redhat.com>
15703 Pedro Alves <pedro@codesourcery.com>
15704 Paul Pluzhnikov <ppluzhnikov@google.com>
15705
15706 * gdb.python/python-template.exp: New file.
15707 * gdb.python/python-template.cc: New file.
15708 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15709 tests.
15710 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15711 Call it.
15712 (test_value_after_death): New proc.
15713 * gdb.python/python-value.c (PTR): New typedef.
15714 (main): New variable 'x'.
15715
89c73ade
TT
157162009-05-27 Tom Tromey <tromey@redhat.com>
15717
15718 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15719 tests.
15720 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15721 Call it.
15722
a75724bc
PA
157232009-05-27 Pedro Alves <pedro@codesourcery.com>
15724
15725 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15726
e58b0e63
PA
157272009-05-24 Pedro Alves <pedro@codesourcery.com>
15728
15729 * gdb.threads/fork-thread-pending.c: New.
15730 * gdb.threads/fork-thread-pending.exp: New.
15731
4ac36638
JK
157322009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15733
15734 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15735 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15736
889bf7c5 157372009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 15738
889bf7c5 15739 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 15740
b242c3c2
PA
157412009-05-17 Pedro Alves <pedro@codesourcery.com>
15742
15743 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
15744 `gdb_get_line_number'. Call `callee' in both parent and child.
15745 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15746 `gdb_get_line_number' instead of hardcoding line numbers.
15747 (catch_fork_unpatch_child): New procedure to test detaching
15748 breakpoints from child fork.
15749 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15750 hardcoding line numbers.
15751 (do_fork_tests): Run `catch_fork_unpatch_child'.
15752
ee342b23
VP
157532009-05-17 Vladimir Prus <vladimir@codesourcery.com>
15754
15755 * gdb.mi/mi-cmd-var.exp: Check that when varobj
15756 of structure type enters or leaves the scope, it
15757 is reported by -var-update.
15758
e2009e98
DE
157592009-05-11 Doug Evans <dje@sebabeach.org>
15760
15761 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 15762 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
15763 * gdb.threads/schedlock.c (main): Fix off-by-one error.
15764
00903456
JK
157652009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15766
15767 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
15768
dc621c35
DE
157692009-04-30 Doug Evans <dje@google.com>
15770
15771 * gdb.threads/watchthreads2.exp: New testcase.
15772 * gdb.threads/watchthreads2.c: New testcase.
15773
9ab4e744
DE
157742009-04-29 Doug Evans <dje@google.com>
15775
15776 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
15777 * gdb.cp/mb-ctor.cc: Ditto.
15778 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
15779 * gdb.cp/mb-inline.h (multi_line_foo): New function.
15780 * gdb.cp/mb-inline1.cc: Call it.
15781 * gdb.cp/mb-inline2.cc: Ditto.
15782 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
15783 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
15784
484086b7
JK
157852009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15786
15787 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
15788 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
15789 Replace all uses of `decimal' by `nonzero'.
15790 (info macro FROM_COMMANDLINE): New test.
15791
379a77b5
TT
157922009-04-27 Tom Tromey <tromey@redhat.com>
15793
15794 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
15795
b92b73c2
DE
157962009-04-27 Doug Evans <dje@google.com>
15797
15798 * gdb.threads/watchthreads.c (main): Initialize args before starting
15799 the threads. Plus formatting cleanup.
15800 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15801 biased scheduling of one thread.
15802
945a118d
JG
158032009-04-27 Jerome Guitton <guitton@adacore.com>
15804
15805 * gdb.cp/templates.cc (GetMax): New template.
15806 (main): Declare two instances of GetMax.
15807 * gdb.cp/templates.exp: Add new test.
15808
d389af10
JK
158092009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15810
15811 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15812
e7f86de9
JM
158132009-04-22 Joseph Myers <joseph@codesourcery.com>
15814
15815 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15816
334cc82d
TT
158172009-04-15 Tom Tromey <tromey@redhat.com>
15818
15819 * gdb.base/charset.exp: Add regression test.
15820
d12672cc
JB
158212009-04-14 Joel Brobecker <brobecker@adacore.com>
15822
15823 * gdb.base/exe-lock.exp: New testcase.
15824
18e8c3bc
TT
158252009-04-13 Tom Tromey <tromey@redhat.com>
15826
15827 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15828 operator on Frame.
15829
5ecd5cbe
UW
158302009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15831
15832 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15833 * gdb.server/ext-attach.exp: Likewise.
15834
7309f756
VP
158352009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15836
15837 Eliminate some sleep usage.
15838
889bf7c5
PA
15839 * gdb.mi/basics.c (do_nothing): New.
15840 (main): Use do_nothing instead of printf, so that
15841 not to introduce race condition between output of
15842 inferiour and output of gdb. Do not use sleep as it
15843 is not generally available on embedded targets.
7309f756 15844
f4b95f6f
PA
158452009-04-02 Pedro Alves <pedro@codesourcery.com>
15846
15847 * gdb.server/ext-attach.exp: Expect an optional process id after
15848 "Detached from remote process".
15849
de40b933
JK
158502009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15851
15852 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15853 gdb.dwarf2/dw2-unresolved.exp: New.
15854
2ae101a4
PA
158552009-04-02 Pedro Alves <pedro@codesourcery.com>
15856
15857 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15858 mi_run_to_main.
15859
56a8e183
PA
158602009-04-02 Pedro Alves <pedro@codesourcery.com>
15861
15862 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15863 mi_run_to_main. Skip thread exit test on remote targets.
15864 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15865 mi_run_to_main.
15866 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15867 mi_run_to_main.
15868 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15869 when expecting ^connected. Detect when the target doesn't support
15870 non-stop mode.
15871 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15872 supported. Return -1 on error, 0 on success.
15873 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15874 (mi_runto): Return mi_runto_helper's result explicitly.
15875
c35fafde
PA
158762009-04-01 Pedro Alves <pedro@codesourcery.com>
15877
15878 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15879
f8a8dce6
JB
158802009-04-01 Tom Tromey <tromey@redhat.com>
15881
15882 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15883 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15884 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15885 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15886
71c25dea
TT
158872009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15888 Jan Kratochvil <jan.kratochvil@redhat.com>
15889
15890 PR gdb/931
15891 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15892 output.
15893 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15894 for gdb/931.
15895 * dw2-strp.S (DW_AT_language): Change to C++.
15896 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15897
02d9a9ce
JB
158982009-03-31 Joel Brobecker <brobecker@adacore.com>
15899
15900 * gdb.ada/tasks: New testcase.
15901
1042e4c0
SS
159022009-03-30 Stan Shebs <stan@codesourcery.com>
15903
15904 * gdb.trace/actions.exp: Update to match new info trace format.
15905 * gdb.trace/deltrace.exp: Ditto.
15906 * gdb.trace/infotrace.exp: Ditto.
15907 * gdb.trace/passcount.exp: Ditto.
15908 * gdb.trace/save-trace.exp: Ditto.
15909 * gdb.trace/while-stepping.exp: Ditto.
15910 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15911
f8f6f20b
TJB
159122009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15913
15914 * gdb.python/python-frame.c: New file.
15915 * gdb.python/python-frame.exp: New file.
15916
c0c6f777
TJB
159172009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15918
15919 * gdb.python/python-value.exp: Add tests for the address
15920 attribute.
15921
3cb51905
AS
159222009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15923
15924 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15925
88fc996f
DE
159262009-03-26 Doug Evans <dje@google.com>
15927
15928 * gdb.mi/mi-nonstop-exit.exp: New file.
15929 * gdb.mi/non-stop-exit.c: New file.
15930
56ef84b1
TT
159312009-03-26 Tom Tromey <tromey@redhat.com>
15932
15933 Update for change to prologue skipping:
15934 * gdb.mi/mi2-simplerun.exp: Update.
15935 * gdb.mi/mi2-break.exp: Update.
15936 * gdb.mi/mi-simplerun.exp: Update.
15937 * gdb.mi/mi-break.exp: Update.
15938 * gdb.base/ending-run.exp: Update.
15939
def2b000
TJB
159402009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15941
15942 * gdb.python/python-value.exp (test_value_in_inferior): Test
15943 gdb.Value.is_optimized_out attribute.
15944
442ddf59
JK
159452009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15946
15947 * gdb.dwarf2/dw2-noloc-main.c: New file.
15948 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15949 (.text): Remove.
15950 (.data): New.
15951 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15952 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15953 (DW_TAG_subprogram func_cu1, noloc): Remove.
15954 (main): New.
15955 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15956 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15957 (file_symbols): New procedure.
15958
a8df5de4
TT
159592009-03-25 Tom Tromey <tromey@redhat.com>
15960
15961 * gdb.base/charset.exp (valid_target_charset): New proc.
15962 Use it to skip tests on invalid charsets.
15963
cc1d7add
PM
159642009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15965
15966 * gdb.base/completion.exp: Add a test for directory completion.
15967
bcd5727b
JK
159682009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15969
15970 Fix a racy FAIL.
15971 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15972 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15973
cc924cad
TJB
159742009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15975
15976 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15977 * gdb.python/python-function.exp: Add test for function returning
15978 a GDB value.
15979
bc3b79fd
TJB
159802009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15981
15982 * gdb.python/python-function.exp: New file.
15983
6c7a06a3
TT
159842009-03-20 Tom Tromey <tromey@redhat.com>
15985
15986 * gdb.base/store.exp: Update for change to escape output.
15987 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15988 to escape output.
15989 * gdb.base/pointers.exp: Update for change to escape output.
15990 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15991 to escape output.
15992 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15993 escape output.
15994 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15995 to escape output.
15996 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15997 escape output.
15998 * gdb.base/setvar.exp: Update for change to escape output.
15999 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16000 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16001 to escape output.
16002 (test_print_string_constants): Likewise.
16003 * gdb.base/charset.exp (valid_host_charset): Check size of
16004 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16005 cases. Handle "auto"-related output.
16006 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16007 (uvar, Uvar): New globals.
16008
c31af87b
JG
160092009-03-19 Jerome Guitton <guitton@adacore.com>
16010
16011 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16012 deltas.
16013 * gdb.ada/fixed_points.exp: Ditto.
16014
51272cf2
PA
160152009-03-18 Pedro Alves <pedro@codesourcery.com>
16016
16017 * return-nodebug.c: Don't include stdio.h.
16018 (init): Delete.
16019 (func): Delete definition and provide extern declaration.
16020 (t): New.
16021 (main): Don't call printf. Call func and store its result in t.
16022 * return-nodebug1.c: New.
16023 * return-nodebug.exp: Don't expect stdio output. Instead, print
16024 the global variable t. Drop printf formatters and cast types from
16025 foreach loop. Don't use prepare_for_testing. Compile
16026 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16027 define FORMAT or CAST.
16028
d24948ac
PP
160292009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16030
16031 * gdb.base/solib-display.exp: Disable test for remote targers.
16032
61ff14c6
JK
160332009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16034
16035 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16036
cb4dce93
JK
160372009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16038
16039 Fix a racy FAIL.
16040 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16041 code from `follow parent, print pids'.
16042 (`follow child, print pids', `follow parent, print pids'): Call it.
16043 Replace `gdb_test "break..."' by gdb_breakpoint.
16044
f7c60c5e
VP
160452009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16046
16047 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 16048 sync and async modes.
f7c60c5e 16049
383ace49
JB
160502009-03-12 Joel Brobecker <brobecker@adacore.com>
16051
16052 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16053 that was checked in by mistake. Remove loading of ada.exp, since
16054 this is not necessary in this case.
16055
4ce102af
JB
160562009-03-12 Joel Brobecker <brobecker@adacore.com>
16057
16058 * gdb.ada/ptype_arith_binop.exp: New testcase.
16059
529a2aef
JB
160602009-03-12 Joel Brobecker <brobecker@adacore.com>
16061
16062 * gdb.ada/mod_from_name: New testcase.
16063
8a38181c
JB
160642009-03-12 Joel Brobecker <brobecker@adacore.com>
16065
16066 * gdb.ada/tick_last_segv: New testcase.
16067
11436dee
VP
160682009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16069
61ff14c6 16070 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 16071
1f31650a
VP
160722009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16073
61ff14c6
JK
16074 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16075 include the token in ^running and frame info in *stopped.
1f31650a 16076
a3247a22
PP
160772009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16078
16079 * solib-display.exp: New file.
16080 * solib-display-main.c: New file.
16081 * solib-display-lib.c: New file.
61ff14c6 16082
aae64587
PA
160832009-03-05 Pedro Alves <pedro@codesourcery.com>
16084
16085 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16086
44aabfbc
JK
160872009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16088
16089 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16090 (list_and_check_macro): Use more specific test name.
16091 (next to definition): Make the test names unique.
16092
c087fcd3
PM
160932009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16094
16095 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 16096
c86cf029
VP
160972009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16098
16099 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16100 notifications.
16101 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16102 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16103 * lib/mi-support.exp (library_loaded_re): New.
16104 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16105
3ea85240
VP
161062009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16107
16108 * gdb.gdb/observer.exp: Use test_notification observer, not
16109 normal_stop, everywhere.
16110 (test_normal_stop_notifications): Rename to...
16111 (test_notifications): ...this.
16112 (test_observer_normal_stop): Rename to...
16113 (test_observer): ...this.
16114
1903f0e6
DE
161152009-02-16 Doug Evans <dje@google.com>
16116
16117 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16118 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16119 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16120 (test_prefixed_syscall,test_int3): New tests.
16121 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16122 (test_prefixed_syscall,test_int3): New tests.
16123
1d33d6ba
VP
161242009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16125
3cb51905
AS
16126 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16127 (mi_expect_interrupt): Likewise.
16128 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16129 response.
1d33d6ba 16130
faafb047
PM
161312009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16132
16133 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16134 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16135 Replace calls to get_valueofx by get_hexadecimal_valueof.
16136
417e16e2
PM
161372009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16138
16139 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16140 (get_integer_valueof): New procedure.
16141 (get_sizeof): Use new get_integer_value_of.
16142 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16143 by get_integer_valueof.
16144
7065b901
TT
161452009-02-13 Tom Tromey <tromey@redhat.com>
16146
16147 * gdb.base/remote.exp (get_sizeof): Remove.
16148 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16149 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16150 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16151 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16152 (get_sizeof): Likewise.
16153
5d7cb8df
JK
161542009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16155
16156 PR fortran/9806
16157 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16158
b2febfff
PP
161592009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16160
16161 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16162
4aa995e1
PA
161632009-02-06 Pedro Alves <pedro@codesourcery.com>
16164
16165 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16166
d8906c6f
TJB
161672009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16168
16169 * gdb.python/python-cmd.exp: New file.
16170
ff4ab08d
TG
161712009-02-06 Tristan Gingold <gingold@adacore.com>
16172
16173 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16174
aacd552b
TG
161752009-02-05 Tristan Gingold <gingold@adacore.com>
16176
16177 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16178 pointer is dereferenced and use this signal name in regexp.
16179 * gdb.base/signull.exp: Ditto.
16180 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16181 * gdb.base/signull.c (main): Ditto.
16182
08c637de
TJB
161832009-02-04 Tom Tromey <tromey@redhat.com>
16184 Thiago Jung Bauermann <bauerman@br.ibm.com>
16185
16186 * gdb.python/python-value.exp: Use `gdb.history' instead of
16187 `gdb.value_from_history'.
16188 (test_value_numeric_ops): Add test for conversion of enum constant.
16189 * gdb.python/python-value.c (enum e): New type.
16190 (evalue): New global.
16191 (main): Use argv.
16192
20261af8
JG
161932009-02-04 Jerome Guitton <guitton@adacore.com>
16194
16195 * gdb.ada/uninitialized_vars: New test program.
16196 * gdb.ada/uninitialized_vars.exp: New testcase.
16197
52e44b43
TT
161982009-02-02 Tom Tromey <tromey@redhat.com>
16199
16200 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16201 * gdb.cp/pr2489.cc: Rename...
16202 * gdb.cp/pr9594.cc: ... to this.
16203
1c71341a
TT
162042009-02-02 Tom Tromey <tromey@redhat.com>
16205
16206 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16207 * gdb.cp/pr2489.cc: New file.
16208 * gdb.cp/cpcompletion.exp: New file.
16209
a4295225
TT
162102009-02-02 Tom Tromey <tromey@redhat.com>
16211
16212 PR exp/9059:
16213 * gdb.cp/call-c.exp: Add regression test.
16214 * gdb.cp/call-c.cc (FooHandle): New typedef.
16215 (main): New variable 'handle'.
16216
592375cd
VP
162172009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16218
16219 * lib/mi-support.exp (et_mi_thread_list)
16220 (check_mi_and_console_threads): Adjust for current thread in
16221 -thread-list-ids output.
16222
41447f92
VP
162232009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16224
889bf7c5
PA
16225 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16226 Call it.
41447f92 16227
35669430
DE
162282009-01-28 Doug Evans <dje@google.com>
16229
16230 * gdb.arch/amd64-disp-step.S: New file.
16231 * gdb.arch/amd64-disp-step.exp: New file.
16232 * gdb.arch/i386-disp-step.S: New file.
16233 * gdb.arch/i386-disp-step.exp: New file.
16234
09f00d9a
PM
162352009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16236
16237 * gdb.base/find.exp: Set newline variable
16238 using quotes instead of braces to fix cygwin failures.
16239
1e8fb976
PA
162402009-01-23 Pedro Alves <pedro@codesourcery.com>
16241
16242 * gdb.base/radix.exp: Add tests to ensure that that set
16243 input-radix 0 and set output-radix 0 are really rejected.
16244
da061712
PA
162452009-01-23 Pedro Alves <pedro@codesourcery.com>
16246
16247 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16248 copyright years.
16249
dd7e2d2b
PA
162502009-01-23 Pedro Alves <pedro@codesourcery.com>
16251
16252 PR gdb/9664:
16253 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16254
392452f6
PA
162552009-01-22 Pedro Alves <pedro@codesourcery.com>
16256
16257 PR c++/9631:
16258 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16259
8653e71c
PM
162602009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16261
16262 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16263 binfile definition to fix Windows OS failure.
16264
a12cc160
DJ
162652009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16266
16267 PR gdb/9346
16268 * gdb.base/interrupt.c (sigint_handler): New.
16269 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16270 on error.
16271 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16272 Test "signal SIGINT".
16273
b89667eb
DE
162742009-01-19 Doug Evans <dje@google.com>
16275
16276 * gdb.base/break.exp: Update expected gdb output.
16277 * gdb.base/sepdebug.exp: Ditto.
16278 * gdb.mi/mi-syn-frame.exp: Ditto.
16279 * gdb.mi/mi2-syn-frame.exp: Ditto.
16280 * gdb.base/call-signal-resume.exp: New file.
16281 * gdb.base/call-signals.c: New file.
16282 * gdb.base/unwindonsignal.exp: New file.
16283 * gdb.base/unwindonsignal.c: New file.
16284 * gdb.threads/interrupted-hand-call.exp: New file.
16285 * gdb.threads/interrupted-hand-call.c: New file.
16286 * gdb.threads/thread-unwindonsignal.exp: New file.
16287
adb483fe
DJ
162882009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16289
16290 * gdb.base/define.exp: Test defining and hooking prefix commands.
16291 * gdb.python/python.exp: Update test for "show user" output.
16292
60023297
JK
162932009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16294
16295 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16296 now the output exactly, using less wildcards. Expect also the output
16297 of gfortran-4.3. Update for the f-valprint.c modification from
16298 2008-04-22.
16299 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16300 Remove gdb_test test names where matching the command.
16301
ccc57cf9
PA
163022009-01-01 Pedro Alves <pedro@codesourcery.com>
16303
16304 PR breakpoints/9681:
16305 * gdb.base/watchpoint.exp: Add regression test.
16306
c7a6ca08
PA
163072008-12-31 Pedro Alves <pedro@codesourcery.com>
16308
16309 * gdb.threads/attach-into-signal.exp: Don't use
16310 gdb_suppress_entire_file.
16311 * gdb.threads/attach-stopped.exp: Ditto.
16312 * gdb.threads/attachstop-mt.exp: Ditto.
16313
3a031f65
PA
163142008-12-31 Pedro Alves <pedro@codesourcery.com>
16315
16316 PR gdb/8812:
16317 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16318
09e6485f
PA
163192008-12-29 Pedro Alves <pedro@codesourcery.com>
16320
16321 PR gdb/7536:
16322 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16323 and unsupported output radices are really rejected.
16324
0cd53049
JK
163252008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16326
16327 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16328
ba163c7e
TT
163292008-12-22 Tom Tromey <tromey@redhat.com>
16330
16331 * gdb.cp/punctuator.exp: New file.
16332
6f4de6c9
JK
163332008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16334
16335 * gdb.base/completion.exp (Completing non-existing component): New test.
16336
0f34d0b4
JK
163372008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16338
16339 Fix for PR gdb/8648.
16340 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16341 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16342 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16343 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16344
db2ad4c3
JK
163452008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16346
16347 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16348
bb5ef15e
DP
163492008-12-16 Christophe Lyon <christophe.lyon@st.com>
16350
16351 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16352 compiler actually generate code at the expected line number.
16353
90142adc
JZ
163542008-12-15 Jie Zhang <jie.zhang@analog.com>
16355
16356 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16357
fad6eecd
TT
163582008-12-12 Tom Tromey <tromey@redhat.com>
16359
16360 * gdb.base/commands.exp (redefine_hook_test): New proc.
16361 Call it.
16362
17c8aaf5
TT
163632008-12-11 Tom Tromey <tromey@redhat.com>
16364
16365 * gdb.base/macscp.exp: New regression test.
16366
7c8adf68
TT
163672008-12-11 Tom Tromey <tromey@redhat.com>
16368
16369 * gdb.base/macscp.exp: Print "address.addr".
16370 * gdb.base/macscp1.c (struct outer): New struct.
16371 (address): New global.
16372
b05dcbb7
TT
163732008-12-09 Tom Tromey <tromey@redhat.com>
16374
16375 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16376 Call it.
16377
2d476de1
DE
163782008-12-04 Doug Evans <dje@google.com>
16379
16380 * gdb.server/ext-run.exp: Relax regexp for init program.
16381
87bdc959
TG
163822008-12-03 Tristan Gingold <gingold@adacore.com>
16383
16384 * gdb.base/macscp.exp: Generate an object file during compilation
16385 to work around Darwin dsymutil limitations.
16386
e0740f77
JK
163872008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16388
16389 Test resolving external references to TLS variables.
16390 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16391 FILE2_THREAD_LOCAL.
16392 (testfile2, srcfile2): New variables.
16393 * gdb.threads/tls.c (file2_thread_local)
16394 (function_referencing_file2_thread_local): New.
16395 * gdb.threads/tls2.c: New file.
16396
67f0aac5
JB
163972008-11-28 Joel Brobecker <brobecker@adacore.com>
16398
16399 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
16400 rather than integer, as integer might not be big enough when
16401 on 64bit targets.
67f0aac5 16402
c332165e
JG
164032008-11-27 Jerome Guitton <guitton@adacore.com>
16404
16405 * gdb.cp/formatted-ref.exp: Add equality test.
16406 * gdb.ada/formatted_ref.exp: Ditto.
16407
fc9b693c
JK
164082008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16409
16410 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16411 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16412
a9c64011
AS
164132008-11-20 Andreas Schwab <schwab@suse.de>
16414
16415 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16416 matching syscall entry point.
16417 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16418 (tcatch_vfork_then_child_follow): Likewise. Finish through
16419 vfork even if we stopped at the syscall trampoline.
16420
e2fd701e
DE
164212008-11-20 Doug Evans <dje@google.com>
16422
16423 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16424
69abc51c
TJB
164252008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16426
16427 * gdb.arch/ppc-dfp.exp: New file.
16428 * gdb.arch/ppc-dfp.c: New file.
16429
c14c28ba
PP
164302008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16431
16432 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 16433
2e74121d
DE
164342008-11-17 Doug Evans <dje@google.com>
16435
16436 * gdb.mi/mi-syn-frame.exp: Update expected output.
16437 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16438
66bb093b
VP
164392008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16440
16441 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
16442 "thread N" results in =thread-selected.
16443 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16444 (mi_send_resuming_command_raw): Be prepared for
16445 =thread-selected.
16446
3d043ef6
VP
164472008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16448
a9c64011
AS
16449 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16450 * lib/mi-support.exp: Likewise.
3d043ef6 16451
808104c8
JB
164522008-11-16 Joel Brobecker <brobecker@adacore.com>
16453
16454 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16455 commands from the expected output for "help catch".
16456
00b22944
JB
164572008-11-15 Joel Brobecker <brobecker@adacore.com>
16458
16459 * gdb.ada/int_deref.exp: New testcase.
16460
59669435
TT
164612008-11-14 Nick Roberts <nickrob@snap.net.nz>
16462
16463 * gdb.mi/gdb2549.exp: New file.
16464
de04a248
DE
164652008-11-11 Doug Evans <dje@google.com>
16466
16467 * gdb.base/callexit.exp: New file.
16468 * gdb.base/callexit.c: New file.
16469
6b8ce727
DE
164702008-11-10 Doug Evans <dje@google.com>
16471
16472 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16473 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16474 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16475 (default_gdb_start,default_gdb_exit): Ditto.
16476 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16477 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16478 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16479 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16480 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16481 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16482
1b14b8aa
AS
164832008-11-03 Andreas Schwab <schwab@suse.de>
16484
16485 * gdb.base/hashline2.exp: Fix typo.
16486 * gdb.base/hashline3.exp: Likewise.
16487
f3134b88
TT
164882008-10-30 Tom Tromey <tromey@redhat.com>
16489
16490 * gdb.base/pointers.exp: Add test.
16491 * gdb.base/pointers.c (k, S): New typedefs.
16492 (instance): New global.
16493
c2226152
AS
164942008-10-30 Andreas Schwab <schwab@suse.de>
16495
16496 * gdb.base/args.exp: Add tests for newlines.
16497
462f405c
JB
164982008-10-30 Joel Brobecker <brobecker@adacore.com>
16499
16500 gdb.base/foll-exec.exp: Update the expected output of a couple
16501 of "info breakpoints" tests.
16502
79a45b7d
TT
165032008-10-28 Tom Tromey <tromey@redhat.com>
16504
16505 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16506
adc13a14
PA
165072008-10-24 Pedro Alves <pedro@codesourcery.com>
16508
16509 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16510 gdb_start_cmd.
16511 Use runto_main before any test that requires execution.
16512
252fbfc8
PA
165132008-10-23 Pedro Alves <pedro@codesourcery.com>
16514
16515 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16516 instead of SIGINT.
16517
28148e3d
JB
165182008-10-22 Joel Brobecker <brobecker@adacore.com>
16519
16520 * gdb.base/completion.exp: Update expected output following
16521 the addition of the "info tasks" command.
16522
c209f847
TT
165232008-10-22 Tom Tromey <tromey@redhat.com>
16524
16525 * gdb.base/exprs.exp (test_expr): Add test for string
16526 concatenation.
16527
f177e350
PA
165282008-10-19 Pedro Alves <pedro@codesourcery.com>
16529
16530 * configure.ac: Output gdb.python/Makefile.
16531 * configure: Regenerate.
16532 * gdb.python/Makefile.in: New.
16533
cce89356
JB
165342008-10-16 Joel Brobecker <brobecker@adacore.com>
16535
16536 * gdb.base/foll-fork.exp: Adjust the expected output to match
16537 the new description for fork/vfork catchpoints in the "info
16538 breakpoints" output.
16539
176d289d
TJB
165402008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16541
16542 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16543
a08702d6
TJB
165442008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16545
16546 * gdb.python/python-value.c: New file.
16547 * gdb.python/python-value.exp: New file.
16548
1c5cfe86
PA
165492008-10-15 Pedro Alves <pedro@codesourcery.com>
16550
16551 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16552
5a98ad69
DP
165532008-10-15 Denis Pilat <denis.pilat@st.com>
16554
41702f1b 16555 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 16556
dcb1a1e2
TT
165572008-10-09 Tom Tromey <tromey@redhat.com>
16558
16559 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16560 'fprintf' and 'stderr'.
16561
9124fe48
JB
165622008-10-07 Joel Brobecker <brobecker@adacore.com>
16563
16564 * gdb.ada/ref_tick_size.exp: New testcase.
16565
45452591
DE
165662008-10-06 Doug Evans <dje@google.com>
16567
16568 * gdb.dwarf2/dw2-cu-size.exp: New file.
16569 * gdb.dwarf2/dw2-cu-size.S: New file.
16570
16571 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16572 .Ltype_int for clarity.
16573
4fc5b208
PP
165742008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16575
16576 PR gdb/2384:
16577 * gdb.cp/gdb2384.exp: Extended to test more cases.
16578 * gdb.cp/gdb2384.cc: Likewise.
16579 * gdb.cp/gdb2384-base.h: Likewise.
16580 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 16581
d78df370
JK
165822008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16583
16584 * gdb.base/maint.exp (maint print type): Remove printing
16585 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16586
9a044a89
TT
165872008-09-30 Tom Tromey <tromey@redhat.com>
16588
16589 * gdb.base/macscp.exp: Add completion tests.
16590 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16591 (TWENTY_THREE): Likewise.
16592 (FORTY_EIGHT): Likewise.
16593
506800a9
TT
165942008-09-30 Tom Tromey <tromey@redhat.com>
16595
16596 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16597 everywhere.
16598 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16599
1a6f01b5
JK
166002008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16601
16602 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16603 testcase is derived from. Fix racy dependency on an expected PID
16604 number. No longer support the testcase on Linux kernel 2.4.x.
16605
2fae03e8
TT
166062008-09-27 Tom Tromey <tromey@redhat.com>
16607
16608 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16609 and varargs.
16610
1ad15515
PA
166112008-09-22 Pedro Alves <pedro@codesourcery.com>
16612
16613 * lib/mi-support.exp (mi_expect_interrupt): New.
16614 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16615 from gdb.mi/mi-nonstop.exp.
16616 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16617 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16618 lib/mi-support.exp.
16619 Use mi_check_thread_states throughout. Avoid ".*" and do not
16620 require an anchor after -exec-run.
16621
d0b76dc6
DJ
166222008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16623
16624 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16625 stop is pending. Avoid ".*" when two stops are pending.
16626 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16627 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16628 newlines in fullnames.
16629 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16630 (mi_expect_stop): Update comments. Only anchor in sync mode.
16631 Do not match newlines.
16632 (mi_send_resuming_command_raw): Always return status.
16633 (mi_get_stop_line): Do not match more than one line by accident.
16634 Only anchor in sync mode.
16635 (mi_run_inline_test): If -exec-next fails, give up.
16636
9990c830
UW
166372008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16638
16639 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16640 on SPU.
16641
ebcf6f00
JB
166422008-09-10 Joel Brobecker <brobecker@adacore.com>
16643
16644 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16645
b6db24e5
JB
166462008-09-10 Joel Brobecker <brobecker@adacore.com>
16647
16648 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16649 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16650 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16651 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16652 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16653 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16654 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16655 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16656 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16657 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16658 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16659 Include the "= " sequence in the expected output of print tests.
16660
2bf448e0
JB
166612008-09-10 Joel Brobecker <brobecker@adacore.com>
16662
16663 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16664 description for boolean types.
16665
d51fd4c8
PA
166662008-09-09 Pedro Alves <pedro@codesourcery.com>
16667
16668 * gdb.base/hook-stop-continue.c: New.
16669 * gdb.base/hook-stop-continue.exp: New.
16670
694182d2
DJ
166712008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16672
16673 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16674
3b8a7fc0
JG
166752008-09-08 Jerome Guitton <guitton@adacore.com>
16676
16677 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16678 (stack_check_probe_2, stack_check_probe_loop_1)
16679 (stack_check_probe_loop_2): New functions.
16680 (main): Add call to these new functions.
16681 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16682 functions, check that the breakpoint is inserted at the appropriate
16683 location.
16684 (insert_breakpoint): Slightly refine this procedure so that it can
16685 be called several times in the test.
16686
96cc0ae8
JG
166872008-09-08 Jerome Guitton <guitton@adacore.com>
16688
16689 * gdb.base/stack-checking.c: New file.
16690 * gdb.base/stack-checking.exp: New file.
16691
1f08b409
TJB
166922008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16693
16694 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16695 * gdb.arch/altivec-regs.exp: Likewise.
16696 * gdb.arch/vsx-regs.exp: Likewise.
16697
3099e1c4
TJB
166982008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16699
16700 * gdb.arch/ppc-fp.exp: New file.
16701 * gdb.arch/ppc-fp.c: New file.
16702
cc69bfc1
PP
167032008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16704
16705 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16706 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 16707
b02a33db
MS
167082008-09-04 Michael Snyder <msnyder@vmware.com>
16709
16710 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16711 as "at" (for non-debug functions such as _start).
16712
2992cbe0
UW
167132008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16714
16715 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16716 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16717 software watchpoints.
16718 * gdb.base/watch_thread_num.exp: Likewise.
16719
514f746b
AR
167202008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16721
16722 * gdb.arch/i386-bp_permanent.exp: New test.
16723
876cecd0
TT
167242008-08-24 Tom Tromey <tromey@redhat.com>
16725
16726 * gdb.base/maint.exp: Update "maint print type".
16727
80f73d71
VP
167282008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16729
16730 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16731 support. Adjust the order of "*running" notifications.
16732 * gdb.mi/non-stop.c: Don't cast from int to void* and
16733 back.
16734
d9c78d7d
MK
167352008-08-20 Mark Kettenis <kettenis@gnu.org>
16736
16737 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16738 expect to find it in the "info frame" output.
16739
97a2d1d3
DJ
167402008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16741
16742 * gdb.base/interp.exp: Always consume both prompts.
16743
b96e2927
PA
167442008-08-20 Pedro Alves <pedro@codesourcery.com>
16745
16746 * gdb.base/pending.exp: Test pending breakpoints without symbols
16747 loaded.
16748
8cf6e61a
VP
167492008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16750
16751 * lib/mi-support.exp (mi_expect_stop): Produce
16752 more details on failures.
16753 * gdb.mi/mi-nonstop.exp: New.
16754 * gdb.mi/non-stop.c: New.
16755
c6ebd6cf
VP
167562008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16757
a9c64011
AS
16758 * gdb.mi/mi-async.exp: Use 'set target-async'.
16759 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 16760
46a9b8ed
DJ
167612008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
16762
16763 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
16764
44feb3ce
TT
167652008-08-17 Tom Tromey <tromey@redhat.com>
16766
16767 * gdb.base/help.exp (help catch): Rewrite.
16768
311a4e6b
TJB
167692008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16770
16771 * gdb.base/define.exp: Test indented command documentation.
16772 * gdb.python/python.exp: Test indented multi-line command.
16773
604c2f83
LM
167742008-08-15 Luis Machado <luisgpm@br.ibm.com>
16775
16776 * testsuite/gdb.arch/vsx-regs.c: New source file.
16777 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
16778 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
16779
886a217c
TT
167802008-08-14 Tom Tromey <tromey@redhat.com>
16781
16782 * gdb.base/macscp.exp: Add regression test for "macro define" or
16783 "macro undef" with no arguments.
16784
c814a4f3
PP
167852008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
16786
16787 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 16788
12ab8a60
UW
167892008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16790
16791 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
16792
d57a3c85
TJB
167932008-08-06 Tom Tromey <tromey@redhat.com>
16794
16795 * gdb.python/python.exp: New file.
16796
c7b778ff
JK
167972008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16798
16799 Fix for PR gdb/1543.
16800 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16801 $LOCATION.
16802 (location): New variable.
16803 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16804 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16805 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16806 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16807 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16808 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16809 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16810 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16811 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16812 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16813 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16814 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16815 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16816 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16817 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16818 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16819 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16820 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16821 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16822 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16823 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16824 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16825 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16826 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16827 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16828 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16829 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16830 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16831 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16832 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16833 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16834 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16835 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16836 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16837 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16838 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16839 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16840 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16841 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16842 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16843 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16844 gdb.base/type-opaque.exp, gdb.base/until.exp,
16845 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16846 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16847 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16848 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16849 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16850 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16851 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16852 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16853 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16854 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16855 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16856 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16857 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16858 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16859 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16860 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16861 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16862 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16863 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16864 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16865 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16866 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16867 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16868 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16869 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16870 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16871 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16872 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16873 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16874 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16875 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16876 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16877 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16878 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16879 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16880 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16881 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16882 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16883 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16884 to bug-gdb@prep.ai.mit.edu .
16885
5e06a3d1
VP
168862008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16887
16888 * lib/mi-support.exp (mi_load_shlibs): New.
16889 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16890
9d81d21b
VP
168912008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16892
16893 * lib/mi-support.exp (get_mi_thread_list)
16894 (check_mi_and_console_threads): New, moved from ...
16895 * gdb.mi/mi-pthread.exp: ...here.
16896 * gdb.mi/gdb669.exp (get_mi_thread_list)
16897 (check_mi_and_console_threads): Delete.
16898 * gdb.mi/mi2-pthread.exp: Likewise.
16899
bae98fe0
TT
169002008-07-28 Tom Tromey <tromey@redhat.com>
16901
16902 * Makefile.in (just-check): Remove. Move body to...
16903 (check): ... here.
16904
57380f4e
DJ
169052008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16906
16907 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16908 Add a test for duplicated SIGINTs.
16909
e09490f1
DJ
169102008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16911
16912 * gdb.threads/schedlock.exp (get_args): Update to work for any
16913 value of NUM.
16914 (Top level): Report the number of threads that did not resume.
16915
6387b45f
DJ
169162008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16917
16918 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16919
62f64ff2
DJ
169202008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16921
16922 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16923 non-MI prompt.
16924
fa8de41e
TT
169252008-07-26 Tom Tromey <tromey@redhat.com>
16926
16927 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16928 (function_struct, function_struct_ptr): New globals.
16929 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16930 function pointer in a struct.
16931
ccb3ac8a
TT
169322008-07-26 Tom Tromey <tromey@redhat.com>
16933
16934 * gdb.base/macscp.exp: Add test for macro lexing bug.
16935
d7d9f01e
TT
169362008-07-18 Tom Tromey <tromey@redhat.com>
16937
16938 * gdb.base/macscp.exp: Add macro tests.
16939
9bf07184
PP
169402008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16941
16942 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16943
becf6477
PP
169442008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16945
16946 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16947
0709f7d3
PP
169482008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16949
16950 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 16951
7093c834
PP
169522008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16953
16954 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 16955
b432ffe3
JK
169562008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16957
16958 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16959
b1a268e5
VP
169602008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16961
16962 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16963
e2995f8e
KB
169642008-07-11 Kevin Buettner <kevinb@redhat.com>
16965
16966 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16967 of regexp to account for changes made to GDB in the printing of
16968 byte vectors.
16969
14032a66
TT
169702008-07-11 Tom Tromey <tromey@redhat.com>
16971
16972 * gdb.base/completion.exp: Add 'help' completion test.
16973
981505ef
JK
169742008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16975
16976 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16977
10568435
JK
169782008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16979
16980 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16981
4487aabf
PA
169822008-07-09 Pedro Alves <pedro@codesourcery.com>
16983
16984 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16985
a4a9b1c4
PA
169862008-07-09 Pedro Alves <pedro@codesourcery.com>
16987
16988 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16989
3c3185ac
JK
169902008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16991
16992 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16993
7ebd49dc
VP
169942008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16995
16996 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16997 previous commit. Add a comment.
16998
84e46146
PA
169992008-06-28 Pedro Alves <pedro@codesourcery.com>
17000
17001 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17002
0f8d4a2f
VP
170032008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17004
17005 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17006
f747e0ce
PA
170072008-06-27 Pedro Alves <pedro@codesourcery.com>
17008
17009 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17010 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17011 compiling an executable, link in an object that forces unbuffered
17012 output.
17013 * lib/set_unbuffered_mode.c: New file.
17014
734a5c36
JK
170152008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17016
17017 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17018
a2840c35
VP
170192008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17020
a9c64011
AS
17021 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17022 mi_expect_stop.
17023 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17024 Demand that *running is output.
17025 (detect_async): Perform checking every time.
17026 (mi_send_resuming_command): Extract everything into...
17027 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
17028 (mi_expect_stop): Don't accept any output before *stopped.
17029
6ae37fef
VP
170302008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17031
17032 Robustify mi-simplerun.
a9c64011
AS
17033 * gdb.mi/basics.c (main): Add a call to sleep.
17034 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17035 * gdb.mi/mi2-cli.exp: Likewise.
17036 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 17037
b4aa76f0 170382008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
17039
17040 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17041
e1ac3328
VP
170422008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17043
a9c64011
AS
17044 * gdb.mi/mi-console.exp: Adjust.
17045 * gdb.mi/mi-syn-frame.exp: Adjust.
17046 * gdb.mi/mi2-console.exp: Adjust.
17047 * gdb.mi/mi2-syn-frame.exp: Adjust.
17048 * lib/mi-support.exp (mi_run_cmd): Adjust.
17049 (mi_send_resuming_command): Adjust.
e1ac3328 17050
f7f9a841
VP
170512008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17052
17053 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
17054 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17055 testing of stopped.
17056 * gdb.mi/mi2-syn-frame.exp: Likewise.
17057 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17058 (async, detect_async): New.
17059 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17060 depending on if we're running in sync or async mode.
f7f9a841 17061
37cd5d19
TT
170622008-06-09 Tom Tromey <tromey@redhat.com>
17063
17064 * gdb.base/completion.exp: New tests for field name completion
17065 with spaces, and field name completion with '->'.
17066
65d12d83
TT
170672008-06-06 Tom Tromey <tromey@redhat.com>
17068
17069 * gdb.base/break1.c (struct some_struct): New struct.
17070 (values): New global.
17071 * gdb.base/completion.exp: Add field name completion test.
17072
ebfe2e3f
PP
170732008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17074
17075 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17076 to pointer.
17077 * gdb.cp/call-c.cc: Likewise.
17078
bcf6fc3a
NR
170792008-06-06 Nick Roberts <nickrob@snap.net.nz>
17080
17081 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17082 annotation.
17083
49fd4a42 170842008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 17085 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
17086
17087 * gdb.threads/execl.c, gdb.threads/execl1.c,
17088 gdb.threads/execl.exp: New tests.
a9c64011 17089
8a34ac3f
AR
170902008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17091 Daniel Jacobowitz <dan@codesourcery.com>
17092
17093 * gdb.cp/exception.exp: Activate test, make it work with pending
17094 catchpoints.
17095
86ae69ef
JK
170962008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17097
17098 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17099
f7f9ae2c
VP
171002008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17101
a9c64011
AS
17102 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17103 now printed.
17104 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 17105
2a2d4dc3
AS
171062008-05-27 Andreas Schwab <schwab@suse.de>
17107
17108 * gdb.base/frame-args.exp: Handle arguments that are optimized
17109 out.
17110
5099e4d9
LM
171112008-05-26 Luis Machado <luisgpm@br.ibm.com>
17112
17113 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17114 quiet for ppc32 and group options into a single variable.
17115
d9c36a91
JB
171162008-05-23 Joel Brobecker <brobecker@adacore.com>
17117
17118 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17119 of zero-size elements.
17120 * gdb.ada/null_array.exp: Test printing this new array.
17121
103a8671
JK
171222008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17123
17124 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17125
07a4cc1a 171262008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
17127
17128 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17129 of the "finish" command.
17130
55f996a7
NR
171312008-05-21 Nick Roberts <nickrob@snap.net.nz>
17132
17133 * gdb.base/annota1.exp: Test for new annotation.
17134
907fc202
UW
171352008-05-16 Pedro Alves <pedro@codesourcery.com>
17136
17137 * gdb.base/fixsection.exp: New file.
17138 * gdb.base/fixsection0.c: New file.
17139 * gdb.base/fixsection1.c: New file.
17140
e8f97270
UW
171412008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17142
17143 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17144 * gdb.base/annota3.exp: Likewise.
17145
ac0bb574
NF
171462008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17147
17148 * gdb.base/watch_thread_num.exp: Don't run tests that require
17149 watchpoints if the target doesn't support them.
17150
6fadd07a
DE
171512008-05-12 Doug Evans <dje@google.com>
17152
17153 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17154
6e9a4a30
JB
171552008-05-09 Joel Brobecker <brobecker@adacore.com>
17156
17157 * gdb.ada/assign_1.exp: New testcase.
17158
08388c79
DE
171592008-05-09 Doug Evans <dje@google.com>
17160
a3c83fae
DE
17161 * gdb.base/find.exp: New file.
17162 * gdb.base/find.c: New file.
08388c79 17163
bd5ddfe8
DJ
171642008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17165
17166 * gdb.base/commands.exp (watchpoint_command_test): Handle
17167 gdb,no_hardware_watchpoints.
17168 * gdb.base/float.exp: Allow ARM targets without floating point.
17169 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17170
b5dd68e2 171712008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 17172 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
17173
17174 * gdb.ada/lang_switch: New test program.
17175 * gdb.ada/lang_switch.exp: New testcase.
17176
382d13d1
DE
171772008-05-05 Doug Evans <dje@google.com>
17178
17179 * gdb.base/help.exp (disassemble): Update expected help text.
17180
9dd789d0
PA
171812008-05-04 Pedro Alves <pedro@codesourcery.com>
17182
17183 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17184
611c83ae
PA
171852008-05-04 Pedro Alves <pedro@codesourcery.com>
17186
17187 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17188 different times.
17189
ff013f42
JK
171902008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17191
17192 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17193 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17194 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17195 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17196
96dff6a2
VP
171972008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17198
17199 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17200 notification to appear.
17201
55cd6f92
DJ
172022008-05-04 Daniel Jacobowitz <dan@debian.org>
17203
17204 * gdb.base/fullname.c: New file.
17205 * gdb.base/fullname.exp: New file.
17206 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17207
d705c43c
PA
172082008-05-03 Pedro Alves <pedro@codesourcery.com>
17209
17210 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17211 expressions with macros.
17212
333222e1
JK
172132008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17214
17215 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17216
5ac01682
DJ
172172008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17218
17219 * gdb.base/completion.exp: Handle lack of other symbols beginning
17220 with "a".
17221
17222 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17223
237fc4c9
PA
172242008-05-02 Jim Blandy <jimb@codesourcery.com>
17225
17226 * gdb.asm/asmsrc1.s: Add scratch space.
17227
ed5e9466
DJ
172282008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17229 Daniel Jacobowitz <dan@codesourcery.com>
17230
17231 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17232 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17233 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17234
b39cc962
DJ
172352007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17236
17237 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17238
36d520f5
JB
172392008-05-01 Joel Brobecker <brobecker@adacore.com>
17240
17241 * gdb.base/info-target.exp: New testcase.
17242
8d4e3071
DJ
172432008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17244
17245 * gdb.cp/hang.exp: Use .cc instead of .C.
17246 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17247 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17248
6f3f3097
DJ
172492008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17250
17251 * gdb.base/gdb1250.exp: Remove perror.
17252 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17253
5550a914
PA
172542008-04-30 Pedro Alves <pedro@codesourcery.com>
17255
17256 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17257 .2byte.
17258
d848e687
DJ
172592008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17260
17261 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17262 (maybe_kfail): New.
17263
93b5768b
PA
172642008-04-25 Pedro Alves <pedro@codesourcery.com>
17265
17266 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17267
721c02de
VP
172682008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17269
a9c64011
AS
17270 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17271 * gdb.mi/mi2-syn-frame.exp: Likewise.
17272 * lib/mi-support.exp: Likewise.
721c02de 17273
74960c60
VP
172742008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17275
17276 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17277 to specify regexp for the location to stop at.
17278 * gdb.base/break-always.c: New.
17279 * gdb.base/break-always.exp: New.
17280
d24317b4
VP
172812008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17282
17283 * lib/mi-support.exp (mi_runto_helper): Adjust
17284 for the original-location field.
17285 (mi_create_breakpoint, mi_list_breakpoints): New.
17286 * gdb.mi/mi-break.exp: Adjust.
17287 * gdb.mi/mi2-break.exp: Adjust.
17288 * gdb.mi/mi-pending.exp: Adjust.
17289 * gdb.mi/mi-simplerun.exp: Adjust.
17290 * gdb.mi/mi2-simplerun.exp: Adjust.
17291 * gdb.mi/mi-syn-frame.exp: Adjust.
17292 * gdb.mi/mi2-syn-frame.exp: Adjust.
17293 * gdb.mi/mi-until.exp: Adjust.
17294 * gdb.mi/mi2-until.exp: Adjust.
17295 * gdb.mi/mi-var-display.exp: Adjust.
17296 * gdb.mi/mi2-var-display.exp: Adjust.
17297 * gdb.mi/mi-watch.exp: Adjust.
17298 * gdb.mi/mi2-watch.exp: Adjust.
17299
fdc59709 173002008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 17301
a9c64011
AS
17302 * aclocal.m4: Add override.m4.
17303 * configure: Regenerate.
fdc59709 17304
8e91f023
VP
173052008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17306
17307 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17308 '-var-update --all-values' reports new value even the type
17309 of a variable object has changed.
17310
233a11ab
CS
173112008-04-18 Craig Silverstein <csilvers@google.com>
17312
17313 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17314 files.
d24317b4 17315
9c1137ad
JB
173162008-04-18 Joel Brobecker <brobecker@adacore.com>
17317
17318 * gdb.ada/atomic_enum: New test program.
17319 * gdb.ada/atomic_enum.exp: New testcase.
17320
66d0bbc7
DE
173212008-04-17 Doug Evans <dje@google.com>
17322
17323 * gdb.opt/Makefile.in: Fix whitespace.
17324
100906b0
UW
173252008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17326
17327 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17328
4584e32e
DE
173292008-04-17 Doug Evans <dje@google.com>
17330
17331 * gdb.base/hashline1.exp: New testcase.
17332 * gdb.base/hashline2.exp: New testcase.
17333 * gdb.base/hashline2.exp: New testcase.
17334
0a320680
PA
173352008-04-17 Pedro Alves <pedro@codesourcery.com>
17336
17337 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17338
18ac113b
AR
173392008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17340
17341 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17342 temporary breakpoint to match "Temporary breakpoint".
17343 * gdb.base/break.exp (delete_breakpoints): Likewise.
17344 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17345 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17346 * gdb.base/display.exp: Likewise.
17347 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17348 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17349 * gdb.base/restore.exp (restore_tests): Likewise.
17350 * gdb.base/sepdebug.exp: Likewise.
17351 * gdb.base/watchpoint.exp: Likewise.
17352 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17353 * gdb.mi/mi-pending.exp: Likewise.
17354 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17355 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17356 * gdb.mi/mi-var-cmd.exp: Likewise.
17357 * gdb.mi/mi-var-display.exp: Likewise.
17358 * gdb.mi/mi2-cli.exp: Likewise.
17359 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17360 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17361 * gdb.mi/mi2-var-display.exp: Likewise.
17362 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17363 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17364 new "disp" field.
a9c64011 17365 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
17366 reason. This is to support fix for PR2424.
17367
add38693
JK
173682008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17369
17370 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17371
fcacd99f
VP
173722008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17373
17374 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 17375 field. Add more floating varobj tests.
fcacd99f 17376 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
17377 field.
17378 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17379 (main): Call do_at_tests.
17380 * lib/mi-support.exp (mi_create_floating_varobj)
17381 (mi_varobj_update_with_type_change): New.
fcacd99f 17382
de051565
MK
173832008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17384
17385 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17386 option of -var-evaluate-expression.
17387 * gdb.mi/mi2-var-display.exp: Likewise.
17388
dbc52822
VP
173892008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17390
17391 Introduce test setup helpers.
a9c64011
AS
17392 * lib/gdb.exp (build_executable, clean_restart)
17393 (prepare_for_testing): New.
17394 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17395 * gdb.base/return.exp: Likewise.
17396 * gdb.base/ending-run.exp: Likewise.
dbc52822 17397
473591da
NR
173982008-04-07 Nick Roberts <nickrob@snap.net.nz>
17399
17400 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17401 Interface (MI) responses.
17402
2b2d9e11
VP
174032008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17404
a9c64011
AS
17405 * gdb.cp/breakpoint.cc: New code to test conditions involving
17406 member variables.
17407 * gdb.cp/breakpoint.exp: Test condition involving member
17408 variables.
2b2d9e11 17409
bb378428
VP
174102008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17411
17412 * lib/mi-support.exp (mi_expect_stop): New.
17413 (mi_run_cmd): Change the
17414 token. Use mi_send_resuming_command, use
17415 mi_expect_stop.
17416 (mi_execute_to_helper): Rename to mi_execute_to.
17417 (mi_send_resuming_command): Add more error patterns.
17418 (mi_wait_for_stop): Renamed to...
17419 (mi_get_stop_line): ...this.
17420 (mi_run_inline_test): Adjust.
17421
17422 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17423 * gdb.mi/mi-console.exp: Likewise.
17424 * gdb.mi/mi-pending.exp: Likewise.
17425 * gdb.mi/mi-simplerun.exp: Likewise.
17426 * gdb.mi/mi-stack.exp: Likewise.
17427 * gdb.mi/mi-stepi.exp: Likewise.
17428 * gdb.mi/mi-syn-frame.exp: Add comment.
17429 * gdb.mi/mi-until.exp: Likewise.
17430 * gdb.mi/mi-var-display.exp: Likewise.
17431 * gdb.mi/mi-watch.exp: Likewise.
17432 * gdb.mi/mi2-cli.exp: Likewise.
17433 * gdb.mi/mi2-console.exp: Likewise.
17434 * gdb.mi/mi2-simplerun.exp: Likewise.
17435 * gdb.mi/mi2-stack.exp: Likewise.
17436 * gdb.mi/mi2-stepi.exp: Likewise.
17437 * gdb.mi/mi2-until.exp: Likewise.
17438 * gdb.mi/mi2-var-display.exp: Likewise.
17439 * gdb.mi/mi2-watch.exp: Likewise.
17440
62172bb9
UW
174412008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17442
17443 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17444
17445 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17446
a13e061a
PA
174472008-04-04 Pedro Alves <pedro@codesourcery.com>
17448
17449 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17450 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17451 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17452 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17453 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17454 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17455 expect an mi error duplicated in stderr.
17456
eae06beb
JB
174572008-04-03 Joel Brobecker <brobecker@adacore.com>
17458
17459 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17460 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17461 Add a couple of tests that verify the behavior when the new setting
17462 is set to "cancel" and "all".
17463 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17464 "ask" before we start the testing.
17465
79c6ced6
AR
174662008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17467
17468 * gdb.cp/casts.cc: Add class reference variables.
17469 * gdb.cp/casts.exp: New test cases for up/down casting references.
17470
6c2d1a6b
MK
174712008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17472
17473 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17474 instead of beginning to make an extra test pass.
17475 * gdb.mi/mi2-var-display.exp: Likewise.
17476
55b411d9
MR
174772008-03-31 Maciej W. Rozycki <macro@mips.com>
17478
17479 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17480
c6140da2
MD
174812008-03-31 Markus Deuling <deuling@de.ibm.com>
17482 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17483
17484 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17485 value. Add xfail for older kernels.
17486
79732189
AR
174872008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17488
17489 Bring mi-support in line with gdb.exp.
17490 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17491 (mi_gdb_start): New function.
17492
33c3676e
MR
174932008-03-28 Maciej W. Rozycki <macro@mips.com>
17494
17495 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17496
92e28119
VP
174972008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17498
17499 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17500 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 17501
9e8e3afe
VP
175022008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17503
17504 * lib/mi-support.exp (mi_create_varobj_checked): New.
17505 (mi_list_varobj_children): Allow to check for a
17506 value.
17507 (mi_list_array_varobj_children): New.
17508
17509 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17510 and mi_list_varobj_children, as opposed to hardcoding
17511 expected strings.
17512 * gdb.mi/gdb701.exp: Likewise.
17513 * gdb.mi/gdb792.exp: Likewise.
17514 * gdb.mi/mi-var-block.exp: Likewise.
17515 * gdb.mi/mi-var-cmd.exp: Likewise.
17516 * gdb.mi/mi-var-invalidate.exp: Likewise.
17517 * gdb.mi/mi2-var-block.exp: Likewise.
17518 * gdb.mi/mi2-var-child.exp: Likewise.
17519 * gdb.mi/mi2-var-cmd.exp: Likewise.
17520 * gdb.mi/mi2-var-display.exp: Likewise.
17521
9df50351
JK
175222008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17523
17524 Fix random false FAILs on i386.
17525 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17526
31e5d73a
DJ
175272008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17528
17529 PR gdb/544
17530 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17531
12f4afab
DJ
175322008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17533
17534 PR gdb/544
17535 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17536
b562a0cb
DJ
175372008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17538
17539 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17540 fixed PR gdb/544.
17541
17faa917
DJ
175422008-03-21 Pedro Alves <pedro@codesourcery.com>
17543
17544 * gdb.threads/fork-child-threads.exp: Test next over fork.
17545
6214f497
DJ
175462008-03-21 Chris Demetriou <cgd@google.com>
17547
17548 * gdb.base/break.exp (rbreak junk): New test for rbreak
17549 "Junk at end of arguments" issue.
17550
63092375
DJ
175512008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17552
17553 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17554 *& to work on created array elements.
17555 (Top level): Test print $pc with a file. Test string operations
17556 without a target.
17557 * gdb.base/ptype.exp: Do not expect *& to work on created array
17558 elements.
17559
b21991b0
DJ
175602008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17561
17562 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17563 gdb.threads/staticthreads.exp: Update exit query.
17564
c4b347c7
SL
175652008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17566
17567 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17568
fa4727a6
DJ
175692008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17570
17571 * gdb.base/watchpoint.c (global_ptr, func4): New.
17572 (main): Call func4.
17573 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17574 (test_inaccessible_watchpoint): New.
17575
2f34202f
MR
175762008-02-29 Maciej W. Rozycki <macro@mips.com>
17577
17578 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17579 select the largest.
17580
0d6ba1b1
DJ
175812008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17582
17583 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17584 frames-invalid annotations.
17585
e691325a
PM
175862008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17587
a9c64011 17588 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 17589
f85b5ecc
DE
175902008-02-27 Doug Evans <dje@google.com>
17591
17592 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17593 for bug 1738.
17594 (breakpoint_to_handler_entry): Ditto.
17595
b40e7bf3
JB
175962008-02-27 Joel Brobecker <brobecker@adacore.com>
17597
17598 * gdb.base/ending-run.exp: Use the first line of code inside
17599 function body to test breakpoints.
17600 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17601 location where the breakpoint is inserted when using the line
17602 where a function is declared. Fix typo in the description of
17603 one of the tests.
17604 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17605
2faca73a
PM
176062008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17607
17608 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 17609 tests.
2faca73a 17610
6f439c36
PM
176112008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17612
17613 * gdb.base/args.exp: avoid same output for tests
17614 with single quotes.
17615
54e52265
VP
176162008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17617
a9c64011
AS
17618 * gdb.base/annota1.exp: Adjust for 'info break'
17619 format changes.
17620 * gdb.base/annota3.exp: Likewise.
17621 * gdb.base/break.exp: Likewise.
17622 * gdb.base/condbreak.exp: Likewise.
17623 * gdb.base/pending.exp: Likewise.
17624 * gdb.base/sepdebug.exp: Likewise.
17625 * gdb.base/unload.exp: Likewise.
17626 * gdb.cp/ovldbreak.exp: Likewise.
17627 * gdb.mi/mi-pending.exp: Likewise.
54e52265 17628
897b09ca
DE
176292008-02-07 Doug Evans <dje@google.com>
17630
17631 * gdb.cp/mb-inline.exp: New.
17632 * gdb.cp/mb-inline.h: New.
17633 * gdb.cp/mb-inline1.cc: New.
17634 * gdb.cp/mb-inline2.cc: New.
17635
b1c32d35
PM
176362008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17637
17638 * gdb.pascal/floats.pas: New test program.
17639 * gdb.pascal/floats.exp: New testcase.
17640
1a4ca44a
TJB
176412008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17642
17643 * gdb.base/callfuncs.c (t_float_many_args): New function.
17644 (t_double_many_args): New function.
17645 * gdb.base/callfuncs.exp: Add tests for exceeding float
17646 and double parameters passed through the stack.
17647
439048e8
JB
176482008-02-05 Joel Brobecker <brobecker@adacore.com>
17649
17650 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17651 gdb.ada/complete/foo.adb: New files.
17652 * gdb.ada/complete.exp: New testcase.
17653
81fe8080
DE
176542008-02-03 Doug Evans <dje@google.com>
17655
301f0ecf
DE
17656 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17657
81fe8080
DE
17658 * gdb.cp/gdb2384.exp: New file.
17659 * gdb.cp/gdb2384.cc: New file.
17660 * gdb.cp/gdb2384-base.h: New file.
17661 * gdb.cp/gdb2384-base.cc: New file.
17662
4b071aec
DE
176632008-02-02 Doug Evans <dje@google.com>
17664
17665 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17666
61137ba6
JB
176672007-02-01 Joel Brobecker <brobecker@adacore.com>
17668
17669 * gdb.ada/sym_print_name: New test program.
17670 * gdb.ada/sym_print_name.exp: New testcase.
17671
176722007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
17673
17674 * gdb.ada/nested/hello.adb: New file.
17675 * gdb.ada/nested.exp: New testcase.
17676 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17677
98deb0da
VP
176782008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17679
17680 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
17681 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17682 don't cause future evaluations of function to report
17683 creation of internal breakpoints.
98deb0da 17684
723a2275
VP
176852008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17686
17687 * gdb.mi/mi-break.exp (test_error): New.
17688 Call it.
17689
fb546a2f
LM
176902008-01-31 Luis Machado <luisgpm@br.ibm.com>
17691
17692 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17693 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17694
2d8fd90a
PM
176952008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17696
17697 * gdb.pascal/integers.pas: New test program.
17698 * gdb.pascal/integers.exp: New testcase.
17699
a7fa0ded
PM
177002008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17701
17702 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17703
5e1a1926
TJB
177042008-01-30 Luis Machado <luisgpm@br.ibm.com>
17705
17706 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17707 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17708
8d04f9f0
JB
177092008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17710
17711 * gdb.ada/formatted_ref: New test program.
17712 * gdb.ada/formatted_ref.exp: New testcase.
17713
17714 * gdb.cp/formatted-ref.cc: New file.
17715 * gdb.cp/formatted-ref.exp: New testcase.
17716
ce75a98f
JB
177172008-01-30 Joel Brobecker <brobecker@adacore.com>
17718
17719 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17720
e835f6bf
NR
177212008-01-30 Nick Roberts <nickrob@snap.net.nz>
17722
17723 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17724 (test_file_list_exec_source_file): Update to new macro-info field.
17725
d118ef87
PH
177262008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17727
17728 * gdb.ada/exprs: New test program.
17729 * gdb.ada/exprs.exp: New testcase.
17730
7d35ab09
TJB
177312008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17732
17733 * dfp-test.c (DELTA, DELTA_B): New definitions.
17734 (double_val1, double_val2, double_val3, double_val4, double_val5,
17735 double_val6, double_val7, double_val8, double_val9, double_val10,
17736 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17737 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17738 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17739 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17740 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17741 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17742 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17743 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17744 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17745 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17746 dec128_val16): New global variables.
17747 (decimal_dec128_align): New function.
17748 (decimal_mixed): Likewise.
17749 (decimal_many_args_dec32): Likewise.
17750 (decimal_many_args_dec64): Likewise.
17751 (decimal_many_args_dec128): Likewise.
17752 (decimal_many_args_mixed): Likewise.
17753 * dfp-test.exp: Add tests calling new inferior functions.
17754
2d717e4f
DJ
177552008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17756
17757 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17758 gdb.server/ext-run.exp: New files.
17759 * lib/gdbserver-support.exp (gdbserver_download): New.
17760 (gdbserver_start): New. Update gdbserver expected
17761 output.
17762 (gdbserver_spawn): Use them.
17763 (gdbserver_start_extended): New.
17764
e85a822c
DJ
177652008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17766
17767 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
17768 Run on GNU/Linux.
17769 (do_exec_tests): Check for systems which do not support catchpoints.
17770 Do not match START.
17771 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
17772 Run on GNU/Linux. Enable verbose output.
17773 (check_fork_catchpoints): New.
17774 (explicit_fork_child_follow, catch_fork_child_follow)
17775 (tcatch_fork_parent_follow): Update expected messages.
17776 (do_fork_tests): Use check_fork_catchpoints.
17777 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
17778 Run on GNU/Linux. Enable verbose output.
17779 (check_vfork_catchpoints): New.
17780 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
17781 expected messages.
17782 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
17783
401ea829
JB
177842008-01-29 Jim Blandy <jimb@red-bean.com>
17785
17786 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
17787 host' errors.
17788 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
17789
aceaf3ad
JB
177902008-01-29 Jim Blandy <jimb@red-bean.com>
17791
17792 * gdb.threads/sigthread.c: Use barriers to ensure that
17793 child_thread and child_thread_two are always initialized before we
17794 start to use them.
17795
a5606eee
VP
177962008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17797
17798 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
17799 * gdb.base/watchpoint-solib.c: New.
17800 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 17801
c55a82bb
PM
178022008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17803
17804 * gdb.base/gdb1056.exp: Add unsigned integer test.
17805
0993fe05
DE
178062008-01-28 Doug Evans <dje@google.com>
17807
17808 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17809
4fe42e7f
JB
178102008-01-27 Jim Blandy <jimb@codesourcery.com>
17811
c7a69933
JB
17812 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17813
4fe42e7f
JB
17814 * gdb.base/expand-psymtabs.exp: Doc fix.
17815
5def8285
MK
178162008-01-26 Mark Kettenis <kettenis@gnu.org>
17817
17818 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17819
5313c911
NR
178202008-01-24 Nick Roberts <nickrob@snap.net.nz>
17821
a9c64011 17822 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
17823 -var-set-format.
17824
93815fbf
VP
178252008-01-23 Chris Demetriou <cgd@google.com>
17826
17827 * gdb.threads/thread_events.c: New testcase source file.
17828 * gdb.threads/thread_events.exp: New testcase expect file.
17829
467a88ee
NR
178302008-01-23 Nick Roberts <nickrob@snap.net.nz>
17831
17832 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
17833
17834 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
17835 -var-set-format.
17836
d8f82aba
DJ
178372008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17838 Vladimir Prus <vladimir@codesourcery.com>
17839
17840 * gdb.base/float.exp: Allow missing floating point for m68k and
17841 PowerPC.
17842
60c46647
VP
178432008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17844
17845 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
17846 ignore count.
17847 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17848 * gdb.mi/mi-cli.exp: Adjust.
17849 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 17850
c7dd36a1
PA
178512008-01-17 Pedro Alves <pedro@codesourcery.com>
17852
17853 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17854 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17855 with dummy_ptr's address.
17856 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17857 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17858 all targets.
17859 * gdb.mi/mi2-var-child.exp: Likewise.
17860
39d5313e
JB
178612008-01-09 Joel Brobecker <brobecker@adacore.com>
17862
17863 * gdb.ada/null_array: New test program.
17864 * gdb.ada/null_array.exp: New testcase.
17865
0aea4bf3
LM
178662008-01-09 Luis Machado <luisgpm@br.ibm.com>
17867
17868 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17869 with required float modifiers.
17870
0b354900
JB
178712008-01-08 Joel Brobecker <brobecker@adacore.com>
17872
17873 * gdb.ada/funcall_param: New test program.
17874 * gdb.ada/funcall_param.exp: New testcase.
17875
cdb7f5d4
JB
178762008-01-08 Joel Brobecker <brobecker@adacore.com>
17877
17878 * gdb.ada/arrayparam: New test program.
17879 * gdb.ada/arrayparam.exp: New testcase.
17880
88e2547f
JB
178812008-01-08 Joel Brobecker <brobecker@adacore.com>
17882
17883 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17884 landed. Should also fix random failures in the test following it.
17885
f6867ce0
TJB
178862008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17887
17888 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17889 for expressions with decimal float values.
17890 (test_dfp_conversions): New function to test casts to and from
17891 decimal float types.
17892 Call test_dfp_conversions.
17893 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17894 elements.
17895 (main): Initialize ds.float4 and ds.double8 elements.
17896 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17897 string to new error message.
17898 (d64_set_tests): Likewise.
17899 (d128_set_tests): Likewise.
17900 Add tests for expressions with decimal float variables. Add tests for
17901 conversions to and from decimal float types.
17902
f9c11282
JB
179032008-01-05 Joel Brobecker <brobecker@adacore.com>
17904
17905 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17906 * gdb.ada/packed_tagged.exp: New testcase.
17907
0ecbca72
JB
179082008-01-04 Joel Brobecker <brobecker@adacore.com>
17909
17910 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17911 gdb.ada/homonym/homonym_main.adb: New files.
17912 * gdb.ada/homonym.exp: New testcase.
17913
c18d3d89
JB
179142008-01-04 Joel Brobecker <brobecker@adacore.com>
17915
17916 * gdb.ada/packed_array.exp: Add testing of references to
17917 a packed array.
17918
ecc7085b
JB
179192008-01-04 Joel Brobecker <brobecker@adacore.com>
17920
17921 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17922 New files.
17923 * gdb.ada/type_coercion.exp: New testcase.
17924
c474c922
JB
179252008-01-04 Joel Brobecker <brobecker@adacore.com>
17926
17927 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17928 gdb.ada/tagged/foo.adb: New file.
17929 * gdb.ada/tagged.exp: New testcase.
17930
9005b927
JB
179312008-01-04 Joel Brobecker <brobecker@adacore.com>
17932
17933 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17934 gdb.ada/ptype_field/foo.adb: New files.
17935 * gdb.ada/ptype_field.exp: New testcase.
17936
1a6aaad8
JB
179372008-01-03 Joel Brobecker <brobecker@adacore.com>
17938
17939 * gdb.ada/print_pc.exp: New testcase.
17940
0ef22f53
JB
179412008-01-03 Joel Brobecker <brobecker@adacore.com>
17942
17943 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17944 gdb.ada/taft_type/p.adb: New files.
17945 * gdb.ada/taft_type.exp: New testcase.
17946
1689ecf8
JB
179472008-01-03 Joel Brobecker <brobecker@adacore.com>
17948
17949 * gdb.ada/array_bounds/bar.adb: New file.
17950 * gdb.ada/array_bounds.exp: New testcase.
17951
a4d0b9c3
JB
179522008-01-03 Joel Brobecker <brobecker@adacore.com>
17953
17954 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17955 gdb.ada/arrayptr/foo.adb: New files.
17956 * gdb.ada/arrayptr.exp: New testcase.
17957
a31ace00
JB
179582008-01-03 Joel Brobecker <brobecker@adacore.com>
17959
17960 * gdb.base/set-lang-auto.exp: New testcase.
17961
a97fced3
JB
179622008-01-03 Joel Brobecker <brobecker@adacore.com>
17963
17964 * gdb.ada/fun_addr/foo.adb: New file.
17965 * gdb.ada/fun_addr.exp: New testcase.
17966
ef29ce1a
JK
179672008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17968
17969 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17970 New files
17971
0fafefe3
JB
179722008-01-02 Joel Brobecker <brobecker@adacore.com>
17973
17974 * array_subscript_addr/p.adb: New file.
a9c64011 17975 * array_subscript_addr.exp: New testcase.
0fafefe3 17976
c4359f8d
JB
179772008-01-02 Joel Brobecker <brobecker@adacore.com>
17978
a9c64011 17979 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
17980 New files.
17981 * gdb.ada/str_cmp_ref.exp: New testcase.
17982
1aa1b15b
JB
179832008-01-01 Joel Brobecker <brobecker@adacore.com>
17984
17985 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17986 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 17987 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 17988
81c9b2cf
JB
179892008-01-01 Joel Brobecker <brobecker@adacore.com>
17990
17991 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17992 gdb.ada/ref_param/pck.ads: New files.
17993 * gdb.ada/ref_param.exp: New testcase.
17994
319e4674
JB
179952008-01-01 Joel Brobecker <brobecker@adacore.com>
17996
17997 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17998 gdb.ada/interface/foo.adb: New files.
17999 * gdb.ada/interface.exp: New testcase.
18000
ef682c56
JB
180012007-12-31 Jim Blandy <jimb@codesourcery.com>
18002
18003 * gdb.base/multi-forks.exp: Consume all output from child
18004 processes before proceeding to next test.
18005
f6f3eb6c
JB
180062007-12-29 Jim Blandy <jimb@codesourcery.com>
18007
18008 * configure: Regenerated.
18009
f652e42f
JB
180102007-12-27 Joel Brobecker <brobecker@adacore.com>
18011
18012 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18013 gdb.ada/fixed_cmp/fixed.adb: New files.
18014 * gdb.ada/fixed_cmp.exp: New testcase.
18015
6943e596
JB
180162007-12-27 Joel Brobecker <brobecker@adacore.com>
18017
18018 * gdb.ada/boolean_expr.exp: New testcase.
18019
aad9a193
JB
180202007-12-26 Jim Blandy <jimb@codesourcery.com>
18021
18022 * gdb.base/multi-forks.exp: Doc fix.
18023
fb5f3683
JB
180242007-12-26 Joel Brobecker <brobecker@adacore.com>
18025
18026 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18027 * gdb.ada/char_param.exp: Do not compile our test program with
18028 -gnata, this is unnecessary.
18029 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18030
384e4a9c
JB
180312007-12-24 Joel Brobecker <brobecker@adacore.com>
18032
18033 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18034 gdb.ada/print_chars/foo.adb: New files.
18035 * gdb.ada/print_chars.exp: New testcase.
18036
01e044f7
JB
180372007-12-24 Joel Brobecker <brobecker@adacore.com>
18038
18039 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18040 gdb.ada/char_param/foo.adb: New files.
18041 * gdb.ada/char_param.exp: New testcase.
18042
0ce17860
JB
180432007-12-22 Jim Blandy <jimb@codesourcery.com>
18044
18045 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18046 hard-coding source line numbers into the test.
18047 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18048 gdb_get_line_number to find.
18049
919809b9
JB
180502007-12-22 Joel Brobecker <brobecker@adacore.com>
18051
18052 * gdb.base/ptype.c (highest): New struct type.
18053 (the_highest): New variable of that type.
18054 (main): Add dummy assignment to a field of variable the_highest.
18055 * gdb.base/ptype.exp: Test type printing of our new variable.
18056
abc8a88d
PM
180572007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18058
18059 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 18060 and record first explicitly generated thread number.
abc8a88d
PM
18061 Use that thread number for thread specific watchpoint test.
18062 Add iteration number to repetitive tests.
18063
5158f3e3
CES
180642007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18065 Jim Blandy <jimb@codesourcery.com>
18066
18067 * gdb.base/expand-psymtabs.c: New testcase
18068 source file.
18069 * gdb.base/expand-psymtabs.exp: New testcase
18070 expect file.
18071
37e4754d
LM
180722007-12-17 Luis Machado <luisgpm@br.ibm.com>
18073
18074 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18075 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18076
551e5d04
JB
180772007-12-17 Joel Brobecker <brobecker@adacore.com>
18078
18079 * gdb.ada/frame_args/foo.adb: New file.
18080 * gdb.ada/frame_args/pck.ads: New file.
18081 * gdb.ada/frame_args/pck.adb: New file.
18082 * gdb.ada/frame_args.exp: New testcase.
18083
a05ee097
JB
180842007-12-17 Joel Brobecker <brobecker@adacore.com>
18085
18086 * gdb.base/frame-args.c: New file.
18087 * gdb.base/frame-args.exp: New testcase.
18088
c162e8c9 180892007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 18090 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
18091
18092 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18093
afe8ab22 180942007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18095
afe8ab22
VP
18096 * gdb.mi/mi-pending.exp: New.
18097 * gdb.mi/mi-pending.c: New.
18098 * gdb.mi/mi-pendshr.c: New.
18099
dfdfb3ca
JB
181002007-12-06 Jim Blandy <jimb@codesourcery.com>
18101
18102 * gdb.base/default.exp: Update expected output for 'info catch'.
18103
b7fca990
JK
181042007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18105
18106 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18107 must be set to binary.
18108
6a1afc1e
PA
181092007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18110
18111 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18112
a6b151f1
DJ
181132007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18114
18115 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18116 gdb.mi/mi-file-transfer.exp: New.
18117
43039443
JK
181182007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18119
18120 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18121
0ef2251b
MR
181222007-11-22 Maciej W. Rozycki <macro@mips.com>
18123
18124 * gdb.trace/backtrace.exp: Fix a typo.
18125 * gdb.trace/circ.exp: Likewise.
18126 * gdb.trace/collection.exp: Likewise.
18127 * gdb.trace/limits.exp: Likewise.
18128 * gdb.trace/report.exp: Likewise.
18129 * gdb.trace/tfind.exp: Likewise.
18130 * gdb.trace/while-dyn.exp: Likewise.
18131
5443631e
NR
181322007-11-21 Nick Roberts <nickrob@snap.net.nz>
18133
18134 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18135 objects of pointers that can't be dereferenced are now
18136 "noneditable".
18137
a4ce5b0d
UW
181382007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18139
18140 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18141 (target_cpu): Remove.
18142
d6e956e5
VP
181432007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18144
18145 * gdb.base/ending-run.exp: Expect the list of cleared
18146 breakpoint to come in natural order, not the reversed one.
a9c64011 18147
214270ab
VP
181482007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18149
18150 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18151 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 18152
1a619819
LM
181532007-11-05 Luis Machado <luisgpm@br.ibm.com>
18154
18155 * gdb.base/printcmds.exp: New function
18156 test_printf_with_dfp.
18157
5b01a6fa
DE
181582007-11-02 Doug Evans <dje@google.com>
18159
18160 * gdb.disasm/t01_mov.s: Remove carriage returns.
18161 * gdb.disasm/t02_mova.s: Ditto.
18162 * gdb.disasm/t03_add.s: Ditto.
18163 * gdb.disasm/t04_sub.s: Ditto.
18164 * gdb.disasm/t05_cmp.s: Ditto.
18165 * gdb.disasm/t06_ari2.s: Ditto.
18166 * gdb.disasm/t07_ari3.s: Ditto.
18167 * gdb.disasm/t08_or.s: Ditto.
18168 * gdb.disasm/t09_xor.s: Ditto.
18169 * gdb.disasm/t10_and.s: Ditto.
18170 * gdb.disasm/t11_logs.s: Ditto.
18171 * gdb.disasm/t12_bit.s: Ditto.
18172 * gdb.disasm/t13_otr.s: Ditto.
18173
ec33ab7f
JK
181742007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18175
18176 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18177
ae0d01ff
UW
181782007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18179
18180 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18181 provide DFP support.
18182
55eddb0f
DJ
181832007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18184
18185 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18186 Test "set powerpc vector-abi". Skip auto-detection tests for old
18187 toolchains.
18188
7020f05c
PA
181892007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18190
18191 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18192 with [string compare].
18193
84bc3db9
PA
181942007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18195
18196 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18197 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18198
5876dc88
LM
181992007-10-25 Luis Machado <luisgpm@br.ibm.com>
18200
18201 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18202 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18203 * gdb.opt/Makefile.in: New makefile.
18204 * Makefile.in: Create new directory "gdb.opt".
18205 * configure.ac: Add "gdb.opt" directory.
18206 * configure: Regenerated.
a9c64011 18207
c3ea9a14
DE
182082007-10-25 Doug Evans <dje@google.com>
18209
18210 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18211 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18212
a9c64011 182132007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
18214 Thiago Jung Bauermann <bauerman@br.ibm.com>
18215
18216 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18217 Floating Point expressions.
18218 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18219 Floating Point variables.
18220 * gdb.base/dfp-test.c: new file containing program with Decimal
18221 Floating variables, used by gdb.base/dfp-test.exp.
18222
62a24a2b
DJ
182232007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18224
18225 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18226
e7b1eae6
UW
182272007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18228
18229 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18230 compiling test case with GCC.
18231 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18232
c641edcc
UW
182332007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18234
18235 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18236 format changes.
18237
5e5ebfe6
MS
182382007-10-18 Michael Snyder <msnyder@specifix.com>
18239
18240 * gdb.base/dbx.exp: Add missing "-re " operator.
18241
e831e7b6
GM
182422007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18243
18244 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18245 * configure.ac: Removed trailing spaces after backslash.
18246 * gdb.modula2: New directory.
18247 * gdb.modula2/Makefile.in: New file.
18248 * gdb.modula2/unbounded-array.exp: New file.
18249 * gdb.modula2/unbounded1.c: New file.
18250
7cc46491
DJ
182512007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18252
18253 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18254
182552007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
18256
18257 * gdb.base/sigstep.c (main): Add checks for
18258 return values for setitimer call.
18259 Call setitimer again with itimer = ITIMER_REAL
18260 if first call to setitimer fails.
18261
e91528f0
KH
182622007-10-11 Kazu Hirata <kazu@codesourcery.com>
18263
18264 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18265 of $timeout.
18266
2ec9a4f8
DJ
182672007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18268
18269 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18270
182712007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
18272
18273 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18274 of gdb_expect call, to avoid interruption.
18275
64b2fa04
PA
182762007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18277
18278 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18279 (v_unsigned_long_long, v_long_long_array)
18280 (v_signed_long_long_array, v_unsigned_long_long_array)
18281 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18282 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18283 [!NO_LONG_LONG]: New.
18284 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18285 v_long_long_member.
18286
18287 (v_long_long_func, v_signed_long_long_func)
18288 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18289 (main) [!NO_LONG_LONG]: Initialize long long variants.
18290
18291 * gdb.base/whatis.exp: If board file requests no_long_long, build
18292 test with NO_LONG_LONG defined. Test long long, signed long long,
18293 and unsigned long long variants but only if board file doesn't
18294 disable it.
18295
a912286e 182962007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 18297 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
18298
18299 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18300 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18301 * configure: Regenerated.
18302 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18303 gdb.pascal/types.exp, lib/pascal.exp: New files.
18304
471ba8c9
DJ
183052007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18306
18307 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18308 call.
18309 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18310 to return to the call.
18311 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18312 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18313 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18314 * gdb.mi/mi-until.exp (test_until): Likewise.
18315 * gdb.mi/mi2-until.exp (test_until): Likewise.
18316
fef8a650
DJ
183172007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18318
18319 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18320 two-char array.
18321 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18322
d983da9c
DJ
183232007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18324
18325 * gdb.threads/watchthreads.c (thread_function): Sleep between
18326 iterations.
18327 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18328 at once for S/390. Generate matching fails and passes.
18329
17f62551
VP
183302007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18331
18332 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18333 the 'struct_declarations' variable to zeros.
a9c64011 18334
ed0616c6
VP
183352007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18336
18337 * gdb.cp/mb-ctor.cc: New.
18338 * gdb.cp/mb-ctor.exp: New.
18339 * gdb.cp/mb-templates.cc: New.
18340 * gdb.cp/mb-templates.exp: New.
18341
41f1b697
DJ
183422007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18343
18344 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18345
3f213f78
PA
183462007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18347
18348 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18349 targets.
18350 * configure: Regenerate.
18351
0d381245 183522007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18353
0d381245
VP
18354 * gdb.base/annota1.exp: Adjust for 'info break'
18355 format changes.
18356 * gdb.base/annota3.exp: Likewise.
18357 * gdb.base/break.exp: Likewise.
18358 * gdb.base/condbreak.exp: Likewise.
18359 * gdb.base/pending.exp: Likewise.
18360 * gdb.base/sepdebug.exp: Likewise.
18361 * gdb.base/unload.exp: Likewise.
18362 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 18363
fe3f5fa8
VP
183642007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18365
18366 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18367 messages.
18368 * gdb.base/chng-syms.exp: Likewise.
18369 * gdb.base/unload.exp: Likewise.
a9c64011 18370
a75cf6c0
DJ
183712007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18372
18373 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18374
18ecae38
DJ
183752007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18376
18377 * schedlock.c (NUM): Change to 1.
18378 (main): Use args[0] for the main thread.
18379 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18380 regardless of the number of threads.
18381
5509918f
MR
183822007-09-14 Maciej W. Rozycki <macro@mips.com>
18383
4a543daf
MR
18384 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18385 type down.
18386 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18387 test.
18388 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18389 watchpoint type down.
18390 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18391 test.
18392
183932007-09-14 Maciej W. Rozycki <macro@mips.com>
18394
5509918f
MR
18395 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18396 Move all the tests here and run them twice, once using software
18397 watchpoints and once using hardware watchpoints.
18398 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18399
40b53987
DJ
184002007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18401
18402 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18403 test.
18404
695e2681
MK
184052007-09-10 Mark Kettenis <kettenis@gnu.org>
18406
8b3fc8d8
MK
18407 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18408 build-id.
18409
695e2681
MK
18410 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18411 know about $ORIGIN. Calculate output dir from $dest instead of
18412 using ${objdir}/{$subdir}.
18413
58d69f29
MK
184142007-09-09 Mark Kettenis <kettenis@gnu.org>
18415
18416 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18417 gcore, before continuing with the test.
18418
3e347599
DJ
184192007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18420
18421 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18422 * gdb.mi/mi-watch.exp: Likewise.
18423
ea37ba09
DJ
184242007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18425 Jim Blandy <jimb@codesourcery.com>
18426
18427 * gdb.arch/i386-sse.exp: Do not expect character constants.
18428 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18429 * gdb.base/display.exp: Allow print/s.
18430 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18431 and unsigned char array changes.
18432
2025a643
DJ
184332007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18434
18435 * gdb.base/display.exp: Add tests for printf %p.
18436
26669a27
PA
184372007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18438
18439 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18440 the dll name to unicode.
18441
c8f021f8
JK
184422007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18443
18444 * gdb.base/default.exp (show version): Update the version text.
18445 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18446
4cf31eea
JK
184472007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18448
18449 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18450 New files.
18451
4935890f
JK
184522007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18453
18454 * lib/gdb.exp (build_id_debug_filename_get): New function.
18455 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18456 Remove the generate DEBUG file for the future testcase runs.
18457 New testcase for the NT_GNU_BUILD_ID retrieval.
18458 Move the final testing step to ...
18459 (test_different_dir): ... a new function.
18460 New parameter XFAIL to XFAIL all the tests performed.
18461 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18462 New parameter TYPE to PF_PREFIX all the tests performed.
18463
02142340
VP
184642007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18465
18466 * gdb.mi/mi-var-cp.cc (path_expression): New
18467 function.
18468 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18469
36acd84e
UW
184702007-08-27 Markus Deuling <deuling@de.ibm.com>
18471
18472 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18473 to fit into SPU Local Store memory.
18474
a896d121
JB
184752007-08-23 Joel Brobecker <brobecker@adacore.com>
18476
18477 * gdb.base/default.exp: Adjust the expected output of "info
18478 warranty" after the switch to GPLv3.
18479
7b433602
JB
184802007-08-23 Joel Brobecker <brobecker@adacore.com>
18481
18482 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18483 to 30000 (from 20000).
18484
e22f8b7c
JB
184852007-08-23 Joel Brobecker <brobecker@adacore.com>
18486
18487 Switch the license of all .exp files to GPLv3.
18488 Switch the license of all .f and .f90 files to GPLv3.
18489 Switch the license of all .s and .S files to GPLv3.
18490
5a0e3bd0
JB
184912007-08-23 Joel Brobecker <brobecker@adacore.com>
18492
18493 * configure.ac: Switch license to GPLv3.
18494
cc00619d
JB
184952007-08-23 Joel Brobecker <brobecker@adacore.com>
18496
18497 Switch the licensing to GPLv3 for all .ads and .adb files.
18498
8d26208a
DJ
184992007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18500
18501 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18502 and t_int_double.
18503 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18504
4fcb9948
JB
185052007-08-17 Joel Brobecker <brobecker@adacore.com>
18506
18507 * gdb.base/step-line.c: Switch license to GPL version 3, and
18508 update copyright year.
18509 * gdb.base/step-line.inp: Likewise.
18510
b9c34f67
JB
185112007-08-17 Joel Brobecker <brobecker@adacore.com>
18512
18513 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18514 changes inside gdb1555.c.
18515 * gdb.base/pending.exp: Likewise.
18516
2cc17678
DJ
185172007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18518
18519 * config/default.exp: New file.
18520
e48883f7
DJ
185212007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18522
18523 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18524 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18525
1ab80e5b
MR
185262007-07-30 Maciej W. Rozycki <macro@mips.com>
18527
18528 * gdb.base/dump.exp: Force the correct endianness for binary
18529 formats not carrying this information.
18530
aba471f5
DJ
185312007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18532
18533 * gdb.threads/staticthreads.exp: Match .*sem_post.
18534
d4e07204
DJ
185352007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18536
18537 * gdb.base/readline.exp (operate_and_get_next): Match the final
18538 prompt.
18539
2b97317d
KB
185402007-07-23 Kevin Buettner <kevinb@redhat.com>
18541
18542 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18543 to restarting SID.
18544
44efa07a
KB
185452007-07-18 Kevin Buettner <kevinb@redhat.com>
18546
18547 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18548 prior to `gdb_start'.
18549
7b5ebade
KB
185502007-07-18 Kevin Buettner <kevinb@redhat.com>
18551
18552 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18553 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18554 Remove call to gdb_unload.
18555
255e7678
DJ
185562007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18557 Daniel Jacobowitz <dan@codesourcery.com>
18558
18559 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18560 for __WIN32__.
18561 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18562 * gdb.base/unload.exp: Use shared library test routines.
18563
3a40aaa0
UW
185642007-07-03 Markus Deuling <deuling@de.ibm.com>
18565
18566 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18567 * gdb.base/solib-symbol-lib.c: Likewise.
18568 * gdb.base/solib-symbol-main.c: Likewise.
18569
b0f4b84b
DJ
185702007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18571
18572 * config/gdbserver.exp (gdb_reconnect): New.
18573 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18574 gdb.base/solib-disc.exp: New files.
18575 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18576 remote debugging".
18577 (gdb_compile): Add shlib_load flag.
18578 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18579 port.
18580 (gdbserver_reconnect): New.
18581
1b05479a
DJ
185822007-07-01 Nick Roberts <nickrob@snap.net.nz>
18583 Daniel Jacobowitz <dan@codesourcery.com>
18584
18585 * gdb.base/annota3.exp: Test for if construct.
18586
86f78eb2
DJ
185872007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18588
18589 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18590
6a2eb474 185912007-06-21 Chris Dearman <chris@mips.com>
a9c64011 18592 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
18593
18594 * gdb.base/display.exp: Allow a newline after display/i.
18595 * gdb.base/pc-fp.exp: Likewise.
18596 * gdb.base/sigbpt.exp: Likewise.
18597
f8b73d13
DJ
185982007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18599
18600 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18601 required features to be included.
18602
4339e69e
DJ
186032007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18604
18605 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18606 in info threads output.
18607
23d964e7
UW
186082007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18609 Markus Deuling <deuling@de.ibm.com>
18610
18611 * gdb.arch/spu-info.exp: New testcase.
18612 * gdb.arch/spu-info.c: New file.
18613
fd20f75b
DJ
186142007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18615
18616 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18617 tpcs_offset. Restore lr after the call.
18618 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18619
2226f861
DJ
186202007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18621
18622 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18623 (gdbserver_run): Kill any running gdbserver.
18624 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18625
d12371a9
MR
186262007-05-17 Maciej W. Rozycki <macro@mips.com>
18627
18628 * gdb.base/sigbpt.exp: Preset segv_addr.
18629
93f02886
DJ
186302007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18631
18632 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18633 (gdb_compile_shlib): Likewise.
18634 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18635 (default_gdb_init): Clear cleanfiles.
18636 (gdb_finish): Delete recorded cleanfiles.
18637 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18638
18639 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18640 Do not use isnative.
18641 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18642 gdb.base/so-impl-ld.exp: Likewise.
18643 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18644 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18645 gdb_compile.
18646
b04e06d7
VP
186472007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18648
18649 * config/unknown.exp: Remove.
18650
069ed931
UW
186512007-05-15 Markus Deuling <deuling@de.ibm.com>
18652
18653 * gdb.base/info-proc.exp: Check is_remote.
18654
09db0d03
UW
186552007-05-14 Markus Deuling <deuling@de.ibm.com>
18656
18657 * gdb.base/gcore.exp: Initialize variable core_supported.
18658
af2cbe8c
DJ
186592007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18660
18661 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18662
027c0295
DJ
186632007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18664
18665 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18666 * gdb.threads/print-threads.exp (test_all_threads): Allow
18667 negative and hexadecimal thread IDs.
18668
dc5000e7
DJ
186692007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18670
18671 * gdb.java/jprint.java (public): Avoid invalid call to static
18672 method.
18673
2e74ed18
DP
186742007-05-14 Denis Pilat <denis.pilat@st.com>
18675
18676 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18677 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18678 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18679 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18680 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18681
83547f02
UW
186822007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18683
18684 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 18685 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
18686 this mode.
18687 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18688 * gdb.base/spu.ld: New file.
18689
b18be20d
DJ
186902007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18691
18692 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18693
be444858
DJ
186942007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18695
18696 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18697
b1d53152
DJ
186982007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18699
18700 * gdb.java/jmain.exp: Handle demangled names with and without method
18701 signatures.
18702
d084b331
DJ
187032007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18704
18705 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18706 (have_a_very_merry_interrupt): Remove calls to puts.
18707 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18708 inferior output.
18709 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18710 test names.
18711
db9d7fc5
DJ
187122007-04-29 Markus Deuling <deuling@de.ibm.com>
18713 Daniel Jacobowitz <dan@codesourcery.com>
18714
18715 * gdb.base/auxv.exp (core_works): Also check is_remote.
18716 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18717
ef783a7d 187182007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18719
ef783a7d
VP
18720 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18721 message, not the undefined 'module' variable.
18722 * gdb.base/siginfo.exp: Likewise.
18723 * gdb.base/sigstep.exp: Likewise.
18724 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18725 serialport.
18726 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18727
b7b73cae
CV
187282007-04-25 Corinna Vinschen <vinschen@redhat.com>
18729
18730 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18731 target sim fails. Return 0 otherwise.
18732 (gdb_load): Return prematurely if gdb_target_sim fails.
18733
7d90fdfa
DP
187342007-04-16 Denis Pilat <denis.pilat@st.com>
18735
18736 * gdb.base/setshow.exp: Reset height after having set it to 100.
18737
5d3e9c85
DP
187382007-04-16 Denis Pilat <denis.pilat@st.com>
18739
18740 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18741
18e75969
DP
187422007-04-16 Denis Pilat <denis.pilat@st.com>
18743
18744 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18745
25d5ea92
VP
187462007-04-14 Vladimir Prus <vladimir@codesourcery.com>
18747
18748 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18749 tests. Run the frozen varobjs test.
18750 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 18751 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 18752
0b49cb80
JK
187532007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18754
18755 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18756 gdb.base/type-opaque.exp: New files.
18757
a73bafbc 187582007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
18759
18760 * gdb.mi/mi-var-child.c
a73bafbc
VP
18761 (do_children_tests): User char[2] instead of
18762 char so that automatic printing of pointers to char
18763 don't give unpredicable result.
18764 * gdb.mi/var-cmd.c (do_locals_test): Initialize
18765 local variables.
18766 * gdb.mi/mi-var-child.exp: Step to right line
18767 of do_children_tests.
18768 * gdb.mi/mi2-var-child.exp: Likewise.
18769 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 18770 do_locals_tests.
a73bafbc
VP
18771 (do_children_tests): User char[2] instead of
18772 char so that automatic printing of pointers to char
a9c64011 18773 don't give unpredicable result.
a73bafbc 18774 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18775 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
18776 Pass test name to mi_wait_for_stop.
18777
7ce59000
DJ
187782007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18779
18780 * gdb.asm/asm-source.exp: Remove d10v case.
18781 * lib/gdb.exp (skip_cplus_tests): Likewise.
18782 * gdb.asm/d10v.inc: Deleted.
18783
20389057
DJ
187842007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18785
18786 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
18787
8807d78b
DJ
187882007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18789
18790 * config/netware.exp: Delete file.
18791
aa3edb8e
JB
187922007-03-29 Joel Brobecker <brobecker@adacore.com>
18793
18794 * gdb.dwarf2/dw2-noloc.S: New file.
18795 * gdb.dwarf2/dw2-noloc.exp: New file.
18796
297561ac
PA
187972007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18798
18799 * gdb.cp/method2.cc: New test.
18800 * gdb.cp/method2.exp: New test.
18801 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18802
1f81bd39
DJ
188032007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18804
18805 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18806
9453113a
DJ
188072007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18808
18809 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18810
b741e217
DJ
188112007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18812
18813 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18814 (gdb_load): Delete, replace with...
18815 (gdb_reload): ...this.
18816 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18817 * gdb.server/server-mon.exp: Likewise.
18818 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18819 (gdb_start_cmd): New.
18820 (gdb_file_cmd): Save the last loaded file.
18821 (gdb_reload): New.
18822 (gdb_gnu_strip_debug): Use transform.
18823 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18824 support here. Use new $last_loaded_file. Check mtime.
18825 (gdb_target_cmd): Handle ObjC failure case.
18826 (infer_host_exec): Delete.
18827 (gdbserver_load): Rename to...
18828 (gdbserver_run): ...this. Simplify.
18829 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18830 (mi_gdb_load): Move most contents to a new function...
18831 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18832 (mi_run_cmd): Use mi_gdb_target_load.
18833 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18834 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18835 Use gdb_run_cmd.
18836 * gdb.base/charsign.exp: Remove incorrect comment.
18837 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18838 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18839 gdb.base/start.exp: Use gdb_start_cmd.
18840
446ab585 188412007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 18842 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
18843
18844 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18845 * gdb.base/signull.exp: Similarly.
18846
bbb88ebf
UW
188472007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18848
18849 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18850 messages available to test cases (like chng-sym.exp).
18851
cb8c4a99
AS
188522007-03-14 Andreas Schwab <schwab@suse.de>
18853
18854 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18855 format changes.
18856
4e463ff5
DJ
188572007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18858
18859 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18860 (optimized_1): New.
18861 (main): Call optimized_1.
18862 (gdb2029): Correct typos. Call gdb2029_marker.
18863 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18864 for gdb2029.
18865
b6db2c47
MK
188662007-03-12 Mark Kettenis <kettenis@gnu.org>
18867
18868 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18869 as tabs. Remove redundant test pattern.
18870
70ed3737
UW
188712007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18872
18873 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18874 for /a format output.
18875
47b67b60
DJ
188762007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18877
18878 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18879 collect output incrementally.
18880
b8953b0e
UW
188812007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18882
18883 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18884 for -var-create lpcharacter test.
18885 * gdb.mi/mi2-var-cmd.exp: Likewise.
18886
7acd5c40
UW
188872007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18888
18889 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18890 pass on targets where address zero is readable.
18891
9c6759c1
UW
188922007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18893
18894 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18895 just a single architecture.
18896
a2f1aeb4
UW
188972007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18898
18899 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18900 (fetch_all_registers): New function, uses gdb_test_multiple and
18901 exp_continue to fetch inferior output line-by-line.
18902 Replace all uses of do_get_all_registers by fetch_all_registers.
18903
46579ac2
UW
189042007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18905
18906 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18907 in target_info.
18908
fc133f24
MS
189092007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18910
a9c64011 18911 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
18912 consistancy; add a default (timeout) case.
18913
7646a51d
MS
189142007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18915
18916 * gdb.base/watchpoint.exp: Fix truncated comment.
18917
dcfff61f
MS
189182007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18919
18920 * Makefile.in: Remove spurious single-quotes from sed command.
18921
664e3ee9
DJ
189222007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18923
18924 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18925 func.
18926 * gdb.mi/mi2-var-cmd.exp: Likewise.
18927
d7cc6f2f
JB
189282007-02-27 Joel Brobecker <brobecker@adacore.com>
18929
a9c64011
AS
18930 * gdb.dwarf2/dw2-producer.S: New file.
18931 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
18932
189332007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
18934
18935 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18936 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18937 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18938 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18939 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18940 Revert tests to use mi_gdb_test and include value field in output
18941 of -var-create.
18942
93d42b30
DJ
189432007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18944
18945 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18946
c499ed39
DJ
189472007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18948
18949 * gdb.base/maint.exp: Remove full paths from test names.
18950 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18951 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18952
9836f81b
JB
189532007-02-27 Joel Brobecker <brobecker@adacore.com>
18954
18955 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18956
c74d0ad8
DJ
189572007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18958
18959 * gdb.server/server-mon.exp: New test.
18960
2711e456
DJ
189612007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18962
18963 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18964
ff6f572f
DJ
189652007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18966
18967 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18968 register capitalization.
18969
fada3feb
DP
189702007-02-13 Denis Pilat <denis.pilat@st.com>
18971
18972 * gdb.mi/mi-var-invalidate.exp: New file.
18973
fb1e4ffc
DJ
189742007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18975
18976 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18977
3da939d7
DJ
189782007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18979
18980 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18981
123dc839
DJ
189822007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18983
18984 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18985 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18986
877e3645 189872007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
18988
18989 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18990 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18991 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18992 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18993 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 18994 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 18995 Update tests to include value field in output of -var-create.
a9c64011 18996
3c0a2960
AS
189972007-02-08 Andreas Schwab <schwab@suse.de>
18998
18999 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19000
108546a0
DJ
190012007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19002
19003 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19004 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19005
d701dcab
DP
190062007-02-02 Denis Pilat <denis.pilat@st.com>
19007
19008 * gdb.threads/threadapply.exp: check that frame is not changed by
19009 the thread apply all command.
19010
783e3e2f
AS
190112007-01-31 Andreas Schwab <schwab@suse.de>
19012
6d9c3a87
AS
19013 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19014
3c50d7b9
AS
19015 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19016 in the dwarf sections.
19017 * gdb.dwarf2/mac-fileno.S: Likewise.
19018
783e3e2f
AS
19019 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19020 bspstore register on ia64.
19021
78ff580e
AS
190222007-01-29 Andreas Schwab <schwab@suse.de>
19023
cc8e9b12
AS
19024 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19025 "frame-begin" annotation.
19026
78ff580e
AS
19027 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19028 number of "frames-invalid" annotations.
19029
704a4f78
DJ
190302007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19031
19032 * gdb.base/commands.exp: Call if_commands_test.
19033 (gdb_test_no_prompt, if_commands_test): New.
19034
e741bf94
MK
190352007-01-28 Mark Kettenis <kettenis@gnu.org>
19036
19037 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19038
474d0ad3
AS
190392007-01-27 Andreas Schwab <schwab@suse.de>
19040
19041 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19042 .short/.int/.quad in the dwarf sections.
19043 * gdb.dwarf2/dw2-intercu.S: Likewise.
19044 * gdb.dwarf2/dw2-intermix.S: Likewise.
19045
e784b426
JK
190462007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19047
19048 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
19049 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19050 array.
e784b426
JK
19051 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19052 * gdb.base/setvar.exp: Likewise.
19053
37f08e04
AS
190542007-01-26 Andreas Schwab <schwab@suse.de>
19055
9a01813a
AS
19056 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19057 test.
19058
37f08e04
AS
19059 * gdb.base/multi-forks.exp ("restart $i"): Also match
19060 __kernel_syscall_via_break.
19061
6e2a9270
VP
190622007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19063
19064 * lib/mi-support.exp (mi_delete_varobj): New.
19065 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19066 testcase.
19067 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19068 (main): Call the above.
19069 (reference_update_test, base_in_reference_test)
19070 (reference_to_pointer): Delete the created varobjs.
a9c64011 19071
e515b470
DJ
190722007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19073
19074 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19075 * configure: Regenerated.
19076 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19077 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19078 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19079 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19080 * lib/gdb.exp (gdb_skip_xml_test): New function.
19081
08d8bcd7
DJ
190822007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19083
19084 * gdb.base/sigrepeat.exp: Correct error message.
19085
190862007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
19087 Daniel Jacobowitz <dan@codesourcery.com>
19088
19089 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19090 gdb.arch/i386-gnu-cfi-asm.S: New files.
19091
97c3f1f3
JK
190922007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19093
19094 * lib/gdb.exp: Abort on missing `site.exp'.
19095
cb1df416
DJ
190962007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19097 Daniel Jacobowitz <dan@codesourcery.com>
19098
19099 * gdb.base/included.c, gdb.base/included.exp,
19100 gdb.base/included.h: New files.
19101
35990120
DJ
191022007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19103
19104 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19105 (maximize_rlimit): Reduce limits on 64-bit systems.
19106
6e81a116 191072007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
19108
19109 From Marcus Deuling <deuling@de.ibm.com>:
19110 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19111 every case.
19112
6c3c41f3
NR
191132007-01-13 Nick Roberts <nickrob@snap.net.nz>
19114
19115 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19116 (test_path_specification): Use objdir instead of srcdir to always
19117 get an absolute filename.
19118
2f12c312
DJ
191192007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19120
19121 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19122
81121995
VP
191232007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19124
19125 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19126 Make sure the variable we're using is in scope.
19127 (reference_to_pointer): Likewise.
19128
4741b737
DJ
191292007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19130
19131 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19132 has no debug information.
19133
054410c3
DJ
191342007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19135
19136 * gdb.base/annota1.exp: Remove extra send_gdb.
19137
818f79f6
DJ
191382007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19139
19140 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19141
f7a6bb70
DJ
191422007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19143
19144 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19145
57e66780
DJ
191462007-01-08 Nick Roberts <nickrob@snap.net.nz>
19147 Daniel Jacobowitz <dan@codesourcery.com>
19148
19149 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19150 lcharacter or linteger change. Correct duplicated test name.
19151 * gdb.mi/mi2-var-cmd.exp: Likewise.
19152
3d799a95
DJ
191532007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19154
19155 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19156
191572007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 19158
a9c64011
AS
19159 * gdb.base/nofield.c: New file.
19160 * gdb.base/nofield.exp: New testcase.
51679ba9 19161
eafb94e8
NR
191622007-01-05 Nick Roberts <nickrob@snap.net.nz>
19163
19164 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19165
19166 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19167 test.
19168
5e572bb4
DJ
191692007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19170
19171 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19172
74a44383
DJ
191732007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19174
19175 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19176 when continuing.
19177
1b572db9
DJ
191782007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19179
19180 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19181 Expect ".exe" extension.
19182
381bc39b
DJ
191832007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19184
19185 * gdb.base/charset.exp: Add explicit filename to break.
19186 * gdb.base/dbx.exp: Add explicit filename to breaks.
19187
2b70e4c6
DJ
191882007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19189
19190 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19191 * gdb.mi/mi2-file.exp: Likewise.
19192
303b6f5d
DJ
191932007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19194
19195 Implement specification of MI tests as comments
19196 in C and C++ sources.
19197 * lib/mi-support.exp (mi_autotest_data): New variable.
19198 (mi_autotest_source): New variable.
19199 (count_newlines, mi_prepare_inline_tests)
19200 (mi_get_inline_test, mi_continue_to_line)
19201 (mi_run_inline_test, mi_tbreak)
19202 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19203 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19204 Run inline tests.
19205 * gdb.mi/mi-var-cp.cc: Define tests here.
19206
23da0d94
VP
192072007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19208
19209 Simplify usage of mi_continue_to.
19210 * lib/mi-support.exp (mi_runto_helper): Renamed
19211 from mi_runto, added new parameter 'run_or_continue'.
19212 (mi_runto): Use mi_runto_helper.
19213 (mi_continue_to): Accept just function name as parameter.
19214 Use mi_runto_helper.
19215 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19216 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 19217
f9e18282
JB
192182006-01-04 Joel Brobecker <brobecker@adacore.com>
19219
19220 Make this testcase a bit more realistic. The current code
19221 is too simplistic, and allows the compiler to optimize out
19222 some of the entities we need for this testcase.
19223 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19224 (Do_Nothing): Add extra parameter.
19225 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19226 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19227 by using a variable of type Void_Star.
19228
fd678c65
JB
192292006-01-04 Joel Brobecker <brobecker@adacore.com>
19230
19231 * gdb.ada/catch_ex/foo.adb: New file.
19232 * gdb.ada/catch_ex.exp: New testcase.
19233
05cfdb42
DJ
192342007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19235
19236 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19237 pass --image-base to linker.
19238
2e03ee74
DJ
192392007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19240 Daniel Jacobowitz <dan@codesourcery.com>
19241
19242 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19243 secondary prompts.
19244
0d5de010
DJ
192452007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19246
19247 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19248 output. Test the types of members and member pointers.
19249 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19250 gdb/2092.
19251 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19252 statement. Enable for GCC. Update expected output for some tests
19253 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19254 layout.
19255 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19256 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19257 (Diamond::vget_base): New.
19258 (main): Add new tests.
19259 * gdb.cp/printmethod.exp: Update expected output for member functions.
19260 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19261 print pEe->D::vg().
19262
61a771aa
DJ
192632007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19264
19265 * gdb.threads/tls.exp: Allow stops in sem_post.
19266
2fa63963
DJ
192672006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19268
19269 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19270 * gdb.base/annota3.exp: Likewise.
19271 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19272 again (instead of timing out).
19273 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19274 GCC bug 26475.
19275 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19276 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19277 test from jmisc1.exp.
19278 * gdb.java/jmisc1.exp: Delete.
19279 * gdb.java/jprint.exp: Adjust to work with method signatures including
19280 return types.
19281 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19282 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19283 * lib/java.exp (compile_java_from_source): Pass the correct type
19284 to target_compile.
19285
5eefc2b7
JB
192862006-12-31 Joel Brobecker <brobecker@adacore.com>
19287
19288 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19289 (stack_align_edx): New function.
19290 (stack_align_eax): New function.
19291 (main): Add calls to stack_align_edx and stack_align_eax.
19292 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19293 Add testing for the cases where the register used during a stack
19294 realignment is edx. Same for eax.
19295
227c54da
DJ
192962006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19297
19298 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19299 and generic PE targets.
19300
cab8ac94
JB
193012006-12-29 Joel Brobecker <brobecker@adacore.com>
19302
19303 * gdb.ada/array_return.exp: Update copyright date list.
19304
ba54f318
JB
193052006-12-27 Joel Brobecker <brobecker@adacore.com>
19306
19307 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19308 (Create_Small_Float_Vector): New function.
19309 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19310 function body.
19311 * gdb.ada/array_return/p.adb: Use new type and function from
19312 package Pck.
19313 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19314 able to print the value returned by a function returning an
19315 array of float.
19316
6b7a35dd
JB
193172006-12-20 Joel Brobecker <brobecker@adacore.com>
19318
19319 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19320 The associated tests should be PASSing.
19321
038224f6
VP
193222006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19323
19324 Test for base in references.
19325 * gdb.mi/mi-var-cp.cc: Add test code.
19326 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19327 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19328 * gdb.mi/mi2-watch.exp: Likewise.
19329 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19330 (mi_list_varobj_children): New function.
19331
b26ed50d
VP
193322006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19333
19334 * lib/mi-support.exp
19335 (mi_runto): Accept "()" after function name.
19336 (mi_create_varobj): New function.
19337 (mi_varobj_update): New function.
19338 (mi_Check_varobj_value): New function.
19339 * gdb.mi/mi-var-cp.exp: New file.
19340 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 19341
08232497
DJ
193422006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19343
19344 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19345 gdb.base/weaklib2.c: New files.
19346
d394c993 193472006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 19348
ac6c2fba
NS
19349 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19350 info. Adjust test names.
19351
8ec659a0 19352 * gdb.base/break.c (main): Move position of malloc.
d394c993 19353 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 19354
acd65feb
VP
193552006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19356
19357 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19358 assignement of arrays and function pointers.
19359 * gdb.mi/var-cmd.c: Add declaration necessary for above
19360 tests.
19361
f556d5e5
NS
193622006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19363
19364 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
19365
19366 * gdb.threads/linux-dp.exp: Read thread table before and after
19367 creating each philosopher and verify it.
19368
697bc68d
NS
193692006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19370 Paul Brook <paul@codesourcery.com>
19371 Daniel Jacobowitz <dan@codesourcery.com>
19372
19373 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 19374 main to remove duplication. Add start function of the form
697bc68d
NS
19375 '_*start[1-9]*'. Add RVDS start function.
19376
29d73ae4
DJ
193772006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19378
19379 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19380
c1d88655
UW
193812006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19382
19383 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19384 * gdb.asm/spu.inc: New file.
19385 * gdb.base/term.exp: Disable if [target_info exists noargs].
19386 * gdb.gdb/complaints.exp: Disable if ![isnative].
19387 * gdb.gdb/selftest.exp: Likewise.
19388 * gdb.gdb/observer.exp: Likewise.
19389 * gdb.gdb/xfullpath.exp: Likewise.
19390 * gdb.base/attach.exp: Disable on SPU target.
19391 * gdb.cp/bs145503.exp: Likewise.
19392 * gdb.cp/exception.exp: Likewise.
19393 * gdb.cp/userdef.exp: Likewise.
19394
32a13b1a
DJ
193952006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19396
19397 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19398
d8295fe9
VP
193992006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19400
19401 * gdb.base/completion.exp: Fix completion tests for
19402 'info' and 'info '.
19403 * gdb.base/help.exp (help_test_raw, test_class_help)
19404 (test_prefix_command_help): Move...
19405 * lib/gdb.exp: Here.
19406 * gdb.base/main.exp: Adjust.
19407 * gdb.cp/maint.exp: Adjust.
19408 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 19409
8c394015
VP
194102006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19411
19412 * gdb.stabs/weird.exp (print_weird_var): Use
19413 gdb_test_multiple instead of gdb_expect.
19414
027fc1bc
VP
194152006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19416
19417 * gdb.base/help.exp (help_test_raw): New.
19418 (test_class_help): New.
19419 (test_prefix_command_help): New.
19420 Adjust testcases.
19421
67609209
FR
194222006-11-09 Christophe Lyon <christophe.lyon@st.com>
19423
19424 * gdb.base/constvars.c (main): Write to crass and crips, so that
19425 they are allocated by the compiler.
19426
f73adfeb
AS
194272006-10-27 Andreas Schwab <schwab@suse.de>
19428
19429 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19430 "detach-fork".
19431
2f83a18e
DJ
194322006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19433
19434 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19435 of patterns.
19436
94277a38
DJ
194372006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19438
19439 * gdb.base/sepdebug.exp: Remove debug format test.
19440 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19441 Handle no-symtab.
19442 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19443
5bd2f6e2
DJ
194442006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19445
19446 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19447 int to pointer or pointer to int.
19448 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19449
8c008720
DJ
194502006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19451
19452 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19453
9e35dae4
DJ
194542006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19455
19456 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19457
d9639e13
DJ
194582006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19459
19460 PR c++/2116
19461 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19462
390a1bd0
JB
194632006-10-06 Joel Brobecker <brobecker@adacore.com>
19464
19465 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19466 the corresponding bug has been fixed in GDB (PR/2018).
19467
dd920c33
JB
194682006-10-06 Joel Brobecker <brobecker@adacore.com>
19469
19470 * gdb.base/subst.exp: New testcase.
19471
53bbefe9
JB
194722006-10-06 Joel Brobecker <brobecker@adacore.com>
19473
19474 * gdb.ada/array_return/pck.ads: Add copyright notice.
19475 * gdb.ada/array_return/pck.adb: Likewise.
19476 * gdb.ada/array_return/p.adb: Likewise.
19477 * gdb.ada/exec_changed/first.adb: Likewise.
19478 * gdb.ada/exec_changed/second.adb: Likewise.
19479
09851417
JB
194802006-10-06 Joel Brobecker <brobecker@adacore.com>
19481
19482 * gdb.ada/watch_arg/watch.adb: New file.
19483 * gdb.ada/watch_arg.exp: New testcase.
19484
041bf30d
VP
194852006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19486
19487 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 19488 via string_to_regexp.
041bf30d 19489 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 19490
f286fbdd 194912006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
19492
19493 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19494 Remove unused / obsolete files.
19495
7c07f349
NR
194962006-09-19 Nick Roberts <nickrob@snap.net.nz>
19497
19498 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19499
cd5ff84a
VP
195002006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19501
19502 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19503 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 19504 the number of frames.
cd5ff84a 19505
ae018d1a
DJ
195062006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19507
19508 * gdb.base/args.c (main): Add breakpoint marker.
19509 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19510 really test empty arguments.
19511 (args_load): Delete.
19512 (args_test): New.
19513
b399c549
NR
195142006-09-13 Nick Roberts <nickrob@snap.net.nz>
19515
19516 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 19517 check for one file.
b399c549 19518
2ab1eb7a
VP
195192006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19520
19521 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19522 HIGH_FRAME argument to -stack-list-locals can be larger than
19523 the number of frames.
a9c64011 19524
476308bf
FF
195252006-08-18 Fred Fish <fnf@specifix.com>
19526
19527 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19528 '$' in front of skip_vmx_tests_saved when setting that.
19529
8625200f
AS
195302006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19531
19532 * gdb.base/trace-commands.exp: New file.
19533
089ec8f1
DJ
195342006-08-10 Joel Brobecker <brobecker@adacore.com>
19535 Daniel Jacobowitz <dan@codesourcery.com>
19536
19537 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19538 expected output of the backtrace commands.
19539
b60f0898
JB
195402006-08-09 Joel Brobecker <brobecker@adacore.com>
19541
19542 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19543 untested followed by return combination.
19544 * gdb.arch/altivec-regs.exp: Likewise.
19545 * gdb.arch/e500-abi.exp: Likewise.
19546 * gdb.arch/e500-regs.exp: Likewise.
19547 * gdb.arch/gdb1291.exp: Likewise.
19548 * gdb.arch/gdb1431.exp: Likewise.
19549 * gdb.arch/gdb1558.exp: Likewise.
19550 * gdb.arch/i386-prologue.exp: Likewise.
19551 * gdb.arch/i386-unwind.exp: Likewise.
19552 * gdb.asm/asm-source.exp: Likewise.
19553 * gdb.base/a2-run.exp: Likewise.
19554 * gdb.base/advance.exp: Likewise.
19555 * gdb.base/all-bin.exp: Likewise.
19556 * gdb.base/annota1.exp: Likewise.
19557 * gdb.base/annota3.exp: Likewise.
19558 * gdb.base/args.exp: Likewise.
19559 * gdb.base/arithmet.exp: Likewise.
19560 * gdb.base/assign.exp: Likewise.
19561 * gdb.base/async.exp: Likewise.
19562 * gdb.base/attach.exp: Likewise.
19563 * gdb.base/bang.exp: Likewise.
19564 * gdb.base/bigcore.exp: Likewise.
19565 * gdb.base/bitfields.exp: Likewise.
19566 * gdb.base/bitfields2.exp: Likewise.
19567 * gdb.base/break.exp: Likewise.
19568 * gdb.base/call-sc.exp: Likewise.
19569 * gdb.base/call-strs.exp: Likewise.
19570 * gdb.base/callfuncs.exp: Likewise.
19571 * gdb.base/checkpoint.exp: Likewise.
19572 * gdb.base/chng-syms.exp: Likewise.
19573 * gdb.base/code-expr.exp: Likewise.
19574 * gdb.base/commands.exp: Likewise.
19575 * gdb.base/completion.exp: Likewise.
19576 * gdb.base/cond-expr.exp: Likewise.
19577 * gdb.base/condbreak.exp: Likewise.
19578 * gdb.base/consecutive.exp: Likewise.
19579 * gdb.base/constvars.exp: Likewise.
19580 * gdb.base/corefile.exp: Likewise.
19581 * gdb.base/cvexpr.exp: Likewise.
19582 * gdb.base/dbx.exp: Likewise.
19583 * gdb.base/define.exp: Likewise.
19584 * gdb.base/detach.exp: Likewise.
19585 * gdb.base/display.exp: Likewise.
19586 * gdb.base/dump.exp: Likewise.
19587 * gdb.base/ena-dis-br.exp: Likewise.
19588 * gdb.base/ending-run.exp: Likewise.
19589 * gdb.base/environ.exp: Likewise.
19590 * gdb.base/eval-skip.exp: Likewise.
19591 * gdb.base/exprs.exp: Likewise.
19592 * gdb.base/fileio.exp: Likewise.
19593 * gdb.base/finish.exp: Likewise.
19594 * gdb.base/float.exp: Likewise.
19595 * gdb.base/foll-exec.exp: Likewise.
19596 * gdb.base/foll-fork.exp: Likewise.
19597 * gdb.base/foll-vfork.exp: Likewise.
19598 * gdb.base/freebpcmd.exp: Likewise.
19599 * gdb.base/funcargs.exp: Likewise.
19600 * gdb.base/gcore.exp: Likewise.
19601 * gdb.base/gdb1090.exp: Likewise.
19602 * gdb.base/gdb1250.exp: Likewise.
19603 * gdb.base/huge.exp: Likewise.
19604 * gdb.base/info-proc.exp: Likewise.
19605 * gdb.base/interrupt.exp: Likewise.
19606 * gdb.base/jump.exp: Likewise.
19607 * gdb.base/langs.exp: Likewise.
19608 * gdb.base/lineinc.exp: Likewise.
19609 * gdb.base/list.exp: Likewise.
19610 * gdb.base/logical.exp: Likewise.
19611 * gdb.base/long_long.exp: Likewise.
19612 * gdb.base/macscp.exp: Likewise.
19613 * gdb.base/maint.exp: Likewise.
19614 * gdb.base/mips_pro.exp: Likewise.
19615 * gdb.base/miscexprs.exp: Likewise.
19616 * gdb.base/multi-forks.exp: Likewise.
19617 * gdb.base/opaque.exp: Likewise.
19618 * gdb.base/overlays.exp: Likewise.
19619 * gdb.base/pc-fp.exp: Likewise.
19620 * gdb.base/pointers.exp: Likewise.
19621 * gdb.base/printcmds.exp: Likewise.
19622 * gdb.base/psymtab.exp: Likewise.
19623 * gdb.base/ptype.exp: Likewise.
19624 * gdb.base/recurse.exp: Likewise.
19625 * gdb.base/relational.exp: Likewise.
19626 * gdb.base/relocate.exp: Likewise.
19627 * gdb.base/remote.exp: Likewise.
19628 * gdb.base/reread.exp: Likewise.
19629 * gdb.base/restore.exp: Likewise.
19630 * gdb.base/return.exp: Likewise.
19631 * gdb.base/return2.exp: Likewise.
19632 * gdb.base/scope.exp: Likewise.
19633 * gdb.base/sect-cmd.exp: Likewise.
19634 * gdb.base/sep.exp: Likewise.
19635 * gdb.base/sepdebug.exp: Likewise.
19636 * gdb.base/setshow.exp: Likewise.
19637 * gdb.base/setvar.exp: Likewise.
19638 * gdb.base/sigall.exp: Likewise.
19639 * gdb.base/sigbpt.exp: Likewise.
19640 * gdb.base/signals.exp: Likewise.
19641 * gdb.base/signull.exp: Likewise.
19642 * gdb.base/sizeof.exp: Likewise.
19643 * gdb.base/solib.exp: Likewise.
19644 * gdb.base/step-line.exp: Likewise.
19645 * gdb.base/step-test.exp: Likewise.
19646 * gdb.base/structs.exp: Likewise.
19647 * gdb.base/structs2.exp: Likewise.
19648 * gdb.base/term.exp: Likewise.
19649 * gdb.base/twice.exp: Likewise.
19650 * gdb.base/until.exp: Likewise.
19651 * gdb.base/varargs.exp: Likewise.
19652 * gdb.base/volatile.exp: Likewise.
19653 * gdb.base/watchpoint.exp: Likewise.
19654 * gdb.base/whatis-exp.exp: Likewise.
19655 * gdb.base/whatis.exp: Likewise.
19656 * gdb.cp/ambiguous.exp: Likewise.
19657 * gdb.cp/annota2.exp: Likewise.
19658 * gdb.cp/annota3.exp: Likewise.
19659 * gdb.cp/bool.exp: Likewise.
19660 * gdb.cp/breakpoint.exp: Likewise.
19661 * gdb.cp/casts.exp: Likewise.
19662 * gdb.cp/class2.exp: Likewise.
19663 * gdb.cp/classes.exp: Likewise.
19664 * gdb.cp/cplusfuncs.exp: Likewise.
19665 * gdb.cp/ctti.exp: Likewise.
19666 * gdb.cp/derivation.exp: Likewise.
19667 * gdb.cp/exception.exp: Likewise.
19668 * gdb.cp/gdb1355.exp: Likewise.
19669 * gdb.cp/hang.exp: Likewise.
19670 * gdb.cp/inherit.exp: Likewise.
19671 * gdb.cp/local.exp: Likewise.
19672 * gdb.cp/m-data.exp: Likewise.
19673 * gdb.cp/m-static.exp: Likewise.
19674 * gdb.cp/member-ptr.exp: Likewise.
19675 * gdb.cp/method.exp: Likewise.
19676 * gdb.cp/misc.exp: Likewise.
19677 * gdb.cp/namespace.exp: Likewise.
19678 * gdb.cp/overload.exp: Likewise.
19679 * gdb.cp/ovldbreak.exp: Likewise.
19680 * gdb.cp/pr-1023.exp: Likewise.
19681 * gdb.cp/pr-1210.exp: Likewise.
19682 * gdb.cp/pr-574.exp: Likewise.
19683 * gdb.cp/printmethod.exp: Likewise.
19684 * gdb.cp/psmang.exp: Likewise.
19685 * gdb.cp/ref-params.exp: Likewise.
19686 * gdb.cp/ref-types.exp: Likewise.
19687 * gdb.cp/rtti.exp: Likewise.
19688 * gdb.cp/templates.exp: Likewise.
19689 * gdb.cp/try_catch.exp: Likewise.
19690 * gdb.cp/userdef.exp: Likewise.
19691 * gdb.cp/virtfunc.exp: Likewise.
19692 * gdb.disasm/am33.exp: Likewise.
19693 * gdb.disasm/h8300s.exp: Likewise.
19694 * gdb.disasm/mn10300.exp: Likewise.
19695 * gdb.disasm/sh3.exp: Likewise.
19696 * gdb.disasm/t01_mov.exp: Likewise.
19697 * gdb.disasm/t02_mova.exp: Likewise.
19698 * gdb.disasm/t03_add.exp: Likewise.
19699 * gdb.disasm/t04_sub.exp: Likewise.
19700 * gdb.disasm/t05_cmp.exp: Likewise.
19701 * gdb.disasm/t06_ari2.exp: Likewise.
19702 * gdb.disasm/t07_ari3.exp: Likewise.
19703 * gdb.disasm/t08_or.exp: Likewise.
19704 * gdb.disasm/t09_xor.exp: Likewise.
19705 * gdb.disasm/t10_and.exp: Likewise.
19706 * gdb.disasm/t11_logs.exp: Likewise.
19707 * gdb.disasm/t12_bit.exp: Likewise.
19708 * gdb.disasm/t13_otr.exp: Likewise.
19709 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19710 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19711 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19712 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19713 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19714 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19715 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19716 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19717 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19718 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19719 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19720 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19721 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19722 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19723 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19724 * gdb.mi/gdb701.exp: Likewise.
19725 * gdb.mi/gdb792.exp: Likewise.
19726 * gdb.mi/mi-basics.exp: Likewise.
19727 * gdb.mi/mi-break.exp: Likewise.
19728 * gdb.mi/mi-cli.exp: Likewise.
19729 * gdb.mi/mi-console.exp: Likewise.
19730 * gdb.mi/mi-disassemble.exp: Likewise.
19731 * gdb.mi/mi-eval.exp: Likewise.
19732 * gdb.mi/mi-file.exp: Likewise.
19733 * gdb.mi/mi-read-memory.exp: Likewise.
19734 * gdb.mi/mi-regs.exp: Likewise.
19735 * gdb.mi/mi-return.exp: Likewise.
19736 * gdb.mi/mi-simplerun.exp: Likewise.
19737 * gdb.mi/mi-stack.exp: Likewise.
19738 * gdb.mi/mi-stepi.exp: Likewise.
19739 * gdb.mi/mi-syn-frame.exp: Likewise.
19740 * gdb.mi/mi-until.exp: Likewise.
19741 * gdb.mi/mi-var-block.exp: Likewise.
19742 * gdb.mi/mi-var-child.exp: Likewise.
19743 * gdb.mi/mi-var-cmd.exp: Likewise.
19744 * gdb.mi/mi-var-display.exp: Likewise.
19745 * gdb.mi/mi-watch.exp: Likewise.
19746 * gdb.mi/mi2-basics.exp: Likewise.
19747 * gdb.mi/mi2-break.exp: Likewise.
19748 * gdb.mi/mi2-cli.exp: Likewise.
19749 * gdb.mi/mi2-console.exp: Likewise.
19750 * gdb.mi/mi2-disassemble.exp: Likewise.
19751 * gdb.mi/mi2-eval.exp: Likewise.
19752 * gdb.mi/mi2-file.exp: Likewise.
19753 * gdb.mi/mi2-read-memory.exp: Likewise.
19754 * gdb.mi/mi2-regs.exp: Likewise.
19755 * gdb.mi/mi2-return.exp: Likewise.
19756 * gdb.mi/mi2-simplerun.exp: Likewise.
19757 * gdb.mi/mi2-stack.exp: Likewise.
19758 * gdb.mi/mi2-stepi.exp: Likewise.
19759 * gdb.mi/mi2-syn-frame.exp: Likewise.
19760 * gdb.mi/mi2-until.exp: Likewise.
19761 * gdb.mi/mi2-var-block.exp: Likewise.
19762 * gdb.mi/mi2-var-child.exp: Likewise.
19763 * gdb.mi/mi2-var-cmd.exp: Likewise.
19764 * gdb.mi/mi2-var-display.exp: Likewise.
19765 * gdb.mi/mi2-watch.exp: Likewise.
19766 * gdb.stabs/exclfwd.exp: Likewise.
19767 * gdb.stabs/weird.exp: Likewise.
19768 * gdb.threads/gcore-thread.exp: Likewise.
19769 * gdb.trace/actions.exp: Likewise.
19770 * gdb.trace/backtrace.exp: Likewise.
19771 * gdb.trace/circ.exp: Likewise.
19772 * gdb.trace/collection.exp: Likewise.
19773 * gdb.trace/deltrace.exp: Likewise.
19774 * gdb.trace/infotrace.exp: Likewise.
19775 * gdb.trace/limits.exp: Likewise.
19776 * gdb.trace/packetlen.exp: Likewise.
19777 * gdb.trace/passc-dyn.exp: Likewise.
19778 * gdb.trace/passcount.exp: Likewise.
19779 * gdb.trace/report.exp: Likewise.
19780 * gdb.trace/save-trace.exp: Likewise.
19781 * gdb.trace/tfind.exp: Likewise.
19782 * gdb.trace/tracecmd.exp: Likewise.
19783 * gdb.trace/while-dyn.exp: Likewise.
19784 * gdb.trace/while-stepping.exp: Likewise.
19785
f4b618d1
JB
197862006-08-08 Joel Brobecker <brobecker@adacore.com>
19787
19788 * gdb.base/step-bt.c: New file.
19789 * gdb.base/step-bt.exp: New testcase.
19790
3d00d119
DJ
197912006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
19792
19793 * config/monitor.exp (gdb_load): Remove support for obsolete
19794 download-write-size.
19795 * gdb.base/remote.exp: Likewise. Update all callers of
19796 gdb_timed_load.
19797
017b5bd4
DJ
197982006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19799
19800 * cursal.exp: Pass binfile to gdb_load.
19801
837c599d
DJ
198022006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19803
19804 * gdb.base/cursal.exp: Add "" to gdb_load call.
19805
8dd4540b
MK
198062006-07-29 Mark Kettenis <kettenis@gnu.org>
19807
19808 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19809 NetBSD/ELF targets.
19810
ab5c9f60
DJ
198112006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19812
19813 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19814 operator*.
19815
4c42eaff
DJ
198162006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19817
19818 * gdb.base/completion.exp: Update for change in "file" behavior.
19819 * gdb.stabs/weird.exp: Likewise.
19820 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19821 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19822
0155cc76
NS
198232006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19824
19825 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19826 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19827
16026cd7
AS
198282006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19829
19830 * gdb.base/default.exp: Update source command error message.
19831 * gdb.base/help.exp: Update 'help source' message.
19832
16963cb6
DJ
198332006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19834
19835 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19836 test.
19837
6d7fd486
AS
198382006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19839
19840 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19841
29e8a844
DJ
198422006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19843
19844 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19845
6afcfa39
DJ
198462006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19847
19848 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19849
267a692b
MK
198502006-07-17 Mark Kettenis <kettenis@gnu.org>
19851
19852 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19853 *-*-openbsd* from targets for wich we expect ARM FPA floating
19854 point format.
19855
85d2fec4
NR
198562006-07-17 Nick Roberts <nickrob@snap.net.nz>
19857
19858 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19859
198602006-07-17 Mark Kettenis <kettenis@gnu.org>
19861
19862 * gdb.base/annota3.exp: Expect frame-begin annotation.
19863
85b4c6e8
JB
198642006-07-14 Joel Brobecker <brobecker@adacore.com>
19865
19866 * gdb.base/help.exp: Adjust "help unset" test to accept
19867 any list of unset commands.
19868
fb933624
DJ
198692006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19870 Daniel Jacobowitz <dan@codesourcery.com>
19871
19872 * gdb.cp/ref-params.exp: New test.
19873 * gdb.cp/ref-params.cc: New source file.
19874 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19875
1dff4b64
MK
198762006-07-08 Mark Kettenis <kettenis@gnu.org>
19877
19878 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19879 spaces/tabs in regular expressions since they might not be there.
19880
40d2e0e3
AS
198812006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19882
19883 * gdb.base/ifelse.exp: New file.
19884
f6c957d2
NS
198852006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19886
19887 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19888 line.
19889 * gdb.base/huge.exp: Loop over compilation to find a size that
19890 is acceptable.
19891 * gdb.base/remote.exp: Correct expected strings.
19892 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19893
b9c5a23d
DJ
198942006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19895
19896 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19897
9af2e58d
DJ
198982006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19899
19900 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19901 native.
19902
30930ca5
DJ
199032006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19904
19905 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19906 enable stabs testing.
19907
aa32fa1d
DJ
199082006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19909
bd4a4c80 19910 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
19911 gdb_test_multiple does.
19912
321fef15
DJ
199132006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19914
19915 * Makefile.in (host_alias): Remove.
19916 (target_alias): Use @target_noncanonical@.
19917 (site.exp): Don't set host_alias.
19918 * aclocal.m4: Remove contents. Include acx.m4.
19919 * configure: Regenerated.
19920 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19921
e1c2defa
NS
199222006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19923
e63b55d1
NS
19924 * lib/gdb.exp (gdb_load_cmd): New.
19925
5600ea19
NS
19926 * gdb.base/fileio.c: Add system(NULL) test.
19927 * gdb.base/fileio.exp: Check it.
19928
e1c2defa
NS
19929 * gdb.base/break.c: Add 10a breakpoint at }
19930 * gdb.base/break.exp: Add test for breakpoint at }
19931 * gdb.cp/anon-union.cc: Add code at end of function.
19932 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19933 * gdb.mi/var-cmd.c: Add code at end of function.
19934 * gdb.mi/mi-var-display.exp: Adjust end of next.
19935 * gdb.mi/mi2-var-display.exp: Likewise.
19936 * gdb.base/fileio.c: Add stop function and insert calls at
19937 stopping places.
19938 * gdb.base/fileio.exp: Breakpoint stop function and remove
19939 explicit line number references.
19940
6c0112ec
JB
199412006-05-19 Joel Brobecker <brobecker@adacore.com>
19942
a9c64011
AS
19943 * gdb.base/del.exp (test_delete_alias): New function.
19944 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 19945
154189a4
FF
199462006-05-18 Fred Fish <fnf@specifix.com>
19947
19948 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19949 required. Check for spurious output after program exits normally.
19950
582e64c2
FF
199512006-05-17 Fred Fish <fnf@specifix.com>
19952
19953 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19954 gdb_load, so it works in the simulator.
19955
8ef6493a
FF
199562006-05-11 Fred Fish <fnf@specifix.com>
19957
19958 * gdb.base/bang.exp: Ignore unexpected output between the
19959 "program exited normally" and the gdb prompt, as many other
19960 tests do.
19961
692b141c
MK
199622006-05-07 Mark Kettenis <kettenis@gnu.org>
19963
19964 * gdb.base/help.exp: Make "delete checkpoint" part option for
19965 "help d" and "help delete" tests.
19966
540b8a30
UW
199672006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19968
a9c64011 19969 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
19970 expected output in some mi_gdb_test statements.
19971 * gdb.mi/mi2-basics.exp: Likewise.
19972
9b6462d9
JB
199732006-05-05 Joel Brobecker <brobecker@adacore.com>
19974
19975 * gdb.base/del.c: New file.
19976 * gdb.base/del.exp: New testcase.
19977
954de43b
DM
199782006-05-05 David S. Miller <davem@sunset.davemloft.net>
19979
19980 * gdb.base/break.exp: Do not assume a breakpoint on
19981 main will actually be in $srcfile when optimizing.
1303f75e
DM
19982 * gdb.base/savedregs.exp: Do not require that the dummy
19983 frame location match up to a symbol and source file location.
c3242428
DM
19984 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19985 will get printed without a mi_cmd_data_list_register_values prefix.
19986 (*-data-list-register-*): Correct regular expressions to expect the new
19987 pseudo d? floating point registers.
19988 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 19989
c7e64c9a
DJ
199902006-05-05 Christophe Lyon <christophe.lyon@st.com>
19991
19992 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19993 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19994 is allocated by the compiler.
19995 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19996 anons, e, anone to force their allocation by the compiler.
19997
199982006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
19999
20000 * gdb.base/help.exp: Update expected text for help d and
20001 help delete.
20002
27ce9a6d
MK
200032006-05-02 Mark Kettenis <kettenis@gnu.org>
20004
20005 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20006 NetBSD/ELF targets.
20007
8608915f
MK
200082006-04-30 Mark Kettenis <kettenis@gnu.org>
20009
20010 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20011 single-step breakpoint fails; make this a KFAIL on
20012 sparc*-*-openbsd*.
20013 * gdb.base/siginfo.exp: Likewise.
20014 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20015
b8db102d
MS
200162006-04-26 Michael Snyder <msnyder@redhat.com>
20017
20018 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20019 which may have to consume output from other forks.
20020 Add tests to make sure that "delete fork" succeeded.
20021
c702009a
MS
200222006-04-20 Michael Snyder <msnyder@redhat.com>
20023
20024 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20025 Add support for the Renesas M32C and M16C.
20026
20027 * gdb.asm/asm-source.exp: Add m32c target.
20028 * gdb.asm/m32c.inc: Support for m32c target.
20029
e28493f2
AS
200302006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20031
20032 * gdb.base/commands.exp (recursive_source_test): New test.
20033
880da185
DM
200342006-04-04 David S. Miller <davem@sunset.davemloft.net>
20035
20036 * gdb.base/float.exp: Add pattern for sparc targets.
20037
61d9b92f
DJ
200382006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20039
20040 * gdb.base/commands.exp (stray_arg0_test): New test.
20041
bd717df8
PB
200422006-03-30 Paul Brook <paul@codesourcery.com>
20043
20044 * gdb.mi/mi-until.exp: kfail broken until command.
20045 * gdb.mi/mi2-until.exp: Ditto.
20046
ec793d3c
NR
200472006-03-27 Nick Roberts <nickrob@snap.net.nz>
20048
20049 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20050
831004b7
AO
200512006-03-08 Alexandre Oliva <aoliva@redhat.com>
20052
20053 * gdb.base/prelink.exp: Anchor tested-for regular expression
20054 on gdb prompt.
20055
effe49a0
PB
200562006-03-07 Paul Brook <paul@codesourcery.com>
20057
20058 * gdb.base/assign.exp: Correct fail message.
20059
e5461016
PB
200602006-03-07 Paul Brook <paul@codesourcery.com>
20061
20062 * lib/compiler.c: Extract armcc version number.
20063 * lib/compiler.cc: Ditto.
20064
fc91c6c2
PB
200652006-03-07 Paul Brook <paul@codesourcery.com>
20066
20067 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20068 additional_flags=-w.
20069 * gdb.arch/altivec-regs.exp: Ditto.
20070 * gdb.arch/e500-abi.exp: Ditto.
20071 * gdb.arch/e500-regs.exp: Ditto.
20072 * gdb.base/all-bin.exp: Ditto.
20073 * gdb.base/annota1.exp: Ditto.
20074 * gdb.base/annota3.exp: Ditto.
20075 * gdb.base/args.exp: Ditto.
20076 * gdb.base/arithmet.exp: Ditto.
20077 * gdb.base/assign.exp: Ditto.
20078 * gdb.base/async.exp: Ditto.
20079 * gdb.base/bang.exp: Ditto.
20080 * gdb.base/break.exp: Ditto.
20081 * gdb.base/call-rt-st.exp: Ditto.
20082 * gdb.base/completion.exp: Ditto.
20083 * gdb.base/cond-expr.exp: Ditto.
20084 * gdb.base/condbreak.exp: Ditto.
20085 * gdb.base/consecutive.exp: Ditto.
20086 * gdb.base/define.exp: Ditto.
20087 * gdb.base/display.exp: Ditto.
20088 * gdb.base/ena-dis-br.exp: Ditto.
20089 * gdb.base/environ.exp: Ditto.
20090 * gdb.base/eval-skip.exp: Ditto.
20091 * gdb.base/info-proc.exp: Ditto.
20092 * gdb.base/jump.exp: Ditto.
20093 * gdb.base/logical.exp: Ditto.
20094 * gdb.base/long_long.exp: Ditto.
20095 * gdb.base/maint.exp: Ditto.
20096 * gdb.base/miscexprs.exp: Ditto.
20097 * gdb.base/pc-fp.exp: Ditto.
20098 * gdb.base/pointers.exp: Ditto.
20099 * gdb.base/relational.exp: Ditto.
20100 * gdb.base/reread.exp: Ditto.
20101 * gdb.base/sect-cmd.exp: Ditto.
20102 * gdb.base/sep.exp: Ditto.
20103 * gdb.base/sepdebug.exp: Ditto.
20104 * gdb.base/until.exp: Ditto.
20105 * gdb.base/whatis-exp.exp: Ditto.
20106 * gdb.cp/annota2.exp: Ditto.
20107 * gdb.cp/annota3.exp: Ditto.
20108 * gdb.trace/actions.exp: Ditto.
20109 * gdb.trace/backtrace.exp: Ditto.
20110 * gdb.trace/circ.exp: Ditto.
20111 * gdb.trace/collection.exp: Ditto.
20112 * gdb.trace/deltrace.exp: Ditto.
20113 * gdb.trace/infotrace.exp: Ditto.
20114 * gdb.trace/limits.exp: Ditto.
20115 * gdb.trace/packetlen.exp: Ditto.
20116 * gdb.trace/passc-dyn.exp: Ditto.
20117 * gdb.trace/passcount.exp: Ditto.
20118 * gdb.trace/report.exp: Ditto.
20119 * gdb.trace/save-trace.exp: Ditto.
20120 * gdb.trace/tfind.exp: Ditto.
20121 * gdb.trace/tracecmd.exp: Ditto.
20122 * gdb.trace/while-dyn.exp: Ditto.
20123 * gdb.trace/while-stepping.exp: Ditto.
20124 * lib/gdb.exp: Ditto.
20125 (gdb_compile): Handle nowarning option.
20126
5f4a23d9
AO
201272006-03-07 Alexandre Oliva <aoliva@redhat.com>
20128
20129 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20130 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20131 Rename executable to prelinkt. Don't re-prelink if we didn't
20132 get a core file. Test prelink -u exit status to tell whether
20133 prelinking failed. Use gdb_test_multiple.
20134
9733fc94
DJ
201352006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20136
20137 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20138 (do_tests): Call it.
20139
cc10cae3
AO
201402006-02-28 Alexandre Oliva <aoliva@redhat.com>
20141
20142 * gdb.base/prelink.exp: New test.
20143 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20144
15c46491
WZ
201452006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20146
20147 * gdb.fortran/derived-type.f90: New file.
20148 * gdb.fortran/derived-type.exp: New testcase.
20149
5c9f7ded
DJ
201502006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20151
20152 * gdb.base/default.exp: Allow ';' as a directory separator.
20153
5b96932b
AS
201542006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20155
20156 * gdb.base/help.exp (help add-symbol-file): Update.
20157
1986bccd
AS
201582006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20159
20160 * gdb.base/help.exp (help load): Update expected results.
20161
a8b7528f
FF
201622006-02-19 Fred Fish <fnf@specifix.com>
20163
20164 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20165 specifix hex value as part of results.
20166 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 20167
f8261448
FF
201682006-02-16 Fred Fish <fnf@specifix.com>
20169
20170 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20171 ushort_addr, and slong_addr, so the typedefs are not optimized
20172 away.
20173 * gdb.base/whatis.exp: Add tests using type name for struct type,
20174 union type, enum type, and typedef.
a9c64011 20175
31d8bdd2
MK
201762006-02-13 Mark Kettenis <kettenis@gnu.org>
20177
20178 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20179
34e41e63
JB
201802006-02-13 Jim Blandy <jimb@redhat.com>
20181
20182 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20183 case where it takes two "next" commands to skip past the init
20184 call.
20185
ac6e4f31
FF
201862006-02-12 Fred Fish <fnf@specifix.com>
20187
20188 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20189 to handle cases where it takes two "next" commands to skip
20190 past the init call.
20191
2db2d571
JB
201922006-02-07 Joel Brobecker <brobecker@adacore.com>
20193
20194 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20195 on hppa32 targets.
20196
38fcd64c
DJ
201972006-02-06 Vladimir Prus <ghost@cs.msu.su>
20198
20199 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20200 field.
20201
1315ad46
MK
202022006-01-29 Mark Kettenis <kettenis@gnu.org>
20203
20204 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20205
5625b943
DJ
202062006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20207
20208 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20209 files.
20210
80df1bbe
DJ
202112006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20212
20213 * gdb.cp/maint.exp: Set complaints to a positive value.
20214
9078e690
DJ
202152006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20216
20217 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20218 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20219 function name.
20220
9c903399
DJ
202212006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20222
20223 * gdb.base/checkpoint.c: Update copyright notice. Include
20224 <stdlib.h>.
20225
761ae4d6
JB
202262006-01-04 Jim Blandy <jimb@redhat.com>
20227
20228 * gdb.asm/asm-source.exp: Independently provide default values for
20229 asm-flags and debug-flags. Use 'string equal' to do the
20230 comparison, not the implicit expr's '==' operator. Remove
20231 now-unneeded assignments to asm-flags. In h8300 case, place
20232 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20233
099ac3dd
MS
202342006-01-04 Michael Snyder <msnyder@redhat.com>
20235
20236 * gdb.base/checkpoint.c: New file.
20237 * gdb.base/checkpoint.exp: New file.
20238 * gdb.base/multi-fork.c: New file.
20239 * gdb.base/multi-fork.exp: New file.
20240 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20241
f4d85314
FF
202422006-01-04 Fred Fish <fnf@specifix.com>
20243
20244 * gdb.base/ptype.c (foo): Add typedef.
20245 (intfoo): Add function.
20246 * gdb.base/ptype1.c: New file.
20247 * gdb.base/ptype.exp: Handle compilation and linking with two
20248 source files. Test that proper type for "foo" is found based
20249 on source context rather than first match found in symtabs.
20250
a1b06f35
MK
202512005-12-28 Mark Kettenis <kettenis@gnu.org>
20252
20253 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20254 * gdb.asm/openbsd.inc: Indent commands.
20255
d082a1e2
MK
202562005-12-26 Mark Kettenis <kettenis@gnu.org>
20257
c65016bd
MK
20258 * gdb.base/freebpcmd.exp: Increase timeout.
20259
d082a1e2
MK
20260 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20261
d3c32a0e
DJ
202622005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20263
20264 * gdb.base/default.exp: Update check for "show version".
20265
9fdb1f50
RC
202662005-12-09 Randolph Chung <tausq@debian.org>
20267
20268 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20269 * gdb.asm/pa64.inc: New file.
20270
5f2c56f7
RC
202712005-12-09 Randolph Chung <tausq@debian.org>
20272
20273 * gdb.asm/common.inc: Indent commands.
20274 * gdb.asm/asmsrc1.s: Likewise.
20275 * gdb.asm/asmsrc2.s: Likewise.
20276
8117349c
RC
202772005-12-09 Randolph Chung <tausq@debian.org>
20278
20279 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20280 (get_addr_of_sym): Remove duplicate print.
20281 (gen_core): xfail hppa*-*-hpux*, update expected output.
20282 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20283 * gdb.arch/pa64-nullify.s: New file.
20284
8f07f25a
RC
202852005-12-09 Randolph Chung <tausq@debian.org>
20286
20287 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20288
55b39184
DJ
202892005-12-07 Christophe Lyon <christophe.lyon@st.com>
20290
20291 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20292 code generation for these functions.
20293 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20294 error message.
20295
31e2b00f
AS
202962005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20297
20298 * gdb.base/help.exp (help b, help br, help bre, help brea)
20299 (help break): Update the expected message.
20300
c3d0b56e
SC
203012005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20302
20303 * gdb.asm/m68hc11.inc: Setup the data section.
20304 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20305 script for this test.
20306 (m6812-*-*): Likewise.
20307
36ae0ea9
RC
203082005-11-09 Randolph Chung <tausq@debian.org>
20309
20310 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20311
9d6f42e9
WZ
203122005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20313
20314 * gdb.base/break.exp: Fix a comment typo.
20315
e2126a14
EZ
203162005-11-03 Jim Blandy <jimb@redhat.com>
20317
a9c64011
AS
20318 Checked in by Elena Zannoni <ezannoni@redhat.com>
20319
889bf7c5 20320 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 20321
e0ac7199
CV
203222005-11-02 Corinna Vinschen <vinschen@redhat.com>
20323
20324 * gdb.arch/gdb1558.c: Include stdio.h.
20325
31d3fb18
MK
203262005-10-31 Mark Kettenis <kettenis@gnu.org>
20327
20328 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20329
e52b687c
MK
203302005-10-31 Mark Kettenis <kettenis@gnu.org>
20331
20332 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20333
f4711d79
PG
203342005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20335
a9c64011
AS
20336 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20337 vscr" tests to better match output.
f4711d79 20338
987a9106
JB
203392005-10-12 Jim Blandy <jimb@redhat.com>
20340
20341 * gdb.base/structs.exp (any): New function.
20342 (test_struct_returns): Don't make any assumptions at all about
20343 what value the function returns when GDB can't set the return
20344 value.
20345
2336bb58
JB
203462005-10-09 Joel Brobecker <brobecker@adacore.com>
20347
20348 * gdb.ada/arrayidx/p.adb: New file.
20349 * gdb.ada/arrayidx.exp: New testcase
20350
203512005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
20352
20353 * gdb.ada/array_return/pck.ads: New file.
20354 * gdb.ada/array_return/pck.adb: New file.
20355 * gdb.ada/array_return/p.adb: New file.
20356 * gdb.ada/array_return.exp: New testcase.
20357
705335ea
JB
203582005-10-03 Joel Brobecker <brobecker@adacore.com>
20359
a9c64011
AS
20360 * gdb.base/arrayidx.c: New file.
20361 * gdb.base/arrayidx.exp: New testcase.
705335ea 20362
11ee9940
NR
203632005-09-29 Nick Roberts <nickrob@snap.net.nz>
20364
20365 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20366 frames-invalid and breakpoints-invalid are no longer generated
20367 with level 3 so don't expect them in the output.
20368
39fb8e9e
BR
203692005-09-27 Bob Rossi <bob@brasko.net>
20370
a9c64011 20371 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
20372 from test. Escape the | in mi_gdb_test call.
20373 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20374 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20375 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20376 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20377 expected regex's in mi_gdb_test calls.
20378 * lib/mi-support.exp: Remove arbitrary .* from tests.
20379 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20380 Fully anchor GDB/MI expected results in mi_gdb_test.
20381 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20382 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20383
2af48f68
PB
203842005-09-26 Paul Brook <paul@codesourcery.com>
20385
20386 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20387
f34502bc
WZ
203882005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20389
20390 * bfp-test.c: New file.
20391 * bfp-test.exp: New testcase.
20392
ca929517
WZ
203932005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20394
20395 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20396 of subarray and substring variable.
20397 * gdb.fortran/subarray.f: New source file for the test of subarray
20398 and substring variable evaluation.
20399 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20400 of string constant.
20401
c761af65
DJ
204022005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20403
20404 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20405 copyright dates.
20406
561d7a1d
PG
204072005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20408
20409 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20410 powerpc altivec' test with an almost identical 'info vector' test.
20411
b2b64cc9
PG
204122005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20413
a9c64011
AS
20414 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20415 vscr" tests to match output.
b2b64cc9 20416
6ac4d15a
PG
204172005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20418
a9c64011
AS
20419 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20420 output.
6ac4d15a 20421
40e55bef
BR
204222005-09-11 Bob Rossi <bob@brasko.net>
20423
889bf7c5
PA
20424 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20425 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20426 commands that return an MI output command and an asyncronous MI output
20427 command.
40e55bef
BR
20428 * gdb.mi/mi-console.exp: Ditto.
20429
3c7385ec
BR
204302005-09-11 Bob Rossi <bob@brasko.net>
20431
20432 * gdb.mi/mi-var-child.c: Include <string.h>.
20433
a6cd0eb3
DJ
204342005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20435
20436 * killed.exp: Correct gdb_expect syntax.
20437
2f168eed
CV
204382005-08-09 Corinna Vinschen <vinschen@redhat.com>
20439
20440 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20441
ecd3fd0f
BR
204422005-08-02 Bob Rossi <bob@brasko.net>
20443
20444 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20445 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20446 Change tests to inferior-tty-set/show.
20447 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20448 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20449 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20450 inferior. Use mi_gdb_test to get GDB and Inferior output.
20451 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20452 descriptor.
20453 (mi_inferior_tty_name): Add inferior PTY file name.
20454 (mi_gdb_start): Add INFERIOR_PTY parameter.
20455 (mi_gdb_test): Add IPATTERN parameter.
20456
f1ea48cb 204572005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 20458
f1ea48cb
BR
20459 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20460 parameter to mi_gdb_test.
20461 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20462
6e650a67
DJ
204632005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20464
20465 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20466 struct_declarations.
20467 * gdb.mi/mi-var-child.exp: Step over the initialization of
20468 struct_declarations.
20469
8be260b6
DJ
204702005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20471
20472 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20473 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20474 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20475 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20476 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20477 file.
20478
4e660f07
NR
204792005-07-27 Nick Roberts <nickrob@snap.net.nz>
20480
20481 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20482 (do_children_tests): Assign values to the extra elements.
20483
20484 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20485 them for tests for "-var-update --no-values" and
a9c64011 20486 "-var-update --all-values".
4e660f07
NR
20487 Add test for "-var-list-children --simple-values".
20488
20489 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20490
20491 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20492 "-stack-list-locals --simple-values" Improve doc strings and
20493 comments.
20494
6bdae935
MK
204952005-07-18 Mark Kettenis <kettenis@gnu.org>
20496
598b7a6f
MK
20497 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20498 *-*-openbsd*.
20499 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20500
6bdae935
MK
20501 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20502 sigaltsatck'.
20503
1323e929 205042005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 20505
1323e929
BR
20506 * gdb.base/default.exp (tty): Changed output of command.
20507 * gdb.base/help.exp (help tty): Ditto.
20508
b1a9c082
MK
205092005-07-12 Mark Kettenis <kettenis@gnu.org>
20510
20511 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20512
10a844a2
MK
205132005-07-10 Mark Kettenis <kettenis@gnu.org>
20514
20515 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20516 -stack-select-frame without arguments.
20517 (test_stack_frame_listing): Add test for newly implemented command
20518 -stack-info-frame.
20519
3cb3b8df
BR
205202005-07-06 Bob Rossi <bob@brasko.net>
20521
20522 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20523 command.
20524 (Copyright): Update copyright.
20525
a0c5fbcf
WZ
205262005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20527
20528 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20529 tests to evaluate exponentiation expression.
20530
984971d0
AS
205312005-06-29 Andreas Schwab <schwab@suse.de>
20532
20533 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20534 main to avoid warnings.
20535
20536 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20537
fe03833f
NR
205382005-06-20 Nick Roberts <nickrob@snap.net.nz>
20539
20540 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20541 -stack-select-frame without arguments.
20542 (test_stack_frame_listing): Add test for newly implemented command
20543 -stack-info-frame.
a9c64011 20544
7a55f279
WZ
205452005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20546
0ffa0ea5
DJ
20547 * gdb.fortran/array-element.f: New file.
20548 * gdb.fortran/array-element.exp: New testcase.
7a55f279 20549
26585198
DJ
205502005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20551
20552 * gdb.base/bigcore.exp: Correct checks for systems which can
20553 not dump a large core file.
20554
c1bd25fd
DJ
205552005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20556
20557 * gdb.base/relocate.c: Add a copyright notice.
20558 (dummy): Remove.
20559 * gdb.base/relocate.exp: Test printing the values of variables
20560 from a relocatable file.
20561
589e074d
DJ
205622005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20563
20564 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20565 excess MI output after an error.
20566
0915f927
JB
205672005-05-29 Joel Brobecker <brobecker@adacore.com>
20568
20569 * gdb.arch/alpha-step.c: New file.
20570 * gdb.arch/alpha-step.exp: New testcase.
20571
76ff342d
DJ
205722005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20573 Dennis Brueni <dennis@slickedit.com>
20574
20575 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20576 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20577 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20578 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20579 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20580 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20581 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20582
96b0c7ac
DJ
205832005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20584 Wu Zhou <woodzltc@cn.ibm.com>
20585
20586 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20587 IBM's xlc compiler.
20588 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20589 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20590
f21565d2
JB
205912005-05-13 Jim Blandy <jimb@redhat.com>
20592
20593 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20594 calling gdb_suppress_entire_file.
20595 * gdb.base/charset.exp: Same.
20596 * gdb.base/call-rt-st.exp: Same.
20597
6006a3a1
BR
205982005-05-05 Bob Rossi <bob_rossi@cox.net>
20599
20600 * lib/gdb.exp (fullname_syntax): Added global regex.
20601 (fullname_syntax_POSIX): Ditto.
20602 (fullname_syntax_UNC): Ditto.
20603 (fullname_syntax_DOS_CASE): Ditto.
20604 (fullname_syntax_DOS): Ditto.
20605 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20606 fullname_syntax variable to scope and use it.
20607 (test_file_list_exec_source_files): Ditto.
20608 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20609
c3b69c04
DJ
206102005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20611
20612 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20613
3c95e6af
PG
206142004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20615
a9c64011
AS
20616 * lib/gdb.exp (skip_altivec_tests): New function, based on
20617 check_vmx_hw_available from the GCC testsuite.
20618 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20619 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 20620
78df6c56
JB
206212005-05-02 Jim Blandy <jimb@redhat.com>
20622
20623 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20624 calling gdb_suppress_entire_file.
20625
1690f9cf
DJ
206262005-04-30 Randolph Chung <tausq@debian.org>
20627
20628 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20629 Slightly relax "sem_post" name checking.
20630
5ea106f7
PG
206312005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20632
20633 * gdb.base/unload.exp: Use new shared library infrastructure.
20634
bf7234cf
PG
206352005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20636
20637 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 20638 infrastructure.
bf7234cf 20639
547b869a
CV
206402005-04-29 Corinna Vinschen <vinschen@redhat.com>
20641
20642 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20643 * gdb.asm/h8300.inc: New file.
20644
f07e55f0
PG
206452005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20646
20647 * gdb.base/shlib-call.exp: Change to use new shared library
20648 infrastructure.
20649
3cbba3d1
PG
206502005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20651
a9c64011
AS
20652 * gdb.base/pending.exp: Change to use new shared library
20653 infrastructure.
3cbba3d1 20654
ed6df200
PG
206552005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20656
a9c64011
AS
20657 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20658 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 20659
8c8f4ebe
PG
206602005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20661
a9c64011
AS
20662 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20663 shared objects being adjusted and update copyright years.
8c8f4ebe 20664
607fbc54
DJ
206652005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20666
20667 * ChangeLog: Correct some 2003-01-13 dates.
20668 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20669 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20670 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20671 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20672 gdb.trace/tfind.exp: Update copyright years.
20673
57bf0e56
DJ
206742005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20675 Daniel Jacobowitz <dan@codesourcery.com>
20676
20677 * lib/gdb.exp (gdb_compile): Handle shlib=.
20678 (gdb_compile_shlib): New function.
20679
9b593790
PG
206802005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20681
a9c64011 20682 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 20683
9494c6a5
DJ
206842005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20685
20686 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20687 gdb.server.
20688 * configure.ac: Likewise.
20689 * configure: Regenerated.
20690 * gdb.gdbserver/Makefile.in: Moved to...
20691 * gdb.server/Makefile.in: ... here.
20692 * gdb.gdbserver/server.c: Moved to...
20693 * gdb.server/server.c: ... here.
20694 * gdb.gdbserver/server-run.exp: Moved to...
20695 * gdb.server/server-run.exp: ... here.
20696
6f8eac0e
DJ
206972005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20698
20699 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20700 * configure.ac: Create gdb.gdbserver/Makefile.
20701 * configure: Regenerated.
20702 * lib/gdbserver-support.exp: New file, derived from
20703 config/gdbserver.exp.
20704 * config/gdbserver.exp: Use gdbserver-support.exp.
20705 * gdb.gdbserver/Makefile.in: New file.
20706 * gdb.gdbserver/server.c: New file.
20707 * gdb.gdbserver/server-run.exp: New file.
20708
6e87504d
PG
207092005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20710
a9c64011
AS
20711 * lib/gdb.exp (test_compiler_info): Return compiler_info
20712 if no arguments are given.
6e87504d 20713
d1779be4
PG
207142005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20715
20716 * gdb.arch/altivec-abi.exp: Check for compiler and set
20717 use altivec' flag accordingly.
20718 * gdb.arch/altivec-regs.exp: Likewise.
20719
88750304
DJ
207202005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20721
20722 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20723
f3fb768d
AS
207242005-03-27 Andreas Schwab <schwab@suse.de>
20725
20726 * gdb.base/bigcore.c (main): Add missing mode argument in open
20727 call.
20728
7e813ac5
DJ
207292005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20730
20731 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20732 downloads.
20733 * config/gdbserver.exp (gdb_load): Likewise.
20734
8e3049aa
PB
207352005-03-14 Paul Brook <paul@codesourcery.com>
20736
20737 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20738 targets.
20739
a9df7c44
JB
207402005-03-09 Joel Brobecker <brobecker@adacore.com>
20741
20742 * gdb.dwarf2/dup-psym.S: New file.
20743 * gdb.dwarf2/dup-psym.exp: New testcase.
20744
9f0d94e8
JB
207452005-03-09 Joel Brobecker <brobecker@adacore.com>
20746
20747 * gdb.ada/exec_changed/first.adb: New file.
20748 * gdb.ada/exec_changed/second.adb: New file.
20749 * gdb.ada/exec_changed.exp: New testcase.
20750
5f579bc5
NS
207512005-03-08 Nathan Sidwell <nathan@codesourcery.com>
20752
36e9969c
NS
20753 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20754 (A2): New class.
20755 (main): Test operator+.
20756 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
20757 breakpoint test.
20758
5f579bc5
NS
20759 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20760 * gdb.base/signull.exp: Disable if gdb,nosignals.
20761 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
20762 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
20763 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
20764 * gdb.mi/mi2-console.exp: Likewise.
20765 * gdb.trace/collection.exp (run_trace_experiment): Consume the
20766 continue output at start.
20767 (gdb_collect_locals_test): Robustify regexp.
20768 * gdb.trace/passc-dyn.exp: Fix comment typo.
20769 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
20770
be46087e
CV
207712005-03-08 Corinna Vinschen <vinschen@redhat.com>
20772
20773 * gdb.asm/asm-source.exp: Add iq2000 case.
20774 * gdb.asm/iq2000.inc: New file.
20775
384e1a61 207762005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 20777
384e1a61
MI
20778 * gdb.base/command.exp: Change hardcoded value to regular expression.
20779 * gdb.base/float.exp: Add powerpc to the list of targets checked.
20780
584b6e9e
DJ
207812005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
20782
20783 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
20784 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
20785 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
20786 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
20787 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
20788
ab5b5d61
MK
207892005-03-05 Mark Kettenis <kettenis@gnu.org>
20790
20791 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
20792 changes.
20793
ae051c1b
PG
207942004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
20795
a9c64011
AS
20796 * lib/compiler.c: Add test for IBM's xlc compiler.
20797 * lib/compiler.cc: Likewise.
ae051c1b 20798
3f0f6ed2
JB
207992004-02-24 Joel Brobecker <brobecker@adacore.com>
20800
20801 * gdb.ada/fixed_points.exp: Create compilation object directory
20802 before running the test.
20803 * gdb.ada/null_record.exp: Likewise.
20804 * gdb.ada/packed_array.exp: Likewise.
20805 * gdb.ada/start.exp: Likewise.
20806
724f452b
JB
208072005-02-15 Joel Brobecker <brobecker@adacore.com>
20808
20809 * gdb.ada/packed_array/pa.adb: New file.
20810 * gdb.ada/packed_array.exp: New testcase.
20811
57f5cdfb 208122005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 20813
1f393151
MK
20814 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20815 files.
20816
ebdda337
MK
20817 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20818 on *-*-openbsd*. Correctly match whitespace in regukar
20819 expressions.
20820
cf309262
DJ
208212005-02-10 Daniel Jacobowitz <dan@debian.org>
20822
20823 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20824 PR exp/1821
20825 * gdb.base/gdb1821.c: New test file.
20826 * gdb.base/gdb1821.exp: New test file.
20827
3be49e7a
JB
208282005-02-09 Joel Brobecker <brobecker@adacore.com>
20829
20830 * gdb.base/start.c: New file.
20831 * gdb.base/start.exp: New testcase.
20832
e292e67d
JB
208332005-02-09 Joel Brobecker <brobecker@adacore.com>
20834
20835 * gdb.ada/start/dummy.adb: New file.
20836 * gdb.ada/start.exp: New testcase.
20837
dbdfa66c
CV
208382005-02-09 Corinna Vinschen <vinschen@redhat.com>
20839
20840 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20841 for printing symbols and statistics.
20842 Add test for using relative pathnames in "maint print msymbols" test.
20843 Mark "maint info sections DATA" XFAIL on Cygwin.
20844 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20845 tests.
20846
d7941671
AC
208472005-02-09 Andreas Schwab <schwab@suse.de>
20848
20849 Committed by Andrew Cagney <cagney@gnu.org>
20850 * gdb.base/remotetimeout.exp: New file.
20851
74e5ef44
MK
208522005-02-07 Mark Kettenis <kettenis@gnu.org>
20853
20854 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20855
464dd14d
JB
208562005-02-03 Joel Brobecker <brobecker@adacore.com>
20857
20858 * gdb.ada/gnat_ada.gpr: New file.
20859 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20860 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20861 * configure.ac: No longer generate gnat_ada.gpr.
20862 * configure: Regenerate.
20863 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20864 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20865 * gdb.ada/null_record/bar.ads: Likewise.
20866 * gdb.ada/null_record/bar.adb: Likewise.
20867 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20868 * gdb.ada/null_record.exp (testdir): New variable.
20869 (testfile): executable is now in testdir subdirectory.
20870 (srcfile): Use full path to the main compilation unit.
20871 * gdb.ada/fixed_points.exp: Same changes as above.
20872
30d756ae
NR
208732005-02-03 Nick Roberts <nickrob@snap.net.nz>
20874
20875 * gdb.base/interp.exp: New test.
20876
9d799f85
AC
208772005-01-24 Andrew Cagney <cagney@gnu.org>
20878
20879 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20880
15656118
AC
208812005-01-19 Andrew Cagney <cagney@gnu.org>
20882
a892c31b
AC
20883 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20884 configure.ac not configure.in.
20885
15656118
AC
20886 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20887 of powerpc*-*-*.
20888 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 20889 * gdb.base/list.exp (test_list_function)
15656118
AC
20890 (test_list_filename_and_function): Ditto.
20891 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20892
a7b01baf
AC
208932005-01-16 Andrew Cagney <cagney@gnu.org>
20894
17d92a02
AC
20895 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20896
a7b01baf
AC
20897 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20898
bc8332bb
AC
208992005-01-14 Andrew Cagney <cagney@gnu.org>
20900
20901 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20902 * gdb.mi/mi2-var-cmd.exp: Ditto.
20903
4d074752
CV
209042005-01-10 Corinna Vinschen <vinschen@redhat.com>
20905
20906 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20907
bec39cab
AC
209082005-01-07 Andrew Cagney <cagney@gnu.org>
20909
20910 * configure.ac: Rename configure.in, require autoconf 2.59.
20911 * configure: Re-generate.
20912 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20913 * gdb.stabs/configure: Re-generate.
20914 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20915 * gdb.hp/configure: Re-generate.
20916 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20917 autoconf 2.59.
20918 * gdb.hp/gdb.objdbg/configure: Re-generate.
20919 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20920 autoconf 2.59.
20921 * gdb.hp/gdb.defects/configure: Re-generate.
20922 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20923 autoconf 2.59.
20924 * gdb.hp/gdb.compat/configure: Re-generate.
20925 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20926 autoconf 2.59.
20927 * gdb.hp/gdb.base-hp/configure: Re-generate.
20928 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20929 autoconf 2.59.
20930 * gdb.hp/gdb.aCC/configure: Re-generate.
20931
f10b16d4
JB
209322004-12-15 Jim Blandy <jimb@redhat.com>
20933
20934 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20935 under NPTL when there is debugging info available for libpthread.
20936
fb6e1814
JG
209372004-12-13 Jerome Guitton <guitton@gnat.com>
20938
20939 * gdb.ada/fixed_points.c: New file.
20940 * gdb.ada/fixed_points.exp: New file.
20941
fe46cd3a
RC
209422004-12-03 Randolph Chung <tausq@debian.org>
20943
20944 * gdb.arch/pa-nullify.exp: New file.
20945 * gdb.arch/pa-nullify.s: New file.
20946
8de0841b
RC
209472004-11-30 Randolph Chung <tausq@debian.org>
20948
20949 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20950 instead of "tbug". Fix regexp to work properly with gdb_test.
20951
c8170782
PH
209522004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20953
20954 * gdb.base/bitfields2.exp: New test.
20955 * gdb.base/bitfields2.c: New file.
20956
954269c2
RE
209572004-11-28 Richard Earnshaw <rearnsha@arm.com>
20958
20959 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20960
0107feed
RC
209612004-11-16 Randolph Chung <tausq@debian.org>
20962
20963 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20964
f073ae8c
DJ
209652004-11-14 Daniel Jacobowitz <dan@debian.org>
20966
20967 * gdb.threads/threadapply.exp: Correct "macro details" test.
20968
19ad59e7
JJ
209692004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20970
20971 * gdb.threads/threadapply.exp: New test.
20972 * gdb.threads/threadapply.c: New file.
20973
9cf0961b
MK
209742004-11-07 Mark Kettenis <kettenis@gnu.org>
20975
20976 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20977 frames.
20978
c789492a
FL
209792004-11-05 Felix Lee <felix+log1@specifixinc.com>
20980
20981 * gdb.base/cursal.exp: New file.
20982 * gdb.base/cursal.c: New file.
20983
a1e167bb
AC
209842004-11-03 Andrew Cagney <cagney@gnu.org>
20985
20986 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20987
b7cbf173
MK
209882004-10-30 Mark Kettenis <kettenis@gnu.org>
20989
20990 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20991 NetBSD/ELF targets.
20992
88f9d34f
JB
209932004-10-29 Joel Brobecker <brobecker@gnat.com>
20994
20995 * gdb.threads/bp_in_thread.c: New file, copied from
20996 pthread_cond_wait.c.
20997 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20998 file, rather than reusing the .c file from another testcase.
20999
ca7d6a0c
JB
210002004-10-20 Joel Brobecker <brobecker@gnat.com>
21001
21002 * gdb.ada/null_record.exp: Check where we stopped after
21003 sending the start command, instead of where the associated
21004 temporary breakpoint was inserted.
21005
0d863d03
AC
210062004-10-14 Andrew Cagney <cagney@gnu.org>
21007
21008 * gdb.mi/gdb701.c (main): Return 0.
21009
d11e72cb
DJ
210102004-10-13 Daniel Jacobowitz <dan@debian.org>
21011
d40539a4 21012 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 21013
e1923096
JJ
210142004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21015
21016 * gdb.threads/schedlock.c: Add comment markers to use to find
21017 line numbers.
21018 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21019 comments.
21020 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21021 breakpoint lines.
21022
ec8ba2c9
DJ
210232004-10-12 Daniel Jacobowitz <dan@debian.org>
21024
21025 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21026
0eb3658b
DJ
210272004-10-12 Daniel Jacobowitz <dan@debian.org>
21028
21029 * configure.in: Add gdb.dwarf2.
21030 * configure: Regenerated.
21031 * Makefile.in: Add gdb.dwarf2.
21032 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21033 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21034 gdb.dwarf2/file1.txt: New files.
21035
a271cc33
OF
210362004-10-11 Orjan Friberg <orjanf@axis.com>
21037
a9c64011 21038 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
21039 of "run", since the latter doesn't work with remote targets. Adjust
21040 the breakpoint numbering accordingly.
21041 * gdb.threads/pthread_cond_wait.exp: Ditto.
21042
895ce074
MC
210432004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21044
21045 * gdb.base/overlays.exp: Update copyright years.
21046
6be3092d
KI
210472004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21048
21049 * gdb.base/overlays.exp: Disable if target is Linux.
21050
e05389b8
FL
210512004-10-06 Felix Lee <felix+log1@specifixinc.com>
21052
21053 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21054
73cb587d
KI
210552004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21056
21057 * gdb.asm/asm-source.exp: Add m32r-linux target.
21058 * gdb.asm/m32r-linux.inc: New file.
21059
3c0edcdc
AC
210602004-09-24 Andrew Cagney <cagney@redhat.com>
21061 David Anderson <anderson@redhat.com>
21062
21063 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21064 command fails, assume things will work.
21065 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21066 (_GNU_SOURCE): Define.
21067 (print_unsigned, print_hex): Change parameter to "long long".
21068 (print_byte_count): New function, use to print byte counts.
21069 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21070 O_LARGEFILE.
21071 (main): Compute an upper bound on a corefile in max_core_size.
21072 Limit memory chunk size to max_core_size. Limit total memory
21073 allocated to max_core_size.
21074
4bb3667f
AC
210752004-09-23 Andrew Cagney <cagney@gnu.org>
21076
21077 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21078 from a separate process with code that creates a corefile by
21079 making the inferior dump core.
21080
60fe1a51
MK
210812004-09-23 Mark Kettenis <kettenis@gnu.org>
21082
21083 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21084 block.
21085
8e937346
MC
210862004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21087
21088 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21089 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21090 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21091 Likewise.
21092
7213f6d6
JJ
210932004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21094
21095 * gdb.java/jprint.exp: New test case for java inferior call.
21096 * gdb.java/jprint.java: Ditto.
21097
eac69dca
JB
210982004-09-15 Joel Brobecker <brobecker@gnat.com>
21099
21100 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21101
22227696
MC
211022004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21103
21104 * gdb.threads/killed.c: Include <stdlib.h>.
21105 * gdb.threads/pthreads.c: Likewise.
21106
7dd403a4
MC
211072004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21108
21109 * gdb.threads/killed.c: Add copyright notice.
21110
33f2d567
JM
211112004-09-10 Jason Molenda (jmolenda@apple.com)
21112
a9c64011
AS
21113 * gdb.base/define.exp: Two new tests to verify zero space chars
21114 after 'if' and 'while' commands in a user-defined command is correctly
21115 parsed.
33f2d567 21116
e05b62ac
AC
211172004-09-08 Andrew Cagney <cagney@gnu.org>
21118
21119 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21120 delivery test with duplicate at end of file.
21121
9cbe82da
MK
211222004-09-06 Mark Kettenis <kettenis@jive.nl>
21123
21124 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21125
564803d9
MC
211262004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21127
21128 * config/hppro.exp: Removed.
21129
7c6807ce
MC
211302004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21131
21132 * config/sparclet.exp: Removed.
21133
bf7e26dd
MC
211342004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21135
21136 * config/udi.exp: Removed.
21137
714e341b
MC
211382004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21139
21140 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21141 of "exp_continue".
21142 (advancei): Likewise.
21143
1236e623
JJ
211442004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21145
21146 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21147
3bdcad15
MI
211482004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21149
228af206 21150 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
21151 to check for nodebug in executable.
21152 * gdb.gdb/observer.exp (setup_test): Likewise.
21153 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21154 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21155
c72b934c
AC
211562004-09-01 Andrew Cagney <cagney@gnu.org>
21157
21158 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21159 files.
21160
edd9b715
JJ
211612004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21162
21163 * gdb.base/unload.exp: Fix expected warning message to match
21164 latest format.
21165
fb4ce06b
CV
211662004-09-01 Corinna Vinschen <vinschen@redhat.com>
21167
21168 * gdb.base/call-rt-st.exp: Fix typos.
21169
ce78e7c3
MI
211702004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21171
21172 * gdb.threads/thread_check.exp: New testcase.
21173 * gdb.threads/thread_check.c: New testcase.
21174
2dedb159
AC
211752004-08-31 Andrew Cagney <cagney@gnu.org>
21176
21177 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21178 (skip_to_handler_entry): New procedures. Test stepping into a
21179 handler when the breakpoint is at the handler's entry point.
21180
68f53502
AC
211812004-08-30 Andrew Cagney <cagney@gnu.org>
21182
21183 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21184 gdb/1757.
21185
3e3ffd2b
MC
211862004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21187
21188 With code from Manoj Iyer <manjo@austin.ibm.com>:
21189 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21190 return value. Add an arm for "no debugging symbols found".
21191 Change a stray "error" to "perror".
21192 (gdb_run_cmd): Adapt to new return value.
21193 * gdb.base/remote.exp: Adapt to new return value.
21194 * gdb.gdb/complaints.exp: Likewise.
21195 * gdb.gdb/observer.exp: Likewise.
21196 * gdb.gdb/selftest.exp: Likewise.
21197 * gdb.gdb/xfullpath.exp: Likewise.
21198
4b6f5fd2
JB
211992004-08-27 Joel Brobecker <brobecker@gnat.com>
21200
21201 * gdb.threads/bp_in_thread.exp: New testcase.
21202
e5b25496
MC
212032004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21204
21205 Fix PR testsuite/1735.
21206 * gdb.threads/schedlock.c (thread_function): Add a cast
21207 to suppress a gcc warning.
21208 * gdb.threads/thread-specific.c (thread_function): Likewise.
21209
934353d6
MC
212102004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21211
21212 * gdb.base/unload.c: Include <stdlib.h>.
21213
f98a0aef 212142004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 21215
f98a0aef 21216 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
21217 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21218 synchronized after the "return".
21219
5a2e8882
MC
212202004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21221
21222 * gdb.mi/basics.c: Include <stdio.h>.
21223 * gdb.mi/pthreads.c: Include <stdlib.h>.
21224 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21225
a9640423
MC
212262004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21227
21228 * gdb.threads/schedlock.c: Add copyright notice.
21229
b04e311d
AC
212302004-08-25 Andrew Cagney <cagney@gnu.org>
21231
21232 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21233 (skip_over_handler, breakpoint_over_hander): New test procedures.
21234 (advance, advancei): Add a proper prefix, do not use
21235 rerun_to_main.
21236 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21237
7c27f15b
MC
212382004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21239
21240 * gdb.mi/basics.c: Add copyright notice.
21241 * gdb.mi/var-cmd.c: Add copyright notice.
21242
fffc87ae
MC
212432004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21244
21245 * lib/gdb.exp: Remove signed_keyword_not_used.
21246 * lib/compiler.c: Likewise.
21247 * lib/compiler.cc: Likewise.
21248
d782e0bf
MC
212492004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21250
21251 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21252 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21253
96033e83
MC
212542004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21255
21256 * gdb.base/whatis.c: Add copyright notice.
21257
cf38c229
MK
212582004-08-20 Mark Kettenis <kettenis@gnu.org>
21259
21260 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21261 it to skip the breakpoints encoded in the inline assembly.
21262
f4b49756
MC
212632004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21264
21265 * Makefile.in: Add gdb.fortran.
21266
2f193b69
MC
212672004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21268
21269 * gdb.base/call-sc.exp (test_scalar_returns):
21270 Fix cut-and-paste glitch in "Make fun return now".
21271
89a237cb
MC
212722004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21273
21274 * configure.in: Add gdb.fortran.
21275 * configure: Regenerate.
21276 * gdb.fortran/Makefile.in: New file.
21277 * lib/gdb.exp (skip_fortran_tests): New procedure.
21278
469aff8e
MC
212792004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21280
21281 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21282 reference to bug-gnu@prep.ai.mit.edu.
21283 * gdb.mi/mi-var-child.exp: Likewise.
21284 * gdb.mi/mi-var-cmd.exp: Likewise.
21285 * gdb.mi/mi-var-display.exp: Likewise.
21286 * gdb.mi/mi2-var-block.exp: Likewise.
21287 * gdb.mi/mi2-var-child.exp: Likewise.
21288 * gdb.mi/mi2-var-cmd.exp: Likewise.
21289 * gdb.mi/mi2-var-display.exp: Likewise.
21290
00b51b9f
MK
212912004-08-15 Mark Kettenis <kettenis@gnu.org>
21292
21293 * gdb.base/unload.c (main): Make local variable msg const.
21294
45f07fef
MC
212952004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21296
21297 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21298 to bug-gnu@prep.ai.mit.edu.
21299 * gdb.mi/mi-disassemble.exp: Likewise.
21300 * gdb.mi/mi-eval.exp: Likewise.
21301 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21302 default line number.
21303 * gdb.mi/mi-return.exp: Likewise.
21304 * gdb.mi/mi-simplerun.exp: Likewise.
21305 * gdb.mi/mi-stack.exp: Likewise.
21306 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21307 number with explicit range test.
21308 * gdb.mi/mi-watch.exp: Likewise.
21309 * gdb.mi/mi2-break.exp: Likewise.
21310 * gdb.mi/mi2-cli.exp: Likewise.
21311 * gdb.mi/mi2-disassemble.exp: Likewise.
21312 * gdb.mi/mi2-eval.exp: Likewise.
21313 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21314 default line number.
21315 * gdb.mi/mi2-return.exp: Likewise.
21316 * gdb.mi/mi2-simplerun.exp: Likewise.
21317 * gdb.mi/mi2-stack.exp: Likewise.
21318 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21319 number with explicit range test.
21320 * gdb.mi/mi2-watch.exp: Likewise.
21321
dd8c8ee7
MC
213222004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21323
21324 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21325 * gdb.cp/m-static.exp: Likewise.
21326 * gdb.cp/rtti.exp: Likewise.
21327
4e838464
MK
213282004-08-14 Mark Kettenis <kettenis@gnu.org>
21329
21330 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21331
8d8cb839
EZ
213322004-08-14 Eli Zaretskii <eliz@gnu.org>
21333
21334 * ChangeLog: Prefix Local Variables with semi-colons and indent
21335 the reference to older ChangeLog files, to fix fontification in
21336 Emacs.
21337
deea8bb0
MC
213382004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21339
21340 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21341 * gdb.mi/mi2-break.exp: Likewise.
21342
c3297504
MC
213432004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21344
21345 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21346
25808999
MC
213472004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21348
21349 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21350
226a8d71
MC
213512004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21352
21353 * gdb.cp/classes.exp: Remove unused declarations. Just let
21354 test names default instead of providing special names. Remove
21355 extraneous demangler test.
21356
37fdf854
JJ
213572004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21358
21359 * gdb.base/unload.exp: New test for breakpoints in dynamically
21360 loaded libraries.
21361 * gdb.base/unload.c: Ditto.
21362 * gdb.base/unloadshr.c: Ditto.
21363
2d3a7986
MC
213642004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21365
21366 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21367 cp_test_ptype_class.
21368 (test_enums): Likewise.
21369
c72b934c
AC
213702004-08-10 Andrew Cagney <cagney@gnu.org>
21371
21372 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21373 files.
21374
cc503c8a
AC
213752004-08-10 Andrew Cagney <cagney@gnu.org>
21376
21377 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21378 init_malloc call.
21379
902f2ccb
MC
213802004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21381
21382 * ChangeLog: Add copyright notice. The notice is copied
21383 from emacs 21.3 top level ChangeLog.
21384
78c90502
MC
213852004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21386
21387 * lib/cp-support.exp: New file.
21388 * lib/cp-support.exp (cp_test_type_class): New function.
21389 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21390 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21391 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21392 cp_test_ptype_class.
21393
88e5ea78
MC
213942004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21395
21396 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21397 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21398 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21399 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21400 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21401 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21402 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21403 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21404 gdb.mi/mi2-watch.exp: Update copyright years.
21405
6a89fc9c
MK
214062004-08-09 Mark Kettenis <kettenis@gnu.org>
21407
21408 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21409
1482e0de
MC
214102004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21411
21412 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21413 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21414 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21415 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21416 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21417 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21418 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21419 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21420 gdb.mi/mi-watch.exp: Update copyright years.
21421
1a5ce3f3
DJ
214222004-08-08 Daniel Jacobowitz <dan@debian.org>
21423
21424 PR gdb/1738
21425 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21426 from a breakpoint with a pending signal.
21427
04f6ecf2
DJ
214282004-08-08 Daniel Jacobowitz <dan@debian.org>
21429
21430 PR gdb/1736
21431 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21432 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21433 the prompt.
21434 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21435
54d90d35
DJ
214362004-08-08 Daniel Jacobowitz <dan@debian.org>
21437
21438 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21439
d2f6abb0
DJ
214402004-08-08 Daniel Jacobowitz <dan@debian.org>
21441
21442 PR gdb/1736
21443 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21444 for i?86-*-linux*.
21445
5598c03d
DJ
214462004-08-08 Daniel Jacobowitz <dan@debian.org>
21447
21448 * gdb.arch/i386-prologue.exp: Compile without debug information.
21449
c6fee705
MC
214502004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21451
21452 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21453 rather than asking gdb to search.
21454
dd90efdb
MC
214552004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21456
21457 * gdb.base/gcore.c: Include <string.h>.
21458
1e84bec1
MC
214592004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21460
21461 * gdb.base/gcore.c: Add copyright notice.
21462
e425eb2b
MC
214632004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21464
21465 * gdb.base/freebpcmd.c: Include <stdio.h>.
21466 * gdb.base/long_long.c: Include <string.h>.
21467 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21468 * gdb.base/siginfo.c: Include <string.h>.
21469 * gdb.base/sigstep.c: Include <string.h>.
21470
cb9aaed5
MC
214712004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21472
21473 * gdb.base/complex.c: Include <stdlib.h>.
21474
55944f3d
MC
214752004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21476
21477 * gdb.base/complex.c: Add copyright notice.
21478
7b2953d9
MC
214792004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21480
21481 * gdb.base/charset.c: Include <stdlib.h>.
21482
c9133d23
MC
214832004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21484
21485 * gdb.base/auxv.c: Include <stdlib.h>.
21486
0a8490ad
MC
214872004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21488
21489 * gdb.base/auxv.c: Add copyright notice.
21490
3426d5ec
MC
214912004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21492
21493 * gdb.base/coremaker.c: Add copyright notice.
21494 * gdb.base/coremaker2.c: Add copyright notice.
21495
8da195dd
AC
214962004-08-04 Andrew Cagney <cagney@gnu.org>
21497
21498 * gdb.base/store.exp: Update copyright.
21499 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21500 names, do not import gdb_prompt.
21501
8d394f98
AC
215022004-08-01 Andrew Cagney <cagney@gnu.org>
21503
21504 Fix PR testsuite/1729.
21505 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21506 not use capture_value with value 4.
21507 (capture_value): Add optional test name parameter.
21508 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21509 the prefix, pass to capture_value.
21510
b6702b23
MK
215112004-08-01 Mark Kettenis <kettenis@gnu.org>
21512
21513 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21514 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21515 (main): Call new function.
21516
c203e0ca
MC
215172004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21518
21519 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21520
a7995a30
MC
215212004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21522
21523 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21524
9366563b
MC
215252004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21526
b6eeaf26 21527 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
21528 Accept more values of vtbl pointer. Remove some messages
21529 about "obsolete gcc or gdb".
21530
2fc1f950
MC
215312004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21532
21533 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21534
c724d49b
MC
215352004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21536
21537 * gdb.base/asm-source.exp: Properly convert target board
21538 debug flags from gcc format to binutils format.
21539
736b0fce
MK
215402004-07-28 Mark Kettenis <kettenis@gnu.org>
21541
21542 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21543 gdb1718". PR backtrace/1718 partially fixed.
21544
5633ea5c
JJ
215452004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21546
21547 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21548
575eebb1
NC
215492004-07-26 Nick Clifton <nickc@redhat.com>
21550
21551 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21552 good default value for a specific architecture is available then
21553 set it to that value. Otherwise default to the -gstabs switch.
21554 Remove the -g... switches from the asm-flags variable. Allow the
21555 target board info to override the value if it wants to. Pass the
21556 switch on the assembler command line.
21557
62104619
MK
215582004-07-23 Mark Kettenis <kettenis@gnu.org>
21559
21560 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21561 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21562 (main): Call new function.
21563
4a1135b8
MC
215642004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21565
21566 Test for PR exp/1715.
21567 * gdb.base/radix.exp: Refactor common procedures. Make all
21568 test names unique. Change XFAIL to KFAIL.
21569
8a12c1f0
MC
215702004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21571
21572 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21573 * gdb.ada/gnat_ada.gin: ... to here.
21574 * configure.in: Use gnat_ada.gin.
21575 * configure: Regenerate.
21576
23b451cf
AC
215772004-07-20 Andrew Cagney <cagney@gnu.org>
21578
21579 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21580 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21581 XFAILs. Clean up test messages and comments. Check backtraces.
21582 Delete re-sync code.
21583
ab618a02
MC
215842004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21585
21586 Fix PR cli/740.
21587 * gdb.base/annota1.exp: Honor gdb,nosignals.
21588 * gdb.base/annota3.exp: Likewise.
21589
46dad340
MC
215902004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21591
21592 * lib/java.exp: Update copyright notice.
21593
756d8c70
AC
215942004-07-19 Andrew Cagney <cagney@gnu.org>
21595
21596 * gdb.base/selftest.exp: Copy file from here ...
21597 * gdb.gdb/selftest.exp: ... to here.
21598
586027e6
AC
215992004-07-16 Andrew Cagney <cagney@redhat.com>
21600
21601 * lib/insight-support.exp: Delete file.
21602 * lib/java.exp (java_init): Fix copyright.
21603
029d2200
AC
216042004-07-16 Andrew Cagney <cagney@gnu.org>
21605
21606 * gdb.base/restore.c: Append "prologue" to comments marking the a
21607 function's prologue.
21608 * gdb.base/restore.exp: Update copyright, re-indent.
21609 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21610 callerN" prefix where needed. Update patterns that match a
21611 function's prologue.
21612
653b62c5
MC
216132004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21614
21615 * gdb.base/restore.c: Add copyright notice.
21616
f7d690e5
AC
216172004-07-16 Andrew Cagney <cagney@gnu.org>
21618
21619 * gdb.base/logical.exp: Update copyright.
21620 (evaluate): New procedure. Use to re-implement tests using
21621 several tables.
21622
d629a7cb
MH
216232004-07-14 Martin Hunt <hunt@redhat.com>
21624
21625 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21626 which fixes some problems where init.tcl was not found.
21627
9c7bb332
AC
216282004-07-13 Andrew Cagney <cagney@gnu.org>
21629
6bf46641
AC
21630 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21631 (check_sizeof, check_valueof): Do not include the output in the
21632 test name. Use gdb_test.
21633 (get_valueof): Use gdb_test_multiple.
21634
c4ffd4c0
AC
21635 * gdb.base/step-test.exp: Update copyright. Use
21636 gdb_test_multiple. Ensure that test names do not include
21637 architecture dependent output.
21638
ab89363a
AC
21639 * gdb.gdb/observer.exp: Update copyright.
21640 (setup_test): Use gdb_test_multiple.
21641 (attach_first_observer, attach_second_observer)
21642 (attach_third_observer, detach_first_observer)
21643 (detach_second_observer, detach_third_observer)
21644 (reset_counters, check_counters): Make $message a prefix.
21645 (test_normal_stop_notifications): Add "args" parameter - a list of
21646 init functions to be called. Make $message a prefix,
21647 (test_observer_normal_stop): Change the message prefixes so that
21648 they are unique, pass the attach / detach procedures to
21649 test_normal_stop_notifications.
21650
ec58997a
AC
21651 * gdb.base/signull.exp (test_segv): Prefix all tests with
21652 "${name}". Clean up test messages.
21653
b475183b
AC
21654 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21655
9c7bb332
AC
21656 * gdb.base/ena-dis-br.exp: Update copyright.
21657 (break_at): New function. Replace send_gdb with gdb_test,
21658 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21659 ignore count, not stopped at bpt", with KFAIL.
21660
2dd95497
CV
216612004-07-13 Corinna Vinschen <vinschen@redhat.com>
21662
21663 * gdb.base/attach.exp: Remove cleanupfile handling.
21664
419e626b
AC
216652004-07-12 Andrew Cagney <cagney@gnu.org>
21666
21667 * gdb.base/annota1.exp: Cleanup corefile test name.
21668 * gdb.base/annota3.exp: Ditto.
21669
8b1b3228
AC
216702004-07-12 Andrew Cagney <cagney@gnu.org>
21671
78650829
AC
21672 * gdb.base/signals.exp: Clean up copyright, re-indent.
21673
8b1b3228
AC
21674 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21675 gdb_test and gdb_test_multiple.
21676
935c2760
JJ
216772004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21678
21679 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 21680 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
21681 provide line number info for first statement in main.
21682
1544280f
AC
216832004-07-08 Andrew Cagney <cagney@gnu.org>
21684
1279f4ff
AC
21685 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21686
1544280f
AC
21687 * gdb.base/sigbpt.exp: Make the common part of each test name a
21688 prefix instead of suffix.
21689
bcc82369
BR
216902004-07-07 Bob Rossi <bob_rossi@cox.net>
21691
21692 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21693 test from test_tbreak_creation_and_listing to
21694 test_file_list_exec_source_file
21695 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21696 Changed name of test from test_tbreak_creation_and_listing to
21697 test_file_list_exec_source_file
21698
23f4b0aa
JJ
216992004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21700
21701 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21702 the jmisc() constructor instead of <init>.
21703 * gdb.java/jmisc1.exp: Ditto.
21704
56401cd5
AC
217052004-07-07 Andrew Cagney <cagney@gnu.org>
21706
21707 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21708 corrupting the PC.
21709
44ae2f6a
MC
217102004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21711
21712 * gdb.cp/templates.exp: Accept whitespace change in demangler
21713 output.
21714
45a83408
AC
217152004-07-06 Andrew Cagney <cagney@gnu.org>
21716
21717 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21718
d205ad70
MC
217192004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21720
21721 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21722 * lib/compiler.cc: Likewise.
21723
06ea1a61
MC
217242004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21725
21726 * lib/compiler.cc: Work around string preprocessing problem
21727 with old hp c++ compiler.
21728 * lib/compiler.c: Likewise.
21729
daab1251
CV
217302004-06-29 Corinna Vinschen <vinschen@redhat.com>
21731
21732 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21733 directives to conditionalize symbol prefixing.
21734 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21735 additional_flags handling. Add underscore prefix for Cygwin.
21736 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21737 conditionalize symbol prefixing.
21738 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21739 additional_flags handling. Add underscore prefix for Cygwin.
21740
cc984116
CV
217412004-06-29 Corinna Vinschen <vinschen@redhat.com>
21742
21743 * gdb.base/bigcore.exp: Skip test on Cygwin.
21744
c279b077
MC
217452004-06-28 Michael Chastain <mec.gnu@mindspring.com>
21746
21747 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21748 formats for "info register". Use gdb_test_multiple. Fix
21749 the "invalid register" test.
21750
0e915747
CV
217512004-06-28 Corinna Vinschen <vinschen@redhat.com>
21752
21753 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
21754 PID for Cygwin. Add Cygwin specific strings to check for in some
21755 tests.
21756 (do_attach_tests): Add a test for user interaction when attaching
21757 to a process with no matching symbol table already loaded.
21758
11422c86
AC
217592004-06-26 Andrew Cagney <cagney@gnu.org>
21760
21761 Test PR java/1567 and PR java/1565.
21762 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
21763 * gdb.java/jmisc2.exp: Delete file.
21764
cefbce26
MC
217652004-06-26 Michael Chastain <mec.gnu@mindspring.com>
21766
21767 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
21768
e19f872c
CV
217692004-06-25 Corinna Vinschen <vinschen@redhat.com>
21770
21771 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
21772 attach process.
21773
d931ba3b
MC
217742004-06-23 Michael Chastain <mec.gnu@mindspring.com>
21775
21776 * gdb.cp/pr-1553.exp: Remove.
21777
aef68c48
MC
217782004-06-22 Michael Chastain <mec.gnu@mindspring.com>
21779
21780 * gdb.cp/pr-1553.cc: Remove.
21781 * gdb.cp/pr-1553.exp: Disable this test.
21782
8d5df71a
JB
217832004-06-20 Jim Blandy <jimb@redhat.com>
21784
a9c64011 21785 Fix PR testsuite/1680.
8d5df71a
JB
21786 * gdb.arch/i386-sse.exp: Properly quote curly braces in
21787 regular expressions.
21788
4ac6f39d
MC
217892004-06-19 Michael Chastain <mec.gnu@mindspring.com>
21790
21791 Fix PR testsuite/1679.
21792 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
21793 Issue an UNSUPPORTED result instead.
21794
1b413552
JB
217952004-06-18 Jim Blandy <jimb@redhat.com>
21796
21797 * gdb.base/charset.exp: Only send a control-C if we see a new
21798 prompt and incomplete command.
21799
6daa6ebd
MC
218002004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21801
21802 * gdb.cp/pr-574.cc: Add copyright notice.
21803
51fa4ae0
JB
218042004-06-17 Jim Blandy <jimb@redhat.com>
21805
21806 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21807 cases where the regexp has no groups; this grabs random text from
21808 the previous test suite, whatever that was.
21809
8fea26c5
MC
218102004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21811
21812 * gdb.cp/printmethod.cc: Add copyright notice.
21813
1e3aeb41
MC
218142004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21815
21816 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21817
9d9030bc
AC
218182004-06-16 Andrew Cagney <cagney@gnu.org>
21819
21820 * gdb.base/signull.c: Update copyright. Include <string.h>.
21821 (bowler): Replace data_pointer with data_read
21822 and data_write cases. Add code_descriptor case.
21823 (zero, desc): New array and pointer.
21824 (data, code): Change to simple pointers.
21825 * gdb.base/signull.exp: Fix probe pattern matching a function
21826 descriptor SIGSEGV. Replace data_pointer with data_read and
21827 data_write tests.
21828
acd4ad44
AC
218292004-06-16 Andrew Cagney <cagney@gnu.org>
21830
21831 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21832
08fd625c
MC
218332004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21834
21835 * gdb.base/long_long.c: Add copyright notice.
21836
1903502c
MC
218372004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21838
21839 * gdb.base/long_long.exp: Remove reference to
21840 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21841 to gdb_breakpoint and gdb_continue_to_breakpoint.
21842
83313cb1
JB
218432004-06-14 Jim Blandy <jimb@redhat.com>
21844
21845 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21846 endian case.
21847
1bf404ef
AC
218482004-06-14 Andrew Cagney <cagney@gnu.org>
21849
21850 * gdb.base/gcore.exp (capture_command_output): Delete the always
21851 passing tests containing inferior values.
21852 * gdb.base/ending-run.exp: Do not include the breakpoint address
21853 in the test message. Update copyright.
21854 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21855 size in the test name, use gdb_test_multiple. Update copyright.
21856
ef220b33
MC
218572004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21858
21859 * gdb.cp/ref-types.cc: Add copyright notice.
21860
4f70a4c9
MC
218612004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21862
21863 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21864 hp_aCC_compiler.
21865 * lib/compiler.cc: Likewise.
21866 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21867 'set' commands. Log diagnostics for other lines. Set
21868 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21869
335928ac
MC
218702004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21871
21872 * gdb.cp/try_catch.cc: Add copyright notice.
21873
2efb12e8
MC
218742004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21875
21876 * gdb.cp/userdef.cc: Add copyright notice.
21877
0bbed51a
MC
218782004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21879
21880 * gdb.cp/virtfunc.cc: Add copyright notice.
21881
e12a46c9
RC
218822004-06-11 Randolph Chung <tausq@debian.org>
21883
21884 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21885 problem.
21886
338e05af
AC
218872004-06-10 Andrew Cagney <cagney@gnu.org>
21888
21889 * lib/compiler.cc, lib/compiler.c: Append either
21890 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21891 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21892 instead of gcc-3-3.
21893
dc3f10cb
AC
218942004-06-09 Andrew Cagney <cagney@gnu.org>
21895
b4d946af
AC
21896 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21897 gdb/1455, bug is specific to "long long" and "double".
a9c64011 21898
dc3f10cb
AC
21899 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21900 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21901 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21902 fixed.
21903
b5c0bfa2
AC
219042004-06-09 Andrew Cagney <cagney@gnu.org>
21905
21906 * gdb.base/structs.exp (test_struct_returns): Replace
21907 "return_value_unknown" and "finish_value_unknown" by
21908 "return_value_known" and "finish_value_known". Instead of
21909 "return_value_unknown" iff "finish_value_unknown", check
21910 "return_value_known" implies "finish_value_known".
21911
caeb605f
MH
219122004-06-08 Martin Hunt <hunt@redhat.com>
21913
21914 * gdb.base/float.exp: Add pattern for mips targets.
21915
c892bb64
RC
219162004-06-08 Randolph Chung <tausq@debian.org>
21917
21918 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21919 message for unknown architectures more clear.
21920
48306d3e
JB
219212004-06-08 Joel Brobecker <brobecker@gnat.com>
21922
21923 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21924 start the execution of the program.
21925
83ecb59f
JB
219262004-06-07 Jim Blandy <jimb@redhat.com>
21927
21928 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21929 * gdb.arch/i386-cpuid.h: New helper file.
21930
55264cb4
RC
219312004-06-07 Randolph Chung <tausq@debian.org>
21932
21933 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21934 has started.
21935
23cadb28
RM
219362004-06-04 Roland McGrath <roland@redhat.com>
21937
21938 Fix PR gdb/1647.
21939 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21940 differently to be robust to output buffering differences.
21941
51d01eda
MC
219422004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21943
21944 * gdb.threads/pthreads.exp: Update copyright years.
21945 (check_control_c): Change asynchronous 'after' to synchronous.
21946
f4fc3b93
RM
219472004-06-04 Roland McGrath <roland@redhat.com>
21948
21949 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21950 next gdb prompt.
21951
4013522b
MC
219522004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21953
21954 Fix PR gdb/1636.
21955 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21956 calls to synchronous.
21957
7a8f1e6b
JB
219582004-05-26 Jim Blandy <jimb@redhat.com>
21959
21960 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21961
81bb3443
RC
219622004-05-24 Randolph Chung <tausq@debian.org>
21963
21964 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21965 * gdb.asm/pa.inc: New file.
21966
8f5a3103
MK
219672004-05-22 Mark Kettenis <kettenis@gnu.org>
21968
21969 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21970
734b8fe8 219712004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 21972 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
21973
21974 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21975 GDB prompt.
21976
725603e1
UW
219772004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21978
f4fc3b93 21979 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
21980 setjmp/longjmp. Use sigaction instead of signal.
21981
8b923272 219822004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 21983 Michael Snyder <msnyder@redhat.com>
8b923272
JB
21984
21985 * gdb.threads/pthread_cond_wait.c: New file.
21986 * gdb.threads/pthread_cond_wait.exp: New testcase.
21987
8bfabb04
AC
219882004-05-13 Andrew Cagney <cagney@redhat.com>
21989
21990 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21991 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21992
42edda50
AC
219932004-05-11 Andrew Cagney <cagney@redhat.com>
21994
21995 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21996 fixed but revealed gdb/1639.
21997
d303a6c7
AC
219982004-05-10 Andrew Cagney <cagney@redhat.com>
21999
22000 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22001 func1" and "next to 2nd alarm", kernel bug avoided.
22002
bf08c2a1
DJ
220032004-05-10 Daniel Jacobowitz <dan@debian.org>
22004
22005 PR external/1568
22006 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22007 XFAIL if it is smaller than bytes_allocated.
22008 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22009 (main): Make chunks_allocated unsigned. Correct comment.
22010
c0586a34
JB
220112004-05-07 Joel Brobecker <brobecker@gnat.com>
22012
22013 * gdb.arch/powerpc-aix-prologue.c: New file.
22014 * gdb.arch/powerpc-aix-prologue.exp: New file.
22015
f2785d12
JB
220162004-05-07 Jim Blandy <jimb@redhat.com>
22017
22018 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22019 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22020
bd7f6e30
JB
220212004-05-06 Joel Brobecker <brobecker@gnat.com>
22022
22023 * gdb.base/sep.exp: No longer setup_kfail when the program was
22024 built with dwarf2.
22025
0a5e7efe
JI
220262004-05-05 Jim Ingham <jingham@apple.com>
22027
22028 * gdb.base/pending.exp: Make sure pending breakpoints
22029 preserve the ignore count.
f4fc3b93 22030
a8958849
MK
220312004-04-27 Jerome Guitton <guitton@gnat.com>
22032
22033 * i386-prologue.exp: Add testcase for jump instruction as first
22034 instruction of the real code.
22035 * i386-prologue.c (jump_at_beginning): New function.
22036
7e103f5b
MK
220372004-04-28 Mark Kettenis <kettenis@gnu.org>
22038
22039 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22040 x86_64-*-*.
22041
5d38b224
MK
220422004-04-28 Mark Kettenis <kettenis@gnu.org>
22043
22044 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22045 i*86-*-*.
22046
0ef32fd9
MK
220472004-04-25 Mark Kettenis <kettenis@gnu.org>
22048
22049 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22050 expression that checks the return type.
22051
71d7dd7c
AC
220522004-04-23 Andrew Cagney <cagney@redhat.com>
22053
22054 * gdb.base/call-sc.exp: New test of scalar call/return values.
22055 * gdb.base/call-sc.c: Ditto.
22056
1e9f977e
JJ
220572004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22058
22059 * gdb.threads/manythreads.c: Reduce thread stack size.
22060
899d9e3a
JJ
220612004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22062
22063 * gdb.threads/manythreads.c: Add copyright notice.
22064
61bcae62
AC
220652004-04-23 Andrew Cagney <cagney@redhat.com>
22066
22067 * gdb.base/siginfo.exp: Better handle step out of signal.
22068 * gdb.base/sigstep.exp: Ditto.
22069
7339a42e 220702004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 22071 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
22072
22073 * gdb.threads/manythreads.c: New testcase.
22074 * gdb.threads/manythreads.exp: Ditto.
22075
5c98409b
JB
220762004-04-22 Jim Blandy <jimb@redhat.com>
22077
22078 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22079 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22080
3b611f1a
MC
220812004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22082
22083 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22084
f0fd9238
AC
220852004-04-21 Andrew Cagney <cagney@redhat.com>
22086
22087 * gdb.base/sigstep.c: New file.
22088 * gdb.base/sigstep.exp: New file.
22089
90990674
JB
220902004-04-16 Joel Brobecker <brobecker@gnat.com>
22091
22092 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22093 call to observer_notify_normal_stop.
22094
78cef34b
AC
220952004-04-15 Andrew Cagney <cagney@redhat.com>
22096
22097 * gdb.base/siginfo.c: New file.
22098 * gdb.base/siginfo.exp: New file.
22099
d2343407
JB
221002004-04-12 J. Brobecker <brobecker@gnat.com>
22101
22102 * gdb.base/sep.exp: Fix typo in comment.
22103
a2dba3c8
JB
221042004-04-12 J. Brobecker <brobecker@gnat.com>
22105
22106 * gdb.base/sep.c: New file.
22107 * gdb.base/sep-proc.c: New file.
22108 * gdb.base/sep.exp: New testcase.
22109
15f7b60e
MK
221102004-04-09 Mark Kettenis <kettenis@gnu.org>
22111
22112 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22113 support.
22114
44f4de1a
AC
221152004-04-05 Andrew Cagney <cagney@redhat.com>
22116
22117 * gdb.base/sigaltstack.c: New file.
22118 * gdb.base/sigaltstack.exp: New file.
22119
ef04f396
JB
221202004-04-04 Joel Brobecker <brobecker@gnat.com>
22121
22122 * gdb.base/foll-fork.exp: Update the expected output for
22123 "help set follow-fork-mode", to match a change that was made
22124 to the help of this variable on 2004-01-13.
22125
d40d2c92
JB
221262004-04-01 Joel Brobecker <brobecker@gnat.com>
22127
22128 * lib/ada.exp: Add copyright notice.
22129 * bar.ads: Likewise.
22130 * bar.adb: Likewise.
22131 * null_record.adb: Likewise.
22132 * null_record.exp: Likewise.
22133 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22134
f86ef5a3
JB
221352004-04-01 Joel Brobecker <brobecker@gnat.com>
22136
22137 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22138 * configure: Regenerate.
22139
414e70e3
JB
221402004-04-01 Joel Brobecker <brobecker@gnat.com>
22141
22142 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22143 to build the application. Remove the message printed when in
22144 verbose mode, redundant with the UNSUPPORTED message above.
22145
f0aaee49
JB
221462004-03-31 Joel Brobecker <brobecker@gnat.com>
22147
22148 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22149 * gdb.ada (null_record.exp): New testcase.
22150
ac81cb54
JB
221512004-03-31 Joel Brobecker <brobecker@gnat.com>
22152
22153 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22154
854af2f7
JB
221552004-03-31 Joel Brobecker <brobecker@gnat.com>
22156
22157 * gdb.ada: New subdirectory.
22158 * gdb.ada/Makefile.in: New file.
22159 * gdb.ada/gnat_ada.gpr.in: New file.
22160
034cb681
JB
221612004-03-31 Joel Brobecker <brobecker@gnat.com>
22162
22163 * lib/ada.exp: New file.
22164
78a1a894
DJ
221652004-03-24 Daniel Jacobowitz <drow@mvista.com>
22166
22167 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22168 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22169
4b2b3b3e
AC
221702004-03-22 Andrew Cagney <cagney@redhat.com>
22171
22172 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22173 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22174 Problem identified by Ulrich Weigand.
22175
23c73aa3
DC
221762004-03-17 David Carlton <carlton@kealia.com>
22177
22178 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22179 PR c++/826.
22180
d63a86f8
RM
221812004-03-16 Roland McGrath <roland@redhat.com>
22182
22183 * gdb.base/auxv.exp: New file.
22184 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22185
0e02aa50
DC
221862004-03-12 David Carlton <carlton@kealia.com>
22187
22188 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22189 * gdb.cp/pr-1553.cc: Ditto.
22190 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22191 pass branch.
22192
c20b71be
MC
221932004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22194
22195 * gdb.cp/templates.exp: Accept more template types.
22196
c7414a01
MC
221972004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22198
22199 From Corinna Vinschen with modifications.
22200 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22201 local variable obj_with_enum.
22202 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22203 results with obj_with_enum.
22204
ed69573c
MC
222052004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22206
22207 * gdb.cp/classes.cc: New file, copied from misc.cc.
22208 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22209
28301461
MC
222102004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22211
22212 * gdb.cp/misc.cc: Add copyright notice.
22213
1198ecbe
DC
222142004-03-05 David Carlton <carlton@kealia.com>
22215
22216 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22217 * gdb.cp/rtti.h: Update copyright.
22218 (namespace n2::n3): New.
22219 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22220 (n2::n3::func3): New.
22221 (main): Call n2::n3::func3.
22222 * gdb.cp/rtti2.cc: Update copyright.
22223 (n2::create3): New.
22224
9e08c470
MK
222252004-03-04 Mark Kettenis <kettenis@gnu.org>
22226
22227 * gdb.asm/openbsd.inc: Fix typo.
22228
4bebc3aa
FF
222292004-03-03 Fred Fish <fnf@redhat.com>
22230
22231 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22232 "val" instead of unused "size". Update copyright year.
22233
6ea9fb37
DJ
222342004-02-29 Daniel Jacobowitz <drow@mvista.com>
22235
22236 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22237 to use unsigned char.
22238 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22239 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22240
23b23974
DJ
222412004-02-29 Daniel Jacobowitz <drow@mvista.com>
22242
22243 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22244 line of output.
22245
7574fd53
DJ
222462004-02-28 Daniel Jacobowitz <drow@mvista.com>
22247
22248 * gdb.base/relocate.c (dummy): Initialize.
22249
a195357f
DJ
222502004-02-28 Daniel Jacobowitz <drow@mvista.com>
22251
22252 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22253 a breakpoint at exit.
22254
72fd54a9
FF
222552004-02-27 Fred Fish <fnf@redhat.com>
22256
22257 * gdb.base/chng-syms.exp: Add expect condition to match failing
22258 case that isn't a timeout.
22259
b9d23137
AC
222602004-02-27 Andrew Cagney <cagney@redhat.com>
22261
22262 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22263 support.
22264
15d208f6 222652004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 22266
15d208f6
FF
22267 * gdb.arch/gdb1431.c: Remove.
22268 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22269 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22270 of "until" incorrectly.
22271
98f9cd2d
JB
222722004-02-26 J. Brobecker <brobecker@gnat.com>
22273
22274 * gdb.cp/class2.cc (empty): New class.
22275 (refer): New function.
22276 (main): Declare an object of type empty and use it.
22277 * gdb.cp/class2.exp: Print the value of an object of type empty.
22278
9b50c11b
JJ
222792004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22280
22281 * gdb.base/langs.exp: Update query string to match the
22282 new nquery format used for pending breakpoints.
22283
0dcd613f
AC
222842004-02-26 Andrew Cagney <cagney@redhat.com>
22285
22286 Fix PR i18n/1570.
22287 * gdb.base/charset.c: Update copyright notice.
22288 (main, init_string): Remove the escape character '\e' tests.
22289 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22290 * gdb.base/charset.exp (valid_host_charset): Ditto.
22291 * gdb.base/setvar.exp: Ditto.
22292
b8a56647
AC
222932004-02-24 Andrew Cagney <cagney@redhat.com>
22294
90d59e34
AC
22295 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22296 mmapped data in core file" PASS and FAIL messages consistent.
22297
b8a56647
AC
22298 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22299 setting a breakpoint. Work around PR java/1565.
22300
9f27c604
JJ
223012004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22302
22303 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22304 new nquery format.
22305 * gdb.base/pending.exp: Ditto.
22306
3224a706
MK
223072004-02-22 Mark Kettenis <kettenis@gnu.org>
22308
22309 * configure.in: Run stabs tests on *BSD.
22310 * configure: Regenerated.
22311
41e0a9ca
MK
223122004-02-21 Mark Kettenis <kettenis@gnu.org>
22313
22314 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22315
1e1b3428
FF
223162004-02-20 Fred Fish <fnf@redhat.com>
22317
22318 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22319 blank in test for "returns short", for consistency with other
22320 "returns xxx" tests. Update copyright year.
22321
f9a7572a
FF
223222004-02-19 Fred Fish <fnf@redhat.com>
22323
22324 New testcase for PR breakpoint/1558.
22325 * gdb.arch/gdb1558.exp: New file.
22326 * gdb.arch/gdb1558.c: New file.
22327
b2ce2854
EZ
223282004-02-19 Elena Zannoni <ezannoni@redhat.com>
22329
22330 * gdb.base/nodebug.exp: Fix typo.
22331
e7c9ff01
JB
223322004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22333
22334 Committed by Jim Blandy <jimb@redhat.com>.
22335
62f4b920
JB
22336 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22337
2db536a1
JB
22338 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22339
e7c9ff01
JB
22340 * gdb.base/float.exp: Support s390*-*-* targets.
22341
f3205b34
AF
223422004-02-17 Adam Fedor <fedor@gnu.org>
22343
22344 * gdb.base/gdb1555.exp: New file.
22345 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22346
9d62932d
EZ
223472004-02-17 Elena Zannoni <ezannoni@redhat.com>
22348
22349 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22350
344c9711
FF
223512004-02-16 Fred Fish <fnf@redhat.com>
22352
22353 * gdb.arch/gdb1291.c: Remove
22354 * gdb.arch/gdb1291.s: New test input file.
22355 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22356 fail. Test for correct result, known incorrect result, other
22357 failures and timeouts.
22358
2d822687
AC
223592004-02-16 Andrew Cagney <cagney@redhat.com>
22360
22361 * gdb.base/bigcore.exp: New file.
22362 * gdb.base/bigcore.c: New file.
22363
dac15b66
AC
223642004-02-13 Andrew Cagney <cagney@redhat.com>
22365
22366 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22367 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22368 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22369 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22370 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22371 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22372 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22373 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22374 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22375 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22376
6bdfc2c4
JJ
223772004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22378
22379 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22380 executed is an alloc instruction.
22381
87b3ede8
DC
223822004-02-11 David Carlton <carlton@kealia.com>
22383
22384 * gdb.cp/breakpoint.exp: New.
22385 * gdb.cp/breakpoint.cc: New.
22386
6e19e2bf
MC
223872004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22388
22389 Partial fix for PR gdb/1543.
22390 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22391 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22392 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22393 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22394 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22395 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22396 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22397 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22398 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22399 to bug-gdb@prep.ai.mit.edu .
22400 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22401 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22402 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22403 Likewise.
22404
5c5455dc
AC
224052004-02-10 Andrew Cagney <cagney@redhat.com>
22406
22407 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22408 using gdb_internal_error_resync.
22409
9cf689d7
DJ
224102004-02-09 Daniel Jacobowitz <drow@mvista.com>
22411
22412 * gdb.threads/thread-specific.exp: Stop early if no threads are
22413 found.
22414
d2dc51db
MC
224152004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22416
22417 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22418
14b1a056
DJ
224192004-02-08 Daniel Jacobowitz <drow@mvista.com>
22420
22421 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22422 breakpoints.
22423
83f66e8f
DJ
224242004-02-07 Daniel Jacobowitz <drow@mvista.com>
22425
22426 * config/sim.exp (gdb_load): Handle $arg == "".
22427 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22428 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22429
30fc0091
EZ
224302004-02-07 Elena Zannoni <ezannoni@redhat.com>
22431
a9c64011
AS
22432 * gdb.base/maint.exp: Update test to reflect
22433 obstack changes.
30fc0091 22434
4d806929
JJ
224352004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22436
22437 * gdb.base/pendshr.c (pendfunc): New function that calls
22438 pendfunc1.
22439 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22440
7bfdd688
FF
224412004-02-04 Fred Fish <fnf@redhat.com>
22442
22443 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22444 function symbols and update copyright years.
22445 * gdb.arch/gdb1291.c: Ditto.
22446
aaa08ee4
MC
224472004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22448
22449 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22450
dbad7755
MC
224512004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22452
22453 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22454
ec4646ef
MC
224552004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22456
22457 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22458
1b802196
FF
224592004-02-02 Fred Fish <fnf@redhat.com>
22460
22461 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22462 remote targets. Update copyright years.
22463
18fe2033
JJ
224642004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22465
22466 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22467 support.
22468 * gdb.base/langs.exp: Fix test which attempts to create
22469 breakpoint on non-existent function to handle new pending
22470 support.
22471 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22472 a breakpoint.
22473 * gdb.base/pending.exp: New test.
22474 * gdb.base/pending.c: New file.
22475 * gdb.base/pendshr.c: Ditto.
22476
8d577d32
DC
224772004-02-02 David Carlton <carlton@kealia.com>
22478
22479 * gdb.cp/overload.exp: Add overloadNamespace tests.
22480 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22481 (overloadNamespace, XXX): New.
22482 (main): Call XXX::marker2.
22483
3ad13771
FF
224842004-02-01 Fred Fish <fnf@redhat.com>
22485
22486 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22487 * gdb.base/finish.exp: Ditto.
22488 * gdb.base/gcore.exp: Ditto.
22489 * gdb.base/huge.exp: Ditto.
22490 * gdb.base/info-proc.exp: Ditto.
22491 * gdb.base/return2.exp: Ditto.
22492 * gdb.threads/gcore-thread.exp: Ditto.
22493
44c75849
DJ
224942004-02-01 Daniel Jacobowitz <drow@mvista.com>
22495
22496 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22497
005bc093
MK
224982004-02-01 Mark Kettenis <kettenis@gnu.org>
22499
22500 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22501 that opening the file succeeds on OpenBSD.
22502
c47cebdb
DJ
225032004-02-01 Daniel Jacobowitz <drow@mvista.com>
22504
22505 * gdb.threads/thread-specific.c: New file.
22506 * gdb.threads/threads-specific.exp: New test script.
22507 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22508 to expect_out.
22509
5a01311c
MK
225102004-02-01 Mark Kettenis <kettenis@gnu.org>
22511
22512 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22513 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22514 only on the "print_small_structs from print_long_arg_list" test.
22515
ce22a4f1
DJ
225162004-02-01 Daniel Jacobowitz <drow@mvista.com>
22517
22518 * gdb.base/completion.exp: Kill a stray backslash.
22519
22520 From Jim Ingham <jingham@apple.com>:
22521 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22522 agrees with the result from sending a tab.
22523
abbab9d3
DJ
225242004-01-31 Daniel Jacobowitz <drow@mvista.com>
22525
22526 * gdb.base/chng-syms.exp: Remove stray newline.
22527
53904d1e
MK
225282004-01-31 Mark Kettenis <kettenis@gnu.org>
22529
22530 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22531 *-*-openbsd*.
22532 * gdb.asm/openbsd.inc: New file.
22533
3a4b3aac
MK
225342004-01-30 Mark Kettenis <kettenis@gnu.org>
22535
22536 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22537 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22538 *-*solaris2*. Remove commented out default settings for
22539 asm-flags. Replace gdb_compile with target_link.
22540
ebac27b4
MC
225412004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22542
22543 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22544 for all tests. Remove old hp-ux and cygnus xfail cases.
22545
d8679d84
PH
225462004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22547
22548 * gdb.base/chng-syms.exp: New file.
22549 * gdb.base/chng-syms.c: New file.
22550
0a55bc22
MC
225512004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22552
22553 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22554 Provide arms for current output in all my configurations.
22555
94b8e876
MC
225562004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22557
22558 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22559 * lib/compiler.cc: Likewise.
22560 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22561 get the right preprocessor. Eval the output directly. Remove
22562 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22563 hp_f77_compiler and hp_f90_compiler completely.
22564 (gdb_preprocess): Delete.
22565 (get_compiler): Delete.
22566
7cf03d44
MK
225672004-01-24 Mark Kettenis <kettenis@gnu.org>
22568
22569 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22570 <string.h>.
22571
68b6dce9
NR
225722004-01-24 Nick Roberts <nick@nick.uklinux.net>
22573
22574 * gdb.mi/mi-stack.exp: Update copyright.
22575
b368761e
DC
225762004-01-23 David Carlton <carlton@kealia.com>
22577
22578 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22579 test for cp_lookup_transparent_type.
22580 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22581 call them.
22582
f2061b53
DJ
225832004-01-23 Daniel Jacobowitz <drow@mvista.com>
22584
22585 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22586 after -var-update.
22587
37fc574a
DC
225882004-01-23 David Carlton <carlton@kealia.com>
22589
22590 * gdb.cp/namespace.cc (C::ensureRefs): New.
22591 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22592
8e94b928
NR
225932004-01-20 Nick Roberts <nick@nick.uklinux.net>
22594
22595 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22596 case "-stack-list-locals 2".
22597 * gdb.mi/mi-var-child.exp: Test for case
22598 "-var-list-children --all-values NAME".
22599
997b0952
MC
226002004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22601
22602 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22603
52470da3
MK
226042004-01-18 Mark Kettenis <kettenis@gnu.org>
22605
7049b4b8
MK
22606 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22607 used with gdb_test_multiple.
22608
52470da3
MK
22609 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22610 read at address 0. This fixes PR testsuite/1504.
22611
da6012e5
DJ
226122004-01-18 Daniel Jacobowitz <drow@mvista.com>
22613
22614 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22615 Remove downloading, guessing the host executable, the calls to
22616 gdb_file_cmd and gdb_target_cmd, and "load" support.
22617 (infer_host_exec): New function broken out from gdb_load.
22618 (gdb_load): New wrapper for gdbserver_gdb_load.
22619 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22620 gdb_target_cmd. Use -target-select.
22621 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22622 Download binaries to the host. Clear last_mi_remote_file when
22623 we load a new binary.
22624 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22625 call gdbserver_gdb_load and mi_gdb_target_cmd.
22626
32c70722
MC
226272004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22628
22629 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22630 type patterns.
22631
b0cecf36
MC
226322004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22633
22634 * gdb.cp/templates.exp: Fix typo in test name of
22635 "print Foo<volatile char*>::foo".
22636
4120d7e6
MC
226372004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22638
22639 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22640
f679e530
BE
226412004-01-16 Ben Elliston <bje@wasabisystems.com>
22642
22643 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22644 (clean mostlyclean): Remove empty rm.
22645
091c48f6
MC
226462004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22647
22648 * gdb.base/setvar.exp: Add copyright years.
22649
3e5fc8d2
DC
226502004-01-14 David Carlton <carlton@bactrian.org>
22651
22652 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22653 PR c++/1511 and update coment.
22654 * gdb.cp/templates.exp: Update patterns to match current output.
22655 If changes involve something other than whitespace, KFAIL
22656 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22657
63d06c5c
DC
226582004-01-14 David Carlton <carlton@kealia.com>
22659
22660 * gdb.cp/namespace.exp: Add tests involving classes defined within
22661 namespaces.
22662 * gdb.cp/namespace.cc (C::CClass): New.
22663 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22664
a51dab88
EZ
226652004-01-14 Elena Zannoni <ezannoni@redhat.com>
22666
22667 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22668 what debug info we have. Print a better message if something goes
22669 wrong while producing the separate debug info file.
22670
a476ccc9
MC
226712004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22672
22673 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22674
f453692c
MC
226752004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22676
22677 * gdb.base/callfuncs.c: Add copyright notice.
22678
f40063a5
MC
226792004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22680
22681 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22682 inheritance. PR gdb/1498, PR gcc/13539.
22683
19ac3974
EZ
226842004-01-13 Elena Zannoni <ezannoni@redhat.com>
22685
a9c64011
AS
22686 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22687 test specific name.
22688 * gdb.mi/gdb669.exp: Ditto.
22689 * gdb.mi/mi-pthreads.exp: Ditto.
22690 * gdb.mi/mi1-pthreads.exp: Ditto.
22691 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 22692
56c97c6e
MC
226932004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22694
22695 * gdb.cp/member-ptr.cc: Add copyright notice.
22696
a0644324
MC
226972004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22698
22699 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22700 some patterns for recent versions of gcc and hpacc. Delete
22701 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22702 Delete tests that access a NULL pointer-to-member-data. This
22703 script is still disabled for gcc.
22704
32fabe09
EZ
227052004-01-12 Elena Zannoni <ezannoni@redhat.com>
22706
22707 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 22708 escaped correctly.
32fabe09 22709
1f8a6abb
EZ
227102004-01-12 Elena Zannoni <ezannoni@redhat.com>
22711
22712 * gdb.base/sepdebug.exp: New file.
22713 * gdb.base/sepdebug.c: New file.
22714 * lib/gdb.exp (separate_debug_filename): New procedure.
22715 (gdb_gnu_strip_debug): New procedure.
22716
48efe704
AC
227172004-01-12 Andrew Cagney <cagney@redhat.com>
22718
22719 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22720 * gdb.mi/ChangeLog-1999-2003: New file.
22721
a9415475
AC
227222004-01-12 Andrew Cagney <cagney@redhat.com>
22723
22724 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22725 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22726 or EEXIST", treat EBUSY as an XFAIL.
22727
83b8cf9d
MC
227282004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22729
22730 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22731 hp_cc_compiler.
22732
9939d2a8
MC
227332004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22734
22735 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22736 decorations.
22737
1ff8cadf
MC
227382004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22739
22740 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22741 and "(aCC)" decorations. Remove obsolete doco about old
22742 test results.
22743
6fa9022e
MC
227442004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22745
22746 * gdb.cp/exception.exp: Fix typo in doco.
22747
209721fe
MK
227482004-01-09 Mark Kettenis <kettenis@gnu.org>
22749
22750 * gdb.base/gdb1476.exp: Fix typo.
22751
ef11303e
MC
227522004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22753
22754 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22755 file.
22756
041ab88c
MC
227572004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22758
22759 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22760 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22761 Use gdb_compile. Remove restriction on gcc. Add some patterns
22762 for recent version of gdb. Delete second half, which was a copy
22763 of the first half with different build flags. This test is
22764 still disabled because it is still not ready for production.
22765
e36d075a
MC
227662004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22767
22768 * gdb.cp/exception.cc: Add copyright notice.
22769 * gdb.cp/exception.exp: Add a notice that this file is broken
22770 because of line number changes caused by addition of copyright
22771 notice.
22772
42b190ad
MC
227732004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22774
22775 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
22776 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
22777
8f25f06b
MC
227782004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22779
22780 * gdb.cp/classes.exp: Accept gnu abi 2.
22781 * gdb.cp/derivation.exp: Likewise.
22782 * gdb.cp/overload.exp: Likewise.
22783 * gdb.cp/virtfunc.exp: Likewise.
22784
06ded8b8
MC
227852004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22786
22787 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
22788 semicolon after end of function.
22789
77c26ae3
MC
227902004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22791
22792 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
22793 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22794 boilerplate code for compiling and running the program under
22795 test. Add some string method tests.
22796
20757486
MC
227972004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22798
22799 * gdb.cp/bs15503.cc: Add copyright notice.
22800 * gdb.cp/bs15503.exp: Adjust line number.
22801
0fd3b503
MC
228022004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22803
22804 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22805 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22806
10d1bea8
MC
228072004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22808
22809 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22810 hp_cc_compiler.
22811
2789202a
MC
228122004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22813
22814 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22815 * gdb.cp/ctti.exp: Use the marker instead of "next".
22816 With gcc, run further before bailing.
22817
b862f14c
MC
228182004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22819
22820 * gdb.cp/cttiadd.cc: Add copyright notice.
22821 * gdb.cp/cttiadd1.cc: Likewise.
22822 * gdb.cp/cttiadd2.cc: Likewise.
22823 * gdb.cp/cttiadd3.cc: Likewise.
22824
96da2469
MC
228252004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22826
22827 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22828 Use gdb_test, gdb_test_multiple. Use floating-point values that
22829 have exact representations in IEEE-ish formats.
22830
053248ff
MC
228312004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22832
22833 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22834 compilers. Delete duplicate call to get_compiler_info.
22835 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22836 * gdb.base/volatile.exp: Likewise.
22837
84acecdd
MK
228382004-01-07 Mark Kettenis <kettenis@gnu.org>
22839
22840 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22841 memory at address 0.
22842
fe11a27f
MC
228432004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22844
22845 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22846 to test for hp-ux assembler. Fix copyright years.
22847
60ad077b
AC
228482004-01-07 Andrew Cagney <cagney@redhat.com>
22849
22850 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22851
1c9b8f33
AC
228522004-01-07 Andrew Cagney <cagney@redhat.com>
22853
22854 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22855 when creating the read-only file. From analysis by Roland McGrath
22856 and Elena Zannoni.
22857
753ccc7a
MC
228582004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22859
22860 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22861
eca3e36b
MC
228622004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22863
22864 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22865 data pointers.
22866
f8d4bac4
MC
228672004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22868
22869 * gdb.cp/m-static.exp: Compile one source file at a time.
22870 Delete unused call to get_compiler_info.
22871
9b4e0f94
MC
228722004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22873
22874 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22875 * gdb.base/call-rt-st.exp: Likewise.
22876 * gdb.base/nodebug.exp: Likewise.
22877 * gdb.base/volatile.exp: Likewise.
22878 * gdb.cp/ref-types.exp: Likewise.
22879 * gdb.cp/templates.exp: Likewise.
22880
023c1024
MK
228812004-01-05 Mark Kettenis <kettenis@gnu.org>
22882
22883 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22884
19703c4a
MC
228852004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22886
22887 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22888 hppa*-hp-hpux*.
22889
18b67037
MK
228902004-01-04 Mark Kettenis <kettenis@gnu.org>
22891
ba6219c8
MK
22892 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22893 x86_64-*-*.
22894
18b67037
MK
22895 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22896 sparc64-*-* and sparc*-solaris2*.
22897
1bfbbb9d
MK
228982004-01-04 Mark Kettenis <kettenis@gnu.org>
22899
22900 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22901 return ${tests}" test. The ${tests} already mentions the
22902 filename.
22903
06846494
MC
229042004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22905
22906 * gdb.cp/local.exp: Accept gcc abi 2.
22907
3b0cb202
MC
229082004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22909
22910 * gdb.cp/templates.exp: Accept gcc abi 2.
22911
0643ec3f
MC
229122004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22913
22914 * lib/compiler.cc: Remove supports_template_debugging.
22915 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22916
d231d0b1
MC
229172004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22918
22919 * gdb.cp/namespace.exp: Accept gcc abi 2.
22920
44ffb27c
MC
229212004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22922
22923 * gdb.cp/method.exp: Accept gcc abi 2.
22924
184ad485
MC
229252004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22926
22927 * gdb.cp/classes.exp: Generate identical results as old version.
22928 * gdb.cp/derivation.exp: Likewise.
22929 * gdb.cp/overload.exp: Likewise.
22930 * gdb.cp/virtfunc.exp: Likewise.
22931
116f09e7
MC
229322004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22933
22934 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22935 mysterious bug with sourceware version of expect.
22936
b1379776
MC
229372004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22938
22939 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22940 current versions of gcc, including gcc abi 2. Remove gratuitous
22941 restart of test program. Use gdb_test_multiple and gdb_test for
22942 all tests. Add patterns to xfail missing "const" in "const char *"
22943 and kfail PR gdb/1155.
22944
6b7a4c0e
MC
229452004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22946
22947 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22948 current versions of gcc, including gcc abi 2. Remove gratuitous
22949 restart of test program. Use gdb_test_multiple and gdb_test for
22950 all tests. Add patterns to kfail PR gdb/1498.
22951
51615d72
MC
229522003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22953
22954 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22955 current versions of gcc, including gcc abi 2. Use "breakpoint"
22956 and "continue" instead of restarting the target program. Use
22957 gdb_test_multiple and gdb_test for all tests.
22958
7b79a9d7
MK
229592004-01-01 Mark Kettenis <kettenis@gnu.org>
22960
22961 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22962 for *-*-solaris2*.
22963
1cd3489f
MC
229642003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22965
22966 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22967 current versions of gcc, including gcc abi 2. Use "breakpoint"
22968 and "continue" instead of restarting the target program several
22969 times. Use gdb_test_multiple and gdb_test for all tests.
22970
850742db
MC
229712003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22972
22973 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22974 source files.
22975
eb4bbda8
MC
229762003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22977
22978 * gdb.base/environ.exp: Handle compiling test case from multiple
22979 source files.
22980
e42c7771
MC
229812003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22982
22983 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22984
80e4b428
JB
229852003-12-17 Jim Blandy <jimb@redhat.com>
22986
5f06973a
JB
22987 * gdb.base/freebpcmd.c: Add copyright notice.
22988
80e4b428
JB
22989 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22990
0ab84fb7
MC
229912003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22992
22993 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22994
1b3bb3d0
JB
229952003-12-13 Jim Blandy <jimb@redhat.com>
22996
22997 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22998
3a4c9371
KB
229992003-12-12 Kevin Buettner <kevinb@redhat.com>
23000
23001 * gdb.asm/frv.inc: New file.
23002 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23003
a1dea79a
FF
230042003-12-09 Fred Fish <fnf@redhat.com>
23005
23006 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23007 functions to break1.c and leave prototypes behind. Add more
23008 "set breakpoint NN here" comments.
23009 * gdb.base/break1.c: New file.
23010
23011 * gdb.base/break.exp: Handle compiling test case from multiple
23012 source files and change source file references as needed.
23013 * gdb.base/completion.exp: Ditto.
23014 * gdb.base/condbreak.exp: Ditto.
23015 * gdb.base/define.exp: Ditto.
23016 * gdb.base/ena-dis-br.exp: Ditto.
23017 * gdb.base/info-proc.exp: Ditto.
23018 * gdb.base/maint.exp: Ditto.
23019 * gdb.base/until.exp: Ditto.
23020
23021 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23022 hardcoded line numbers.
23023 * gdb.base/define.exp: Ditto.
23024 * gdb.base/ena-dis-br.exp: Ditto.
23025 * gdb.base/maint.exp: Ditto.
23026 * gdb.base/until.exp: Ditto.
23027
23028 * gdb.base/completion.exp: Use "break1" for completion tests since
23029 "break" is no longer a unique prefix.
23030
5266b69c
AC
230312003-12-06 Andrew Cagney <cagney@redhat.com>
23032
23033 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23034 "return_value_unimplemented". When an unimplemented struct return
23035 architecture, report incorrect values as a KFAIL
23036
374451f0
MC
230372003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23038
23039 * gdb.cp/rtti.exp: Accept new wording of warning from
23040 cp_lookup_rtti_type.
23041
ba9b20a7
MC
230422003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23043
23044 Partial fix for PR testsuite/1456.
23045 * gdb.base/scope.exp (test_at_main): Replace references to
23046 gcc_compiled with calls to test_compiler_info.
23047 (test_at_foo): Likewise.
23048 (test_at_bar): Likewise.
23049
b74b6d0b
MC
230502003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23051
23052 Partial fix for PR testsuite/1456.
23053 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23054 to test_compiler_info.
23055
ccfa3402
MC
230562003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23057
23058 * gdb.base/so-impl-ld.exp: Update copyright notice.
23059
f6246aba
MC
230602003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23061
23062 Partial fix for PR testsuite/1456.
23063 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23064 to test_compiler_info.
23065
13ae734a
MC
230662003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23067
23068 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23069 from current versions of gdb. Clean up regular expressions.
23070 Delete redundant timeout case.
23071
d8e1cdee
MC
230722003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23073
23074 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23075 from current versions of gdb. Clean up regular expressions.
23076 Delete redundant timeout case.
23077
96457b64
MC
230782003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23079
23080 Partial fix for PR testsuite/1456.
23081 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23082 gcc_compiled with call to test_compiler_info.
23083
f35309fc
MC
230842003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23085
23086 Partial fix for PR testsuite/1456.
23087 * gdb.base/list.exp (test_list_function): Delete unused declaration
23088 of gcc_compiled.
23089
d7afdf9b
MC
230902003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23091
23092 Partial fix for PR testsuite/1456.
23093 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23094 call to test_compiler_info.
23095
71507b56
MK
230962003-11-29 Mark Kettenis <kettenis@gnu.org>
23097
23098 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23099 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23100 it to create the appropriate note.inc.
23101 * gdb.asm/asmsrc1.s: Include "note.inc".
23102 * gdb.asm/netbsd.inc: New file.
23103 * gdb.asm/empty.inc: New file.
23104
f81f93f7
MC
231052003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23106
23107 Partial fix for PR testsuite/1456.
23108 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23109 calls to test_compiler_info.
23110
9a77938e
MC
231112003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23112
23113 Partial fix for PR testsuite/1456.
23114 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23115 calls to test_compiler_info.
23116
e8367dc7
MK
231172003-11-27 Mark Kettenis <kettenis@gnu.org>
23118
23119 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23120 pattern for the KFAILs.
23121
526c61ee
AF
231222003-11-25 Adam Fedor <fedor@gnu.org>
23123
23124 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23125 * gdb.objc/objcdecode.m: New file.
23126
28f2d600
AF
231272003-11-25 Adam Fedor <fedor@gnu.org>
23128
23129 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23130 * gdb.objc/nondebug.m: New file.
23131
a3895cee
BE
231322003-11-26 Ben Elliston <bje@wasabisystems.com>
23133
23134 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23135 NetBSD as it does on FreeBSD. Modelled on a similar change by
23136 Mark Kettenis on 2003-05-30.
23137 (link-flags): Set to "--entry _start" regardless of target.
23138 Special linker flags are to be appended to $link-flags.
23139 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23140
c9f2c8a3
MC
231412003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23142
23143 * gdb.cp/method.exp: Accept output of new demangler.
23144
15a0587a 231452003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
23146
23147 * gdb/class2.exp: New file.
23148 * gdb/class2.cc: New file.
23149
3c00b570
MC
231502003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23151
23152 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23153 of new demangler.
23154
7027acc7
MK
231552003-11-23 Mark Kettenis <kettenis@gnu.org>
23156
23157 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23158 of gdb_test "run".
23159
b0e1598a
MK
231602003-11-23 Mark Kettenis <kettenis@gnu.org>
23161
23162 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23163 "continue" into "run".
23164
4d9eda44
MC
231652003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23166
23167 Partial fix for PR testsuite/1456.
23168 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23169 call to test_compiler_info.
23170 * gdb.cp/ctti.exp: Likewise.
23171 * gdb.cp/derivation.exp: Likewise.
23172 * gdb.cp/member-ptr.exp: Likewise.
23173 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23174 reference to gcc_compiled.
23175
231762003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
23177
23178 Fix PR testsuite/1463.
23179 * gdb.base/structs.exp (start_structs_test): Call
23180 get_debug_format before using the debug format.
23181
d422fe19
AC
231822003-11-22 Andrew Cagney <cagney@redhat.com>
23183
23184 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23185 * gdb.base/structs.exp: Use gdb_test_multiple.
23186
039cf96d
AC
231872003-11-20 Andrew Cagney <cagney@redhat.com>
23188
6882279b
AC
23189 * gdb.base/structs.exp: Handle and recover from internal errors.
23190 Replace "foo${n}" with "foo<n>" in test messages.
23191
e53890ae
AC
23192 * gdb.base/structs.exp: Update copyright. Rewrite.
23193 * gdb.base/structs.c: Update copyright. Rewrite.
23194
2b211c59
AC
23195 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23196 resync count exceeded.
d63a86f8 23197
039cf96d
AC
23198 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23199 from the internal error.
23200 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23201 Original from Jim Blandy.
23202 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 23203
eac98b22
AC
232042003-11-19 Andrew Cagney <cagney@redhat.com>
23205
23206 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23207 KFAIL.
23208
67455b2a
MK
232092003-11-17 Mark Kettenis <kettenis@gnu.org>
23210
23211 New testcase for PR backtrace/1435.
23212 * gdb.arch/i386-unwind.exp: New file.
23213 * gdb.arch/i386-unwind.c: New file.
23214
853d6e5b
AC
232152003-11-17 Andrew Cagney <cagney@redhat.com>
23216
23217 * lib/gdb.exp (compiler_info): New global.
23218 (test_compiler_info): New function.
23219 (get_compiler_info): Set compiler_info.
23220 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23221 "compiler_info" to gcc-<major>-<minor>.
23222
38cf6e11
MC
232232003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23224
23225 * gdb.trace/configure: Remove.
23226
a50d3602
EZ
232272003-11-13 Elena Zannoni <ezannoni@redhat.com>
23228
23229 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 23230 breakpoints.
a50d3602
EZ
23231 * gdb.base/break.exp: Remove all references to explicit line
23232 numbers.
23233
d9407aaa
NC
232342003-11-11 Nick Clifton <nickc@redhat.com>
23235
23236 * gdb.base/shreloc.exp: Do not run for targets which do not
23237 support shared objects.
23238
db488fc1
CV
232392003-11-10 Corinna Vinschen <vinschen@redhat.com>
23240
23241 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23242 Don't run tests if nofileio flag is given.
23243
6a90a18e
EZ
232442003-11-07 Elena Zannoni <ezannoni@redhat.com>
23245
23246 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 23247 as well as 'Watchpoint'.
6a90a18e 23248
0b915e9c
EZ
232492003-11-06 Elena Zannoni <ezannoni@redhat.com>
23250
23251 Reported by Jim Ingham <jingham@apple.com>:
23252 * gdb.base/annota1.exp: Match at least one occurrence of the
23253 signal handler annotation.
23254
d7e4b55f
EZ
232552003-11-06 Elena Zannoni <ezannoni@redhat.com>
23256
a9c64011
AS
23257 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23258 as well as 'Watchpoint'.
d7e4b55f 23259
2fe4e8d0
MC
232602003-11-05 Michael Chastain <mec@shout.net>
23261
23262 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23263
6ef88553
KW
232642003-11-03 Kris Warkentin <kewarken@qnx.com>
23265
23266 * gdb.arch/gdb1291.c: New test file.
23267 * gdb.arch/gdb1291.exp: New test script.
23268 * gdb.arch/gdb1431.c: New test file.
23269 * gdb.arch/gdb1431.exp: New test script.
23270
ae7dc4d8
MC
232712003-10-22 Michael Chastain <mec@shout.net>
23272
23273 * gdb.mi/pthreads.c: Add copyright notice.
23274
c39d7427
MC
232752003-10-22 Michael Chastain <mec@shout.net>
23276
23277 * gdb.threads/pthreads.c: Add copyright notice.
23278
8b7d96c1
MC
232792003-10-20 Michael Chastain <mec@shout.net>
23280
23281 * gdb.base/gdb1056.exp: New test script.
23282
d1d69fdd
DJ
232832003-10-13 Daniel Jacobowitz <drow@mvista.com>
23284
23285 * gdb.threads/killed.exp: Use gdb_run_cmd.
23286
7d605576
DJ
232872003-10-13 Daniel Jacobowitz <drow@mvista.com>
23288
23289 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23290 create a core file.
23291 * gdb.threads/gcore-thread.exp: Likewise.
23292
618ec112
CV
232932003-10-13 Corinna Vinschen <vinschen@redhat.com>
23294
23295 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23296 type, based on char type.
23297 (struct bit_flags_short_t): New bitfield type, based on short type.
23298 (init_bit_flags_char): New fuction.
23299 (init_bit_flags_short): Ditto.
23300 (print_bit_flags_char): Ditto.
23301 (print_bit_flags_short): Ditto.
23302 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23303
9367a73c
MC
233042003-10-11 Michael Chastain <mec@shout.net>
23305
23306 * gdb.base/call-rt-st.exp: Update copyright year.
23307
1decf120
KI
233082003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23309
23310 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23311 * gdb.disasm/sh3.s: Ditto.
23312
5445b2ae
DJ
233132003-10-07 Daniel Jacobowitz <drow@mvista.com>
23314
23315 * gdb.threads/switch-threads.exp: New test.
23316 * gdb.threads/switch-threads.c: New source file.
23317
aec24853
CV
233182003-10-07 Corinna Vinschen <vinschen@redhat.com>
23319
23320 * gdb.base/ending-run.exp: Add sh specific case.
23321
adc7428d
AC
233222003-10-06 Andrew Cagney <cagney@redhat.com>
23323
23324 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23325 * gdb.disasm/mn10200.exp: Delete obsolete file.
23326
c9d37158
DJ
233272003-09-29 Daniel Jacobowitz <drow@mvista.com>
23328
23329 * ChangeLog: Correct an entry command.exp -> commands.exp.
23330 * gdb.base/commands.exp (bp_deleted_in_command_test)
23331 (temporary_breakpoint_commands): Check noargs.
23332
79c2c32d
DC
233332003-09-25 David Carlton <carlton@kealia.com>
23334
23335 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23336 of some print tests, where appropriate. Add tests for C::D::cd,
23337 E::ce, F::cXfX, G::XgX.
23338 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23339
594e6d67
RE
233402003-09-25 Richard Earnshaw <rearnsha@arm.com>
23341
23342 * lib/java.exp (java_init): Import target_alias before using it.
23343
10f0d451
DC
233442003-09-25 David Carlton <carlton@kealia.com>
23345
23346 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23347
274bcba0
EZ
233482003-09-23 Elena Zannoni <ezannoni@redhat.com>
23349
d63a86f8 23350 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 23351 weirdness.
274bcba0 23352
cdbf20f7
MC
233532003-09-17 Michael Chastain <mec@shout.net>
23354
23355 * gdb.cp/gdb1355.exp: New file.
23356 * gdb.cp/gdb1355.c: New file.
23357
71e06f80
CV
233582003-09-15 Corinna Vinschen <vinschen@redhat.com>
23359
23360 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23361 * gdb.asm/sh.inc: New file.
23362
5c4e30ca
DC
233632003-09-11 David Carlton <carlton@kealia.com>
23364
bd45b7af
DC
23365 * gdb.cp/namespace.exp: Add tests for namespace types.
23366 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
23367 (test_namespace): New.
23368
1c199746
EZ
233692003-09-11 Elena Zannoni <ezannoni@redhat.com>
23370
a9c64011 23371 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 23372 * gdb.stabs/weird.exp: Ditto.
1c199746 23373
04ed252f
MC
233742003-09-08 Michael Chastain <mec@shout.net>
23375
23376 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23377
d8a2d9e7
MC
233782003-09-07 Michael Chastain <mec@shout.net>
23379
23380 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23381 'parse error'.
23382
161afb24
MK
233832003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23384
23385 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23386
49f2741a
MC
233872003-08-30 Michael Chastain <mec@shout.net>
23388
23389 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23390 * gdb.gdb/observer.exp: Ditto.
23391 * gdb.gdb/xfullpath.exp: Ditto.
23392
8afa723e
MK
233932003-08-29 Mark Kettenis <kettenis@gnu.org>
23394
23395 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23396 *-*-*bsd*.
23397
f31dfe3b
JJ
233982003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23399
23400 * gdb.base/dump.exp: Skip for ia64.
23401
4630e498
JJ
234022003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23403
23404 * gdb.asm/asm-source.exp: Add ia64 support.
23405 * gdb.asm/ia64.inc: New file.
23406
1105b7ef
MC
234072003-08-22 Michael Chastain <mec@shout.net>
23408
23409 * gdb.cp: New directory.
23410 * gdb.cp/*: Copy from gdb.c++/*.
23411 * gdb.c++/*: Remove.
23412 * Makefile.in: Change gdb.c++ to gdb.cp.
23413 * configure.in: Ditto.
23414 * configure: Regnerate.
23415
c945b932
MK
234162003-08-18 Mark Kettenis <kettenis@gnu.org>
23417
23418 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23419 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23420
2b66634b
DJ
234212003-08-17 Daniel Jacobowitz <drow@mvista.com>
23422
23423 * mi-var-display.exp (-var-list-children weird): Accept function
23424 pointers with argument types.
23425 * mi1-var-display.exp (-var-list-children weird): Likewise.
23426 * mi2-var-display.exp (-var-list-children weird): Likewise.
23427
a356f73b
DJ
234282003-08-17 Daniel Jacobowitz <drow@mvista.com>
23429
23430 * gdb.base/annota3.exp: Add missing newline.
23431
483417b8
MC
234322003-08-06 Michael Chastain <mec@shout.net>
23433
23434 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23435
c99c59c3
MS
234362003-08-12 Michael Snyder <msnyder@redhat.com>
23437
23438 * gdb.base/float.exp: Add test for SH.
23439
55ed7501
MK
234402003-08-10 Mark Kettenis <kettenis@gnu.org>
23441
23442 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23443
1a371f2e
EZ
234442003-08-07 Elena Zannoni <ezannoni@redhat.com>
23445
23446 * gdb.base/completion.exp: Remove reduntant completion test
23447 on filename.
23448
e0f353ce
EZ
234492003-08-07 Elena Zannoni <ezannoni@redhat.com>
23450
a9c64011
AS
23451 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23452 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23453 gdb.trace/save-trace.exp: Make sure that full pathnames are
23454 escaped correctly.
e0f353ce 23455
5710a1af 234562003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 23457
a9c64011
AS
23458 * configure.in: Don't generate config.h from config.hin.
23459 * configure: Regenerate.
23460 * config.hin: Remove file.
23461 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23462 * gdb.threads/pthreads.c: Ditto.
5710a1af 23463
dcd81ce9
DJ
234642003-08-07 Daniel Jacobowitz <drow@mvista.com>
23465
23466 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23467 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23468 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23469 Replace ld24 with seth/add3.
23470
6009d884
AC
234712003-08-02 Andrew Cagney <cagney@redhat.com>
23472
23473 * gdb.base/annota3.exp: New file.
23474 * gdb.base/annota3.c: New file.
23475 * gdb.c++/annota3.exp: New file.
23476 * gdb.c++/annota3.cc: New file.
23477
51514e06
MC
234782003-07-29 Michael Chastain <mec@shout.net>
23479
23480 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23481 actually failed.
23482 (do_pass): Likewise.
23483 * gdb.threads/tls.exp: Always initialize no_of_threads.
23484
4ee6625b
DJ
234852003-07-27 Daniel Jacobowitz <drow@mvista.com>
23486
23487 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23488 pattern.
23489 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23490 * gdb.threads/tls.exp: Recognize one case of the host library not
23491 supporting TLS.
23492
225f2bf6
AC
234932003-07-27 Andrew Cagney <cagney@redhat.com>
23494
23495 * gdb.base/fileio.exp: Use SH when running commands using
23496 remote_exec.
23497
bcb27c9f
DJ
234982003-07-24 Daniel Jacobowitz <drow@mvista.com>
23499
23500 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23501 * gdb.base/relocate.c (dummy): New padding array.
23502
3d67be83
MS
235032003-07-22 Michael Snyder <msnyder@redhat.com>
23504
d63a86f8 23505 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
23506
23507 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23508 patterns to be more general, accepting old and new output.
23509 Some output chars (such as '+') also must be quoted.
d63a86f8 23510 Some addresses are displayed numerically instead of
3d67be83
MS
23511 symbolically.
23512
57ba3b85
MS
235132003-07-23 Michael Snyder <msnyder@redhat.com>
23514
686d097c
MS
23515 * gdb.base/return2.exp: Don't test long-long return.
23516
57ba3b85
MS
23517 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23518 * gdb.disasm/t01_mov.exp: Ditto.
23519 * gdb.disasm/t02_mova.s: Ditto.
23520 * gdb.disasm/t02_mova.exp: Ditto.
23521 * gdb.disasm/t03_add.s: Ditto.
23522 * gdb.disasm/t03_add.exp: Ditto.
23523 * gdb.disasm/t04_sub.s: Ditto.
23524 * gdb.disasm/t04_sub.exp: Ditto.
23525 * gdb.disasm/t05_cmp.s: Ditto.
23526 * gdb.disasm/t05_cmp.exp: Ditto.
23527 * gdb.disasm/t06_ari2.s: Ditto.
23528 * gdb.disasm/t06_ari2.exp: Ditto.
23529 * gdb.disasm/t07_ari3.s: Ditto.
23530 * gdb.disasm/t07_ari3.exp: Ditto.
23531 * gdb.disasm/t08_or.s: Ditto.
23532 * gdb.disasm/t08_or.exp: Ditto.
23533 * gdb.disasm/t09_xor.s: Ditto.
23534 * gdb.disasm/t09_xor.exp: Ditto.
23535 * gdb.disasm/t10_and.s: Ditto.
23536 * gdb.disasm/t10_and.exp: Ditto.
23537 * gdb.disasm/t11_logs.s: Ditto.
23538 * gdb.disasm/t11_logs.exp: Ditto.
23539 * gdb.disasm/t12_bit.s: Ditto.
23540 * gdb.disasm/t12_bit.exp: Ditto.
23541 * gdb.disasm/t13_otr.s: Ditto.
23542 * gdb.disasm/t13_otr.exp: Ditto.
23543
e00759ef
EZ
235442003-07-22 Elena Zannoni <ezannoni@redhat.com>
23545
23546 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23547
8bc2021f
EZ
235482003-07-22 Elena Zannoni <ezannoni@redhat.com>
23549
a9c64011
AS
23550 * gdb.threads/tls.c : New file.
23551 * gdb.threads/tls.exp : New file.
23552 * gdb.threads/tls-main.c : New file.
23553 * gdb.threads/tls-shared.c : New file.
23554 * gdb.threads/tls-shared.exp : New file.
8bc2021f 23555
89320c4c
AS
235562003-07-22 Andreas Schwab <schwab@suse.de>
23557
23558 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23559
180dea7c
AS
235602003-07-20 Andreas Schwab <schwab@suse.de>
23561
23562 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23563 due to insn reordering.
23564
0714963c
AC
235652003-07-15 Andrew Cagney <cagney@redhat.com>
23566
23567 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23568
98a23b3f
MC
235692003-07-15 Michael Chastain <mec@shout.net>
23570
23571 * gdb.base/gdb1250.exp: New file.
23572 * gdb.base/gdb1250.c: New file.
23573
27e417a2
ML
235742003-07-09 Michal Ludvig <mludvig@suse.cz>
23575
23576 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23577 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23578
8bc2021f
EZ
235792003-07-09 Elena Zannoni <ezannoni@redhat.com>
23580
a9c64011
AS
23581 * gdb.threads/tls.c: New file.
23582 * gdb.threads/tls.exp: New file.
23583 * gdb.threads/tls-main.c: New file.
23584 * gdb.threads/tls-shared.c: New file.
23585 * gdb.threads/tls-shared.exp: New file.
8bc2021f 23586
d99968dc
EZ
235872003-07-09 Elena Zannoni <ezannoni@redhat.com>
23588
23589 * gdb.base/annota1.exp: Make sure that we properly escape the
23590 full path of the source file. Xfail more permissive patterns,
d63a86f8 23591 due to a compiler debug info problem.
d99968dc 23592
83876b3b
AS
235932003-07-07 Andreas Schwab <schwab@suse.de>
23594
2705e972
AS
23595 * gdb.asm/m68k.inc: New file.
23596 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23597
83876b3b
AS
23598 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23599 arguments"): Also match negative number.
23600
23601 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23602
3a871b37
DJ
236032003-07-03 Daniel Jacobowitz <drow@mvista.com>
23604
23605 * gdb.base/store.c (charest): New typedef.
23606 (add_char): Rename to add_charest, update.
23607 (wack_char): Rename to wack_charest, update types. Return l + r
23608 to keep r live across the call.
23609 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23610 (wack_double, wack_doublest): Return l + r to keep r live across
23611 the call.
23612 * gdb.base/store.exp: Accomodate store.c changes.
23613
b2a7f303
DC
236142003-06-30 David Carlton <carlton@kealia.com>
23615
23616 * gdb.c++/maint.exp (test_invalid_name): New.
23617 (test_first_component): Add tests for invalid names.
23618
3c6cb4a1
MC
236192003-06-29 Michael Chastain <mec@shout.net>
23620
23621 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23622 output of '<VTT for class>' for virtual base classes.
23623
f1c2644b
DJ
236242003-06-29 Daniel Jacobowitz <drow@mvista.com>
23625
23626 * gdb.base/completion.exp: Tab-complete "complet" instead of
23627 "compl".
23628 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23629
18080350
DJ
236302003-06-29 Daniel Jacobowitz <drow@mvista.com>
23631
23632 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23633 * gdb.base/volatile.exp: Likewise.
23634
f56973f8
DJ
236352003-06-29 Daniel Jacobowitz <drow@mvista.com>
23636
23637 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23638 gdb/1265.
23639
236402003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
23641 Daniel Jacobowitz <drow@mvista.com>
23642
23643 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23644 initial line count of 'captured_main' from 26 to 32.
23645 (test_with_self): Allow xmalloc call to be interleaved with the
23646 preceding two lines.
23647
e766d4d6
JB
236482003-06-24 Joel Brobecker <brobecker@gnat.com>
23649
23650 * gdb.base/bang.exp: New testcase.
23651
f125c9a4
JB
236522003-06-23 Joel Brobecker <brobecker@gnat.com>
23653
23654 * gdb.base/langs.exp: Add some tests for the "minimal" language
23655 support.
23656
6e25beaf
EZ
236572003-06-23 Elena Zannoni <ezannoni@redhat.com>
23658
23659 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23660 the testcase.
23661
2f816dda
DJ
236622003-06-22 Daniel Jacobowitz <drow@mvista.com>
23663
23664 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23665 offset.
23666
db5a5748
DJ
236672003-06-22 Daniel Jacobowitz <drow@mvista.com>
23668
23669 * gdb.c++/pr-1210.cc: New file.
23670 * gdb.c++/pr-1210.exp: New file.
23671
1df0c130
DJ
236722003-06-21 Daniel Jacobowitz <drow@mvista.com>
23673
23674 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23675 000-exec-continue.
23676
a92feac0
MK
236772003-06-15 Mark Kettenis <kettenis@gnu.org>
23678
23679 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23680 on *-*-*bsd* instead of *-*-freebsd*.
23681
81a58f5b
AC
236822003-06-14 Andrew Cagney <cagney@redhat.com>
23683
23684 * gdb.base/store.exp: Test longest and doublest. Test all
23685 parameters. Weaken return statement match.
23686 * gdb.base/store.c: Add longest and doublest - aka long long and
23687 long double functions. Put all parameters into local register
23688 variables. Use negative values.
23689
b257a0d3
AC
236902003-06-14 Andrew Cagney <cagney@redhat.com>
23691
23692 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23693 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23694 exit status.
23695 * gdb.base/fileio.exp: Disable target when nointerrupts and
23696 noinferiorio, instead of limiting it to remote. Use remote_exec
23697 instead of system.
d63a86f8 23698
21c38304
JJ
236992003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23700
23701 * gdb.base/float.exp: Add ia64 support.
23702
1bcdb424
CV
237032003-06-12 Corinna Vinschen <vinschen@redhat.com>
23704
23705 * gdb.base/fileio.exp: Run only on remote targets.
23706
6aeb981f
CV
237072003-06-10 Corinna Vinschen <vinschen@redhat.com>
23708
23709 * gdb.base/fileio.c: New file, testing File-I/O.
23710 * gdb.base/fileio.exp: Ditto.
23711
53df362e
RG
237122003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23713
23714 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23715 shared objects after relocation at load time (gdb PR/1132).
23716 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 23717 as above, part of the shared object relocation test.
53df362e 23718
ffee1b46
MK
237192003-06-08 Mark Kettenis <kettenis@gnu.org>
23720
b5ca3722
MK
23721 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23722 fully filled history list.
23723 * gdb.base/gdb_history: New file.
23724
03ed860d
MK
23725 * gdb.base/signals.exp: XFAIL "continue to func1" on
23726 i*86-*-freebsd*.
23727
ffee1b46
MK
23728 * gdb.base/attach.exp: When trying to attach to a nonexistent
23729 process, make it possible to specify the PID based on the target,
23730 and do so for *-*-freebsd*.
23731
d80dbb52
RH
237322003-06-02 Richard Henderson <rth@redhat.com>
23733
23734 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23735
6dd77b81
RH
237362003-06-02 Richard Henderson <rth@redhat.com>
23737
23738 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23739
f6347e16
RH
237402003-06-02 Richard Henderson <rth@redhat.com>
23741
23742 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23743
2c161407
DJ
237442003-06-01 Daniel Jacobowitz <drow@mvista.com>
23745
23746 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23747 of globalvar.
23748
572eb746
MK
237492003-06-01 Mark Kettenis <kettenis@gnu.org>
23750
23751 * gdb.asm/asm-source.exp: Check for memory read errors in
23752 disassembler test on *BSD too.
23753
9e9617a5
RH
237542003-06-01 Richard Henderson <rth@redhat.com>
23755
23756 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23757 for .frame.
23758 (gdbasm_call): Lose ldgp.
23759 (gdbasm_startup): Add frame information.
23760 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23761
7b34ad4e
MK
237622003-05-31 Mark Kettenis <kettenis@gnu.org>
23763
23764 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
23765 i?86-*-*.
23766
10059fdf
MK
237672003-05-30 Mark Kettenis <kettenis@gnu.org>
23768
23769 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23770 FreeBSD.
23771
acf4b816
RH
237722003-05-29 Richard Henderson <rth@redhat.com>
23773
23774 * gdb.asm/alpha.inc: New file.
23775 * gdb.asm/asm-source.exp: Use it.
23776
e9ecd949
JB
237772003-05-29 Jim Blandy <jimb@redhat.com>
23778
23779 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
23780 'core.PID'.
23781
e3e5a4f3
JB
237822003-05-22 Jim Blandy <jimb@redhat.com>
23783
23784 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
23785 backtrace.
d63a86f8 23786
72fe3d25
DC
237872003-05-20 David Carlton <carlton@math.stanford.edu>
23788
23789 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
23790 this time.
23791
58da2eb2
DC
237922003-05-19 David Carlton <carlton@bactrian.org>
23793
23794 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
23795 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23796
1fcb5155
DC
237972003-05-19 David Carlton <carlton@bactrian.org>
23798
23799 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23800 namespace tests.
23801 Bump copyright date.
23802 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23803 (main): Call C::D::marker2.
23804 * gdb.c++/namespace1.cc: New file.
23805
85e85163
JJ
238062003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23807
23808 Roland McGrath <roland@redhat.com>
d63a86f8 23809 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
23810 there is no manager thread.
23811
a25fbfec
JJ
238122003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23813
d63a86f8
RM
23814 * gdb.threads/schedlock.exp: Remove assumption that all threads
23815 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
23816 in one of the child threads rather than the main thread.
23817
be375bae
JB
238182003-05-07 Jim Blandy <jimb@redhat.com>
23819
09bf6082
JB
23820 Add support for assembly source testing on the s390x.
23821 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23822 architecture.
23823 * gdb.asm/s390x.inc: New file.
23824
be375bae
JB
23825 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23826 succession of 'if' statements.
23827
00905d52
AC
238282003-05-05 Andrew Cagney <cagney@redhat.com>
23829
23830 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23831
b1e29e33
AC
238322003-05-05 Andrew Cagney <cagney@redhat.com>
23833
23834 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23835 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23836
e33d66ec
EZ
238372003-05-02 Elena Zannoni <ezannoni@redhat.com>
23838
23839 * gdb.base/charset.exp: Update based on new behavior of set/show
23840 charset commands.
23841
2b6fd0d8
AC
238422003-05-01 Andrew Cagney <cagney@redhat.com>
23843
23844 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23845 variable do not give memory errors.
23846
130cacce
AF
238472003-04-30 Adam Fedor <fedor@gnu.org>
23848
23849 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23850 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23851 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23852 gdb.objc/basicclass.m: : New files
23853
23854 * lib/gdb.exp (gdb_compile_objc): New procedure.
23855
bea71854
DJ
238562003-04-27 Daniel Jacobowitz <drow@mvista.com>
23857
23858 * gdb.base/signals.exp: Make backtrace tests more specific.
23859
0f20eeea
DC
238602003-04-23 David Carlton <carlton@bactrian.org>
23861
23862 * gdb.c++/maint.exp (test_first_component): Add tests for
23863 'operator' in more locations.
23864
c8c4d8dc
KB
238652003-04-16 Kevin Buettner <kevinb@redhat.com>
23866
23867 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23868
3fe60e3c
EZ
238692003-04-16 Elena Zannoni <ezannoni@redhat.com>
23870
23871 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 23872 func marke' instead. Update test name.
3fe60e3c 23873
9219021c
DC
238742003-04-15 David Carlton <carlton@math.stanford.edu>
23875
23876 * gdb.c++/maint.exp: New file.
23877
5dd55bdd
EZ
238782003-04-14 Elena Zannoni <ezannoni@redhat.com>
23879
23880 * gdb.threads/schedlock.c: Change type of thread function argument
23881 to long, to avoid warnings on 64-bit platforms.
23882
00890572
EZ
238832003-04-14 Elena Zannoni <ezannoni@redhat.com>
23884
a9c64011
AS
23885 * gdb.base/attach.exp: Add new message from ptrace in case of
23886 attaching to nonexistent process.
d63a86f8 23887
93201743
JB
238882003-04-11 Jim Blandy <jimb@redhat.com>
23889
23890 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23891 gdb.c++/userdef.cc: Place comments on the lines to which the
23892 marker function might return.
23893 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23894 gdb.c++/userdef.exp: Look for those comments to check that we've
23895 returned to the right place, instead of checking line numbers.
23896
2a11c64d
EZ
238972003-04-11 Elena Zannoni <ezannoni@redhat.com>
23898
a9c64011
AS
23899 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23900 match on sourcefile name, instead of directory name.
2a11c64d 23901
68ab8fc5
EZ
239022003-04-10 Elena Zannoni <ezannoni@redhat.com>
23903
d63a86f8 23904 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
23905 working directory name.
23906
5624293a
JB
239072003-04-09 Jim Blandy <jimb@redhat.com>
23908
23909 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23910 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23911 after an inferior function call, report the failure, but allow the
23912 test to continue.
23913
f1f02ee4
SC
239142003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23915
23916 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23917 with -DPROTOTYPES.
23918
6eb79af0
SC
239192003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23920
23921 * gdb.base/break.exp: Revert last patch.
23922
8dfb4cf0
SC
239232003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23924
23925 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23926 with -DPROTOTYPES.
23927
ed4c619a
AC
239282003-04-02 Andrew Cagney <cagney@redhat.com>
23929
23930 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23931 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23932 matching directories by the name breakpoint.
23933 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23934 Make "continue to marker1" consistent.
23935 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23936 message consistent.
23937 * lib/gdb.exp: Put "the program is no longer running", and "the
23938 program exited" in parenthesis.
23939 * lib/mi-support.exp: Ditto.
d63a86f8 23940
4e35d5f0 239412003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 23942
4e35d5f0
BR
23943 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23944
71900fe8
AC
239452003-03-29 Andrew Cagney <cagney@redhat.com>
23946
23947 * gdb.base/sizeof.c (main): Print the value of '\377'.
23948 * gdb.base/sizeof.exp: Check the sign of '\377'.
23949
c0655a16
MC
239502003-03-27 Michael Chastain <mec@shout.net>
23951
23952 * gdb.base/gdb1090.exp: New file.
23953 * gdb.base/gdb1090.cc: New file.
23954
5b2a3989
JB
239552003-03-27 J. Brobecker <brobecker@gnat.com>
23956
23957 * gdb.gdb/observer.exp: New regression test.
23958
79876890
MC
239592003-03-27 Michael Chastain <mec@shout.net>
23960
23961 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23962 * gdb.base/ptype.exp: Likewise.
23963
6eac95e3
CV
239642003-03-27 Corinna Vinschen <vinschen@redhat.com>
23965
23966 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23967
e8c71839
MC
239682003-03-26 Michael Chastain <mec@shout.net>
23969
23970 * gdb.base/ptype.exp: Actually use some typedef'd types.
23971
71b10041
SC
239722003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23973
23974 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23975 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23976
2512cf80
CV
239772003-03-20 Corinna Vinschen <vinschen@redhat.com>
23978
23979 * gdb.base/default.exp: Fix regular expression.
23980
0d195a4f
CV
239812003-03-20 Corinna Vinschen <vinschen@redhat.com>
23982
23983 * gdb.base/args.exp: Fix regular expression.
23984
8a2dbca8
CV
239852003-03-20 Corinna Vinschen <vinschen@redhat.com>
23986
23987 * gdb.base/help.exp: Allow Win32 child process.
23988
bf028682
CV
239892003-03-20 Corinna Vinschen <vinschen@redhat.com>
23990
23991 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23992 when stepping out of main().
23993
182dbe85
CV
239942003-03-20 Corinna Vinschen <vinschen@redhat.com>
23995
23996 * gdb.base/default.exp: Check for win32 specific message when calling
23997 "run" without executable.
23998
d67a6ba5
CV
239992003-03-20 Corinna Vinschen <vinschen@redhat.com>
24000
24001 * gdb.base/args.exp: Expect .exe in output.
24002
a955b5bb
CV
240032003-03-20 Corinna Vinschen <vinschen@redhat.com>
24004
24005 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24006 Cygwin native.
24007
bf6bad4b
AC
240082003-03-17 Andrew Cagney <cagney@redhat.com>
24009
24010 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24011 vector registes.
24012 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24013 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24014
293e9a31
DC
240152003-03-17 David Carlton <carlton@math.stanford.edu>
24016
24017 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24018 test, for PR breakpoints/38.
24019 Call test_watchpoint_and_breakpoint.
24020 * gdb.base/watchpoint.c (func3): New function.
24021 (main): Call func3.
24022
5330f2db
DC
240232003-03-04 David Carlton <carlton@math.stanford.edu>
24024
24025 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24026 Garply<Garply<char> >:: garply".
24027 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24028 with respect to PR c++/1111; note also PR c++/1113.
24029 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24030 respect to PR c++/1062.
24031 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24032
6ece72da
DC
240332003-03-03 David Carlton <carlton@math.stanford.edu>
24034
24035 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24036 with respect to PR c++/57.
24037 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24038 c++/826.
24039 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24040 respect to PR c++/57.
24041
85ca1584
DC
240422003-03-03 David Carlton <carlton@math.stanford.edu>
24043
24044 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24045 respect to PR c++/33 into FAILs.
24046
98e9c5b8
MC
240472003-03-03 Michael Chastain <mec@shout.net>
24048
7bedbf27
MC
24049 * configure.in: Update copyright years.
24050
240512003-03-03 Michael Chastain <mec@shout.net>
24052
24053 * Makefile.in: Update copyright years.
98e9c5b8 24054
f683e100
DC
240552003-02-28 David Carlton <carlton@math.stanford.edu>
24056
24057 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24058 print class instead of struct and/or superfluous protection
24059 specifiers, as long as the resulting output is equivalent to the
24060 source code.
24061 Delete FIXME from end of messages on tests that don't need
24062 fixing.
24063
a9e0cf2c
DC
240642003-02-28 David Carlton <carlton@math.stanford.edu>
24065
24066 * gdb.c++/templates.exp (do_tests): Allow const in the two
24067 Foo<volatile char *>::foo tests.
24068
e8d359df
MS
240692003-02-27 Michael Snyder <msnyder@redhat.com>
24070
d63a86f8 24071 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
24072 will be consistant.
24073
0b71dc91
DC
240742003-02-26 David Carlton <carlton@math.stanford.edu>
24075
24076 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24077 char *>::foo" test with respect to PR c++/33. Create a new test
24078 which is identical to that one except that it doesn't put the
24079 space between the "char" and the "*"; KFAIL it, too.
24080
dd14ab43
DC
240812003-02-26 David Carlton <carlton@math.stanford.edu>
24082
24083 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24084 template types into either PASSes or KFAILs (corresponding to PR
24085 c++/57). Tweak indentation. Update copyright.
24086
1146c7f1
SC
240872003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24088
24089 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24090
74641dfb
MC
240912003-02-13 Michael Chastain <mec@shout.net>
24092
24093 * gdb.base/exprs.exp: Remove i960 remnants.
24094 * gdb.base/funcargs.exp: Likewise.
24095 * gdb.base/list.exp: Likewise.
24096 * gdb.base/ptype.exp: Likewise.
24097
559cd2d0
DC
240982003-02-14 David Carlton <carlton@math.stanford.edu>
24099
24100 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24101 pEe->D::vg()" from XFAIL to KFAIL.
24102
c4f90d87
JM
241032003-02-13 Jason Molenda (jmolenda@apple.com)
24104
24105 * gdb.base/maint.exp: Update maint print statistics regexp to include
24106 new entries.
24107
cbc4d97c
MC
241082003-02-13 Michael Chastain <mec@shout.net>
24109
24110 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24111
40f235b7
MC
241122003-02-12 Michael Chastain <mec@shout.net>
24113
24114 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24115 * gdb.c++/inherit.exp: Likewise.
24116 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24117 * gdb.c++/templates.exp: Likewise.
24118 * gdb.c++/virtfunc.exp: Likewise.
24119
c56716b0
JM
241202003-02-06 Jason Molenda (jason-cl@molenda.com)
24121
24122 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24123 why the code is written that way.
24124
070afcf8
MC
241252003-02-05 Michael Chastain <mec@shout.net>
24126
24127 * gdb.base/dump.exp: Add missing copyright line.
24128
5d0331e5
JM
241292003-02-05 Jason Molenda (jason-cl@molenda.com)
24130
f7ae6d3e 24131 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
24132 at the beginning so the breakpoint doesn't get set on the loop.
24133
92851186
MC
241342003-02-05 Michael Chastain <mec@shout.net>
24135
24136 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24137 output for configurations with gcc 2.95.3.
24138
cbf1e085
AC
241392003-02-05 Keith Seitz <keiths@redhat.com>
24140 Andrew Cagney <ac131313@redhat.com>
24141
24142 * gdb.mi/mi-cli.exp: New file.
d63a86f8 24143
29518e1e
MC
241442003-02-04 Michael Chastain <mec@shout.net>
24145
24146 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24147 Call perror and then continue.
24148
5af1d5f3
MC
241492003-02-03 Michael Chastain <mec@shout.net>
24150
24151 * gdb.c++/pr-1023.cc: New file.
24152 * gdb.c++/pr-1023.exp: New file.
24153
6b549786
JB
241542003-02-05 Jim Blandy <jimb@redhat.com>
24155
24156 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24157 it's local to foobar. Check for it there, and check that it's not
24158 present in main.
24159 * gdb.c++/local.cc (marker2): New function.
24160 (foobar): Call marker1.
24161 (main): Call marker2 instead of marker1.
24162
67f16606
AC
241632003-02-04 Andrew Cagney <ac131313@redhat.com>
24164
24165 * gdb.disasm/mn10200.exp: Obsolete file.
24166 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24167 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24168 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24169
1c5cb38e
DC
241702003-02-04 David Carlton <carlton@math.stanford.edu>
24171
24172 * gdb.c++/overload.exp: Test intToChar(1).
24173 * gdb.c++/overload.cc (intToChar): New.
24174 (main): Call intToChar.
24175
d1fe6965
DC
241762003-02-03 David Carlton <carlton@math.stanford.edu>
24177
24178 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24179 'might_kfail' arg.
24180 KFAIL some of the continue_to_bp_overloaded calls, according to
24181 PR c++/1025.
24182
9ba61c5d
MC
241832003-02-01 Michael Chastain <mec@shout.net>
24184
24185 * gdb.base/advance.c (marker1): New marker function.
24186 * gdb.base/advance.exp: When the 'advance' command lands on the
24187 return breakpoint, it can legitimately stop on either the
24188 current line or the next line. Accommodate both outcomes.
24189 * gdb.base/until.exp: Likewise.
24190
e7494ffb
AC
241912003-02-02 Andrew Cagney <ac131313@redhat.com>
24192
24193 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
24194 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24195 now a list, not a tuple.
24196 * gdb.mi/mi-var-display.exp: Ditto.
24197 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 24198
075559bc
AC
241992003-02-01 Andrew Cagney <ac131313@redhat.com>
24200
24201 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
24202 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24203 stack backtraces.
24204 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 24205
2bd4c7b1
MK
242062003-02-01 Mark Kettenis <kettenis@gnu.org>
24207
24208 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24209 gdb.mi/mi1-pthreads.exp: Return instead of calling
24210 gdb_suppress_entire_file.
24211
eabd8992
MS
242122003-02-01 Mark Salter <msalter@redhat.com>
24213
24214 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24215
71469e2f
MS
242162003-01-31 Mark Salter <msalter@redhat.com>
24217
24218 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24219 Support empty arg.
24220
38a94d44
MC
242212003-01-30 Michael Chastain <mec@shout.net>
24222
24223 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24224 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24225 has been fixed in gdb/readline on 2003-01-09.
24226
19ea9e73
MS
242272003-01-29 Michael Snyder <msnyder@redhat.com>
24228
e8d359df
MS
24229 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24230 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
24231 * gdb.base/args.exp: Skip if target does not support args passing.
24232
2307bd6a
DJ
242332003-01-22 Daniel Jacobowitz <drow@mvista.com>
24234
19ea9e73 24235 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
24236 gdb_test. Accept a list of expect arguments as the third
24237 parameter.
24238 (gdb_test): Use it.
24239
f2dd3617
EZ
242402003-01-20 Elena Zannoni <ezannoni@redhat.com>
24241
24242 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24243 allow for different test tree configurations. Update some
24244 tescases accordingly.
24245 * gdb.arch/altivec-regs.exp: Ditto.
24246 * gdb.asm/asm-source.exp: Ditto.
24247 * gdb.base/advance.exp: Ditto.
24248 * gdb.base/display.exp: Ditto.
d63a86f8 24249 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
24250 * gdb.base/mips_pro.exp: Ditto.
24251 * gdb.base/overlays.exp: Ditto.
24252 * gdb.base/relocate.exp: Ditto.
24253 * gdb.base/setshow.exp: Ditto.
24254 * gdb.base/step-line.exp: Ditto.
24255 * gdb.base/step-test.exp: Ditto.
24256 * gdb.base/until.exp: Ditto.
24257 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24258
c71cdefd
DC
242592003-01-17 David Carlton <carlton@math.stanford.edu>
24260
24261 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24262 corresponding to PR c++/945.
24263 Update copyright.
24264
fdba05d7
DC
242652003-01-17 David Carlton <carlton@math.stanford.edu>
24266
24267 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24268 corresponding to PR c++/68.
24269
242702003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
24271
24272 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24273 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24274 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24275
c362c33a
EZ
242762003-01-15 Elena Zannoni <ezannoni@redhat.com>
24277
0fbc361c
EZ
24278 * gdb.base/break.exp: Fix change of default location, because of
24279 removal of until tests.
24280 * gdb.base/help.exp: Update test for new 'until' help message.
24281 Add test for help on 'advance'.
a9c64011 24282 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 24283
dabf8a35
MK
242842003-01-15 Mark Kettenis <kettenis@gnu.org>
24285
24286 * gdb.base/default.exp: Adapt "info float" test for recent changes
24287 to that command. Add test for "info vector".
24288 * gdb.base/float.exp: New file. Add test for "info float" that
24289 resembles the old test in gdb.base/default.exp.
24290
a1769aca
DC
242912003-01-15 David Carlton <carlton@math.stanford.edu>
24292
24293 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24294
82025e13
EZ
242952003-01-15 Elena Zannoni <ezannoni@redhat.com>
24296
24297 * gdb.base/break.exp: Move the tests of until command from here...
24298 * gdb.base/until.exp: ... to here. New file. Add other tests.
24299 * gdb.base/advance.c: New file.
24300 * gdb.base/advance.exp: New file.
24301
8f9ab801
EZ
243022003-01-14 Elena Zannoni <ezannoni@redhat.com>
24303
a9c64011
AS
24304 * gdb.base/args.c: New file.
24305 * gdb.base/args.exp: New file.
8f9ab801 24306
9ae66589
DJ
243072003-01-14 Daniel Jacobowitz <drow@mvista.com>
24308
24309 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24310
8d77e5c3
DJ
243112003-01-14 Daniel Jacobowitz <drow@mvista.com>
24312
24313 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24314
12d2f0a1
DJ
243152003-01-14 Daniel Jacobowitz <drow@mvista.com>
24316
24317 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24318 dates.
24319
6ca37014
DJ
243202003-01-13 Daniel Jacobowitz <drow@mvista.com>
24321
24322 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24323
b0023472
DJ
243242003-01-13 Daniel Jacobowitz <drow@mvista.com>
24325
24326 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24327 (ptype &*"foo").
24328 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24329
607fbc54 243302003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
24331
24332 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24333 * gdb.mi/mi1-console.exp: Likewise.
24334
607fbc54 243352003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
24336
24337 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24338 * gdb.mi/mi1-console.exp: Likewise.
24339
a1fb14a2
DJ
243402003-01-13 Daniel Jacobowitz <drow@mvista.com>
24341
24342 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24343
c4cf40b7
DJ
243442003-01-09 Daniel Jacobowitz <drow@mvista.com>
24345
24346 * gdb.base/detach.exp: New test.
24347
696d5a5b
DJ
243482003-01-09 Daniel Jacobowitz <drow@mvista.com>
24349
24350 * Makefile.in (ALL_SUBDIRS): New variable.
24351 (subdirs, clean, distclean): Use it.
24352 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24353 regenerating Makefile, since it is generated from the top level.
24354 * gdb.asm/Makefile.in: Likewise.
24355 * gdb.base/Makefile.in: Likewise.
24356 * gdb.c++/Makefile.in: Likewise.
24357 * gdb.disasm/Makefile.in: Likewise.
24358 * gdb.java/Makefile.in: Likewise.
24359 * gdb.mi/Makefile.in: Likewise.
24360 * gdb.threads/Makefile.in: Likewise.
24361 * gdb.trace/Makefile.in: Likewise.
24362
754533e4
DC
243632003-01-09 David Carlton <carlton@math.stanford.edu>
24364
24365 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24366 Add copyright year 2003.
24367
d8b3e9ee
MC
243682003-01-06 Michael Chastain <mec@shout.net>
24369
24370 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24371 When selecting a thread, 'line' and 'file' are optional.
24372 * gdb.mi/mi1-pthreads.exp: Likewise.
24373
8e9e0fe6
AS
243742003-01-06 Andreas Schwab <schwab@suse.de>
24375
24376 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24377 failures.
24378
b5ab8ff3
DJ
243792003-01-04 Daniel Jacobowitz <drow@mvista.com>
24380
24381 Fix PR gdb/844
24382 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24383 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24384
24385 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24386 instead of calling gdb_suppress_entire_file.
24387 * gdb.threads/print-threads.exp: Likewise.
24388 * gdb.threads/schedlock.exp: Likewise.
24389
24390 * gdb.threads/killed.exp: Return instead of calling
24391 gdb_suppress_entire_file.
24392 * gdb.threads/linux-dp.exp: Likewise.
24393 * gdb.threads/pthreads.exp: Likewise.
24394
1e698235
DJ
243952003-01-04 Daniel Jacobowitz <drow@mvista.com>
24396
24397 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24398 stabs.
24399 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24400 * gdb.base/whatis.exp: Always allow (void) after function names.
24401
147ff08c
DJ
244022003-01-04 Daniel Jacobowitz <drow@mvista.com>
24403
24404 * gdb.c++/casts.exp: Correct regexp.
24405
dc62bfc2
MK
244062003-01-04 Mark Kettenis <kettenis@gnu.org>
24407
24408 * configure.in: Call AC_CONFIG_HEADER. Don't call
24409 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24410 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24411 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24412 aforementioned directories in the AC_OUPUT call.
24413 * config.hin: New file.
24414 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24415 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24416 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24417 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24418 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24419 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24420 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24421 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24422 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24423 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24424 gdb.threads/configure.in, gdb.threads/configure,
24425 gdb.threads/config.in, gdb.trace/configure.in,
24426 gdb.trace/configure: Removed.
24427
77afa639
MC
244282003-01-03 Michael Chastain <mec@shout.net>
24429
24430 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24431 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24432
7634bb6e
DJ
244332003-01-03 Daniel Jacobowitz <drow@mvista.com>
24434
24435 * gdb.base/store.exp: Fix regular expressions.
24436
b39c905e
MK
244372002-12-28 Mark Kettenis <kettenis@gnu.org>
24438
24439 * configure.in: Rewrite.
24440 * configure: Regenerated.
24441
0a8551dd
DC
244422003-01-03 David Carlton <carlton@math.stanford.edu>
24443
24444 * gdb.base/psymtab.exp: New file.
24445 * gdb.base/psymtab1.c: Ditto.
24446 * gdb.base/psymtab2.c: Ditto.
24447
c60b7188
AF
244482002-12-23 Adam Fedor <fedor@gnu.org>
24449
24450 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24451
ee73db83
DC
244522002-12-23 David Carlton <carlton@math.stanford.edu>
24453
24454 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24455 and current_directory initialization.
24456
d6c1774e
JB
244572002-12-22 Jim Blandy <jimb@redhat.com>
24458
f0a847b8
JB
24459 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24460 rather than as part of the output file name.
24461
d6c1774e
JB
24462 * gdb.base/attach.exp: There's no need to copy the test program to
24463 /tmp; that was only ever necessary on HP/UX, and this test is
24464 entirely disabled there anyway.
24465
f0708dbb
JB
244662002-12-21 Jim Blandy <jimb@redhat.com>
24467
4c2acfea
JB
24468 * gdb.c++/psmang.exp: Doc fix.
24469
f0708dbb
JB
24470 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24471 test.
24472
9579e000
DC
244732002-12-20 David Carlton <carlton@math.stanford.edu>
24474
24475 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24476
d1810171
MC
244772002-12-18 Michael Chastain <mec@shout.net>
24478
24479 * gdb.c++/annota2.exp: Add copyright year 2002.
24480
76565097
DC
244812002-12-17 David Carlton <carlton@math.stanford.edu>
24482
24483 * gdb.c++/try_catch.cc: Add marker comments.
24484 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24485 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24486 * gdb.c++/m-static.cc: Ditto.
24487 * gdb.c++/m-static1.cc: Ditto.
24488 * gdb.c++/try_catch.cc: Ditto.
24489
da81390b
JJ
244902002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24491
24492 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24493 to see whether we are using the new -environment-directory
24494 command which resets via -r or the old version of the command
24495 which may prompt the user. Part of fix for gdb/741.
24496
b304d130
AC
244972002-12-13 Andrew Cagney <ac131313@redhat.com>
24498
24499 * gdb.fortran/types.exp: Update obsolete comment.
24500 * gdb.fortran/exprs.exp: Ditto.
24501 * lib/gdb.exp: Delete obsolete code.
24502 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24503 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24504 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24505 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24506 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24507 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24508 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24509 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24510 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24511 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24512 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24513 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24514 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24515 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24516 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24517 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24518 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24519 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24520 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24521 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24522 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24523 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24524 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24525 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24526 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24527 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24528 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24529 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24530 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24531 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24532 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24533 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24534 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24535 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24536 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24537 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24538 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24539
a23b6e6a
DC
245402002-12-11 David Carlton <carlton@math.stanford.edu>
24541
24542 * gdb.c++/m-data.exp: Add test for members that shadow global
24543 variables: see PR gdb/804.
24544 * gdb.c++/m-data.cc: Ditto.
24545
6604731b
DJ
245462002-12-10 Daniel Jacobowitz <drow@mvista.com>
24547
24548 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24549
de46ecd7
DC
245502002-12-06 David Carlton <carlton@math.stanford.edu>
24551
24552 * gdb.base/store.c: Don't declare functions static.
24553
27e829d0
AC
245542002-12-04 Andrew Cagney <ac131313@redhat.com>
24555
24556 * gdb.base/store.exp, gdb.base/store.c: New files.
24557
92806416
DJ
245582002-12-03 Daniel Jacobowitz <drow@mvista.com>
24559
24560 * gdb.base/selftest.exp: Update for current gdb.
24561
3bcbaac5
DJ
245622002-12-03 Daniel Jacobowitz <drow@mvista.com>
24563
24564 * gdb.base/maint.exp: Only dump symbols from one source file
24565 or objfile.
24566
f4f00b1f
DJ
245672002-12-03 Daniel Jacobowitz <drow@mvista.com>
24568
24569 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24570 function call.
24571
f1c8a949
JB
245722002-11-25 Jim Blandy <jimb@redhat.com>
24573
24574 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24575 function appearing in error message.
24576
9e297a97
DJ
245772002-11-21 Daniel Jacobowitz <drow@mvista.com>
24578
24579 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24580
1f312e79
JJ
245812002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24582
d63a86f8
RM
24583 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24584 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
24585 should be in mi console format. This is part of fix for PR gdb/604.
24586
83c31e7d
FN
245872002-09-18 Fernando Nasser <fnasser@redhat.com>
24588
24589 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24590 which explicitly prints the zero offset as "+0".
24591
322b3f65
DJ
245922002-10-22 Daniel Jacobowitz <drow@mvista.com>
24593
24594 * gdb.threads/schedlock.c (args): Make unsigned.
24595
245962002-10-21 Daniel Jacobowitz <drow@mvista.com>
24597
24598 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24599 numbers. Allow "foo2|selected stack frame".
24600 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24601 * gdb.asm/asmsrc2.s: Likewise.
24602 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24603 comments.
24604 * gdb.asm/mips.inc: New file.
24605
5e2fe5b8
AF
246062002-10-18 Adam Fedor <fedor@gnu.org>
24607
24608 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24609 * gdb.base/help.exp: Likewise.
24610
abe1a5d0
KB
246112002-10-17 Kevin Buettner <kevinb@redhat.com>
24612
24613 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24614 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24615
10abb1d4
JB
246162002-10-02 Jim Blandy <jimb@redhat.com>
24617
24618 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24619
1f609b42
AC
246202002-10-01 Andrew Cagney <ac131313@redhat.com>
24621
24622 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24623 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24624 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24625 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24626 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24627 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24628 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24629
0aee02e4
AC
246302002-09-29 Andrew Cagney <ac131313@redhat.com>
24631
24632 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24633 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24634 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24635 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24636 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24637 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24638 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 24639
6fde09ad
KB
246402002-09-27 Kevin Buettner <kevinb@redhat.com>
24641
24642 * gdb.base/annota1.exp (info break): Make directory components of
24643 path optional since not all compilers emit this debug information.
24644
889bf7c5
PA
24645 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24646 step ends up stepping out of the function instead of stopping on
24647 the epilogue.
6fde09ad 24648
9e8aab75
KS
246492002-09-26 Keith Seitz <keiths@redhat.com>
24650
24651 * lib/insight-support.exp (gdbtk_start): Figure out where
24652 the insight executable is based on where gdb is. Use this
24653 executable to start insight instead of gdb.
24654
e36180d7
AC
246552002-09-25 Andrew Cagney <cagney@redhat.com>
24656
24657 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24658
9dd34b2b
AC
246592002-09-24 Andrew Cagney <ac131313@redhat.com>
24660
24661 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24662 test_isolated_complaints.
24663 (test_empty_complaint): New function.
24664 (test_empty_complaints): New function. Check no output when no
24665 complaints.
d63a86f8 24666
dea97812
KB
246672002-09-19 Jim Blandy <jimb@redhat.com>
24668
a9c64011 24669 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 24670
54951bd7
AC
246712002-09-19 Andrew Cagney <ac131313@redhat.com>
24672
24673 * gdb.gdb/complaints.exp: New file.
24674
dec43320
AC
246752002-09-18 Andrew Cagney <ac131313@redhat.com>
24676
24677 * gdb.base/maint.exp: Check `help maint internal-warning'.
24678
e70d6e3f
DC
246792002-09-18 David Carlton <carlton@math.stanford.edu>
24680
24681 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24682 numbers, and replace them by a single breakpoint after the
24683 constructors are all finished.
24684 Add test 4.
24685 * gdb.c++/m-static.cc: Add test 4.
24686 * gdb.c++/m-static.h: New file.
24687 * gdb.c++/m-static1.cc: New file.
24688
24689 * gdb.c++/printmethod.exp: New file.
24690 * gdb.c++/printmethod.cc: New file.
24691
24692 * gdb.c++/pr-574.exp: New file.
24693 * gdb.c++/pr-574.cc: New file.
24694
afb5c968
CV
246952002-09-18 Corinna Vinschen <vinschen@redhat.com>
24696
24697 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24698 embedded targets which never actually exit.
24699
31e45dee
FN
247002002-09-18 Fernando Nasser <fnasser@redhat.com>
24701
24702 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24703 "don't step after run" as unresolved or unsupported, instead of xfail.
24704
a283c5a1
CV
247052002-09-18 Corinna Vinschen <vinschen@redhat.com>
24706
24707 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24708 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24709 Add newline to expected string in "step out of main (status wrapper)"
24710 case.
24711
11350d2a
CV
247122002-09-18 Corinna Vinschen <vinschen@redhat.com>
24713
24714 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24715 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24716
0deec7d6
TT
247172002-09-17 Tom Tromey <tromey@redhat.com>
24718
24719 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24720 \000, not \0, in double-quoted string.
24721
b2b4a1b5
CV
247222002-09-14 Corinna Vinschen <vinschen@redhat.com>
24723
c9d37158 24724 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
24725 string after running the commands execution on breakpoint tests.
24726
1c56143a
CV
247272002-09-13 Corinna Vinschen <vinschen@redhat.com>
24728
24729 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24730
37f8da45
JB
247312002-09-12 Joel Brobecker <brobecker@gnat.com>
24732
24733 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24734
08b468e0
KS
247352002-09-10 Keith Seitz <keiths@redhat.com>
24736
24737 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24738 runto proc.
24739 (mi_run_to_main): Use mi_runto.
24740 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24741
dc360f58
KS
247422002-09-10 Keith Seitz <keiths@redhat.com>
24743
24744 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24745 regexp for stopping at main. Could have multiple event notifications.
24746 Don't assume that main was declared with no parameters.
24747 (mi_next): Use mi_step_to.
24748 (mi_step): Use mi_next_to.
24749
ce3abcfb
CV
247502002-09-09 Corinna Vinschen <vinschen@redhat.com>
24751
24752 * gdb.base/default.exp: Fix expected string in `info float' test.
24753
d1f5b980
BE
247542002-09-09 Ben Elliston <bje@redhat.com>
24755
24756 * config/mips.exp: Update comments.
24757 * config/mips-idt.exp: Likewise.
24758 * config/nind.exp: Likewise.
24759 * config/slite.exp: Likewise.
24760 * config/sparclet.exp: Likewise.
24761 * config/udi.exp: Likewise.
24762 * config/vx.exp: Likewise.
24763 * config/vxworks29k.exp: Likewise.
24764
2f71430b
JB
247652002-09-05 Jim Blandy <jimb@redhat.com>
24766
24767 * gdb.threads/killed.exp: Fix test failure message.
24768
7ddebc7e
KS
247692002-09-04 Keith Seitz <keiths@redhat.com>
24770
24771 * lib/mi-support.exp: Update copyright.
24772 (mi_gdb_test): Increase the priority of the expected pattern
24773 so that it matches gdb_test.
24774
0ae67eb3
KS
247752002-09-03 Keith Seitz <keiths@redhat.com>
24776
24777 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
24778 Use integer comparison instead of string comparison for testing
24779 whether binary was built.
24780
38fc42c8
JB
247812002-09-03 Jim Blandy <jimb@redhat.com>
24782
24783 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
24784
b6ff0e81
JB
247852002-08-29 Jim Blandy <jimb@redhat.com>
24786
24787 * gdb.threads/pthreads.exp: Move the portable thread compilation
24788 code into a function in lib/gdb.exp, and call that from here.
24789 * lib/gdb.exp (gdb_compile_pthreads): New function.
24790
07c98896
KS
247912002-08-29 Keith Seitz <keiths@redhat.com>
24792
24793 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
24794 expect_out so that callers can get at it.
24795
0312286c
DJ
247962002-08-23 Daniel Jacobowitz <drow@mvista.com>
24797
24798 * gdb.threads/print-threads.c: New file.
24799 * gdb.threads/print-threads.exp: New file.
24800 * gdb.threads/schedlock.c: New file.
24801 * gdb.threads/schedlock.exp: New file.
24802
dd039bc4
EZ
248032002-08-22 Elena Zannoni <ezannoni@redhat.com>
24804
a9c64011
AS
24805 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24806 not altivec.c.
dd039bc4 24807
1f36144c
MK
248082002-08-17 Mark Kettenis <kettenis@gnu.org>
24809
24810 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24811 targets. The problem should be fixed now.
24812
16057ec7 248132002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
24814
24815 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24816 2002-07-24 change that removes final dots from error messages.
24817
3c1499ad
TT
248182002-08-13 Tom Tromey <tromey@redhat.com>
24819
24820 * gdb.base/readline.exp: New file.
24821
a20ce2c3
AC
248222002-08-01 Andrew Cagney <ac131313@redhat.com>
24823
24824 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24825 supress message.
24826
db034ac5
AC
248272002-08-01 Andrew Cagney <cagney@redhat.com>
24828
24829 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24830 CHILL_FOR_TARGET and CHILL_LIB.
24831 * configure.in (configdirs): Remove gdb.chill.
24832 * configure: Regenerate.
24833 * lib/gdb.exp: Obsolete references to chill.
24834 * gdb.fortran/types.exp: Ditto.
24835 * gdb.fortran/exprs.exp: Ditto.
24836
3e000b18
KB
248372002-07-30 Kevin Buettner <kevinb@redhat.com>
24838
24839 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24840 set Irix-specific compile and link flags.
24841
28f4966b
KB
248422002-07-29 Kevin Buettner <kevinb@redhat.com>
24843
24844 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24845 source files. The ``-o'' option doesn't work with the ``-E'' option
24846 when using the Irix compiler.
24847
46c0d5a6
DJ
248482002-07-19 Daniel Jacobowitz <drow@mvista.com>
24849
24850 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24851 Improve support for reusing an exec file. Copy exec file
24852 to target, and run gdbserver on the target instead of on the host.
24853
eecf4bed
JB
248542002-07-18 Jim Blandy <jimb@redhat.com>
24855
0f815cdf
JB
24856 * gdb.base/ending-run.exp: Don't expect to see the program end in
24857 some orderly fashion when we're running on a real stand-alone
24858 board.
24859
eecf4bed
JB
24860 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24861 targets that don't support interrupts.
24862
52d309e4
JB
248632002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24864
24865 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24866 systems.
24867 Move comments in expect statements to inside the actions, so that they
24868 don't get matched against.
24869
ff683d9e
MK
248702002-07-10 Mark Kettenis <kettenis@gnu.org>
24871
24872 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24873 function when asleep" test.
24874
b5356753
AC
248752002-07-10 Andrew Cagney <ac131313@redhat.com>
24876
24877 * gdb.base/page.exp: Rewrite to handle problems with very long
24878 `info set' output. Update copyright.
24879
6aa4d13a
AC
248802002-06-26 Andrew Cagney <ac131313@redhat.com>
24881
24882 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24883 gdb.threads-hp.
24884 * gdb.hp/configure: Regenerate.
24885 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24886 * gdb.hp/gdb.threads-hp/configure: Delete file.
24887 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24888
8cf8c2b8
AC
248892002-06-22 Andrew Cagney <ac131313@redhat.com>
24890
24891 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24892 setlocale, bindtextdomain and textdomain.
24893
6827a8f8
JB
248942002-06-11 Jim Blandy <jimb@redhat.com>
24895
919d772c
JB
24896 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24897 preprocessor macro information is present.
24898
6827a8f8
JB
24899 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24900 tests.
24901
c15b0d21
MS
249022002-06-06 Michael Snyder <msnyder@redhat.com>
24903
c5984d70
MS
24904 * gdb.base/overlays.exp: Record addresses of overlay
24905 functions in TCL variables rather than in GDB variables,
24906 to avoid having GDB convert them to pointers (with loss
24907 of information).
24908
d63a86f8 24909 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 24910 default linker script changes.
c15b0d21
MS
24911 * gdb.base/long_long.exp: Add check for sizeof (long double).
24912
be26fe0d
ML
249132002-06-06 Michal Ludvig <mludvig@suse.cz>
24914
24915 * gdb.asm/asm-source.exp: Add x86-64 target.
24916 * gdb.asm/x86_64.inc: New.
d63a86f8 24917
258093ca 249182002-05-30 Michael Chastain <mec@shout.net>
258093ca 24919
4b3153f1 24920 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
24921 * gdb.c++/m-static.cc: New file.
24922 * gdb.c++/m-static.exp: New file.
24923
241264c6
MS
249242002-05-28 Michael Snyder <msnyder@redhat.com>
24925
24926 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24927 precision.
24928
9bba8c8f 249292002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 24930
4b3153f1 24931 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
24932 * gdb.c++/m-data.cc: New file.
24933 * gdb.c++/m-data.exp: New file.
24934
249352002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 24936
4b3153f1 24937 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 24938 * gdb.c++/try_catch.cc: New file.
d63a86f8 24939 * gdb.c++/try_catch.exp: New file.
9bba8c8f 24940
def1b996
MC
249412002-05-27 Michael Chastain <mec@shout.net>
24942
24943 * gdb.c++/local.exp: Accept more nested types in output.
24944
522ba268
MC
249452002-05-26 Michael Chastain <mec@shout.net>
24946
24947 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24948
277254ba
MS
249492002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24950
24951 * lib/gdb.exp (gdb_wrapper_init): Just because
24952 gdb_wrapper_file exists, this does not mean that the file
24953 should not be rebuilt. That is what gdb_wrapper_initialized
24954 is for.
24955 (default_gdb_init): Reset gdb_wrapper_initialized.
24956
b61a8733
MS
249572002-05-23 Michael Snyder <msnyder@redhat.com>
24958
d63a86f8 24959 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
24960 the precision of the floating point test results.
24961 * gdb.base/call-rt-st.exp: Ditto.
24962
b61a8733
MS
24963 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24964 * gdb.base/call-rt-st.exp: Ditto.
24965
56f6e910
MC
249662002-05-19 Michael Chastain <mec@shout.net>
24967
24968 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24969
ad0b0016
EZ
249702002-05-19 Elena Zannoni <ezannoni@redhat.com>
24971
a9c64011
AS
24972 * configure.in (configdirs): Add gdb.arch.
24973 * configure: Regenerate.
ad0b0016 24974
f617d2b6
JB
249752002-05-17 Jim Blandy <jimb@redhat.com>
24976
24977 * gdb.base/completion.exp: Recognize the more detailed error
24978 messages produced by the macro expander's lexical analyzer.
24979
eac2a696
EZ
249802002-05-14 Elena Zannoni <ezannoni@redhat.com>
24981
a9c64011
AS
24982 * gdb.arch/altivec-abi.c: New file.
24983 * gdb.arch/altivec-abi.exp: New file.
24984 * gdb.arch/altivec-regs.c: New file.
24985 * gdb.arch/altivec-regs.exp: New file.
eac2a696 24986
2fdde8f8
DJ
249872002-05-14 Daniel Jacobowitz <drow@mvista.com>
24988
24989 * gdb.base/maint.exp (maint print type): Update for new type
24990 structure.
d63a86f8 24991
e31f1a7c
EZ
249922002-05-14 Elena Zannoni <ezannoni@redhat.com>
24993
24994 * gdb.arch: New directory.
24995 * gdb.arch/configure.in: New file.
24996 * gdb.arch/configure: New file.
24997 * gdb.arch/Makefile.in: New file.
24998
db589741
CV
249992002-05-13 Corinna Vinschen <vinschen@redhat.com>
25000
25001 * gdb.asm/asm-source.exp: Add v850 as supported target.
25002 * gdb.asm/v850.inc: New file.
25003
8ce2a7dc
DJ
250042002-05-13 Daniel Jacobowitz <drow@mvista.com>
25005
25006 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25007
df763c7f
DJ
250082002-05-12 Daniel Jacobowitz <drow@mvista.com>
25009
25010 * gdb.base/break.exp: Check 'break "marker2"'.
25011
377daeed
MS
250122002-05-10 Michael Snyder <msnyder@redhat.com>
25013
25014 * gdb.base/long_long.exp: Fix typo.
25015
c4b7bc2b
JB
250162002-05-10 Jim Blandy <jimb@redhat.com>
25017
ecac9a4e
JB
25018 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25019 a bug.
25020
c4b7bc2b
JB
25021 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25022 Recognize more detailed error message produced by the macro
25023 expander's lexical analyzer.
25024 * lib/gdb.exp (test_print_reject): Same.
25025
e71019a1
MK
250262002-05-09 Mark Kettenis <kettenis@gnu.org>
25027
25028 * gdb.c++/method.exp: Fix typo.
25029
fedfc8e6
MS
250302002-05-08 Michael Snyder <msnyder@redhat.com>
25031
166a1957
MS
25032 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25033 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 25034 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
25035 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25036 Add iftarget clause for strongarm.
d63a86f8 25037
f1c47eb2
MS
250382002-05-06 Michael Snyder <msnyder@redhat.com>
25039
cb9a9d3e
MS
25040 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25041 (gdb_continue_to_end): Accept output from status wrapper.
25042 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25043 Clean up fail messages to match pass messages.
25044
f1c47eb2
MS
25045 Enable the "needs_status_wrapper" testsuite feature.
25046 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25047 (gdb_compile): Conditionally call gdb_wrapper_init.
25048 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25049 * gdb.c++/method.exp: Recognize output from status wrapper.
25050
6079c749
BE
250512002-05-06 Ben Elliston <bje@redhat.com>
25052From Graydon Hoare <graydon@redhat.com>
25053
25054 * config/sid.exp: Include support for "rawsid" protocol.
25055
188baff3
JB
250562002-05-03 Jim Blandy <jimb@redhat.com>
25057
25058 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25059 * gdb.c++/hang3.C: New file.
25060
b9c07f0f
AC
250612002-05-04 Andrew Cagney <ac131313@redhat.com>
25062
25063 * gdb.base/default.exp: Remove obsolete code.
25064 * gdb.c++/misc.exp: Ditto. Update copyright.
25065 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25066 * gdb.base/whatis.exp: Ditto. Update copyright.
25067 * gdb.base/scope.exp: Ditto. Update copyright.
25068 * gdb.base/ptype.exp: Ditto. Update copyright.
25069 * gdb.base/printcmds.exp: Ditto. Update copyright.
25070 * gdb.base/opaque.exp: Ditto. Update copyright.
25071 * gdb.base/list.exp: Ditto.
25072 * gdb.base/funcargs.exp: Ditto. Update copyright.
25073 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25074 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25075 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25076 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25077 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25078 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25079
5c7a0397
MS
250802002-05-02 Michael Snyder <msnyder@redhat.com>
25081
d6dcc264 25082 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
25083 * gdb.base/long_long.exp: Add xscale target.
25084 * gdb.base/default.exp: Add xscale target.
25085
eb7f1c48
JB
250862002-05-01 Jim Blandy <jimb@redhat.com>
25087
25088 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25089 gdb.c++/hang.exp: New test.
25090
a6befae8
FF
250912002-05-01 Fred Fish <fnf@redhat.com>
25092
25093 * gdb.base/completion.exp: Handle completions of "./Make" for
25094 more than one completion possibility, as is the case when we
25095 build and test in the source tree.
25096
0a310277
AG
250972002-04-29 Anthony Green <green@redhat.com>
25098
25099 * gdb.java/jmisc1.exp: New file.
25100 * gdb.java/jmisc2.exp: New file.
25101
6ff9af88
DJ
251022002-04-24 Daniel Jacobowitz <drow@mvista.com>
25103
25104 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25105
96b3d632
EZ
251062002-04-23 Elena Zannoni <ezannoni@redhat.com>
25107
25108 * gdb.base/help.exp: Change 'help status' to allow for target
25109 dependent output differences.
25110
5019bb54
MC
251112002-04-22 Michael Chastain <mec@shout.net>
25112
25113 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25114
a805a116
MC
251152002-04-22 Michael Chastain <mec@shout.net>
25116
25117 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25118
a1706bfd
DM
251192002-04-17 David S. Miller <davem@redhat.com>
25120
25121 * gdb.asm/sparc64.inc: New file.
25122 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25123
a73a20a2
EZ
251242002-04-19 Elena Zannoni <ezannoni@redhat.com>
25125
25126 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25127 instruction file directly into the build tree. Clean up at end of
25128 test.
25129
ba678339
DM
251302002-04-18 David S. Miller <davem@redhat.com>
25131
25132 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25133 handle 64-bit platforms correctly.
25134 * gdb.base/maint.exp: Likewise.
25135
b03399da
KB
251362002-04-18 Kevin Buettner <kevinb@redhat.com>
25137
25138 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25139 ``-fpic'' when compiling files comprising a shared library, but
25140 it does need additional linker flags in order to find shared
25141 libraries at run time.
25142
e2004992
KB
251432002-04-18 Kevin Buettner <kevinb@redhat.com>
25144
25145 * gdb.base/cvexpr.c (use): New function.
25146 (main): Invoke use() on all global variables to prevent
25147 some linkers from deleting these otherwise unused symbols.
25148
d8937120
MC
251492002-04-17 Michael Chastain <mec@shout.net>
25150From David S. Miller <davem@redhat.com>
25151
25152 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25153 handle 64-bit platforms correctly.
25154
ffd61a58
MS
251552002-04-12 Michael Snyder <msnyder@redhat.com>
25156From Jim Blandy <jimb@redhat.com>
a9c64011 25157 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
25158 script can handle this instead.
25159 * gdb.base/bar.c (barx): Same.
25160 * gdb.base/baz.c (bazx): Same.
25161 * gdb.base/grbx.c (grbxx): Same.
25162
25163 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25164 manager doesn't automatically unmap overlays unnecessarily.
25165
6b8426a6
MH
251662002-04-10 Martin M. Hunt <hunt@redhat.com>
25167
25168 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25169 stepping out of main.
25170
34af4875
MC
251712002-04-09 Michael Chastain <mec@shout.net>
25172
25173 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25174 scope so that the nested scope tests will make sense.
25175 * gdb.c++/local.exp: Write patterns that actually work with gcc
25176 (the HP patterns "were never known to work with gcc").
25177 Keep the old aCC patterns too.
25178
2d1676a0
DJ
251792002-04-09 Daniel Jacobowitz <drow@mvista.com>
25180
25181 * gdb.base/attach.exp: Correct target board test.
25182
3a63e3f9
MC
251832002-04-08 Michael Chastain <mec@shout.net>
25184
25185 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25186 in a const method. Add some xfail and fail cases for configurations
25187 that do not emit the "const ...".
25188
f18dabd2
MC
251892002-04-07 Michael Chastain <mec@shout.net>
25190
25191 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25192 Accept "A * const" and "const A * const" as type of "this".
25193 Fix spelling of getFunky throughout. Make messages uniform.
25194
0fcddd82
EZ
251952002-04-07 Elena Zannoni <ezannoni@redhat.com>
25196
a9c64011 25197 Work around for PR gdb/285:
0fcddd82
EZ
25198 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25199
16a8534a
EZ
252002002-04-07 Elena Zannoni <ezannoni@redhat.com>
25201
25202 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25203 instructions file at run time instead of configure time.
25204 Sometimes we run the test in a directory that is not the one we
25205 configured in.
25206 * gdb.asm/configure.in: Delete creation of symlink.
25207 * gdb.asm/configure: Regenerate.
25208
24181d81
JB
252092002-04-05 J. Brobecker <brobecker@gnat.com>
25210
25211 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25212 xfullpath () function.
25213
7cdb7107
DJ
252142002-04-04 Daniel Jacobowitz <drow@mvista.com>
25215
25216 * gdb.asm/Makefile.in: Correct dependencies.
25217
25218 * gdb.asm/powerpc.inc: New file.
25219 * gdb.asm/asm-source.exp: Add PowerPC.
25220 * gdb.asm/configure.in: Likewise.
25221 * gdb.asm/configure: Regenerated.
25222
a7d17088
DJ
252232002-04-04 Daniel Jacobowitz <drow@mvista.com>
25224
25225 * gdb.base/relocate.exp: New file.
25226 * gdb.base/relocate.c: New file.
25227
cd721503
FF
252282002-04-04 Fred Fish <fnf@redhat.com>
25229
25230 * gdb.base/step-test.exp: Update comment regarding stopping in
25231 memcpy/bcopy calls inserted as part of the compiler runtime.
25232
b22ad7a7
MS
252332002-04-04 Michael Snyder <msnyder@redhat.com>
25234
25235 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25236
5f279fa6
DJ
252372002-04-03 Daniel Jacobowitz <drow@mvista.com>
25238
25239 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25240 (gdb_expect): Remove $notransfer hack.
25241
dd0fd3ce
DJ
252422002-04-02 Daniel Jacobowitz <drow@mvista.com>
25243
25244 * gdb.c++/classes.exp ("calling method for small class"): Match
25245 updated register output.
25246
1e50cda1
DJ
252472002-03-30 Daniel Jacobowitz <drow@mvista.com>
25248
25249 Fix PR gdb/452
25250 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25251 when finished. Make gdb_file_cmd send "exec-file" when
25252 appropriate.
25253
24015922
DJ
252542002-03-30 Daniel Jacobowitz <drow@mvista.com>
25255
25256 * gdb.base/attach.exp: Remove extra setup_xfail.
25257
dd7dfd64
MS
252582002-03-26 Michael Snyder <msnyder@redhat.com>
25259
25260 * gdb.base/default.exp: Add tests for dump, append, and restore.
25261 * gdb.base/help.exp: Add tests for dump, append, and restore.
25262 * gdb.base/dump.exp: New file, test dump, append and restore.
25263 * gdb.base/dump.c: New file.
25264
48b2f8d7
MS
252652002-03-27 Michael Snyder <msnyder@redhat.com>
25266
d63a86f8 25267 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
25268 clean-ups in help messages.
25269
05b4d525
FF
252702002-03-26 Fred Fish <fnf@redhat.com>
25271
25272 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25273 have debugging info for those functions and the compiler uses them
25274 internally to copy structs around.
25275
d7679631
FF
252762002-03-26 Fred Fish <fnf@redhat.com>
25277
25278 * gdb.base/list.exp: Revert the change made yesterday and add note
25279 about why we don't list the default lines for remote targets.
25280
523ac3f9
MS
252812002-03-25 Michael Snyder <msnyder@redhat.com>
25282
25283 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25284
754b2b8d
FF
252852002-03-25 Fred Fish <fnf@redhat.com>
25286
25287 * gdb.base/list.exp: This test works on remote targets so remove
25288 the short circuit for remote targets. Update copyright.
25289
33c3e192
FF
252902002-03-25 Fred Fish <fnf@redhat.com>
25291
25292 * gdb.base/attach.exp: Fix logic error that was suppressing this
25293 test for all non hppa*-*-hpux* targets, instead of the hp target.
25294 Move comments closer to the suppression point. Also now need to
25295 check that we are running natively.
25296
d43e73ee
MS
252972002-03-22 Michael Snyder <msnyder@redhat.com>
25298
882c8f02
MS
25299 * gdb.base/default.exp: Add test for gcore. Update copyright.
25300 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 25301
04c12f60
FF
253022002-03-06 Fred Fish <fnf@redhat.com>
25303
25304 * gdb.base/funcargs.c: Remove extraneous ';' character.
25305 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25306
b43df995
MC
253072002-03-04 Michael Chastain <mec@shout.net>
25308
25309 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25310 accommodate gcc v3 function signature.
25311 * gdb.mi/mi0-var-cmd-exp: Ditto.
25312
92362027
AC
253132002-02-24 Andrew Cagney <ac131313@redhat.com>
25314
25315 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25316 ``GNU/Linux'' or ``Linux kernel''
25317 * testsuite/gdb.threads/pthreads.c: Ditto.
25318
258ad32d
MC
253192002-02-24 Michael Chastain <mec@shout.net>
25320
25321 * gdb.threads/pthreads.c (thread1): Add a return statement.
25322 (thread2): Likewise.
25323 (foo): Likewise.
25324
04c3b3d4
MC
253252002-02-23 Michael Chastain <mec@shout.net>
25326
25327 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25328 to placate gcc.
25329
5a2a0a20
MC
253302002-02-23 Michael Chastain <mec@shout.net>
25331
25332 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25333 test "ptype bint". The test passes on all my stabs configurations.
25334
a640f7fc
JB
253352002-02-21 Jim Blandy <jimb@redhat.com>
25336
27924826
JB
25337 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25338 filename at a time, and watch for the ones we want to see.
25339
a640f7fc
JB
25340 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25341 types of pointers to prototyped functions.
25342
edcc8c75
AC
253432002-02-20 Andrew Cagney <ac131313@redhat.com>
25344
25345 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25346 signed, unsigned and straight char.
25347 (padding_char, padding_short, padding_int, padding_long,
25348 padding_long_long, padding_float, padding_double,
25349 padding_long_double): New global variables.
25350 (fill, fill_structs): New functions.
25351
25352 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25353 for correctly sized writes. Update copyright.
25354 (get_valueof): New procedure.
25355 (get_sizeof): Call get_valueof.
25356 (check_valueof): New procedure.
25357 (check_padding): New procedure.
25358
ac57ea44
MC
253592002-02-20 Michael Chastain <mec@shout.net>
25360
25361 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25362 to setup_xfail. Document some of the remaining calls.
25363
7a10c941
MC
253642002-02-18 Michael Chastain <mec@shout.net>
25365
25366 * gdb.c++/userdef.exp: Update copyright year.
25367
fb8acdcc
DJ
253682002-02-18 Daniel Jacobowitz <drow@mvista.com>
25369
25370 * gdb.c++/userdef.exp: Test overloaded operators properly.
25371 Remove xfails.
25372
fda6ae12
MS
253732002-02-14 Michael Snyder <msnyder@redhat.com>
25374
25375 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25376
676a0442
DJ
253772002-02-14 Daniel Jacobowitz <drow@mvista.com>
25378
25379 * gdb.base/a2-run.exp: Check for a remote target properly.
25380 * gdb.base/annota1.exp: Likewise.
25381 * gdb.base/list.exp: Likewise.
25382 * gdb.base/reread.exp: Likewise.
25383 * gdb.base/scope.exp: Likewise.
25384 * gdb.base/shlib-call.exp: Likewise.
25385 * gdb.base/term.exp: Likewise.
25386 * gdb.c++/annota2.exp: Likewise.
25387
78b4f468
RE
253882002-02-13 Richard Earnshaw <rearnsha@arm.com>
25389
25390 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25391
9a81ba51
MC
253922002-02-10 Michael Chastain <mec@shout.net>
25393
25394 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25395 (call_after_alloca): Ditto.
25396
004af6c7
DJ
253972002-02-10 Daniel Jacobowitz <drow@mvista.com>
25398
25399 * gdb.base/ending-run.exp: Guard "cont" test with
25400 gdb_skip_stdio_test.
25401
37225f62
JB
254022002-02-06 Jim Blandy <jimb@redhat.com>
25403
25404 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25405 from here...
25406 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25407 To here. Disable this test on non-HP platforms. Add big comment.
25408
fe6fdd96
MS
254092002-02-04 Michael Snyder <msnyder@redhat.com>
25410
25411 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25412 other than d10v and m32r.
25413
036fad3f
RE
254142002-02-02 Richard Earnshaw <rearnsha@arm.com>
25415
25416 * gdb.base/default.exp: Rewrite test patterns to reduce time
25417 taken to match them.
25418
7148ab62
DJ
254192002-01-30 Daniel Jacobowitz <drow@mvista.com>
25420
25421 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25422 Allow a start function above main.
25423 * gdb.threads/linux-dp.exp: Fix copyright date.
25424
396cc255
DJ
254252002-01-30 Daniel Jacobowitz <drow@mvista.com>
25426
a9c64011
AS
25427 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25428 (check_philosopher_stack): Check for manager thread before checking
25429 for a just-starting thread.
396cc255 25430
f038d31b
DJ
254312002-01-30 Daniel Jacobowitz <drow@mvista.com>
25432
25433 From Neil Booth <neil@daikokuya.demon.co.uk>:
25434 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25435 warnings.
25436
b3ff9d9a
FF
254372002-01-21 Fred Fish <fnf@redhat.com>
25438
25439 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25440 not caller.
25441
39ad761d
JB
254422002-01-21 Jim Blandy <jimb@redhat.com>
25443
25444 * gdb.base/reread.exp: Check that GDB properly re-reads the
25445 executable file when it changes while no inferior is running.
25446
aaf320fa
FF
254472002-01-21 Fred Fish <fnf@redhat.com>
25448
a9c64011
AS
25449 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25450 optionally accept the "shlib events" variation.
aaf320fa 25451
808a31f5
JB
254522002-01-21 Jim Blandy <jimb@redhat.com>
25453
25454 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25455 call `fflush' after every `printf', so that the output is produced
25456 at predictable points, regardless of whatever buffering does (or
25457 doesn't) take place.
25458 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25459 at different points.
25460
4420d5e2
DJ
254612002-01-20 Daniel Jacobowitz <drow@mvista.com>
25462
25463 * gdb.c++/inherit.exp: Update copyright years.
25464 * gdb.c++/method.exp: Likewise.
25465
3e36a0f4
DJ
254662002-01-20 Daniel Jacobowitz <drow@mvista.com>
25467
25468 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25469 artificial methods/arguments.
25470 * gdb.c++/derivation.exp: Likewise.
25471 * gdb.c++/inherit.exp: Likewise.
25472 * gdb.c++/method.exp: Likewise.
25473 * gdb.c++/virtfunc.exp: Likewise.
25474
b4ceaee6
AC
254752002-01-18 Andrew Cagney <ac131313@redhat.com>
25476
25477 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25478 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25479 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25480 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25481 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25482 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25483
ecace851
JB
254842002-01-17 Jim Blandy <jimb@redhat.com>
25485
25486 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25487 anchoring the pattern matching the entry point symbol's name.
25488
375fc983
AC
254892002-01-17 Andrew Cagney <ac131313@redhat.com>
25490
25491 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25492 continue/quit query. Update copyright.
25493
fe6fdd96
MS
254942002-01-14 Michael Snyder <msnyder@redhat.com>
25495
25496 * gdb.base/gcore.exp: Remove extra debugging output.
25497
e017c81f
DJ
254982002-01-13 Daniel Jacobowitz <drow@mvista.com>
25499
25500 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25501 for slightly dubious v2 mangled string.
25502
37ab3bf8
DJ
255032002-01-13 Daniel Jacobowitz <drow@mvista.com>
25504
25505 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25506
1bc05c3a 255072002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 25508
1bc05c3a 25509 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 25510
1bc05c3a
JM
25511 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25512 constructors.
25513 * gdb.c++/derivation.exp: Likewise.
25514 * gdb.c++/templates.exp: Likewise.
25515 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 25516
1bc05c3a
JM
255172002-01-10 Michael Snyder <msnyder@redhat.com>
25518
25519 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 25520
a911c360
MS
255212002-01-08 Michael Snyder <msnyder@redhat.com>
25522
25523 * gdb.base/gcore.exp: New test for generate-core-file command.
25524 * gdb.base/gcore.c: Testcase for above.
25525 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25526
ea2119ec
JM
255272002-01-08 Jason Merrill <jason@redhat.com>
25528
25529 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25530
68203136
FF
255312002-01-07 Fred Fish <fnf@redhat.com>
25532
25533 * gdb.c++/overload.exp: Remove unconditional xfails for:
25534 print foo_instance1.overloadargs(1)
25535 print foo_instance1.overloadargs(1, 2)
25536 print foo_instance1.overloadargs(1, 2, 3)
25537 print foo_instance1.overloadargs(1, 2, 3, 4)
25538 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25539 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25540 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25541 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25542 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25543 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25544 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25545 print foo_instance1.overload1arg()
25546 print foo_instance1.overload1arg((char)arg2)
25547 print foo_instance1.overload1arg((signed char)arg3)
25548 print foo_instance1.overload1arg((unsigned char)arg4)
25549 print foo_instance1.overload1arg((int)arg7)
25550 print foo_instance1.overload1arg((unsigned int)arg8)
25551 print foo_instance1.overload1arg((float)arg11)
25552 print foo_instance1.overload1arg((double)arg12)
d63a86f8 25553
21b9b5b1
MS
255542002-01-07 Michael Snyder <msnyder@redhat.com>
25555
25556 * gdb.base/huge.exp: New test. Print a very large target data object.
25557 (skip_huge_test): New test variable. Define if you want to skip this
25558 test. The test reads an 8 megabyte data object from the target, so it
25559 might be very time consuming on remote targets with a slow connection.
25560 * gdb.base/huge.c: New file. Test case for above.
25561
725f922e
FF
255622002-01-07 Fred Fish <fnf@redhat.com>
25563
25564 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25565 g_instance.bfoo, and g_instance.cfoo.
25566
889bf7c5 255672002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 25568
889bf7c5
PA
25569 * gdb.base/break.c (multi_line_if_conditional): New function.
25570 (multi_ilne_while_conditional): Likewise.
25571 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25572 IF or WHILE condition puts the breakpoint at the start of
25573 the condition.
f286b2c3 25574
634d57ec
JL
25575 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25576 hppa*-*-hpux* expected failure.
25577 * gdb.base/structs.exp (do_function_calls): Similarly.
25578
25579 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25580 watchpoints.
25581
9fbfe2dc
AC
255822002-01-06 Andrew Cagney <ac131313@redhat.com>
25583
25584 Fix PR gdb/66.
25585 * gdb.base/structs.exp: Replace skip for a29k with skip for
25586 gdb,cannot_call_functions.
25587 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25588 * gdb.base/callfuncs.exp: Ditto.
25589 * gdb.base/call-rt-st.exp: Ditto.
25590 * gdb.base/call-strs.exp: Ditto.
25591 * gdb.base/callfwmall.exp: Ditto.
25592 * gdb.base/scope.exp: Obsolete xfail a29k.
25593 * gdb.c++/misc.exp: Ditto.
25594 * gdb.c++/cplusfuncs.exp: Ditto.
25595 * gdb.base/ptype.exp: Ditto.
25596 * gdb.base/printcmds.exp: Ditto.
25597 * gdb.base/opaque.exp: Ditto.
25598 * gdb.base/list.exp: Ditto.
25599 * gdb.base/funcargs.exp: Ditto.
25600 * gdb.base/default.exp: Ditto.
25601
8ddad156
MS
256022002-01-04 Michael Snyder <msnyder@redhat.com>
25603
ca4976a6 25604 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
25605 * gdb.base/maint.exp: Add tests for maint info sections options.
25606
1b074332
JL
25607Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25608
25609 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25610
7d159115
CV
256112001-12-20 Corinna Vinschen <vinschen@redhat.com>
25612
25613 * gdb.asm/arm.inc: New file.
25614 * gdb.asm/asm-source.exp: Add arm targets.
25615 * gdb.asm/configure.in: Ditto.
25616 * gdb.asm/configure: Recreated from configure.in.
25617
8fb87725
JL
25618Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25619
afabe08c
JL
25620 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25621 with HP's compiler.
25622 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25623 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25624 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25625 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25626
25627 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25628 either HP's compilers or GCC.
25629
db521deb
JL
25630 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25631 a SIGBUS or SIGSEGV.
25632
25633 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25634
25635 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25636 can be compiled with either HP's compiler or GCC.
25637
cfa88ab7
JL
25638 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25639 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25640 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25641
ca344dff
JL
25642 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25643 to match current gdb output. Update due to using auto-solib-limit
25644 for limiting instead of overloading auto-solib-add.
25645 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25646 test program.
25647
3f3c6e55 25648 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
25649 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25650 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25651 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25652 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25653 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25654 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25655 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25656 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25657 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25658 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25659 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25660 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 25661
8fb87725
JL
25662 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25663 a SIGTRAP to the inferior.
25664
cf599fa7
CV
256652001-12-19 Corinna Vinschen <vinschen@redhat.com>
25666
25667 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25668 Substitute call to target_link by call to gdb_compile.
25669
2cd045cd
JL
25670Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25671
a9c64011
AS
25672 * gdb.base/break.exp: Fix HP specific search string when testing
25673 backtracing in a called function.
2cd045cd 25674
a9c64011
AS
25675 * gdb.base/constvars.exp: Only set lang to C++ if we're
25676 compiling the test with HP's compilers.
25677 * gdb.base/volatile.exp: Similarly.
2cd045cd 25678
99ebe9ac
JB
256792001-12-19 Jim Blandy <jimb@redhat.com>
25680
25681 * gdb.base/printcmds.exp: Expect the null character to be printed
25682 as '\0', and the '\013' to be printed as '\v'.
25683 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25684 * gdb.base/setvar.exp: Same.
25685
b9891b29
JB
256862001-12-17 Jim Blandy <jimb@redhat.com>
25687
0eba65ab
JB
25688 * gdb.base/completion.exp: Rather than completing very long
25689 filenames, which can make the readline library produce output we
25690 don't recognize, cd to the directory first, and then complete
25691 using nice, short relative paths.
25692
6970b5b1
JB
25693 * gdb.base/completion.exp: On some systems, there is, in fact, a
25694 variable named `b' in scope, since GDB treats all static
a9c64011
AS
25695 variables as being in scope. So use `no_var_named_this'
25696 instead of `b'.
6970b5b1 25697
b9891b29 25698 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 25699 can't find the core file's registers as a failure.
b9891b29 25700
e6ccd35f
JSC
257012001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25702
a9c64011
AS
25703 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25704 test expect string more specific.
e6ccd35f 25705
105ba819
CV
257062001-12-13 Corinna Vinschen <vinschen@redhat.com>
25707
25708 * gdb.asm/asm-source.exp: Add support for xstormy16.
25709 * gdb.asm/configure.in: Ditto.
25710 * gdb.asm/configure: Rebuild.
25711 * gdb.asm/xstormy16.inc: New file.
25712
e9e79dd9
FF
257132001-12-10 Fred Fish <fnf@redhat.com>
25714
25715 * gdb.base/maint.exp: Update to match changes in type dumping code.
25716
347dc97d
JB
257172001-12-10 Jim Blandy <jimb@redhat.com>
25718
25719 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
25720 matching the entry point symbol's name at the beginning of the
25721 line.
347dc97d 25722
5178b9d6
DJ
257232001-12-07 Daniel Jacobowitz <drow@mvista.com>
25724
25725 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25726 gdb.c++/inherit.exp, gdb.c++/method.exp,
25727 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25728 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25729 and class layout support.
25730
af890c52
DJ
257312001-12-07 Daniel Jacobowitz <drow@mvista.com>
25732
25733 * gdb.c++/classes.exp: Add test for static member function.
25734 * gdb.c++/misc.cc: Add class with static member function.
25735
7a345fb3
JB
257362001-12-07 Jim Blandy <jimb@redhat.com>
25737
f2e54a80 25738 If GDB says it can't find the struct the function returned, report
8032bf31
JB
25739 those tests as `unsupported'.
25740 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25741 Rewrite subsequent tests to use it.
25742
25743 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
25744 those tests as `unsupported'.
25745 * gdb.base/structs.exp (call_struct_func): New function.
25746 (do_function_calls): Use call_struct_func to call the functions
25747 returning structs.
25748
0bc69509
JB
25749 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25750 whether functions are prototyped or not, so we can't possibly pass
25751 arguments to t_float_values2 properly.
25752
7a345fb3
JB
25753 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25754 value of `timeout' for targets other than the mips*tx39-*.
25755
edb6ede1
MS
257562001-12-06 Michael Snyder <msnyder@redhat.com>
25757
d63a86f8 25758 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
25759 and detect whether the start symbol has a leading underscore.
25760
2d842f13
JB
257612001-12-04 Jim Blandy <jimb@redhat.com>
25762
25763 * gdb.base/completion.exp: Clarify indentation.
25764
68550daf
JB
257652001-12-03 Jim Blandy <jimb@redhat.com>
25766
25767 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
25768 variables on the S/390, not `.word'.
25769
cd5195a8
JB
257702001-11-30 Jim Blandy <jimb@redhat.com>
25771
25772 Add assembly-source tests for s390-ibm-linux.
25773 * gdb.asm/s390.inc: New file.
25774 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
25775 the S/390 architecture.
a9c64011 25776 * gdb.asm/configure: Regenerated.
cd5195a8 25777
ca9efc90
MS
257782001-11-30 Michael Snyder <msnyder@redhat.com>
25779
25780 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
25781 next, info source, info sources, info line, global and static
25782 variables, and static functions.
25783 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
25784 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
25785 * gdb.asm/asmsrc1.s: Add a static function and some variables.
25786 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
25787 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
25788 (gdbasm_leave): Restore frame pointer.
25789 (gdbasm_startup): Copy stack set-up from crt0.S.
25790
d0e66976
FN
257912001-11-26 Fernando Nasser <fnasser@redhat.com>
25792
25793 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
25794 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
25795 to a local (non-static) variable. Copy tstruct.a to a static buffer
25796 and return a pointer to that buffer.
25797 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25798
e2334072
MK
257992001-11-24 Mark Kettenis <kettenis@gnu.org>
25800
25801 * gdb.asm/configure.in: Fix recognition of ix86 target.
25802 * gdb.asm/configure: Regenerate.
25803
756caa3d
MS
258042001-11-21 Michael Snyder <msnyder@redhat.com>
25805
25806 * gdb.asm/sparc.inc: New file.
25807 * gdb.asm/asm-source.exp: Recognize sparc target.
25808 * gdb.asm/configure.in: Recognize sparc target.
25809 * gdb.asm/configure: Regenerate.
d63a86f8 25810
9a4d72d5
MS
258112001-11-21 Michael Snyder <msnyder@redhat.com>
25812
25813 * gdb.asm/m32r.inc: New file.
25814 * gdb.asm/asm-source.exp: Recognize m32r target.
25815 * gdb.asm/configure.in: Recognize m32r target.
25816 * gdb.asm/configure: Regenerate.
25817
a773d1cd
MS
258182001-11-20 Michael Snyder <msnyder@redhat.com>
25819
017ac23d
MS
25820 * gdb.asm/i386.inc: New file.
25821 * gdb.asm/asm-source.exp: Recognize ix86 target.
25822 * gdb.asm/configure.in: Recognize ix86 target.
25823 * gdb.asm/configure: Regenerate.
25824
a773d1cd
MS
25825 * gdb.c++/namespace.exp: Fix quotes in output messages.
25826
bb632afb
MS
258272001-11-14 Michael Snyder <msnyder@redhat.com>
25828
25d559ca 25829 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
25830 qualifier in a type cast expression, to designate an address
25831 in the instruction space (Harvard architecture).
25832
4749e309
MS
258332001-11-13 Michael Snyder <msnyder@redhat.com>
25834
25835 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25836 Tests for expressions using 'const' and 'volatile'.
25837
25050984
CV
258382001-11-13 Corinna Vinschen <vinschen@redhat.com>
25839
25840 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25841
1902c51f
DJ
258422001-11-12 Daniel Jacobowitz <drow@mvista.com>
25843
25844 * lib/mi-support.exp (mi_run_to_helper): Move comments
25845 outside of gdb_expect.
25846
dcf95b47
DJ
258472001-11-11 Daniel Jacobowitz <drow@mvista.com>
25848
25849 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25850 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25851 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25852 mi0_run_to): New functions.
25853 * gdb.mi/mi-simplerun.exp: Use them.
25854 * gdb.mi/mi0-simplerun.exp: Likewise.
25855 * gdb.mi/mi-var-cmd.exp: Likewise.
25856 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 25857
45b074e1
AC
258582001-11-10 Andrew Cagney <ac131313@redhat.com>
25859
25860 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25861 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25862
bf50d346
AC
258632001-11-09 Andrew Cagney <ac131313@redhat.com>
25864
25865 * gdb.base/restore.exp: Include $expected value in restored test
25866 message.
25867
9383332c
AC
258682001-11-09 Andrew Cagney <ac131313@redhat.com>
25869
25870 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25871 implemented.
25872
db62520a
MS
258732001-11-08 Michael Snyder <msnyder@redhat.com>
25874
25875 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25876 Add pass/fail message for stop at breakpoint in call dummy function.
25877
b5703437
MS
258782001-11-07 Michael Snyder <msnyder@redhat.com>
25879
d63a86f8
RM
25880 * gdb.c++/templates.exp (test_template_breakpoints):
25881 If we get an overload menu, but it does not match what
760f6330 25882 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
25883 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25884 making the whitespace optional. Argument for "new" may be
25885 "unsigned" as well as "unsigned int/long".
d63a86f8 25886 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
25887 making the whitespace optional. Also replace "(void) with
25888 "((void|)), making the keyword "void" optional.
d63a86f8 25889 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
25890 making the whitespace optional. Also replace "(void) with
25891 "((void|)), making the keyword "void" optional.
3bf40917
MS
25892 * gdb.base/callfuncs.c (t_float_values): This function must
25893 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 25894 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
25895 can be tested against both cases. Usually one case involves
25896 promotion of float to double, while the other does not.
25897 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
25898 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25899 includes a stack frame for "start".
25900
c8ab4e6d
JB
259012001-11-05 Jim Blandy <jimb@redhat.com>
25902
25903 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25904 pointers are 32 bits long, and that offsets of relocs are always
25905 stored in the data (REL-style), and not in the reloc entry itself
25906 (RELA-style).
25907 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25908 stabs.
25909
3f08ced9
MS
259102001-11-01 Michael Snyder <msnyder@redhat.com>
25911
25912 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25913 and regular expression operators by using quoting.
25914
cbfa24cd
MS
259152001-10-31 Michael Snyder <msnyder@redhat.com>
25916
25917 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25918 depending on what the symbol table contains.
25919 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25920 the output of the ptype command. Similarly, accept both "const &"
25921 and "const&".
25922
aaa68313
CV
259232001-10-31 Corinna Vinschen <vinschen@redhat.com>
25924
25925 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25926 symbol `STORAGE' to allow to choose the storage class of
25927 the local datastructures.
25928 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25929 compiler directive.
25930
91740388
MS
259312001-10-30 Michael Snyder <msnyder@redhat.com>
25932
25933 * gdb.base/jump.exp: Allow it to run for all targets.
25934
1b7c05e7
CV
259352001-10-29 Corinna Vinschen <vinschen@redhat.com>
25936
25937 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25938 with new double_array size.
25939 (main): Change storage class of all local variables to static.
25940 Reduce size of double_array to 9.
25941 * gdb.base/call-ar-st.exp: Increase timeout value.
25942 Change expected output for double array to match new size in
25943 call-ar-st.c.
25944
36a22261
CV
259452001-10-29 Corinna Vinschen <vinschen@redhat.com>
25946
25947 * gdb.base/ending-run.exp: Create identical output when passing
25948 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 25949 Stormy16 target.
36a22261 25950
92b8ae91
MK
259512001-10-28 Mark Kettenis <kettenis@gnu.org>
25952
25953 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25954 that we catch the expected failure under Linux/x86.
25955
cb135b83
OF
259562001-10-29 Orjan Friberg <orjanf@axis.com>
25957
25958 * gdb.base/setvar.exp: Escape curly braces.
25959 * gdb.stabs/weird.exp: Ditto.
25960
6884aa54
DJ
259612001-10-27 Daniel Jacobowitz <drow@mvista.com>
25962
25963 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25964 * gdm.mi/mi0-hack-cli.exp: Likewise.
25965
0398c9aa
AC
259662001-10-25 Andrew Cagney <ac131313@redhat.com>
25967
25968 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25969 messages.
25970
d20bf2e8
AC
259712001-10-21 Andrew Cagney <ac131313@redhat.com>
25972
25973 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25974 checking MI enabled.
25975
03dd63aa
CV
259762001-10-09 Corinna Vinschen <vinschen@redhat.com>
25977
25978 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25979
1d9d99f3
FCE
259802001-10-04 Frank Ch. Eigler <fche@redhat.com>
25981
25982 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25983 if gdb child process crashes, just signal an error.
25984
838ae6c4
JB
259852001-10-02 Jim Blandy <jimb@redhat.com>
25986
25987 * lib/gdb.exp (test_xfail_format): Simplify.
25988
25989 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25990 front of the variable name `format'. Simplify `if'.
25991
8f0cbc1c
DJ
259922001-10-01 Daniel Jacobowitz <drow@mvista.com>
25993
25994 * gdb.threads/pthreads.exp: Wait for output and delay
25995 before sending ^C.
25996
1f08dafd
DJ
259972001-10-01 Daniel Jacobowitz <drow@mvista.com>
25998
25999 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26000 some incorrect output instead of timing out.
26001 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26002
674f90ff
CV
260032001-09-28 Corinna Vinschen <vinschen@redhat.com>
26004
26005 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26006 check to allow additional `int'.
26007
9b284272
DJ
260082001-09-27 Daniel Jacobowitz <drow@mvista.com>
26009
26010 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26011 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26012
b55a4771
MS
260132001-09-27 Michael Snyder <msnyder@redhat.com>
26014
26015 * lib/gdb.exp (test_debug_format): New proc.
26016 (setup_xfail_format): Use new proc test_debug_format.
26017 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26018 proc; use new service proc test_debug_format.
26019 Replace all other "gcc_compiled" tests with this test.
26020 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26021 proc; use new service proc test_debug_format.
26022 Replace all other "gcc_compiled" tests with this test.
26023
260242001-09-27 Michael Snyder <msnyder@redhat.com>
26025
26026 * gdb.base/cvexpr.exp: New file.
26027 * gdb.base/cvexpr.c: New file
26028 Test for expressions using const and volatile keywords.
26029
4e6667ac
CV
260302001-09-26 Corinna Vinschen <vinschen@redhat.com>
26031
26032 * gdb.base/constvars.exp: Check for different orders of keywords
26033 and additional "int" strings in output.
26034
4f337972
AC
260352001-09-22 Andrew Cagney <ac131313@redhat.com>
26036
26037 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26038 responses from "help maint".
26039
2015650d
FCE
260402001-09-19 Frank Ch. Eigler <fche@redhat.com>
26041
26042 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26043 to localhost:NNN instead of :NNN, in case Xvfb is listening
26044 only on TCP.
26045
f3bcedc1
CV
260462001-09-19 Corinna Vinschen <vinschen@redhat.com>
26047
26048 * gdb.base/recurse.exp: When checking leaving the watchpoint
26049 scope, recognize when gdb is in function's epilogue and pass.
26050
6b819c92
KS
260512001-09-18 Keith Seitz <keiths@redhat.com>
26052
26053 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26054 support for running tests against sid targets.
26055 (gdbtk_done): Ditto.
26056
a10c9419
CV
260572001-09-18 Corinna Vinschen <vinschen@redhat.com>
26058
26059 * gdb.base/ending-run.c (main): Set stdout buffersize
26060 to the same reasonable value for any target.
26061 * gdb.base/ending-run.exp: Add a regular expression
26062 to make testsuite happy on Sanyo Stormy16 target.
26063
739d0d99
CV
260642001-09-17 Corinna Vinschen <vinschen@redhat.com>
26065
26066 * gdb.base/display.c (do_loops): Add float variable `f'.
26067 Increment f in loop.
26068 * gdb.base/display.exp: Increment timeout by 60 seconds.
26069 Change float display test to use variable `f'.
26070
1b8947f0
JB
260712001-09-17 Jim Blandy <jimb@redhat.com>
26072
26073 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26074 overflowing the limited breakpoint tables on some ROM monitors
26075 (like the ROM68K).
26076
9890ac81
FCE
260772001-09-15 Frank Ch. Eigler <fche@redhat.com>
26078
26079 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26080 the "-ac" (disable access control) flag.
26081
6db765ea
JH
260822001-08-30 Jeff Holcomb <jeffh@redhat.com>
26083
26084 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26085 ints.
26086
4c32cc04
KS
260872001-08-30 Keith Seitz <keiths@redhat.com>
26088
26089 * lib/gdb.exp: Move all insight-related functionality into
26090 separate file.
26091 * lib/insight-support.exp: New file.
26092
8d6e6f81
FCE
260932001-08-29 Frank Ch. Eigler <fche@redhat.com>
26094
26095 * config/sid.exp (sid_start): Never set sid verbosity; disable
26096 expect_background {} that consumed its stdout; tolerate </dev/null.
26097 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26098
6a90e1d0
AC
260992001-08-18 Andrew Cagney <ac131313@redhat.com>
26100
26101 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26102 CLI jump command to start it.
26103 (mi_run_to_main): Fail immediatly when unexpected output.
26104
1759b3c3
AC
261052001-08-18 Andrew Cagney <ac131313@redhat.com>
26106
26107 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26108 beginning of function. Fix PR gdb/191.
26109
61d11d80
FCE
261102001-08-16 Frank Ch. Eigler <fche@redhat.com>
26111
26112 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26113 what to force sid endianness to.
26114
942a4df2
KS
261152001-08-15 Keith Seitz <keiths@redhat.com>
26116
26117 * lib/gdb.exp (gdbtk_start): Don't set environment
26118 variables for TCL_LIBRARY and friends. Insight will
26119 now figure these out for itself.
26120
0521c418
MS
261212001-08-02 Michael Snyder <msnyder@redhat.com>
26122
26123 * gdb.base/completion.exp: Remove the symbol "a64l" from
26124 the expect string; this is target-specific, and not related
26125 to what is being tested.
26126
74a9a58a
DB
261272001-08-02 Dave Brolley <brolley@redhat.com>
26128
26129 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26130
c70819fa
MS
261312001-07-25 Michael Snyder <msnyder@redhat.com>
26132
c2b8fa57
MS
26133 * gdb.base/consecutive.exp: New file. Test stepping over
26134 breakpoints on consecutive instructions.
26135 * gdb.base/consecutive.c: New file.
26136
c70819fa
MS
26137 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26138 curly braces in regular expressions.
26139
2b1a1355
MS
261402001-07-25 Michael Snyder <msnyder@redhat.com>
26141
26142 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26143 legitimate output from stepping out of main.
26144
413eca6f
KS
261452001-07-22 Keith Seitz <keiths@redhat.com>
26146
26147 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26148 the empty string, do not run the tests.
26149
7e5a9322
SC
261502001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26151
26152 * gdb.base/long_long.exp: Detect size of pointer. Take into
26153 account 2-byte pointers when testing for p/a results.
26154
de58f10f
SC
261552001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26156
d63a86f8 26157 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
26158 and defined to 1K for m68hc11.
26159 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26160 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26161 (sizeof_random_data): New variable to tell the size of the data table;
26162 don't test past this size; always run to main.
26163
d6f5fea1
SC
261642001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26165
26166 * gdb.base/return2.exp: return of long long and double fails for
26167 68HC11; don't execute these tests on that platform.
26168 * gdb.base/return.exp: Return of a double fails for 68hc11.
26169
c477543d
SC
261702001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26171
26172 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26173 tests that print a float.
26174 * call-rt-st.exp: Likewise.
26175
63cf1c79
MK
261762001-07-12 Mark Kettenis <kettenis@gnu.org>
26177
26178 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26179 running this test on Linux.
26180
112f9ab5
MC
261812001-06-24 Michael Chastain <chastain@redhat.com>
26182
26183 * gdb.base/arithmet.exp: Remove some tests to make all test names
26184 unique.
26185
4970cb0f
MS
261862001-07-03 Michael Snyder <msnyder@redhat.com>
26187
26188 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26189 the output of the ptype command.
26190
d85da69f
MS
261912001-07-02 Michael Snyder <msnyder@redhat.com>
26192
4c8a82de
MS
26193 * gdb.base/completion.exp: Don't assume that break.c is the only
26194 source file that may contain functions named "marker".
d85da69f
MS
26195 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26196
8afc772b
AC
261972001-06-28 Andrew Cagney <ac131313@redhat.com>
26198
26199 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26200 of files to delete.
26201
26202 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26203 * gdb.disasm/h8300s.exp: New file.
26204 gdb.disasm/h8300s.s: Likewise.
26205
cff22675
AC
262062001-06-27 Andrew Cagney <ac131313@redhat.com>
26207
26208 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26209 empty breakpoint tables.
26210
68c81b54
AC
262112001-06-25 Andrew Cagney <ac131313@redhat.com>
26212
26213 * lib/mi-support.exp: Update args=... part of stop-reason
26214 patterns. Accept either a list or a tuple.
26215
2dd62704
AC
262162001-06-23 Andrew Cagney <ac131313@redhat.com>
26217
26218 * lib/mi-support.exp: Remove local emacs variable defining
26219 change-log-default-name.
26220
b4127474
MC
262212001-06-22 Michael Chastain <chastain@redhat.com>
26222
26223 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26224 This is operationally compatible with the previous version.
26225
8dbfb380
JB
262262001-06-13 Jim Blandy <jimb@redhat.com>
26227
26228 * lib/gdb.exp (gdb_test): Doc fix.
26229
f2d8c86d
MC
262302001-06-10 Michael Chastain <chastain@redhat.com>
26231
26232 * gdb.base/exprs.exp: Remove a duplicate test.
26233
81564d34
JB
262342001-06-06 Jim Blandy <jimb@redhat.com>
26235
26236 * gdb.base/return2.exp (main): Use values to test float and double
26237 returns that are not NaN's, to avoid being confused by IEEE
26238 comparison rules.
26239
da55addb
MS
262402001-06-04 Michael Snyder <msnyder@redhat.com>
26241
26242 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 26243 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
26244 rather than wait for 12 more tests to time out.
26245
42c65987
JB
262462001-06-06 Jim Blandy <jimb@redhat.com>
26247
b18bced9 26248 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 26249 Don't forget to match the GDB prompt.
b18bced9 26250
42c65987
JB
26251 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26252
5b41e5f0
JB
262532001-06-04 Jim Blandy <jimb@redhat.com>
26254
26255 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26256 command.
26257
015e046f
KB
262582001-05-31 Kevin Buettner <kevinb@redhat.com>
26259
26260 * gdb.base/annota1.exp (info break): Match four or more spaces
26261 after "Address".
26262
fb1ffbbe
MC
262632001-05-31 Michael Chastain <chastain@redhat.com>
26264
26265 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26266 (dm_type_int_star): Likewise.
26267 (dm_type_long_star): Likewise.
26268 (dm_type_void_star): Likewise.
26269
5ea2a32c
KB
262702001-05-29 Kevin Buettner <kevinb@redhat.com>
26271
26272 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26273 to a known value in order to get consistent results regardless
26274 of the setting of INPUTRC or the presence or contents of .inputrc.
26275
ae23c492
MS
262762001-05-24 Michael Snyder <msnyder@redhat.com>
26277
ac55707e
MS
26278 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26279 Don't require that the main thread and the manager thread are the
26280 first in the list.
26281
ae23c492
MS
26282 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26283 debugging. If test fails, issue an "unsupported" not a "fail".
26284
400071f1
JB
262852001-05-24 Jim Blandy <jimb@redhat.com>
26286
26287 Don't assume that short is shorter than int.
26288 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26289 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 26290 this isn't true.
400071f1
JB
26291 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26292 an int, is not equal to ~0 stored in an unsigned char. This tests
26293 the same thing that the previous test meant to, but works on
26294 16-bit machines, too.
26295 ("print unsigned char != (~0)"): Same test, complemented.
26296
0816a3e5
MS
262972001-05-24 Michael Snyder <msnyder@redhat.com>
26298
26299 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 26300 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
26301 and prevents dejagnu getting out of step.
26302
f6dc23a9
KB
263032001-05-23 Kevin Buettner <kevinb@redhat.com>
26304
26305 * gdb.base/finish.exp (finish_void): Revise pattern for
26306 stopping on the call statement to not permit stopping at
26307 the start of the instructions comprising the call sequence.
26308
7dbd117d
MC
263092001-05-19 Michael Chastain <chastain@redhat.com>
26310
26311 * gdb.base/callfuncs.exp: Make all test names unique.
26312 * gdb.base/commands.exp: Make all test names unique.
26313 * gdb.base/condbreak.exp: Make all test names unique.
26314 * gdb.base/dbx.exp: Make all test names unique.
26315 * gdb.base/default.exp: Make all test names unique.
26316 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26317 and TIMEOUT messages to their corresponding PASS message.
26318 * gdb.base/ending-run.exp: Make all test names unique.
26319 * gdb.base/long_long.exp: Remove duplicate test.
26320
6b0b0a9e
KB
263212001-05-21 Kevin Buettner <kevinb@redhat.com>
26322
26323 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26324 stop on the call statement as well as the statement after the
26325 call.
26326
2caa35cb
MS
263272001-05-21 Michael Snyder <msnyder@redhat.com>
26328
26329 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26330
40713331
EZ
263312001-05-10 Elena Zannoni <ezannoni@redhat.com>
26332
a9c64011
AS
26333 * gdb.base/completion.exp: Revamp test. Make it execute on all
26334 platforms.
40713331 26335
c2c1be8d
EZ
263362001-05-10 Elena Zannoni <ezannoni@redhat.com>
26337
a9c64011
AS
26338 * config/gdbserver.exp (gdb_load): Handle the case
26339 in which the arguments to gdbserver are given in the
26340 baseboard configuration file.
26341 Also handle the case in which the server needs to do a
26342 load.
2c9cd303 26343
9671de48
KS
263442001-05-07 Keith Seitz <keiths@cygnus.com>
26345
a9c64011
AS
26346 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26347 set up the display for testing.
26348 (gdbtk_start): Convert all paths to paths that tcl will like.
26349 Export target information to environment.
26350 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26351 necessary.
26352 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26353 (to_tcl_path): New proc to convert a given pathname into
26354 a path acceptible as an argument to a tcl command.
26355 (_gdbtk_export_target_info): New proc to export target info
26356 into the environment for gdbtk testing.
26357 (gdbtk_done): New proc to signal end-of-test.
9671de48 26358
5a360f47
JB
263592001-05-06 Jim Blandy <jimb@redhat.com>
26360
26361 * restore.c: Make the code of caller0 correspond to its comment.
26362
66c756c6
MS
263632001-05-03 Michael Snyder <msnyder@redhat.com>
26364
26365 * config/sid.exp (gdb_target_sid): Check for error messages.
26366 On error or timeout, don't make expect exit (which will terminate
26367 all subsequent tests); instead just make gdb exit.
d63a86f8 26368 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
26369 return a negative value.
26370
a966fde5
JB
263712001-04-24 Jim Blandy <jimb@redhat.com>
26372
851c18e0
JB
26373 * gdb.c++/templates.exp: If we see the prompt for the overload
26374 list, but we haven't recognized any of the longer patterns,
26375 arrange for this test to fail, not hang.
26376
a966fde5
JB
26377 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26378 variations.
26379
db144853
MC
263802001-04-22 Michael Chastain <chastain@redhat.com>
26381
26382 * gdb.c++/local.exp: Use the 'runto' library function.
26383 * gdb.c++/namespace.exp: Likewise.
26384 * gdb.c++/overload.exp: Likewise.
26385
3207ec21
KB
263862001-03-26 Kevin Buettner <kevinb@redhat.com>
26387
26388 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26389 * gdb.base/step-line.exp: New file. Test step/next in presence of
26390 #line directives.
26391 * gdb.base/step-line.c: New file. Test program for the above.
26392 * gdb.base/step-line.inp: New file. We pretend that this file has
26393 been transformed by some other tool into step-line.c.
26394
13b57657
JB
263952001-03-21 Jim Blandy <jimb@redhat.com>
26396
26397 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26398 unmangled operator names.
26399
754cbe1c
JB
264002001-03-20 Jim Blandy <jimb@redhat.com>
26401
26402 * gdb.threads/linux-dp.exp: Recognize an additional message
26403 generated by GDB when it doesn't understand how to debug threads
26404 on the target system.
26405
177495c9
AC
264062001-03-19 Andrew Cagney <ac131313@redhat.com>
26407
26408 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26409
f266096b
MC
264102001-03-12 Michael Chastain <chastain@redhat.com>
26411
26412 * gdb.c++/derivation.exp: Use the 'runto' library function.
26413
cac3c2ff
MC
264142001-03-12 Michael Chastain <chastain@redhat.com>
26415
26416 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26417
b6c11a24
MC
264182001-02-24 Michael Chastain <chastain@redhat.com>
26419
26420 * gdb.c++/ref-types.exp: Change handwritten code to library
26421 function 'runto'.
26422
6bae5bce
OF
264232001-03-16 Orjan Friberg <orjanf@axis.com>
26424
26425 * gdb.base/signals.exp: Set count to 0 explicitly.
26426
0015fd9a
MS
264272001-03-15 Mark Salter <msalter@redhat.com>
26428
26429 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26430 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
26431 (gdb_load): Add support for additional target_info: gdb_download_size
26432 and gdb_load_timeout.
0015fd9a 26433
fc33412a
DT
26434Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26435
26436 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
26437 file -- to prevent failing when the compile fails but we have no
26438 intention of running the tests anyway.
fc33412a
DT
26439
26440 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26441 tests if set.
26442
26443 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 26444 integers.
fc33412a
DT
26445
26446 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26447 * gdb.c++/namespace.exp: Ditto.
26448
115f06de
OF
264492001-03-07 Orjan Friberg <orjanf@axis.com>
26450
26451 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26452 * gdb.base/pointers.exp: Relax pattern match of decimals.
26453
b6ba6518
KB
264542001-03-06 Kevin Buettner <kevinb@redhat.com>
26455
26456 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26457 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26458 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26459 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26460 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26461 config/sh.exp, config/sid.exp, config/slite.exp,
26462 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26463 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26464 config/vxworks.exp, config/vxworks29k.exp,
26465 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26466 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26467 gdb.base/arithmet.exp, gdb.base/assign.exp,
26468 gdb.base/async.exp, gdb.base/attach.exp,
26469 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26470 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26471 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26472 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26473 gdb.base/commands.exp, gdb.base/completion.exp,
26474 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26475 gdb.base/constvars.exp, gdb.base/corefile.exp,
26476 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26477 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26478 gdb.base/ending-run.exp, gdb.base/environ.exp,
26479 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26480 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26481 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26482 gdb.base/funcargs.exp, gdb.base/help.exp,
26483 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26484 gdb.base/logical.exp, gdb.base/long_long.exp,
26485 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26486 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26487 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26488 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26489 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26490 gdb.base/regs.exp, gdb.base/relational.exp,
26491 gdb.base/remote.exp, gdb.base/reread.exp,
26492 gdb.base/restore.exp, gdb.base/return2.exp,
26493 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26494 gdb.base/selftest.exp, gdb.base/setshow.exp,
26495 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26496 gdb.base/sigall.exp, gdb.base/signals.exp,
26497 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26498 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26499 gdb.base/step-test.exp, gdb.base/structs.c,
26500 gdb.base/structs.exp, gdb.base/structs2.exp,
26501 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26502 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26503 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26504 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26505 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26506 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26507 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26508 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26509 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26510 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26511 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26512 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26513 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26514 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26515 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26516 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26517 gdb.trace/circ.exp, gdb.trace/collection.exp,
26518 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26519 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26520 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26521 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26522 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26523 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26524 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26525 notices.
26526
dc96c6c7 265272001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
26528
26529 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26530 first arg is int not float.
26531
dc96c6c7 265322001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
26533
26534 * gdb.base/reread.exp: Unsupported for non-native targets;
26535 doesn't work for remote debugging.
26536
9b0c4aeb
FN
265372001-02-19 Fernando Nasser <fnasser@redhat.com>
26538
26539 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
26540 * gdb.base/ending-run.exp: Properly handle the BSP state when
26541 stepping past the end of main.
9b0c4aeb 26542
02aa71d5
MC
265432001-02-19 John Moore <jmoore@redhat.com>
26544
26545 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26546 Converted HPUX fix for non-expected items following multiple
26547 step commands into general solution for all platforms.
26548
1fa449a4
MC
265492001-02-18 Michael Chastain <chastain@redhat.com>
26550
26551 * gdb.c++/classes.exp (do_tests): Change runto statements
26552 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26553 statements demangler agnostic.
26554 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26555 (gdb_virtfunc_restart): Likewise.
26556
b2f9ec70
MC
265572001-02-14 Michael Chastain <chastain@redhat.com>
26558
26559 * gdb.c++/inherit.exp (do_tests): Change runto statements
26560 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26561 statements demangler agnostic.
26562
cf74b8ca
AC
26563Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26564
26565 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
26566 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26567 before calling common_routine 15 times'' tests.
cf74b8ca 26568
99f78f56
MC
265692001-02-11 Michael Chastain <chastain@redhat.com>
26570
26571 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26572 Helps the test script figure out which demangler is in use.
26573 (dm_type_foo_ref): Ditto.
26574 (dm_type_int_star): Ditto.
26575 (dm_type_long_star): Ditto.
26576 (dm_type_unsigned_int): Ditto.
26577 (dm_type_void): Ditto.
26578 (dm_type_void_star): Ditto.
99707966 26579 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
26580 Probe the gdb demangler and set variables to accommodate
26581 formatting differences.
26582 (info_func_regexp): New function. Same as info_func, but
26583 matches against a regexp.
26584 (info_func): Match against a literal string.
26585 (print_addr_2): New function. Match against a literal string,
26586 which can be different from the input to gdb.
26587 (print_addr): Simply call print_addr_2 with the same argument twice.
26588 (test_lookup_operator_functions): Use demangler formatting variables.
26589 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26590 the tests in the same order as the C++ class declaration.
26591 (test_paddr_operator_functions): Ditto.
26592 (test_paddr_overloaded_functions): Ditto.
26593 (test_paddr_hairy_functions): Use demangler formatting variables.
26594 Add reference to gdb/19 for related tests.
26595 (do_tests): Call probe_demangler.
26596
1de8f023
KB
265972001-01-30 Kevin Buettner <kevinb@redhat.com>
26598
26599 * gdb.c++/templates.cc (printf): Remove unused function definition.
26600
ca3f91ed
MS
266012001-01-26 Felix Lee <flee@redhat.com>
26602
26603 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26604
266052001-01-25 matthew green <mrg@redhat.com>
26606
26607 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26608 up sid.
26609 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26610
266112001-01-25 matthew green <mrg@redhat.com>
26612
26613 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 26614 Deprecate $sid_spawn_id.
ca3f91ed
MS
26615 (sid_exit): Remove code necessary only for `spawn.'
26616
266172001-01-25 matthew green <mrg@redhat.com>
26618
26619 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26620
fb18ec4a
MC
266212001-01-28 Michael Chastain <chastain@redhat.com>
26622
26623 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26624 to call when tests fail. It takes gdb out of the overloaded
26625 function choice menu back to the main prompt, so that the test
26626 program stays synchronized.
26627 (set_bp_overloaded): New proc to collect all the common
26628 code for setting a breakpoint on an overloaded name. Calls
26629 take_gdb_out_of_choice_menu when needed.
26630 (menu_overload1arg): New variable to collect the repeated
26631 instances of the expected menu for an overloaded name. Change
26632 the regular expression to handle changes in g++ type encoding:
26633 "void" can be either "void" or "", and "unsigned int" can be
26634 either "unsigned int" or "unsigned".
26635 (continue_to_bp_overloaded): Change regular expressions to handle
26636 changes in g++ type encoding.
26637 (no proc): Call take_gdb_out_of_choice_menu when needed.
26638 Remove redundant calls to "info break". Accept either "canceled"
26639 or "cancelled". Change regular expressions in "info break"
26640 calls to handle changes in g++ type encoding. Give all tests
26641 unique strings.
26642
9c646a6e
BE
266432001-01-17 Ben Elliston <bje@redhat.com>
26644
26645 * config/sid.exp: New file.
26646
9549d9c1
AC
26647Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26648
26649 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26650
dc96c6c7 266512000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
26652
26653 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26654 Add a RE to accept a non-ascii char if one is ever presented.
26655
b4df4f68
FN
266562000-12-20 Fernando Nasser <fnasser@redhat.com>
26657
297dd0fd 26658 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 26659
dc96c6c7 266602000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 26661
d63a86f8 26662 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
26663 in regexp. One '\' does not suffice on Linux.
26664
4a7bddb6
MC
266652000-12-09 Michael Chastain <chastain@redhat.com>
26666
26667 * gdb.base/break.exp (test_clear_command): Use a marker function
26668 rather than 'main' for the test function. Also move this
26669 test to an execution point where the marker function names are
26670 guaranteed to be bound to functions. (Executing tests after a
26671 'finish' from main runs into name conflicts with local names
26672 in __libc_start_main).
26673
dc96c6c7 266742000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
26675
26676 * gdb.base/finish.exp: New test for gdb's "finish" command.
26677 * gdb.base/return2.exp: New test for gdb's "return" command.
26678 * gdb.base/return2.c: New source file for above.
26679
dc96c6c7 266802000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
26681
26682 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26683 * gdb.base/miscexprs.exp: Ditto.
26684 * gdb.base/pointers.exp: Ditto.
26685 * gdb.c++/derivation.exp: Ditto.
26686 * gdb.c++/local.exp: Ditto.
26687 * gdb.c++/namespace.exp: Ditto.
26688 * gdb.c++/overload.exp: Ditto.
26689 * gdb.c++/ref-types.exp: Ditto.
26690
dc96c6c7 266912000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
26692
26693 * gdb.base/constvars.exp: Test result of "up" command.
26694 * gdb.base/miscexprs.exp: Ditto.
26695 * gdb.base/pointers.exp: Ditto.
26696 * gdb.base/scope.exp: Ditto.
26697 * gdb.c++/derivation.exp: Ditto.
26698 * gdb.c++/local.exp: Ditto.
26699 * gdb.c++/namespace.exp: Ditto.
26700 * gdb.c++/overload.exp: Ditto.
26701 * gdb.c++/ref-types.exp: Ditto.
26702
44097287
FN
267032000-11-22 Michael Chastain <chastain@redhat.com>
26704
26705 * mips_pro.exp: Accept either "middle -> top -> main" or
26706 "middle -> main" in the backtrace, because gcc can optimize
26707 tail calls to jumps. Remove setup_xfail for the hppa case.
26708 Add a comment with the original warning messages from PR 3016,
26709 which was filed in 1993, to preserve them for posterity.
26710
9d2e1bab
ND
267112000-11-17 Nick Duffek <nsd@redhat.com>
26712
26713 * lib/gdb.exp (gdb_test): Override timeout with board info.
26714
1aca8eb7
ND
267152000-11-17 Nick Duffek <nsd@redhat.com>
26716
26717 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26718 the second kill and detach messages.
26719
93076499
ND
267202000-11-17 Nick Duffek <nsd@redhat.com>
26721
26722 * configure.in: Add AC_EXEEXT.
26723 * configure: Regenerate.
26724 * Makefile.in (just-check): Export EXEEXT.
26725 * lib/gdb.exp ($EXEEXT): Import from environment.
26726 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26727 expect "maint dump-me" on Cygwin.
26728 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26729 $EXEEXT.
26730
30e87cd3
ND
267312000-11-17 Nick Duffek <nsd@redhat.com>
26732
26733 * gdb.base/break.exp: Test backtrace and finish from called
26734 function on all platforms, not just HP-UX.
26735
dc96c6c7 267362000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
26737
26738 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26739 code from gdb_target_monitor, so it can be used independantly
26740 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 26741
dc96c6c7 267422000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
26743
26744 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26745 * gdb.base/corefile.exp: Expect the message "Program is being
26746 debugged already" when we send the "corefile" command, since
26747 the preceeding gdb_load may have connected gdb to a remote target.
26748 * gdb.base/display.exp: Disable hardware watchpoints if new
26749 board info variable "no_hardware_watchpoints" is true.
26750 Replace single-letter commands with more readable ones.
26751 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26752 if new board info variable "no_hardware_watchpoints" is true.
26753 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26754 to see if stdio (printf) testing is possible.
26755 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26756 board info variable "no_hardware_watchpoints" is true. Use new
26757 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26758
39124dea
FN
267592000-11-13 Fernando Nasser <fnasser@redhat.com>
26760
26761 From Orjan Friberg <orjanf@axis.com>:
26762 * gdb.base/printcmds.exp: Escape curly braces followed by a number
26763 in array print pattern match.
26764
a9e2e984
FN
267652000-11-09 Fernando Nasser <fnasser@redhat.com>
26766
26767 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
26768 spelling "cancelled" to U.S. spelling "canceled" to match changes
26769 made to gdb.
26770 * gdb.c++/ovldbreak.exp: Ditto.
26771
c7db355b
PS
267722000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26773
26774 * gdb.base/callfuncs.c (main): Moved to end of file, call
26775 t_double_values to initialize the FPU before inferior calls are made.
26776 * gdb.base/callfuncs.exp: Test for register preservation after calling
26777 inferior functions. Add tests for continuining, finishing and
26778 returning from a stop in a call dummy.
26779
dc96c6c7 267802000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
26781
26782 * gdb.base/commands.exp: Break up long lines, and re-indent.
26783
dc96c6c7 267842000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
26785
26786 * config/gdbserver.exp: Rewritten from the ground up, to make it
26787 compatible with the current dejagnu tree, and to make it work with
26788 the new "gdbserver" in libremote.
26789
dc96c6c7 267902000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26791
26792 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
26793 * gdb.base/varargs.exp: Skip entire test if no printf support.
26794 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
26795 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26796
dc96c6c7 267972000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26798
26799 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26800 no floating point support.
26801 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26802 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26803 * gdb.base/call-rt-st.exp: Ditto.
26804 * gdb.base/call-strs.exp: Ditto.
26805
bac5fc66
JG
268062000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26807
26808 * gdb.base/sizeof.c: include <stdio.h>.
26809
26810 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
26811 'finish', otherwise uncaptured gdb_prompt would potentially
26812 throw remaining test points out of sync.
bac5fc66 26813
b22a6027
SB
268142000-07-26 Scott Bambrough <scottb@netwinder.org>
26815
26816 * gdb.base/recurse.exp: Run tests for all targets.
26817 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26818 gnu-oldld case on ARM.
26819 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26820 for ARM targets.
d63a86f8 26821
d8231941
AG
26822Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26823
26824 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26825 * gdb.java/configure: Rebuild.
26826
8caabe69
AG
26827Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26828
26829 * gdb.java/jv-exp.exp: New file.
26830
9d273ca3
AG
26831Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26832
26833 * configure: Rebuilt.
26834 * configure.in (configdirs): Add gdb.java.
26835 * gdb.java/jmisc.java: New file.
26836 * gdb.java/jmisc.exp: New file.
26837 * gdb.java/Makefile.in: New file.
26838 * gdb.java/configure: Rebuilt.
26839 * gdb.java/configure.in: New file.
26840 * lib/java.exp: New file.
26841
4f823a66
AC
26842Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26843
26844 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 26845 underflow.
4f823a66 26846
2391e11d
AC
26847Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26848
26849 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 26850 and the compilers sizes.
2391e11d 26851
54602222
ND
268522000-07-09 Nick Duffek <nsd@redhat.com>
26853
26854 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26855 (use_methods): New function.
26856 (main): Call use_methods().
26857 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26858 (do_tests): Call test_method_param_class.
26859
2bec0572
ND
268602000-07-09 Nick Duffek <nsd@redhat.com>
26861
26862 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26863 spelling.
26864 (test_enums): New procedure. Move enum tests from end of script
26865 to here. Set breakpoint on function name instead of line number.
26866 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26867 (enums2): New marker function.
26868 (enums1): New function.
26869 (main): Call enums1(). Move enum tests to enums1().
26870
78492fde
AC
26871Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26872
26873 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 26874 compile/link program. Update line numbers.
78492fde
AC
26875 * gdb.asm/d10v.inc: Define ``startup''.
26876 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 26877
49a2cef8
AC
26878Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26879
26880 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26881
3e6c8688
EZ
268822000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26883
26884 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 26885 of 'help maint print' command.
3e6c8688 26886
9ff5cbe9
AC
26887Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26888
26889 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 26890 they use gdb_expect_list.
9ff5cbe9 26891
17c579bd
AC
26892Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26893
26894 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
26895 memory-read-packet-size'' instead of ``set endian big'' to test
26896 long commands.
17c579bd 26897
e6d71bf3
DB
268982000-06-03 Daniel Berlin <dan@cgsoftware.com>
26899
26900 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 26901 g++, and stop skipping them.
e6d71bf3
DB
26902
26903 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26904 work under g++.
26905
d63a86f8 26906 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
26907 initialization.
26908
dc96c6c7 269092000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
26910
26911 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26912 the regular expression: accept an (almost) arbitrary sequence of
26913 "frames-invalid" and "breakpoints-invalid" messages both before
26914 and after the "starting" message.
26915
dc96c6c7 269162000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
26917
26918 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 26919
dc96c6c7 269202000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
26921
26922 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26923 Relax the regular expression a little, make it pass on Solaris 8.
26924
8216cda9
KB
269252000-05-12 Kevin Buettner <kevinb@redhat.com>
26926
26927 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 26928 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
26929 Instead, it is permissible for gdb to stop on the line of the
26930 call itself.
26931
1a570b2f
MS
269322000-05-12 Michael Snyder <msnyder@.cygnus.com>
26933
26934 * gdb.base/break.exp (bp on small function, optimized file):
26935 Add a second pass pattern. The behavior differs here between stabs
26936 and dwarf for one-line functions. Stabs preserves two line symbols
26937 (one before the prologue and one after) with the same line number,
26938 but dwarf regards these as duplicates and discards one of them.
26939 Therefore the address after the prologue (where the breakpoint is)
26940 has no exactly matching line symbol, and GDB reports the breakpoint
26941 as if it were in the middle of a line rather than at the beginning.
26942
dc96c6c7 269432000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 26944
d63a86f8 26945 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
26946 rather than "send_gdb" (for consistancy).
26947
7d418785
AC
26948Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26949
26950 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26951 * gdb.c++/templates.cc: Properly check for GCC version number.
26952 * lib/compiler.cc: Likewise
26953
dc96c6c7 269542000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 26955
d63a86f8 26956 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
26957 gdb may not stop at the first line of main, due to code motion.
26958
dc96c6c7 269592000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
26960
26961 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26962 This test depends on parsing the printf output from the target.
26963 Since the sparclet stub doesn't do stdio, this will never work.
26964 * gdb.base/call-rt-st.exp: ditto.
26965 * gdb.base/call-strs: ditto.
26966
dc96c6c7 269672000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
26968
26969 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26970
26971 * gdb.base/ending-run.exp: After connecting to a remote target,
26972 but before running, the target will appear to be in a random
26973 location. Specify both a file and a line for breakpoints.
26974 Also, the function that calls main may be called 'init'
26975 rather than 'start'.
26976
a5a51225
EZ
269772000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26978
26979 * gdb.base/help.exp: Update output for add-symbol-file command.
26980
7930cc7c
FN
269812000-04-10 Fernando Nasser <fnasser@cygnus.com>
26982
26983 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26984 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26985
23e37ab1
C
269862000-04-07 J.T. Conklin <jtc@redback.com>
26987
e93c542c
C
26988 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26989
23e37ab1
C
26990 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26991
591b8fa3
PDM
26992Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26993
26994 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 26995 values that can be represented exactly.
591b8fa3
PDM
26996 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26997 above change, and to not check against the directory part of the source
26998 file name.
26999 (step into print_long_arg_list): Likewise.
27000 (print print_small_structs from print_long_arg_list): Likewise.
27001 (print print_long_arg_list): Likewise.
27002
7a495180
EZ
270032000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27004
30b53638 27005 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 27006
beb998c6
AC
27007Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27008
27009 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27010
1c689132
DB
270112000-03-25 Daniel Berlin <dan@cgsoftware.com>
27012
27013 * gdb.base/commands.exp (deprecated_command_test): Add test for
27014 deprecate with no arguments.
27015
c1790a9d
JL
270162000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27017
27018 * gdb.base/break.exp: Add new test for setting breakpoints on
27019 optimized code so we can test breakpoints work even when function
27020 prologues may be optimized away
27021
003ba290
FN
270222000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27023
27024 From David Whedon <dwhedon@gordian.com>
a9c64011 27025 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 27026
6837a0a2
DB
270272000-03-22 Daniel Berlin <dan@cgsoftware.com>
27028
27029 * gdb.base/help.exp: Added test for new apropos command.
27030
b9593231
KB
270312000-03-21 Kevin Buettner <kevinb@redhat.com>
27032
27033 * gdb.base/pointers.c (usevar): New function.
27034 (main): Make sure that global variables v_int_pointer2, rptr,
27035 and y are all referenced someplace in the program by calling
27036 usevar() on them. [Some linkers delete symbols which are
27037 never referenced. The space remains, but there's no way to
27038 get a (symbolic) handle on the variable from the debugger.]
27039
751a959b
EZ
270402000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27041
27042 * gdb.base/printcmds.c: Add typedeffed arrays.
27043
27044 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 27045 procedure to test arrays that are typedef'd.
751a959b 27046
73a93a32
JI
270472000-03-13 James Ingham <jingham@leda.cygnus.com>
27048
27049 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 27050 the library directories.
73a93a32 27051
fb40c209
AC
27052Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27053
27054 * configure.in (configdirs): Add sub directory gdb.mi.
27055 * configure: Re-generate.
27056
27057 * gdb.mi: New directory.
d63a86f8 27058
ee4dd2c9
AC
270592000-02-25 Scott Bambrough <scottb@netwinder.org>
27060
27061 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 27062 a long long value as a double on ARM platforms.
ee4dd2c9 27063
70f0cc22
JB
270642000-02-16 Jim Blandy <jimb@redhat.com>
27065
27066 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27067 default source file is set properly before running this test.
27068
853819b8
EZ
270692000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27070
27071 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 27072 gdbtk/library directory, not in gdbtcl2.
853819b8 27073
dfcd3bfb
JM
270742000-02-04 Jim Blandy <jimb@redhat.com>
27075
27076 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27077 backslash from regexp pattern.
27078
27079 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27080 procedure. Use it to run all the "continue to bp overloaded"
27081 tests. Note that this changes the names of the tests slightly.
27082 If the breakpoint hit message includes a hex PC value, because
27083 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27084 from the real source code, still consider that a pass.
27085
27086 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27087 XFAIL here if the breakpoint message contains a hex address. Note
27088 similar change on 1999-11-02.
27089
27090 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27091
27092 * gdb.base/ptype.exp: Establish a default source file before
27093 calling get_debug_format.
27094
270952000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27096
27097 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27098
8b93c638
JM
270992000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27100
27101 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27102 of successive stepi commands -- while in the prologue we should see
27103 the function entry bracket.
27104
271052000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27106
27107 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27108 reach __change_mode() when stepping through the end of main().
27109
c5394b80
JM
271102000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27111
27112 * gdb.base/default.exp: Fix expected pattern.
27113 * gdb.base/help.exp: Same.
27114
0d06e24b
JM
271152000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27116
27117 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 27118 Don't use xfail's because that affects only the following test.
d63a86f8 27119
0d06e24b 27120 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 27121 solaris or linux.
0d06e24b
JM
27122
27123 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27124
dc96c6c7 271252000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 27126
d63a86f8 27127 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
27128 "A syntax error" rather than "A parse error". Accept both.
27129
271302000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27131
27132 * gdb.base/default.exp: Remove OS dependent string from "target
27133 remote" test.
27134 * gdb.base/help.exp: Same for "help target remote" test.
27135
c3f6f71d
JM
271362000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27137
27138 From Jim Kingdon <kingdon@redhat.com>:
27139
27140 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
27141 prompt (cleanup rather than necessity, but still might keep output
27142 from spilling to next test).
c3f6f71d
JM
27143
271442000-01-02 Fred Fish <fnf@cygnus.com>
27145
27146 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27147 AIX, which defines them in <sys/types.h>.
27148
ed9a39eb 271491999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 27150
ed9a39eb 27151 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 27152 float" test.
ed9a39eb
JM
27153
271541999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 27155
ed9a39eb 27156 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
27157
27158 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27159 outermost frame disallowed".
27160
271611999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27162
27163 * gdb.base/setvar.exp: New tests for setting the value of a struct
27164 with a constant list.
27165
271661999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27167
27168 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27169 require the user to type a cast before setting the value of a struct.
27170
de57eccd
JM
271711999-12-06 Jim Blandy <jimb@cygnus.com>
27172
27173 * gdb.base/default.exp: Expect the new 'info float' command on
27174 all i386 platforms.
27175
27176 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27177 LinuxThreads libraries that don't support debugging.
27178
c2d11a7d
JM
27179Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27180
27181 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
27182 Change the buffer type to ``unsigned char'' to simplify size
27183 arithmetic.
c2d11a7d
JM
27184
27185 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
27186 stub only handles 400-1 byte packets. Verify that the download
27187 worked.
c2d11a7d
JM
27188
271891999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27190
27191 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27192 tests, using UNRESOLVED for the untested cases. Also, does not wait
27193 for a timeout if the prompt was received before a recognizable pattern.
27194
271951999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27196
27197 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27198
271991999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27200
27201 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 27202 watchpoints.
c2d11a7d
JM
27203
272041999-11-24 Jason Merrill <jason@casey.cygnus.com>
27205
27206 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27207
27208 * gdb.c++/local.exp: Be more flexible in recognizing local class
27209 name mangling. Don't allow horribly truncated method names.
27210 * gdb.c++/derivation.exp: Expect protected inheritance.
27211 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27212 * gdb.c++/virtfunc.exp: Likewise.
27213 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27214 when printing a nested enum.
27215
272161999-11-22 Jim Blandy <jimb@cygnus.com>
27217
27218 * gdb.base/step-test.exp: Properly await GDB's response to setting
27219 a breakpoint on the call to large_struct_by_value.
27220
27221 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27222 just because we have debug info for the `start' function.
27223
272241999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27225
27226 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27227 "Unknown signal" messages, which indicate (on LinuxThreads) that
27228 GDB doesn't know how to debug threads on this system. This is
27229 better than hanging while philosopher 0 dumps chatter into gdb.log.
27230
272311999-11-18 Tom Tromey <tromey@cygnus.com>
27232
27233 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27234
272351999-11-18 Fred Fish <fnf@cygnus.com>
27236
27237 * gdb.base/coremaker2.c: Add sample program for generating
27238 cores that is more self contained than coremaker.c. Eventually
27239 I'll add more code to this and tie it into the testsuite.
27240
4ce44c66
JM
272411999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27242
27243 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27244
272451999-11-10 Jimmy Guo <guo@cup.hp.com>
27246
27247 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 27248 from $srcdir/lib/.
4ce44c66 27249 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 27250 and gdb.c++/.
4ce44c66
JM
27251
27252 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27253
d63a86f8 27254 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
27255 'continue with watch' test point.
27256
272571999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27258
27259 Merged from p2linux-990323-branch:
d63a86f8 27260
4ce44c66
JM
27261 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27262
11cf8741
JM
27263Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27264
27265 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 27266 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
27267
27268Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27269
27270 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 27271 gdb_expect_list.
11cf8741
JM
27272
27273Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27274
27275 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27276
272771999-11-03 Mark Salter <msalter@cygnus.com>
27278
27279 * gdb.base/break.exp: Fix "stub continue" pattern.
27280
272811999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27282
27283 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27284
272851999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27286
27287 * gdb.base/display.exp ("finish"): Add timeout clause.
27288
27289 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27290 plain prompt clause, so this doesn't have to time out in order to
27291 fail.
27292
27293 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 27294 breakpoint hit messages include an address.
11cf8741
JM
27295
27296 * gdb.base/display.exp: Don't forget to escape parens in regular
27297 expressions. Unix regexp notatation sucks.
27298
272991999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27300
27301 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 27302 order for 'signalled' message.
11cf8741 27303
5c44784c
JM
273041999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27305
27306 From Jimmy Guo <guo@cup.hp.com>:
27307 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27308 * gdb.base/annota1.c: Add code for tests to work with.
27309
273101999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27311
27312 * gdb.base/remote.exp: New test for remote downloading settings.
27313 * gdb.base/remote.c: New file with large .data.
27314
917317f4
JM
273151999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27316
27317 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27318 for LinuxThreads support, merged from the Code Fusion branch.
27319
27320Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27321
27322 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
27323 containing exp_continue into a while within an expect. Don't
27324 attempt a start more than three times. Check return value from
27325 gdb_load.
d63a86f8 27326
2df3850c
JM
27327Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27328
27329 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 27330 a pass case.
2df3850c 27331
2acceee2
JM
273321999-10-01 Kevin Buettner <kevinb@cygnus.com>
27333
27334 * gdb.base/break.c (main): Added a statement that we can step
27335 off of.
27336 * gdb.base/break.exp: Added tests for setting a breakpoint
27337 at an offset and stepping onto a breakpoint.
27338
273391999-10-01 Fred Fish <fnf@cygnus.com>
27340
d63a86f8 27341 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
27342 gdb output.
27343
c2c6d25f
JM
273441999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27345
27346 * gdb.base/break.exp: Code locations are in hex, don't forget!
27347 (For HP-UX.)
27348
273491999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27350
27351 * condbreak.exp: Use break.c as test program.
27352 * condbreak.c: Remove, redundant with break.c.
27353
273541999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27355
27356 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 27357 Z-packets if the target needs it.
c2c6d25f
JM
27358
273591999-09-13 James Ingham <jingham@leda.cygnus.com>
27360
27361 * gdb.c++/overload.exp: Added tests for listing overloaded
27362 functions with function pointers in the arg, explicitly calling
27363 out the version you want.
27364
cff3e48b
JM
273651999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27366
27367 * long_long.exp: Add variations of test cases that work for
27368 targets with 16-bit ints and 32-bit doubles.
27369
d4f3574e
SS
273701999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27371
27372 * break.c (main): Compare a possibly-uninitialized argc with an
27373 unlikely value that fits in 16 bits.
27374
273751999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27376
27377 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27378 0xfeeb, don't want negative numbers if ints are 16 bits.
27379
27380 * lib/gdb.exp (skip_cplus_tests): New proc.
27381 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
27382 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27383 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27384 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27385 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27386 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27387 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27388 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
27389
27390 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27391
27392Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27393
27394 * gdb.base/corefile.exp (up): Allow a parameter to appear
27395 in the frame that we're going up to.
27396
27397 From Jim Blandy <jimb@cygnus.com>:
27398
27399 * gdb.base/default.exp (info float): Expect some output now.
27400
27401 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27402 returning floating-point values to fail on the x86.
27403 * gdb.base/callfwmall.exp (do_function_calls): Same.
27404
27405 * gdb.base/list.exp (test_listsize): Correct expectations for
27406 listing line 1 with listsize 2. Also, listing a single line
27407 works now, as does listing three lines. [Kevin's note: There
27408 were a number of other cases fixed too where the expectations
27409 differed...]
27410
274111999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27412
27413 * gdb.base/selftest.exp: Add case for when version prints as
27414 constant string instead of char pointer.
27415
104c1213
JM
274161999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27417
27418 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 27419 stepping out of main.
104c1213
JM
27420
27421 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27422 G++ used.
27423
27424 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 27425 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
27426
27427 * gdb.c++/ovldbreak.exp: Update match string in test that
27428 includes a warning of multiple breakpoints.
27429
274301999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27431
27432 * gdb.base/display.exp: Improve precision of step-after-finish
27433 added yesterday.
27434
27435 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 27436 test.
104c1213
JM
27437
27438 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27439 configs when using G++, not just hppa*.
27440
274411999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27442
27443 * gdb.base/async.c: New file.
27444 * gdb.base/async.exp: New file.
27445
27446Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27447
27448 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27449 PA64.
27450
53a5351d
JM
27451Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27452
104c1213
JM
27453 * gdb.base/display.exp: "finish" can leave us mid-line on many
27454 targets, deal with it. Add a small constant to main, instead of
27455 1000 since main+1000 may not be a valid address in the target.
27456
53a5351d
JM
27457 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27458 on hpux11.
27459
27460 * gdb.base/attach.exp: Handle another hpux11 error message variant
27461 when attaching to a process that does not exist.
27462
274631999-08-19 J.T. Conklin <jtc@redback.com>
27464
27465 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 27466 characters in 'continue to 1241' test.
53a5351d
JM
27467
274681999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27469
27470 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27471 stop in print_long_arg_list, define and use a whitespace
27472 variable in print_small_structs test, add an XFAIL for Solaris.
27473 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27474 interested enough to fix.
27475
7be570e7
JM
274761999-08-13 Keith Seitz <keiths@cygnus.com>
27477
27478 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27479 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27480 proc knows about targets other than the natives.
27481 (test_assign): Use "gdb_run_cmd" to "run" the target.
27482 Check that we've actually hit the breakpoint at main.
27483 When we attempt to assign a value to a local variable, check
27484 that the variable is in the current scope, i.e., don't use
27485 a test with an empty result.
27486
27487Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27488
27489 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 27490 command.
7be570e7
JM
27491
274921999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27493
27494 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27495 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27496 gdb.compat, gdb.threads-hp.
27497 gdb.hp/configure, gdb.hp/configure.in: New files.
27498 gdb.hp/Makefile.in: Recurse into new subdirs.
27499 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27500 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27501 in object files.
27502 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27503
96baa820
JM
275041999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27505
27506 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 27507 funky printf, remove a bogus p/a test.
96baa820
JM
27508
275091999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27510
27511 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
27512 connected to the target. This is necessary when running not
27513 natively.
96baa820
JM
27514
275151999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27516
27517 * gdb.base/step-test.exp: Removed some extraneous messages.
27518
27519 * gdb.base/long_long.exp: Don't run memory examination tests
27520 on little-endian targets (they will need a different set of
27521 results to match).
27522
275231999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27524
27525 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27526 until somebody decides to fix GDB.
27527
27528 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 27529 constant as "ULL".
96baa820
JM
27530 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27531 matches for a couple x/2 commands.
27532
a0b3c4fd
JM
275331999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27534
27535 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27536 by merging in ref-types2 tests.
27537 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27538
27539 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27540 * gdb.c++/Makefile.in: Add standard actions.
27541 (EXECUTABLES): Rename from PROGS, update list.
27542 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27543 from gdb.hp.
27544 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27545 foo and bar locals.
27546 * gdb.c++/anon-union.exp: Fix tests to match.
27547 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27548 expect matches to handle output variations.
27549 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27550 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 27551 output, add HP alternatives for new and delete prints.
a0b3c4fd 27552 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 27553 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
27554 * gdb.c++/demangle.exp: Use $style when reporting failure.
27555 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27556 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27557 match alternatives.
27558 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 27559 compilers.
a0b3c4fd
JM
27560 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27561 * gdb.c++/method.exp: Add match alternatives.
27562 * gdb.c++/misc.cc: Add bool types.
27563 * gdb.c++/misc.exp: Add tests for bool types.
27564 * gdb.c++/overload.exp: Add xfails.
27565 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27566 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27567 add some more template parameter tests (only for HP currently).
27568 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27569 * gdb.c++/virtfunc.cc: Add return type and value for main.
27570 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27571 match alternatives.
d63a86f8 27572
a0b3c4fd
JM
275731999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27574
27575 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27576
275771999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27578
27579 * gdb.base/signals.exp: Don't expect getting a backtrace from
27580 within a signal handler to fail on Linux.
27581
275821999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27583
27584 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27585 * lib/gdb.exp: Remove some gratuitious semicolons.
27586 (delete_breakpoints): Increase timeout.
27587 (gdb_expect): Add -notransfer option.
27588 (gdb_test): Use -notransfer option.
27589 (get_compiler_info): Add f77 case.
27590 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 27591 case.
a0b3c4fd
JM
27592 (gdb_preprocess): Call get_compiler.
27593
27594 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27595 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
27596 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27597 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27598 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27599 third arg to gdb_test.
a0b3c4fd
JM
27600 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27601 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 27602 HP-UX xfails, add others.
a0b3c4fd
JM
27603 * gdb.base/completion.exp: Reflect name change of self-test.
27604 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
27605 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27606 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27607 HP failure number.
a0b3c4fd
JM
27608 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27609 useless HP-UX 10.30 references.
27610 * gdb.base/maint.exp: Loosen matches.
27611 * gdb.base/pointers.c (main): Declare more_code.
27612 * gdb.base/pointers.exp: Match on output of a `next'.
27613 * gdb.base/structs.c: Add prototypes.
27614 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27615 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27616
276171999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27618
27619 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 27620 command.
a0b3c4fd
JM
27621
276221999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27623
27624 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27625 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
27626
27627 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
27628 debug info. Deal with lack of signal hanlder info in stack.
27629
a9c64011 27630 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
27631 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27632
5a2468f5
JM
276331999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27634
27635 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 27636 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 27637
adf40b2e
JM
27638Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27639
27640 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 27641 a1-selftest.exp.
adf40b2e
JM
27642 * gdb.base/configure: Re-generate.
27643
276441999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27645
27646 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27647 in trying to run first and name is too long.
27648
27649 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27650 pointers2.c and pointers2.exp, respectively.
27651 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27652 doschk happier.
27653
43e526b9
JM
276541999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27655
27656 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27657 callfuncs2.c and callfuncs2.exp.
27658
27659 * gdb.base/list.exp: Remove mistaken xfails.
27660 * gdb.base/list0.h: Add optional prototypes.
27661
9846de1b
JM
27662Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27663
a9c64011 27664 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 27665 calling malloc.
a9c64011
AS
27666 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27667 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 27668 use.
9846de1b
JM
27669
276701999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27671
27672 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27673 * gdb.base/annota2.cc, annota2.exp: Move from here.
27674 * gdb.c++/annota2.cc, annota2.exp: To here.
27675 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27676
43ff13b4
JM
27677Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27678
27679 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 27680 a consistent format.
43ff13b4 27681
085dd6e6
JM
276821999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27683
27684 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27685 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27686 HP compilers, also set the globals $true and $false.
27687
27688 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
27689 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27690 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27691 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27692 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27693 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27694 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27695 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27696 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27697 whatis.c} Add C++ compatible function definitions and return
27698 types, add includes for library functions.
085dd6e6
JM
27699 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27700 * gdb.base/step-test.c (myglob): Rename from glob.
27701 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
27702 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27703 files, move here from gdb.hp.
085dd6e6 27704 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
27705 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27706 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27707 Adjust line numbers in regexps.
085dd6e6
JM
27708
27709 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27710 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27711 instead of 0/1.
27712
27713 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27714 foll-vfork.exp: New files, move here from gdb.hp.
27715 * gdb.base/page.exp: New file, test of pagination command.
27716
27717 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27718 recursion test.
27719 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27720
27721 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 27722 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
27723
27724 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 27725 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 27726 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 27727 watchpoint test.
085dd6e6
JM
27728 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27729 them work.
27730 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27731 expressions properly.
27732 * gdb.base/corefile.exp: Loosen the match slightly.
27733 * gdb.base/default.exp: Allow "Error accessing memory" message
27734 also.
27735 * gdb.base/display.exp: Skip over x/0 j if PA64.
27736 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27737 * gdb.base/interrupt.exp: Ditto.
27738 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27739 in use.
27740 * gdb.base/list.exp: Add xfails for HP-UX.
27741 * gdb.base/long_long.exp: Refine some of the numeric matches.
27742 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27743 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27744 * gdb.base/nodebug.exp: Succeed on more varieties of output.
27745 * gdb.base/opaque.exp: Remove some HP-UX xfails.
27746 * gdb.base/ptype.exp: Succeed on more varieties of output.
27747 * gdb.base/scope.exp: Add xfails for HP-UX.
27748 * gdb.base/sect-cmd.exp: Add more cases.
27749 * gdb.base/setvar.exp: Add xfails for HP-UX.
27750 * gdb.base/shlib-call.exp: Loosen some matches slightly.
27751 * gdb.base/signals.exp: Match on void symbolically.
27752 * gdb.base/step-test.exp: Add case for PA64.
27753 * gdb.base/term.exp: Add exit and restart.
27754 * gdb.base/twice.exp: Clean up after self.
27755 * gdb.base/varargs.exp: Disable overload resolution explicitly.
27756 * gdb.base/whatis.exp: Allow more ways to pass tests.
27757
27758 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 27759 no longer useful.
085dd6e6
JM
27760
27761Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
27762
27763 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 27764 list of patterns.
085dd6e6 27765 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
27766 print_double_array(double_array)", "continuing to breakpoint
27767 1018", "print print_double_array(array_d)" and "continuing to
27768 1034" tests.
d63a86f8 27769
085dd6e6
JM
277701999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
27771
a9c64011 27772 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
27773
277741999-06-24 Stan Shebs <shebs@andros.cygnus.com>
27775
27776 * config/mt-*: Remove, these haven't been used since 1996.
27777
277781999-06-22 Stan Shebs <shebs@andros.cygnus.com>
27779
27780 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 27781 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
27782 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
27783
9e0b60a8
JM
277841999-06-18 Stan Shebs <shebs@andros.cygnus.com>
27785
27786 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
27787 simpler match case for the ptype of the big class.
27788
277891999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27790
27791 * gdb.exp: Fix test for gdb_prompt existence.
27792
277931999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27794
27795 * gdb.exp (gdb_test): Add fail after calls to perror.
27796
277971999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27798
27799 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27800
278011999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27802
27803 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27804
0f71a2f6
JM
27805Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27806
27807 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 27808 malloc() is linked in.
0f71a2f6
JM
27809
278101999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27811
27812 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27813 step at end.
27814
27815 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27816
278171999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27818
27819 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27820
cce74817
JM
27821Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27822
27823 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27824 * gdb.base/mips_pro.exp: Likewise.
27825
278261999-06-02 Keith Seitz <keiths@cygnus.com>
27827
27828 * gdb.c++/templates.cc: Change all "new" operators to throw
27829 an exception.
27830 * gdb.c++/cplusfuncs.cc: Likewise.
27831
27832 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27833
27834Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27835
27836 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
27837 * gdb.base/ending-run.exp: When stepping out of main, accept a
27838 step into an arbitrary assembler file.
cce74817 27839
392a587b
JM
278401999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27841
d63a86f8 27842 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 27843 "breakpoint-invalid" to be printed.
6fdff2c5
PA
27844 * gdb.base/annota2.exp: Revise line number for main
27845 breakpoint. Allow any number of "frames-invalid" and
27846 "breakpoint-invalid" to be printed.
392a587b
JM
27847 * gdb.base/annota2.cc: Initialize a.x to 0.
27848
9e086581
JM
278491999-05-17 Keith Seitz <keiths@cygnus.com>
27850
6fdff2c5
PA
27851 * gdb.base/call-ar-st.exp: Skip
27852 "print print_double_array (double_array)" when "skip_float_tests" set.
27853 Ditto for "print print_double_array(array_d)",
27854 "print print_small_structs", "print print_ten_doubles", and
27855 "step into print_long_arg_list".
27856 Don't assume we can step into "print_long_arg_list": we could step
27857 into memcpy.
27858 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27859 "skip_float_tests" is set: "print print_one_double(*d1)"
27860 and "print print_two_floats(*f3)".
9e086581
JM
27861 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27862 "skip_float_tests" is set.
6fdff2c5
PA
27863 * gdb.base/varargs.exp: Skip
27864 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27865 "skip_float_tests" set.
d63a86f8 27866
cd0fc7c3
SS
278671999-05-06 Keith Seitz <keiths@cygnus.com>
27868
27869 * gdb.base/annota2.cc: Include stdio.h.
27870
27871Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27872
27873 * gdb.base/crossload.exp: Remove, this has been disabled ever
27874 since BFD stopped including all targets, and cross-GDB gets
27875 plenty of testing anyway.
27876 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
27877 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27878 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
27879 * gdb.base/README: Remove, was doc for this.
27880 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 27881 needed.
cd0fc7c3 27882
b83266a0
SS
278831999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27884
27885 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27886 output.
27887
27888 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27889 * gdb.base/annota2.exp: New file. More annotation tests.
27890 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27891 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27892
278931999-04-23 Angela Marie Thomas <angela@cygnus.com>
27894
27895 * config/cfdbug.exp: New file.
27896
7a292a7a
SS
278971999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27898
27899 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27900 Marcus Daniel's and Dale Hawkins's demangler crashes.
27901
27902 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
27903 test_lucid_style_demangling, test_arm_style_demangling,
27904 test_hp_style_demangling): Try Tom Tromey's core-dumping
27905 identifier under each demangling style.
7a292a7a
SS
27906
279071999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27908
27909 * gdb.c++/demangle.exp: Include the current demangling style
27910 in all test names.
27911 (current_demangling_style): New global variable.
27912 (set_demangling_style, test_demangling_core, test_demangling,
27913 test_demangling_exact): New functions.
27914 (test_gnu_style_demangling, test_lucid_style_demangling,
27915 test_arm_style_demangling, test_hp_style_demangling): Use those,
27916 instead of calling gdb_test and gdb_test_exact directly.
27917 (catch_demangling_errors): New function, which reports errors
27918 signalled by the demangling test functions in an orderly way.
27919 (do_tests): Use catch_demangling_errors.
27920
279211999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27922
27923 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 27924 grouping in expressions, not {}.
7a292a7a
SS
27925
27926 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 27927 initialized yet.
7a292a7a
SS
27928
279291999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27930
27931 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27932 are listed.
27933
279341999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27935
27936 * gdb.stabs/weird.exp: Test for CC being defined before
27937 looking at its value.
27938
279391999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27940
27941 * gdb.base/call-ar-st.exp: Remove stray '#'.
27942 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27943 "short int" and "long int".
27944 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 27945 change, to mollify finicky HP compiler.
7a292a7a
SS
27946 * gdb.hp/reg-test.exp (testfile): Fix file name.
27947 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 27948
7a292a7a
SS
27949 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27950 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27951 alternate form of enum ptype.
27952
c906108c
SS
279531999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27954
7a292a7a
SS
27955 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27956 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
27957 passing skip_hp_tests, so as not to waste time on guaranteed
27958 failure.
7a292a7a 27959
c906108c
SS
27960 * gdb.c++/overload.cc: Pass string instead of char addr, always
27961 init ccpfoo.
27962 * gdb.c++/templates.cc: Fix syntax error.
27963
7a292a7a
SS
27964Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27965
27966 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 27967 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
27968 command.
27969
279701999-03-18 James Ingham <jingham@cygnus.com>
27971
27972 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27973
27974 * gdb.c++/method.exp: It was testing an uninitialized int on the
27975 stack and assuming it was positive.
27976
27977 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27978
27979 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 27980 keep it from killing the rest of the tests.
7a292a7a
SS
27981 Use gdb_continue_to_end.
27982
27983 * gdb.base/sigall.exp: use gdb_continue_to_end.
27984
27985 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27986
27987 * gdb.base/display.exp: use runto_main, not run.
27988
d63a86f8
RM
27989 * gdb.base/default.exp: Check for the current error message in the
27990 r abbreviation test.
7a292a7a
SS
27991 Add strongarm to the targets that know info float.
27992
d63a86f8 27993 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
27994 run which doesn't work with monitors.
27995
6fdff2c5
PA
27996 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27997 1034 test.
7a292a7a
SS
27998
27999 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28000
6fdff2c5
PA
28001 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28002 end of a program. Traps the case (in Cygmon) when the program
28003 never really exits. Same as Mark's continue_to_exit, but I had
28004 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
28005
28006 * config/monitor.exp (gdb_target_monitor): added another
28007 target_info parameter: remotebinarydownload. This will set the
28008 remotebinarydownload flag if this is causing some boards trouble.
28009
280101999-03-18 Mark Salter <msalter@cygnus.com>
28011
28012 * lib/gdb.exp (continue_to_exit): New function.
28013
28014 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28015 * gdb.base/ending-run.exp: Ditto.
28016 * gdb.base/step-test.exp: Ditto.
28017
280181999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28019
28020 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28021 (suggested by Art Haas <ahaas@neosoft.com>).
28022
280231999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28024
889bf7c5 28025 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
28026
28027Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28028
28029 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 28030 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
28031
280321999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28033
28034 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28035 a call to strlen; sometimes we do have sources.
28036
280371999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
28038
28039 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 28040 character, so GDB won't print garbage after its end.
d63a86f8 28041
c906108c
SS
28042 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28043 breakpoint there instead. Sometimes GCC emits memcpy to handle
28044 the large structures being passed by value, so we step into that
28045 instead of sum_array_print, which obscures what we're really testing.
28046 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
28047 the bizarre steps into memcpy, so do that here. Add check for
28048 stepping into function calls that pass large structures by value.
28049 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
28050 Remove all references to specific line numbers.
28051 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28052 New type and function.
28053 (main): Call large_struct_by_value, passing it a large struct by value.
28054 * lib/gdb.exp (gdb_get_line_number): New function.
28055
28056 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28057 more portable.
28058
7a292a7a
SS
280591999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28060
c906108c
SS
28061 * lib/gdb.exp: Doc fixes.
28062
7a292a7a
SS
280631999-03-05 Nick Clifton <nickc@cygnus.com>
28064
d63a86f8 28065 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
28066
280671999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28068
c906108c 28069 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
28070 commands. They're not germane to this test, and they don't work
28071 that way on remote targets.
c906108c 28072
3fc11d3e
JM
280731999-03-01 James Ingham <jingham@cygnus.com>
28074
28075 * Changelog entries merged over from gdb development branch.
28076
3fc11d3e
JM
28077 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28078
28079 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28080 for outputting results of test run.
28081
2d4a1622 28082 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
28083
28084 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 28085
7a292a7a
SS
280861999-02-25 Felix Lee <flee@cygnus.com>
28087
28088 * lib/gdb.exp (debug_format): initialize
28089
c906108c
SS
280901999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28091
28092 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28093 * gdb.base/call-rt-st.c: Ditto.
28094
c906108c
SS
280951999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28096
28097 * gdb.threads/pthreads.exp (horiz): New variable.
28098 (test_startup): Fix regexps that capture thread numbers.
28099
281001999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28101
28102 * gdb.base/smoke.exp: Disambiguate two test case names (both
28103 called ``print'').
28104
28105Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28106
28107 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 28108 compilation.
c906108c
SS
28109
281101999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28111
28112 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28113 actual output formatting.
28114 * gdb.base/smoke.exp: GDB removes leading 0's.
28115 * gdb.base/volatile.exp: Don't check type of remuneration;
28116 that variable is no longer defined in constvars.c.
28117 * gdb.base/step-test.c (main): Exit with explicit exit code.
28118 * gdb.base/step-test.exp: Remove two nexti checks--they are
28119 not portable.
28120
281211999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28122
28123 * gdb.base/help.exp ("help delete display"): Fix test to match
28124 gdb's output.
28125
28126 * gdb.base/long_long.c (known_types): Initialize values to zero.
28127 * gdb.base/long_long.exp: Step one more line
28128 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
28129 leading zeros. Explicitly ask for hex formatting. Use
28130 unique test case names.
c906108c
SS
28131
28132Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28133
d63a86f8 28134 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
28135
28136 * gdb.c++/method.exp: Add missing close brace.
28137
281381999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28139
28140 * gdb.base/maint.exp: Use 'set height 0' to disable page
28141 prompting, not 'set height 400'.
28142
28143 Fix a bunch of timeouts.
28144 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28145 four separate tests, so expect doesn't take forever to match a ton
28146 of text against a regexp with lots of .* forms.
28147 ("maint print psymbols", "maint print symbols"): Make some of
28148 these greps more selective, so that expect doesn't try to wade
28149 through huge piles of output and time out.
28150
28151 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28152
28153 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
28154 tests: one which doesn't expect shlib events to be reported, and
28155 another which does, but is XFAIL for all platforms other than
28156 HP/UX.
c906108c
SS
28157
28158 * gdb.base/break.exp: Teach the test suite that the `catch
28159 fork', `catch vfork', and `catch exec' commands produce error
28160 messages on platforms that don't provide these features.
28161
28162Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28163
28164 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
28165 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28166 (shortening names from solib_threshold.exp etc), won't run on
28167 anything but HP-UX for the foreseeable future.
c906108c 28168 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 28169 reflect move.
c906108c
SS
28170
28171Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28172
28173 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 28174 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
28175
28176Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28177
28178 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28179 successfully re-sets breakpoints in shared libraries.
28180 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28181
28182Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28183
d63a86f8
RM
28184 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28185 and compiled w/o GCC.
c906108c
SS
28186
28187 * gdb.hp/watch-cmd.exp: ditto.
28188
28189 * gdb.hp/watch-hp.exp: ditto.
28190
28191 * gdb.hp/xdb1.exp: ditto.
28192
28193 * gdb.hp/xdb2.exp: ditto.
28194
28195 * gdb.hp/dbx.exp: ditto.
28196
28197Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28198
28199 * constvars.c: Remove C++-isms.
28200 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 28201 with GCC.
c906108c
SS
28202
28203Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28204
28205 The following changes are part of the HP merge.
28206
28207 * gdb.base/break.exp: new tests to verify that catchpoints for
28208 fork, vfork, and exec don't trigger inappropriately.
28209
28210 * gdb.base/opaque.exp: compile one file at a time, then link.
28211
28212 * gdb.base/signals.exp: be more restrictive about which hppa
28213 systems receive a setup_xfail. new tests.
28214
28215 * gdb.base/solib_threshold.build: new file.
28216 * gdb.base/solib_threshold.exp: new file.
28217 * gdb.base/solib_threshold.link_opts: new file.
28218 * gdb.base/solib_threshold.mk: new file.
28219 * gdb.base/gen_solib_threshold.c: new file.
28220
28221 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28222 tests. New tests for enums inside classes.
28223
28224 * gdb.c++/compiler.cc: indicate support of template debugging.
28225
28226 * gdb.c++/demangle.exp: run hp style demangling tests.
28227
28228 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28229 tests.
28230
28231 * gdb.c++/misc.cc: changes to support new tests.
28232
28233 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28234 to support new tests.
28235
28236 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28237 gcc, then skip these tests.
28238
28239Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28240
28241 The following files are part of the HP merge; some had longer
28242 names at HP, but have been renamed to be no more than 14
28243 characters in length.
28244
28245 * gdb.hp/ambiguous.cc: new file.
28246 * gdb.hp/ambiguous.exp: new file.
28247 * gdb.hp/attach.exp: new file.
28248 * gdb.hp/attach2.exp: new file.
28249 * gdb.hp/classes-hp.exp: new file.
28250 * gdb.hp/ctti.exp: new file.
28251 * gdb.hp/ctti-add.cc: new file.
28252 * gdb.hp/ctti-add1.cc: new file.
28253 * gdb.hp/ctti-add2.cc: new file.
28254 * gdb.hp/ctti-add3.cc: new file.
28255 * gdb.hp/dbx.exp: new file.
28256 * gdb.hp/exception.cc: new file.
28257 * gdb.hp/exception.exp: new file.
28258 * gdb.hp/foll-exec.c: new file.
28259 * gdb.hp/foll-exec.exp: new file.
28260 * gdb.hp/foll-fork.c: new file.
28261 * gdb.hp/foll-fork.exp: new file.
28262 * gdb.hp/foll-vfork.c: new file.
28263 * gdb.hp/foll-vfork.exp: new file.
28264 * gdb.hp/inherit-hp.exp: new file.
28265 * gdb.hp/more-steps.exp: new file.
28266 * gdb.hp/namespace.cc: new file.
28267 * gdb.hp/namespace.exp: new file.
28268 * gdb.hp/optimize.exp: new file.
28269 * gdb.hp/pxdb.c: new file.
28270 * gdb.hp/pxdb.exp: new file.
28271 * gdb.hp/quicksort.exp: new file.
28272 * gdb.hp/reg-test.exp: new file.
28273 * gdb.hp/reg-test.s: new file.
28274 * gdb.hp/sized-enum.c: new file.
28275 * gdb.hp/sized-enum.exp: new file.
28276 * gdb.hp/start-stop.exp: new file.
28277 * gdb.hp/templ-hp.cc: new file.
28278 * gdb.hp/templ-hp.exp: new file.
28279 * gdb.hp/thr-lib.c: new file.
28280 * gdb.hp/thr-lib.exp: new file.
28281 * gdb.hp/thr-lib.h: new file.
28282 * gdb.hp/thr-liblib.c: new file.
28283 * gdb.hp/virtfun-hp.c: new file.
28284 * gdb.hp/virtfun-hp.exp: new file.
28285 * gdb.hp/watch-cmd.exp: new file.
28286 * gdb.hp/watch-hp.exp: new file.
28287 * gdb.hp/xdb1.exp: new file.
28288 * gdb.hp/xdb2.exp: new file.
28289 * gdb.hp/xdb3.exp: new file.
28290
28291Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28292
28293 The following files are part of the HP merge; some had longer
28294 names at HP, but have been renamed to be no more than 14
28295 characters in length.
28296
28297 * gdb.base/ss.h: new file.
28298 * gdb.base/call-ar-st.c: new file.
28299 * gdb.base/call-ar-st.exp: new file.
28300 * gdb.base/call-rt-st.c: new file.
28301 * gdb.base/call-rt-st-exp: new file.
28302 * gdb.base/call-strs.exp: new file.
28303 * gdb.base/ena-dis-br.exp: new file.
28304 * gdb.base/environ.exp: new file.
28305 * gdb.base/long_long.exp: new file.
28306 * gdb.base/sect-cmd.exp: new file.
28307 * gdb.base/shlib-cl2.exp: new file.
28308 * gdb.base/smoke.exp: new file.
28309 * gdb.base/so-impl-ld.c: new file.
28310 * gdb.base/so-impl-ld.exp: new file.
28311 * gdb.base/so-indr-cl.c: new file.
28312 * gdb.base/so-indr-cl.exp: new file.
28313 * gdb.base/varargs.exp: new file.
28314 * gdb.base/volatile.exp: new file.
28315 * gdb.base/whatis-exp.exp: new file.
7a292a7a 28316 * gdb.base/display.exp: new file.
c906108c
SS
28317 * gdb.c++/derivation.exp: new file.
28318 * gdb.c++/local.exp: new file.
28319 * gdb.c++/member-ptr.exp: new file.
28320 * gdb.c++/overload.exp: new file.
28321 * gdb.c++/ovldbreak.exp: new file.
28322 * gdb.c++/ref-types.exp: new file.
28323 * gdb.c++/ref-types2.exp: new file.
28324 * gdb.c++/userdef.exp: new file.
d63a86f8 28325
c906108c
SS
28326Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28327
28328 * gdb.base/default.exp: Reflect wording change in remote.c.
28329
dc96c6c7 28330Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28331
28332 * gdb.base/help.exp: Update to reflect current text.
28333
28334Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28335
28336 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28337 they're stack variables and contain garbage.
28338 * gdb.c++/anon-union.exp: new file.
28339
28340 The following changes were made by David Taylor
889bf7c5
PA
28341 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28342 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28343 in changes by HP.
c906108c
SS
28344
28345 * gdb.base/bitops.exp: new file.
28346 * gdb.base/default.exp: change expected messages for catch and
28347 info catch tests to reflect HP merge changes.
28348 * gdb.base/enable-disable-break.exp
28349 * gdb.base/ending-run.c: new file.
28350 * gdb.base/long_long.c: new file.
28351 * gdb.base/maint.exp: new file.
28352 * gdb.base/pointers2.exp: new file.
28353 * gdb.base/shlib-call2.exp: new file.
28354 * gdb.base/solib.exp: new file.
28355 * gdb.base/step-test.c: new file.
28356 * gdb.c++/anon-union.cc: new file.
28357 * gdb.c++/local.cc: new file.
28358 * gdb.c++/member-pointer.cc: new file.
28359 * gdb.c++/method.cc: new file.
28360 * gdb.c++/ref-types.cc: new file.
28361 * gdb.c++/ref-types2.cc: new file.
28362 * gdb.c++/userdef.cc: new file.
d63a86f8 28363
c906108c
SS
28364 * gdb.base/scope.exp: compile one file at a time, then link.
28365 * gdb.base/langs.exp: ditto.
28366 * gdb.base/list.exp: ditto.
d63a86f8 28367
c906108c
SS
28368Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28369
28370 The following changes were made by David Taylor
889bf7c5
PA
28371 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28372 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28373 in changes by HP.
d63a86f8 28374
c906108c
SS
28375 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28376 skip tests. When compiling pass c++ flag to gdb_compile.
28377 * gdb.c++/
d63a86f8 28378
c906108c
SS
28379 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28380 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28381 (skip_hp_tests): new function.
28382 (gdb_preprocess): new function.
28383
28384 * configure.in (hpdir): decide whether to configure gdb.hp.
28385 * configure: regenerated.
28386
28387 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28388 to delete on clean.
28389 (EXECUTABLES): update to reflect new additions.
28390 * gdb.base/commands.exp: update message expected.
28391 * gdb.base/default.exp: add copyright notice.
28392 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28393 * gdb.base/help.exp: update messages to reflect current text.
28394 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28395 targets for recurse tests.
28396 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28397 skip this file.
28398
28399 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28400 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28401 compilation.
28402 * gdb.c++/misc.exp: ditto.
28403 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28404 run the tests. tell gdb_compile that it's a c++ compilation.
28405
28406 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 28407
c906108c
SS
28408 * gdb.base/all-bin.exp: new file.
28409 * gdb.base/arithmet.exp: new file.
28410 * gdb.base/assign.exp: new file.
28411 * gdb.base/completion.exp: new file.
28412 * gdb.base/cond-expr.exp: new file.
28413 * gdb.base/condbreak.exp: new file.
28414 * gdb.base/define.exp: new file.
28415 * gdb.base/dollar.exp: new file.
28416 * gdb.base/environment.exp: new file.
28417 * gdb.base/eval-skip.exp: new file.
28418 * gdb.base/jump.exp: new file.
28419 * gdb.base/logical.exp: new file.
28420 * gdb.base/pointers.exp: new file.
28421 * gdb.base/relational.exp: new file.
28422 * gdb.base/section_command.exp: new file.
28423 * gdb.base/whatis-expr.exp: new file.
28424
28425 * gdb.base/all-types.c: new file.
28426 * gdb.base/call-array-struct.c: new file.
28427 * gdb.base/call-return-struct.c: new file.
28428 * gdb.base/call-strings.c: new file.
28429 * gdb.base/callfuncs2.c: new file.
28430 * gdb.base/condbreak.c: new file.
28431 * gdb.base/constvars.c: new file.
28432 * gdb.base/display.c: new file.
28433 * gdb.base/int-type.c: new file.
28434 * gdb.base/jump.c: new file.
28435 * gdb.base/miscexprs.c: new file.
28436 * gdb.base/pointers.c: new file.
28437 * gdb.base/pointers2.c: new file.
28438 * gdb.base/shmain.c: new file.
28439 * gdb.base/shr1.c: new file.
28440 * gdb.base/shr2.c: new file.
28441 * gdb.base/solib.c: new file.
28442 * gdb.base/solib1.c: new file.
28443 * gdb.base/solib2.c: new file.
28444 * gdb.base/varargs.c: new file.
28445 * gdb.c++/derivation.cc: new file.
28446 * gdb.c++/overload.cc: new file.
28447 * gdb.c++/ovldbreak.cc: new file.
28448 * gdb.hp/attach.c: new file.
28449 * gdb.hp/attach2.c: new file.
28450 * gdb.hp/average.c: new file.
28451 * gdb.hp/compiler.c: new file.
28452 * gdb.hp/compiler.cc: new file.
28453 * gdb.hp/execd-program.c: new file.
28454 * gdb.hp/follow-exec.c: new file.
28455 * gdb.hp/follow-fork.c: new file.
28456 * gdb.hp/follow-vfork-and-exec.c: new file.
28457 * gdb.hp/misc-hp.cc: new file.
28458 * gdb.hp/more-steps.c: new file.
28459 * gdb.hp/optimize.c: new file.
28460 * gdb.hp/quicksort.c: new file.
28461 * gdb.hp/run-hp.c: new file.
28462 * gdb.hp/start-stop.c: new file.
28463 * gdb.hp/sum.c: new file.
28464 * gdb.hp/templates-hp.cc: new file.
28465 * gdb.hp/thread-local-in-lib.c: new file.
28466 * gdb.hp/thread-local-in-lib.h: new file.
28467 * gdb.hp/thread-local-in-lib.lib.c: new file.
28468 * gdb.hp/vforked-program.c: new file.
28469 * gdb.hp/virtfunc-hp.cc: new file.
28470 * gdb.hp/watchpoint-hp.c: new file.
28471 * gdb.hp/xdb.c: new file.
28472 * gdb.hp/xdb0.c: new file.
28473 * gdb.hp/xdb0.h: new file.
28474 * gdb.hp/xdb1.c: new file.
28475
28476Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28477
28478 The following change was made by Edith Epstein
889bf7c5
PA
28479 <eepstein@cygnus.com> as part of a project to merge in changes
28480 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
28481
28482 * gdb.c++/demangle.exp: changed the expected output for some
28483 ARM-style mangling -- removed second reference to datatype.
889bf7c5 28484 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 28485 T1<char>::~T1<char>(void)
c906108c 28486 becomes,
a9c64011
AS
28487 maint demangle __dt__11T1__pt__2_cFv
28488 T1<char>::~T1(void)
c906108c 28489
889bf7c5 28490 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 28491
c906108c
SS
28492Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28493
28494 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28495 * gdb.trace/backtrace.exp: Likewise.
28496 * gdb.trace/circ.exp: Likewise.
28497 * gdb.trace/collection.exp: Likewise.
28498 * gdb.trace/deltrace.exp: Likewise.
28499 * gdb.trace/infotrace.exp: Likewise.
28500 * gdb.trace/limits.exp: Likewise.
28501 * gdb.trace/packetlen.exp: Likewise.
28502 * gdb.trace/passc-dyn.exp: Likewise.
28503 * gdb.trace/passcount.exp: Likewise.
28504 * gdb.trace/report.exp: Likewise.
28505 * gdb.trace/save-trace.exp: Likewise.
28506 * gdb.trace/tfind.exp: Likewise.
28507 * gdb.trace/tracecmd.exp: Likewise.
28508 * gdb.trace/while-dyn.exp: Likewise.
28509 * gdb.trace/while-stepping.exp: Likewise.
28510
285111998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28512
28513 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28514
28515Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28516
28517 From Brendan Kehoe:
28518 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28519 int return types.
28520
28521Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28522
28523 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 28524 remote dos host testing right.
c906108c
SS
28525
28526Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28527
28528 * gdb.base/corefile.exp: remove some xfails.
28529
28530Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28531
28532 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 28533 have different timestamps.
c906108c
SS
28534
28535Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28536
28537 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 28538 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
28539
28540Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28541
28542 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 28543 delta.
c906108c
SS
28544
28545Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28546
28547 * gdb.base/default.exp: Add brace missing from previous delta.
28548
28549Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28550
28551 * gdb.base/default.exp: Support test for info float for all
28552 varieties of arm toolchain.
28553
dc96c6c7 28554Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28555
28556 * gdb.trace/*.exp: remove "remote_download" command.
28557
dc96c6c7 28558Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28559
28560 * gdb.trace/*.exp: remove -gdwarf from compile.
28561
28562Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28563
28564 * gdb.trace/configure.in(AC_INIT): typo
28565 * gdb.trace/configure: regenerated
28566
dc96c6c7 28567Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28568
28569 * config/m68k-emc.exp: New file.
28570 * lib/<emc-support.exp trace-support.exp}: New files.
28571 * configure.in: add new test directory gdb.trace.
28572 * gdb.trace/{configure configure.in Makefile.in}: New files.
28573 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28574 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28575 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28576 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28577 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28578 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28579 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 28580
dc96c6c7 28581Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28582
28583 * gdb.c++/classes.exp: Change all regular expressions to match
28584 arbitrary combinations of newline/carriage-return, so that they
28585 will work equally well on Unix and Windows.
28586 * gdb.c++/inherit.exp: ditto.
28587 * gdb.c++/virtfunc.exp: ditto.
28588
285891998-08-11 Dawn Perchik <dawn@cygnus.com>
28590
28591 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28592
c2d11a7d
JM
28593Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28594
28595 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28596 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28597 to use a0-a3/d0-d3 as needed.
28598
28599Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28600
28601 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28602 * gdb.disasm/am33.exp: Corresponding changes.
28603
c906108c
SS
286041998-07-11 Felix Lee <flee@cygnus.com>
28605
28606 * gdb.base/callfuncs.exp: add cmp10 test.
28607 * gdb.base/callfuncs.c (cmp10): new function.
28608
28609Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28610
d63a86f8 28611 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
28612 into two parts to get around a synchronization problem in expect.
28613
3fc11d3e
JM
28614Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28615
28616 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28617
28618 * configure.in: Add options for gdbtk testsuite.
28619
28620 * configure: Regenerate.
28621
28622 * gdb.gdbtk: New directory to hold gdbtk tests.
28623
c906108c
SS
28624Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28625
28626 * gdb.fortran/types.exp: Escape brackets in expect patterns
28627 for test_float_literal_types_accepted tests.
28628 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28629 before run test.
28630
c2d11a7d
JM
28631Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28632
28633 * am33.exp: Just compile, do not link the testcase.
28634 * am33.s: Add ".am33" pseudoop to force am33 mode.
28635
c906108c
SS
286361998-06-25 Felix Lee <flee@cygnus.com>
28637
28638 * gdb.base/setshow.exp: make sure $pc is sane.
28639
28640 * gdb.stabs/weird.exp: split expect patterns properly.
28641
c2d11a7d
JM
28642Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28643
28644 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28645 * gdb.disasm/am33.exp: Run it.
28646
dc96c6c7 28647Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28648
28649 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28650 match processing (and eliminate spurious timeouts when running).
28651
dc96c6c7 28652Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28653
28654 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28655 exception test, but conditionalize it on target [mach | gnu].
28656
dc96c6c7 28657Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28658
28659 * gdb.base/overlays.exp: fixup compile line for linker script.
28660
28661Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28662
28663 * gdb.fortran/types.exp: don't guess at float size.
28664
28665Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28666
28667 * gdb.base/exprs.exp: delete test that depends on int size.
28668
28669Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28670
28671 * config/sim.exp: Removed checks for target triplets.
28672 (gdb_target_sim): Use gdb,target_sim_options.
28673
28674Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28675
28676 * gdb.base/reread.exp: New file.
28677 * gdb.base/reread1.c: New file.
28678 * gdb.base/reread2.c: New file.
28679
28680Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28681
28682 * config/sim.exp: Use 'target sim -sparclite' when running
28683 SPARClite programs.
28684
28685Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28686
28687 * gdb.base/structs2.exp: New file.
28688 * gdb.base/structs2.c: New file.
28689
28690Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28691
28692 * gdb.asm/common.inc: New file.
28693 * gdb.asm/d10v.inc: New file.
28694 * asm-source.exp: Pass -I's to gas to find .inc files.
28695 Update line numbers in expected output.
28696 * asmsrc1.s: Rewrite.
28697 * asmsrc2.s: Rewrite.
28698 * configure.in: Create arch.inc symlink.
28699 * configure: Regenerate.
28700 * Makefile.in (distclean): Delete arch.inc.
28701
28702Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28703
28704 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
28705 (t_enum_value2): ditto
28706 (t_enum_value3): ditto
28707 (main): ditto
c906108c
SS
28708Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28709
28710 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28711 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28712 change.
28713 Use gdb_test instead of send_gdb/gdb_expect sequences.
28714
28715Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28716
28717 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28718 not void.
28719
28720Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28721
28722 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
28723 subroutines. Used to test gdbs ability to single step through PC
28724 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
28725
28726Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28727
28728 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28729 more rigorous EGCS C++ error checking.
28730
28731Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28732
a9c64011
AS
28733 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28734 tests.
28735 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28736 function when asleep.
28737 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28738 for i*86 Linux and SVR4 signal handling problems.
28739 Remove linux xfail for `next to handler in signals_tests_1', fixed
28740 by recent infrun.c change.
28741 Limit backtrace to 10 frames to avoid timeout problems with infinite
28742 stack backtraces.
28743 Adjust expect pattern in `handle all print' test to match Apr 28 1997
28744 target.[ch] change.
c906108c
SS
28745
28746Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
28747
28748 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28749 for a newline from gdb before continuing.
28750 (default_gdb_exit): Just look for y or n.
28751 (gdb_test): Detect abnormal exit from GDB running on DOS; if
28752 it does, fail the rests of the tests in the file.
28753
28754Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
28755
28756 * config/cygmon.exp: New file.
28757
28758Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
28759
28760 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 28761 main" test on remote targets.
c906108c
SS
28762
28763 * gdb.base/scope.exp: Fix problem with filelocal_bss before
28764 run test on remote targets.
28765
28766Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
28767
28768 * gdb.asm: New directory.
28769 * configure.in: Configure it.
28770 * configure: Regenerate.
28771 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
28772 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
28773
28774Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
28775
28776 * config/mn10300-eval.exp: New file to support MN10300 eval board.
28777
dc96c6c7 28778Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28779
a9c64011
AS
28780 * gdb.base/overlays (several files): Merge the two overlay
28781 managers into one. Change variables (foox, barx, bazx, grbxx)
28782 back into ints but force them to load in their proper sections.
c906108c
SS
28783
28784Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
28785
28786 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 28787 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
28788 (D10VCopy): Handle memory regions crossing 16k boundaries.
28789 (D10VCopy): Transfer data in 32 bit chunks.
28790
28791Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
28792
28793 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 28794 correct.
c906108c
SS
28795
28796 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 28797 map. Include space for printf in .text segment.
c906108c
SS
28798
28799 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 28800 updated d10v memory VMA/LMA map.
c906108c 28801 (D10VCopy): Call D10VTranslate.
d63a86f8 28802
c906108c
SS
28803Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28804
28805 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28806
28807 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
28808 that it won't be put into the .sdata - small data -
28809 section. Update reference.
c906108c
SS
28810 * gdb.base/baz.c (bazx, baz): Ditto.
28811 * gdb.base/foo.c (foox, foo): Ditto.
28812 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28813
28814 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 28815 to be arrays.
d63a86f8 28816
dc96c6c7 28817Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28818
a9c64011
AS
28819 * gdb.base/overlays.exp: fix up and get working again.
28820 Add tests for backtraces from an overlay function.
d63a86f8 28821
c906108c
SS
28822Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28823
28824 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28825 "calling function with watchpoint enabled".
28826
28827Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28828
28829 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 28830 gdb_suppress_tests for d10v-*-*.
c906108c
SS
28831 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28832 pending review of whether it is useful or not.
28833
28834Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28835
28836 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28837
28838Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28839
28840 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28841 * config/dve.exp: New file to support Densan boards.
28842
28843Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28844
28845 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 28846 reads and BSD.
c906108c
SS
28847
28848Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28849
28850 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28851 response.
28852
28853 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28854
28855Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28856
28857 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 28858 test.
c906108c
SS
28859
28860 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 28861 target_sizeof_long and target_bigendian_p.
c906108c 28862 (structs_by_value, structs_by_reference): Check values according
889bf7c5 28863 to targets word size and endianess.
d63a86f8 28864
c906108c
SS
28865Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28866
28867 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 28868 output.
c906108c
SS
28869
28870Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28871
28872 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 28873 Update test of set args help to match source change.
c906108c
SS
28874
28875Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28876
28877 * gdb.base/default.exp: Expect help system output to be in
28878 alphabetical order.
28879 * gdb.base/help.exp: Ditto.
28880
28881Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28882
28883 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28884 "i*86-pc-linux-gnu*".
28885 * gdb.base/interrupt.exp: Ditto.
28886 * gdb.base/corefile.exp: Ditto.
28887
28888 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 28889 define vxworks when building the testcase.
c906108c
SS
28890
28891 * gdb.base/ptype.exp: Fix testnames to be unique.
28892 * gdb.base/radix.exp: Ditto.
28893 * gdb.base/term.exp: Ditto.
28894 * gdb.base/whatis.exp: Ditto.
28895 * gdb.c++/classes.exp: Ditto.
28896
28897Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28898
28899 * gdb.base/callfuncs.exp: Fix indentation.
28900
28901 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28902 suppress_flag has been set.
28903 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28904 target feature.
28905
28906Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28907
28908 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28909 the testcase.
28910
28911 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 28912 set_debug_traps() and breakpoint().
c906108c
SS
28913 * gdb.c++/misc.cc (main): Ditto.
28914 * gdb.c++/templates.cc (main): Ditto.
28915 * gdb.c++/virtfunc.cc (main): Ditto.
28916
28917Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28918
28919 * lib/gdb.exp(gdb_step_for_stub): New function.
28920 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28921 exists, reload the executable and do a "continue" instead of
28922 doing a jump.
28923 (runto_main): Use gdb_step_for_stub.
d63a86f8 28924
c906108c 28925 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 28926 tests to have unique names.
c906108c
SS
28927 * gdb.base/callfuncs.exp: Ditto.
28928 * gdb.base/commands.exp: Ditto.
28929 * gdb.base/default.exp: Ditto.
28930 * gdb.base/help.exp: Ditto.
28931 * gdb.base/list.exp: Ditto.
28932 * gdb.base/opaque.exp: Ditto.
28933 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28934 similar tests.
d63a86f8 28935
c906108c
SS
28936 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28937 * gdb.c++/cplusfuncs.cc: Ditto.
28938 * gdb.c++/virtfunc.cc: Ditto.
28939
28940 * config/monitor.exp: Keep track of the last file we saw, rather
28941 than trying to get the info from gdb.
28942
28943 * gdb.fortran/types.exp: Move comment to previous line.
28944
28945Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28946
28947 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 28948 target mode.
c906108c
SS
28949
28950Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28951
28952 From Bob Manson:
28953 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 28954 string from GDB when it connects.
c906108c
SS
28955
28956 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28957
28958Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28959
28960 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
28961 if we can't get a debug format from GDB (we may be testing an
28962 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
28963
28964 * gdb.stabs/weird.exp: Fix quoting.
28965
28966 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28967
28968Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28969
28970 * config/arm-ice.exp: New file.
28971
28972Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28973
28974 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 28975 until it has been modified to work with the new testsuite.
c906108c 28976
99707966 28977 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
28978 testcase won't compile, cause all of the testcases in the file to
28979 fail instead.
c906108c
SS
28980
28981 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28982 (gdb_clear_suppressed): New procedure.
28983 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28984 it contains a positive value.
28985
28986Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28987
28988 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28989
28990 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28991
28992Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28993
28994 * lib/gdb.exp (setup_xfail_format): New function.
28995 (get_debug_format): New function to get debug format.
28996 (debug_format): New global variable to hold last value set
28997 by get_debug_format.
28998 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 28999 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
29000 * gdb.c++/ptype.exp: Ditto.
29001 * gdb.c++/classes.exp: Ditto.
29002 * gdb.c++/cplusfuncs.exp: Ditto.
29003 * gdb.c++/inherit.exp: Ditto.
29004 * gdb.c++/templates.exp: Ditto.
29005 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 29006
c906108c
SS
29007Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29008
29009 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29010 host doesn't have a currently-open connection.
29011
29012 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
29013 any gdb stub target. Handle cases where gdb doesn't respond when
29014 interrupted in a sane fashion.
c906108c
SS
29015
29016 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 29017 same thing in a totally different way.
c906108c
SS
29018
29019 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 29020 setting "timeout".
c906108c 29021 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 29022 default_gdb_init now.
c906108c
SS
29023
29024Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29025
29026 * gdb.base/printcmds.exp: Fix "check for floating addition"
29027 regexp to accept results within approx +/- .01 of exact value.
29028 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29029
29030Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29031
29032 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 29033 properly.
c906108c
SS
29034 (gdb_expect): Add optional timeout parameter, and add timeout
29035 value to various calls.
29036 (gdb_suppress_tests): Only give one warning message per group.
29037
29038Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29039
29040 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
29041 global variables. Handle getting a value for $timeout more
29042 gracefully.
c906108c
SS
29043
29044Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29045
29046 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 29047 initialize.
c906108c 29048 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 29049 by a target configuration file.
c906108c
SS
29050 (gdb_expect): Pass the timeout to remote_expect.
29051
29052 * config/monitor.exp(gdb_load): Fix typo in regexp.
29053
29054Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29055
29056 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29057
29058Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29059
29060 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
29061 here. Call gdb_target_exec before rebooting the target, to make
29062 sure the connection to the target is closed.
c906108c
SS
29063 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29064 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29065 Also detect "Timeout reading from remote" error.
29066
29067 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
29068 gdb_target_monitor. Don't call gdb_file_cmd here; let
29069 gdb_target_monitor do it.
c906108c
SS
29070
29071 * gdb.disasm/hppa.exp: Don't use exec_output.
29072
29073Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29074
29075 * gdb.base/list.exp: If we're debugging a non-native target,
29076 try to set the pc register to point to the start of the
29077 program before doing the first list command.
29078
29079 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 29080 test_calls after restarting.
c906108c
SS
29081
29082 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 29083 reloading.
c906108c
SS
29084
29085 * gdb.base/watchpoint.exp: Fix typo.
29086
29087 * gdb.base/setshow.exp: Check for use_gdb_stub.
29088
29089 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 29090 stub case.
c906108c
SS
29091 * gdb.base/langs.exp: Ditto.
29092
29093 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
29094 gdb_load_offset. If we weren't given a file to load, figure out
29095 what the current file is and use it.
c906108c
SS
29096
29097 * config/i386-bozo.exp: New file.
29098
29099Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29100
29101 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29102 feature.
29103
29104 * config/proelf.exp: New entry.
29105
29106Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29107
29108 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29109 of regexps.
29110
29111 * gdb.base/watchpoint.exp: Don't run the test_stepping
29112 tests if gdb can't call functions on the target.
29113
29114 * gdb.base/setshow.exp: Don't run the set prompt tests if
29115 the board has gdb_prompt set.
29116
29117Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29118
29119 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29120 * gdb.base/commands.exp: Likewise.
29121 * gdb.base/setshow.exp: Likewise.
29122
29123Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29124
29125 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29126 feature.
29127
29128 * config/i960.exp: New file.
29129
29130Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29131
29132 * gdb.base/funcargs.exp: Check for gdb,short_int target
29133 feature instead of looking for explicit target triplets.
29134
dc96c6c7 29135Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 29136
d63a86f8 29137 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
29138 "p 123DEADBEEF", to check parse_number.
29139 * top.c: change "to enable to enable" to "to enable" in a couple
29140 of help strings.
29141
29142Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29143
29144 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29145 on the mn10300.
d63a86f8 29146
c906108c
SS
29147Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29148
29149 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29150 where the test executable is run with explicit args.
29151 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29152
29153Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29154
29155 * gdb.base/run.c: Use FAKEARGV to build test executable that
29156 does not require a command line arg, since most simulators
29157 don't currently support passing such an arg into the simulated
29158 program.
29159 * gdb.base/commands.exp: Change tests to insert the proper
29160 value as the arg to the first recursive factorial call. Change
29161 compilation line to define FAKEARGV at compile time.
29162
29163Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29164
29165 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29166 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29167 function with watchpoint enabled" test.
29168
29169Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29170
29171 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 29172 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
29173
29174 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 29175 "Tests restarted" messages.
c906108c
SS
29176
29177Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29178
29179 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29180
dc96c6c7 29181Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29182
29183 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29184 for INFO SYMBOL; add help tests for OVERLAY commands.
29185 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29186 add tests for OVERLAY commands
29187 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29188 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29189 * gdb.base/sigall.c: add usestubs code frag
29190 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 29191
c906108c
SS
29192Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29193
29194 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29195 failures.
29196 (gdb_stop_suppressing_tests): Note that tests have restarted.
29197
29198Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29199
29200 * config/h8300.exp: New file.
29201
29202Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29203
29204 * gdb.base/setshow.exp: Check for the existence of a
29205 feature, not its value.
29206
29207Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29208
29209 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29210
29211 * gdb.base/scope.exp: It's now init0(), not init().
29212
29213 * gdb.base/scope0.c: For now, change init() to be init0().
29214
29215 * config/monitor.exp: Use gdb_serial in preference to serial
29216 or netport.
29217
29218 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 29219 and it's not already set.
c906108c
SS
29220
29221Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29222
29223 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 29224 isn't using a stub and if it supports argument passing.
c906108c
SS
29225
29226Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29227
29228 * config/udi.exp(gdb_start): Make sure UDICONF is set
29229 properly before starting gdb.
29230
29231Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29232
29233 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29234 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29235 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29236
29237Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29238
29239 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 29240 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
29241
29242 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29243
29244 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29245
29246 * config/monitor.exp: Make sure we disconnect from the target.
29247 Also, try a reboot/reload cycle instead of failing if the
29248 load fails.
29249
29250Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29251
29252 * gdb.base/default.exp: Don't set match_max.
29253 * gdb.base/help.exp: Ditto.
29254 * gdb.base/list.exp: Ditto.
29255 * gdb.base/signals.exp: Ditto.
29256
29257 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29258 set, use remote_ld to download the testcase instead of
29259 the GDB loader.
29260
29261Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29262
29263 * config/vr5000.exp: New file.
29264
29265 * config/monitor.exp(gdb_target_monitor): Add pattern for
29266 "Ending remote" to detect errors in connecting.
29267
29268 * gdb.base/setshow.exp: Add .* within auto language test.
29269
29270 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29271 target feature.
29272
29273 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 29274 and reboot the board if necessary.
c906108c
SS
29275
29276 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29277 a set of tests. Remove print.* from the patterns being checked.
29278
29279Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29280
29281 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29282 refer to gdb_spawn_id.
29283
29284 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29285 longer used.
29286 * config/sparclet.exp: Ditto.
29287 * config/sparclet-old.exp: Ditto.
29288 * config/slite.exp: Ditto.
29289 * config/sim.exp: Ditto.
29290 * gdb.base/funcargs.exp: Ditto.
29291
29292 * lib/gdb.exp:Remove references to gdb_spawn_id.
29293 (gdb_expect): Move to remote.exp.
29294
29295Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29296
29297 * config/monitor.exp: Detect the "Couldn't establish connection"
29298 message from GDB.
29299
29300Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29301
29302 * gdb.base/bitfields.exp: Use runto instead of explicit
29303 gdb_run_cmd/gdb_expect sequences.
29304
29305 * gdb.base/break.exp(text_next_with_recursion): Add match for
29306 gdb_expect call.
29307
29308 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29309 We also need to handle the "A program is being debugged already"
29310 prompt from gdb. Use gdb_test to set the baud rate.
29311
29312 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29313 to 20000. Really. I mean it.
29314
29315Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29316
29317 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
29318 fails. If suppress_flag is set, skip perror message about not
29319 being able to send to GDB.
c906108c 29320 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 29321 GDB.
c906108c
SS
29322 (gdb_expect): If suppress_flag is set, always fail immediately.
29323 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29324 (gdb_init): Call gdb_stop_suppressing_tests.
29325 (default_gdb_exit): Ditto.
29326 (default_gdb_start): Ditto.
29327
29328 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 29329 gdb_stop_suppressing_tests as appropriate.
c906108c 29330 * gdb.base/break.exp: Ditto.
889bf7c5 29331 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
29332 * gdb.base/commands.exp: Ditto.
29333 * gdb.base/exprs.exp: Ditto.
889bf7c5 29334 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
29335 * gdb.base/list.exp: Ditto.
29336 * gdb.base/recurse.exp: Ditto.
889bf7c5 29337 * gdb.base/scope.exp: Ditto.
c906108c
SS
29338 * gdb.base/structs.exp: Ditto.
29339 * gdb.c++/inherit.exp: Ditto.
29340
29341Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29342
29343 * config/vr4300.exp: New file.
29344
99707966 29345 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 29346
99707966 29347 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
29348
29349Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29350
29351 * lib/gdb.exp(gdb_init): New function.
29352
29353 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 29354 for each individual variable set.
c906108c
SS
29355
29356 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29357 name.
29358
29359 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29360
29361 * gdb.base/scope.exp: Use gdb_test.
29362
29363 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29364 aborting; the testsuite driver will do that for us (see
29365 gdb_finish). Also, use gdb_test in a few more places.
29366
29367Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29368
29369 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29370
29371Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29372
29373 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29374 and "add_tests" are not at the same address.
29375
29376Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29377
29378 * gdb.base/ptype.exp: Use gdb_test.
29379
29380Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29381
29382 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29383 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29384 left in. No longer expect them to fail.
29385
29386 * gdb.stabs/*.mt; Deleted, no longer used.
29387 * gdb.stabs/configure.in: Remove references to target makefile
29388 frags.
29389 * gdb.stabs/configure: Rebuilt.
29390
29391 * gdb.disasm/*.mt: Deleted, no longer used.
29392 * gdb.disasm/configure.in: Remove references to target makefile
29393 frags. Use "sh3.s" as the unique filename for this directory.
29394 * gdb.disasm/configure: Rebuilt.
29395
29396 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29397 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29398 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29399
29400Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29401
29402 * config/udi.exp: Use mondfe,name instead of remote_host.
29403
29404Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29405
29406 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29407 a function with a watchpoint enabled on the mn10200.
29408
29409 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29410 before trying to create it!
29411
29412Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29413
29414 * config/vx.exp: Use hostname instead of netport.
29415
29416 * config/vxworks.exp: New file.
29417
29418 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29419
29420 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 29421 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
29422 occurs.
29423
29424 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29425 $gdb_spawn_id directly.
29426 (gdb_run_cmd): Try _start as well as start. Use the target feature
29427 gdb,start_symbol as the symbol to start from when jumping.
29428
29429Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29430
29431 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29432 redundant) test.
29433
29434 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29435 it doesn't lose for 16bit integer systems.
29436
29437Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29438
29439 * gdb.fortran/types.exp: If the target doesn't support "double"
29440 data types, then expect "real" types to only be 4 bytes.
29441
29442 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29443 call tests if the target doesn't support inferior function calls.
29444
29445 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29446 in printf tests.
29447
29448Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29449
29450 * gdb.base/help.exp: Disable "help set", "help show", and
29451 "help support". Simplify regexp for "help stack".
29452
29453 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29454 to 60 seconds. Temporarily set match_max to 15000 around the
29455 "info copying" test.
29456
29457 * gdb.base/nodebug.exp: Don't try to do an inferior function
29458 call if the target doesn't support them.
29459 * gdb.base/printcmds.exp: Likewise.
29460 * gdb.base/setvar.exp: Likewise.
29461 * gdb.base/structs.exp: Likewise.
29462 * gdb.c++/templates.exp: Likewise.
29463 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29464
29465 * gdb.base/recurse.exp: Enable for the mn10200.
29466
29467 * configure.in: Do configure gdb.stabs directory for *-*-elf
29468 targets.
29469 * configure: Rebuilt.
29470
29471 * gdb.base/break.exp: Check for gdb,noresults before testing
29472 exit status and/or results from the target.
29473 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29474 * lib/gdb.exp: Remove old (now bogus) initialization of
29475 noinferior, noargs, noresults and nosignals.
29476
29477Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29478
29479 * config/sh.exp: New file.
29480
29481 * config/slite.exp: Try to connect multiple times to the board
29482 before rebooting. Only send a "monitor run" if need_monitor_run
29483 is set.
29484
29485 * gdb.base/break.exp: Don't do the "stub continue" test if
29486 the target has gdb_stub set.
29487
29488 * gdb.base/callfuncs.exp: Increase the timeout.
29489
29490 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29491 if the target has gdb,noinferiorio set.
29492
29493 * gdb.base/list.exp: Increase match_max to 10000 characters.
29494
29495 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29496
29497 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29498 target.
29499
29500 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29501
29502Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29503
29504 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
29505 trying to delete the copy of gdb. Catch the file delete so we
29506 don't die if the delete fails; also, the file should be copied to
29507 the host, not to the build.
c906108c
SS
29508
29509Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29510
29511 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 29512 parenthesis in case it contains multiple regexps separated
c906108c
SS
29513 with |.
29514
29515 * gdb.base/watchpoint.exp: Use gdb_test.
29516 * gdb.base/default.exp: Ditto.
29517
29518Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29519
99707966 29520 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 29521
c906108c
SS
29522 * gdb.base/scope.exp: Use gdb_test.
29523 * gdb.c++/classes.exp: Ditto.
29524 * gdb.c++/inherit.exp: Ditto.
29525
29526Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29527
29528 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29529 remote_exec instead.
29530 * gdb.base/corefile.exp: Don't be ridiculous.
29531 * gdb.base/*.c: Add missing stub invocations.
29532
29533Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29534
29535 * config/slite.exp: Miscellaneous fixes.
29536
29537 * lib/gdb.exp: Fix runto.
29538
29539 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29540 the target.
29541
29542 * gdb.base/watchpoint.exp: Fix regexp.
29543
29544 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29545 close and wait commands, as the descriptor may now be
29546 invalid. Always call "remote_close host".
29547
29548Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29549
29550 Major rewrite for testsuite revision.
d63a86f8 29551
c906108c
SS
29552 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29553 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29554 instead of relying on spawn_id to always contain a valid
29555 spawn id.
29556 (get_compiler_info): New procedure to build the ${binfile}.ci
29557 file, instead of replicating this in N different places.
29558 (gdb_compile): New procedure.
d63a86f8 29559
c906108c 29560 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
29561 appropriate arguments) instead of compile. Use gdb_test in a lot
29562 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
29563 at the start of a testcase, as this is no longer done magically.
29564
29565 config/*-gdb.exp: Rename without the -gdb suffix.
29566
29567 config/mips.exp: Use remote_close instead of exit_remote_shell.
29568 config/monitor.exp: Use target_info instead of looking at
29569 baud, timeout, etc.
29570 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29571
29572Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29573
29574 * gdb.c++/templates.exp (test_ptype_of_templates),
29575 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29576 Update expect patterns for destructors and assignment operators
29577 to match corresponding c-typeprint.c changes.
29578 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29579 to destructor breakpoint test, GDB should be able to set the
29580 destructor breakpoint without specifying arguments.
29581
29582Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29583
29584 * gdb.threads/pthreads.exp: Change result for failure to compile due
29585 to lack of pthreads runtime support from an error to simply an
29586 unsupported test, per dejagnu standards.
29587
29588Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29589
29590 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29591 where GDB exits to reduce pattern match time.
29592 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29593
29594 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29595
dc96c6c7 29596Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29597
29598 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29599 * gdb.base/default.exp: ditto.
29600 * gdb.base/nodebug.exp: ditto.
29601 * gdb.base/printcmds.exp: ditto.
29602 * gdb.base/ptype.exp: ditto.
29603 * gdb.base/setvar.exp: ditto.
29604 * gdb.base/structs.exp: ditto.
29605 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29606
29607Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29608
29609 * configure, */configure: Rebuild with autoconf 2.12.
29610
29611Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29612
29613 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29614 use new i*86-pc-linux*-gnu quads.
29615 * gdb.base/corefile.exp: Ditto.
29616 * gdb.base/signals.exp: Ditto.
29617 * gdb.base/sigall.exp: Ditto.
29618 * gdb.base/interrupt.exp: Ditto.
29619
29620 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29621 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29622 RedHat 4.0.
d63a86f8 29623
c906108c 29624 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
29625 linux. This allows the test case to at least compile on latest
29626 linux, but still not run due to missing the threads runtime library.
c906108c
SS
29627
29628Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29629
29630 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29631 directory to search gdb directory. Accept and step over conditional
29632 stack alignment code. Consume $prompt in failure cases.
29633 Reset timeout to $oldtimeout instead of some arbitrary value.
29634 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29635 timeout problems with infinite stack backtraces.
29636 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29637 Accept function parameters for linkfunc member.
29638
29639Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29640
29641 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29642 (CXXFLAGS): Remove, unreferenced.
29643 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
29644 previous -B options and also add -B option to pick up cross compiled
29645 runtime.
c906108c
SS
29646 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29647 doing cross compiles.
29648 (target_alias): Declare global.
29649 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29650 to verify that gcc exists in build tree, and if so set CC to that
29651 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 29652
c906108c
SS
29653Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29654
29655 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29656 ptype test for anonymous union. Fixup testcase to match
29657 current gcc debug output.
29658
29659Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29660
29661 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29662 force argument to an unsigned long type.
29663
29664Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29665
29666 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 29667 tests and anonymous union print/ptype tests.
c906108c
SS
29668 * gdb.base/list.exp (test_forward-search): Increase timeout by
29669 5 minutes for the "search extremely long line" case.
29670 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29671 completely optional and that the pass/fail messages use the command as
29672 the message if that third arg is a null string.
29673 (gdb_test_exact): Arrange that a null string pattern means match a
29674 null string output rather than any output, which might include random
889bf7c5 29675 errors.
c906108c
SS
29676 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29677 backtrace test.
29678 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29679 always failing and failure is now exposed by gdb.exp changes.
29680
29681Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29682
29683 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29684 weren't being noted.
29685
29686Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29687
29688 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29689 * gdb.stabs/weird.exp: Remove v_comb xfails.
29690
dc96c6c7 29691Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29692
29693 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 29694 list.exp scope.exp watchpoint.exp]
c906108c 29695 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 29696
dc96c6c7 29697Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29698
29699 * config/monitor.exp: Increase download timeout to 1000 seconds.
29700
dc96c6c7 29701Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29702
29703 * config/m32r.exp: Increase timeout to 120 seconds.
29704
29705Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29706
29707 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29708 and accept older ordering as obsolescent gcc or gdb.
29709 * gdb.c++/templates.exp: Ditto.
29710 * gdb.c++/virtfunc.exp: Ditto.
29711
29712Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29713
29714 * gdb.base/coremaker.c: Add code to mmap some data so we
29715 can check that it ends up in the core file.
29716 * gdb.base/corefile.exp: Add test to read mmapped data
29717 from core file.
29718
dc96c6c7 29719Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29720
29721 * config/m32r.exp: New file.
29722
29723Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29724
29725 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29726 that cflags can contains -gstabs, and work correctly for other tests.
29727
dc96c6c7 29728Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29729
29730 * gdb.base/setshow.exp: New file, tests show and set.
29731 * gdb.base/setshow.c: New file, tests show and set.
29732 * gdb.base/help.exp: Add test for help set|show annotate.
29733 * gdb.base/default.exp: Add test for set|show annotate.
29734
29735Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29736
29737 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29738 errors unique.
29739 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29740 explicitly.
29741
29742Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29743
29744 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
29745 and width commands. This is done elsewhere.
29746 * (gdb_start): Don't call gdb_start_sim here. That's already
29747 done in gdb_load. This fixes lots of failures in default.exp.
29748
29749Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
29750
29751 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29752 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29753 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29754 in the same we we treat other failures (since it may be an expected
889bf7c5 29755 condition), rather than as an error.
c906108c
SS
29756 * gdb.base/signals.exp (test_handle_all_print): Revert back to
29757 old test format.
29758
29759Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
29760
29761 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
29762 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 29763 twice. Nuke the duplicates.
c906108c 29764 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 29765 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
29766 Remove config.h along with other config files.
29767
29768Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
29769
29770 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
29771 "p func1 ()" and note that rests of tests are skipped.
29772 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29773 setup_xfails for "print func2::coremaker_local".
c906108c
SS
29774 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
29775 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
29776 affected by the previous run test.
29777 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
29778 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
29779 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
29780 "pass int powerset tuple" and "pass modeless int powerset tuple".
29781 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
29782 "real write 4" and "real write 8".
29783 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29784 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
29785 "print \$i after tuple assign 2", and
29786 "print vs2 after tuple assign 2".
29787 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
29788 meaningful error message and return -1 so the caller can
29789 suppress further tests and avoid a cascade of errors.
d63a86f8 29790
c906108c
SS
29791Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
29792
29793 * gdb.base/a1-selftest.exp: Tweak tests to account for new
29794 format for printing version.
29795 * gdb.base/default.exp: Ditto.
29796 * gdb.base/interrupt.exp: Fix problem with cascade of
29797 errors if child process dies while calling a function.
d63a86f8 29798
c906108c
SS
29799Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29800
29801 * Makefile.in (VPATH): Add
29802 * Makefile.in (Makefile, config.status): Fix rules so things get
29803 remade when necessary.
29804
29805Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29806
29807 * Makefile.in (just-check): Add path to sibling expect dir
29808 to environment variable specified by RPATH_ENVVAR.
29809
29810Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29811
29812 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29813 (just-check): Add shared library paths for libstdc++, tk,
29814 tcl, bfd, and opcodes to the environment variable specified
29815 in RPATH_ENVVAR.
29816 * configure.in: Add support to recognize --enable-shared flag
29817 and generate correct value for RPATH_ENVVAR.
29818 * configure: Regenerated with autoconf.
29819
29820Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29821
29822 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 29823 include all osf versions.
c906108c
SS
29824 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29825 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29826 when target is linux. When failing to build pthreads test
29827 executable, give more meaningful message.
29828 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29829 arg for pthread_create.
d63a86f8 29830
c906108c
SS
29831Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29832
29833 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 29834 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 29835 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 29836 and -lpthreads (everybody else).
c906108c
SS
29837 (test_startup): Fail gracefully if threads are not supported.
29838 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29839 "p/c array_index("abcdef",2)" when not gcc compiled.
29840 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29841 "print func2::coremaker_local" when not gcc compiled.
29842 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29843 "ptype on opaque struct tagname (statically)",
29844 "ptype on opaque struct tagname (dynamically) 1", and
29845 "ptype on opaque struct tagname (dynamically) 2"
29846 for not compiled with gcc.
29847 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29848 backtrace when compiled with gcc.
d63a86f8 29849 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
29850 than always return success.
29851
29852Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29853
29854 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29855
29856Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29857
29858 * gdb.base/structs.exp: Undo last change.
29859
29860Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29861
29862 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29863 encapsulate all the steps/nexts done during self test, starting
29864 at main, and makes them less sensitive to optimization issues.
29865 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29866 signal handler" test.
29867 * gdb.threads/pthreads.exp: Only run this for native configs.
29868 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29869 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29870 tests.
29871 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29872 for "runto test_calls(void)" test.
d63a86f8 29873
c906108c
SS
29874Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29875
29876 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29877 and don't expect address info in breakpoint confirmations.
29878
29879Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29880
29881 * gdb.base/list.exp (test_forward_search): Increase timeout
29882 temporarily by 60 seconds for searching extremely long line,
889bf7c5 29883 and then reset to old value when done. Increase expect input
c906108c
SS
29884 buffer to 10000.
29885
29886Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29887
29888 * gdb.base/list.exp (test_forward_search): Fix to handle very
29889 long source line without overflowing expect's input buffer.
29890
29891Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29892
29893 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29894 "buffer_full".
29895
29896 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29897 "buffer_full".
29898
29899 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29900 "buffer_full".
29901
29902 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29903 "buffer_full".
29904
29905Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29906
29907 * configure.in (configdirs): Add gdb.threads.
29908 * configure: Regenerated with autoconf.
29909 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29910 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29911 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 29912
c906108c
SS
29913Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29914
29915 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29916
29917Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29918
29919 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29920 each signal's status in the output of "handle all print".
29921 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29922 the \r\n sequence that immediately precedes the gdb prompt.
29923 * gdb.base/a1-selftest.exp: Save original timeout and restore
29924 after test.
29925
29926Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29927
29928 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29929 symbol.
29930
29931Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29932
29933 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29934
29935Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29936
29937 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29938 timeout by 60 seconds.
29939
29940Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29941
29942 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29943 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29944 error return.
29945
29946Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29947
29948 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29949 gdb initialization, also report how long dejagnu waited. Restore
29950 old timeout before doing error return. Temporarily increase timeout
889bf7c5 29951 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
29952
29953Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29954
29955 * lib/gdb.exp: Report timeout value for verbosity level 2.
29956 * config/gdbserver.exp: Ditto.
29957 * config/hppro.exp: Ditto.
29958 * config/mips-gdb.exp: Ditto.
29959 * config/monitor.exp: Ditto.
29960 * config/netware.exp: Ditto.
29961 * config/sim-gdb.exp: Ditto.
29962 * config/slite-gdb.exp: Ditto.
29963 * config/udi-gdb.exp: Ditto.
29964 * config/unix-gdb.exp: Ditto.
29965 * config/vx-gdb.exp: Ditto.
29966 * gdb.base/a1-selftest.exp: Ditto.
29967 * gdb.base/a2-run.exp: Ditto.
29968 * gdb.base/break.exp: Ditto.
29969 * gdb.base/corefile.exp: Ditto.
29970 * gdb.base/list.exp: Ditto.
29971 * gdb.base/recurse.exp: Ditto.
29972 * gdb.base/scope.exp: Ditto.
29973 * gdb.base/signals.exp: Ditto.
29974
29975Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29976
29977 * gdb.threads/Makefile.in (docdir): Removed.
29978
29979Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29980
29981 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 29982 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 29983 @srcdir@.
d63a86f8 29984 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
29985 autoconf 2.5 or higher.
29986 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29987
29988Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29989
29990 * configure: Regenerated.
29991 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29992 avoid name clashes with SunOS headers.
29993
29994Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29995
29996 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29997
29998Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29999
30000 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30001 prototype information ends up in the compiler info file.
30002
30003Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30004
30005 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30006 attempting to regenerate it. Eliminate use of a temporary file
30007 and just generate the info file directly. Source it immediately,
30008 for consistency of use.
30009 * gdb.base/corefile.exp: Ditto
30010 * gdb.base/exprs.exp: Ditto.
30011 * gdb.base/funcargs.exp: Ditto.
30012 * gdb.base/langs.exp: Ditto.
30013 * gdb.base/list.exp: Ditto.
30014 * gdb.base/mips_pro.exp: Ditto.
30015 * gdb.base/nodebug.exp: Ditto.
30016 * gdb.base/opaque.exp: Ditto.
30017 * gdb.base/ptype.exp: Ditto.
30018 * gdb.base/scope.exp: Ditto.
30019 * gdb.base/setvar.exp: Ditto.
30020 * gdb.base/signals.exp: Ditto.
30021 * gdb.base/whatis.exp: Ditto.
30022 * gdb.c++/templates.exp: Ditto.
30023 * gdb.c++/virtfunc.exp: Ditto.
30024 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 30025 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
30026
30027Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30028
30029 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30030 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30031 Increase timeout, a lot of single stepping might be needed if the
30032 target has no hardware watchpoints.
30033
30034Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30035
30036 * gdb.base/break.exp: Ignore compiler warnings when compiling
30037 break.c.
30038 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30039 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30040 from remote-sim.
30041 * gdb.base/exprs.exp: Add h8300 xfails.
30042 * gdb.base/funcargs.exp: Likewise.
30043 * gdb.base/nodebug.exp: Likewise.
30044 * gdb.base/printcmds.exp: Likewise.
30045 * gdb.base/ptype.exp: Likewise.
30046 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30047 h8300 xfails.
d63a86f8 30048 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
30049 on the h8300.
30050 * gdb.base/funcargs.c: Explicitly make last constant argument to
30051 call_after_alloca_subr an unsigned long type.
30052 * gdb.base/return.c: Include stdio.h.
30053
30054Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30055
30056 * config/abug.exp: New file for the older Motorola Bug monitor
30057 that runs on the mvme13x series VME boards.
30058 * config/monitor.exp: Use the new config array for target settings
30059 if they exist.
30060
30061Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30062
30063 * sim-gdb.exp: Make the SH simulator allocate less space when
30064 it is targeted.
30065
30066Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30067
30068 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30069 test.
30070
30071Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30072
30073 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30074 "rs6000-*-*" for "list function in include file" when gcc compiled.
30075 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30076 for "p ctable1[120]".
30077 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30078 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30079 Remove setup_xfail for "rs6000-*-*" for
30080 "print 'scope0.c'::filelocal before run".
30081 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30082 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30083 since some compilers don't allow both options to be given
30084 on the same command line. Create object file and move it.
d63a86f8 30085
c906108c
SS
30086Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30087
30088 * gdb.base/corefile.exp: Always regenerate the core file, since
30089 we always regenerate the coremaker program. Detect special case
30090 where registers cannot be read from core file.
d63a86f8 30091
c906108c
SS
30092Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30093
30094 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30095 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30096 * gdb.c++/templates.exp: Only match on basename of file since
30097 some formats like xcoff don't encode directory information.
30098 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30099 and rs6000 AIX xcoff targets.
30100 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30101 * configure: Regenerate.
30102 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30103 here, rather than in distclean.
d63a86f8 30104
c906108c
SS
30105Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30106
30107 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30108 defined, and use it to compile the test case with -O2. The
30109 native compilation still uses no optimization.
30110 * gdb.base/mips_pro.c: Remove inline assembly code since
30111 it is compiled PIC by default, which results in assembler
30112 warnings that make the testsuite think the compilation
30113 was unsuccessful.
30114
30115Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30116
30117 * gdb.c++/misc.exp: Add note to message for
30118 "print s.a for foo struct" that this is a known gcc 2.7.2
30119 and earlier bug.
30120
30121Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30122
30123 * gdb.base/break.exp: Fix pattern for matching "Delete all
30124 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30125 setup_xfail for deleting all breakpoints test. Fix various
30126 timeout messages to include "(timeout)".
30127 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30128 for "p t_float_values2(3.14159,float_val2)".
30129 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30130 for "continue to call2g" when gcc compiled.
30131 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30132 "up to foo in langs.exp", "show language at foo in langs.exp",
30133 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30134 and "show language at fsub in langs.exp".
30135 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30136 "list line 1 in include file", "list message for lines past EOF",
30137 "list function in include file", "list list0.h:foo", and
30138 "list filename:function; nonexistant function".
30139 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30140 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30141 and "ptype t_char_array" to be for native cc only.
d63a86f8 30142
c906108c
SS
30143Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30144
d63a86f8 30145 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 30146 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 30147 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
30148
30149Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30150
30151 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30152 "bt in signals.exp". This problem only appears when running
30153 the testsuite, and then only intermittently.
30154
30155Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30156
30157 * gdb.base/return.exp (return_tests): Differentiate between
30158 two tests of continuing.
30159
30160Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30161
30162 * */Makefile.in (maintainer-clean): Remove config.log.
30163 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30164 * gdb.c++/Makefile.in (PROGS): Add inherit.
30165 (clean): Remove *.ci.
30166
30167Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30168
30169 * gdb.c++/misc.cc: Add test code from Mike Stump.
30170 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30171
30172Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30173
30174 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30175 to "alpha-*-osf2*" and add comment.
30176 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
30177 setup_xfail for "step over execarg initialization" and
30178 "step over corearg initialization".
c906108c
SS
30179 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30180 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30181 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 30182 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
30183 "print func2::coremaker_local", and "backtrace in corefile.exp".
30184 * gdb.base/signals.exp: Build and source signals.ci.
30185 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30186 to be for gcc only.
30187 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 30188
c906108c
SS
30189Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30190
30191 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30192 Feb 3 procfs.c change.
30193
30194Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30195
30196 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30197
30198Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30199
30200 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30201 from dejagnu's apparent default of 10 seconds, which gives random
30202 results when running the tests over NFS on moderately loaded systems.
30203 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30204
30205Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30206
30207 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30208 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 30209 result reports.
c906108c
SS
30210
30211Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30212
30213 * configure.in (CY_AC_PATH_TCLH): Remove.
30214 * configure: Regenerate.
30215
30216Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30217
30218 * gdb.c++/Makefile.in (clean): Add missing '{'.
30219
30220Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30221
30222 * lib/gdb.exp: Provide a default value for noinferior.
30223
30224 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30225 Load libgloss.exp.
30226
30227Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30228
30229 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30230 the executable, not the .o to run the tests from.
30231
30232Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30233
30234 * gdb.base/break.exp: Don't test for program exit or exit status
30235 if $noresults if nonzero.
30236 * gdb.base/langs.exp: Likewise.
30237 * gdb.base/watchpoint.exp: Likewise.
30238
30239 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30240 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30241 trying to compile the testcase.
30242
30243Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30244
30245 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30246 * gdb.base/signals.exp (continue to handler): Likewise.
30247
30248Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30249
30250 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30251
30252 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30253
30254Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30255
30256 * gdb.base/corefile.exp: Recognize "not found" as failure
30257 when trying to determine if a core file was generated.
30258 If no core file was generate the first time, try again without
30259 the ulimit -c to work around braindamaged shells.
30260
30261Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30262
30263 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30264 [] tests with "test" and enclose string in quotes.
30265 * gdb.stabs/configure: Rebuild
d63a86f8 30266
c906108c
SS
30267Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30268
30269 Changes in sync with expect:
30270 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30271 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30272 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30273 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30274 argument to AC_REQUIRE.
30275 * configure: Regenerated.
30276
30277Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30278
30279 * gdb.base/corefile.exp: When generating a core, discard any
30280 error messages about ulimit not found and the "core dumped"
30281 message from the shell that runs the coredumper.
30282
30283Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30284
30285 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30286
30287 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30288 which sed script to run. Expect failure for v_comb test
30289 on PA targets too.
d63a86f8 30290
c906108c
SS
30291Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30292
30293 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 30294 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
30295
30296Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30297
30298 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30299 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 30300 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
30301 * lib/gdb.exp (default_gdb_start): Fix typo.
30302 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30303 messages to not include the full program name that caused
30304 the core dump since some systems (such as solaris) apparently
30305 truncate this path to about 80 characters.
30306 When generating a core file first try increasing the core file
30307 size limit to unlimited since some systems may default it to
30308 zero, and it is harmless to try it. Move the test for failing
30309 to generate a core file to where it will actually get executed.
30310 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30311 new gdb result from g++ debug info improvements and make old
30312 pattern obsolescent. Also account for size_t differences
30313 (may be int or long).
30314 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30315 initialization before function call is placed in the delay slot
30316 and thus appears to be skipped over by commands such as "next".
30317
30318Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30319
30320 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30321
30322Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30323
30324 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30325 input source file; fix code to compile test to deal with this
30326 convention.
30327 * gdb.c++/*.exp: Likewise.
30328
30329Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30330
30331 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30332 "bt in signals.exp".
30333
30334Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30335
30336 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30337 "step over execarg initialization" and
889bf7c5 30338 "step over corearg initialization".
c906108c
SS
30339
30340Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30341
30342 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30343 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30344
30345Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30346
30347 From Rob Savoye (rob@poseidon.cygnus.com)
30348 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30349 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
30350 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30351 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30352 configure.in}: Major reworking for autoconfig.
c906108c
SS
30353 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30354 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 30355 New files.
c906108c
SS
30356 * config/unix-gdb.exp: Make GDB global.
30357 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
30358 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30359 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30360 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30361 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30362 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 30363 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
30364 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30365 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30366 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30367 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 30368 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
30369 to returns as necessary, arrange for test to compile own testcase
30370 executable.
c906108c 30371 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 30372
c906108c
SS
30373Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30374
30375 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 30376 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
30377 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30378 "backtrace through signal handler".
30379
30380Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30381
30382 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30383 continuing from a job control stop signal.
30384 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30385
30386Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30387
30388 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30389 * gdb.base/corefile.exp: Likewise.
30390 * gdb.base/funcargs.exp: Likewise.
30391
30392Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30393
30394 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30395 * config/monitor.exp: Add support for setting baud rate.
30396
30397Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30398
30399 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30400 i*86-*-linux* xfails for "backtrace through signal handler".
30401 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30402 "print func2::coremaker_local".
30403 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 30404 alpha-dec-osf2* xfail for
c906108c
SS
30405 "delete all breakpoints when none".
30406
30407Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30408
30409 * gdb.base/break.exp: Change test that deletes all breakpoints
30410 when no user breakpoints are installed. A post 4.15 change
30411 causes gdb to no longer prompt in this case.
30412
30413Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30414
30415 * gdb.base/return.exp (return_tests): Change xfail for test
30416 "correct value returned double test" to stop xfailing at
30417 Solaris 2.5. Apparently the bug has been fixed.
30418
30419Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30420
30421 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30422 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30423
30424Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30425
30426 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30427 * gdb.disasm/hppa.s: Corresponding changes.
30428
30429Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30430
30431 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30432 makefile fragment.
30433 * config/mt-hpux: Deleted.
30434
30435Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30436
d63a86f8 30437 * Many files: When warning about suppressed tests due to a
c906108c
SS
30438 nonexistant test binary, avoid incrementing the warning count.
30439
30440Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30441
30442 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 30443
c906108c
SS
30444Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30445
30446 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30447 "sparc-*-solaris2*".
30448
30449Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30450
30451 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30452 Add global and local variables and initialize them.
30453 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30454 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30455 extracts the file name and terminating signal from the core file.
30456 * TODO: Remove note about tests for correct mapping of corefile.
30457 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30458 from optimizing it away.
30459 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30460 handles common blocks.
30461
30462Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30463
30464 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30465 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30466
30467Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30468
30469 * Makefile.in (maintainer-clean): New target, synonym for
30470 realclean.
30471 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30472 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30473 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30474 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30475 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30476 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30477
30478Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30479
30480 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30481 xfails when not gcc compiled for "print foo::funclocal".
30482 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30483 "print foo::funclocal at foo",
30484 "print 'scope1.c'::foo::funclocal at foo",
30485 "print foo::funclocal_bss at foo",
30486 "print 'scope1.c'::foo::funclocal_bss at foo",
30487 "print foo::funclocal_ro at foo",
30488 "print 'scope1.c'::foo::funclocal_ro at foo",
30489 "print bar::funclocal at foo" and
30490 "print 'scope1.c'::bar::funclocal at foo".
30491 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30492 gcc compiled for "print foo::funclocal at bar".
30493 Expand all messages to ensure that they identify that
30494 the test is at bar().
30495 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30496 gcc compiled for:
30497 "ptype on opaque struct pointer (statically)",
30498 "ptype on opaque struct tagname (statically)",
30499 "ptype on opaque struct pointer (dynamically) 1",
30500 "ptype on opaque struct tagname (dynamically) 1",
30501 "ptype on opaque struct pointer (dynamically) 2" and
30502 "ptype on opaque struct tagname (dynamically) 2
30503 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30504 gcc compiled for:
30505 "p datalocal"
30506 "whatis datalocal",
30507 "ptype datalocal",
30508 "p bsslocal",
30509 "whatis bsslocal", and
30510 "ptype bsslocal".
30511 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30512 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30513 when not gcc compiled.
30514 * gdb.base/funcargs.exp (float_and_integral_args): Add
30515 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30516 compiled.
30517 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30518 "backtrace from call6a" when not gcc compiled.
30519 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30520 "backtrace from call7a" when not gcc compiled.
30521 * gdb.base/callfuncs.exp (do_function_calls):
30522 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30523 "p t_char_array_values(char_array_val2,char_array_val1)",
30524 "p t_char_array_values(char_array_val1,char_array_val2)",
30525 "p t_char_array_values("carray 1","carray 2")",
30526 "p t_char_array_values("carray 1",char_array_val2)",
30527 "p t_char_array_values(char_array_val1,"carray 2")",
30528 "p sum_args(1,{2})",
30529 "p sum_args(2,{2,3})",
30530 "p sum_args(3,{2,3,4})",
30531 "p sum_args(4,{2,3,4,5})"
30532 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30533 "backtrace in corefile.exp" when not gcc compiled.
30534
30535Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30536
30537 * gdb.base/signals.exp: Rewrite `handle all print' test as
30538 a procedure. Accept blanks or TABs as whitespace, increase
30539 timeout and expect input buffer size for the large output
30540 from the command. Remove "i*86-*-bsdi2.0" xfail.
30541
30542Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30543
30544 * gdb.base/setvar.exp: Add new testcases for truncation when
30545 assigning invalid values to bitfields.
30546
30547Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30548
d63a86f8 30549 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
30550 mips-sgi-irix* xfail for
30551 "call inferior func with struct - returns char *"
30552 and fix test so that an optional (unsigned char *) cast is
889bf7c5 30553 accepted in the result.
c906108c
SS
30554
30555Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30556
30557 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30558 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30559 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30560 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30561 that accidentally got checked in.
30562
30563Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30564
d63a86f8 30565 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
30566 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30567 compiled test.
30568 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30569 Add mips-sgi-irix5* xfail for not gcc compiled.
30570 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
30571 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30572 compiled for "p top", "whatis top", "p middle", and "whatis
30573 middle".
c906108c
SS
30574 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30575 "whatis signed char" for not gcc compiled.
30576 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30577 "set variable signed char=-1 (-1)" and
30578 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30579 * gdb.base/funcargs.exp (float_and_integral_args):
30580 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30581 Add mips-sgi-irix* xfail when not gcc compiled for
30582 "continue to call2b".
30583 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30584 "continue to call2g".
6fdff2c5
PA
30585 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30586 compiled for "backtrace from call6a"
30587 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30588 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30589 when not gcc compiled for "backtrace from call7a".
c906108c
SS
30590 (localvars_after_alloca): Fix gdb_test cmds for
30591 "print * after runto ...".
30592 Remove rs6000-*-* xfails for
30593 "print i after runto localvars_after_alloca" and
30594 "print l after runto localvars_after_alloca"
30595 for all compilers.
30596 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 30597 when not compiled with gcc, for:
c906108c
SS
30598 "print signed char == (minus)",
30599 "print signed char != (minus)",
30600 "print signed char < (minus)",
30601 "print signed char > (minus)".
30602 * gdb.base/callfuncs.exp (do_function_calls):
30603 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30604 "call inferior func with struct - returns char *".
d63a86f8 30605 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
30606 "correct value returned double test" to include Solaris 2.4.
30607 * gdb.base/funcargs.exp (float_and_integral_args):
30608 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 30609
c906108c
SS
30610Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30611
30612 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30613 enumeration bitfields if compiling with GNU C.
30614 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30615 to empty' prompt.
30616
30617Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30618
30619 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30620 test for PRO targets.
30621
30622 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30623 breakpoints in the inferior at any given time by making
30624 two groups of breakpoints for call2*, call6* and call7*
30625 tests.
30626
30627Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30628
30629 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30630 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30631 from optimizing it away.
30632 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30633 "call inferior func with struct".
30634
30635Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30636
30637 * configure.in: Only configure gdb.chill for particular targets.
30638
30639Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30640
30641 * gdb.base/Makefile.in: Add action to .c.o transformation
30642 rule that generates a .ci file for each .o file and remove
30643 explicit .c.o rules except for callfuncs.o.
30644 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30645 generates a .ci file for each .o file and remove explicit
30646 .cc.o rules.
30647 (clean): Remove *.tmp *.ci files.
30648 (EXECUTABLES): Remove templ-info.exp.
30649 * gdb.base/compiler.c: New file.
30650 * gdb.c++/compiler.cc: New file
30651 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30652 Change rs6000-*-* xfail for
30653 "print 'scope0.c'::filelocal_ro" and
30654 "print 'scope1.c'::filelocal" and
30655 "print 'scope1.c'::filelocal_bss" and
30656 "print 'scope1.c'::filelocal_ro" and
30657 "print 'scope1.c'::foo::funclocal" and
30658 "print 'scope1.c'::foo::funclocal_ro" and
30659 "print 'scope1.c'::bar::funclocal" and
30660 "print 'scope0.c'::filelocal_ro" and
30661 "print 'scope1.c'::filelocal at foo" and
30662 "print 'scope1.c'::filelocal_bss at foo" and
30663 "print 'scope1.c'::filelocal_ro at foo" and
30664 "print 'scope1.c'::foo::funclocal at foo" and
30665 "print 'scope1.c'::foo::funclocal_bss at foo" and
30666 "print 'scope1.c'::foo::funclocal_ro at foo" and
30667 "print 'scope1.c'::bar::funclocal at foo" and
30668 "print 'scope0.c'::filelocal_ro" and
30669 "print 'scope1.c'::filelocal" and
30670 "print 'scope1.c'::filelocal_bss" and
30671 "print 'scope1.c'::filelocal_ro" and
30672 "print 'scope1.c'::foo::funclocal" and
30673 "print 'scope1.c'::foo::funclocal_bss" and
30674 "print 'scope1.c'::foo::funclocal_ro" and
30675 "print 'scope1.c'::bar::funclocal" and
30676 "print 'scope1.c'::bar::funclocal_bss"
30677 to only be xfail'd when not compiled with gcc.
d63a86f8 30678 Add rs6000-*-* xfail for
c906108c
SS
30679 "print 'scope0.c'::filelocal_bss before run"
30680 when compiled with gcc.
30681 (test_at_main): Add rs6000-*-* xfail for
30682 "print filelocal_ro in test_at_main"
30683 when compiled with gcc.
30684 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 30685 Add rs6000-*-aix* xfail for
c906108c
SS
30686 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30687 "ptype t_char_array", not compiled with gcc.
30688 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30689 xfail for "list foo (in include file)" when gcc compiled.
30690 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 30691 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
30692 "run to call0a" if not compiled with gcc.
30693 (unsigned_integral_args): Add rs6000-*-* xfail for
30694 "run to call1a" if not compiled with gcc.
30695 (float_and_integral_args): Add rs6000-*-* xfail for
30696 "run to call2a" if not compiled with gcc and for
30697 "continue to call2b" for any compiler.
30698 Add rs6000-*-* xfail to
30699 "print f1 after run to call2a" for gcc compiled.
30700 (discard_and_shuffle): Add rs6000-*-* xfail for
30701 "run to call6a".
30702 (shuffle_round_robin): Add rs6000-*-* xfail for
30703 "backtrace from call7a" if not compiled with gcc.
30704 Add rs6000-*-* xfail for
30705 "backtrace from call7b" if compiled with gcc.
30706 (call_after_alloca): Add rs6000-*-* xfail for
30707 "print c in call_after_alloca" and
30708 "print s in call_after_alloca" and
30709 "backtrace from call_after_alloca_subr"
30710 if not compiled with gcc.
30711 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30712 "print c in localvars_in_indirect_call" and
30713 "print c in localvars_in_indirect_call" and
30714 "backtrace in indirectly called function" and
30715 "stepping into indirectly called function"
30716 if not compiled with gcc.
30717 (localvars_after_alloca): Add rs6000-*-* xfail for
30718 "print c after runto localvars_after_alloca" and
30719 "print s after runto localvars_after_alloca" and
30720 "print i after runto localvars_after_alloca" and
30721 "print l after runto localvars_after_alloca"
30722 for all compilers.
30723 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30724 than whatis-info.exp.
30725 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30726 than opaque-info.exp.
30727 Setup rs6000-*-* xfail for
d63a86f8 30728 "ptype on opaque struct pointer (statically)" and
c906108c
SS
30729 "ptype on opaque struct pointer (dynamically)" when
30730 not compiled with gcc.
30731 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30732 rather than callf-info.exp.
30733 (do_function_calls): Add clear_xfail for rs6000-*-* for
30734 "p t_float_values2(3.14159,float_val2)". Seems to work
30735 fine there, both with xlc and gcc. Need to find out what
30736 it is doing right and fix other platforms.
30737 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30738 "call inferior func with struct - returns int",
30739 "call inferior func with struct - returns long",
30740 "call inferior func with struct - returns float",
30741 "call inferior func with struct - returns double",
30742 "call inferior func with struct - returns char *",
30743 but only if not gcc compiled (presumes xlc compiled).
30744 Change rs6000-*-* xfails for
30745 "call inferior func with struct - returns char" and
30746 " call inferior func with struct - returns short" to only
30747 xfail if not using gcc.
30748 (clean mostlyclean): Remove *.ci and *.tmp files.
30749 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30750 than templ-info.exp.
30751 * gdb.base/langs.exp: Source gdb.base/langs.ci.
30752 Add rs6000-*-* xfail for "up to foo in langs.exp"
30753 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 30754 when not gcc compiled.
d63a86f8 30755
c906108c
SS
30756Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30757
30758 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30759 * gdb.base/corefile.exp: Likewise.
30760 * gdb.base/list.exp: Likewise.
30761 * gdb.base/scope.exp: Likewise.
30762 * gdb.base/siganls.exp: Likewise.
30763
30764 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
30765 compiler output.
30766 * gdb.base/whatis.exp: Likewise.
30767
30768Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
30769
30770 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
30771 failure (opcode table has been fixed to match reality).
30772
30773Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
30774
30775 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
30776 "call inferior func with struct - returns char",
30777 "call inferior func with struct - returns short"
30778
30779 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
30780 "print 'scope0.c'::filelocal at main",
30781 "print 'scope0.c'::filelocal_bss in test_at_main",
30782 "print 'scope0.c'::filelocal at foo",
30783 "print 'scope0.c'::filelocal_bss in test_at_foo",
30784 "print 'scope0.c'::filelocal at bar",
30785 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 30786
c906108c
SS
30787 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
30788 in source file 1". This bug seems to have been fixed with both
30789 gcc and native cc (was native assembler bug?).
30790
30791Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
30792
30793 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
30794 "backtrace through signal handler" to "i*86-*-sysv4*".
30795 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30796 continue" case. Add "known SVR4 bug" to fail message.
30797 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30798 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30799 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30800 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30801 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30802 "up to foo in langs.exp", "show language at foo in
30803 langs.exp", "up to cppsub_ in langs.exp", "show
30804 language at cppsub_ in langs.exp", "up to fsub in
30805 langs.exp", and "show language at fsub in langs.exp".
30806 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30807 "bactrace in corefile.exp".
30808 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30809 "call inferior function with struct - returns float" and
30810 "call inferior function with struct - returns double".
d63a86f8 30811
c906108c
SS
30812Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30813
30814 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30815 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30816 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30817 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30818
30819Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30820
30821 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30822 (or overriden) "CHILL" macro rather then bare "gcc".
30823 Also look for ../../gcc/xgcc since that is what we will
30824 actually need, not "Makefile". Remove following assignment
30825 of CHILL to CHILL_FOR_TARGET because that results in
30826 recursive definition.
30827
30828Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30829
30830 * gdb.base/corefile.exp: Change xfail for backtrace in
30831 corefile.exp from linuxaout to all linux.
30832 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30833 cases where we miss the breakpoint at the signal handler
30834 for some reason. Setup xfail for linuxoldld/linuxaout and
30835 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30836 hitting SIGURG breakpoint.
30837 * gdb.base/signals.exp: Setup xfail for "next" acting like
30838 continue to add linuxoldld. Setup xfail for all linux for
30839 "next to handler in signals_tests_1", "backtrace in
30840 signals_tests_1", "continue to func1", "pass SIGUSR1",
30841 and continue to handler".
30842
30843Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30844
30845 * Update all FSF addresses except those in COPYING* files.
30846
30847Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30848
30849 * gdb.base/a2-run.exp: Change messages to be more explicit about
30850 the status of args, and quote binfile in results.
30851
30852Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30853
30854 * gdb.base/callfuncs.exp: Add tests for passing structs to
30855 inferior functions and return various types.
30856 * gdb.base/callfuncs.c: Add functions to receive a struct
30857 and return a member of the struct, in various types.
30858
30859Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30860
30861 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30862
30863Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30864
30865 * config/vxworks29k.exp: New file, sources vxworks.exp.
30866
30867Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30868
30869 * config/gdbremote.exp: New file. Testing framework using
30870 gdbserver.
30871
30872Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30873
30874 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30875 "call function when asleep" and "send end of file".
30876 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30877 for "backtrace in corefile.exp".
30878 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30879 for "backtrace through signal handler".
30880 * gdb.base/corefile.exp: Make sure we actually generate a core file
30881 before trying the core tests. Some systems allow the user to suppress
30882 generation of core files and default to that (linux for example).
30883 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30884 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30885
30886Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30887
30888 * gdb.threads: New directory with some crude multi-threaded
30889 gdb tests (step.exp and step2.exp).
30890 * config/mt-lynx (STEP_EXECUTABLE): Define.
30891 (THREADFLAGS): Define.
30892
30893Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30894
30895 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30896
30897 * gdb.base/signals.exp: Disable whole file for lynx until
30898 further notice.
30899
30900 * gdb.base/signals.exp: xfail test where "next" acts like
30901 "continue" for lynx.
30902
30903 * gdb.base/interrupt.exp: xfail test for calling function while
30904 inferior is asleep for lynx.
30905
30906 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30907 than one cr-lf after each command.
30908
30909Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30910
30911 * configure.in: Reinstate setting of stabsdirs variable, fix
30912 typo in setting up configdirs for native builds.
30913
30914 * gdb.base/return.exp: Fix typo in return double test.
30915 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30916 compiler from optimizing them away.
30917
30918Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30919
30920 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30921 sequences to be echo'd by gdb when using gdb_test.
30922 * gdb.chill/chexp.exp: Likewise.
30923 * gdb.fortran/exprs.exp: Likewise
30924
30925Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30926
30927 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30928 after the inferior gdb has started.
30929
30930 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30931 after each command.
30932 * gdb.base/funcargs.exp: Likewise.
30933 * gdb.base/gdbvars.exp: Likewise.
30934 * gdb.base/interrupt.exp: Likewise.
30935 * gdb.base/list.exp: Likewise.
30936 * gdb.base/watchpoint.exp: Likewise.
30937 * gdb.c++/demangle.exp: Likewise.
30938 * gdb.c++/inherit.exp: Likewise.
30939 * gdb.chill/chexp.exp: Likewise.
30940 * gdb.fortran/exprs.exp: Likewise.
30941
30942 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30943 test if we can't handle IO to/from the inferior.
30944
30945 * gdb.c++/misc.exp: Always check for a program already being
30946 started after sending a "run" command to gdb.
30947
30948 * gdb.base/twice.exp: Start with a fresh gdb.
30949
30950 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30951 only depend on gdb's expression code, not the chill runtime.
30952
30953 * gdb.base/return.c: Put return values into variables so we
30954 can have gdb print them rather than depending on the program
30955 to print them.
30956 * gdb.base/return.exp: Corresponding changes.
30957
30958 * lib/gdb.exp: Provide default value for noinferiorio.
30959 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30960 the inferior.
30961
30962 * gdb.base/break.exp: Always check for a program already being
30963 started after sending a "run" command to gdb.
30964 (text_next_with_recursion): Don't check the output from the
30965 program's printf statement. Instead just make sure the program
30966 exited.
30967
30968 * gdb.base/commands.exp: Protect tests which need arguments with
30969 $noargs conditionals.
30970
30971Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30972
30973 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30974 of structure member arrays to match gdb/valops.c:value_addr change.
30975
30976Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30977
30978 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30979 cases.
30980
30981Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30982
30983 * configure.in (configdirs): Remove gdb.chill from default list
30984 of subdirs and then add it back in only if doing a native build.
30985 The current chill compiler does not yet work in any cross build.
30986 * Revert all signal changes from Jul 6.
30987 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30988 for sh-hms targets, allowing these tests to link, with no other
30989 changes. Testing is suppressed by setting "nosignals" in site.exp.
30990
30991Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30992
30993 * configure.in (signaldirs): Define and add to configdirs for all
30994 targets except some specific ones that are known to not support signals.
30995 Also clean up formatting.
30996 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30997 (signals, sigall): Remove rules to build.
30998 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30999 Moved to new gdb.signals directory.
31000 * gdb.signals: New test directory.
31001 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31002 signals.c signals.exp}: New or moved files.
31003
31004Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31005
31006 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31007
31008Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31009
31010 * gdb.base/return.exp: Xfail `return double' test failure
31011 on at least Solaris 2.3 and handle future/past versions on
31012 a case by case basis as appropriate. Also update message
31013 to include i*86 failures.
31014
31015Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31016
31017 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31018
31019 * lib/gdb.exp: Fix comment which erroneously identified
31020 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31021 gdb_file_cmd not gdb_load).
31022 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31023
31024 * gdb.base/setvar.exp: Make test names consistent between pass and
31025 fail cases. Use gdb_test more.
31026
31027Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31028
31029 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31030
31031Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31032
31033 * gdb.base/help.exp: Fix expected help string for `show commands'.
31034
31035Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31036
31037 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31038
31039 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31040 of a text section.
31041
31042Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31043
31044 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31045 that loop eventually terminates. Fix Connection refused logic so
31046 that testsuite will expire nicely.
31047
31048Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31049
31050 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31051 config/rom68k.exp: New tcl glue for the appropriate monitors.
31052 These all just end up calling monitor.exp.
31053 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31054 refused' by retrying. Cleanup some timeout issues.
31055 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31056 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31057 callers don't have to set/restore global timeout variable.
31058
31059 * The following set of changes centralizes management of the global
31060 timeout variable. This way, it can be set in one target dependent
31061 place instead of dozens of places scattered throughout the test suite.
31062 If you need to lengthen a timeout, then you should either set timeout
31063 in one of the config/{target}.exp files, or multiply it by a factor.
31064 Setting it to an absolute value is always going to lose for some
31065 targets.
31066 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31067 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31068 * gdb.base/funcargs.exp: Don't set timeout.
31069 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31070 * gdb.base/printcmds.exp (test_print_string_constants
31071 test_print_array_constants): Don't set timeout.
31072 * gdb.base/ptype.exp: Don't set timeout.
31073 * gdb.base/recurse.exp: Don't set timeout.
31074 * gdb.base/return.exp: Don't set timeout.
31075 * gdb.base/watchpoint.exp: Don't set timeout.
31076 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31077 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31078
31079Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31080
31081 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31082
31083Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31084
31085 * lib/gdb.exp: Disable chill tests for irix5.
31086
31087Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31088
31089 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31090 each test pass or fail.
31091
31092Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31093
31094 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31095 xlc not gcc.
31096
31097Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31098
31099 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31100
31101Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31102
31103 * config/est.exp: Fix copyright and comments. Remove dead code.
31104 Use targetname, serialport and baud variables instead of fixed
31105 constants.
31106 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31107 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31108
31109Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31110
31111 * gdb.base/watchpoint.exp: Don't run
31112 test_watchpoint_triggered_in_syscall for sunos.
31113
31114Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31115
31116 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31117 they don't seem to exist. Do include stdio.h.
31118
31119Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31120
31121 * gdb.base/a1-selftest.exp: Add alpha xfail.
31122
31123Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31124
31125 * gdb.base/watchpoint.c (main): Prompt before calling read().
31126 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31127 Revise accordingly. Remove cruft about sending "123" several
31128 times, until it gets noticed. Clean up the "print buf[0]" stuff
31129 so that it passes or fails, and waits for prompts in the usual way.
31130
31131Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31132
31133 * gdb.base/recurse.exp: Fix comment.
31134
31135 * TODO: Remove item about printing variables in nodebug.exp. Add
31136 item about enabling tests which are only run on some targets.
31137
31138 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31139 fail, make test names unique, use new gdb_test convention
31140 regarding pattern, use gdb_test more, etc.).
31141
31142 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31143 fail, make test names unique, etc.).
31144
31145Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31146
31147 * gdb.base/nodebug.c: Change return type of top and middle to
31148 short.
31149 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31150 are fixed by the recent mdebugread.c changes. Allow `short ()'
31151 as type for top and middle.
31152
31153Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31154
31155 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31156 nearly as I can tell, the whole thing was an accident in Stu's
31157 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31158 to replace a send/expect pair with gdb_test, but ended up only
31159 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31160 of 30 Mar 1995 took care of it, but left this vestigial comment
31161 which I am now nuking.
31162
31163Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31164
31165 * gdb.base/break.exp: Look for different line number for
31166 breakpoint at main depending on usestubs.
31167
31168Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31169
31170 * gdb.base/list.exp: Adjust some alternate expect patterns to
31171 match recent list0.c change. Add alternate expect pattern for
31172 output from `list default lines around main' for optimizing
31173 compilers.
31174
31175Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31176
31177 * lib/gdb.exp: If nosignals is not set, set it to 0.
31178
31179Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31180
31181 * config/slite-gdb.exp: Responds to load symbol table prompt.
31182 * gdb.base/break.exp: Adjust line number, fix rerun.
31183 * gdb.base/langs0.c: Add #ifdef usestubs.
31184
31185Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31186
31187 * gdb.base/list.exp: Adjust line contents after adding new lines in
31188 list0.c. Also fix a syntax error.
31189
31190 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31191 * gdb.base/break.exp: ditto.
31192 * gdb.base/list.exp: ditto.
31193 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31194 * gdb.base/run.c: ditto.
31195 * gdb.base/list0.c: ditto.
31196 * gdb.base/funcargs.c: ditto.
31197
31198Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31199
31200 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31201 $targetname, $serialport and $baud instead of hardwired variables.
31202 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31203 target doesn't support signals.
31204
31205Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31206
31207 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31208
31209Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31210
31211 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31212 Don't rely on the value of an auto variable before it has been
31213 initialized. Use gdb_test more.
31214
31215Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31216
31217 * lib/gdb.exp (default_gdb_version): A version number must start
31218 with a digit, but other than that contains all characters up to
31219 the first whitespace character.
31220
31221Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31222
31223 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31224
31225Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31226
31227 * gdb.c++/*.exp: Warn if executable does not exist. The original
31228 reason for skipping the warning was that configure.in sometimes
31229 intentionally skipped building the executables but the tcl code
31230 had no way of knowing. That (a) was always bogus with respect to
31231 error handling, (b) is no longer true (right now there is no way
31232 to skip C++ tests).
31233
31234 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31235
31236Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31237
31238 * gdb.base/list.exp: Add expect patterns for output from
31239 SunPRO compiled executables.
31240 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31241 types.
31242
31243Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31244
31245 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31246 number (we are already testing that the correct source line text
31247 gets printed).
31248
31249 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31250 that is what is intended, but something needed to be done to get
31251 sunos4 native working again.
31252
31253 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31254
31255 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31256 apparently went with a (very) old xfail.
31257
31258Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31259
31260 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31261 runto_main is a proc in gdb.exp that will do 'step' for target use
31262 stubs.
31263 * gdb.base/exprs.exp: ditto.
31264 * gdb.base/interrupt.exp: ditto.
31265 * gdb.base/opaque.exp: ditto.
31266 * gdb.base/printcmds.exp: ditto.
31267 * gdb.base/ptype.exp: ditto.
31268 * gdb.base/scope.exp: ditto.
31269 * gdb.base/setvar.exp: ditto.
31270 * gdb.base/signals.exp: ditto.
31271 * gdb.base/twice.exp: ditto.
31272 * gdb.c++/classes.exp: ditto.
31273 * gdb.c++/inherit.exp: ditto.
31274 * gdb.c++/templates.exp: ditto.
31275 * gdb.base/break.exp: no run and hit main for stubs. Change line
31276 numbers for breakpoints and info breakpoint.
31277 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31278 breakpoint().
31279 * gdb.base/callfuncs.c: ditto.
31280 * gdb.base/exprs: ditto.
31281 * gdb.base/interrupt.c: ditto.
31282 * gdb.base/opaque0.c: ditto.
31283 * gdb.base/printcmds.c: ditto.
31284 * gdb.base/ptype.c: ditto.
31285 * gdb.base/scope0.c: ditto.
31286 * gdb.base/setvar.c: ditto.
31287 * gdb.base/signals.c: ditto.
31288 * gdb.base/twice.c: ditto.
31289 * gdb.c++/misc.cc: ditto.
31290 * gdb.c++/templates.cc: ditto.
31291
31292Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31293
31294 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31295
31296 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31297 somewhere between `read' and `main.c'. I'm pretty sure the
31298 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31299 and it isn't particularly useful.
31300
31301 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31302
31303Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31304
31305 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31306
31307Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31308
31309 * config/mt-slite: add LIBS and -nostdlib.
31310 * config/slite-gdb.exp: add this new file to support sparclite target.
31311
31312Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31313
31314 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31315
31316 * gdb.base/a2-run.exp: Change argument to istarget from
31317 "*-*-vxworks" to "*-*-vxworks*".
31318 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31319
31320Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31321
31322 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31323 will not runto main but do a 'step' to step out of breakpoint().
31324 * config/mt-slite: add -Dusestubs.
31325
31326Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31327
31328 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31329 instead of just @.
31330
31331 * gdb.base/signals.exp: Add test for "handle all print".
31332 * TODO: Remove "handle all print". Also remove item about
31333 checking copyright date (I don't like the idea of a spurious FAIL
31334 based on when we run the tests).
31335
31336 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31337 for SunOS4 (reason for failure not investigated). Remove
31338 redundant test for $binfile.
31339
31340 * gdb.base/nodebug.c (array_index): Call malloc.
31341
31342 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31343
31344Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31345
31346 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31347 conventions and slightly simplify the matching regexp.
31348
31349Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31350
31351 * gdb.base/break.exp: Update gdb_test invocation to use new
31352 convention.
31353
31354 * lib/gdb.exp: If noargs is not set, set it to 0.
31355
31356 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31357 tests unique.
31358
31359 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31360
31361Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31362
31363 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31364 one argument of type "<non-float parameter>".
31365
31366Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31367
31368 * config/rom68k.exp: New file to support Motorola IDP board.
31369 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31370 * gdb.base/break.c: Change things around so that this program
31371 doesn't depend upon args. This is necessary to make remote
31372 targets work (in general, they can't take args).
31373 * gdb.base/break.exp: Don't try to send args to program. Don't
31374 expect output. Also, replace lots of code with gdb_test.
31375
31376Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31377
31378 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31379 printing of '\'' (which is what the comment says we are testing,
31380 even though we were not), not '''.
31381 (test_integer_literals_rejected): Test that printing ''' is an error.
31382
31383 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31384 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31385 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31386 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31387 Use gdb_test not test_print_accept.
31388 * lib/gdb.exp: Remove test_print_accept.
31389
31390 * gdb.base/signals.exp (signal_tests_1): Make pass message
31391 consistent with fail message.
31392
31393 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31394 unsigned char; the bug (PR 1821) is fixed.
31395
31396 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31397
31398 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31399 successful tests--makes xfailing them work right.
31400
31401Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31402
31403 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31404 only \r\n, not .*. The test can pass .* as the last thing in
31405 $pattern if that is what it wants. In addition to providing this
31406 flexibility, this change should speed up pattern matching in cases
31407 where the pattern already ended with .* (there were a number of
31408 them). This change also helps catch bad patterns--in the old
31409 scheme the typo "char \*" instead of "char \\*" would pass. Now
31410 it is caught.
31411 * Many .exp files: Update callers.
31412
31413 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31414 clearer and does not spuriously match multiple ('s. Likewise for
31415 ) and *.
31416
31417 * gdb.base/nodebug.exp: Test ability to call a function and pass
31418 it a string (even with no debugging info).
31419
31420 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31421 "p '\'", which is the same as "p ''" once tcl gets done with
31422 quoting, to "p '\\'", which I suspect is what is intended (one
31423 backslash gets sent to GDB).
31424
31425 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31426
31427Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31428
31429 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31430 1817) was fixed literally years ago.
31431
31432Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31433
31434 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31435 test, it causes stepping out of call_after_alloca_subr with
31436 optimizing compilers.
31437 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31438 fails.
31439
31440 * gdb.c++/templates.exp: Source templ-info.exp only if
31441 the templates executable exists.
31442
31443 * gdb.c++/misc.cc (class Contains_static_instance,
31444 class Contains_nested_static_instance),
31445 gdb.c++/classes.exp (test_static_members): Test printing of
31446 a class that contains a static instance of the class.
31447
31448Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31449
31450 * gdb.base/langs2.c (cppsub_): Don't prototype.
31451 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31452 only, I believe).
31453
31454Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31455
31456 * lib/gdb.exp (skip_chill_tests): New procedure.
31457
31458 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31459
31460Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31461
31462 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31463 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31464
31465Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31466
31467 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31468
31469 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31470 disassemble 8, not 16, instructions for part 4.
31471
31472 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31473 support the latter anymore.
31474
31475 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31476 -DNO_PROTOTYPES.
31477 * gdb.base/callfuncs.c: Control use of prototypes based on
31478 NO_PROTOTYPES, not __STDC__.
31479 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31480 t_float_values2 tests if prototypes in use.
31481
31482 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31483 t_double_values): When checking differences against DELTA, check
31484 that difference is within the range (-DELTA,DELTA), not just
31485 (-infinity,DELTA).
31486
31487Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31488
31489 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31490 'file' command firts, then 'target', then 'load', this is due to gdb
31491 target set up.
31492 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31493
31494Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31495
31496 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31497 FP load/store variants.
31498 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31499
31500Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31501
31502 * gdb.base/term.exp: Do not give a warning if not native, it is
31503 not an abnormal condition.
31504
31505Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31506
31507 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31508 t_char_array".
31509
31510Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31511
31512 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31513 are getting the version number.
31514
31515 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31516 if not native, it is not an abnormal condition.
31517
31518Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31519
31520 * lib/gdb.exp: Just use "file exists", rather than undocumented
31521 dejagnu procedure "findfile".
31522
31523Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31524
31525 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31526 (LDFLAGS): Set to -Xlinker -Ur.
31527
31528 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31529 Removed, these values are set by lib/gdb.exp.
31530
31531 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31532
31533Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31534
31535 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31536 of replicating gdb startup code.
31537
31538 * config/mt-vxworks (LDFLAGS): Set to -r.
31539 (CFLAGS_FOR_TARGET): Removed.
31540
31541 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31542 (gdb) and gdb for vxworks uses (vxgdb).
31543
31544 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31545 executable is not in the tree and host != target, use sed and
31546 program_transform_name to determine the gdb name used by the
31547 target.
31548
31549 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31550 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31551
31552Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31553
31554 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31555 floats, chars, and shorts where there are ANSI-style function
31556 definitions.
31557
31558 * gdb.base/langs.exp, gdb.base/langs*: New test.
31559 * gdb.base/Makefile.in: Build it.
31560 * TODO: Remove item about checking that C names don't get C++
31561 demangling applied; this test tests it.
31562
31563Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31564
31565 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31566 went with the const70 xfail. The xfail went away a year ago.
31567
31568 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31569
31570 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31571 for hp300.
31572
31573 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31574
31575 * gdb.base/a1-selftest.exp: Don't run on hp300.
31576
31577Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31578
31579 * Makefile.in (site.exp): Set host_alias and target_alias as well
31580 as host_triplet and target_triplet.
31581
31582Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31583
31584 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31585
31586 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31587 places as other ecoff systems).
31588
31589 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31590 ultrix.
31591
31592Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31593
31594 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31595 remove them.
31596 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31597 variable and "variable" in addition to "data variable".
31598 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31599
31600 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31601 2.
31602 * gdb.base/list1.c (long_line): Add additional statement at start
31603 of function.
31604 * gdb.base/list.exp (test_forward_search): Update line number to
31605 reflect new statement.
31606
31607Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31608
31609 * gdb.base/signals.exp: Reinitialize searched source directories
31610 after gdb_start call.
31611
31612Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31613
31614 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31615 * gdb.stabs/Makefile.in: Likewise.
31616
31617 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31618 change. Instead split the tests into smaller pieces.
31619 * gdb.disasm/hppa.s: Corresponding changes.
31620
31621Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31622
31623 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31624 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31625
31626 * gdb.base/funcargs.exp: Modify many tests so that every test
31627 either passes or fails. Make some test names unique.
31628
31629Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31630
31631 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31632 Call stty to set interrupt character.
31633
31634 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31635 for HP assembler versus GNU assembler based on actual behavior of
31636 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31637
31638 * TODO: Suggest a few more stepping tests.
31639
31640Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31641
31642 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31643 restart GDB for h8300 after a continue.
31644 (return): Add pattern to match a29k-udi behavior.
31645 * gdb.base/nodebug.exp: Remove obsolete comment.
31646 * gdb.base/regs.exp: New file, testing of register displays.
31647 * gdb.base/return.exp: Fix typo in reference to $objdir.
31648 * gdb.base/whatis.exp: Always start with a fresh GDB.
31649
31650Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31651
31652 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31653 higher, these tests generate a lot of output.
31654
31655Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31656
31657 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31658 code following the catch silently ignored some errors; without the
31659 catch they should be thrown like any other tcl error. Also, the
31660 catch used "" instead of {} which meant all the callers who wanted
31661 to include one of the characters "[]$ had to quote it an extra time.
31662 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31663 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31664 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31665 Remove extra quoting.
31666
31667Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31668
31669 * gdb.base/commands.exp: Make test names unique; every test either
31670 passes or fails. Update some comments.
31671
31672 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31673
31674Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31675
31676 The following fixes a FAIL caused by the fact that the alpha stabs
31677 configuration didn't use the ".if alpha" code in weird.def.
31678 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31679 bit pointer, so the 32 bit version works even on the alpha.
31680 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31681 Remove the stuff which allowed us to have separate versions for
31682 alpha and everything else.
31683
31684 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31685 regexp which "info func operator\[\](" is supposed to match. Fix
31686 string to send to GDB. Note that GDB still doesn't work right. Add a
31687 new test for "info func .perator\[\](" which GDB does handle correctly.
31688
31689 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31690
31691Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31692
31693 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31694 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31695 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31696 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31697 it makes the tests harder to understand and confuses test-o-matic.
31698 The preferred style is that each test provides a PASS or a FAIL,
31699 and has a unique message (e.g. "continue #54" not just "continue")
31700 which is the same for the pass and the fail.
31701 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31702 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31703 to lib/gdb.exp.
31704 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31705 prt_accept which was basically the same thing. Likewise for
31706 test_print_reject and prt_reject.
31707 * lib/gdb.exp (test_print_reject): Add some more error message
31708 patterns to match from the former printcmds.exp (prt_reject).
31709 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31710 One defect of the passcount stuff is that some of it failed to
31711 report XPASS where appropriate.
31712 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31713 stuff before and after arg in expected pattern.
31714 (test_paddr_operator_functions): Re-do test without print_addr_of;
31715 this is the only test which seems to want extra stuff there.
31716
31717Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31718
31719 * gdb.base/nodebug.exp: Update new tests to reflect improved
31720 wording of gdb output.
31721
31722 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31723 and "ptype" work on variables in files compiled without -g.
31724 Replaces commented out "maint print msymbol" tests.
31725
31726Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31727
31728 * gdb.base/setvar.c (dummy): Call malloc.
31729
31730 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31731 losing with the irix4 sed.
31732
31733 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31734 ALRM" on irix4.
31735
31736Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31737
31738 * TODO: Remove items about corefile.exp testing new exec-file and
31739 backtrace; both are now done. Add items about printing enums.
31740
31741Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31742
31743 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31744 "get signal $thissig" test fails.
31745
31746 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31747
31748Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31749
31750 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31751 compiler warning with dec alpha compiler.
31752
31753 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31754 extra \n from gdb_test call (this explains why the prompt test
31755 that I removed yesterday was there).
31756 (user_defined_command_test): Remove extra \n and prompt test.
31757
31758 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31759 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31760 doesn't exist.
31761 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
31762 Also remove alpha workaround, which turns out to be because
31763 SIGABRT == SIGLOST.
31764
31765 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
31766
31767 * gdb.base/help.exp: Don't test "help show".
31768
31769Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31770
31771 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
31772 "set print address" is on.
31773 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
31774 pass prompt to gdb_test; gdb_test already looks for the prompt.
31775
31776 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
31777
31778 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
31779 was a vestige of the manual TESTSTRATEGY, and the purpose of it
31780 was to make sure that gdb can read a core file. But (a) the "read
31781 the corefile" part didn't make it to a1-selftest.exp, we just
31782 delete the corefile after creating it, and (b) we test reading
31783 corefiles in corefile.exp anyway. Also, this test left around a
31784 xgdb process on Solaris.
31785
31786 * gdb.base/corefile.exp: Also test backtrace.
31787
31788Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
31789
31790 * gdb.base/commands.exp: Test a simple user defined command with
31791 arguments and if/while statements; verify the full user command is
31792 printed by "show user".
31793
31794 * gdb.base/commands.exp: Test if/while commands as part of a
31795 breakpoint command list; verify they appear in breakpoint
31796 information.
31797
31798Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31799
31800 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31801 than by dividing by zero.
31802
31803Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31804
31805 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31806 performing an inferior call with watchpoints enabled.
31807 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31808 call.
31809
31810Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31811
31812 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31813 of "file" command.
31814
31815 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31816 Add additional pattern for when "int operator int(void);" appears
31817 in a different order.
31818
31819Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31820
31821 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31822
31823 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31824 and "signal" with ".*".
31825
31826Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31827
31828 * TODO: Add note about "handle all nostop".
31829
31830 * gdb.base/{sigall.c, sigall.exp}: New test.
31831 * gdb.base/Makefile.in: Add it.
31832
31833Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31834
31835 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31836 when invoking GDB, suppresses any windowing interface.
31837
31838Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31839
31840 * config/sim-gdb: New file, simulator testing support.
31841
31842Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31843
31844 * gdb.base/interrupt.exp: Test calling func1 twice.
31845
31846Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31847
31848 * gdb.base/list.exp (test_forward_search): Set timeout higher
31849 when we'll be getting lots of output from gdb.
31850
31851 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31852 "init_malloc" to after the expect statement. Run it if that
31853 regexp is taken, but also for two others which happen if source
31854 cannot be found.
31855
31856Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31857
31858 * gdb.base/printcmds.exp: New test, for printing register before
31859 program is running.
31860
31861Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31862
31863 * gdb.base/list.exp: Correct some alternate expect patterns
31864 to reflect changes in list1.c.
31865
31866Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31867
31868 * TODO: Add item regarding large frames.
31869
31870 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31871
31872 * TODO: Remove item about enabling return.exp; it
31873 is enabled. Suggest a few more "return" tests.
31874
31875Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31876
31877 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31878 anonymous unions.
31879
31880Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31881
31882 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31883 and pr-5646.o, so "make" is the same as "make all", not "make
31884 pr-4975.o".
31885
31886Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31887
31888 * gdb.base/list.exp: Adjust expectations to reflect changes in
31889 list1.c.
31890 (test_forward_search): New test proc.
31891 * gdb.base/list1.c (long_line): New function, has long source line.
31892
31893Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31894
31895 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31896 additional line of code that was added.
31897
31898Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31899
31900 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31901 tests so as not to overflow expect's input buffers.
31902 * gdb.disasm/hppa.exp: Corresponding changes.
31903
31904Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31905
31906 Beginnings of template debugging tests.
31907 * gdb.c++/templ-info.cc: New file to test for template
31908 debugging capability of the compiler.
31909 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31910 templ-info.cc.
31911 * gdb.c++/templates.cc: Add explicit template instantiations
31912 to enable compiling with -fno-implicit-templates. Add destructor
31913 and 'value' method to T5 class for template tests.
31914 * gdb.c++/templates.exp: Add testcases for printing of template
31915 types, setting breakpoints on template methods and calling a
d63a86f8 31916 template method.
c906108c
SS
31917
31918Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31919
31920 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31921 branch target since some assemblers (gas-2.5) may emit a
31922 relocation for the branch instead of resolving it in the
31923 assembler.
31924
31925Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31926
31927 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31928 through signal handler.
31929
31930Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31931
31932 * configure.in (*-*-netware): Use config/mt-netware.
31933
31934 * config/mt-netware: New file.
31935 * config/mt-i386-netware: Removed, separate configs for different
31936 netware architectures are no longer needed now that we have
31937 --with-headers.
31938
31939Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31940
31941 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31942 by the recent changes to use ANSI C arithmetic conversions.
31943
31944Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31945
31946 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31947 bug involving using inferior_pid to figure out whether to select a
31948 frame.
31949
31950Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31951
31952 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31953 match the current disassembler output.
31954
31955Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31956
31957 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31958 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31959 types, expect "int" as type of integer values (for now).
31960
31961Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31962
31963 * gdb.base/commands.exp: New tests for if/while commands.
31964
31965Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31966
31967 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31968 by .*, since hex values have different syntax in Chill mode.
31969
31970Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31971
31972 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31973 linefeed from expect pattern for repeated types with indices > 9.
31974
31975Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31976
31977 First part of Fortran test suite.
31978 * gdb.fortran: New directory.
31979 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31980
31981Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31982
31983 * gdb.base/default.exp: Update expect pattern for load command
31984 without arguments.
31985
31986Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31987
31988 * configure.in: Change i386 to i[345]86.
31989 * gdb.base/configure.in: Likewise.
31990 * gdb.c++/configure.in: Likewise.
31991 * gdb.chill/configure.in: Likewise.
31992
31993Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31994
31995 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31996 patterns, since that is not a valid context for comments.
31997
31998Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31999
32000 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32001 repeated types and repeated types with indices > 9.
32002
32003Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32004
32005 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32006 2417; old bug has been fixed.
32007
32008Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32009
32010 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32011 send the newline ourselves instead of assuming gdb_test will do
32012 so when passed an empty input string.
32013
32014 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32015 stabs testcode.
32016
32017Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32018
32019 * lib/gdb.exp (gdb_test): Don't send anything if the first
32020 argument is an empty string. This makes cases where we want to
32021 match output that is already in expect's buffers (for example,
32022 matching a breakpoint after gdb_run_cmd has been called) work
32023 reliably.
32024
32025Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32026
32027 * config/netware.exp: New file.
32028
32029Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32030
32031 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32032 the -B and -L prefixes so we can find the debugging stub.
32033
32034 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32035 there and we are using the gcc from the tree.
32036
32037 * gdb.base/types.c: Removed.
32038
32039 * gdb.base/configure.in: Look for makefile fragments in ../config.
32040 Recognize i386-*-netware.
32041 * gdb.c++/configure.in: Likewise.
32042
32043Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32044
32045 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32046 the correct TCL syntax.
32047
32048Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32049
32050 * gdb.base/opaque.exp: use runto instead of messing around with
32051 breakpoints. Simplify by using gdb_test.
32052
32053 * gdb.base/bitfields.exp: restart between tests on netware targets
32054 because breakpoints aren't relocated after target death. Run
32055 processes to completion.
32056
32057 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32058
32059Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32060
32061 * Makefile.in: Remove extra tabs that confuse some versions
32062 of "make". Use the newly built gdb to test with by default,
32063 rather than the first one in the tester's search path.
32064
32065Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32066
32067 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32068
32069 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32070 condition help.
32071
32072Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32073
32074 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32075
32076 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32077 running.
32078 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32079 * gdb.base/funcargs.exp: Likewise.
32080
32081 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32082 * gdb.base/funcargs.exp: Likewise.
32083
32084 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32085 message is "".
32086
32087Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32088
32089 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32090 return,signals,twice}.exp: Handle non-existant binaries
32091 consistantly.
32092
32093 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32094 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32095 might testing a cross development system.
32096
32097Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32098
32099 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32100 runtest script is relative to ${srcdir}, not ${rootdir}.
32101
32102Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32103
32104 * gdb.base/signals.exp: Allow for optionality of breakpoint
32105 address.
32106
32107Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32108
32109 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32110
32111Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32112
32113 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32114 for size_t definition.
32115 * gdb.c++/templates.cc: Likewise
32116
32117 * config/mt-i386-netware: New file.
32118
32119 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32120 defined.
32121
32122 * gdb.base/Makefile.in: Added support for systems that name core
32123 files by appending "core" to the program name.
32124 * gdb.base/a1-selftest.exp: Likewise.
32125
32126Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32127
32128 * gdb.base/return.exp: Add comment and message for `return double'
32129 test failure on Sparc Solaris.
32130
32131Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32132
32133 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32134
32135Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32136
32137 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32138 from optimizing them away.
32139 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32140 patterns to include default constructors and assignment operators,
32141 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32142 character in the output of the virtual base pointer.
32143
32144Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32145
32146 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32147 expression match in print_addr_of to avoid unintented matches.
32148 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32149 versions up to 2.5.8.
32150
32151Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32152
32153 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32154 included file to run under newer versions of expect.
32155 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32156 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32157 Remove xfail for the virtual table of BDDHookV.
32158
32159Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32160
32161 * lib/gdb.exp (string_to_regexp): Set a default result.
32162 (default_gdb_start): Fix misleading message.
32163
32164Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32165
32166 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32167 Remove all CC, etc definitions.
32168 * config/mt-hpux: New file.
32169 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32170 (CFLAGS, LDFLAGS): Define.
32171 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32172
32173 * Makefile.in (site.exp): Don't insert host_os, etc.
32174 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32175 (distclean): Check existence of subdir.
32176 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32177 * gdb.base/Makefile.in: General cleanup and simplification.
32178 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32179 to build executables. Use default rule to build .o files.
32180 (EXPECT, RUNTEST, CC): Fix relative pathname.
32181 (site.exp): Don't insert host_os, etc.
32182 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32183 and/or SIGUSR1 defined.
32184 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32185 * gdb.c++/Makefile.in: General cleanup and simplification.
32186 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32187 (CFLAGS): Remove.
32188 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32189
32190Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32191
32192 * gdb.base/recurse.exp: Misc changes to get tests running again
32193 after Kung's changes to the watchpoint code.
32194 * gdb.base/watchpoint.exp: Likewise.
32195
32196Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32197
32198 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32199
32200Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32201
32202 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32203 * lib/gdb.exp (default_gdb_start): Define.
32204 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32205 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32206 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32207 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32208 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32209 Don't call gdb_target_udi in between tests.
32210
32211Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32212
32213 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32214 (which was basically just a local version of the same thing). In
32215 addition to avoiding duplication, gdb_test_exact is faster.
32216 * lib/gdb.exp (gdb_test_exact): Fix typo.
32217
32218 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32219 don't give an error.
32220
32221 * gdb.base/term.exp: Call delete_breakpoints before starting.
32222
32223 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32224 (t10): Add comment.
32225
32226Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32227
32228 Reorganization of the GDB Test Suite.
32229
32230 * gdb.base: New directory, contains all the basic tests.
32231 * gdb.c++: New directory, tests specific to C++.
32232 * gdb.chill: New directory, tests specific to Chill.
32233 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32234 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32235 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32236 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32237 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32238 t30-31 to chill).
32239 * */gdbme.*: Rename to match appropriate expect scripts.
32240 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32241 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32242 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32243 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32244 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32245 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32246 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32247 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32248 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32249 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32250 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32251 gdb.c++/virtfunc.cc: New names of C++ files.
32252 * gdb.chill/chillvars.ch: New name of Chill file.
32253 * gdb.base/configure.in, gdb.c++/configure.in,
32254 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32255 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32256 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32257 * configure.in (configdirs): Update to reflect directory changes.
32258 (target_abbrev): No longer define for any configuration.
32259 * Makefile.in: Cosmetic improvements to header comments.
32260
32261Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32262
32263 Various changes to gdb.t31:
32264
32265 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32266 * gdbme.ch: Make all key-words and predefineds be upper-case.
32267 * chillvars.exp: Expect key-words and predefinds in upper-case.
32268
32269 * chillvars.exp: Use gdb_test_exact many places.
32270 Change expected output for arrays (which now includes index labels).
32271
32272 * pr-5020.exp, gdme.ch (module PR_5020):
32273 New test, for PR-5020.
32274
32275Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32276
32277 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32278 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32279
32280Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32281
32282 * Makefile.in: Fix bit-rot in definitions of CHILL,
32283 CHILL_FOR_TARGET and Chill_LIB.
32284 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32285 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32286 CHILL, and CHILL_LIB.
32287
32288Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32289
32290 * Revert the previous changes. Please see Rob's directory
32291 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32292
32293Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32294
32295 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
32296 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32297 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32298 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
32299 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32300 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32301 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32302 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32303 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32304 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32305 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32306 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32307 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32308 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32309 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32310 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32311 changes from 94Q1.
32312
32313Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32314
32315 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32316 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32317 Rob's new testing fragments.
32318
32319Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32320
32321 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 32322 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
32323
32324Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32325
32326 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32327 version also, match on casted version strings, and match on
32328 gdb startup case where the line numbers might be messed up.
32329
32330Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32331
32332 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 32333 (CFLAGS): Delete it from here.
c906108c
SS
32334
32335Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32336
32337 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32338
32339Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32340
32341 * Makefile.in (RUNTEST): Default to just "runtest".
32342
32343Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32344
32345 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32346 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32347 the code has been restructured.
32348
32349Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32350
32351 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32352 \n, not just one of each.
32353
32354 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32355 /bin/cc gives a warning if you do.
32356
32357Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32358
d63a86f8 32359 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
32360 __t10ListS_link1ZUiRCUiPT0
32361
32362Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32363
32364 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32365 on local variables in recursive functions.
32366
32367 * gdb.t07/Makefile.in: Build the new test.
32368
32369Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32370
32371 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32372 directly. Instead compare the return values from actual calls.
32373
32374Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32375
32376 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32377
32378Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32379
32380 * From Peter Schauer with minor modifications.
a9c64011
AS
32381 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32382 stops in mid-line in the caller. Add xfail for returning a float
32383 value on X86 targets.
c906108c
SS
32384
32385Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32386
32387 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32388 to avoid expect lossage.
32389 (fmem_LRbug_tests): Likewise.
32390 * gdb.disasm/hppa.s: Corresponding changes.
32391
32392 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32393 conditions to work with latest dejagnu/expect.
32394
32395 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32396 expected to fail on the PA.
32397 (backtrace in call with trampolines): Explicitly require main
32398 to be frame #1 (no trampolines should show up in backtrace).
32399
32400 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32401 "continue -expect".
32402 * gdb.t06/break.exp: Likewise.
32403 * gdb.t07/watchpoint.exp: Likewise.
32404 * gdb.t13/bitfields.exp: Likewise.
32405 * gdb.t15/{funcargs,return}.exp: Likewise.
32406 * gdb.stabs/weird.exp: Likewise.
32407 * config/{mips,udi}-gdb.exp: Likewise.
32408
32409 * hppa.sed: Enclose comments within a sed command to avoid
32410 losing with the old OSF1 sed.
32411
32412Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32413
32414 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32415 sequent dynix.
32416 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32417 * gdb.t15/funcargs.exp: Conditionally step again to really
32418 finish from marker_call_with_trampolines. Handle the case where
32419 the first step from within call_with_trampolines already steps
32420 us back to main.
32421 * gdb.t15/gdbme.c: Add comment to closing brace of
32422 call_with_trampolines for funcargs.exp.
32423
32424Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32425
d63a86f8 32426 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
32427 Fix typo(s).
32428
32429Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32430
32431 * gdb.t07/gdbme.c: More code for watchpoint testing.
32432
32433 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32434 "Hardware watchpoint" throughout file.
32435 (test_watchpoint_triggered_in_syscall): New test.
32436 (test_complex_watchpoint): New test.
32437
32438Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32439
32440 * gdbme.c (call_with_trampolines): New function to try and step
32441 into. Tests trampoline problems on the PA.
32442
32443 * funcargs.exp (localvars_in_indirect_call): No longer expect
32444 stepping into indirect call to fail on PAs.
32445 (test_stepping_over_trampolines): New test.
32446
32447Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32448
32449 * TODO: Add suggestions for static member function tests, and
32450 completion tests.
32451
32452Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32453
32454 * TODO: Add suggestions for "p/a" tests.
32455
32456 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32457 (default_gdb_exit): Replace all the hair with sending "quit" to
32458 the process with a simple close.
32459
32460Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32461
32462 * TODO: Add suggestions for shared library tests.
32463
32464Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32465
32466 * TODO: Add suggestions for x/s tests.
32467
32468Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32469
32470 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32471 "enable once", and "enable breakpoints once" with ".*".
32472
32473Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32474
32475 * TODO: Add suggestions about structure passing tests.
32476
32477Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32478
32479 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32480 the primary1 test, use work around if __GNUC__ < 2.
32481 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32482 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32483 Test for bad output rather than waiting for timeout. Issue
32484 second continue only if first continue failed.
32485
32486Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32487
32488 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32489 operator[] test with gdb_test because the old code didn't seem to
32490 be getting the quoting right with the new dejagnu.
32491
32492Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32493
32494 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32495 one from the path.
32496 * Makefile.in: Use a fresh expect if there is one, use runtest
32497 from the src tree if there is one.
d63a86f8 32498
c906108c
SS
32499Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32500
32501 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32502 next over recursive call. Revise the tests from that point on
32503 (which had been skipped) to match GDB's actual (correct) output.
32504
32505 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32506 with next over a breakpoint whose condition is false.
32507
32508 * gdb.t00/help.exp: Comment out "help set print" tests just like
32509 (and for same reason as) "help set" test.
32510
32511Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32512
32513 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32514 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32515
32516Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32517
32518 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32519 necessary gdb_target_udi.
32520
32521 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32522
32523 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32524 1838 and 2417; they are fixed.
32525
32526 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32527 gdb.t03/ptype.exp (ptype structure, ptype union):
32528 Remove xfails; the test is looser than when the xfails were added.
32529
32530 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32531 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32532
32533 * gdb.t01/run.exp: Only run shell test if isnative.
32534
32535 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32536 since "run" automatically loads if necessary. Call gdb_target_udi
32537 after the "file" since "file" kills any execution target.
32538
32539 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32540 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32541 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32542 argument for UDI.
32543
32544Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32545
32546 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32547
32548 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32549
32550Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32551
32552 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32553 properly quoting regexps. This makes the second argument to
32554 demangle a fixed string, which matches the callers, instead of a
32555 shell-style pattern which is what the previous implementation
32556 used. Update some of the callers.
32557
32558Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32559
32560 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32561 (comib_nullified_tests): Fix typo.
32562 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32563 strings. No longer expected to fail.
32564
32565 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32566 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32567 strings. No longer expected to fail.
32568
32569 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32570 string. No longer expected to fail.
32571
32572Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32573
32574 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32575 No longer expected to fail.
32576
32577 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32578 string. No longer expected to fail.
32579
32580Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32581
32582 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32583 only in the names (I probably got most of them). I was even
32584 generous with some which differed in underscores in names, and
32585 probably missed a few, and I *still* was able to remove almost a
32586 third of the file with almost no impact on testsuite coverage.
32587
32588Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32589
32590 * gdb.t00/default.exp: Match udi_attach error message as well as
32591 the one from child_attach.
32592
32593 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32594
32595 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32596
32597 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32598 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32599
32600 * Move test with enums and partial symbols back to
32601 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32602 Reverts the change of 26 May 93. Per today's change to
32603 stabs.texinfo, the behavior that weird.exp was expecting was
32604 unreasonable; what is important is that the compiler+gdb get
32605 things right, which happens with a recent gcc. Also fix the test
32606 to deal with native compilers which put out the stab gdb can't
32607 deal with.
32608
32609Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32610
32611 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32612 in the names. The main thing these accomplish is to slow things down.
32613 Many more such duplicates surely remain.
32614
32615 * gdb.t00/help.exp: Comment out "help support" test just like
32616 (and for same reason as) "help set" test.
32617
32618Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32619
32620 * gdb.t06/break.exp: Remove setup_xfails for
32621 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32622 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32623 about known bug in gcc to include up through 2.5.8.
32624 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32625 well as "_vb$".
32626 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32627 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32628 with latest gcc and gdb.
32629 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32630 well as "_vb$".
32631
32632Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32633
32634 * configure.in (hppa*-*-*): Also configure and build stabs-only
32635 tests.
32636
32637Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32638
32639 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32640 * gdb.t10/configure.in (hppa*-*-*): Use it.
32641
32642Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32643
32644 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32645
32646Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32647
32648 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32649 versions prior to 1.13.5.
32650
32651Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32652
32653 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32654 the prompt is at the start of a line.
32655
32656Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32657
32658 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32659 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32660 in the copr tests now.
32661 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32662 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32663 expected to fail.
32664
32665Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32666
32667 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32668 gdb.t31/chillvars.exp, lib/gdb.exp:
32669 Tweak to run under either version of expect.
32670 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32671 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32672 * gdb.t11/list.exp: Remove extraneous whitespace.
32673
32674Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32675
32676 * gdb.t16/printcmds.exp (test_print_strings): Accept
32677 "(unsigned char *) " before the string.
32678
32679 * TODO: Add notes about printing of fancy types and GDB expressions.
32680
32681Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32682
32683 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32684 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 32685 if doing mips-idt-ecoff.
c906108c
SS
32686
32687Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32688
32689 * Most .exp files: Tweak to run under either version of expect.
32690
32691Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32692
32693 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32694 xfails; I'm not sure why they are failing, but not because of PR 1806.
32695
32696Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32697
32698 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32699 defined in lib/gdb.exp.
32700
32701Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32702
32703 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32704 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32705 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32706 have to be typeless.
32707
32708Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32709
32710 * TODO: Add suggestion for copyright year test.
32711
32712Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32713
32714 * configure.in (*-*-lynxos*): Add stabs tests.
32715
32716Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32717
32718 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32719 so insert a tab before any assembler directive in column zero.
32720
32721 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32722 stores.
32723 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32724 stores.
32725 (fpu_short_memory_tests): Likewise.
32726
32727Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32728
32729 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32730 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32731 .stabs directives in comments.
32732
32733Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32734
32735 * TODO: New file, describing tests we could write.
32736 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32737
32738Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32739
32740 * gdb.t06/signals.exp: Add kludge to force re-sync.
32741
32742 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32743 to xgdb instead of gdb, get out of gdb.
32744
32745Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
32746
32747 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32748 for info.
32749
32750Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32751
32752 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32753 * gdb.stabs/configure.in (hppa*-*-*): Use it.
32754 * gdb.stabs/hppa.sed: New sed script for the PA.
32755
32756Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32757
32758 * gdb.stabs: Re-write weird.def and configuration to use sed
32759 instead of cpp. sed is portable and POSIX; cpp is neither.
32760
32761Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32762
32763 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
32764
32765Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32766
32767 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
32768
32769Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32770
32771 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
32772 "_vb$".
32773 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
32774 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
32775
32776Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32777
32778 * lib/gdb.exp: Comment out code which depends on non-existent
32779 `transform' procedure.
32780
32781Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
32782
32783 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
32784 * lib/gdb.exp: Transform tool name.
32785 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
32786 1.1's new error handling system.
32787
32788Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32789
32790 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
32791
32792Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32793
32794 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
32795 They made pattern matching so slow that timeouts happened on
32796 heavily loaded systems. Now any output from "show print" which
32797 gets us back to the GDB prompt is a PASS.
32798
32799Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32800
32801 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32802
32803Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32804
32805 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32806
32807 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32808 It is not from PR 3220.
32809
32810Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32811
32812 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32813 just started failing because they depended on the order the
32814 subcommands are presented, or exact docstring text. This kind of
32815 test is a pain and has minimal benefit.
32816
32817Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32818
32819 * gdb.t09/corefile.exp: At end of test, use "core" command with
32820 no arguments.
32821
32822Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32823
32824 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32825 17}/Makefile.in: Make it possible to run the testsuite with Sun
32826 make and CC = cross gcc by adding explicit build rules for .o
32827 files.
32828
32829Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32830
32831 * gdb.t15/funcargs.exp: Don't put comments on same line as
32832 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 32833
c906108c
SS
32834Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32835
32836 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32837
32838Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32839
32840 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32841 * gdb.t20/inherit.exp: remove three dumplicate entries.
32842
32843Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32844
32845 * gdb.t06/break.exp: For "next over recursive call", fail on any
32846 incorrect output, not just on "factorial (value=2)".
32847
32848Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32849
32850 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32851 working now. Add an xfail if accesing a bss variable causes
32852 a memory error if the target is not yet run.
32853
32854Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32855
32856 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32857 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32858 name of __st* demangling (2 strings). Did Kung really get the
32859 more than 95 others right without testing them?
32860
32861Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32862
32863 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32864
32865Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32866
32867 * configure.in (configdirs): Add gdb.disasm
32868 * gdb.disasm: New directory for GDB disassembler tests.
32869 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32870
32871Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32872
32873 * gdb.t00/help.exp: Don't test "help set".
32874
32875 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32876 from within expect statements. None of these happen anymore and
32877 they cause regressions to be silently unnoticed.
32878
32879 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32880 messages) about known failures with gcc cygnus-2.4.5-930417.
32881
32882 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32883 comp-info.exp so it gets built if it doesn't exist.
32884
32885 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32886 it is no longer used.
32887 * gdb.t13/comp-info.c: Removed.
32888
32889Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32890
32891 * gdb.t06/signals.exp: Add xfail for sun3.
32892
32893Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32894
32895 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32896 relevant because ^C doesn't get sent but failure can be reproduced
32897 interactively).
32898
32899Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32900
32901 * gdb.stabs/alpha.mt: New configuration file for alpha.
32902 * gdb.stabs/configure.in: Use it.
32903 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32904 sharing with alpha.mt, redefine long to word via preprocessor.
32905 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32906 for alpha.
32907 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32908 native cc.
32909 * gdb.t00/teststrategy.exp: Change expect string so that we
32910 consume the `(xgdb)' from the command echo and from the gdb prompt.
32911 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32912 gdb currently compares all values as long, so this failure probably
32913 applies to any configuration where LONGEST is bigger than a target int.
32914 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32915 with gcc.
32916 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32917 to handle opaque pointers, gcc is.
32918 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32919 as first argument. Include <sys/types.h> and change all operator
32920 new definitions to use size_t.
32921 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32922 now that we use size_t.
32923
32924Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32925
a9c64011 32926 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 32927 a long or float array cast all array members to the same type.
a9c64011 32928 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 32929 with 64 bit longs.
a9c64011 32930 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 32931 on alpha.
a9c64011 32932 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
32933
32934Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32935
32936 * gdb.t24 (demangle.exp): Constructors of templates have names like
32937 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32938 section 14.6 of the ARM.
32939
32940 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32941 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32942 accomplish little and slow down the testsuite.
32943
32944 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32945 Accept spaces various places.
32946
32947Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32948
32949 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32950 with watchpoint enabled.
32951
32952 * Makefile.in: Remove definition of CC and remove the second
32953 definition of CXX (the "CXX = gcc" one remains). These definitions
32954 were causing backquotes to be expanded within backquotes, which
32955 doesn't work.
32956
32957Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32958
32959 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32960
32961Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32962
a9c64011
AS
32963 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32964 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
32965 by mips cc and contains no stabs entries.
32966
32967Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32968
32969 * config/vx-gdb.exp: Use fake device to load files rather than
32970 NFS.
32971 * lib/gdb.exp: New proc to do "file" command.
32972 * config/unix-gdb.exp: Use new "file" proc.
32973
32974Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32975
32976 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32977 Rework board rebooting slightly.
32978 (gdb_exit): Don't exit from the remote shell; there isn't one.
32979 * gdb.stabs/weird.exp: If a program is being debugged already,
32980 kill it.
32981 * gdb.t04/setvar.exp: Stop and restart gdb.
32982 * gdb.t05/expr.exp: Likewise.
32983 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32984 restart gdb and reload the program.
32985 * gdb.t08/opaque.exp: Likewise.
32986 * gdb.t12/scope.exp: Likewise.
32987 * gdb.t13/bitfields.exp: Likewise.
32988 * gdb.t15/funcargs.exp: Likewise.
32989 * gdb.t20/classes.exp: Likewise.
32990 * gdb.t03/ptype.exp: Increase timeout.
32991 * gdb.t16/printcmds.exp (test_print_string_constants,
32992 test_print_array_constants): Likewise.
32993 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32994 * gdb.t20/classes.exp (do_tests): Likewise.
32995 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32996
32997Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32998
32999 * gdb.stabs: Renamed *wierd* to *weird*.
33000
33001Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33002
33003 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33004 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33005
33006Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33007
33008 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33009 (do_tests): Remove xfail for whatis on one_var and two_var.
33010
33011Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33012
33013 * Makefile.in: Made cross building work better by adding
33014 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33015
33016Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33017
33018 * gdb.t15/{return.c,return.exp,Makefile.in}:
33019 New test, currently commented out.
33020
33021Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33022
33023 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33024 still running and removes the leftover named socket so GDb can do
33025 clean restarts.
33026
33027Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33028
33029 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33030 console, not GDB.
33031 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33032 cross testing works better with "make check"
33033 * config/unix-gdb: Use default procedures for exit and version.
33034 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33035 with the newest VxWorks.
33036
33037Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33038
33039 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33040 old form.
33041
33042 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33043 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33044
33045 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33046
33047 * config/unix-gdb.exp: Remove this version of gdb_exit
33048 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33049 Rob says he'll look at it when he gets back to testing boards.
33050
33051Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33052
33053 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33054 an expected fail for certain ptype commands.
33055
33056 * gdb.t20/classes.exp: Update expected results of "ptype class
33057 Base1" to account for the constructor that now appears in the type.
33058
33059Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33060
33061 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33062 disappeared from list.
33063 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33064 "alldone" proc with call to cleanup and exit.
33065 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33066 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33067 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33068 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33069 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33070 "alldone" proc with simple returns that suppress remaining
33071 tests. The alldone proc went away many months ago.
33072
33073Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33074
33075 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33076
33077 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33078
33079Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33080
33081 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33082 as vax gdb will display them.
33083
33084Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33085
33086 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33087 optimizers.
33088
33089 * scope.exp: Change "bad value for localval" messages so each one
33090 is unique.
33091
33092 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33093 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33094
33095 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33096
33097Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33098
33099 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33100 doesn't exist (due to optimization).
33101
33102Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33103
33104 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33105 contains \r because the filename is long.
33106
33107 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33108 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33109
33110Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33111
33112 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33113 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33114 Ultrix.
33115 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33116 int tests.
33117 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33118
33119Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33120
33121 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33122
33123 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 33124 to match does not match the passing case but still matches the
c906108c
SS
33125 failing case.
33126
33127Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33128
33129 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33130
33131Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33132
33133 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33134 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33135 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33136 Remove various versions of gdb_exit.
33137 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33138 gdb_exit.
33139 * config/unix-gdb.exp: gdb_exit remains here, and should override
33140 the generic version, since it's doing a lot of wierd stuff that
33141 the other versions aren't. FIXME, fold it in, or abandon this
33142 version.
33143
33144Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33145
33146 * gdb.t24/demangle.exp: Add tests for PR 3220.
33147
33148Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33149
33150 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33151
33152Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33153
33154 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33155 "i386-*-*". Works for i486 as well.
33156
33157 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33158 bug, and expand domain of xfail to all SVR4 systems, since the
33159 actual problem is likely to be in generic SVR4 /proc support.
33160
33161Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33162
33163 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33164
33165Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33166
33167 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33168 xfails for other systems. Match a missing 'Continuing.' as an
33169 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33170
33171 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33172 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33173 Only issue warning for missing executables if -all option is used.
33174
33175 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33176 file if -all option is used. It's like an unpredictable XFAIL.
33177
33178Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33179
33180 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33181 for dynamically linked binaries.
33182
33183 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33184
33185Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33186
33187 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33188 to state that this is a known bug in old versions of g++.
33189
33190Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33191
33192 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33193 while waiting for `Continuing'.
33194
33195Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33196
33197 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33198 in text, data, and bss.
33199 * gdb.t10/nodebug.c: Add local and global test variables for
33200 initialized and uninitialized data.
33201
33202Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33203
33204 * config/unix-gdb.exp (gdb_exit): Add "wait".
33205
33206Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33207
33208 * gdb.t06/signals.exp: xfail the continue from the handler for all
33209 targets.
33210
33211 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33212 function with watchpoints enabled, the i386 call dummy starts with
33213 a call.
33214
33215 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33216 386 bsd names its corefiles.
33217
33218Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33219
33220 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33221 compilers don't grok it.
33222 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33223 with small octal ints rather than character constants, which
33224 are signed and might not fit if first promoted to int.
33225
33226Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33227
33228 * gdb.t09/Makefile.in (clean): Remove corefile.
33229
33230Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33231
33232 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33233
33234Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33235 and Jim Kingdon (kingdon@cygnus.com)
33236
33237 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33238 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33239 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33240
33241Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33242
33243 * gdb.t17/interrupt.exp: Add xfail for hppa.
33244
33245Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33246
33247 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33248 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33249 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33250 to determine signed-ness of bitfields and use the result to setup
33251 the xfail.
33252 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33253 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33254 call line is reached if necessary.
33255
33256Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33257
33258 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33259
33260Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33261
33262 * gdb.t06/break.exp: Also test `clear' command.
33263
33264Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33265
33266 * gdb.t00/teststrategy.exp: Remove extra quote.
33267
33268 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33269 watchpoint enabled to be for all non-68k machines.
33270
33271 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33272
33273Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33274
33275 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33276 targets use aout.mt instead of ecoff.mt as gas understands
33277 standard aout format.
33278
33279Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33280
33281 * lib/gdb.exp (runto): Don't insist that function we are running to
33282 was compiled with -g.
33283
33284 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33285
33286 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33287 to get back into the read system call.
33288 Accept leading newline in case where we woke it up.
33289
33290Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33291
33292 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33293 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33294 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33295 enable ecoff configuration.
33296
33297Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33298
33299 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33300
33301Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33302
33303 * gdb.t16/printcmds.exp: Add another printf test.
33304
33305Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33306
33307 * configure.in: If configured -with-stabs on any target, add
33308 stabsdirs to configdirs.
33309
33310Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33311
33312 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33313 fun" so pattern does not match the command itself.
33314
33315Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33316
33317 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33318
33319Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33320
33321 * gdb.t17/interrupt.exp: Test for more things.
33322
33323Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33324
33325 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33326 compiler arranges the code and line numbers.
33327
33328 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33329
33330Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33331
33332 * gdb.t00/help.exp: Increase expect input buffer size.
33333
33334Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33335
33336 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33337
33338 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33339
33340 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33341
33342 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33343 [0-9]*, not just [0-9].
33344
33345Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33346
33347 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33348
33349 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33350
33351Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33352
33353 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33354
33355Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33356
33357 * gdb.t06/signals.c: Add xfails for sun3.
33358
33359 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33360
33361 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33362 test_stepping tests.
33363
33364Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33365
33366 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33367
33368 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33369
33370 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33371 rather than actually putting it through cpp twice.
33372
33373 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33374
33375Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33376
33377 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33378 no longer needed.
33379
33380Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33381
33382 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33383
33384 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33385 C++ features prints as "struct", make it a pass, not an xfail.
33386
33387Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33388
33389 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33390 Don't require VA to print as "class" rather than "struct".
33391
33392Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33393
33394 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33395
33396Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33397
33398 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33399
33400Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33401
33402 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33403 order.
33404
33405Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33406
33407 * gdb.t16/printcmds.exp: Add printf tests.
33408
33409 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33410
33411 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33412
33413Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33414
33415 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33416 pass counts, to counteract any existing or future setup_xfails.
33417
33418Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33419
33420 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33421 {BEGIN,END}_COMMON for common block instead of STAB.
33422 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33423
33424 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33425 intp_var should be N_GSYM not N_LSYM.
33426 wierd-aout.S: Use a label for the value of the N_SO.
33427 wierd.def: Remove all backslashes.
33428 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33429
33430Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33431
33432 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33433 get the expected next to inheritance3.
33434
33435Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33436
33437 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33438 now that gcc-2.4 gets it right.
33439
33440Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33441
33442 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33443
33444 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33445 generating comp-info.exp which works for cross-compilation.
33446
33447Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33448
33449 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33450 "*-*-sysv4.*".
33451
33452Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33453
33454 * gdb.t01/run.exp: Start with a fresh gdb.
33455 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33456 SVR4.x.
33457
33458Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33459
33460 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33461 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33462 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33463 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33464 things to remove.
33465
33466Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33467
33468 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33469 test cases from bug reports.
33470
33471Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33472
33473 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33474 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33475 avoid spurious xfails.
33476 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33477 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33478 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33479
33480Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33481
33482 * gdb.t00/teststrategy.exp: Rework to provide more useful
33483 description of each test, fix problem with systems that define
33484 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33485 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33486 results for "next over recursive call" so timeouts aren't taken
33487 by error.
33488
33489Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33490
33491 * gdb.t12/scope.exp: Test printing of variables before run.
33492
33493 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33494 printed in wrong order due to sorting.
33495
33496Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33497
33498 * gdb.t00/teststrategy.exp: Fix expected results for printing
33499 user entered string constant. Is array of char, prints with no
33500 address.
33501
33502 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33503 commands.
33504 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33505 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33506 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33507 of struct of char arrays.
33508 * gdb.t00/radix.exp: New tests for radix commands.
33509
33510Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33511
33512 * gdb.t16/printcmd.exp: Print a variable before running program
33513 (with xfail for AIX).
33514
33515Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33516
33517 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33518
33519 * gdb.t16/printcmd.exp: Don't print variables before running program.
33520
33521 * gdb.t06/break.exp: Don't require envp argument to main.
33522
33523 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33524
33525 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33526 Add xfails for rs6000.
33527
33528 * gdb.t02/whatis.exp: Change other tests not to re-test something
33529 we already tested.
33530
33531 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33532 each type used has a variable of that type.
33533
33534Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33535
33536 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33537
33538Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33539
33540 * configure.in: change srctrigger to be a file, not a directory
33541
33542Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33543
33544 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33545
33546 * gdb.t11/list.exp: Fixed a couple of typos.
33547
33548Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33549
33550 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33551 is fixed and PR is closed.
33552 * gdb.t16 (gdbme.c): Add simple test string variable.
33553 * gdb.t16 (printcmds.exp): Add tests with simple test string
33554 variable, primarily for boundaries on "set print elements".
33555
33556Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33557
33558 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33559 Make leading 0's optional and don't expect a tab in the middle
33560 of the number.
33561
33562 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33563
33564 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33565 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33566 don't end command passed to gdb_test with newline.
33567
33568 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33569 signed keyword away, don't expect signed bitfields to be signed.
33570
33571 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33572 printing with only as many 1's as are in the field as well as printing
33573 with 32 1's (see comment).
33574
33575Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33576
33577 * gdb.t00/default.exp: Start with a fresh gdb.
33578 * configure.in (configdirs): Remove gdb.t31 until the chill
33579 compiler works again. It no longer is able to find chillrt0
33580 since it isn't in libchill.a anymore.
33581 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33582 wierd.o, make more modular.
33583 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33584 spurious newlines that caused problems.
33585
33586Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33587
33588 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33589 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33590 gdb.stabs/wierd.{exp,def}: Many new tests.
33591
33592 * gdb.t00/default.exp: update info line for new message.
33593
33594 * gdb.t02/{whatis.exp,gdbme.c}:
33595 Test that "char *" doesn't print as "caddr_t".
33596
33597Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33598
33599 * gdb.t00/help.exp: Use .* in place of some help messages which
33600 just changed.
33601 gdb.t00/default.exp: Update "info frame" test for new message.
33602 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33603 Remove some xfails
33604
33605Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33606
33607 * gdb.t03/{gdbme.c,ptype.exp}:
33608 Add tests for typedef'd struct and union without tags.
33609 Also check "whatis" on a variable of a typedef'd enum without a tag.
33610
33611 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33612 PRMS 1823; the bug still exists but isn't reproduced by this test
33613 anymore), and remove rs6000 XFAIL (the bug is fixed).
33614
33615 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33616 duplicated from whatis.exp. For those that are left, accept
33617 "long", "long int", or "int" for long variables (whatis.exp already
33618 has an XFAIL for "int", so no need to fail it here).
33619
33620 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33621 Deal with GCC's names for types now that GDB uses the compiler's names.
33622
33623 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33624 setup_xfail's for sunos4. If we #defined the signed keyword away,
33625 don't expect GDB to know that char it is signed.
33626
33627 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33628
33629Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33630
33631 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33632 should work on any system, regardless of debugging format.
33633 * gdb.t21/demangle.exp: Move to gdb.t24.
33634 * gdb.t24/demangle.exp: Move from gdb.t21.
33635 * gdb.t24/{Makefile.in, configure.in}: New files.
33636
33637Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33638
33639 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33640 * gdb.stabs: New directory.
33641
33642Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33643
33644 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33645 not just "Quit anyway?".
33646
33647Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33648
33649 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33650 that all setup_xfails are immediately followed by clear_xfails.
33651
33652Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33653
33654 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33655 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33656 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33657 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33658 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33659 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33660 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33661 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33662 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33663 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33664 gdb.t31/chillvars.exp, lib/gdb.exp:
33665 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33666 bug-gdb@prep.ai.mit.edu.
33667
33668Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33669
33670 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33671 with 0.0, not integer 0.
33672
33673Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33674
33675 * gdb.t06/break.exp: Update for "Kill the program" message change.
33676
33677Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33678
33679 * Makefile.in (GDBFLAGS): Set to -nx.
33680 * Makefile.in (site.exp): Use GDBFLAGS.
33681
33682Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33683
33684 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33685 Makefiles.
33686 (check): depend on just-check.
33687 (just-check): added so that tests can be run without a noop
33688 build pass.
33689
33690Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33691
33692 Switch to using configure's configdirs.
33693 * Makefile.in (Makefile): add configure.in dependency.
33694 (SUBDIRS): removed redundant assignment.
33695 * configure.in: switch subdirs assignment to configdirs.
33696 * gdb.t*/configure.in: new files.
33697
33698Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33699
33700 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33701 works.
33702
33703Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33704
33705 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33706 in explicit rules. Apparently this is not supported by some makes.
33707
33708Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33709
33710 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33711
33712Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33713
33714 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33715 disappeared.
33716
33717Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33718
33719 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33720
33721Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33722
33723 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33724 watchpoint problem that is now fixed.
33725 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33726 uninitialized convenience variables.
33727 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33728 structures.
33729
33730Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33731
33732 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33733 which causes expect to get out of sync with gdb on long output
33734 from help set.
33735 * gdb.t09/corefile.exp: Make expected pattern for core file
33736 failing signal and frame output format less sun specific.
33737
33738Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33739
33740 * gdb.t31/chillvars.exp: Add and remove initial dummy
33741 breakpoint, so that symbol table is forced in.
33742 (Needed at least on Sunos4, though it seems not SVR4.)
33743 * gdb.t31/chillvars.exp: Update for changed output format.
33744
33745Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
33746
a9c64011 33747 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
33748
33749Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
33750
33751 * Makefile.in: Added --srcdir when invoking runtest, removed the
33752 need for a local config file. (optional now)
33753
33754Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
33755
33756 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
33757 failure count used to force early termination. Add some more
33758 expected failures for gnu style demangling.
33759
33760Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33761
33762 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
33763 pmi variable from gdb.t20/gdbme to get optimized away.
33764 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
33765 Check for written corefile upon timeout _and_ eof.
33766
33767Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33768
33769 * config/unix-gdb.exp: Add missing return 0.
33770
33771Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33772
33773 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
33774 test termination.
33775
33776Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33777
33778 * configure.in (subdirs): Put back gdb.t17 which mysteriously
33779 disappeared.
33780
33781Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
33782
33783 * gdb.t10/crossload.exp: Disable the i860-elf test until such
33784 time as i860 support works.
33785
d63a86f8 33786 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
33787 "backtrace 100\r" rather than just "backtrace\r", to match last
33788 change.
33789
33790Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
33791
33792 * config/udi-gdb.exp (gdb_exit): Remove close command.
33793 (gdb_target_udi): New procedure to set the UDI target.
33794 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
33795 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33796 Added waits for prompts after several question responses. Added
33797 some more responses used by a29k-amd-udi-gdb.
33798 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33799 pass different arguments, restart UDI connection after program
33800 completion.
33801 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33802 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33803 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33804 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33805 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33806 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33807 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33808 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33809 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33810 after program completion.
33811 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33812 compiled with a SELECT_VECS setting.
33813 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33814 infinite recursion.
33815
33816 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33817 Added checks for COFF results, and made them expected failures for
33818 all targets. It would be better to make them expected failures
33819 for COFF targets only.
33820
33821Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33822
33823 * Makefile.in: add null dvi target, don't bother to recurse
33824 through test directories for info and install-info; rename
33825 $(datadir) to be dejagnu instead of deja-gnu
33826
33827Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33828
33829 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33830 compiler to coredump.
33831 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33832 code.
33833
33834Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33835
33836 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33837 coredump.
33838 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33839 code.
33840
33841Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33842
33843 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33844 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33845 which in a shell. Deletes xgdb when done.
33846 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33847 Tests the return from the "set height" or "set width" commands.
33848 Added a few return codes where needed.
33849
33850Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33851
33852 * Makefile.in (SUBDIRS): Add gdb.t17.
33853 * configure.in (subdirs): Add gdb.t17.
33854 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33855 files to test gdb's calling of functions in the inferior with
33856 the correct arguments and gdb's ability to retrieve any
33857 result returned.
33858
33859Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33860
33861 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33862 may be called after gdb goes away. Previous versions of expect
33863 needed these to avoid file descriptor leaks, but they cause
33864 errors with the current revision of expect.
33865 * gdb.t00/gdbvars.exp: Use -re on expected output after
33866 setting sevenbit-strings.
33867 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33868 to set sevenbit-strings consistent across tests.
33869 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33870 set sevenbit-strings consistent across tests.
33871
33872Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33873
33874 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33875 expected output to match current "expect" expectations.
33876
33877Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33878
33879 * gdb.t00/default.exp: Change expected output for default "source"
33880 command, to match new gdb behavior which requires a filename to
33881 source.
33882
33883Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33884
33885 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33886 expected fail for i486-*-* that misses the marker2 function.
33887 * gdb.t10/crossload.exp (bfddefault): Allow successful
33888 recognition of a format to pass even if no symbols are found.
33889 Explicitly catch failures where the format is not recognized
33890 or is ambiguous, and add the reason to the fail message.
33891 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33892 the cause is and invalid target and add reason to failure message.
33893 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33894 elf32-i386, elf32-sparc, and elf32-i860.
33895 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33896 Set up expected failure for 'filename'::variable scope resolution,
33897 which is now apparently broken on all targets.
33898 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33899 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33900 gdb.t23/templates.exp: Change failure for missing binfile into
33901 just a warning.
33902 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33903 references.
33904
33905Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33906
33907 * gdb.t00/default.exp: Add expected output for default "source"
33908 command, to match new gdb behavior.
33909 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33910
33911Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33912
33913 * config/*-gdb.exp: returns an error, rather than exiting on
33914 internal errors.
33915
33916Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33917
33918 * gdb.t03/gdbme.c: Add pointer to struct variable.
33919 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33920 referencing struct members.
33921
33922Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33923
33924 * configure.in (mips-idt-ecoff): New target.
33925 * config/mips-gdb.exp: New file for remote board using MIPS remote
33926 debugging protocol.
33927
33928 * Redid configuration scheme. Removed gdb.t*/configure.in.
33929 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33930 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33931 distclean targets. Built executables via .o files. Adjusted
33932 tests to account for source files in $(srcdir) rather than
33933 $(objdir).
33934 * lib/gdb.exp (runto): Don't expect () after the function name,
33935 because it may have arguments.
33936
33937Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33938
33939 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33940 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33941 expected failures for mips-idt-* and mips-sgi-*.
33942 * gdb.t00/default.exp (attach): Kill process if requested.
33943 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33944 that does not read core files.
33945 * gdb.t01/run.exp: Removed checks for exit status code.
33946 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33947 it is linked in.
33948 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33949 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33950 appropriate, rather than doing it by hand.
33951 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33952 execution.
33953 * gdb.t10/crossload.exp: Kill existing program if needed.
33954 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33955 appropriate, rather than doing it by hand. Always increase
33956 timeout for this test, not just for VxWorks.
33957
33958Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33959
33960 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33961 of Chill STRUCT types and STRUCT values.
33962 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33963 than "char".
33964 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 33965 struct2): New struct definitions and initializations to test
c906108c
SS
33966 simple Chill STRUCT types.
33967
33968Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33969
33970 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33971 the null byte at the end of strings.
33972 * gdb.t00/default.exp: Make show version insensitive to copyright
33973 date.
33974 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33975 to avoid dependencies on target char signedness.
33976 * gdb.t16/printcmds.exp: Update expected results for explicitly
33977 unsigned char.
33978 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33979 now work.
33980 * gdb.t21/demangle.exp: Add many more patterns for template
33981 demangling, most of them being expected failures.
33982 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33983 string we are matching for, to match on the whole string.
33984 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33985 and fix a whole bunch that had incorrect expected output but were
33986 passing anyway because of the bug in "proc demangle".
33987 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33988 type.
33989 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33990
33991Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33992
a9c64011
AS
33993 * gdb/testsuite: made modifications to testcases, etc., to allow
33994 them to work properly given the reorganization of deja-gnu and the
33995 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
33996
33997Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33998
33999 * gdb/testsuite: Initial creation of gdb/testsuite.
34000 Migrated dejagnu testcases and support files for testing nm to
34001 gdb/testsuite from deja-gnu. These files were moved "as is"
34002 with no modifications. This migration is part of a major overhaul
34003 of dejagnu. The modifications to these testcases, etc., which
34004 will allow them to work with the new version of dejagnu will be
34005 made in a future update.
48efe704 34006
8d8cb839 34007 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 34008\f
8d8cb839
EZ
34009;; Local Variables:
34010;; mode: change-log
34011;; left-margin: 8
34012;; fill-column: 74
34013;; version-control: never
34014;; End:
902f2ccb 34015
ecd75fc8 34016 Copyright 1993-2014 Free Software Foundation, Inc.
902f2ccb
MC
34017 Copying and distribution of this file, with or without modification,
34018 are permitted provided the copyright notice and this notice are preserved.
This page took 6.240834 seconds and 4 git commands to generate.