gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-08-24 Yao Qi <yao@codesourcery.com>
2
3 * gdb.trace/entry-values.c (end): New
4 (main): Call end.
5 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
6 tracepoint and collect data. Test entry value is unavailable.
7
8 2013-08-24 Yao Qi <yao@codesourcery.com>
9
10 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
11 * gdb.trace/entry-values.c: New.
12 * gdb.trace/entry-values.exp: New.
13
14 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
15
16 PR gdb/15501
17 * gdb.base/ena-dis-br.exp: Add test to verify
18 enable/disable commands work correctly with
19 multiple arguments that include multiple locations.
20
21 2013-08-22 Samuel Bronson <naesten@gmail.com>
22
23 ARM Linux support for `catch syscall'.
24 * gdb.base/catch-syscall.exp: Test this on ARM now.
25 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
26
27 2013-08-22 Tom Tromey <tromey@redhat.com>
28
29 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
30 default addr_size.
31 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
32
33 2013-08-22 Tom Tromey <tromey@redhat.com>
34
35 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
36 standard_temp_file.
37
38 2013-08-22 Tom Tromey <tromey@redhat.com>
39
40 * gdb.arch/amd64-byte.exp: Use standard_testfile,
41 clean_restart.
42 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
43 * gdb.arch/amd64-dword.exp: Use standard_testfile,
44 clean_restart.
45 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
46 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
47 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
48 * gdb.arch/amd64-word.exp: Use standard_testfile,
49 clean_restart.
50 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
51 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
52 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
53 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
54 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
55 * gdb.arch/i386-signal.exp: Use standard_testfile.
56 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
57 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
58 * gdb.arch/i386-unwind.exp: Use standard_testfile.
59 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
60
61 2013-08-22 Tom Tromey <tromey@redhat.com>
62
63 * gdb.python/py-error.exp: Use gdb_remote_download.
64 * gdb.python/py-mi.exp: Use gdb_remote_download.
65 * gdb.python/py-objfile-script.exp: Use standard_output_file.
66 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
67 (run_lang_tests): Likewise.
68 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
69 filename.
70 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
71 compiling. Use gdb_remote_download. Update some tests.
72 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
73 standard_output_file.
74 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
75 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
76 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
77 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
78 standard_output_file.
79
80 2013-08-22 Tom Tromey <tromey@redhat.com>
81
82 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
83
84 2013-08-22 Tom Tromey <tromey@redhat.com>
85
86 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
87 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
88 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
89 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
90 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
91 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
92 * lib/gdb.exp (gdb_remote_download): New proc.
93
94 2013-08-22 Tom Tromey <tromey@redhat.com>
95
96 * gdb.dwarf2/clztest.exp: Use standard_testfile.
97 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
98 * gdb.dwarf2/fission-base.S: Remove directory from
99 DW_AT_GNU_dwo_name.
100 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
101 debug-file-directory.
102 * gdb.dwarf2/fission-reread.S: Remove directory from
103 DW_AT_GNU_dwo_name.
104 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
105 debug-file-directory.
106
107 2013-08-16 Doug Evans <dje@google.com>
108
109 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
110 prelink complains about an unhandled DWARF version.
111
112 2013-08-14 Cary Coutant <ccoutant@google.com>
113
114 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
115
116 2013-08-13 Tom Tromey <tromey@redhat.com>
117 Yao Qi <yao@codesourcery.com>
118
119 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
120 * lib/gdb.exp: Handle GDB_PARALLEL.
121 (default_gdb_version): Kill inotify_pid if it exists.
122 (default_gdb_exit): Emit warning if the inotify log is not
123 empty.
124 (standard_output_file): Respect GDB_PARALLEL.
125 (standard_temp_file): Likewise.
126 (gdb_init): Start inotifywait if requested.
127
128 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
129
130 * gdb.base/printcmds.exp (test_printf): Add test for printf of
131 pointer with various flags.
132
133 2013-08-13 Tom Tromey <tromey@redhat.com>
134
135 * lib/cache.exp: New file.
136 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
137 * lib/gdb.exp: Load cache.exp.
138 (support_complex_tests, is_ilp32_target, is_lp64_target)
139 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
140 (gdb_skip_xml_test): Use gdb_caching_proc.
141 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
142
143 2013-08-13 Tom Tromey <tromey@redhat.com>
144
145 * lib/gdb.exp (standard_temp_file): New proc.
146 (support_complex_tests, is_ilp32_target, is_lp64_target)
147 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
148 standard_temp_file.
149
150 2013-08-13 Tom Tromey <tromey@redhat.com>
151
152 * lib/gdb.exp (build_id_debug_filename_get): Use
153 standard_output_file.
154 * lib/prelink-support.exp (section_get)
155 (build_executable_own_libs): Use standard_output_file.
156
157 2013-08-12 Tom Tromey <tromey@redhat.com>
158
159 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
160
161 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
162
163 * gdb.base/break.exp: Test break via convenience variable
164 with file name.
165
166 2013-08-09 Doug Evans <dje@google.com>
167
168 * lib/future.exp (gdb_find_ldd): New proc.
169 * lib/prelink-support.exp (build_executable_own_libs): Call it.
170 Make "/usr/sbin/" in prelink path optional.
171
172 2013-08-09 Yao Qi <yao@codesourcery.com>
173
174 * gdb.trace/collection.exp (gdb_collect_args_test): Set
175 "only" and "both" to 'print entry-values' before selecting
176 trace frame.
177
178 2013-08-08 Yao Qi <yao@codesourcery.com>
179
180 * gdb.trace/mi-trace-unavailable.exp: Don't set
181 "print entry-values" to "no".
182 (test_trace_unavailable): Set various values to
183 "print entry-values" to test that the output of
184 '-stack-list-locals' is not affected, and then set
185 set "print entry-values" to "no".
186
187 2013-08-07 Doug Evans <dje@google.com>
188
189 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
190 * gdb.python/py-value-cc.exp: Update.
191 * gdb.python/py-value.exp: Use different names for .o files for
192 C and C++. Only perform C++ tests if !skip_cplus_tests.
193
194 2013-08-07 Tom Tromey <tromey@redhat.com>
195
196 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
197
198 2013-08-07 Tom Tromey <tromey@redhat.com>
199
200 * gdb.dwarf2/dwz.exp: New file.
201
202 2013-08-02 Tom Tromey <tromey@redhat.com>
203
204 * gdb.base/watchpoint.c (struct foo5): New.
205 (nullptr): New global.
206 * gdb.base/watchpoint.exp (test_watch_location): Add test.
207
208 2013-08-01 Doug Evans <dje@google.com>
209
210 PR symtab/15691
211 * gdb.dwarf2/fission-mix.exp: New file.
212 * gdb.dwarf2/fission-mix.h: New file.
213 * gdb.dwarf2/fission-mix.c: New file.
214 * gdb.dwarf2/fission-mix2.c: New file.
215
216 PR symtab/15695
217 * gdb.base/func-ptr.exp: New file.
218 * gdb.base/func-ptr.c: New file.
219
220 2013-08-01 Yao Qi <yao@codesourcery.com>
221
222 * gdb.python/py-sync-interp.c: New.
223 * gdb.python/py-sync-interp.exp: New.
224
225 2013-07-31 Yao Qi <yao@codesourcery.com>
226
227 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
228 'tdump' on stack frame 0 and 1 respectively.
229
230 2013-07-31 Yao Qi <yao@codesourcery.com>
231
232 PR gdb/13443
233 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
234 'traceframe'. Wrap test with with_test_prefix.
235 (top level): Update.
236
237 2013-07-31 Yao Qi <yao@codesourcery.com>
238
239 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
240 'gdb_start'.
241 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
242 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
243
244 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
245
246 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
247 when printing an optimized out value. Expect an error when using
248 an optimized out value in an expression.
249
250 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
251
252 * gdb.dwarf2/pieces-optimized-out.exp: New file.
253 * gdb.dwarf2/pieces-optimized-out.c: New file.
254 * gdb.dwarf2/pieces-optimized-out.S: New file.
255
256 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
257
258 PR gdb/15715
259 * gdb.base/setshow.exp: Test that relative paths passed to
260 'set history filename' are converted to absolute paths.
261
262 2013-07-26 Keith Seitz <keiths@redhat.com>
263
264 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
265 of f77.
266 Allow for compiler variations of integer types.
267 Use mi_create_varobj.
268 Use mi_list_varobj_children for the immediate children of `array'.
269 Add "has_more" attribute for grandchildren test.
270
271 2013-07-26 Pedro Alves <palves@redhat.com>
272
273 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
274 files.
275
276 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
277
278 * gdb.mi/mi-reg-undefined.exp: New file.
279 * gdb.mi/mi-reg-undefined.c: Likewise.
280 * gdb.mi/mi-reg-undefined.S: Likewise.
281
282 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
283
284 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
285 z, o, and t output formats.
286 * gdb.base/display.exp: Use 'k' as an undefined format now that
287 'z' is defined.
288
289 2013-07-24 Doug Evans <dje@google.com>
290
291 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
292 "--" to switch.
293
294 2013-07-24 Yao Qi <yao@codesourcery.com>
295
296 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
297 host.
298 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
299 Likewise. If host is remote, copy ${binfile} to host.
300
301 2013-07-23 Yao Qi <yao@codesourcery.com>
302
303 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
304 message.
305
306 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
307
308 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
309 instructions and enable disp-step-syscall for arm targets.
310
311 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
312
313 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
314 assembler errors on arm.
315 * gdb.dwarf2/mac-fileno.S: Likewise.
316 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
317 * gdb.dwarf2/pr13961.S: Likewise.
318
319 2013-07-19 Hui Zhu <hui@codesourcery.com>
320
321 PR gdb/15692
322 * gdb.mi/mi-dprintf.exp: Add double quotes test.
323
324 2013-07-19 Yao Qi <yao@codesourcery.com>
325
326 * gdb.trace/read-memory.exp (test_from_remote): Update test.
327 (teset_from_exec): Likewise.
328
329 2013-07-19 Yao Qi <yao@codesourcery.com>
330
331 * gdb.trace/read-memory.c: New.
332 * gdb.trace/read-memory.exp: New.
333
334 2013-07-19 Yao Qi <yao@codesourcery.com>
335
336 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
337 $dest to link options if host is remote. Move the
338 generated file to $dest.a on host if host is remote.
339
340 2013-07-18 Will Newton <will.newton@linaro.org>
341
342 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
343 to ensure the test is linked against pthreads.
344 * gdb.threads/tls-var-main.c: Likewise.
345 * gdb.threads/tls-shared.c: Likewise.
346
347 2013-07-18 Yao Qi <yao@codesourcery.com>
348
349 * lib/future.exp (gdb_default_target_compile): Use tail name
350 of $destfile as the output name of compile. Move the
351 generated file to $destfile on build.
352
353 2013-07-18 Yao Qi <yao@codesourcery.com>
354
355 * lib/gdb.exp (gdb_compile): Set
356 gdb_saved_set_unbuffered_mode_obj to
357 set_unbuffered_mode_saved.o if host is remote. Invoke
358 remote_download to copy $unbuf_obj to host.
359
360 2013-07-17 Doug Evans <dje@google.com>
361
362 * gdb.python/py-frame-args.c: New file.
363 * gdb.python/py-frame-args.py: New file.
364 * gdb.python/py-frame-args.exp New file.
365
366 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
367
368 * gdb.base/printcmds.exp (test_printf): Add tests for format
369 strings with missing format specifier.
370
371 2013-07-16 Tom Tromey <tromey@redhat.com>
372
373 * gdb.ada/info_types.exp: Use standard_testfile.
374
375 2013-07-16 Tom Tromey <tromey@redhat.com>
376
377 * gdb.mi/mi-basics.exp: Use standard_output_file.
378 (test_dir_specification, test_cwd_specification)
379 (test_path_specification): Use testsubdir, not subdir and objdir.
380
381 2013-07-16 Tom Tromey <tromey@redhat.com>
382
383 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
384
385 2013-07-09 Joel Brobecker <brobecker@adacore.com>
386
387 * gdb.ada/small_reg_param.exp: Accept optional entry value
388 for parameter "w".
389
390 2013-07-09 Joel Brobecker <brobecker@adacore.com>
391
392 * gdb.ada/small_reg_param.exp: Remove trailing space.
393
394 2013-07-09 Doug Evans <dje@google.com>
395
396 * gdb.base/default.exp: Update expected output of "show print array"
397 and "show print pretty".
398
399 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
400
401 * gdb.threads/wp-replication.exp: Stop counting available hardware
402 watchpoints after NR_THREADS iterations.
403
404 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
405
406 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
407
408 2013-07-07 Yao Qi <yao@codesourcery.com>
409
410 * boards/native-gdbserver.exp: Move invoke of
411 process_multilib_options to gdbserver-base.exp.
412 Move set_board_info 'compiler', 'gdb,noinferiorio',
413 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
414 gdbserver-base.exp.
415 Move proc ${board}_download, ${board}_upload and
416 ${board}_file to gdbserver-base.exp.
417 * boards/native-extended-gdbserver.exp: Likewise.
418 * boards/native-stdio-gdbserver.exp: Likewise.
419 * boards/gdbserver-base.exp: New file.
420
421 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
422
423 * gdb.base/dump.exp: Remove arch-specific tests and do a
424 generic data address check to set is64bitonly correctly.
425
426 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
427
428 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
429 the register number instead of expecting only 0.
430
431 2013-07-05 Will Newton <will.newton@linaro.org>
432
433 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
434 in asm syntax to allow building on ARM.
435
436 2013-07-05 Yao Qi <yao@codesourcery.com>
437
438 * boards/local-remote-host.exp: Remove obsolete comments.
439 * boards/native-extended-gdbserver.exp: Likewise.
440 * boards/native-gdbserver.exp: Likewise.
441 * boards/native-stdio-gdbserver.exp: Likewise.
442
443 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
444
445 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
446 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
447 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
448
449 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
450
451 * gdb.base/break-on-linker-gcd-function.exp: Replace
452 prepare_for_testing by build_executable_from_specs and clean_restart.
453
454 2013-06-27 Tom Tromey <tromey@redhat.com>
455
456 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
457 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
458 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
459 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
460 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
461 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
462 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
463 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
464 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
465 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
466 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
467 Use standard_testfile, standard_output_file, prepare_for_testing,
468 clean_restart.
469
470 2013-06-27 Tom Tromey <tromey@redhat.com>
471
472 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
473 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
474 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
475 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
476 gdb.base/shreloc.exp, gdb.base/sigall.exp,
477 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
478 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
479 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
480 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
481 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
482 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
483 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
484 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
485 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
486 gdb.base/solib-weak.exp, gdb.base/source.exp,
487 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
488 gdb.base/stap-probe.exp, gdb.base/start.exp,
489 gdb.base/step-break.exp, gdb.base/step-bt.exp,
490 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
491 gdb.base/step-test.exp, gdb.base/structs.exp,
492 gdb.base/structs2.exp, gdb.base/structs3.exp,
493 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
494 standard_output_file, prepare_for_testing, clean_restart.
495
496 2013-06-27 Tom Tromey <tromey@redhat.com>
497
498 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
499 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
500 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
501 gdb.base/pending.exp, gdb.base/permissions.exp,
502 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
503 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
504 gdb.base/printcmds.exp, gdb.base/prologue.exp,
505 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
506 gdb.base/ptype.exp, gdb.base/randomize.exp,
507 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
508 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
509 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
510 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
511 standard_testfile, standard_output_file, prepare_for_testing,
512 clean_restart.
513
514 2013-06-27 Tom Tromey <tromey@redhat.com>
515
516 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
517 gdb.base/huge.exp, gdb.base/included.exp,
518 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
519 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
520 gdb.base/info-os.exp, gdb.base/info-proc.exp,
521 gdb.base/info-target.exp, gdb.base/infoline.exp,
522 gdb.base/interp.exp, gdb.base/interrupt.exp,
523 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
524 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
525 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
526 gdb.base/logical.exp, gdb.base/long_long.exp,
527 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
528 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
529 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
530 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
531 standard_testfile, standard_output_file, prepare_for_testing,
532 clean_restart.
533
534 2013-06-27 Tom Tromey <tromey@redhat.com>
535
536 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
537 gdb.base/enumval.exp, gdb.base/environ.exp,
538 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
539 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
540 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
541 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
542 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
543 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
544 gdb.base/fullname.exp, gdb.base/funcargs.exp,
545 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
546 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
547 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
548 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
549 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
550 gdb.base/gnu_vector.exp: Use standard_testfile,
551 standard_output_file, prepare_for_testing, clean_restart.
552
553 2013-06-27 Tom Tromey <tromey@redhat.com>
554
555 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
556 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
557 gdb.base/call-strs.exp, gdb.base/callexit.exp,
558 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
559 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
560 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
561 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
562 gdb.base/commands.exp, gdb.base/completion.exp,
563 gdb.base/complex.exp, gdb.base/cond-expr.exp,
564 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
565 gdb.base/constvars.exp, gdb.base/corefile.exp,
566 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
567 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
568 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
569 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
570 gdb.base/dup-sect.exp: Use standard_testfile,
571 standard_output_file, prepare_for_testing, clean_restart.
572
573 2013-06-27 Tom Tromey <tromey@redhat.com>
574
575 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
576 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
577 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
578 gdb.base/async-shell.exp, gdb.base/async.exp,
579 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
580 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
581 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
582 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
583 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
584 gdb.base/break-on-linker-gcd-function.exp,
585 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
586 standard_output_file, prepare_for_testing, clean_restart.
587
588 2013-06-26 Yao Qi <yao@codesourcery.com>
589
590 * gdb.trace/mi-trace-frame-collected.exp: New.
591
592 2013-06-25 Yao Qi <yao@codesourcery.com>
593
594 * boards/native-extended-gdbserver.exp: Set board_info
595 'gdb,predefined_tsv'.
596 * boards/native-gdbserver.exp: Likewise.
597 * boards/native-stdio-gdbserver.exp: Likewise.
598 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
599 uploaded TSVs if target supports tracing.
600 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
601 tracing and target has predefined tsv.
602
603 2013-06-25 Yao Qi <yao@codesourcery.com>
604 Hui Zhu <hui@codesourcery.com>
605 Pedro Alves <palves@redhat.com>
606
607 PR breakpoints/15075
608 PR breakpoints/15434
609 * gdb.base/dprintf-next.c: New file.
610 * gdb.base/dprintf-next.exp: New file.
611 * gdb.base/dprintf-non-stop.c: New file.
612 * gdb.base/dprintf-non-stop.exp: New file.
613 * gdb.base/dprintf.exp: Don't check "continue" in the output
614 of "info breakpoints".
615 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
616 Don't check "continue" in script field.
617
618 2013-06-21 Tom Tromey <tromey@redhat.com>
619
620 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
621 name in a test name.
622
623 2013-06-20 Yao Qi <yao@codesourcery.com>
624
625 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
626 and set an action.
627 (test_trace_unavailable): Test command -data-list-register-values
628 in the context of traceframe and with option --skip-unavailable.
629 * gdb.trace/trace-unavailable.c (foo): New.
630 (main): Call it.
631 * gdb.mi/gdb2549.exp: Update matching pattern.
632
633 2013-06-19 Mike Frysinger <vapier@gentoo.org>
634
635 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
636 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
637 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
638 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
639 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
640
641 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
642
643 * gdb.base/subst.exp: Delete default rules before further
644 tests.
645
646 2013-06-19 Yao Qi <yao@codesourcery.com>
647
648 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
649 unsupported if it is not registered.
650
651 2013-06-18 Tom Tromey <tromey@redhat.com>
652
653 * gdb.base/random-signal.c: New file.
654 * gdb.base/random-signal.exp: New file.
655
656 2013-06-18 Will Newton <will.newton@linaro.org>
657
658 * gdb.base/skip.c: Use comma to evaluate results of foo()
659 and bar() before passing to baz().
660 * gdb.base/skip.c: baz() now takes one argument instead of
661 two.
662
663 2013-06-18 Tom Tromey <tromey@redhat.com>
664
665 * gdb.dwarf2/implptrpiece.exp: New file.
666 * gdb.dwarf2/implptrconst.exp (d): New variable.
667 Print d.
668 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
669
670 2013-06-18 Tom Tromey <tromey@redhat.com>
671
672 * lib/selftest-support.exp (do_self_tests): Reject remote or
673 non-native targets.
674 * gdb.gdb/complaints.exp: Remove check.
675 * gdb.gdb/observer.exp: Remove check.
676 * gdb.gdb/xfullpath.exp: Remove check.
677 * gdb.gdb/complaints.exp: Remove check.
678
679 2013-06-07 Pedro Alves <palves@redhat.com>
680
681 * boards/native-extended-gdbserver.exp: Remove semicolon.
682 * config/arm-ice.exp: Likewise.
683 * config/bfin.exp: Likewise.
684 * config/cygmon.exp: Likewise.
685 * config/h8300.exp: Likewise.
686 * config/monitor.exp: Likewise.
687 * config/sid.exp: Likewise.
688 * config/sim.exp: Likewise.
689 * config/slite.exp: Likewise.
690 * config/vx.exp: Likewise.
691 * gdb.arch/i386-bp_permanent.exp: Likewise.
692 * gdb.asm/asm-source.exp: Likewise.
693 * gdb.base/args.exp: Likewise.
694 * gdb.base/attach-pie-misread.exp: Likewise.
695 * gdb.base/auxv.exp: Likewise.
696 * gdb.base/bigcore.exp: Likewise.
697 * gdb.base/bitfields2.exp: Likewise.
698 * gdb.base/bitfields.exp: Likewise.
699 * gdb.base/break.exp: Likewise.
700 * gdb.base/break-interp.exp: Likewise.
701 * gdb.base/callfuncs.exp: Likewise.
702 * gdb.base/call-sc.exp: Likewise.
703 * gdb.base/commands.exp: Likewise.
704 * gdb.base/corefile.exp: Likewise.
705 * gdb.base/dbx.exp: Likewise.
706 * gdb.base/ending-run.exp: Likewise.
707 * gdb.base/exprs.exp: Likewise.
708 * gdb.base/funcargs.exp: Likewise.
709 * gdb.base/hbreak2.exp: Likewise.
710 * gdb.base/huge.exp: Likewise.
711 * gdb.base/list.exp: Likewise.
712 * gdb.base/memattr.exp: Likewise.
713 * gdb.base/overlays.exp: Likewise.
714 * gdb.base/printcmds.exp: Likewise.
715 * gdb.base/recurse.exp: Likewise.
716 * gdb.base/remotetimeout.exp: Likewise.
717 * gdb.base/reread.exp: Likewise.
718 * gdb.base/savedregs.exp: Likewise.
719 * gdb.base/scope.exp: Likewise.
720 * gdb.base/sepdebug.exp: Likewise.
721 * gdb.base/setshow.exp: Likewise.
722 * gdb.base/setvar.exp: Likewise.
723 * gdb.base/sigaltstack.exp: Likewise.
724 * gdb.base/siginfo-addr.exp: Likewise.
725 * gdb.base/siginfo.exp: Likewise.
726 * gdb.base/siginfo-obj.exp: Likewise.
727 * gdb.base/sigrepeat.exp: Likewise.
728 * gdb.base/sigstep.exp: Likewise.
729 * gdb.base/structs.exp: Likewise.
730 * gdb.base/testenv.exp: Likewise.
731 * gdb.base/twice.exp: Likewise.
732 * gdb.base/valgrind-db-attach.exp: Likewise.
733 * gdb.base/valgrind-infcall.exp: Likewise.
734 * gdb.base/varargs.exp: Likewise.
735 * gdb.base/watchpoint.exp: Likewise.
736 * gdb.cp/gdb1355.exp: Likewise.
737 * gdb.cp/misc.exp: Likewise.
738 * gdb.disasm/hppa.exp: Likewise.
739 * gdb.disasm/t01_mov.exp: Likewise.
740 * gdb.disasm/t02_mova.exp: Likewise.
741 * gdb.disasm/t03_add.exp: Likewise.
742 * gdb.disasm/t04_sub.exp: Likewise.
743 * gdb.disasm/t05_cmp.exp: Likewise.
744 * gdb.disasm/t06_ari2.exp: Likewise.
745 * gdb.disasm/t07_ari3.exp: Likewise.
746 * gdb.disasm/t08_or.exp: Likewise.
747 * gdb.disasm/t09_xor.exp: Likewise.
748 * gdb.disasm/t10_and.exp: Likewise.
749 * gdb.disasm/t11_logs.exp: Likewise.
750 * gdb.disasm/t12_bit.exp: Likewise.
751 * gdb.disasm/t13_otr.exp: Likewise.
752 * gdb.gdb/selftest.exp: Likewise.
753 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
754 * gdb.mi/mi-reverse.exp: Likewise.
755 * gdb.pascal/floats.exp: Likewise.
756 * gdb.python/py-inferior.exp: Likewise.
757 * gdb.threads/attach-into-signal.exp: Likewise.
758 * gdb.threads/pthreads.exp: Likewise.
759 * gdb.threads/thread_events.exp: Likewise.
760 * gdb.threads/watchthreads.exp: Likewise.
761 * gdb.trace/actions-changed.exp: Likewise.
762 * gdb.trace/actions.exp: Likewise.
763 * gdb.trace/ax.exp: Likewise.
764 * gdb.trace/backtrace.exp: Likewise.
765 * gdb.trace/change-loc.exp: Likewise.
766 * gdb.trace/deltrace.exp: Likewise.
767 * gdb.trace/disconnected-tracing.exp: Likewise.
768 * gdb.trace/ftrace.exp: Likewise.
769 * gdb.trace/infotrace.exp: Likewise.
770 * gdb.trace/passc-dyn.exp: Likewise.
771 * gdb.trace/passcount.exp: Likewise.
772 * gdb.trace/pending.exp: Likewise.
773 * gdb.trace/qtro.exp: Likewise.
774 * gdb.trace/range-stepping.exp: Likewise.
775 * gdb.trace/report.exp: Likewise.
776 * gdb.trace/save-trace.exp: Likewise.
777 * gdb.trace/status-stop.exp: Likewise.
778 * gdb.trace/strace.exp: Likewise.
779 * gdb.trace/tfile.exp: Likewise.
780 * gdb.trace/tfind.exp: Likewise.
781 * gdb.trace/trace-break.exp: Likewise.
782 * gdb.trace/tracecmd.exp: Likewise.
783 * gdb.trace/trace-mt.exp: Likewise.
784 * gdb.trace/tspeed.exp: Likewise.
785 * gdb.trace/tsv.exp: Likewise.
786 * gdb.trace/while-stepping.exp: Likewise.
787 * lib/gdb.exp: Likewise.
788 * lib/gdbserver-support.exp: Likewise.
789 * lib/java.exp: Likewise.
790 * lib/mi-support.exp: Likewise.
791 * lib/pascal.exp: Likewise.
792 * lib/prompt.exp: Likewise.
793 * lib/trace-support.exp: Likewise.
794
795 2013-06-07 Pedro Alves <palves@redhat.com>
796
797 * gdb.ada/info_types.c: Fix formating in copyright header.
798 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
799 * gdb.base/float.c: Likewise.
800 * gdb.base/inferior-died.c: Likewise.
801 * gdb.base/interp.c: Likewise.
802 * gdb.base/jit-main.c: Likewise.
803 * gdb.base/jit-solib.c: Likewise.
804 * gdb.base/long_long.c: Likewise.
805 * gdb.base/longjmp.c: Likewise.
806 * gdb.base/nextoverexit.c: Likewise.
807 * gdb.base/pr11022.c: Likewise.
808 * gdb.base/prelink-lib.c: Likewise.
809 * gdb.base/prelink.c: Likewise.
810 * gdb.base/prologue.c: Likewise.
811 * gdb.base/restore.c: Likewise.
812 * gdb.base/sigchld.c: Likewise.
813 * gdb.base/solib-search-lib1.c: Likewise.
814 * gdb.base/solib-search-lib2.c: Likewise.
815 * gdb.base/solib-search.c: Likewise.
816 * gdb.base/solib-search.h: Likewise.
817 * gdb.base/whatis.c: Likewise.
818 * gdb.cp/abstract-origin.cc: Likewise.
819 * gdb.cp/anon-struct.cc: Likewise.
820 * gdb.cp/baseenum.cc: Likewise.
821 * gdb.cp/bs15503.cc: Likewise.
822 * gdb.cp/call-c-1.c: Likewise.
823 * gdb.cp/call-c.cc: Likewise.
824 * gdb.cp/class2.cc: Likewise.
825 * gdb.cp/classes.cc: Likewise.
826 * gdb.cp/cttiadd.cc: Likewise.
827 * gdb.cp/cttiadd1.cc: Likewise.
828 * gdb.cp/cttiadd2.cc: Likewise.
829 * gdb.cp/cttiadd3.cc: Likewise.
830 * gdb.cp/derivation.cc: Likewise.
831 * gdb.cp/derivation2.cc: Likewise.
832 * gdb.cp/dispcxx.cc: Likewise.
833 * gdb.cp/exception.cc: Likewise.
834 * gdb.cp/gdb2384-base.cc: Likewise.
835 * gdb.cp/gdb2384-base.h: Likewise.
836 * gdb.cp/gdb2384.cc: Likewise.
837 * gdb.cp/gdb2495.cc: Likewise.
838 * gdb.cp/mb-inline.h: Likewise.
839 * gdb.cp/mb-inline1.cc: Likewise.
840 * gdb.cp/mb-inline2.cc: Likewise.
841 * gdb.cp/member-name.cc: Likewise.
842 * gdb.cp/member-ptr.cc: Likewise.
843 * gdb.cp/misc.cc: Likewise.
844 * gdb.cp/namespace1.cc: Likewise.
845 * gdb.cp/nextoverthrow.cc: Likewise.
846 * gdb.cp/pr-574.cc: Likewise.
847 * gdb.cp/pr9631.cc: Likewise.
848 * gdb.cp/printmethod.cc: Likewise.
849 * gdb.cp/psmang1.cc: Likewise.
850 * gdb.cp/psmang2.cc: Likewise.
851 * gdb.cp/psymtab-parameter.cc: Likewise.
852 * gdb.cp/ptype-flags.cc: Likewise.
853 * gdb.cp/ref-params.cc: Likewise.
854 * gdb.cp/ref-types.cc: Likewise.
855 * gdb.cp/smartp.cc: Likewise.
856 * gdb.cp/try_catch.cc: Likewise.
857 * gdb.cp/userdef.cc: Likewise.
858 * gdb.cp/using-crash.cc: Likewise.
859 * gdb.cp/virtfunc.cc: Likewise.
860 * gdb.cp/virtfunc2.cc: Likewise.
861 * gdb.dwarf2/callframecfa.S: Likewise.
862 * gdb.dwarf2/dw2-ranges.c: Likewise.
863 * gdb.dwarf2/dw2-ranges2.c: Likewise.
864 * gdb.dwarf2/dw2-ranges3.c: Likewise.
865 * gdb.dwarf2/dw2-restore.S: Likewise.
866 * gdb.dwarf2/pieces.S: Likewise.
867 * gdb.dwarf2/valop.S: Likewise.
868 * gdb.java/jnpe.java: Likewise.
869 * gdb.mi/mi-stepn.c: Likewise.
870 * gdb.mi/mi-var-cp.cc: Likewise.
871 * gdb.mi/mi-var-rtti.cc: Likewise.
872 * gdb.mi/ns-stale-regcache.c: Likewise.
873 * gdb.mi/pr11022.c: Likewise.
874 * gdb.mi/solib-lib.c: Likewise.
875 * gdb.mi/solib-main.c: Likewise.
876 * gdb.python/py-arch.c: Likewise.
877 * gdb.python/py-block.c: Likewise.
878 * gdb.python/py-breakpoint.c: Likewise.
879 * gdb.python/py-events.c: Likewise.
880 * gdb.python/py-evthreads.c: Likewise.
881 * gdb.python/py-explore.c: Likewise.
882 * gdb.python/py-explore.cc: Likewise.
883 * gdb.python/py-finish-breakpoint.c: Likewise.
884 * gdb.python/py-finish-breakpoint2.cc: Likewise.
885 * gdb.python/py-symbol.c: Likewise.
886 * gdb.threads/execl.c: Likewise.
887 * gdb.threads/execl1.c: Likewise.
888
889 2013-06-07 Will Newton <will.newton@linaro.org>
890
891 * gdb.base/long_long.exp: Fix ARM EABI target glob.
892
893 2013-06-07 Will Newton <will.newton@linaro.org>
894
895 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
896 and "starting".
897
898 2013-06-07 Will Newton <will.newton@linaro.org>
899
900 * gdb.cp/anon-struct.exp: Conditionalize constructor and
901 destructor prototypes for ARM ABI.
902 * gdb.cp/m-static.exp: Likewise.
903
904 2013-06-07 Yao Qi <yao@codesourcery.com>
905
906 * gdb.trace/mi-trace-unavailable.exp: New.
907 * gdb.trace/trace-unavailable.c: New.
908
909 2013-06-06 Doug Evans <dje@google.com>
910
911 * gdb.cp/derivation.exp: Make tests have unique names.
912
913 2013-06-06 Tom Tromey <tromey@redhat.com>
914
915 * gdb.base/dump.exp (capture_value): Don't put expression into
916 test name if arguments passed in.
917 Rename a couple more tests to make them unique.
918
919 2013-06-06 Tom Tromey <tromey@redhat.com>
920
921 * gdb.base/break-always.exp: Explicitly specify test name.
922
923 2013-06-05 Doug Evans <dje@google.com>
924 Keith Seitz <keiths@redhat.com>
925
926 * gdb.cp/derivation2.cc: New file.
927 * gdb.cp/derivation.cc (main): Call foo2.
928 * gdb.cp/derivation.exp: Add tests for typedefs in another
929 file, and when there's an active block.
930
931 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
932
933 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
934 from targets that use function descriptors in the virtual tables.
935 Handle presence of dot symbols.
936
937 2013-06-04 Gary Benson <gbenson@redhat.com>
938
939 * gdb.base/break-probes.exp: New file.
940 * gdb.base/break-probes.c: Likewise.
941 * gdb.base/break-probes-solib.c: Likewise.
942 * gdb.base/info-shared.exp: New file.
943 * gdb.base/info-shared.c: Likewise.
944 * gdb.base/info-shared-solib1.c: Likewise.
945 * gdb.base/info-shared-solib2.c: Likewise.
946
947 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
948 Gary Benson <gbenson@redhat.com>
949
950 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
951 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
952 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
953 to be set to "no" to indicate that no ld.so copy should be made.
954 * gdb.base/break-interp.exp (solib_bp): New constant.
955 (reach_1): Use the above instead of "_dl_debug_state".
956 (test_attach): Likewise.
957 (test_ld): Likewise.
958 * gdb.threads/dlopen-libpthread.exp: New file.
959 * gdb.threads/dlopen-libpthread.c: Likewise.
960 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
961 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
962
963 2013-05-30 Yao Qi <yao@codesourcery.com>
964
965 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
966 Add a test that no MI notification is emitted when executing
967 -exec-arguments.
968
969 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
970
971 PR testsuite/12649
972 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
973 $mi_gdb_prompt expectation by mi_expect_stop.
974 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
975 (mi info dprintf second time): Replace them by mi_send_resuming_command
976 and mi_expect_stop.
977
978 2013-05-24 Gary Benson <gbenson@redhat.com>
979
980 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
981 backslash.
982 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
983 backslashes.
984 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
985 backslash.
986
987 2013-05-24 Yao Qi <yao@codesourcery.com>
988
989 * gdb.trace/tfile.exp: Test inferior and thread.
990
991 2013-05-24 Yao Qi <yao@codesourcery.com>
992 Pedro Alves <palves@redhat.com>
993
994 * gdb.base/range-stepping.exp: Skip the rest of tests if the
995 test fails.
996 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
997 Return 0 if the test passes, otherwise return 1.
998
999 2013-05-23 Doug Evans <dje@google.com>
1000
1001 * boards/fission-dwp.exp: New file.
1002
1003 2013-05-23 Yao Qi <yao@codesourcery.com>
1004 Pedro Alves <palves@redhat.com>
1005
1006 * gdb.base/range-stepping.c: New file.
1007 * gdb.base/range-stepping.exp: New file.
1008 * gdb.trace/range-stepping.c: New file.
1009 * gdb.trace/range-stepping.exp: New file.
1010 * lib/range-stepping-support.exp: New file.
1011
1012 2013-05-22 Tom Tromey <tromey@redhat.com>
1013
1014 * gdb.cp/class2.cc (main): New local 'aref'.
1015 * gdb.cp/class2.exp: Check printing of 'aref'.
1016
1017 2013-05-22 Doug Evans <dje@google.com>
1018
1019 * gdb.threads/wp-replication.c (main): Insert some code at the start
1020 to ensure the breakpoint on main is only hit once. Fix comment.
1021
1022 2013-05-21 Keith Seitz <keiths@redhat.com>
1023 Pedro Alves <palves@redhat.com>
1024
1025 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1026 gdb_expect.
1027 Add test to flush the remaining input buffer so that this
1028 file passes testsuite/12649.
1029
1030 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1031
1032 * gdb.base/catch-signal-fork.exp: New file.
1033 * gdb.base/catch-signal-fork.c: New file.
1034
1035 2013-05-21 Sterling Augustine <saugustine@google.com>
1036
1037 * boards/remote-stdio-gdbserver.exp: New file.
1038
1039 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1040
1041 PR testsuite/12649
1042 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1043 racy matches.
1044
1045 2013-05-21 Christian Groessler <chris@groessler.org>
1046
1047 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1048 since it's not supported in all shells.
1049
1050 2013-05-21 Hui Zhu <hui@codesourcery.com>
1051
1052 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1053 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1054
1055 2013-05-20 Doug Evans <dje@google.com>
1056
1057 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1058 (_handle_DW_TAG): Use it.
1059 (cu, tu): Replace parameters is_64, version, addr_size with options.
1060 All callers updated. Add Fission support.
1061 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1062 * gdb.dwarf2/method-ptr.exp: Ditto.
1063 * gdb.dwarf2/nostaticblock.exp: Ditto.
1064 * gdb.dwarf2/subrange.exp: Ditto.
1065 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1066
1067 2013-05-20 Tom Tromey <tromey@redhat.com>
1068
1069 * gdb.gdb/python-selftest.exp: New file.
1070
1071 2013-05-20 Doug Evans <dje@google.com>
1072
1073 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1074 -fdebug-types-section.
1075
1076 2013-05-20 Joel Brobecker <brobecker@adacore.com>
1077
1078 * gdb.ada/float_param: New testcase.
1079
1080 2013-05-17 Doug Evans <dje@google.com>
1081
1082 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1083 Add tests for "maint check-symtabs", "maint expand-symtabs".
1084
1085 * gdb.base/maint.exp: Remove testing of individual maint command
1086 help output.
1087
1088 2013-05-16 Pedro Alves <palves@redhat.com>
1089
1090 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1091 comment. Use gdb_test_no_output.
1092
1093 2013-05-16 Joel Brobecker <brobecker@adacore.com>
1094
1095 * gdb.ada/complete.exp: Add test verifying completion using
1096 the "tab" key.
1097
1098 2013-05-15 Keith Seitz <keiths@redhat.com>
1099
1100 * gdb.base/filesym.exp: New completer test.
1101 * gdb.base/filesym.c: New file.
1102
1103 2013-05-15 Pedro Alves <palves@redhat.com>
1104
1105 * gdb.base/fixsection.c: Remove attribution.
1106 * gdb.base/watch-read.exp: Ditto.
1107
1108 2013-05-13 Tom Tromey <tromey@redhat.com>
1109
1110 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1111 size and change type sizes to 4 bytes.
1112
1113 2013-05-13 Tom Tromey <tromey@redhat.com>
1114
1115 * gdb.base/exprs.exp (test_expr): Add regression test.
1116 * gdb.base/exprs.c (null_t_struct): New global.
1117
1118 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1119
1120 * gdb.base/default.exp: Disable history saving.
1121 * gdb.base/setshow.exp: Likewise.
1122
1123 2013-05-10 Pedro Alves <palves@redhat.com>
1124
1125 PR remote/15455
1126
1127 * gdb.trace/qtro.c: New file.
1128 * gdb.trace/qtro.exp: New file.
1129
1130 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1131
1132 * gdb.python/py-framefilter.py: New File.
1133 * gdb.python/py-framefilter-mi.exp: Ditto.
1134 * gdb.python/py-framefilter.c: Ditto.
1135 * gdb.python/py-framefilter-mi.exp: Ditto.
1136 * gdb.python/py-framefilter-mi.c: Ditto,
1137 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1138
1139 2013-05-08 Tom Tromey <tromey@redhat.com>
1140
1141 * gdb.base/solib-search.exp: Set test name for "set
1142 solib-search-path" test.
1143
1144 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1145
1146 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1147 (set_a_tracepoint): Set tracepoint before prologue.
1148 (run_trace_experiment): Test setup_tracepoints and 'break end'
1149 in it.
1150 (trace_buffer_normal): Remove.
1151 (gdb_trace_circular_tests): Remove. Move tests to...
1152 (top level): ...here. Call 'runto_main' before checking for
1153 trace support. Use commands to check the support for circular
1154 trace buffer and changing of trace buffer size. Add test
1155 to calculate size of single frame. Use this size to
1156 calculate the size of trace buffer. Use 'tfind pc func9'
1157 instead of 'tfind 9'. Use 'with_test_prefix'.
1158
1159 2013-05-07 Tom Tromey <tromey@redhat.com>
1160
1161 * lib/selftest-support.exp: New file.
1162 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1163 do_self_tests.
1164 (setup_test, find_gdb): Remove.
1165 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
1166 do_self_tests.
1167 (setup_test, find_gdb): Remove.
1168 (test_observer): Don't call setup_test. Remove argument.
1169 * gdb.gdb/selftest.exp: Load selftest-support.exp.
1170 (find_gdb): Remove.
1171 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1172 do_self_tests.
1173 (setup_test, find_gdb): Remove.
1174 (test_with_self): Don't call setup_test. Remove argument.
1175
1176 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1177
1178 * gdb.arch/system-gcore.exp: Remove.
1179 * gdb.arch/gcore.c: Remove.
1180 * gdb.base/gcore.exp: Add "info reg system".
1181
1182 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1183
1184 PR breakpoints/15413:
1185 * gdb.base/pending.exp: Add test for completion of the "condition"
1186 command for pending breakpoints.
1187 * gdb.linespec/linespec.ex: Add test for completion of the
1188 "condition" command when dealing with multiple locations.
1189
1190 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
1191
1192 * gdb.threads/wp-replication.c: New file.
1193 * gdb.threads/wp-replication.exp: New file.
1194
1195 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1196
1197 * gdb.xml/tdesc-regs.exp: Add case for nios2.
1198
1199 2013-05-06 Doug Evans <dje@google.com>
1200
1201 * gdb.base/solib-search-lib1.c: New file.
1202 * gdb.base/solib-search-lib2.c: New file.
1203 * gdb.base/solib-search.c: New file.
1204 * gdb.base/solib-search.h: New file.
1205 * gdb.base/solib-search.exp: New file.
1206
1207 * lib/gdb.exp (gdb_core_cmd): New function.
1208 * gdb.arch/system-gcore.exp: Use it.
1209 * gdb.arch/vsx-regs.exp: Ditto.
1210 * gdb.base/gcore.exp: Ditto.
1211 * gdb.threads/gcore-thread.exp: Ditto.
1212
1213 * gdb.reverse/shr.h: New file.
1214 * gdb.reverse/shr1.c: New file.
1215 * gdb.reverse/shr2.c: #include "shr.h".
1216 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1217 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1218 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1219 Update tests using sleep/printf to use shr2.sl instead.
1220 * gdb.reverse/solib-reverse.exp: Ditto.
1221
1222 2013-05-06 Tom Tromey <tromey@redhat.com>
1223
1224 * gdb.dwarf2/implptrconst.c: New file.
1225 * gdb.dwarf2/implptrconst.exp: New file.
1226 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1227 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1228 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1229
1230 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1231
1232 * gdb.base/catch-sig.c (main): Raise SIGINT.
1233 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1234
1235 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1236
1237 * status-stop.exp (test_tstart_tstart): Check for error
1238 returned by the second 'tstart' command.
1239
1240 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1241
1242 * gdb.xml/maint_print_struct.exp: New file.
1243 * gdb.xml/maint_print_struct.xml: New file.
1244
1245 2013-04-25 Tom Tromey <tromey@redhat.com>
1246
1247 * gdb.dwarf2/nostaticblock.exp: New file.
1248
1249 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1250
1251 PR gdb/10462
1252 * gdb.base/setshow.exp: Add test case.
1253
1254 2013-04-23 Hui Zhu <hui@codesourcery.com>
1255
1256 PR gdb/15293
1257 * gdb.base/dprintf.exp: Add ignore command.
1258
1259 2013-04-23 Hui Zhu <hui@codesourcery.com>
1260
1261 PR gdb/15165
1262 * gdb.base/save-bp.exp: Add test for dprintf.
1263
1264 2013-04-22 Tom Tromey <tromey@redhat.com>
1265
1266 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1267 notice_open_fds.
1268
1269 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1270
1271 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1272 ldflags.
1273
1274 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1275
1276 * gdb.arch/arm-bl-branch-dest.c: New file.
1277 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1278
1279 2013-04-19 Vladimir Kargov <kargov@gmail.com>
1280 Pedro Alves <palves@redhat.com>
1281
1282 * gdb.arch/i386-float.S: New file.
1283 * gdb.arch/i386-float.exp: New file.
1284
1285 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
1286
1287 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1288 type void *.
1289
1290 2013-04-17 Doug Evans <dje@google.com>
1291
1292 * lib/dwarf.exp (Dwarf): New proc "tu".
1293 * gdb.dwarf2/missing-sig-type.exp: New file.
1294
1295 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1296
1297 Add option to link testcases with Pthreads library when
1298 using 'prepare_for_testing' in tests.
1299
1300 * lib/gdb.exp (build_executable_from_specs): Use
1301 gdb_compile_pthreads to compile if option "pthreads" is
1302 specified.
1303
1304 2013-04-15 Tom Tromey <tromey@redhat.com>
1305
1306 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1307
1308 2013-04-15 Tom Tromey <tromey@redhat.com>
1309
1310 * gdb.base/default.exp: Update for $_exception.
1311 * gdb.cp/exceptprint.cc: New file.
1312 * gdb.cp/exceptprint.exp: New file.
1313 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1314
1315 2013-04-15 Tom Tromey <tromey@redhat.com>
1316
1317 * gdb.cp/typeid.cc: New file.
1318 * gdb.cp/typeid.exp: New file.
1319
1320 2013-04-15 Tom Tromey <tromey@redhat.com>
1321
1322 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1323
1324 2013-04-13 Yao Qi <yao@codesourcery.com>
1325
1326 * gdb.base/completion.exp: Test completion of command
1327 'target ctf' if target ctf is supported.
1328
1329 2013-04-10 Pedro Alves <palves@redhat.com>
1330
1331 * gdb.base/completion.exp: Test "set height", "set listsize" and
1332 "set trace-buffer-size" completion.
1333 * gdb.base/setshow.exp: Test "set height unlimited".
1334 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1335 unlimited".
1336
1337 2013-04-10 Yao Qi <yao@codesourcery.com>
1338
1339 * gdb.trace/actions.exp: Save trace data to CTF.
1340 Change to ctf target if GDB supports, read CTF data in ctf
1341 target, and check the actions of tracepoints.
1342 * gdb.trace/while-stepping.exp: Likewise.
1343 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1344 format and read CTF trace file if GDB supports.
1345 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1346 target is supported, change to ctf target, read trace data and
1347 check output of command "tstatus".
1348 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1349 read CTF data by target ctf and call check_tsv.
1350
1351 2013-04-10 Yao Qi <yao@codesourcery.com>
1352
1353 * gdb.trace/actions.exp (check_tracepoint): New.
1354 (top level): Start the tracing and check the actions of
1355 tracepoints. Save trace data to tfile format. Restart GDB
1356 and read trace file in tfile target. Check the actions of
1357 tracepoints again.
1358 * gdb.trace/while-stepping.exp: Likewise.
1359
1360 2013-04-10 Yao Qi <yao@codesourcery.com>
1361
1362 * gdb.trace/report.exp: Use standard_output_file for saved
1363 trace file.
1364
1365 2013-04-10 Hui Zhu <hui@codesourcery.com>
1366
1367 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1368 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1369 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1370
1371 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1372
1373 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1374 response.
1375
1376 2013-04-08 Pedro Alves <palves@redhat.com>
1377
1378 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1379 the location.
1380
1381 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1382
1383 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1384 for breakpoint location.
1385
1386 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1387
1388 * gdb.linespec/linespec.exp: Make dir/file:line tests
1389 conditional for non-remote hosts only.
1390
1391 2013-04-04 Stan Shebs <stan@codesourcery.com>
1392 Pedro Alves <palves@redhat.com>
1393
1394 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1395 * gdb.trace/actions-changed.c: New file.
1396 * gdb.trace/actions-changed.exp: New file.
1397 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1398 (gdb_trace_setactions_command): ... this. Add "actions_command"
1399 parameter, and handle it.
1400 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1401
1402 2013-04-04 Yao Qi <yao@codesourcery.com>
1403
1404 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1405 'step'.
1406
1407 2013-04-03 Yao Qi <yao@codesourcery.com>
1408
1409 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1410 "tfile-basic.tf".
1411 (test_tfind_tfile): Likewise.
1412
1413 2013-04-03 Yao Qi <yao@codesourcery.com>
1414
1415 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1416 "tfile-basic.tf" instead of "basic.tf".
1417 (write_error_trace_file): Pass argument "tfile-error.tf"
1418 instead of "error.tf".
1419 * gdb.trace/tfile.exp: Update tfile names to
1420 "tfile-basic.tf" and "tfile-error.tf".
1421
1422 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1423
1424 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1425 empty directory in file for breakpoint hit.
1426
1427 2013-03-29 Yao Qi <yao@codesourcery.com>
1428
1429 * gdb.base/completion.exp: Test completion of commands
1430 "target core", "target tfile" and "target exec".
1431 * gdb.trace/tfile.exp: Test completion of command
1432 "target tfile".
1433
1434 2013-03-28 Joel Brobecker <brobecker@adacore.com>
1435
1436 * gdb.ada/win_fu_syms: New testcase.
1437
1438 2013-03-28 Doug Evans <dje@google.com>
1439
1440 * gdb.base/maint.exp (maint print statistics): Update expected output.
1441
1442 2013-03-28 Pedro Alves <palves@redhat.com>
1443
1444 PR gdb/15294
1445
1446 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1447 mean unlimited instead of $arg < 0.
1448 (test_listsize): Remove "listsize of 0 suppresses output" test.
1449 Test that "set listsize 0" ends up with an unlimited listsize.
1450
1451 2013-03-28 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.base/list.exp (last_line): New global.
1454 (last_line_re): New global.
1455 (test_listsize, test_list_function, test_list_forward)
1456 (test_repeat_list_command, test_list_range)
1457 (test_list_filename_and_function): Use them.
1458 * gdb.base/list0.c: Comment the last line of the file with "last
1459 line".
1460
1461 2013-03-28 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1464 list the whole file.
1465
1466 2013-03-28 Pedro Alves <palves@redhat.com>
1467
1468 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1469 "set listsize".
1470
1471 2013-03-26 Keith Seitz <keiths@redhat.com>
1472
1473 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1474 from passing.
1475
1476 2013-03-26 Pedro Alves <palves@redhat.com>
1477
1478 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1479 until after GDB has run.
1480
1481 2013-03-26 Yao Qi <yao@codesourcery.com>
1482
1483 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1484 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1485
1486 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1487
1488 * gdb.btrace/enable.exp: Add regression test.
1489
1490 2013-03-25 Tom Tromey <tromey@redhat.com>
1491
1492 * gdb.cp/m-static.exp: Add destructor-printing tests.
1493
1494 2013-03-25 Tom Tromey <tromey@redhat.com>
1495
1496 * gdb.cp/m-static.exp: Add constructor ptype tests.
1497 * gdb.cp/m-static.cc (single_constructor): New class.
1498 (main): Make instance of single_constructor.
1499
1500 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1501 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.server/server-kill.c: New file.
1504 * gdb.server/server-kill.exp: New file.
1505
1506 2013-03-21 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1509 Expect $gdb_prompt in gdb_test_multiple.
1510
1511 2013-03-21 Doug Evans <dje@google.com>
1512
1513 * gdb.base/maint.exp: Update tests for per-command stats.
1514
1515 2013-03-21 Tom Tromey <tromey@redhat.com>
1516
1517 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1518 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1519
1520 2013-03-20 Pedro Alves <palves@redhat.com>
1521
1522 PR gdb/15289
1523
1524 * gdb.base/remote.exp: Test
1525 "set remote hardware-watchpoint-limit -1",
1526 "set remote hardware-breakpoint-limit -1",
1527 "set remote hardware-watchpoint-limit 2147483647" and
1528 "set remote hardware-breakpoint-limit 2147483647".
1529
1530 2013-03-20 Pedro Alves <palves@redhat.com>
1531 Yao Qi <yao@codesourcery.com>
1532
1533 * gdb.trace/tfile.c: Add comments.
1534 (nonconstglob): New global.
1535 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1536 global that is not covered by the trace frame. Test
1537 disassembling.
1538
1539 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1540
1541 * gdb.base/valgrind-infcall.exp
1542 (continue #$continue_count) <remote connection closed>
1543 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1544 $valgrind_pid.
1545
1546 2013-03-15 Tom Tromey <tromey@redhat.com>
1547
1548 * gdb.cp/overload.cc (intintfunc): New.
1549 * gdb.cp/overload.exp: Add regression test.
1550
1551 2013-03-15 Yao Qi <yao@codesourcery.com>
1552
1553 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1554 using with_test_prefix.
1555 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1556 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1557 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1558 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1559 * gdb.base/break-interp.exp (test_core): Likewise.
1560 (test_attach_gdb): Likewise.
1561 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1562 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1563 Likewise.
1564 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1565 * gdb.base/jit.exp (one_jit_test): Likewise.
1566 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1567 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1568 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1569 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1570 Likewise.
1571 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1572 Likewise.
1573 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
1574 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
1575 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
1576 (tracepoint_change_loc_2): Likewise.
1577 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1578 Likewise.
1579 (disconnected_tfind): Likewise.
1580 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
1581 Likewise.
1582 (test_tfind_remote): Likewise.
1583 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
1584 Likewise.
1585 (test_pending_resolved): Likewise.
1586 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1587 Likewise.
1588 (test_upload_tsv): Likewise.
1589 * gdb.trace/pending.exp (pending_tracepoint_resolved):
1590 Likewise.
1591 (pending_tracepoint_works): Likewise.
1592 * gdb.trace/report.exp (use_collected_data): Likewise.
1593 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
1594 Likewise.
1595 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
1596 * gdb.trace/strace.exp (strace_info_marker): Likewise.
1597 (strace_trace_on_same_addr): Likewise.
1598 (strace_trace_on_diff_addr): Likewise.
1599 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
1600 (gdb_collect_locals_test): Likewise.
1601 (gdb_unavailable_registers_test): Likewise.
1602 (gdb_collect_globals_test): Likewise.
1603
1604 2013-03-15 Yao Qi <yao@codesourcery.com>
1605
1606 * gdb.base/condbreak.exp: Add semicolon back which was removed
1607 by my previous commit.
1608
1609 2013-03-14 Yao Qi <yao@codesourcery.com>
1610
1611 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
1612 'return'.
1613 (gdb_target_monitor, gdb_load): Likewise.
1614 * config/sid.exp (gdb_load): Likewise.
1615 * config/slite.exp (gdb_load): Likewise.
1616 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
1617 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
1618 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
1619 (single_step_until): Likewise.
1620 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1621 * gdb.arch/system-gcore.exp: Likewise.
1622 * gdb.base/bigcore.exp (extract_heap): Likewise.
1623 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
1624 * gdb.base/call-ar-st.exp: Likewise.
1625 * gdb.base/call-rt-st.exp: Likewise.
1626 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
1627 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
1628 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
1629 * gdb.base/corefile.exp: Likewise.
1630 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
1631 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
1632 * gdb.base/fixsection.exp: Likewise.
1633 * gdb.base/funcargs.exp: Likewise.
1634 * gdb.base/gcore-buffer-overflow.exp: Likewise.
1635 * gdb.base/gcore-relro.exp: Likewise.
1636 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
1637 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
1638 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
1639 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
1640 * gdb.base/list.exp: Likewise.
1641 (set_listsize): Likewise.
1642 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
1643 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
1644 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
1645 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
1646 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
1647 * gdb.base/setvar.exp: Likewise.
1648 (test_set): Likewise.
1649 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
1650 * gdb.base/solib-overlap.exp: Likewise.
1651 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
1652 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
1653 * gdb.base/watchpoint.exp (initialize): Likewise.
1654 (test_simple_watchpoint): Likewise.
1655 (test_disabling_watchpoints): Likewise.
1656 (test_watchpoint_triggered_in_syscall): Likewise.
1657 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
1658 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
1659 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
1660 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
1661 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
1662 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
1663 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1664 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1665 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
1666 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
1667 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1668 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
1669 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
1670 * gdb.mi/gdb792.exp: Likewise.
1671 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
1672 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
1673 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
1674 * gdb.threads/gcore-thread.exp: Likewise.
1675 (load_core): Likewise.
1676 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
1677 (test_startup, check_control_c): Likewise.
1678 * gdb.threads/sigstep-threads.exp: Likewise.
1679 * gdb.threads/thread_check.exp: Likewise.
1680 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
1681 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
1682 (set_a_tracepoint, trace_buffer_normal): Likewise.
1683 (gdb_trace_circular_tests): Likewise.
1684 * gdb.trace/collection.exp: Likewise.
1685 * gdb.trace/disconnected-tracing.exp: Likewise.
1686 * gdb.trace/infotrace.exp: Likewise.
1687 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1688 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1689 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
1690 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
1691 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
1692 * gdb.trace/stap-trace.exp: Likewise.
1693 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
1694 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
1695 * gdb.trace/trace-buffer-size.exp: Likewise.
1696 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
1697 * gdb.trace/unavailable.exp: Likewise.
1698 * gdb.trace/while-dyn.exp: Likewise.
1699 * lib/fortran.exp (set_lang_fortran): Likewise.
1700 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
1701 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
1702 (default_gdb_start, get_compiler_info): Likewise.
1703 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
1704 (get_debug_format, setup_xfail_format): Likewise.
1705 (rerun_to_main, gdb_skip_float_test): Likewise.
1706 (build_id_debug_filename_get, get_remotetimeout): Likewise.
1707 * lib/java.exp (set_lang_java): Likewise.
1708 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
1709 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
1710 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
1711 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
1712 * lib/objc.exp (set_lang_objc): Likewise.
1713 * lib/pascal.exp (set_lang_pascal): Likewise.
1714 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1715 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
1716 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
1717
1718 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
1719
1720 PR c++/15203
1721 PR c++/15210
1722 * gdb.cp/m-static.cc (keepalive_int): New function.
1723 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
1724 * gdb.cp/m-static.exp: New test for `sintvar'.
1725
1726 2013-03-14 Yao Qi <yao@codesourcery.com>
1727
1728 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
1729 of 'tstatus' into tstatus_output.
1730 (top level): Save the trace data to tfile. Read trace file in
1731 tfile target. Check the trace status.
1732
1733 2013-03-13 Yao Qi <yao@codesourcery.com>
1734
1735 * gdb.trace/tsv.exp (check_tsv): New.
1736 (top level): Save a tfile on current trace session. Call
1737 check_tsv on live target. Load the tfile with target tfile
1738 and call check_tsv again.
1739
1740 2013-03-13 Yao Qi <yao@codesourcery.com>
1741
1742 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
1743 Replace some "gdb_test" with "gdb_test_no_output".
1744
1745 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
1746
1747 * gdb.ada/expr_delims.exp: New file.
1748 * gdb.ada/expr_delims/foo.adb: New file.
1749 * gdb.ada/expr_delims/pck.ads: New file.
1750 * gdb.ada/expr_delims/pck.adb: New file.
1751
1752 2013-03-11 Keith Seitz <keiths@redhat.com>
1753
1754 * watchpoint.exp (test_no_hw_watchpoints): Add test using
1755 both condition and thread. Then delete the watchpoint.
1756
1757 2013-03-11 Christian Himpel <christian.himpel@intel.com>
1758
1759 * Makefile.in: Add btrace testsuite.
1760 * configure: Regenerated.
1761 * configure.ac: Add btrace testsuite.
1762 * gdb.btrace/Makefile.in: New file.
1763 * gdb.btrace/enable.c: New file.
1764 * gdb.btrace/enable.exp: New file.
1765 * gdb.btrace/function_call_history.c: New file.
1766 * gdb.btrace/function_call_history.exp: New file.
1767 * gdb.btrace/instruction_history.c: New file.
1768 * gdb.btrace/instruction_history.exp: New file.
1769 * gdb.btrace/instruction_history.S: New file.
1770 * lib/gdb.exp: Add btrace skip proc.
1771
1772 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1773
1774 Fix entry-values if the callee called a noreturn function.
1775 * gdb.arch/amd64-tailcall-noret.S: New file.
1776 * gdb.arch/amd64-tailcall-noret.c: New file.
1777 * gdb.arch/amd64-tailcall-noret.exp: New file.
1778
1779 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1780
1781 Fix entry-values in C++ across CUs.
1782 * gdb.arch/amd64-tailcall-cxx.exp: New file.
1783 * gdb.arch/amd64-tailcall-cxx1.S: New file.
1784 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
1785 * gdb.arch/amd64-tailcall-cxx2.S: New file.
1786 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
1787
1788 2013-03-08 Stan Shebs <stan@codesourcery.com>
1789 Hafiz Abid Qadeer <abidh@codesourcery.com>
1790
1791 gdb/testsuite/
1792 * gdb.trace/trace-buffer-size.exp: New file.
1793 * gdb.trace/trace-buffer-size.c: New file.
1794
1795 2013-03-06 Pedro Alves <palves@redhat.com>
1796
1797 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
1798 doesn't support the tested optional feature, call "unsupported"
1799 with the same test message as the "pass" case, instead of calling
1800 "pass" with a different message. Use the same text for the "fail"
1801 cases too.
1802
1803 2013-03-06 Yao Qi <yao@codesourcery.com>
1804
1805 * gdb.trace/tstatus.exp: Remove the invocation of
1806 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
1807 (test_tracepoints): Don't set fast tracepoint.
1808 (top level): Don't check agent library is loaded or not.
1809
1810 2013-03-06 Yao Qi <yao@codesourcery.com>
1811
1812 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
1813 parentheses by "\\".
1814
1815 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1816
1817 * gdb.linespec/base/one/thefile.cc (twodup): New.
1818 (m): Call it.
1819 * gdb.linespec/base/two/thefile.cc (dupname): New.
1820 (n): Call it.
1821 * gdb.linespec/break-ask.exp: New file.
1822 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
1823
1824 2013-02-28 Yao Qi <yao@codesourcery.com>
1825
1826 * gdb.trace/report.exp: Move some code to ...
1827 (use_collected_data): New.
1828 (top level): Call use_collected_data once on the live target.
1829 Save at file of the current trace session, load it with target
1830 tfile, and call use_collected_data again.
1831
1832 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1833
1834 * gdb.threads/fork-thread-pending.c (main): Add alarm.
1835
1836 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1837
1838 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
1839 Add final kill of ${valgrind_pid}.
1840
1841 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1842
1843 * gdb.python/py-arch.c: New test case
1844 * gdb.python/py-arch.exp: New tests to test
1845 gdb.Architecture.disassemble
1846 * gdb.python/Makefile.in: Add py-arch to the list of
1847 EXECUTABLES.
1848
1849 2013-02-18 Tom Tromey <tromey@redhat.com>
1850
1851 * gdb.dwarf2/subrange.exp: New file.
1852
1853 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1854 Hafiz Abid Qadeer <abidh@codesourcery.com>
1855
1856 * gdb.trace/tfile.exp: Add test for -trace-status command.
1857
1858 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1859
1860 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
1861 nanosleep by sleep.
1862
1863 2013-02-14 Pedro Alves <palves@redhat.com>
1864
1865 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
1866
1867 2013-02-14 Pedro Alves <pedro@codesourcery.com>
1868 Hafiz Abid Qadeer <abidh@codesourcery.com>
1869
1870 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
1871
1872 2013-02-12 Tom Tromey <tromey@redhat.com>
1873
1874 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
1875 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
1876
1877 2013-02-12 Pedro Alves <palves@redhat.com>
1878
1879 * gdb.base/catch-signal.c: Update copyright years.
1880 * gdb.base/catch-signal.exp: Update copyright years.
1881 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
1882 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
1883 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
1884 * gdb.dwarf2/dw2-error.S: Update copyright years.
1885 * gdb.dwarf2/dw2-error.c: Update copyright years.
1886 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
1887 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
1888 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
1889
1890 2013-02-12 Pedro Alves <palves@redhat.com>
1891
1892 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
1893 message.
1894 * gdb.base/sigaltstack.exp: Ditto.
1895 * gdb.base/siginfo.exp: Ditto.
1896 * gdb.base/sizeof.exp: Ditto.
1897
1898 2013-02-12 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.mi/mi-basics.exp: Tweak intro comment.
1901 * gdb.mi/mi-break.exp: Tweak intro comment.
1902 * gdb.mi/mi-console.exp: Tweak intro comment.
1903 * gdb.mi/mi-file.exp: Tweak intro comment.
1904 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
1905 * gdb.mi/mi-return.exp: Tweak intro comment.
1906 * gdb.mi/mi-stepi.exp: Tweak intro comment.
1907 * gdb.mi/mi-until.exp: Tweak intro comment.
1908 * gdb.mi/mi-watch.exp: Tweak intro comment.
1909
1910 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
1911
1912 * gdb.server/no-thread-db.exp: New file.
1913 * gdb.server/no-thread-db.c: New file.
1914 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
1915
1916 2013-02-11 Doug Evans <dje@google.com>
1917
1918 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
1919 two decfloats.
1920
1921 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1922
1923 * gdb.base/bitfields.c (struct internalvartest): New declaration.
1924 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
1925
1926 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1927
1928 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
1929
1930 2013-02-06 Yao Qi <yao@codesourcery.com>
1931
1932 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
1933 to ...
1934 (test_create_delete_modify_tsv): ... here. New test on modifying
1935 the initial value of a tsv.
1936
1937 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
1940 (cd .../rdir): ... here.
1941
1942 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1943
1944 * gdb.linespec/base/one/header.h: New file.
1945 * gdb.linespec/base/two/header.h: New file.
1946 * gdb.linespec/macro-relative.c: New file.
1947 * gdb.linespec/macro-relative.exp: New file.
1948
1949 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1950
1951 * gdb.base/fullpath-expand-func.c: New file.
1952 * gdb.base/fullpath-expand.c: New file.
1953 * gdb.base/fullpath-expand.exp: New file.
1954 * gdb.base/realname-expand-real.c: New file.
1955 * gdb.base/realname-expand.c: New file.
1956 * gdb.base/realname-expand.exp: New file.
1957
1958 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1959
1960 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
1961 * gdb.dwarf2/dw2-dir-file-name.c: New file.
1962
1963 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1964
1965 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
1966 (compare_filenames_for_search does not match)
1967 (compare_filenames_for_search does match): New tests.
1968
1969 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1970
1971 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
1972
1973 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1974
1975 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
1976
1977 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
1980 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
1981 ${binfile}.mini_debuginfo-debuglink and
1982 ${binfile}.mini_debuginfo-debuglink.xz.
1983
1984 2013-02-01 Tom Tromey <tromey@redhat.com>
1985
1986 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
1987 attributes.
1988
1989 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1990 Tom Tromey <tromey@redhat.com>
1991
1992 * gdb.dwarf2/method-ptr.exp: Link with c++.
1993 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
1994
1995 2013-01-31 Tom Tromey <tromey@redhat.com>
1996
1997 * gdb.base/jit.exp (compile_jit_test): New proc.
1998 Add PIE tests.
1999
2000 2013-01-31 Tom Tromey <tromey@redhat.com>
2001
2002 * gdb.dwarf2/method-ptr.cc: New file.
2003 * gdb.dwarf2/method-ptr.exp: New file.
2004
2005 2013-01-31 Tom Tromey <tromey@redhat.com>
2006
2007 * lib/dwarf.exp (namespace Dwarf): New.
2008
2009 2013-01-29 Tom Tromey <tromey@redhat.com>
2010
2011 * gdb.dwarf2/fission-reread.exp: Add unload test.
2012
2013 2013-01-28 Doug Evans <dje@google.com>
2014
2015 * gdb.dwarf2/fission-loclists.exp: New file.
2016 * gdb.dwarf2/fission-loclists.S: New file.
2017
2018 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 Code cleanup.
2021 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2022 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2023 and prepare_for_testing.
2024 * gdb.base/store.exp: Likewise.
2025
2026 2013-01-25 Tom Tromey <tromey@redhat.com>
2027
2028 * gdb.python/py-explore.exp: Expect the gdb prompt.
2029
2030 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
2031
2032 * gdb.base/gnu_vector.c: New variable for use in tests.
2033 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2034 changes in scalar to vector casting and widening.
2035 * gdb.python/py-type.c: New variables for use in tests.
2036 * gdb.python/py-type.exp: Update vector related tests to reflect
2037 changes in scalar to vector casting and widening.
2038
2039 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2040
2041 * gdb.base/prologue-include.c: New file.
2042 * gdb.base/prologue-include.exp: New file.
2043 * gdb.base/prologue-include.h: New file.
2044
2045 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2046
2047 PR gdb/13443
2048 * gdb.mi/mi-var-block.exp: Make test messages unique.
2049
2050 2013-01-23 Tom Tromey <tromey@redhat.com>
2051
2052 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2053
2054 2013-01-23 Tom Tromey <tromey@redhat.com>
2055
2056 * gdb.cp/converts.cc (main): Initialize 'a'.
2057
2058 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2059
2060 * testsuite/gdb.python/frame.exp: Add a test for
2061 gdb.Frame.architecture() method.
2062
2063 2013-01-22 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.base/annota1.exp (signal sent): No longer expect
2066 breakpoints-invalid.
2067 * gdb.cp/annota2.exp (continue until exit)
2068 (watch triggered on a.x): Ditto.
2069
2070 2013-01-22 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2073 Adjust tests to breakpoints-invalid changes.
2074 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2075 variables.
2076 Adjust tests to breakpoints-invalid changes.
2077
2078 2013-01-22 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/annota1.exp (annotate ignore count change): Add
2081 expected output for failure case.
2082
2083 2013-01-22 Tom Tromey <tromey@redhat.com>
2084
2085 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2086 call.
2087
2088 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2089
2090 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
2091 * gdb.mi/mi-catch-load.exp: Ditto.
2092 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2093 Also handle 'thread' field.
2094 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2095 * gdb.mi/mi-watch.exp: Ditto.
2096 * lib/mi-support.exp: Ditto.
2097
2098 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2099
2100 * gdb.python/py-explore.exp: Improve a test
2101
2102 2013-01-18  David Blaikie  <dblaikie@gmail.com>
2103
2104 * gdb.base/label.c (main): Correct the type of the second
2105 parameter.
2106
2107 2013-01-18 Tom Tromey <tromey@redhat.com>
2108
2109 * gdb.dwarf2/trace-crash.s: New file.
2110 * gdb.dwarf2/trace-crash.exp: New file.
2111
2112 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2113
2114 PR gdb/13443
2115 * gdb.base/checkpoint.exp: Update test messages to make them
2116 unique.
2117
2118 2013-01-18 Yao Qi <yao@codesourcery.com>
2119
2120 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2121 output of 'info tracepoints'.
2122 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2123 Likewise.
2124 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2125 * gdb.trace/disconnected-tracing.c (struct foo): New.
2126
2127 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2128
2129 * gdb.dwarf2/dw2-dos-drive.S: New file.
2130 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2131
2132 2013-01-17 Doug Evans <dje@google.com>
2133
2134 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2135 CXX_FOR_TARGET.
2136
2137 * boards/cc-with-tweaks.exp: New file.
2138
2139 2013-01-17 Tom Tromey <tromey@redhat.com>
2140
2141 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2142
2143 2013-01-17 Pedro Alves <palves@redhat.com>
2144
2145 Merge dg-extract-results.sh from upstream (svn 195224).
2146
2147 2013-01-15 David Blaikie <dblaikie@gmail.com>
2148 * dg-extract-results.sh: Fix order of summary counts.
2149
2150 2013-01-15 David Blaikie <dblaikie@gmail.com>
2151 * dg-extract-results.sh: Constrain the start-of-log pattern.
2152
2153 2013-01-15 David Blaikie <dblaikie@gmail.com>
2154 * dg-extract-results.sh: Handle KPASSes.
2155
2156 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2157 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2158 of grep -q.
2159
2160 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2161
2162 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
2163 interface.
2164 * gdb.base/jithost.c: New file.
2165 * gdb.base/jithost.h: New file.
2166 * gdb.base/jitreader.c : New file.
2167 * gdb.base/jit-protocol.h: New file.
2168
2169 2013-01-16 Tom Tromey <tromey@redhat.com>
2170
2171 * gdb.base/catch-signal.c: New file.
2172 * gdb.base/catch-signal.exp: New file.
2173
2174 2013-01-16 Tom Tromey <tromey@redhat.com>
2175
2176 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
2177
2178 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2179
2180 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
2181
2182 2013-01-14 Tom Tromey <tromey@redhat.com>
2183
2184 * gdb.base/completion.exp: Add "set gnutarget" test.
2185
2186 2013-01-14 Tom Tromey <tromey@redhat.com>
2187
2188 * gdb.dwarf2/dw2-restrict.S: New file.
2189 * gdb.dwarf2/dw2-restrict.c: New file.
2190 * gdb.dwarf2/dw2-restrict.exp: New file.
2191
2192 2013-01-14 Tom Tromey <tromey@redhat.com>
2193
2194 * gdb.dwarf2/dw2-error.exp: New file.
2195 * gdb.dwarf2/dw2-error.c: New file.
2196 * gdb.dwarf2/dw2-error.S: New file.
2197
2198 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2199
2200 * gdb.cp/parse-lang.cc: New file.
2201 * gdb.cp/parse-lang.exp: New file.
2202
2203 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2204
2205 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
2206 (set substitute-path): New test.
2207 (fullname present): Remove content.
2208 (substituted fullname): New test.
2209
2210 2013-01-13 Joel Brobecker <brobecker@adacore.com>
2211
2212 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2213 check. Move $gdb_py_is_py24 value check right after.
2214
2215 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2216
2217 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2218 targets.
2219
2220 2013-01-11 Yao Qi <yao@codesourcery.com>
2221
2222 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2223 for dprintf.
2224 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2225 Check the fields in "=breakpoint-created" for dprintf.
2226
2227 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2228
2229 * gdb.mi/mi-fullname-deleted.exp: New file.
2230
2231 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2232
2233 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2234 expected output.
2235 (info skip with pending file): Remove.
2236 (ignoring function in solib, info skip for function multiply): Update
2237 the expected output.
2238 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2239 (info skip (delete 1), info skip after disabling all)
2240 (info skip after enabling all, info skip after disabling 4 2-3)
2241 (info skip after enabling 2-3, info skip 2-3)
2242 (info skip after deleting 2 3): Update the expected output.
2243 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2244 statement to its initialization and return.
2245 * gdb.linespec/skip-two.exp: New file.
2246
2247 2012-12-19 Doug Evans <dje@google.com>
2248
2249 * gdb.base/maint.exp: Handle testing with .gdb_index.
2250
2251 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2252
2253 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2254 Cavium to FSF.
2255
2256 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2257
2258 * dg-extract-results.sh: Update contact info in copyright notice.
2259 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2260 GPL v3 or later. Update contact info.
2261 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2262 gdb.threads/watchpoint-fork-mt.c,
2263 gdb.threads/watchpoint-fork-parent.c,
2264 gdb.threads/watchpoint-fork-st.c,
2265 gdb.threads/watchpoint-fork.h: Likewise.
2266
2267 2012-12-15 Yao Qi <yao@codesourcery.com>
2268
2269 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2270 'installed' field in '=breakpoint-modified'.
2271 (test_reconnect): Check 'installed' field in
2272 '=breakpoint-modified' and '=breakpoint-created'.
2273
2274 * gdb.trace/actions.exp: Update test for 'installed' field.
2275 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2276 (tracepoint_change_loc_2): Likewise.
2277 Check 'info tracepoint' display nothing else.
2278 * gdb.trace/deltrace.exp: Likewise.
2279 * gdb.trace/infotrace.exp: Likewise.
2280 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2281 Likewise.
2282 * gdb.trace/passcount.exp: Likewise.
2283 * gdb.trace/tracecmd.exp: Likewise.
2284 * gdb.trace/while-stepping.exp: Likewise.
2285
2286 2012-12-14 Tom Tromey <tromey@redhat.com>
2287
2288 * gdb.cp/member-name.exp: New file.
2289 * gdb.cp/member-name.cc: New file.
2290
2291 2012-12-14 Tom Tromey <tromey@redhat.com>
2292
2293 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2294
2295 2012-12-14 Doug Evans <dje@google.com>
2296
2297 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2298 DW_OP_GNU_implicit_pointer is section-relative.
2299
2300 2012-12-14 Tom Tromey <tromey@redhat.com>
2301
2302 * gdb.base/info-proc.exp: Add core file tests.
2303
2304 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2305
2306 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
2307
2308 2012-12-13 Doug Evans <dje@google.com>
2309
2310 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2311 * gdb.multi/multi-arch.exp: Ditto.
2312
2313 2012-12-12 Keven Boell <keven.boell@intel.com>
2314
2315 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2316 catch load test library source file.
2317 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2318 load test source file.
2319 * gdb.mi/mi-catch-load.exp: New. Test file for
2320 basic MI -catch-load and -catch-unload tests.
2321
2322 2012-12-11 Paul Koning <paul_koning@dell.com>
2323
2324 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2325 exception.
2326 (_iterator_except): New function.
2327 (ArrayPrinter): Use _iterator function instead of local _iterator
2328 class for Python 3 compatibility.
2329 (NoStringContainerPrinter): Use _iterator_except instead of
2330 _iterator.
2331 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2332 execfile for Python 3 compatibility.
2333 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2334 format in error_prompt test.
2335
2336 2012-12-10 Paul Koning <paul_koning@dell.com>
2337
2338 * gdb.base/charset.exp: Change print syntax for Python 3
2339 compatibility.
2340 * gdb.python/py-block.exp: Ditto.
2341 * gdb.python/py-breakpoint.exp: Ditto.
2342 * gdb.python/py-cmd.exp: Ditto.
2343 * gdb.python/py-events.py: Ditto.
2344 * gdb.python/py-finish-breakpoint.py: Ditto.
2345 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2346 * gdb.python/py-finish-breakpoint2.py: Ditto.
2347 * gdb.python/py-frame-inline.exp: Ditto.
2348 * gdb.python/py-frame.exp: Ditto.
2349 * gdb.python/py-infthread.exp: Ditto.
2350 * gdb.python/py-objfile.exp: Ditto.
2351 * gdb.python/py-parameter.exp: Ditto.
2352 * gdb.python/py-progspace.exp: Ditto.
2353 * gdb.python/py-prompt.exp: Ditto.
2354 * gdb.python/py-symbol.exp: Ditto.
2355 * gdb.python/py-symtab.exp: Ditto.
2356 * gdb.python/py-template.exp: Ditto.
2357 * gdb.python/py-value-cc.exp: Ditto.
2358 * gdb.python/python.exp: Ditto.
2359 * gdb.python/source2.py: Ditto.
2360 * gdb.python/lib-types.exp: Change print syntax for Python 3
2361 compatibility.
2362 Use sorted() function rather than sort() method.
2363 Accept either int or long values for enum values.
2364 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2365 execfile for Python 3 compatibility.
2366 * gdb.python/py-evsignal.exp: Ditto.
2367 * gdb.python/py-evthreads.exp: Ditto.
2368 * gdb.python/py-mi.exp: Ditto.
2369 * gdb.python/py-pp-maint.exp: Ditto.
2370 * gdb.python/py-prettyprint.exp: Ditto.
2371 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
2372 Python 3 compatibility.
2373 Skip tests for Python 2.4.
2374 * gdb.python/py-inferior.exp: Change print syntax for
2375 Python 3 compatibility.
2376 Use byte string rather than character string in memory write test
2377 if Python 3.
2378 * gdb.python/py-pp-maint.py: Change class declarations to "new
2379 class" syntax.
2380 * gdb.python/py-prettyprint.py: Change iterator class to generator
2381 function for Python 3 compatibility.
2382 Make all classes "new style".
2383 Fix indentation issue and stray semicolon.
2384 * gdb.python/py-shared.expChange print syntax for Python 3
2385 compatibility.
2386 Define "long" if Python 3.
2387 * gdb.python/py-type.exp: Change print syntax for Python 3
2388 compatibility.
2389 Accept either int or long values for enum values.
2390 * gdb.python/py-value.exp: Change print syntax for Python 3
2391 compatibility.
2392 Skip "long" and "unicode" tests if Python 3.
2393 Accept either "type" or "class" in type checks.
2394 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2395 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2396
2397 2012-12-10 Tom Tromey <tromey@redhat.com>
2398
2399 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2400 (test): Add "two_cu" argument.
2401 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2402 for types; allow two CUs.
2403
2404 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2407 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2408
2409 2012-12-08 Yao Qi <yao@codesourcery.com>
2410 Pedro Alves <palves@redhat.com>
2411
2412 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2413 '=breakpoint-created' when GDB merges the tracepoints of both
2414 sides.
2415
2416 2012-12-07 Tom Tromey <tromey@redhat.com>
2417
2418 * gdb.base/break1.c (enum some_enum, union some_union): New.
2419 (some_enum_global, some_union_global, some_value): New globals.
2420 * gdb.base/completion.exp: Add tag completion tests.
2421
2422 2012-12-07 Tom Tromey <tromey@redhat.com>
2423
2424 * gdb.base/completion.exp: Add tests for ptype and whatis
2425 completion.
2426
2427 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2428
2429 * gdb.base/stale-infcall.exp: Fix copyright line.
2430
2431 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2432
2433 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2434
2435 2012-12-06 Pedro Alves <palves@redhat.com>
2436 Tom Tromey <tromey@redhat.com>
2437
2438 * gdb.base/exprs.exp: Add tests for cast to void.
2439
2440 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2441
2442 * gdb.python/py-mi.exp: Correct expected results for attribute
2443 "dynamic" returned by -var-update.
2444 Add test case for correct handling of "diplayhint" for children
2445 of dynamic varobjs.
2446 * gdb.python/py-prettyprint.c (set_itme): New function.
2447 (bug_14741) New function.
2448 (main) Add call to bug_14741().
2449 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2450
2451 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2452
2453 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2454 ${binfile}.funcsyms list.
2455
2456 2012-12-04 Yao Qi <yao@codesourcery.com>
2457
2458 PR gdb/13443
2459 * gdb.trace/actions.exp: Make test messages unique.
2460
2461 2012-11-29 Tom Tromey <tromey@redhat.com>
2462
2463 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2464
2465 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2466
2467 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2468 * gdb.opencl/datatypes.exp: Likewise.
2469 * gdb.opencl/operators.exp: Likewise.
2470 * gdb.opencl/vec_comps.exp: Likewise.
2471
2472 2012-11-29 Jerome Guitton <guitton@adacore.com>
2473
2474 * gdb.ada/iwide: New testcase.
2475
2476 2012-11-29 Jerome Guitton <guitton@adacore.com>
2477
2478 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2479 ptype test.
2480
2481 2012-11-29 Jerome Guitton <guitton@adacore.com>
2482
2483 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2484 form {VARIANT_TYPE}ADDRESS.
2485
2486 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2487
2488 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2489 (func): New function.
2490 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2491 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2492 pointers to members with pointer-to-function type.
2493
2494 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2495 Tom Tromey <tromey@redhat.com>
2496
2497 * gdb.base/gnu-debugdata.exp: New file.
2498 * gdb.base/gnu-debugdata.c: New file.
2499 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2500 (gdb_unload): Return 0 on success.
2501
2502 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2505
2506 2012-11-26 Joel Brobecker <brobecker@adacore.com>
2507
2508 * gdb.base/empty_exe.exp: New testcase.
2509
2510 2012-11-20 Mike Frysinger <vapier@gentoo.org>
2511
2512 * gdb.base/completion.exp: Add test for help aliases completion.
2513
2514 2012-11-20 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2517 Don't test 'maint set show-debug-regs'.
2518 Use command 'set remotecache' instead of
2519 'set circular-trace-buffer'.
2520
2521 2012-11-16 Keith Seitz <keiths@redhat.com>
2522
2523 PR c++/13615
2524 * gdb.cp/baseenum.cc: New file.
2525 * gdb.cp/baseenum.exp: New file.
2526 * gdb.cp/derivation.cc (A): Add copyright.
2527 Add a typedef.
2528 (B): Use A::value_type instead of int. Change all references.
2529 (D): Use value_type instead of int. Change all references.
2530 (E): Likewise.
2531 (F); Likewise.
2532 (Z): New class.
2533 (ZZ): New class.
2534 (N, Base, Derived): New namespace and classes.
2535 (main): Add instances of Z and ZZ.
2536 Make sure all symbols from N are kept.
2537 * gdb.cp/derivation.exp: Update typedef changes in tests.
2538 Add tests for class typedefs both before and after starting
2539 the inferior.
2540 Add tests for searching for a typedef while stopped in a
2541 method.
2542
2543 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2544
2545 * gdb.mi/mi-var-create-rtti.c: New file.
2546 * gdb.mi/mi-var-create-rtti.exp: New file.
2547
2548 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2549
2550 * gdb.base/structs3.exp: Run to main before doing any tests.
2551
2552 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
2553
2554 * gdb.python/py-type.exp: Uniquify test names.
2555
2556 2012-11-14 Yao Qi <yao@codesourcery.com>
2557
2558 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2559 (thread_function) [DEBUG]: Call 'printf'.
2560 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2561 command line if 'DEBUG=1' is passed to test.
2562 Remove a pattern to match inferior's output.
2563
2564 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2565
2566 * gdb.mi/mi-fill-memory.exp: New test.
2567
2568 2012-11-12 Tom Tromey <tromey@redhat.com>
2569
2570 * gdb.base/completion.exp: Update for "info type-printers".
2571 * gdb.python/py-typeprint.cc: New file.
2572 * gdb.python/py-typeprint.exp: New file.
2573 * gdb.python/py-typeprint.py: New file.
2574
2575 2012-11-12 Tom Tromey <tromey@redhat.com>
2576
2577 * gdb.base/call-sc.exp: Use "ptype/r".
2578 * gdb.base/volatile.exp: Don't expect "int".
2579 * gdb.cp/ptype-flags.cc: New file.
2580 * gdb.cp/ptype-flags.exp: New file.
2581 * gdb.cp/templates.exp: Use ptype/r.
2582 (test_ptype_of_templates, test_template_typedef): Likewise.
2583 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
2584 argument. Handle template names and template parameters.
2585 * gdb.mi/mi-var-cmd.exp: Accept "long".
2586 * gdb.mi/mi-var-child.exp: Accept "long".
2587 * gdb.mi/mi-var-display.exp: Accept "long".
2588 * gdb.mi/mi2-var-child.exp: Accept "long".
2589
2590 2012-11-12 Tom Tromey <tromey@redhat.com>
2591
2592 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
2593 "ptype" from calls to cp_test_ptype_class.
2594 (test_enums): Likewise.
2595 * gdb.cp/derivation.exp: Remove "ptype" from calls to
2596 cp_test_ptype_class.
2597 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
2598 calls to cp_test_ptype_class.
2599 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
2600 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
2601 from calls to cp_test_ptype_class.
2602 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
2603 command here. Change "in_command" argument to "in_exp".
2604
2605 2012-11-10 Keith Seitz <keiths@redhat.com>
2606
2607 PR gdb/14288
2608 * gdb.base/printcmds.c: Add invalid_XXX globals
2609 for repeated byte tests.
2610 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
2611 * gdb.base/wchar.c (main): Add and construct a wchar_t
2612 array with repeated characters.
2613 * gdb.base/wchar.exp: Add repeated character tests.
2614
2615 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2616
2617 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
2618 disassembly output.
2619
2620 2012-11-09 Pedro Alves <palves@redhat.com>
2621
2622 PR gdb/14306
2623
2624 * gdb.multi/multi-arch-exec.c: New file.
2625 * gdb.multi/multi-arch-exec.exp: New file.
2626
2627 2012-11-09 Yao Qi <yao@codesourcery.com>
2628
2629 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
2630 (top level): Call it.
2631
2632 2012-11-09 Yao Qi <yao@codesourcery.com>
2633
2634 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
2635 typo.
2636
2637 2012-11-09 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.multi/multi-arch.exp: New.
2640
2641 2012-11-08 Tom Tromey <tromey@redhat.com>
2642
2643 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
2644 core files, if possible.
2645 * gdb.base/siginfo-thread.c: New file
2646 * gdb.base/siginfo-thread.exp: New file
2647
2648 2012-11-08 Tom Tromey <tromey@redhat.com>
2649
2650 * gdb.base/comprdebug.exp: New file.
2651
2652 2012-11-06 Pedro Alves <palves@redhat.com>
2653
2654 PR gdb/14810
2655
2656 * gdb.base/disabled-location.c: New file.
2657 * gdb.base/disabled-location.exp: New file.
2658
2659 2012-11-06 Tom Tromey <tromey@redhat.com>
2660
2661 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2662 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2663 gdb_gcore_cmd.
2664 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
2665 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
2666 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
2667 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
2668 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
2669 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
2670 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
2671 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
2672 * lib/gdb.exp (gdb_gcore_cmd): New proc.
2673
2674 2012-11-05 Pedro Alves <palves@redhat.com>
2675
2676 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
2677 procedure.
2678 (do_vfork_and_follow_child_tests_exec)
2679 (do_vfork_and_follow_child_tests_exit): Call it.
2680
2681 2012-11-05 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
2684 fails.
2685
2686 2012-11-03 Yao Qi <yao@codesourcery.com>
2687
2688 Fix PR gdb/14617.
2689 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2690 Remove setup_kfail, and update test.
2691
2692 2012-11-02 Tom Tromey <tromey@redhat.com>
2693
2694 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
2695 test.
2696
2697 2012-11-02 Pedro Alves <palves@redhat.com>
2698
2699 PR gdb/14766
2700
2701 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
2702 setup_kfail.
2703 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
2704 get registers".
2705
2706 2012-11-02 Pedro Alves <palves@redhat.com>
2707
2708 * gdb.base/foll-vfork-exit.c: New file.
2709 * gdb.base/foll-vfork.exp (top level): New file-describing
2710 comment.
2711 (vfork_child_follow_to_exit): New procedure.
2712 (tcatch_vfork_then_child_follow): Rename as ...
2713 (tcatch_vfork_then_child_follow_exec): ... this.
2714 (tcatch_vfork_then_child_follow_exit): New procedure.
2715 (do_vfork_and_follow_parent_tests): New procedure, factored out
2716 from do_vfork_and_exec_tests.
2717 (do_vfork_and_follow_child_tests_exec): Ditto.
2718 (do_vfork_and_exec_tests): Delete.
2719 (do_vfork_and_follow_child_tests_exit): New procedure.
2720 (top level): Run tests with both the program that has the vfork
2721 child execing, and the program has the vfork child exiting.
2722
2723 2012-11-02 Pedro Alves <palves@redhat.com>
2724
2725 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
2726 (check_vfork_catchpoints, vfork_parent_follow_through_step)
2727 (vfork_parent_follow_to_bp): Call it.
2728 (kill_child): Delete.
2729 (vfork_and_exec_child_follow_to_main_bp)
2730 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
2731 longer call kill_child.
2732 (tcatch_vfork_then_parent_follow): Call setup_gdb.
2733 (do_vfork_and_exec_tests): Don't runto_main before calling each
2734 test procedure.
2735 (top level): Don't clean restart and set verbose before running
2736 each test procedure.
2737
2738 2012-11-02 Pedro Alves <palves@redhat.com>
2739
2740 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
2741 (vfork_parent_follow_to_bp)
2742 (vfork_and_exec_child_follow_to_main_bp)
2743 (vfork_and_exec_child_follow_through_step)
2744 (tcatch_vfork_then_parent_follow)
2745 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2746 Use with_test_prefix.
2747
2748 2012-11-02 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.base/foll-vfork.c: Add copyright header.
2751 * gdb.base/vforked-prog.c: Add copyright header.
2752
2753 2012-11-02 Pedro Alves <palves@redhat.com>
2754
2755 * gdb.base/foll-vfork.exp
2756 (vfork_and_exec_child_follow_through_step): Don't skip on
2757 non-HP/UX targets. Expect the next to only step one line on
2758 non-HP/UX targets, rather than stopping only after the exec.
2759
2760 2012-11-02 Pedro Alves <palves@redhat.com>
2761
2762 Don't hard code line numbers.
2763
2764 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
2765 Expect text from the sources instead of a line number.
2766 (vfork_parent_follow_to_bp)
2767 (vfork_and_exec_child_follow_to_main_bp)
2768 (vfork_and_exec_child_follow_through_step)
2769 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2770 Use gdb_get_line_number.
2771
2772 2012-11-02 Pedro Alves <palves@redhat.com>
2773
2774 Modernize.
2775
2776 * gdb.base/foll-vfork.exp: Use standard_testfile and
2777 build_executable. Pass descriptive string to untested.
2778 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
2779 (vfork_and_exec_child_follow_to_main_bp)
2780 (vfork_and_exec_child_follow_through_step)
2781 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
2782 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
2783 of send_gdb/gdb_expect.
2784
2785 (kill_child): New procedure.
2786 (vfork_and_exec_child_follow_to_main_bp)
2787 (vfork_and_exec_child_follow_through_step): Use it.
2788
2789 2012-11-02 Yao Qi <yao@codesourcery.com>
2790
2791 * gdb.base/setvar.exp: Test setting nested struct.
2792 * gdb.base/setvar.c (v_struct3): New.
2793
2794 2012-11-01 Doug Evans <dje@google.com>
2795
2796 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
2797 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
2798 use them.
2799
2800 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2801
2802 PR cli/14772
2803 * gdb.base/gnu_vector.c (union_with_vector_1)
2804 (struct_with_vector_1): Add new struct and union for testing
2805 ptype.
2806 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
2807 structs / unions containing vectors.
2808
2809 2012-10-25 Yao Qi <yao@codesourcery.com>
2810
2811 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
2812 'setup_kfail' instead of 'setup_kfail_for_target'.
2813 * gdb.base/varargs.exp: Likewise.
2814 * lib/gdb.exp (setup_kfail_for_target): Remove.
2815
2816 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
2817
2818 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
2819
2820 2012-10-25 Mark Kettenis <kettenis@gnu.org>
2821
2822 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
2823
2824 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2825
2826 * gdb.ada/set_wstr: New testcase.
2827
2828 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2829
2830 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
2831
2832 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2833
2834 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
2835
2836 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2837
2838 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
2839
2840 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * gdb.base/callfuncs.exp (do_function_calls): Fix
2843 setup_kfail_for_target for -m32 mode.
2844
2845 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2846
2847 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
2848 are now fixed.
2849
2850 2012-10-23 Yao Qi <yao@codesourcery.com>
2851
2852 * gdb.base/info-os.exp: Resume the inferior until it exits.
2853
2854 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
2855
2856 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
2857 * gdb.base/print-file-var.exp: Likewise.
2858 * gdb.base/type-opaque.exp: Likewise.
2859
2860 2012-10-17 Yao Qi <yao@codesourcery.com>
2861
2862 * gdb.mi/mi-memory-changed.exp: New.
2863
2864 2012-10-16 Yao Qi <yao@codesourcery.com>
2865
2866 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
2867 returns true.
2868 Call gdb_load_shlibs.
2869 * gdb.reverse/solib-reverse.exp: Likewise.
2870
2871 2012-10-15 Keith Seitz <keiths@redhat.com>
2872
2873 * lib/cp-support.exp (cp_test_ptype_class): Add support
2874 for class typedefs.
2875
2876 * gdb.cp/derivation.exp: Add tests for g_instance.
2877
2878 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2879
2880 Fix entry values resolving in inlined frames.
2881 * gdb.arch/amd64-entry-value-inline.S: New file.
2882 * gdb.arch/amd64-entry-value-inline.c: New file.
2883 * gdb.arch/amd64-entry-value-inline.exp: New file.
2884
2885 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2886 Doug Evans <dje@google.com>
2887
2888 Fix recent gdb_breakpoint regression.
2889 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
2890 braces from the parameter.
2891 * gdb.java/jprint.exp: Likewise.
2892
2893 2012-10-15 Doug Evans <dje@google.com>
2894
2895 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
2896
2897 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
2898
2899 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
2900
2901 2012-10-15 Tom Tromey <tromey@redhat.com>
2902
2903 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
2904
2905 2012-10-15 Tom Tromey <tromey@redhat.com>
2906
2907 * gdb.python/py-symbol.exp: Test symbol destructor.
2908
2909 2012-10-14 Yao Qi <yao@codesourcery.com>
2910
2911 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
2912 * gdb.mi/mi-cli.exp: New.
2913
2914 * gdb.mi/mi2-basics.exp: Remove.
2915 * gdb.mi/mi2-break.exp: Remove.
2916 * gdb.mi/mi2-console.exp: Remove.
2917 * gdb.mi/mi2-disassemble.exp: Remove.
2918 * gdb.mi/mi2-eval.exp: Remove.
2919 * gdb.mi/mi2-file.exp: Remove.
2920 * gdb.mi/mi2-hack-cli.exp: Remove.
2921 * gdb.mi/mi2-pthreads.exp: Remove.
2922 * gdb.mi/mi2-read-memory.exp: Remove.
2923 * gdb.mi/mi2-regs.exp: Remove.
2924 * gdb.mi/mi2-return.exp: Remove.
2925 * gdb.mi/mi2-simplerun.exp: Remove.
2926 * gdb.mi/mi2-stack.exp: Remove.
2927 * gdb.mi/mi2-stepi.exp: Remove.
2928 * gdb.mi/mi2-syn-frame.exp: Remove.
2929 * gdb.mi/mi2-until.exp: Remove.
2930 * gdb.mi/mi2-watch.exp: Remove.
2931 * gdb.mi/mi2-var-block.exp: Remove.
2932 * gdb.mi/mi2-var-cmd.exp: Remove.
2933 * gdb.mi/mi2-var-display.exp: Remove.
2934
2935 2012-10-12 Yao Qi <yao@codesourcery.com>
2936
2937 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
2938 trail '.*' on matching patterns.
2939
2940 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2941
2942 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
2943 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
2944 * gdb.arch/i386-disp-step.exp: Likewise.
2945 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2946 * gdb.arch/i386-prologue.exp: Likewise.
2947 * gdb.arch/i386-size-overlap.exp: Likewise.
2948 * gdb.arch/i386-size.exp: Likewise.
2949 * gdb.arch/i386-unwind.exp: Likewise.
2950
2951 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2952
2953 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
2954 * gdb.arch/i386-word.exp: Likewise.
2955
2956 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2957
2958 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
2959 is_ilp32_target to set nr_regs.
2960 * gdb.arch/i386-sse.exp: Likewise.
2961
2962 2012-10-11 Doug Evans <dje@google.com>
2963
2964 PR breakpoints/14643.
2965 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
2966 * gdb.linespec/thread.c: New file.
2967 * gdb.linespec/thread.exp: New file.
2968
2969 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
2970 Recognize "message" -> print pass and fail. Add eof case.
2971 (runto): Recognize message, no-message. Print pass/fail if requested,
2972 with same treatment as gdb_breakpoint.
2973 (runto_main): Pass no-message to runto.
2974 (gdb_internal_error_resync): Add log message.
2975 (gdb_file_cmd): Tweak internal error fail text for consistency.
2976
2977 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2978
2979 Fix crash during stepping on ppc32.
2980 * gdb.base/step-symless.c: New file.
2981 * gdb.base/step-symless.exp: New file.
2982
2983 2012-10-03 Doug Evans <dje@google.com>
2984
2985 PR symtab/14601
2986 * gdb.cp/using-crash.exp: New file.
2987 * gdb.cp/using-crash.cc: New file.
2988
2989 2012-10-02 Doug Evans <dje@google.com>
2990
2991 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
2992 more consistent.
2993 (runto,gdb_debug_format): Ditto.
2994 (gdb_file_cmd): Watch for eof in nested gdb_expect.
2995 Clean up logging and error messages.
2996
2997 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2998
2999 Test find command on unmapped memory.
3000 * gdb.base/find-unmapped.c: New file.
3001 * gdb.base/find-unmapped.exp: New file.
3002
3003 2012-09-29 Yao Qi <yao@codesourcery.com>
3004
3005 * gdb.trace/mi-tracepoint-changed.exp: New.
3006 * gdb.mi/mi-breakpoint-changed.exp: New.
3007 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3008 * gdb.mi/pendshr2.c: New.
3009
3010 2012-09-28 Yao Qi <yao@codesourcery.com>
3011
3012 * gdb.mi/pr11022.exp: New.
3013 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3014
3015 2012-09-27 Tom Tromey <tromey@redhat.com>
3016
3017 * gdb.cp/derivation.exp: Add regression test.
3018 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3019 V_derived): New.
3020 (vderived): New global.
3021
3022 2012-09-26 Tom Tromey <tromey@redhat.com>
3023
3024 * gdb.dwarf2/dw2-common-block.S: New file.
3025 * gdb.dwarf2/dw2-common-block.exp: New file.
3026
3027 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3028
3029 * gdb.fortran/common-block.exp: New file.
3030 * gdb.fortran/common-block.f90: New file.
3031
3032 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
3033
3034 * gdb.base/duplicate-bp.c: New file.
3035 * gdb.base/duplicate-bp.exp: New file.
3036
3037 2012-09-26 Yao Qi <yao@codesourcery.com>
3038
3039 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3040
3041 Revert:
3042 2012-09-21 Yao Qi <yao@codesourcery.com>
3043
3044 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3045
3046 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3047
3048 * gdb.base/longest-types.c: New test case.
3049 * gdb.base/longest-types.exp: New test case.
3050
3051 2012-09-25 Yao Qi <yao@codesourcery.com>
3052
3053 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3054
3055 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3056
3057 Fix internal error on canonicalization of clang types.
3058 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3059 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3060 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3061
3062 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3063
3064 Fix disassemble without parameters in tailcall frame.
3065 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3066
3067 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
3068
3069 * gdb.dwarf2/dw2-op-out-param.S: New file.
3070 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3071
3072 2012-09-21 Yao Qi <yao@codesourcery.com>
3073
3074 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3075
3076 2012-09-21 Yao Qi <yao@codesourcery.com>
3077
3078 * gdb.mi/mi-cli.exp: Remove.
3079 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3080
3081 2012-09-21 Yao Qi <yao@codesourcery.com>
3082
3083 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3084 "=record-started" notification.
3085
3086 2012-09-21 Yao Qi <yao@codesourcery.com>
3087
3088 * gdb.mi/mi-record-changed.exp: New.
3089 * gdb.mi/mi-reverse.exp: Adjust expected output.
3090
3091 2012-09-20 Tom Tromey <tromey@redhat.com>
3092
3093 * gdb.python/python.exp: Test atexit.register.
3094
3095 2012-09-20 Doug Evans <dje@google.com>
3096
3097 * boards/dwarf4-gdb-index.exp: New file.
3098
3099 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3100 while running the tests.
3101
3102 2012-09-18 Joel Brobecker <brobecker@adacore.com>
3103
3104 * gdb.ada/bp_reset: New testcase.
3105
3106 2012-09-18 Yao Qi <yao@codesourcery.com>
3107
3108 * gdb.trace/mi-tsv-changed.exp: New.
3109
3110 2012-09-18 Yao Qi <yao@codesourcery.com>
3111
3112 * gdb.trace/mi-traceframe-changed.exp: New.
3113
3114 2012-09-17 Yao Qi <yao@codesourcery.com>
3115
3116 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3117 when it is less than 0.
3118
3119 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3120
3121 PR 14119
3122 * gdb.arch/amd64-tailcall-ret.S: New file.
3123 * gdb.arch/amd64-tailcall-ret.c: New file.
3124 * gdb.arch/amd64-tailcall-ret.exp: New file.
3125 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3126 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3127 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3128
3129 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3130
3131 PR 14548
3132 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3133 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3134 * gdb.reverse/singlejmp-reverse.S: New file.
3135 * gdb.reverse/singlejmp-reverse.c: New file.
3136 * gdb.reverse/singlejmp-reverse.exp: New file.
3137
3138 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3139
3140 Fix compatibility with old GCC (~4.1).
3141 * gdb.cp/converts.cc (my_enum_var): New variable.
3142
3143 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
3144
3145 * gdb.xml/tdesc-regs.exp: Update expected output for new
3146 vector_size syntax of vector types.
3147
3148 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3149
3150 Refactor Python "gdb" module into a proper Python package, by
3151 introducing a new "_gdb" module for code implemented in C, and
3152 using reload/__import__ instead of exec.
3153 * gdb.python/python.exp (Test stderr location): Update module
3154 location of GDB-specific sys.stderr.
3155 (Test stdout location): Ditto for sys.stdout.
3156
3157 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3158
3159 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
3160
3161 2012-09-12 Keith Seitz <keiths@redhat.com>
3162
3163 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
3164 conversion statement.
3165
3166 2012-09-12 Doug Evans <dje@google.com>
3167
3168 * gdb.base/help.exp: Remove testing of individual command help text,
3169 too much of a maintenance burden. Instead, test the functionality
3170 of "help" itself.
3171
3172 2012-09-11 Doug Evans <dje@google.com>
3173
3174 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
3175 breakpoint.
3176
3177 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
3178 * gdb.dwarf2/fission-reread.S: Ditto.
3179 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
3180 * gdb.dwarf2/fission-reread.exp: Ditto.
3181
3182 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
3183
3184 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
3185
3186 2012-09-10 Joel Brobecker <brobecker@adacore.com>
3187
3188 * gdb.ada/optim_drec: New testcase.
3189
3190 2012-09-10 Doug Evans <dje@google.com>
3191
3192 * boards/fission.exp: Explicitly mark "board" as not remote.
3193
3194 2012-09-10 Keith Seitz <keiths@redhat.com>
3195
3196 PR gdb/13483
3197 * gdb.cp/converts.cc (A::A): Add ctor.
3198 (A::member_): Add member.
3199 (enum my_enum): New enumeration.
3200 (main): Add calls to foo1_7 with various
3201 permitted arguments.
3202 * gdb.cp/converts.exp: Add tests for boolean
3203 conversions permitted by the standard.
3204
3205 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
3206
3207 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3208 avoid spurious results due to ~/.gdbinit.
3209 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3210 $INTERNAL_GDBFLAGS in run command.
3211 * gdb.gdb/observer.exp (setup_test): Ditto.
3212 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3213 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3214
3215 2012-09-06 Doug Evans <dje@google.com>
3216
3217 * boards/fission.exp: New file.
3218
3219 * gdb.python/py-value.exp: Use clean_restart.
3220
3221 2012-09-05 Doug Evans <dje@google.com>
3222
3223 * gdb.base/info-macros.c: Fix whitespace.
3224
3225 2012-08-28 Pedro Alves <palves@redhat.com>
3226
3227 PR gdb/14428
3228
3229 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3230
3231 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 * gdb.base/break-caller-line.c: New file.
3234 * gdb.base/break-caller-line.exp: New file.
3235
3236 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3237
3238 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3239 * gdb.arch/i386-cfi-notcurrent.S: New file.
3240 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3241
3242 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3243 Yao Qi <yao@codesourcery.com>
3244 Pedro Alves <palves@redhat.com>
3245
3246 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3247 New procedures.
3248 (top level): Add overlap checking tests.
3249
3250 2012-08-24 Tom Tromey <tromey@redhat.com>
3251
3252 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3253 gdb_test_multiple fails for other reasons.
3254
3255 2012-08-24 Yao Qi <yao@codesourcery.com>
3256
3257 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3258
3259 2012-08-23 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.base/help.exp: Adjust to "handle" help text change.
3262
3263 2012-08-23 Yao Qi <yao@codesourcery.com>
3264
3265 * gdb.trace/disconnected-tracing.c (start, end): New.
3266 (main): Call start and end.
3267 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3268 existing tests into this proc.
3269 (disconnected_tfind): New.
3270
3271 2012-08-23 Yao Qi <yao@codesourcery.com>
3272
3273 * boards/native-gdbserver.exp (${board}_upload): New.
3274 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3275 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3276 Execute tfile on remote target.
3277 Copy trace file from target to host.
3278
3279 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3280
3281 * gdb.arch/thumb-bx-pc.S: New file.
3282 * gdb.arch/thumb-bx-pc.exp: New file.
3283
3284 2012-08-22 Tom Tromey <tromey@redhat.com>
3285
3286 * gdb.base/maint.exp: Update.
3287
3288 2012-08-22 Tom Tromey <tromey@redhat.com>
3289
3290 * lib/gdb.exp (skip_unwinder_tests): New proc.
3291 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3292 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3293
3294 2012-08-21 Tom Tromey <tromey@redhat.com>
3295
3296 * gdb.hp/gdb.aCC/exception.exp: Remove.
3297
3298 012-08-19 Andrew Pinski <apinski@cavium.com>
3299
3300 * gdb.arch/mips-octeon-bbit.c: New file.
3301 * gdb.arch/mips-octeon-bbit.exp: New Test.
3302
3303 012-08-19 Keith Seitz <keiths@redhat.com>
3304
3305 PR c++/14365
3306 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3307 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3308
3309 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3310
3311 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3312 verbose -log by more specific untested call.
3313
3314 2012-08-18 Yao Qi <yao@codesourcery.com>
3315
3316 * gdb.trace/tfind.exp: Move tests on various command help before
3317 checking target supports trace.
3318 Fix the expected output of 'help tfind end'.
3319
3320 2012-08-17 Keith Seitz <keiths@redhat.com>
3321
3322 PR c++/13356
3323 * gdb.base/default.exp: Update all "check type" tests.
3324 * gdb.base/help.exp: Likewise.
3325 * gdb.base/setshow.exp: Likewise.
3326 * gdb.cp/converts.cc (foo1_type_check): New function.
3327 (foo2_type_check): New function.
3328 (foo3_type_check): New function.
3329 (main): Call new functions.
3330 * converts.exp: Add tests for integer-to-pointer conversions
3331 with/without strict type-checking.
3332
3333 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3334
3335 * gdb.base/help.exp: Update expected output.
3336
3337 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3338
3339 * gdb.ada/rdv_wait: New testcase.
3340
3341 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3344
3345 2012-08-13 Doug Evans <dje@google.com>
3346
3347 * gdb.base/help.exp: Update expected output.
3348 * gdb.base/default.exp: Update expected output of "show convenience".
3349
3350 2012-08-10 Doug Evans <dje@google.com>
3351
3352 * gdb.python/py-strfns.c: New file.
3353 * gdb.python/py-strfns.exp: New file.
3354 * gdb.python/py-type.exp (test_fields): Add vector tests.
3355
3356 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3357
3358 PR cli/10436:
3359 * gdb.base/completion.exp: Add tests for handle completion.
3360
3361 2012-08-09 Yao Qi <yao@codesourcery.com>
3362
3363 * gdb.mi/mi-cmd-param-changed.exp: New.
3364 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3365 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3366 * gdb.mi/mi2-prompt.exp: Likewise.
3367
3368 2012-08-08 Doug Evans <dje@google.com>
3369
3370 * gdb.base/debug-expr.c: New file.
3371 * gdb.base/debug-expr.exp: New file.
3372 * gdb.base/exprs.exp: Test {type} casts.
3373 * gdb.cp/debug-expr.exp: New file.
3374
3375 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3376
3377 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3378 global variable loop, not a 'break'. Add loop count limit to 100.
3379 Add new fail case for terminated vgdb.
3380
3381 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3382 Jean-Marc Saffroy <saffroy@gmail.com>
3383
3384 PR 11804
3385 * gdb.base/gcore-relro.exp: New file.
3386 * gdb.base/gcore-relro-main.c: New file.
3387 * gdb.base/gcore-relro-lib.c: New file.
3388
3389 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3390
3391 Do not false FAIL with old GCCs.
3392 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3393 GCC < 4.5 in $no_hw mode.
3394
3395 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3396
3397 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3398
3399 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3400
3401 * gdb.base/list.exp (test_only_end): New function.
3402 Call it.
3403
3404 2012-08-06 Tom Tromey <tromey@redhat.com>
3405
3406 * gdb.python/py-mi.exp: Add test for printer whose children
3407 are a list.
3408 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3409 (main): New variable children_as_list.
3410 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3411 New.
3412 (register_pretty_printers): Register new printer.
3413
3414 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3415
3416 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3417 symbols. Abort if vgdb remote connection is closed.
3418
3419 2012-08-02 Doug Evans <dje@google.com>
3420
3421 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3422
3423 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3424
3425 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3426 s390x, PowerPC 64 and m68k-linux.
3427
3428 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3429
3430 * gdb.base/annota1.exp: Accept no frames-invalid notification
3431 when starting up the program.
3432 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3433 show a symbolic value as well.
3434 * gdb.server/server-exec-info.exp: Skip test when skipping
3435 gdbserver test and/or when skipping shared library tests.
3436 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3437 avoid name conflicts with other tests.
3438
3439 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3440
3441 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3442 Fix wrong output on big-endian systems.
3443 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3444 4-byte pointer types on 64-bit s390x.
3445
3446 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3447
3448 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3449 marker comment at the beginning (after intialization).
3450 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3451 breakpoint on marker comment instead of function begin.
3452 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3453 PowerPC.
3454 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3455 or 64-bit PowerPC.
3456 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3457 gdb,no_hardware_watchpoints flag is set.
3458 (initialize): Remove now redundant can-use-hw-watchpoints change.
3459
3460 2012-08-02 Yao Qi <yao@codesourcery.com>
3461 Pedro Alves <palves@redhat.com>
3462
3463 * boards/local-remote-host.exp: New.
3464
3465 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3466
3467 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3468 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3469 * gdb.base/print-file-var.exp: Likewise.
3470 * gdb.server/solib-list.exp: Skip on remote targets.
3471
3472 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3473
3474 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3475 watchpoints on ARM. When expecting software watchpoints, tolerate
3476 (remote) targets that report unsupported hardware watchpoint only
3477 at continue time.
3478 (test_wide_location_2): Likewise.
3479
3480 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3481
3482 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3483 valgrind versions.
3484
3485 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3486
3487 * gdb.base/valgrind-infcall.c: New file.
3488 * gdb.base/valgrind-infcall.exp: New file.
3489
3490 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3491
3492 2012-07-30 Keith Seitz <keiths@redhat.com>
3493
3494 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3495 linespecs.
3496
3497 2012-07-30 Doug Evans <dje@google.com>
3498
3499 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3500 * gdb.dwarf2/pr13961.S: Ditto.
3501
3502 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3503
3504 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3505
3506 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3507 change its format immediately after reloading the binary.
3508
3509 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3510
3511 Fix testsuite regression after --use-deprecated-index-sections removal.
3512 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3513 string.
3514 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3515
3516 2012-07-27 Yao Qi <yao@codesourcery.com>
3517
3518 KFAIL for PR remote/14161.
3519 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3520 Cleanup socket files.
3521 (strace_info_marker): Detach inferior.
3522
3523 2012-07-26 Tom Tromey <tromey@redhat.com>
3524
3525 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
3526
3527 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3528
3529 * gdb.python/py-inferior.c (thread): New function.
3530 (check_threads): New function.
3531 (test_threads): New function.
3532 * gdb.python/py-inferior.exp: Added test.
3533 Replaced runto with continue to breakpoint.
3534
3535 2012-07-26 Tom Tromey <tromey@redhat.com>
3536
3537 * lib/ada.exp (standard_ada_testfile): New proc.
3538 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3539 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3540 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3541 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3542 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3543 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3544 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3545 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3546 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3547 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3548 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3549 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3550 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3551 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3552 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3553 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3554 * gdb.ada/complete.exp: Use standard_ada_testfile.
3555 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3556 standard_output_file.
3557 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3558 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3559 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3560 standard_output_file.
3561 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3562 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3563 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3564 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3565 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3566 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3567 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3568 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3569 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3570 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3571 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3572 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
3573 * gdb.ada/interface.exp: Use standard_ada_testfile.
3574 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
3575 standard_output_file
3576 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
3577 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
3578 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
3579 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
3580 * gdb.ada/nested.exp: Use standard_ada_testfile.
3581 * gdb.ada/null_array.exp: Use standard_ada_testfile.
3582 * gdb.ada/null_record.exp: Use standard_ada_testfile.
3583 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
3584 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
3585 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
3586 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
3587 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
3588 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
3589 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
3590 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
3591 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
3592 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
3593 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
3594 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
3595 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
3596 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
3597 * gdb.ada/start.exp: Use standard_ada_testfile.
3598 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
3599 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
3600 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
3601 * gdb.ada/tagged.exp: Use standard_ada_testfile.
3602 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
3603 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
3604 * gdb.ada/tasks.exp: Use standard_ada_testfile.
3605 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
3606 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
3607 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
3608 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
3609 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
3610 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
3611 * gdb.ada/widewide.exp: Use standard_ada_testfile.
3612
3613 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3614
3615 Fix testsuite regression after --use-deprecated-index-sections removal.
3616 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
3617
3618 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3619
3620 Fix compatibility with Tcl before 7.5.
3621 * lib/future.exp (lreverse): New function if it does not exist.
3622
3623 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
3624
3625 * gdb.mi/mi-pending.c: New method to set a second pending
3626 breakpoint.
3627 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
3628 condition.
3629
3630 2012-07-20 Pedro Alves <palves@redhat.com>
3631
3632 PR threads/11692
3633 PR gdb/12203
3634
3635 * gdb.threads/create-fail.c: New file.
3636 * gdb.threads/create-fail.exp: New file.
3637
3638 2012-07-19 Pedro Alves <palves@redhat.com>
3639
3640 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
3641 * config/vx.exp (gdb_start): Likewise.
3642 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
3643 * gdb.base/setvar.exp (test_set): Likewise.
3644 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
3645 * gdb.reverse/sigall-precsave.exp: Likewise.
3646 * gdb.reverse/sigall-reverse.exp: Likewise.
3647
3648 2012-07-19 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
3651 handler before recording.
3652
3653 2012-07-19 Tom Tromey <tromey@redhat.com>
3654
3655 * gdb.cp/casts.exp: Add tests for typeof and decltype.
3656 * gdb.cp/casts.cc (decltype): New function.
3657 (main): Use it.
3658
3659 2012-07-19 Pedro Alves <palves@redhat.com>
3660
3661 * gdb.base/sigall.exp (signals): New list.
3662 <top level>: Loop over signals in the $signals list instead of
3663 calling a test function once per signal.
3664 * gdb.reverse/sigall-precsave.exp (signals): New list.
3665 <top level>: Loop over signals in the $signals list instead of
3666 calling a test function once per signal.
3667 * gdb.reverse/sigall-reverse.exp (signals): New list.
3668 <top level>: Loop over signals in the $signals list instead of
3669 calling a test function once per signal.
3670
3671 2012-07-19 Yao Qi <yao@codesourcery.com>
3672
3673 * gdb.base/setshow.exp: Test 'set args ~'.
3674
3675 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3676
3677 * gdb.base/store.exp (check_set): Import gdb_prompt.
3678 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
3679 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
3680
3681 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3682
3683 PR 11914
3684 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
3685 (main): Call eval_sub.
3686 * gdb.python/py-prettyprint.exp:
3687 (python execfile ('py-prettyprint.py')): Move it earlier.
3688 New breakpoint for eval-break.
3689 (continue to breakpoint: eval-break, info locals): New test.
3690 (python execfile ('py-prettyprint.py')): Move it from here.
3691 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
3692 (register_pretty_printers): Register pp_eval_type.
3693
3694 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3695
3696 Fix a testcase regression by me.
3697 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
3698 DW_FORM_data4.
3699
3700 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3701 Doug Evans <dje@google.com>
3702
3703 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
3704 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
3705
3706 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 Fix gdbserver run regression.
3709 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
3710
3711 2012-07-12 Tom Tromey <tromey@redhat.com>
3712
3713 * lib/gdb.exp (standard_testfile): Don't declare objdir.
3714 (clean_restart): Likewise.
3715 (core_find): Use standard_output_file.
3716
3717 2012-07-12 Tom Tromey <tromey@redhat.com>
3718
3719 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
3720 * gdb.dwarf2/dw2-anonymous-func.exp: Use
3721 prepare_for_testing_full.
3722 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
3723 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
3724 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
3725 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
3726 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
3727 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
3728 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
3729 prepare_for_testing_full.
3730 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
3731 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
3732 prepare_for_testing_full.
3733 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
3734 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
3735 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
3736
3737 2012-07-12 Tom Tromey <tromey@redhat.com>
3738
3739 * lib/gdb.exp (build_executable_from_specs): New proc, from
3740 build_executable.
3741 (build_executable): Use it.
3742 (prepare_for_testing_full): New proc.
3743
3744 2012-07-11 Tom Tromey <tromey@redhat.com>
3745
3746 * gdb.reverse/break-precsave.exp: Use standard_output_file.
3747 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
3748 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
3749 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
3750 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
3751 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
3752 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
3753 * gdb.reverse/step-precsave.exp: Use standard_output_file.
3754 * gdb.reverse/until-precsave.exp: Use standard_output_file.
3755 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
3756
3757 2012-07-10 Tom Tromey <tromey@redhat.com>
3758
3759 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
3760 standard_output_file.
3761 * gdb.mi/gdb2549.exp: Use standard_testfile.
3762 * gdb.mi/gdb669.exp: Use standard_testfile.
3763 * gdb.mi/gdb701.exp: Use standard_testfile.
3764 * gdb.mi/gdb792.exp: Use standard_testfile.
3765 * gdb.mi/mi-async.exp: Use standard_testfile.
3766 * gdb.mi/mi-basics.exp: Use standard_testfile.
3767 * gdb.mi/mi-break.exp: Use standard_testfile.
3768 * gdb.mi/mi-cli.exp: Use standard_testfile.
3769 * gdb.mi/mi-console.exp: Use standard_testfile.
3770 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
3771 * gdb.mi/mi-eval.exp: Use standard_testfile.
3772 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
3773 * gdb.mi/mi-file.exp: Use standard_testfile.
3774 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
3775 * gdb.mi/mi-logging.exp: Use standard_testfile.
3776 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
3777 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
3778 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
3779 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
3780 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
3781 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
3782 * gdb.mi/mi-pending.exp: Use standard_testfile,
3783 standard_output_file.
3784 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
3785 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
3786 * gdb.mi/mi-regs.exp: Use standard_testfile.
3787 * gdb.mi/mi-return.exp: Use standard_testfile.
3788 * gdb.mi/mi-reverse.exp: Use standard_testfile.
3789 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
3790 * gdb.mi/mi-solib.exp: Use standard_testfile,
3791 standard_output_file.
3792 * gdb.mi/mi-stack.exp: Use standard_testfile.
3793 * gdb.mi/mi-stepi.exp: Use standard_testfile.
3794 * gdb.mi/mi-stepn.exp: Use standard_testfile.
3795 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
3796 * gdb.mi/mi-until.exp: Use standard_testfile.
3797 * gdb.mi/mi-var-block.exp: Use standard_testfile.
3798 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
3799 * gdb.mi/mi-var-child.exp: Use standard_testfile.
3800 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
3801 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
3802 * gdb.mi/mi-var-display.exp: Use standard_testfile.
3803 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
3804 standard_output_file.
3805 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
3806 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
3807 * gdb.mi/mi-watch.exp: Use standard_testfile.
3808 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
3809 * gdb.mi/mi2-basics.exp: Use standard_testfile.
3810 * gdb.mi/mi2-break.exp: Use standard_testfile.
3811 * gdb.mi/mi2-cli.exp: Use standard_testfile.
3812 * gdb.mi/mi2-console.exp: Use standard_testfile.
3813 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
3814 * gdb.mi/mi2-eval.exp: Use standard_testfile.
3815 * gdb.mi/mi2-file.exp: Use standard_testfile.
3816 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
3817 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
3818 * gdb.mi/mi2-regs.exp: Use standard_testfile.
3819 * gdb.mi/mi2-return.exp: Use standard_testfile.
3820 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
3821 * gdb.mi/mi2-stack.exp: Use standard_testfile.
3822 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
3823 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
3824 * gdb.mi/mi2-until.exp: Use standard_testfile.
3825 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
3826 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
3827 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
3828 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
3829 * gdb.mi/mi2-watch.exp: Use standard_testfile.
3830
3831 2012-07-10 Tom Tromey <tromey@redhat.com>
3832
3833 * gdb.cp/abstract-origin.exp: Use standard_testfile.
3834 * gdb.cp/ambiguous.exp: Use standard_testfile,
3835 prepare_for_testing.
3836 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
3837 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
3838 * gdb.cp/anon-ns.exp: Use standard_testfile.
3839 * gdb.cp/anon-struct.exp: Use standard_testfile.
3840 * gdb.cp/anon-union.exp: Use standard_testfile,
3841 prepare_for_testing.
3842 * gdb.cp/arg-reference.exp: Use standard_testfile,
3843 prepare_for_testing.
3844 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
3845 * gdb.cp/breakpoint.exp: Use standard_testfile,
3846 prepare_for_testing.
3847 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
3848 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
3849 standard_output_file.
3850 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
3851 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
3852 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
3853 (test_static_members): Update.
3854 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
3855 * gdb.cp/converts.exp: Use standard_testfile.
3856 * gdb.cp/cp-relocate.exp: Use standard_testfile.
3857 * gdb.cp/cpcompletion.exp: Use standard_testfile,
3858 prepare_for_testing.
3859 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
3860 * gdb.cp/cplabel.exp: Use standard_testfile.
3861 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
3862 prepare_for_testing.
3863 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
3864 * gdb.cp/derivation.exp: Use standard_testfile,
3865 prepare_for_testing.
3866 * gdb.cp/destrprint.exp: Use standard_testfile.
3867 * gdb.cp/dispcxx.exp: Use standard_testfile.
3868 * gdb.cp/exception.exp: Use standard_testfile,
3869 prepare_for_testing.
3870 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
3871 * gdb.cp/extern-c.exp: Use standard_testfile,
3872 prepare_for_testing.
3873 * gdb.cp/formatted-ref.exp: Use standard_testfile,
3874 prepare_for_testing.
3875 * gdb.cp/fpointer.exp: Use standard_testfile.
3876 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
3877 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
3878 standard_output_file.
3879 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
3880 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
3881 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
3882 standard_output_file.
3883 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
3884 (do_tests): Update.
3885 * gdb.cp/koenig.exp: Use standard_testfile.
3886 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
3887 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
3888 * gdb.cp/m-static.exp: Use standard_testfile,
3889 prepare_for_testing.
3890 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
3891 * gdb.cp/mb-inline.exp: Use standard_testfile,
3892 prepare_for_testing.
3893 * gdb.cp/mb-templates.exp: Use standard_testfile,
3894 prepare_for_testing.
3895 * gdb.cp/member-ptr.exp: Use standard_testfile,
3896 prepare_for_testing.
3897 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
3898 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
3899 * gdb.cp/method2.exp: Use standard_testfile.
3900 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
3901 standard_output_file.
3902 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
3903 (do_tests): Update.
3904 * gdb.cp/namespace-enum.exp: Use standard_testfile,
3905 prepare_for_testing.
3906 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
3907 prepare_for_testing.
3908 * gdb.cp/namespace.exp: Use standard_testfile,
3909 prepare_for_testing.
3910 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
3911 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
3912 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
3913 * gdb.cp/nsimport.exp: Use standard_testfile,
3914 prepare_for_testing.
3915 * gdb.cp/nsnested.exp: Use standard_testfile.
3916 * gdb.cp/nsnoimports.exp: Use standard_testfile.
3917 * gdb.cp/nsrecurs.exp: Use standard_testfile,
3918 prepare_for_testing.
3919 * gdb.cp/nsstress.exp: Use standard_testfile,
3920 prepare_for_testing.
3921 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
3922 * gdb.cp/operator.exp: Use standard_testfile.
3923 * gdb.cp/oranking.exp: Use standard_testfile.
3924 * gdb.cp/overload-const.exp: Use standard_testfile.
3925 * gdb.cp/overload.exp: Use standard_testfile,
3926 prepare_for_testing.
3927 * gdb.cp/ovldbreak.exp: Use standard_testfile.
3928 * gdb.cp/ovsrch.exp: Use standard_testfile.
3929 * gdb.cp/paren-type.exp: Use standard_testfile.
3930 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
3931 prepare_for_testing.
3932 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
3933 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
3934 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
3935 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
3936 * gdb.cp/pr10728.exp: Use standard_testfile,
3937 standard_output_file.
3938 * gdb.cp/pr12028.exp: Use standard_testfile.
3939 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
3940 * gdb.cp/pr9167.exp: Use standard_testfile.
3941 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
3942 * gdb.cp/printmethod.exp: Use standard_testfile,
3943 prepare_for_testing.
3944 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
3945 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
3946 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
3947 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
3948 standard_output_file.
3949 * gdb.cp/readnow-language.exp: Use standard_testfile.
3950 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
3951 (gdb_start_again): Use clean_restart.
3952 * gdb.cp/ref-types.exp: Use standard_testfile,
3953 prepare_for_testing.
3954 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
3955 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
3956 * gdb.cp/smartp.exp: Use standard_testfile.
3957 * gdb.cp/static-method.exp: Use standard_testfile.
3958 * gdb.cp/static-print-quit.exp: Use standard_testfile.
3959 * gdb.cp/temargs.exp: Use standard_testfile.
3960 * gdb.cp/templates.exp: Use standard_testfile,
3961 prepare_for_testing.
3962 (do_tests): Update.
3963 * gdb.cp/try_catch.exp: Use standard_testfile,
3964 prepare_for_testing.
3965 * gdb.cp/typedef-operator.exp: Use standard_testfile.
3966 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
3967 * gdb.cp/virtbase.exp: Use standard_testfile,
3968 prepare_for_testing.
3969 * gdb.cp/virtfunc.exp: Use standard_testfile,
3970 prepare_for_testing.
3971 (do_tests): Update.
3972 * gdb.cp/virtfunc2.exp: Use standard_testfile,
3973 prepare_for_testing.
3974
3975 2012-07-10 Tom Tromey <tromey@redhat.com>
3976
3977 * lib/gdb.exp (standard_testfile): Unset output variables from
3978 earlier invocations.
3979
3980 2012-07-10 Yao Qi <yao@codesourcery.com>
3981
3982 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
3983 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
3984 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
3985 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
3986 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
3987 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
3988 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
3989 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
3990 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
3991 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
3992 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
3993 * gdb.mi/mi-var-display.exp: Likewise.
3994 * gdb.mi/mi-var-invalidate.exp: Likewise.
3995 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
3996 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
3997 * gdb.mi/mi2-console.exp: Likewise.
3998 * gdb.mi/mi2-disassemble.exp: Likewise.
3999 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4000 * gdb.mi/mi2-read-memory.exp: Likewise.
4001 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4002 * gdb.mi/mi2-simplerun.exp: Likewise.
4003 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4004 * gdb.mi/mi2-syn-frame.exp: Likewise.
4005 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4006 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4007 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4008
4009 2012-07-09 Tom Tromey <tromey@redhat.com>
4010
4011 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4012 * gdb.base/callfuncs.exp: Add cast-based test.
4013 * gdb.base/callfuncs.c (voidfunc): New function.
4014
4015 2012-07-08 Doug Evans <dje@google.com>
4016
4017 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4018
4019 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4020
4021 Fix XFAIL compatibility with old i386 systems.
4022 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4023 Check also 'Cannot insert breakpoint 0'.
4024
4025 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 PR 14321
4028 * gdb.base/find.exp
4029 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4030
4031 2012-07-06 Tom Tromey <tromey@redhat.com>
4032
4033 * gdb.base/whatis.exp: Add test.
4034
4035 2012-07-06 Tom Tromey <tromey@redhat.com>
4036
4037 * gdb.base/whatis.exp: Add regression test.
4038
4039 2012-07-06 Tom Tromey <tromey@redhat.com>
4040
4041 * gdb.base/whatis.exp: Add tests.
4042
4043 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4044
4045 PR 12649
4046 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4047 gdb_test_multiple $gdb_prompt terminator.
4048
4049 2012-07-04 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4052 supports_process_record.
4053
4054 2012-07-04 Pedro Alves <palves@redhat.com>
4055
4056 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4057 endings.
4058 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4059
4060 2012-07-03 Stan Shebs <stan@codesourcery.com>
4061
4062 * gdb.base/info-os.c (main): Retry resource acquisition until an
4063 available one is found.
4064 * gdb.base/info-os.exp: Collect resource keys from the program
4065 and use them in matching.
4066
4067 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4068
4069 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4070 Wrap the test into loop for corefile and core0file.
4071
4072 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4073
4074 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4075 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4076 .note.GNU-stack.
4077
4078 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4079
4080 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4081
4082 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4083 break): Include help message for the new `-probe' and `-probe-stap'
4084 options.
4085
4086 2012-07-02 Stan Shebs <stan@codesourcery.com>
4087
4088 * gdb.base/dprintf.exp: Add agent style tests.
4089
4090 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4091
4092 * gdb.base/stale-infcall.c (infcall): New label test-next.
4093 (main): New labels test-pass and test-fail.
4094 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4095 $test_fail_bpnum to test-fail.
4096 (test system longjmp tracking support): New test.
4097 Delete $test_fail_bpnum.
4098 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4099 breakpoint.
4100
4101 2012-06-30 Doug Evans <dje@google.com>
4102
4103 * gdb.dwarf2/fission-reread.S: New file.
4104 * gdb.dwarf2/fission-reread.exp: New file.
4105
4106 2012-06-28 Stan Shebs <stan@codesourcery.com>
4107
4108 * gdb.mi/mi-logging.exp: New file.
4109
4110 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4111 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.threads/siginfo-threads.exp: New file.
4114 * gdb.threads/siginfo-threads.c: New file.
4115 * gdb.threads/sigstep-threads.exp: New file.
4116 * gdb.threads/sigstep-threads.c: New file.
4117
4118 2012-06-28 Tom Tromey <tromey@redhat.com>
4119
4120 * gdb.go/package.exp: Partially revert earlier patch; use
4121 gdb_compile again. Use standard_output_file.
4122
4123 2012-06-27 Doug Evans <dje@google.com>
4124
4125 * gdb.dwarf2/fission-base.c: New file.
4126 * gdb.dwarf2/fission-base.S: New file.
4127 * gdb.dwarf2/fission-base.exp: New file.
4128
4129 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4130
4131 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4132
4133 2012-06-27 Tom Tromey <tromey@redhat.com>
4134
4135 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4136 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4137
4138 2012-06-27 Tom Tromey <tromey@redhat.com>
4139
4140 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4141 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4142 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4143 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4144 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4145 prepare_for_testing.
4146 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4147 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4148 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4149 standard_testfile.
4150 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4151 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
4152 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
4153 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
4154 prepare_for_testing.
4155 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
4156 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
4157 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
4158 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
4159 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
4160 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
4161 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
4162 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
4163 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
4164 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
4165 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
4166 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
4167 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
4168 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
4169 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
4170 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
4171 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
4172 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
4173 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
4174 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
4175 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
4176 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
4177 standard_output_file.
4178 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
4179 standard_output_file.
4180 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
4181 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
4182 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
4183 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
4184 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
4185 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
4186 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
4187 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
4188 * gdb.dwarf2/implptr.exp: Use standard_testfile.
4189 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
4190 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
4191 * gdb.dwarf2/pieces.exp: Use standard_testfile.
4192 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
4193 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
4194 * gdb.dwarf2/valop.exp: Use standard_testfile,
4195 prepare_for_testing.
4196
4197 2012-06-27 Tom Tromey <tromey@redhat.com>
4198
4199 * gdb.python/python.exp: Fix regexps in pagination tests.
4200
4201 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4202
4203 * gdb.python/py-symtab.exp: Add tests to test the new attribute
4204 'last' of gdb.Symtab_and_line.
4205 * gdb.python/py-symbol.c: Move break point comment to enable
4206 testing of gdb.Symtab_and_line.last.
4207
4208 2012-06-26 Tom Tromey <tromey@redhat.com>
4209
4210 * gdb.threads/step.c: Remove.
4211 * gdb.threads/step.exp: Remove.
4212 * gdb.threads/step2.exp: Remove.
4213
4214 2012-06-26 Tom Tromey <tromey@redhat.com>
4215
4216 * gdb.threads/watchpoint-fork.exp (test): Use
4217 standard_output_file. Don't declare objdir.
4218 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4219 standard_output_file.
4220 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4221 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4222 clean_restart. Remove incdir.
4223 * gdb.threads/corethreads.exp: Use standard_testfile.
4224 * gdb.threads/execl.exp: Use standard_testfile,
4225 standard_output_file, clean_restart.
4226 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4227 clean_restart.
4228 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4229 clean_restart.
4230 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4231 incdir.
4232 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4233 clean_restart. Remove incdir.
4234 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4235 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4236 clean_restart. Remove incdir.
4237 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4238 Remove incdir.
4239 * gdb.threads/leader-exit.exp: Use standard_testfile.
4240 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4241 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4242 clean_restart.
4243 * gdb.threads/manythreads.exp: Use standard_testfile,
4244 clean_restart. Remove incdir.
4245 * gdb.threads/multi-create.exp: Use standard_testfile,
4246 clean_restart.
4247 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4248 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4249 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4250 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4251 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4252 * gdb.threads/pending-step.exp: Use standard_testfile,
4253 clean_restart. Remove incdir.
4254 * gdb.threads/print-threads.exp: Use standard_testfile,
4255 clean_restart. Remove incdir.
4256 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4257 clean_restart. Remove incdir.
4258 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4259 Remove incdir.
4260 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4261 incdir.
4262 * gdb.threads/sigthread.exp: Use standard_testfile,
4263 clean_restart.
4264 * gdb.threads/staticthreads.exp: Use standard_testfile,
4265 clean_restart. Remove incdir.
4266 * gdb.threads/switch-threads.exp: Use standard_testfile,
4267 clean_restart. Remove incdir.
4268 * gdb.threads/thread-execl.exp: Use standard_testfile,
4269 clean_restart. Remove incdir.
4270 * gdb.threads/thread-find.exp: Use standard_testfile,
4271 clean_restart.
4272 * gdb.threads/thread-specific.exp: Use standard_testfile,
4273 clean_restart. Remove incdir.
4274 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4275 clean_restart. Remove incdir.
4276 * gdb.threads/thread_check.exp: Use standard_testfile,
4277 clean_restart. Remove incdir.
4278 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4279 incdir.
4280 * gdb.threads/threadapply.exp: Use standard_testfile,
4281 clean_restart. Remove incdir.
4282 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4283 clean_restart. Remove incdir.
4284 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4285 clean_restart.
4286 * gdb.threads/tls-shared.exp: Use standard_testfile,
4287 clean_restart, standard_output_file.
4288 * gdb.threads/tls-var.exp: Use standard_testfile,
4289 standard_output_file.
4290 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4291 Remove incdir.
4292 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4293 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4294 incdir.
4295 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4296 clean_restart. Remove incdir.
4297
4298 2012-06-26 Tom Tromey <tromey@redhat.com>
4299
4300 * gdb.trace/actions.exp: Use standard_testfile.
4301 * gdb.trace/ax.exp: Use standard_testfile.
4302 * gdb.trace/backtrace.exp: Use standard_testfile.
4303 * gdb.trace/change-loc.exp: Use standard_testfile.
4304 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4305 * gdb.trace/collection.exp: Use standard_testfile,
4306 prepare_for_testing.
4307 * gdb.trace/deltrace.exp: Use standard_testfile.
4308 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4309 * gdb.trace/ftrace.exp: Use standard_testfile.
4310 * gdb.trace/infotrace.exp: Use standard_testfile.
4311 * gdb.trace/packetlen.exp: Use standard_testfile.
4312 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4313 * gdb.trace/passcount.exp: Use standard_testfile.
4314 * gdb.trace/pending.exp: Use standard_testfile.
4315 * gdb.trace/report.exp: Use standard_testfile.
4316 * gdb.trace/save-trace.exp: Use standard_testfile.
4317 * gdb.trace/stap-trace.exp: Use standard_testfile.
4318 * gdb.trace/status-stop.exp: Use standard_testfile.
4319 * gdb.trace/strace.exp: Use standard_testfile.
4320 * gdb.trace/tfile.exp: Use standard_testfile.
4321 * gdb.trace/tfind.exp: Use standard_testfile.
4322 * gdb.trace/trace-break.exp: Use standard_testfile.
4323 * gdb.trace/trace-mt.exp: Use standard_testfile.
4324 * gdb.trace/tracecmd.exp: Use standard_testfile.
4325 * gdb.trace/tspeed.exp: Use standard_testfile.
4326 * gdb.trace/tstatus.exp: Use standard_testfile.
4327 * gdb.trace/tsv.exp: Use standard_testfile.
4328 * gdb.trace/unavailable.exp: Use standard_testfile,
4329 prepare_for_testing.
4330 * gdb.trace/while-dyn.exp: Use standard_testfile.
4331 * gdb.trace/while-stepping.exp: Use standard_testfile.
4332
4333 2012-06-26 Tom Tromey <tromey@redhat.com>
4334
4335 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4336 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4337 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4338 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4339 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4340 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4341 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4342 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4343 prepare_for_testing.
4344 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4345 prepare_for_testing.
4346 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4347 prepare_for_testing.
4348 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4349 prepare_for_testing.
4350 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4351 prepare_for_testing
4352 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4353 * gdb.reverse/machinestate.exp: Use standard_testfile.
4354 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4355 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4356 build_executable.
4357 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4358 build_executable.
4359 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4360 standard_output_file.
4361 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4362 standard_output_file.
4363 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4364 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4365 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4366 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4367 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4368 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4369
4370 2012-06-26 Tom Tromey <tromey@redhat.com>
4371
4372 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4373 standard_output_file.
4374 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4375 prepare_for_testing. Remove directory-checking code.
4376
4377 2012-06-25 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4380 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4381 build_executable, not prepare_for_testing.
4382 * gdb.multi/base.exp: Use standard_output_file. Use
4383 build_executable, not prepare_for_testing.
4384
4385 2012-06-25 Tom Tromey <tromey@redhat.com>
4386
4387 * gdb.fortran/subarray.exp: Use standard_testfile,
4388 prepare_for_testing.
4389 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4390 * gdb.fortran/module.exp: Use standard_testfile.
4391 * gdb.fortran/logical.exp: Use standard_testfile.
4392 * gdb.fortran/library-module.exp: Use standard_testfile,
4393 standard_output_file.
4394 * gdb.fortran/derived-type.exp: Use standard_testfile,
4395 prepare_for_testing.
4396 * gdb.fortran/complex.exp: Use standard_testfile,
4397 prepare_for_testing.
4398 * gdb.fortran/charset.exp: Use standard_testfile.
4399 * gdb.fortran/array-element.exp: Use standard_testfile,
4400 prepare_for_testing.
4401
4402 2012-06-25 Keith Seitz <keiths@redhat.com>
4403
4404 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4405 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4406
4407 2012-06-25 Tom Tromey <tromey@redhat.com>
4408
4409 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4410 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4411 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4412 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4413
4414 2012-06-25 Tom Tromey <tromey@redhat.com>
4415
4416 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4417 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4418 * gdb.linespec/linespec.exp: Use standard_testfile.
4419
4420 2012-06-25 Tom Tromey <tromey@redhat.com>
4421
4422 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4423 prepare_for_testing.
4424
4425 2012-06-25 Tom Tromey <tromey@redhat.com>
4426
4427 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4428 prepare_for_testing.
4429 * gdb.opt/inline-break.exp: Use standard_testfile,
4430 prepare_for_testing.
4431 * gdb.opt/inline-bt.exp: Use standard_testfile,
4432 prepare_for_testing.
4433 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4434 prepare_for_testing.
4435 * gdb.opt/inline-locals.exp: Use standard_testfile,
4436 prepare_for_testing.
4437
4438 2012-06-25 Tom Tromey <tromey@redhat.com>
4439
4440 * gdb.asm/asm-source.exp: Use standard_output_file,
4441 standard_testfile. Construct .o files in proper subdir.
4442
4443 2012-06-25 Tom Tromey <tromey@redhat.com>
4444
4445 * gdb.server/ext-attach.exp: Use standard_testfile,
4446 prepare_for_testing.
4447 * gdb.server/ext-run.exp: Use standard_testfile,
4448 build_executable.
4449 * gdb.server/file-transfer.exp: Use standard_testfile,
4450 prepare_for_testing.
4451 * gdb.server/server-exec-info.exp: Use standard_testfile.
4452 * gdb.server/server-mon.exp: Use standard_testfile,
4453 prepare_for_testing.
4454 * gdb.server/server-run.exp: Use standard_testfile,
4455 build_executable.
4456 * gdb.server/solib-list.exp: Use standard_testfile,
4457 standard_output_file.
4458
4459 2012-06-25 Tom Tromey <tromey@redhat.com>
4460
4461 * lib/gdb.exp (standard_output_file): Use "file join".
4462 * gdb.go/chan.exp: Use standard_testfile.
4463 * gdb.go/handcall.exp: Use standard_testfile.
4464 * gdb.go/hello.exp: Use standard_testfile.
4465 * gdb.integers/chan.exp: Use standard_testfile.
4466 * gdb.go/methods.exp: Use standard_testfile.
4467 * gdb.go/package.exp: Use standard_testfile.
4468 * gdb.go/strings.exp: Use standard_testfile.
4469 * gdb.go/types.exp: Use standard_testfile.
4470 * gdb.go/unsafe.exp: Use standard_testfile.
4471
4472 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4473
4474 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4475
4476 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4477
4478 Fix regression by the previous commit.
4479 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4480
4481 2012-06-22 Tom Tromey <tromey@redhat.com>
4482
4483 * gdb.python/lib-types.exp: Use standard_testfile,
4484 prepare_for_testing.
4485 * gdb.python/py-block.exp: Use standard_testfile.
4486 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4487 * gdb.python/py-events.exp: Use standard_testfile,
4488 standard_output_file.
4489 * gdb.python/py-evsignal.exp: Use standard_testfile.
4490 * gdb.python/py-evethreads.exp: Use standard_testfile.
4491 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4492 * gdb.python/py-explore.exp: Use standard_testfile.
4493 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4494 standard_output_file.
4495 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4496 prepare_for_testing.
4497 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4498 * gdb.python/py-frame.exp: Use standard_testfile.
4499 * gdb.python/py-inferior.exp: Use standard_testfile.
4500 * gdb.python/py-infthread.exp: Use standard_testfile.
4501 * gdb.python/py-mi.exp: Use standard_testfile.
4502 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4503 build_executable.
4504 * gdb.python/py-objfile.exp: Use standard_testfile.
4505 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4506 prepare_for_testing.
4507 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4508 * gdb.python/py-progspace.exp: Use standard_testfile,
4509 build_executable.
4510 * gdb.python/py-prompt.exp: Use standard_testfile,
4511 build_executable.
4512 * gdb.python/py-section-script.exp: Use standard_testfile,
4513 build_executable.
4514 * gdb.python/py-shared.exp: Use standard_testfile,
4515 standard_output_file, clean_restart.
4516 * gdb.python/py-symbol.exp: Use standard_output_file,
4517 prepare_for_testing.
4518 * gdb.python/py-symtab.exp: Use standard_output_file,
4519 prepare_for_testing
4520 * gdb.python/py-template.exp: Use standard_testfile.
4521 * gdb.python/py-type.exp: Use standard_testfile.
4522 * gdb.python/py-value-cc.exp: Use standard_testfile.
4523 * gdb.python/py-value.exp: Use standard_testfile.
4524 * gdb.python/python.exp: Use standard_testfile, build_executable.
4525
4526 2012-06-22 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.objc/basicclass.exp: Use standard_testfile.
4529 (do_objc_tests): Don't declare objdir.
4530 * gdb.objc/nondebug.exp: Use standard_testfile.
4531 (do_objc_tests): Don't declare objdir.
4532 * gdb.objc/objcdecode.exp: Use standard_testfile.
4533 (do_objc_tests): Don't declare objdir.
4534
4535 2012-06-22 Tom Tromey <tromey@redhat.com>
4536
4537 * gdb.java/jmain.exp: Use standard_testfile.
4538 * gdb.java/jmisc.exp: Use standard_testfile.
4539 * gdb.java/jnpe.exp: Use standard_testfile.
4540 * gdb.java/jprint.exp: Use standard_testfile.
4541
4542 2012-06-22 Tom Tromey <tromey@redhat.com>
4543
4544 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4545 (standard_output_file, standard_testfile): New procs.
4546 (build_executable, clean_restart): Use standard_output_file.
4547
4548 2012-06-22 Yao Qi <yao@codesourcery.com>
4549
4550 * boards/native-gdbserver.exp: New proc ${board}_exec.
4551 * boards/native-stdio-gdbserver.exp: Likewise.
4552
4553 2012-06-21 Tom Tromey <tromey@redhat.com>
4554
4555 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4556 (build_executable): Update.
4557 (get_compiler_info): Remove 'binfile' argument.
4558 * gdb.ada/arrayidx.exp: Update.
4559 * gdb.ada/null_array.exp: Update.
4560 * gdb.arch/altivec-abi.exp: Update.
4561 * gdb.arch/altivec-regs.exp: Update.
4562 * gdb.arch/amd64-byte.exp: Update.
4563 * gdb.arch/amd64-dword.exp: Update.
4564 * gdb.arch/amd64-word.exp: Update.
4565 * gdb.arch/i386-avx.exp: Update.
4566 * gdb.arch/i386-byte.exp: Update.
4567 * gdb.arch/i386-sse.exp: Update.
4568 * gdb.arch/i386-word.exp: Update.
4569 * gdb.arch/ppc-dfp.exp: Update.
4570 * gdb.arch/ppc-fp.exp: Update.
4571 * gdb.arch/vsx-regs.exp: Update.
4572 * gdb.base/all-bin.exp: Update.
4573 * gdb.base/annota1.exp: Update.
4574 * gdb.base/async.exp: Update.
4575 * gdb.base/attach.exp: Update.
4576 * gdb.base/break-interp.exp: Update.
4577 * gdb.base/call-ar-st.exp: Update.
4578 * gdb.base/call-rt-st.exp: Update.
4579 * gdb.base/call-sc.exp: Update.
4580 * gdb.base/callfuncs.exp: Update.
4581 * gdb.base/catch-load.exp: Update.
4582 * gdb.base/completion.exp: Update.
4583 * gdb.base/complex.exp: Update.
4584 * gdb.base/condbreak.exp: Update.
4585 * gdb.base/consecutive.exp: Update.
4586 * gdb.base/constvars.exp: Update.
4587 * gdb.base/corefile.exp: Update.
4588 * gdb.base/eval-skip.exp: Update.
4589 * gdb.base/expand-psymtabs.exp: Update.
4590 * gdb.base/exprs.exp: Update.
4591 * gdb.base/fileio.exp: Update.
4592 * gdb.base/fixsection.exp: Update.
4593 * gdb.base/funcargs.exp: Update.
4594 * gdb.base/gdb11530.exp: Update.
4595 * gdb.base/gdb1555.exp: Update.
4596 * gdb.base/gnu-ifunc.exp: Update.
4597 * gdb.base/gnu_vector.exp: Update.
4598 * gdb.base/info-macros.exp: Update.
4599 * gdb.base/jit-simple.exp: Update.
4600 * gdb.base/jit-so.exp: Update.
4601 * gdb.base/jit.exp: Update.
4602 * gdb.base/langs.exp: Update.
4603 * gdb.base/list.exp: Update.
4604 * gdb.base/logical.exp: Update.
4605 * gdb.base/long_long.exp: Update.
4606 * gdb.base/longjmp.exp: Update.
4607 * gdb.base/macscp.exp: Update.
4608 * gdb.base/mips_pro.exp: Update.
4609 * gdb.base/miscexprs.exp: Update.
4610 * gdb.base/morestack.exp: Update.
4611 * gdb.base/nodebug.exp: Update.
4612 * gdb.base/opaque.exp: Update.
4613 * gdb.base/pc-fp.exp: Update.
4614 * gdb.base/pending.exp: Update.
4615 * gdb.base/permissions.exp: Update.
4616 * gdb.base/pointers.exp: Update.
4617 * gdb.base/prelink.exp: Update.
4618 * gdb.base/printcmds.exp: Update.
4619 * gdb.base/psymtab.exp: Update.
4620 * gdb.base/ptype.exp: Update.
4621 * gdb.base/relational.exp: Update.
4622 * gdb.base/scope.exp: Update.
4623 * gdb.base/setvar.exp: Update.
4624 * gdb.base/shlib-call.exp: Update.
4625 * gdb.base/shreloc.exp: Update.
4626 * gdb.base/signals.exp: Update.
4627 * gdb.base/sizeof.exp: Update.
4628 * gdb.base/so-impl-ld.exp: Update.
4629 * gdb.base/so-indr-cl.exp: Update.
4630 * gdb.base/solib-disc.exp: Update.
4631 * gdb.base/solib-display.exp: Update.
4632 * gdb.base/solib-nodir.exp: Update.
4633 * gdb.base/solib-overlap.exp: Update.
4634 * gdb.base/solib-symbol.exp: Update.
4635 * gdb.base/solib-weak.exp: Update.
4636 * gdb.base/solib.exp: Update.
4637 * gdb.base/store.exp: Update.
4638 * gdb.base/structs.exp: Update.
4639 * gdb.base/structs2.exp: Update.
4640 * gdb.base/type-opaque.exp: Update.
4641 * gdb.base/unload.exp: Update.
4642 * gdb.base/varargs.exp: Update.
4643 * gdb.base/volatile.exp: Update.
4644 * gdb.base/watch_thread_num.exp: Update.
4645 * gdb.base/watchpoint-solib.exp: Update.
4646 * gdb.base/watchpoint.exp: Update.
4647 * gdb.base/watchpoints.exp: Update.
4648 * gdb.base/whatis.exp: Update.
4649 * gdb.cell/arch.exp: Update.
4650 * gdb.cell/break.exp: Update.
4651 * gdb.cell/bt.exp: Update.
4652 * gdb.cell/core.exp: Update.
4653 * gdb.cell/data.exp: Update.
4654 * gdb.cell/ea-cache.exp: Update.
4655 * gdb.cell/f-regs.exp: Update.
4656 * gdb.cell/fork.exp: Update.
4657 * gdb.cell/gcore.exp: Update.
4658 * gdb.cell/mem-access.exp: Update.
4659 * gdb.cell/ptype.exp: Update.
4660 * gdb.cell/registers.exp: Update.
4661 * gdb.cell/sizeof.exp: Update.
4662 * gdb.cell/solib-symbol.exp: Update.
4663 * gdb.cell/solib.exp: Update.
4664 * gdb.cp/ambiguous.exp: Update.
4665 * gdb.cp/breakpoint.exp: Update.
4666 * gdb.cp/bs15503.exp: Update.
4667 * gdb.cp/casts.exp: Update.
4668 * gdb.cp/class2.exp: Update.
4669 * gdb.cp/cpexprs.exp: Update.
4670 * gdb.cp/cplusfuncs.exp: Update.
4671 * gdb.cp/ctti.exp: Update.
4672 * gdb.cp/dispcxx.exp: Update.
4673 * gdb.cp/gdb1355.exp: Update.
4674 * gdb.cp/gdb2384.exp: Update.
4675 * gdb.cp/gdb2495.exp: Update.
4676 * gdb.cp/infcall-dlopen.exp: Update.
4677 * gdb.cp/local.exp: Update.
4678 * gdb.cp/m-data.exp: Update.
4679 * gdb.cp/m-static.exp: Update.
4680 * gdb.cp/mb-ctor.exp: Update.
4681 * gdb.cp/mb-inline.exp: Update.
4682 * gdb.cp/mb-templates.exp: Update.
4683 * gdb.cp/member-ptr.exp: Update.
4684 * gdb.cp/method.exp: Update.
4685 * gdb.cp/namespace.exp: Update.
4686 * gdb.cp/nextoverthrow.exp: Update.
4687 * gdb.cp/nsdecl.exp: Update.
4688 * gdb.cp/nsrecurs.exp: Update.
4689 * gdb.cp/nsstress.exp: Update.
4690 * gdb.cp/nsusing.exp: Update.
4691 * gdb.cp/pr-1023.exp: Update.
4692 * gdb.cp/pr-1210.exp: Update.
4693 * gdb.cp/pr-574.exp: Update.
4694 * gdb.cp/pr9631.exp: Update.
4695 * gdb.cp/printmethod.exp: Update.
4696 * gdb.cp/psmang.exp: Update.
4697 * gdb.cp/re-set-overloaded.exp: Update.
4698 * gdb.cp/rtti.exp: Update.
4699 * gdb.cp/shadow.exp: Update.
4700 * gdb.cp/templates.exp: Update.
4701 * gdb.cp/try_catch.exp: Update.
4702 * gdb.dwarf2/dw2-ranges.exp: Update.
4703 * gdb.dwarf2/pr10770.exp: Update.
4704 * gdb.fortran/library-module.exp: Update.
4705 * gdb.hp/gdb.aCC/optimize.exp: Update.
4706 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
4707 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
4708 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
4709 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
4710 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
4711 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
4712 * gdb.hp/gdb.compat/xdb1.exp: Update.
4713 * gdb.hp/gdb.compat/xdb2.exp: Update.
4714 * gdb.hp/gdb.compat/xdb3.exp: Update.
4715 * gdb.hp/gdb.defects/bs14602.exp: Update.
4716 * gdb.hp/gdb.defects/solib-d.exp: Update.
4717 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
4718 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
4719 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
4720 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
4721 * gdb.mi/gdb792.exp: Update.
4722 * gdb.mi/mi-pending.exp: Update.
4723 * gdb.mi/mi-solib.exp: Update.
4724 * gdb.mi/mi-var-cp.exp: Update.
4725 * gdb.opt/clobbered-registers-O2.exp: Update.
4726 * gdb.opt/inline-bt.exp: Update.
4727 * gdb.opt/inline-cmds.exp: Update.
4728 * gdb.opt/inline-locals.exp: Update.
4729 * gdb.python/py-events.exp: Update.
4730 * gdb.python/py-finish-breakpoint.exp: Update.
4731 * gdb.python/py-type.exp: Update.
4732 * gdb.reverse/solib-precsave.exp: Update.
4733 * gdb.reverse/solib-reverse.exp: Update.
4734 * gdb.server/solib-list.exp: Update.
4735 * gdb.stabs/weird.exp: Update.
4736 * gdb.threads/attach-into-signal.exp: Update.
4737 * gdb.threads/attach-stopped.exp: Update.
4738 * gdb.threads/tls-shared.exp: Update.
4739 * gdb.trace/change-loc.exp: Update.
4740 * gdb.trace/strace.exp: Update.
4741
4742 2012-06-19 Tom Tromey <tromey@redhat.com>
4743
4744 * gdb.base/whatis.exp: Add tests.
4745
4746 2012-06-19 Tom Tromey <tromey@redhat.com>
4747
4748 * gdb.cp/m-static.cc (keepalive): New function.
4749 (gnu_obj_1::method): Use it.
4750
4751 2012-06-18 Doug Evans <dje@google.com>
4752
4753 * gdb.base/info-fun.exp: New file.
4754 * gdb.base/info-fun.c: New file.
4755 * gdb.base/info-fun-solib.c: New file.
4756
4757 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4758
4759 Remove stale dummy frames.
4760 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
4761 (maintenance info breakpoints): New tests.
4762 * gdb.base/stale-infcall.c: New file.
4763 * gdb.base/stale-infcall.exp: New file.
4764
4765 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 * gdb.arch/amd64-entry-value-param.S: New file.
4768 * gdb.arch/amd64-entry-value-param.c: New file.
4769 * gdb.arch/amd64-entry-value-param.exp: New file.
4770
4771 2012-06-15 Tom Tromey <tromey@redhat.com>
4772
4773 * gdb.cp/namespace.exp: Add "show lang" test.
4774
4775 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4776
4777 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
4778 case. (top level): Use gdb_file_cmd instead of gdb_load.
4779
4780 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4781
4782 PR tdep/14222
4783 * gdb.arch/i386-sse-stack-align.S: New file.
4784 * gdb.arch/i386-sse-stack-align.c: New file.
4785 * gdb.arch/i386-sse-stack-align.exp: New file.
4786
4787 2012-06-13 Keith Seitz <keiths@redhat.com>
4788
4789 PR breakpoints/13798 and mi/11541
4790 * gdb.linespec/ls-errs.exp: Add a few more tests for
4791 filenames with spaces and colons.
4792
4793 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4794
4795 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4796 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
4797 (test_function): Call CV_f.
4798 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
4799 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
4800 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
4801 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
4802 (p CV_f(CV::i)): New tests.
4803
4804 2012-06-13 Tom Tromey <tromey@redhat.com>
4805
4806 * gdb.base/condbreak.exp: Add tests for "condition" completion.
4807
4808 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4809
4810 Fix regression by the "ambiguous linespec" series.
4811 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
4812 tests.
4813
4814 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4815
4816 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
4817 missing.
4818
4819 2012-06-11 Tom Tromey <tromey@redhat.com>
4820
4821 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
4822 location...
4823 (main): ...here.
4824
4825 2012-06-07 Yao Qi <yao@codesourcery.com>
4826
4827 * gdb.trace/strace.exp: Shorten some too-long lines.
4828
4829 2012-06-06 Pedro Alves <palves@redhat.com>
4830
4831 * gdb.threads/clone-new-thread-event.c: New file.
4832 * gdb.threads/clone-new-thread-event.exp: New file.
4833
4834 2012-06-06 Yao Qi <yao@codesourcery.com>
4835
4836 * gdb.base/dprintf.c (main): Add extra parameter when calling
4837 printf and fprintf.
4838 (bar): New function. It is a dead function, but to ensure
4839 'malloc' is linked explicitly.
4840
4841 2012-06-06 Yao Qi <yao@codesourcery.com>
4842
4843 * gdb.base/info-proc.exp: Return if target doesn't support
4844 'info proc'.
4845
4846 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4847
4848 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
4849 (run program with breakpoint commands): XFAIl if it is not.
4850
4851 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4852
4853 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
4854 and add comment.
4855 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
4856 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
4857 "STOP" marker. Adjust testing strategy to make it work on
4858 all targets.
4859
4860 * gdb.base/print-file-var-main.c (main): Rewrite using local
4861 variables and adjust get_version_2's return value check.
4862 Add small comment.
4863 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
4864 marker. Adjust testing strategy to make it work on all targets.
4865
4866 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4867
4868 * gdb.ada/bad-task-bp-keyword: New testcase.
4869
4870 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4871
4872 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
4873 Simplify it to ...
4874 (symbol-file ${testfile1}): ... here.
4875 (test eliminated var my_global_symbol)
4876 (test eliminated var my_static_symbol)
4877 (test eliminated var my_global_func, get address of main): Wrap them to
4878 'single psymtabs' and 'single symtabs'
4879 (get address of my_global_symbol, get address of my_static_symbol)
4880 (get address of my_global_func, get address of main): Wrap them to
4881 'order1' and 'order2'.
4882
4883 * gdb.base/code_elim.exp
4884 (add-symbol-file ${testfile1} 0x100000)
4885 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
4886 'order2'.
4887 (order1: add-symbol-file ${testfile1} 0x100000)
4888 (order1: add-symbol-file ${testfile2} 0x200000)
4889 (order2: add-symbol-file ${testfile2} 0x200000)
4890 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
4891 .bss as appropriate.
4892
4893 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4894
4895 * gdb.server/solib-list-lib.c: New file.
4896 * gdb.server/solib-list-main.c: New file.
4897 * gdb.server/solib-list.exp: New file.
4898
4899 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
4900
4901 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
4902 for 'set print symbol' change.
4903
4904 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4905
4906 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
4907 .debug_abbrev_seg3.
4908
4909 2012-05-24 John Steele Scott <toojays@toojays.net>
4910
4911 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4912 * gdb.dwarf2/dw2-icc-opaque.S: New file.
4913 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
4914
4915 2012-05-23 Stan Shebs <stan@codesourcery.com>
4916
4917 * gdb.mi/mi-info-os.exp: New file.
4918
4919 2012-05-23 Keith Seitz <keiths@redhat.com>
4920
4921 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
4922 return -1 to suppress the rest of the tests.
4923 (compile_stap_bin): Return boolean success value.
4924
4925 2012-05-21 Tom Tromey <tromey@redhat.com>
4926
4927 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
4928 Remove kfails.
4929 (test_print_mi_member_types): Likewise.
4930
4931 2012-05-21 Tom Tromey <tromey@redhat.com>
4932
4933 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
4934 print symbol' change.
4935
4936 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4937
4938 * gdb.python/py-prompt.exp: Quit if the target is remote.
4939
4940 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4941
4942 Fix ERROR: internal buffer is full.
4943 * gdb.base/info-os.exp (expect_multiline): New function.
4944 (get process list, get process groups, get threads)
4945 (get file descriptors, get internet-domain sockets)
4946 (get shared-memory regions, get semaphores, get message queues): Use
4947 it for these tests.
4948
4949 2012-05-18 Tom Tromey <tromey@redhat.com>
4950
4951 * gdb.mi/mi-var-cmd.exp: Update.
4952 * gdb.objc/basicclass.exp (do_objc_tests): Update.
4953 * gdb.cp/virtbase.exp: Update.
4954 * gdb.cp/classes.exp (test_static_members): Update.
4955 * gdb.cp/casts.exp: Update.
4956 * gdb.base/pointers.exp: Update.
4957 * gdb.base/funcargs.exp (pointer_args): Update.
4958 (structs_by_reference): Update.
4959 * gdb.base/find.exp: Update.
4960 * gdb.base/call-strs.exp: Send "set print symbol off".
4961 * gdb.base/call-ar-st.exp: Update.
4962 * gdb.ada/fun_addr.exp: Update.
4963 * gdb.base/printcmds.exp (test_print_symbol): New proc.
4964 Call it.
4965 (test_print_repeats_10, test_print_strings)
4966 (test_print_char_arrays): Update.
4967
4968 2012-05-18 Tom Tromey <tromey@redhat.com>
4969
4970 * gdb.base/charset.exp (string_display): Update.
4971
4972 2012-05-18 Tom Tromey <tromey@redhat.com>
4973
4974 * gdb.mi/mi2-var-display.exp: Update.
4975 * gdb.mi/mi-var-display.exp: Update.
4976 * gdb.mi/mi-var-child.exp: Update.
4977 * gdb.cp/expand-psymtabs-cxx.exp: Update.
4978 * gdb.cp/cp-relocate.exp (get_func_address): Update.
4979
4980 2012-05-17 Doug Evans <dje@google.com>
4981
4982 * info-macros.exp: Pass "debug" to prepare_for_testing.
4983
4984 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
4985 * gdb.ada/Makefile.in (clean): Ditto.
4986 * gdb.arch/Makefile.in (clean): Ditto.
4987 * gdb.asm/Makefile.in (clean): Ditto.
4988 * gdb.base/Makefile.in (clean): Ditto.
4989 * gdb.cell/Makefile.in (clean): Ditto.
4990 * gdb.cp/Makefile.in (clean): Ditto.
4991 * gdb.disasm/Makefile.in (clean): Ditto.
4992 * gdb.dwarf2/Makefile.in (clean): Ditto.
4993 * gdb.fortran/Makefile.in (clean): Ditto.
4994 * gdb.go/Makefile.in (clean): Ditto.
4995 * gdb.hp/Makefile.in (clean): Ditto.
4996 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
4997 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
4998 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
4999 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5000 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5001 * gdb.java/Makefile.in (clean): Ditto.
5002 * gdb.linespec/Makefile.in (clean): Ditto.
5003 * gdb.mi/Makefile.in (clean): Ditto.
5004 * gdb.modula2/Makefile.in (clean): Ditto.
5005 * gdb.multi/Makefile.in (clean): Ditto.
5006 * gdb.objc/Makefile.in (clean): Ditto.
5007 * gdb.opencl/Makefile.in (clean): Ditto.
5008 * gdb.opt/Makefile.in (clean): Ditto.
5009 * gdb.pascal/Makefile.in (clean): Ditto.
5010 * gdb.python/Makefile.in (clean): Ditto.
5011 * gdb.reverse/Makefile.in (clean): Ditto.
5012 * gdb.server/Makefile.in (clean): Ditto.
5013 * gdb.stabs/Makefile.in (clean): Ditto.
5014 * gdb.threads/Makefile.in (clean): Ditto.
5015 * gdb.trace/Makefile.in (clean): Ditto.
5016 * gdb.xml/Makefile.in (clean): Ditto.
5017
5018 2012-05-16 Tom Tromey <tromey@redhat.com>
5019
5020 * gdb.base/macscp1.c (macscp_expr): Add comment.
5021 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5022
5023 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5024
5025 * gdb.base/return-nodebug.exp: Also test float and double types.
5026
5027 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5028
5029 PR testsuite/12649
5030 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5031
5032 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5033
5034 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5035
5036 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5037 `rerun_to_main'.
5038 (stap_test_no_debuginfo): Likewise.
5039
5040 2012-05-14 Stan Shebs <stan@codesourcery.com>
5041
5042 * gdb.base/dprintf.c: New file.
5043 * gdb.base/dprintf.exp: New file.
5044
5045 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
5046
5047 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5048 * gdb.trace/disconnected-tracing.c: New file.
5049 * gdb.trace/disconnected-tracing.exp: New file.
5050
5051 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5052
5053 * gdb.python/python.c: Add a new breakpoint comment.
5054 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5055
5056 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5057
5058 * gdb.base/info-os.exp: New file.
5059 * gdb.base/info-os.c: New file.
5060
5061 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5062
5063 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5064 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5065 New files.
5066
5067 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5068
5069 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5070 gdb.base/ctxobj.exp: New files.
5071
5072 2012-05-09 Tom Tromey <tromey@redhat.com>
5073
5074 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5075
5076 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5077
5078 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5079
5080 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5081
5082 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5083 before using it.
5084
5085 2012-05-04 Tristan Gingold <gingold@adacore.com>
5086
5087 * gdb.base/set-noassign.exp: New test.
5088
5089 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5090
5091 * gdb.python/py-symbol.exp: Add tests to test the new methods
5092 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5093 * gdb.python/py-symbol.c: Add new struct to help test
5094 gdb.Symtab.static_block().
5095
5096 2012-05-03 Doug Evans <dje@google.com>
5097
5098 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5099 commented out.
5100
5101 2012-05-03 Yao Qi <yao@codesourcery.com>
5102
5103 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5104 doesn't support.
5105 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5106 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5107
5108 2012-05-03 Yao Qi <yao@codesourcery.com>
5109
5110 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5111
5112 2012-04-30 Doug Evans <dje@google.com>
5113
5114 PR testsuite/13961
5115 * gdb.dwarf2/pr13961.S: New file.
5116 * gdb.dwarf2/pr13961.exp: New file.
5117
5118 2012-04-29 Yao Qi <yao@codesourcery.com>
5119
5120 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5121
5122 2012-04-28 Doug Evans <dje@google.com>
5123
5124 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5125 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5126 All uses updated.
5127 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5128 "ptype func_cu1" to expand cu2 before cu1.
5129
5130 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5131 Tom Tromey <tromey@redhat.com>
5132
5133 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5134 variables.
5135 * gdb.base/stap-probe.c: New file.
5136 * gdb.base/stap-probe.exp: New file.
5137 * gdb.trace/stap-trace.c: New file.
5138 * gdb.trace/stap-trace.exp: New file.
5139 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5140 libgcc's unwinder.
5141
5142 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5143
5144 * gdb.arch/mips16-thunks-inmain.c: New file.
5145 * gdb.arch/mips16-thunks-main.c: New file.
5146 * gdb.arch/mips16-thunks-sin.c: New file.
5147 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5148 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5149 * gdb.arch/mips16-thunks-sinmain.c: New file.
5150 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5151 * gdb.arch/mips16-thunks.exp: New file.
5152
5153 2012-04-25 Doug Evans <dje@google.com>
5154
5155 * configure.ac: Create gdb.go/Makefile.
5156 * configure: Regenerate.
5157 * gdb.base/default.exp: Add "go" to "set language" testing.
5158 * gdb.go/Makefile.in: New file.
5159 * gdb.go/basic-types.exp: New file.
5160 * gdb.go/chan.exp: New file.
5161 * gdb.go/chan.go: New file.
5162 * gdb.go/handcall.exp: New file.
5163 * gdb.go/handcall.go: New file.
5164 * gdb.go/hello.exp: New file.
5165 * gdb.go/hello.go: New file.
5166 * gdb.go/integers.exp: New file.
5167 * gdb.go/integers.go: New file.
5168 * gdb.go/methods.exp: New file.
5169 * gdb.go/methods.go: New file.
5170 * gdb.go/package.exp: New file.
5171 * gdb.go/package1.go: New file.
5172 * gdb.go/package2.go: New file.
5173 * gdb.go/print.exp: New file.
5174 * gdb.go/strings.exp: New file.
5175 * gdb.go/strings.go: New file.
5176 * gdb.go/types.exp: New file.
5177 * gdb.go/types.go: New file.
5178 * gdb.go/unsafe.exp: New file.
5179 * gdb.go/unsafe.go: New file.
5180 * lib/future.exp: Add Go support.
5181 (gdb_find_go, gdb_find_go_linker): New procs.
5182 (gdb_default_target_compile): Add Go support.
5183 * lib/gdb.exp (skip_go_tests): New proc.
5184 * lib/go.exp: New file.
5185
5186 2012-04-25 Tom Tromey <tromey@redhat.com>
5187
5188 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
5189
5190 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5191 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 PR symtab/7259:
5194 * gdb.base/enumval.c: New test case.
5195 * gdb.base/enumval.exp: New test case.
5196 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
5197 field.bitpos.
5198
5199 2012-04-17 Pedro Alves <palves@redhat.com>
5200
5201 * Makefile.in (site.exp): Make site.exp source
5202 $srcdir/lib/append_gdb_boards_dir.exp.
5203 * lib/append_gdb_boards_dir.exp: New file.
5204
5205 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5206
5207 New option "set auto-load safe-path".
5208 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5209 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5210
5211 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5212
5213 auto-load: Implementation.
5214 * gdb.base/help.exp (test set height): Increase the height.
5215 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5216 to ...
5217 (info auto-load python-scripts): ... here.
5218 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5219 to ...
5220 (info auto-load python-scripts *): ... here.
5221
5222 2012-04-16 Yao Qi <yao@codesourcery.com>
5223
5224 * lib/trace-support.exp (get_in_proc_agent): New.
5225 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5226 of in process trace agent.
5227 * gdb.trace/ftrace.exp: Likewise.
5228 * gdb.trace/pending.exp: Likewise.
5229 * gdb.trace/trace-break.exp: Likewise.
5230 * gdb.trace/trace-mt.exp
5231 * gdb.trace/tspeed.exp: Likewise.
5232 * gdb.trace/tstatus.exp
5233 * gdb.trace/strace.exp: Likewise.
5234
5235 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5236
5237 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5238 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5239
5240 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5241
5242 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5243
5244 PR mi/13393
5245 * gdb.mi/mi-var-rtti.cc: New file.
5246 * gdb.mi/mi-var-rtti.exp: New file.
5247 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5248 function.
5249 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5250
5251 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
5252
5253 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5254 EXECUTABLES.
5255 * gdb.python/py-explore.c: C program used for testing the new
5256 'explore' command on C constructs.
5257 * gdb.python/py-explore.cc: C++ program used for testing the new
5258 'explore' command on C++ constructs.
5259 * gdb-python/py-explore.exp: Tests for the new 'explore'
5260 command on C constructs.
5261 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5262 command on C++ constructs.
5263
5264 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5265
5266 * gdb.base/funcargs.exp (complex_args): Fix typo.
5267
5268 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5269
5270 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5271 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5272
5273 2012-04-05 Keith Seitz <keiths@redhat.com>
5274
5275 * gdb.base/advance.exp: Update error message for
5276 "advance malformed" test.
5277 * gdb.base/break.exp: Likewise for "breakpoint with
5278 trailing garbage" test.
5279 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5280 with trailing garbage" test.
5281 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5282 trailng garbage" test.
5283 * gdb.base/until.exp: Likewise for "malformed until" test.
5284 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5285 for "breakpoint info (after setting on all)".
5286 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5287 tests.
5288 * gdb.cp/cplabel.cc: New file.
5289 * gdb.cp/cplabel.exp: New test.
5290 * gdb.linespec/ls-errs.c: New file.
5291 * gdb.linespec/ls-errs.exp: New test.
5292
5293 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5294
5295 * gdb.trace/unavailable.exp
5296 (collect globals: print object on: print derived_partial)
5297 (collect globals: print object on: print derived_whole)
5298 (collect globals: print object off: print derived_partial)
5299 (collect globals: print object off: print derived_whole): Update
5300 expected output.
5301
5302 2012-03-30 Keith Seitz <keiths@redhat.com>
5303
5304 * gdb.python: Add test for linespecs with commas.
5305
5306 2012-03-28 Keith Seitz <keiths@redhat.com>
5307
5308 * gdb.linespec/ls-dollar.cc: New file.
5309 * gdb.linespec/ls-dollar.exp: New test.
5310
5311 2012-03-28 Keith Seitz <keiths@redhat.com>
5312
5313 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5314 starting with the global namespace.
5315
5316 2012-03-23 Doug Evans <dje@google.com>
5317
5318 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5319
5320 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5321
5322 * gdb.python/py-value.cc: Add test case for testing the
5323 methodology exposing C++ values to Python.
5324 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5325 exposing C++ values to Python.
5326 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5327
5328 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5329 Siddhesh Poyarekar <siddhesh@redhat.com>
5330
5331 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5332 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5333 (generate native core dump): Make the test unsupported if core cannot
5334 be generated.
5335
5336 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5337
5338 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5339 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5340 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5341
5342 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5343
5344 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5345
5346 2012-03-17 Doug Evans <dje@google.com>
5347
5348 * dg-extract-results.sh: Handle KFAILs.
5349
5350 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5351
5352 PR symtab/13777
5353 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5354
5355 2012-03-16 Joel Brobecker <brobecker@adacore.com>
5356
5357 * gdb.ada/set_pckd_arr_elt: New testcase.
5358
5359 2012-03-16 Gary Benson <gbenson@redhat.com>
5360
5361 PR breakpoints/10738
5362 * gdb.opt/inline-break.exp: New file.
5363 * gdb.opt/inline-break.c: Likewise.
5364 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5365 * gdb.dwarf2/dw2-inline-break.S: Likewise.
5366 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5367 * gdb.base/async-shell.exp: Likewise.
5368 * lib/mi-support.exp (library_loaded_re): Likewise.
5369
5370 2012-03-15 Tom Tromey <tromey@redhat.com>
5371
5372 * gdb.cp/virtfunc2.exp: Update expected output.
5373 * gdb.cp/pr9631.exp: Update expected output.
5374 * gdb.cp/member-ptr.exp: Update expected output.
5375 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5376 output.
5377 * gdb.cp/casts.exp: Update expected output.
5378
5379 2012-03-15 Tom Tromey <tromey@redhat.com>
5380
5381 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5382 (test_info_vtbl): Likewise.
5383 (do_tests): Call test_info_vtbl.
5384 * gdb.cp/virtfunc.cc (va): New global.
5385
5386 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5387
5388 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5389 describing DWARF data structures.
5390 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5391 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5392 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5393 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5394 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5395 * gdb.dwarf2/dw2-param-error.S: Likewise.
5396 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5397 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5398 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5399 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5400 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5401 * gdb.dwarf2/pr11465.S: Likewise.
5402
5403 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5404
5405 * gdb.mi/mi2-prompt.exp: New file.
5406
5407 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5408
5409 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5410
5411 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5412
5413 * gdb.ada/bp_range_type: New testcase.
5414
5415 2012-03-13 Doug Evans <dje@google.com>
5416
5417 * gdb.base/default.exp: Delete tests for symbol-reloading.
5418 * gdb.base/help.exp: Ditto.
5419 * gdb.base/setshow.exp: Ditto.
5420 * gdb.base/gdb_history: Delete references to symbol-reloading.
5421
5422 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5423
5424 * gdb.base/attach-twice.c: New files.
5425 * gdb.base/attach-twice.exp: New files.
5426
5427 2012-03-08 Keith Seitz <keiths@redhat.com>
5428
5429 * lib/gdb.exp (gdb_get_line_number): Throw an
5430 error instead of returning -1.
5431 * gdb.base/break.exp: Remove unused variable
5432 bp_location5.
5433 * gdb.base/hbreak2.exp: Likewise.
5434 * gdb.base/sepdebug.exp: Likewise.
5435
5436 2012-03-08 Yao Qi <yao@codesourcery.com>
5437 Pedro Alves <palves@redhat.com>
5438
5439 Fix PR server/13392.
5440 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5441 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5442 download tracepoints.
5443 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5444 (pending_tracepoint_resolved_during_trace): Likewise.
5445 (pending_tracepoint_installed_during_trace): Likewise.
5446 (pending_tracepoint_with_action_resolved): Likewise.
5447
5448 2012-03-08 Keith Seitz <keiths@redhat.com>
5449
5450 * gdb.ada/array_bounds.exp: Get breakpoint for line
5451 with "START", not "STOP".
5452 * gdb.python/py-infthread.exp: Do not continue to
5453 line marked "Break here.", which is undefined.
5454
5455 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
5456
5457 Revert:
5458
5459 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5460
5461 Implement testsuite workaround for PR breakpoints/13781.
5462 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5463 (set breakpoint condition-evaluation host): New conditional command.
5464
5465 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5466
5467 Fix CU relative vs. absolute DIE offsets.
5468 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5469 one.
5470
5471 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5472
5473 Fix false FAIL on distros with relro linkage as default.
5474 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5475 -Wl,-z,norelro first.
5476
5477 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5478
5479 * gdb.ada/bp_on_var: New testcase.
5480
5481 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5482
5483 * gdb.ada/bp_enum_homonym: New testcase.
5484
5485 2012-03-06 Yao Qi <yao@codesourcery.com>
5486
5487 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5488 x86_64-*-* and i?86-*-*.
5489 Set up KFAIL for gdb/13808.
5490
5491 2012-03-05 Tom Tromey <tromey@redhat.com>
5492
5493 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5494 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5495
5496 2012-03-05 Tom Tromey <tromey@redhat.com>
5497
5498 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5499
5500 2012-03-04 Yao Qi <yao@codesourcery.com>
5501
5502 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5503 messages for KFAIL.
5504
5505 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5508 (print one_two_three, indexes off, print few_reps, indexes off)
5509 (print many_reps, indexes off, print empty, indexes off)
5510 (print one_two_three, print few_reps, print many_reps, print empty):
5511 Call setup_xfail if $gcc_old.
5512
5513 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5514
5515 Implement testsuite workaround for PR breakpoints/13781.
5516 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5517 (set breakpoint condition-evaluation host): New conditional command.
5518
5519 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5520
5521 Code cleanup.
5522 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5523 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5524 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5525 number 1 by $bpnum. Four times.
5526
5527 2012-03-03 Yao Qi <yao@codesourcery.com>
5528
5529 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5530
5531 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5532
5533 Setup KFAIL for PR server/13796.
5534 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5535
5536 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5537
5538 * gdb.ada/operator_bp: New testcase.
5539
5540 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5541
5542 * gdb.ada/info_locals_renaming: New testcase.
5543
5544 2012-03-02 Tom Tromey <tromey@redhat.com>
5545
5546 * gdb.base/nextoverexit.c: New file.
5547 * gdb.base/nextoverexit.exp: New file.
5548
5549 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5550
5551 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5552 parameter.
5553
5554 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5555
5556 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5557 core registers.
5558
5559 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5560 Maciej W. Rozycki <macro@codesourcery.com>
5561 Daniel Jacobowitz <dan@codesourcery.com>
5562
5563 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5564
5565 2012-03-01 Pedro Alves <palves@redhat.com>
5566
5567 PR gdb/13767
5568
5569 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5570 (gdb_collect_globals_test): Call it.
5571
5572 2012-03-01 Keith Seitz <keiths@redhat.com>
5573
5574 * gdb.cp/method2.exp: Output of overload menu is now
5575 alphabetized. Update tests for "break A::method".
5576 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
5577 of hard-coding them.
5578 Overload menu is alphabetized: rewrite to accommodate.
5579 Unset variables LINE and TYPES which are used in other tests.
5580 Compute the output of "info break".
5581 Update the breakpoint table after all breakpoints are deleted.
5582 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
5583 compute ACTUALS and the method body based on parameters.
5584 Update expected output accordingly.
5585 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
5586 unique comments to allow the use of gdb_get_line_number.
5587
5588 2012-03-01 Keith Seitz <keiths@redhat.com>
5589
5590 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
5591 some Tcl syntax.
5592 * gdb.cp/ovldbreak.exp: Likewise.
5593
5594 2012-03-01 Keith Seitz <keiths@redhat.com>
5595
5596 * gdb.base/help.exp (help show user): Update expected result
5597 for new doc string changes (add "non-python").
5598
5599 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
5600
5601 * gdb.python/py-cmd.exp: Add test to verify that python commands can
5602 be put in the user-defined category and that the commands appear in
5603 "help user-defined".
5604
5605 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.ada/tagged_not_init: New testcase.
5608
5609 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5610
5611 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
5612 * gdb.ada/enum_idx_packed: New testcase.
5613
5614 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.ada/aliased_array: New testcase.
5617
5618 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5619
5620 * gdb.ada/whatis_array_val: New testcase.
5621
5622 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5623
5624 Fix disp-step-syscall.exp: fork: single step over fork.
5625 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
5626 whitespaces.
5627 (single step over $syscall): Remove its check.
5628 (single step over $syscall final pc): New check.
5629
5630 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5631
5632 Support processors without SSSE3.
5633 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
5634 pabsd into ...
5635 (ssse3_test): ... a new function.
5636 (main): Call ssse3_test.
5637 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
5638 Update expected values everywhere.
5639 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
5640 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
5641 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
5642 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
5643 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
5644 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
5645 Move these tests lower.
5646 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
5647 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
5648 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
5649 New tests.
5650
5651 2012-02-29 Yao Qi <yao@codesourcery.com>
5652 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.trace/trace-mt.c: New.
5655 * gdb.trace/trace-mt.exp: New.
5656
5657 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
5658
5659 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
5660 numbers instead of hardcoding them.
5661 * gdb.base/annota1.c: Provide suitable markers.
5662 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
5663 numbers instead of hardcoding them.
5664 * gdb.base/annota3.c: Provide suitable markers.
5665
5666 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
5667 * gdb.base/annota3.c: Likewise.
5668 * gdb.base/sigall.c: Likewise.
5669 * gdb.base/signals.c: Likewise.
5670 * gdb.reverse/sigall-reverse.c: Likewise.
5671
5672 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
5673
5674 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
5675 failure return path.
5676
5677 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
5678
5679 * gdb.base/save-bp.exp: Account for new condition evaluator output.
5680
5681 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5682
5683 * gdb.base/cond-eval-mode.exp: New file.
5684
5685 2012-02-24 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
5688 (top level): Use with_test_prefix.
5689
5690 2012-02-24 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.threads/attach-into-signal.exp (corefunc): Use
5693 with_test_prefix.
5694
5695 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5696
5697 Fix false FAILs on old CPUs without SSE.
5698 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
5699 Return untested for Illegal instruction.
5700
5701 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5702
5703 Fix false FAILs with glibc debug infos installed.
5704 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
5705 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
5706
5707 2012-02-22 Sterling Augustine <saugustine@google.com>
5708
5709 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
5710 constant with cast.
5711
5712 2012-02-21 Pedro Alves <palves@redhat.com>
5713
5714 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
5715
5716 2012-02-21 Pedro Alves <palves@redhat.com>
5717
5718 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
5719
5720 2012-02-21 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
5723 with_test_prefix.
5724
5725 2012-02-21 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
5728 with_test_prefix here.
5729 (top level): Do it here instead. Remove `:' from the
5730 with_test_prefix string.
5731 * gdb.base/attach-pie-misread.exp: Remove the leading space the
5732 the suffix `:' from the with_test_prefix prefix string.
5733 * gdb.base/break-interp.exp: Ditto.
5734 * gdb.base/catch-load.exp: Ditto.
5735 * gdb.base/disp-step-syscall.exp: Ditto.
5736 * gdb.base/jit-so.exp: Ditto.
5737 * gdb.base/jit.exp: Ditto.
5738 * gdb.base/sepdebug.exp: Ditto.
5739 * gdb.base/solib-display.exp: Ditto.
5740 * gdb.base/solib-overlap.exp: Ditto.
5741 * gdb.base/watch-cond-infcall.exp: Ditto.
5742 * gdb.base/watchpoint.exp: Ditto.
5743 * gdb.dwarf2/dw2-noloc.exp: Ditto.
5744 * gdb.mi/mi-watch.exp: Ditto.
5745 * gdb.mi/mi2-watch.exp: Ditto.
5746 * gdb.threads/non-ldr-exc-1.exp: Ditto.
5747 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5748 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5749 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5750 * gdb.threads/watchpoint-fork.exp: Ditto.
5751 * gdb.threads/watchthreads-reorder.exp: Ditto.
5752 * gdb.trace/change-loc.exp: Ditto.
5753 * gdb.trace/pending.exp: Ditto.
5754 * gdb.trace/status-stop.exp: Ditto.
5755 * gdb.trace/strace.exp: Ditto.
5756 * gdb.trace/trace-break.exp: Ditto.
5757 * gdb.trace/unavailable.exp: Ditto.
5758 * lib/gdb.exp (with_test_prefix): Always prefix with space and
5759 suffix with colon. Adjust leading comments.
5760
5761 2012-02-21 Pedro Alves <palves@redhat.com>
5762 Tom Tromey <tromey@redhat.com>
5763
5764 * lib/gdb.exp: Add description of test prefixes.
5765 (with_test_prefix): New procedure.
5766 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
5767 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
5768 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
5769 instead of lappend to append to pf_prefix.
5770 * gdb.base/catch-load.exp: Use with_test_prefix.
5771 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
5772 * gdb.base/jit-so.exp: Use with_test_prefix.
5773 * gdb.base/jit.exp: Use with_test_prefix.
5774 * gdb.base/return-nodebug.exp (do_test): Use append instead of
5775 lappend to append to pf_prefix.
5776 * gdb.base/sepdebug.exp: Use with_test_prefix.
5777 * gdb.base/solib-display.exp: Use with_test_prefix.
5778 * gdb.base/solib-overlap.exp: Use with_test_prefix.
5779 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
5780 * gdb.base/watchpoint.exp: Use with_test_prefix.
5781 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
5782 * gdb.mi/mi-watch.exp: Use with_test_prefix.
5783 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
5784 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
5785 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
5786 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
5787 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
5788 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
5789 append instead of lappend to append to pf_prefix.
5790 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
5791 * gdb.trace/change-loc.exp: Use with_test_prefix.
5792 * gdb.trace/pending.exp: Use with_test_prefix.
5793 * gdb.trace/status-stop.exp: Use with_test_prefix.
5794 * gdb.trace/strace.exp: Use with_test_prefix.
5795 * gdb.trace/trace-break.exp: Use with_test_prefix.
5796 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
5797 instead of lappend to append to pf_prefix.
5798
5799 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5800
5801 Fix racy FAILs.
5802 * gdb.base/inferior-died.c (main): Add return of 0.
5803 * gdb.base/inferior-died.exp (continue): Fix expectation of
5804 asynchronous events.
5805 (p 1): New test.
5806
5807 2012-02-20 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
5810 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
5811 gdb's internal debug output. For the non-threaded case, look for
5812 "Program received signal SIGLARM", for the threaded case, peek at
5813 the thread's siginfo.
5814
5815 2012-02-20 Pedro Alves <palves@redhat.com>
5816
5817 General cleanup, make output test messages unique, and build
5818 different executable files for the non-threaded and threaded
5819 cases.
5820
5821 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
5822 Delete.
5823 (executable_nothr, executable_thr): New globals.
5824 (top level): Adjust to delete both executables.
5825 (corefunc): New parameter $executable. Set $pf_prefix instead of
5826 hand writing a prefix in tests. Issue a clean_restart and enable
5827 lin-lwp debug output here.
5828 (top level): Adjust. Use build_executable. Don't start gdb here,
5829 and don't enable lin-lwp debug output here.
5830 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
5831
5832 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5833
5834 Fix racy FAILs.
5835 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
5836 "continue" command.
5837
5838 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5839
5840 Fix for gdbserver non-extended mode.
5841 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
5842 and gdb_run_cmd.
5843
5844 2012-02-17 Tom Tromey <tromey@redhat.com>
5845
5846 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
5847 * gdb.python/py-events.exp: Check 'dir' output.
5848 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
5849
5850 2012-02-17 Yao Qi <yao@codesourcery.com>
5851
5852 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
5853
5854 2012-02-16 Tom Tromey <tromey@redhat.com>
5855
5856 * gdb.base/inferior-died.c: Don't include stdio.h.
5857
5858 2012-02-16 Tom Tromey <tromey@redhat.com>
5859
5860 * gdb.base/inferior-died.c: New file.
5861 * gdb.base/inferior-died.exp: New file.
5862
5863 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
5864
5865 * gdb.base/break-inline.exp: New file.
5866 * gdb.base/break-inline.c: New file.
5867
5868 2012-02-15 Tom Tromey <tromey@redhat.com>
5869
5870 * gdb.base/pc-fp.exp: Add "info register" tests.
5871
5872 2012-02-15 Tom Tromey <tromey@redhat.com>
5873
5874 * gdb.base/regs.exp: Remove.
5875
5876 2012-02-15 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
5879 the target doesn't support tracepoints.
5880 * gdb.trace/circ.exp: Ditto.
5881 * gdb.trace/collection.exp: Ditto.
5882 * gdb.trace/packetlen.exp: Ditto.
5883 * gdb.trace/passc-dyn.exp: Ditto.
5884 * gdb.trace/report.exp: Ditto.
5885 * gdb.trace/tfind.exp: Ditto.
5886 * gdb.trace/tspeed.exp: Ditto.
5887 * gdb.trace/tsv.exp: Ditto.
5888 * gdb.trace/unavailable.exp: Ditto.
5889 * gdb.trace/while-dyn.exp: Ditto.
5890
5891 2012-02-15 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
5894 gdb_test_multiple, and call unsupported instead of fail, if the
5895 remote side does not support the request.
5896
5897 2012-02-15 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
5900 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
5901 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
5902 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
5903 * gdb.server/server-run.exp: Make sure gdb is disconnected.
5904 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
5905 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
5906 doesn't start with "extended-" already.
5907
5908 2012-02-15 Pedro Alves <palves@redhat.com>
5909
5910 Support extended-remote. Avoid cascading timeouts.
5911
5912 * gdb.base/attach.exp (do_attach_tests): Add expected output for
5913 the extended-remote target. If attaching with no file fails, load
5914 the file manually.
5915 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
5916
5917 2012-02-14 Stan Shebs <stan@codesourcery.com>
5918
5919 * gdb.base/ena-dis-br.exp: Add enable count test.
5920
5921 2012-02-13 Pedro Alves <palves@redhat.com>
5922
5923 * config/mips-idt.exp: Delete.
5924 * gdb.base/a2-run.exp: Remove mips-idt xfails.
5925 * gdb.base/bitfields.exp: Remove mips-idt restarts.
5926 * gdb.base/break.exp: Remove mips-idt references.
5927 * gdb.base/chng-syms.exp: Ditto.
5928 * gdb.base/default.exp: Ditto.
5929 * gdb.base/funcargs.exp (funcargs_reload): Delete.
5930 (top level): Don't call it.
5931 * gdb.base/opaque.exp: Remove mips-idt restarts.
5932 * gdb.base/ptype.exp: Remove mips-idt xfails.
5933 * gdb.base/scope.exp: Remove mips-idt restarts.
5934 * gdb.base/sepdebug.exp: Remove mips-idt references.
5935 * gdb.base/watchpoint.exp (maybe_clean_restart)
5936 (maybe_reinitialize): Delete.
5937 (test_disabling_watchpoints, test_disabling_watchpoints)
5938 (test_watchpoint_triggered_in_syscall)
5939 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5940 Don't call them.
5941
5942 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5943
5944 * gdb.server/server-exec-info.exp: New file.
5945
5946 2012-02-10 Pedro Alves <palves@redhat.com>
5947
5948 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
5949 always non-empty.
5950 (test_attach): Always pass $exec to test_attach_gdb.
5951
5952 2012-02-08 Tom Tromey <tromey@redhat.com>
5953
5954 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
5955 before inferior is started.
5956
5957 2012-02-07 Tom Tromey <tromey@redhat.com>
5958
5959 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
5960 Symbol.value.
5961 * gdb.python/py-symbol.c (qq): Set default value.
5962
5963 2012-02-07 Tom Tromey <tromey@redhat.com>
5964
5965 * gdb.python/py-symbol.c (qq): New global.
5966 * gdb.python/py-symbol.exp: Add test for frame-less
5967 lookup_symbol.
5968 * gdb.python/py-symtab.exp: Fix line number.
5969
5970 2012-02-03 Joel Brobecker <brobecker@adacore.com>
5971
5972 * gdb.ada/mi_task_arg: New testcase.
5973
5974 2012-02-02 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.reverse/until-precsave.exp: Also put "record save" under the
5977 extended timeout.
5978
5979 2012-02-02 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
5982 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
5983
5984 2012-02-02 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/term.exp: Rewrite.
5987 * gdb.base/term.c: New.
5988
5989 2012-02-02 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/default.exp (run "r" abbreviation, run): Add
5992 extended-remote expected output.
5993
5994 2012-02-02 Tom Tromey <tromey@redhat.com>
5995
5996 * gdb.cp/dispcxx.exp: New file.
5997 * gdb.cp/dispcxx.cc: New file.
5998
5999 2012-02-01 Tom Tromey <tromey@redhat.com>
6000
6001 * gdb.base/jit-simple.exp: New file.
6002 * gdb.base/jit-simple.c: New file.
6003
6004 2012-01-30 Yao Qi <yao@codesourcery.com>
6005
6006 * gdb.base/skip.exp: Make test result unique.
6007
6008 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6009
6010 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6011 compatibility with valgrind-3.7.0.
6012
6013 2012-01-27 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/watchpoint.exp (no_hw): New global.
6016 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6017 disable hw watchpoints.
6018 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6019 don't expect hw watchpoints.
6020 (no_hw_watchpoints): Always clean restart.
6021 (do_tests): New procedure, factored out from the top level.
6022 (top level): Run tests twice. Once with hw watchpoints enabled,
6023 another time with hw watchpoints disabled.
6024
6025 2012-01-27 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6028 out from the top level.
6029 (top level): Call it instead.
6030
6031 2012-01-27 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6034 watchpoints sooner.
6035
6036 2012-01-27 Pedro Alves <palves@redhat.com>
6037
6038 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6039
6040 2012-01-27 Pedro Alves <palves@redhat.com>
6041
6042 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6043 "You may have requested too many hardware
6044 breakpoints/watchpoints".
6045
6046 2012-01-27 Pedro Alves <palves@redhat.com>
6047
6048 * gdb.base/watchpoint.exp (maybe_clean_restart)
6049 (maybe_reinitialize): New.
6050 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6051 expect "hit N times".
6052 (test_disabling_watchpoints, test_complex_watchpoint)
6053 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6054 Call maybe_clean_restart.
6055 (top level): Use clean_restart. Remove "mips-idt-*"
6056 reinitialization.
6057
6058 2012-01-27 Pedro Alves <palves@redhat.com>
6059
6060 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6061
6062 2012-01-27 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6065 require `initialize' anymore. Remove unnecessary `initialize'
6066 calls.
6067
6068 2012-01-27 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/watchpoint.exp (wp_set): Delete.
6071 (initialize, test_simple_watchpoint, top level): Remove dead code.
6072
6073 2012-01-27 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6076 typo.
6077
6078 2012-01-27 Pedro Alves <palves@redhat.com>
6079
6080 * config/extended-gdbserver.exp: New file.
6081 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6082 comment.
6083 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6084 * boards/native-extended-gdbserver.exp: New file.
6085
6086 2012-01-26 Pedro Alves <palves@redhat.com>
6087
6088 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6089 and gdb_test_multiple.
6090
6091 2012-01-26 Pedro Alves <palves@redhat.com>
6092
6093 Make test messages unique, and more identifiable.
6094 * gdb.multi/watchpoint-multi.exp: Change test messages.
6095
6096 2012-01-25 Tom Tromey <tromey@redhat.com>
6097
6098 * gdb.base/solib-disc.exp: Fix regexps.
6099
6100 2012-01-24 Tom Tromey <tromey@redhat.com>
6101
6102 * lib/mi-support.exp (mi_expect_stop): Add special case for
6103 solib-event.
6104 * gdb.base/catch-load-so.c: New file.
6105 * gdb.base/catch-load.exp: New file.
6106 * gdb.base/catch-load.c: New file.
6107 * gdb.base/break-interp.exp (reach_1): Update regexp.
6108
6109 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6110
6111 Fix fuzzy results.
6112 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6113 lpsimple and func.
6114
6115 2012-01-24 Gary Benson <gbenson@redhat.com>
6116
6117 Delete #if 0'd out code.
6118 * gdb.base/default.exp (info catch): Remove.
6119 * gdb.base/gdb_history (info catch): Likewise.
6120 * gdb.base/help.exp (info catch): Likewise.
6121
6122 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
6124 Fix watchpoints to be specific for each inferior.
6125 * gdb.multi/watchpoint-multi.c: New file.
6126 * gdb.multi/watchpoint-multi.exp: New file.
6127
6128 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6129
6130 Fix watchpoints across inferior fork.
6131 * gdb.threads/watchpoint-fork-child.c: New file.
6132 * gdb.threads/watchpoint-fork-mt.c: New file.
6133 * gdb.threads/watchpoint-fork-parent.c: New file.
6134 * gdb.threads/watchpoint-fork-st.c: New file.
6135 * gdb.threads/watchpoint-fork.exp: New file.
6136 * gdb.threads/watchpoint-fork.h: New file.
6137
6138 2012-01-23 Pedro Alves <palves@redhat.com>
6139
6140 * gdb.base/call-signal-resume.exp: Allow output after "return".
6141
6142 2012-01-20 Pedro Alves <palves@redhat.com>
6143
6144 * gdb.python/py-finish-breakpoint.py: Fix typo.
6145
6146 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6147
6148 * gdb.base/info-proc.exp: Also run on remote targets. Main
6149 "info proc" command is now always present; whether target supports
6150 actual info proc operation is detected when attempting to issue
6151 the command.
6152
6153 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6154
6155 * .gdbinit: Remove.
6156
6157 2012-01-19 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
6160 look at the funtions' returns.
6161 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
6162 (jprint.print(int, int)): Change return type to int. Adjust.
6163
6164 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6165
6166 PR gdb/9538
6167 * gdb.base/sepdebug.exp: New test.
6168
6169 2012-01-18 Pedro Alves <palves@redhat.com>
6170
6171 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
6172 Allow output before ^done.
6173
6174 2012-01-16 Tom Tromey <tromey@redhat.com>
6175
6176 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
6177 Add tests for relative directory.
6178
6179 2012-01-16 Tom Tromey <tromey@redhat.com>
6180
6181 * gdb.base/printcmds.c (enum flag_enum): New.
6182 (three): New global.
6183 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
6184 enum printing.
6185 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
6186 FlagEnumerationPrinter.
6187 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
6188 * gdb.python/py-pp-maint.c (enum flag_enum): New.
6189 (fval): New global.
6190
6191 2012-01-16 Pedro Alves <palves@redhat.com>
6192
6193 * lib/gdb.exp (banned_procedures): New variable.
6194 (banned_variables_traced): Rename to ...
6195 (banned_traced): ... this.
6196 (gdb_init): Also trace banned procedures.
6197 (gdb_finish): Also untrace banned procedures.
6198
6199 2012-01-16 Pedro Alves <palves@redhat.com>
6200
6201 Remove all calls to strace.
6202
6203 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6204
6205 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
6206 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6207
6208 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6209
6210 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6211 * gdb.base/pie-execl.exp: Likewise.
6212
6213 2012-01-12 Keith Seitz <keiths@redhat.com>
6214
6215 PR mi/10586
6216 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6217 (do_anonymous_type_tests): New function.
6218 (main): Call do_anonymous_type_tests.
6219 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6220 (verify_everything): New procedure.
6221 * gdb.mi/mi-var-cp.cc (class A): New class.
6222 (anonymous_structs_and_unions): New function.
6223 (main): Call anonymous_structs_and_unions.
6224 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6225 (verify_everything): New procedure.
6226
6227 2012-01-12 Keith Seitz <keiths@redhat.com>
6228
6229 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6230 (varobj_tree::get_path_expr): Assume that all varobjs are
6231 compound unless they are known simple types.
6232 Adjust path expressions based on parent type, path parent type,
6233 and tree language.
6234 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6235 the root varobj.
6236 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6237
6238 2012-01-11 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6241 core files on this machine" anymore.
6242
6243 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6244
6245 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6246 (main): Repeat recurser call.
6247 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6248 equivalent to 'local_x'.
6249
6250 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6251 Joel Brobecker <brobecker@adacore.com>
6252
6253 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6254
6255 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6256
6257 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6258 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6259 * gdb.python/py-events.exp: Test that "step N" tripping on a
6260 breakpoint emits a breakpoint event.
6261
6262 2012-01-03 Joel Brobecker <brobecker@adacore.com>
6263
6264 * gdb.base/auxv.exp: Reformat the copyright notice.
6265
6266 2012-01-03 Yao Qi <yao@codesourcery.com>
6267
6268 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6269 (strace_trace_on_diff_addr): New.
6270 * gdb.trace/strace.c: (main): Add two local variables.
6271
6272 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6273
6274 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6275 * gdb.cell/gcore.exp: Likewise.
6276 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6277 to verify the correct instance of main is selected.
6278
6279 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6280
6281 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6282 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6283 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6284 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6285 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6286 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6287 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6288 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6289 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6290 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6291 gdb.threads/thread_check.c: Reformat copyright header.
6292
6293 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6294
6295 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
6296 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6297 is not enabled.
6298
6299 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6300
6301 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6302 parameter to self_exec, adjust the function.
6303 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6304 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6305 (set var do_exit = 0): Remove test.
6306 (newline at end of file): Add one.
6307
6308 2011-12-27 Joel Brobecker <brobecker@adacore.com>
6309
6310 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6311 New files.
6312
6313 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 Fix racy FAILs.
6316 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6317 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6318 (main): Call pthread_barrier_init for it.
6319
6320 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 Fix double send_gdb leading to racy FAILs.
6323 * gdb.base/break.exp (set silent break bp_location1): Replace
6324 3x send_gdb and gdb_expect by gdb_test.
6325 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6326 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6327 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6328 instead of send_gdb. Twice.
6329 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6330 3x send_gdb and gdb_expect by gdb_test.
6331 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6332
6333 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6334
6335 * gdb.linespec/linespec.exp: Compile using {c++}.
6336
6337 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6340 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6341 (verify GCC PR debug/51668): New test.
6342
6343 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
6344
6345 Introduce gdb.FinishBreakpoint in Python.
6346 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6347 py-finish-breakpoint2
6348 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6349 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6350 instead of line number.
6351 * gdb.python/py-finish-breakpoint.c: New file.
6352 * gdb.python/py-finish-breakpoint.exp: New file.
6353 * gdb.python/py-finish-breakpoint.py: New file.
6354 * gdb.python/py-finish-breakpoint2.cc: New file.
6355 * gdb.python/py-finish-breakpoint2.exp: New file.
6356 * gdb.python/py-finish-breakpoint2.py: New file.
6357
6358 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6359
6360 Partial fix of compatibility with gcc-4.7.
6361 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6362 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6363 Add comment to add a PASS case in the future.
6364
6365 Fix compatibility with gcc-4.7.
6366 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6367
6368 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6369
6370 PR tdep/12797
6371 * gdb.base/callfuncs.exp: Remove KFAIL.
6372
6373 2011-12-21 Joel Brobecker <brobecker@adacore.com>
6374
6375 * gdb.ada/task_bp: New testcase.
6376
6377 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6378
6379 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6380 -DNO_SECTIONS.
6381 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6382
6383 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6384
6385 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6386 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6387 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6388 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6389 conditional for gcc <= 4.5.
6390
6391 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6392
6393 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6394 by XFAIL.
6395 * gdb.cp/static-method.exp (info addr A::func())
6396 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6397 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6398 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6399 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6400 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6401 (test value of F in k3_m): Likewise.
6402 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6403 Likewise.
6404
6405 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6406
6407 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6408 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6409 Remove.
6410 * gdb.threads/attachstop-mt.c: Remove.
6411 * gdb.threads/attachstop-mt.exp: Remove.
6412
6413 2011-12-17 Mark Kettenis <kettenis@gnu.org>
6414
6415 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6416
6417 2011-12-16 Doug Evans <dje@google.com>
6418
6419 * boards/native-stdio-gdbserver.exp: New file.
6420 * boards/native-gdbserver.exp: New file.
6421
6422 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6423 gdbserver output.
6424 (gdbserver_default_get_remote_address): New function.
6425 (gdbserver_start): Call gdb,get_remote_address to compute argument
6426 to "target remote" command.
6427
6428 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6429
6430 * gdb.python/py-function.exp: Change "on" to "full" for
6431 python print-stack. Add set/show python print-stack
6432 off|full|message tests.
6433
6434 2011-12-15 Yao Qi <yao@codesourcery.com>
6435
6436 * gdb.trace/strace.c: New
6437 * gdb.trace/strace.exp: New.
6438
6439 2011-12-14 Tom Tromey <tromey@redhat.com>
6440
6441 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6442
6443 2011-12-14 Doug Evans <dje@google.com>
6444
6445 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6446
6447 2011-12-14 Pedro Alves <pedro@codesourcery.com>
6448
6449 PR threads/10729
6450
6451 * gdb.mi/watch-nonstop.c: New file.
6452 * gdb.mi/mi-watch-nonstop.exp: New file.
6453
6454 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6455 Doug Evans <dje@google.com>
6456
6457 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6458 (clean_restart): Remove references to the gdb_stub target board
6459 variable.
6460 (gdb_step_for_stub): Delete.
6461
6462 * gdb.base/annota1.exp: Remove all references to [target_info
6463 exists gdb_stub], gdb_step_for_stub and usestubs.
6464 * gdb.base/annota3.exp: Ditto.
6465 * gdb.base/async.exp: Ditto.
6466 * gdb.base/break.exp: Ditto.
6467 * gdb.base/code-expr.exp: Ditto.
6468 * gdb.base/commands.exp: Ditto.
6469 * gdb.base/completion.exp: Ditto.
6470 * gdb.base/condbreak.exp: Ditto.
6471 * gdb.base/consecutive.exp: Ditto.
6472 * gdb.base/cvexpr.exp: Ditto.
6473 * gdb.base/define.exp: Ditto.
6474 * gdb.base/display.exp: Ditto.
6475 * gdb.base/ena-dis-br.exp: Ditto.
6476 * gdb.base/environ.exp: Ditto.
6477 * gdb.base/gnu-ifunc.exp: Ditto.
6478 * gdb.base/maint.exp: Ditto.
6479 * gdb.base/pending.exp: Ditto.
6480 * gdb.base/sect-cmd.exp: Ditto.
6481 * gdb.base/sepdebug.exp: Ditto.
6482 * gdb.base/unload.exp: Ditto.
6483 * gdb.base/watchpoint-solib.exp: Ditto.
6484 * gdb.cp/annota2.exp: Ditto.
6485 * gdb.cp/annota3.exp: Ditto.
6486 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6487 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6488 * gdb.mi/mi-pending.exp: Ditto.
6489 * gdb.trace/circ.exp: Ditto.
6490 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6491 * gdb.base/list.exp: Ditto.
6492
6493 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6494 breakpoint function and all references to the usestubs macro.
6495 * gdb.base/exprs.c: Ditto.
6496 * gdb.base/freebpcmd.c: Ditto.
6497 * gdb.base/bitfields.c: Ditto.
6498 * gdb.base/bitfields2.c: Ditto.
6499 * gdb.base/break.c: Ditto.
6500 * gdb.base/call-sc.c: Ditto.
6501 * gdb.base/call-signals.c: Ditto.
6502 * gdb.base/callfuncs.c: Ditto.
6503 * gdb.base/charset.c: Ditto.
6504 * gdb.base/consecutive.c: Ditto.
6505 * gdb.base/constvars.c: Ditto.
6506 * gdb.base/funcargs.c: Ditto.
6507 * gdb.base/int-type.c: Ditto.
6508 * gdb.base/interrupt.c: Ditto.
6509 * gdb.base/langs0.c: Ditto.
6510 * gdb.base/list0.c: Ditto.
6511 * gdb.base/mips_pro.c: Ditto.
6512 * gdb.base/miscexprs.c: Ditto.
6513 * gdb.base/nodebug.c: Ditto.
6514 * gdb.base/opaque0.c: Ditto.
6515 * gdb.base/pointers.c: Ditto.
6516 * gdb.base/printcmds.c: Ditto.
6517 * gdb.base/ptype.c: Ditto.
6518 * gdb.base/recurse.c: Ditto.
6519 * gdb.base/reread1.c: Ditto.
6520 * gdb.base/reread2.c: Ditto.
6521 * gdb.base/restore.c: Ditto.
6522 * gdb.base/return.c: Ditto.
6523 * gdb.base/run.c: Ditto.
6524 * gdb.base/scope0.c: Ditto.
6525 * gdb.base/sepdebug.c: Ditto.
6526 * gdb.base/setshow.c: Ditto.
6527 * gdb.base/setvar.c: Ditto.
6528 * gdb.base/sigall.c: Ditto.
6529 * gdb.base/signals.c: Ditto.
6530 * gdb.base/structs.c: Ditto.
6531 * gdb.base/structs2.c: Ditto.
6532 * gdb.base/testenv.c: Ditto.
6533 * gdb.base/twice.c: Ditto.
6534 * gdb.base/unwindonsignal.c: Ditto.
6535 * gdb.base/watchpoint.c: Ditto.
6536 * gdb.base/watchpoints.c: Ditto.
6537 * gdb.base/whatis.c: Ditto.
6538 * gdb.cp/classes.cc: Ditto.
6539 * gdb.cp/cplusfuncs.cc: Ditto.
6540 * gdb.cp/derivation.cc: Ditto.
6541 * gdb.cp/formatted-ref.cc: Ditto.
6542 * gdb.cp/misc.cc: Ditto.
6543 * gdb.cp/overload.cc: Ditto.
6544 * gdb.cp/ovldbreak.cc: Ditto.
6545 * gdb.cp/ref-params.cc: Ditto.
6546 * gdb.cp/ref-types.cc: Ditto.
6547 * gdb.cp/templates.cc: Ditto.
6548 * gdb.cp/virtfunc.cc: Ditto.
6549 * gdb.hp/gdb.aCC/run.c: Ditto.
6550 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6551 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6552 * gdb.reverse/consecutive-reverse.c: Ditto.
6553 * gdb.reverse/sigall-reverse.c: Ditto.
6554 * gdb.reverse/until-reverse.c: Ditto.
6555 * gdb.reverse/watch-reverse.c: Ditto.
6556 * gdb.trace/actions.c: Ditto.
6557 * gdb.trace/circ.c: Ditto.
6558 * gdb.trace/collection.c: Ditto.
6559
6560 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6561
6562 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6563 (func6, func7): New.
6564 (main): Call func6 and func7.
6565 * gdb.base/watchpoint.exp (test_wide_location_1)
6566 (test_wide_location_2): New.
6567 (top level): Re-enable hardware watchpoints if necessary. Call
6568 test_wide_location_1 and test_wide_location_2.
6569
6570 2011-12-11 Yao Qi <yao@codesourcery.com>
6571
6572 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
6573
6574 2011-12-11 Joel Brobecker <brobecker@adacore.com>
6575
6576 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
6577 expected output for unsupported case.
6578
6579 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6580
6581 PR testsuite/12649
6582 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
6583 Protect gdb_test_multiple by final $gdb_prompt match.
6584
6585 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6586
6587 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
6588 New variable, new test.
6589 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6590 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6591 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6592 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
6593 them if HAVE_GCC_45682_FIXED is not set.
6594
6595 2011-12-10 Yao Qi <yao@codesourcery.com>
6596
6597 * gdb.trace/status-stop.exp: New.
6598 * gdb.trace/status-stop.c: New.
6599
6600 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6601
6602 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
6603 timeout.
6604
6605 2011-12-08 Tom Tromey <tromey@redhat.com>
6606
6607 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
6608 condition.
6609
6610 2011-12-07 Stan Shebs <stan@codesourcery.com>
6611
6612 * gdb.trace/tfind.exp: Update for output changes.
6613
6614 2011-12-07 Pedro Alves <pedro@codesourcery.com>
6615
6616 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
6617 throws "Cannot insert catchpoints in this configuration".
6618 * gdb.ada/mi_catch_ex.exp: Likewise.
6619
6620 2011-12-06 Pedro Alves <pedro@codesourcery.com>
6621
6622 * gdb.base/break-always.exp: Test changing memory at addresses
6623 with breakpoints inserted.
6624
6625 2011-12-06 Joel Brobecker <brobecker@acacore.com>
6626
6627 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
6628 involving a fully qualified function name.
6629
6630 2011-12-06 Tom Tromey <tromey@redhat.com>
6631
6632 * gdb.ada/homonym.exp: Add three breakpoint tests.
6633
6634 2011-12-06 Tom Tromey <tromey@redhat.com>
6635
6636 * gdb.base/solib-weak.exp (do_test): Remove kfail.
6637 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
6638 * gdb.objc/objcdecode.exp: Update for output changes.
6639 * gdb.linespec/linespec.exp: New file.
6640 * gdb.linespec/lspec.cc: New file.
6641 * gdb.linespec/lspec.h: New file.
6642 * gdb.linespec/body.h: New file.
6643 * gdb.linespec/base/two/thefile.cc: New file.
6644 * gdb.linespec/base/one/thefile.cc: New file.
6645 * gdb.linespec/Makefile.in: New file.
6646 * gdb.cp/templates.exp (test_template_breakpoints): Update for
6647 output changes.
6648 * gdb.cp/re-set-overloaded.exp: Remove kfail.
6649 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
6650 makes one breakpoint.
6651 * gdb.cp/method2.exp (test_break): Update for output changes.
6652 * gdb.cp/mb-templates.exp: Update for output changes.
6653 * gdb.cp/mb-inline.exp: Update for output changes.
6654 * gdb.cp/mb-ctor.exp: Update for output changes.
6655 * gdb.cp/ovsrch.exp: Use fully-qualified names.
6656 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
6657 has multiple matches.
6658 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
6659 error message change.
6660 * gdb.base/list.exp (test_list_filename_and_number): Update for
6661 error message change.
6662 * gdb.base/break.exp: Disable pending breakpoints. Update for
6663 output changes.
6664 * configure.ac: Add gdb.linespec.
6665 * configure: Rebuild.
6666 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
6667
6668 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
6669
6670 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
6671 last_break register on s390*-*-* targets.
6672
6673 2011-12-06 Joel Brobecker <brobecker@adacore.com>
6674
6675 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
6676 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
6677 of parameter X in procedure Foo.
6678
6679 2011-12-05 Stan Shebs <stan@codesourcery.com>
6680
6681 * gdb.trace/tfind.exp: Update help string matches.
6682
6683 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 * gdb.server/ext-run.exp (get process list): Accept also systemd
6686 as PID 1.
6687
6688 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6689 Pedro Alves <pedro@codesourcery.com>
6690
6691 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
6692 starting GDB.
6693 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
6694 $use_gdb_stub.
6695 * gdb.base/display.exp: Likewise.
6696 * gdb.base/ending-run.exp: Likewise.
6697 * gdb.base/list.exp (test_listsize): Likewise.
6698 * gdb.base/setshow.exp: Likewise.
6699 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
6700 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
6701 check by global $use_gdb_stub.
6702 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
6703 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
6704 (default_gdb_init): Unset global $use_gdb_stub.
6705 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
6706 by global $use_gdb_stub.
6707 * lib/gdbserver-support.exp: Extend comments for set_board_info
6708 gdb_protocol and gdb,socketport.
6709 (gdbserver_start_extended): Set global gdbserver_protocol and
6710 gdbserver_gdbport. Clear global use_gdb_stub.
6711 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
6712 from target use_gdb_stub.
6713 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
6714
6715 2011-12-03 Doug Evans <dje@google.com>
6716
6717 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
6718 (gdb_step_for_stub): Add comments.
6719
6720 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
6721
6722 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
6723 to the caller.
6724 (gdb_test_multiple): Likewise.
6725
6726 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6727
6728 Fix gdb.mi/mi-solib.exp without system debug info installed.
6729 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
6730 expect attribute, return 0 for it. Update comments.
6731
6732 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6733
6734 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
6735 (corrupted list): Adjust the expectation.
6736
6737 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6738
6739 PR threads/13448
6740 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
6741 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
6742 * gdb.threads/tls-var-main.c: New file.
6743 * gdb.threads/tls-var.c: New file.
6744 * gdb.threads/tls-var.exp: New file.
6745
6746 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6747
6748 PR testsuite/12649
6749 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
6750 Protect gdb_test_multiple by final $gdb_prompt match.
6751 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
6752 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
6753 (test_tracepoints): Likewise.
6754
6755 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6756
6757 PR breakpoints/13346
6758 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
6759 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
6760 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
6761
6762 2011-12-01 Joel Brobecker <brobecker@adacore.com>
6763
6764 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
6765 * gdb.ada/homonym/homonym.adb: For use of all types defined
6766 locally inside both Get_Value subprograms.
6767
6768 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6769
6770 Fix racy FAILs.
6771 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
6772 of send_gdb.
6773
6774 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6775
6776 * gdb.base/testenv.exp: Skip on remote targets. Unset global
6777 environment variable after test completed.
6778
6779 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6780
6781 * gdb.base/solib-nodir.exp: Skip if remote target.
6782 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
6783 application. Call gdb_load_shlibs.
6784 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
6785
6786 2011-11-29 Joel Brobecker <brobecker@adacore.com>
6787
6788 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
6789
6790 2011-11-28 Joel Brobecker <brobecker@adacore.com>
6791
6792 * gdb.ada/fullname_bp: New testcase.
6793
6794 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 PR testsuite/12649
6797 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
6798 Wrap send_gdb into a new gdb_test.
6799
6800 Code cleanup.
6801 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
6802 Convert send_gdb and gdb_expect to gdb_test_multiple.
6803
6804 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
6807
6808 2011-11-23 Keith Seitz <keiths@redhat.com>
6809
6810 * lib/mi-support.exp (varobj_tree): New namespace and procs.
6811 (mi_varobj_tree_test_children_callback): New proc.
6812 (mi_walk_varobj_tree): New proc.
6813
6814 2011-11-22 Tom Tromey <tromey@redhat.com>
6815
6816 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
6817 Add "use_mi_command" argument.
6818 (mi_run_cmd, mi_run_with_cli): New procs.
6819 * gdb.mi/solib-lib.c: New file.
6820 * gdb.mi/solib-main.c: New file.
6821 * gdb.mi/mi-solib.exp: New file.
6822
6823 2011-11-21 Doug Evans <dje@google.com>
6824
6825 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
6826 _Unwind_DebugHook is missing.
6827
6828 2011-11-20 Stan Shebs <stan@codesourcery.com>
6829
6830 * gdb.trace/tstatus.exp: New.
6831 * gdb.trace/actions.c: Include string.h.
6832
6833 2011-11-18 Yao Qi <yao@codesourcery.com>
6834
6835 * gdb.trace/pending.exp: New.
6836 * gdb.trace/pending.c: New.
6837 * gdb.trace/pendshr1.c: New.
6838 * gdb.trace/pendshr2.c: New.
6839 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
6840 tracepoint location becomes pending.
6841 (tracepoint_change_loc_2): New.
6842
6843 2011-11-16 David S. Miller <davem@davemloft.net>
6844
6845 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
6846 target is sparc*-*-linux*
6847
6848 2011-11-15 Paul Koning <paul_koning@dell.com>
6849
6850 * gdb.python/py-type.exp: New testcases for exceptions on scalar
6851 types.
6852
6853 2011-11-14 Doug Evans <dje@google.com>
6854
6855 * gdb.base/shell.exp: New file.
6856
6857 2011-11-14 Stan Shebs <stan@codesourcery.com>
6858
6859 * gdb.trace/ftrace.c: New.
6860 * gdb.trace/ftrace.exp: New.
6861
6862 2011-11-14 Yao Qi <yao@codesourcery.com>
6863
6864 * gdb.trace/change-loc-1.c: New.
6865 * gdb.trace/change-loc-2.c: New.
6866 * gdb.trace/change-loc.c: New.
6867 * gdb.trace/change-loc.exp: New.
6868 * gdb.trace/change-loc.h: New.
6869 * gdb.trace/trace-break.c (marker): Define new symbol.
6870 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6871 New.
6872 (break_trace_same_addr_6): New.
6873
6874 2011-11-12 Matt Rice <ratmice@gmail.com>
6875
6876 * gdb.base/info-macros.exp: Make tests for info definitions
6877 test info macro. Add tests for info macro argument processing.
6878 Rename a few tests.
6879
6880 2011-11-11 Keith Seitz <keiths@redhat.com>
6881
6882 PR gdb/12843
6883 * gdb.base/linespecs.exp: New file.
6884
6885 2011-11-11 Doug Evans <dje@google.com>
6886
6887 * gdb.threads/print-threads.exp: Extend timeout for slower
6888 tests.
6889
6890 2011-11-10 Doug Evans <dje@google.com>
6891
6892 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
6893 "record to end of main" test.
6894
6895 * gdb.python/py-type.c (TS): New typedef.
6896 (ts): New global.
6897 * gdb.python/py-type.exp: Test field list of typedef.
6898
6899 2011-11-10 Joel Brobecker <brobecker@adacore.com>
6900
6901 * gdb.ada/small_reg_param: New testcase.
6902
6903 2011-11-09 Tom Tromey <tromey@redhat.com>
6904
6905 * gdb.cp/destrprint.exp: New file.
6906 * gdb.cp/destrprint.cc: New file.
6907
6908 2011-11-08 Meador Inge <meadori@codesourcery.com>
6909
6910 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
6911 (switch_stack_to_other): New test function.
6912 * gdb.arch/thumb-prologue.exp: New test cases.
6913
6914 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
6915
6916 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
6917
6918 2011-11-08 Yao Qi <yao@codesourcery.com>
6919
6920 * gdb.exp (supports_process_record): New.
6921 (supports_reverse): New.
6922 * gdb.reverse/break-precsave.exp: Call support_process_record
6923 to run test conditionally.
6924 * gdb.reverse/consecutive-precsave.exp: Likewise.
6925 * gdb.reverse/i386-precsave.exp: Likewise.
6926 * gdb.reverse/machinestate-precsave.exp: Likewise.
6927 * gdb.reverse/solib-precsave.exp: Likewise.
6928 * gdb.reverse/step-precsave.exp: Likewise.
6929 * gdb.reverse/until-precsave.exp: Likewise.
6930 * gdb.reverse/watch-precsave.exp: Likewise.
6931 * gdb.reverse/break-reverse.exp: Call support_reverse to run
6932 test conditionally.
6933 * gdb.reverse/consecutive-reverse.exp: Likewise.
6934 * gdb.reverse/finish-precsave.exp: Likewise.
6935 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6936 * gdb.reverse/finish-reverse.exp: Likewise.
6937 * gdb.reverse/i386-reverse.exp: Likewise.
6938 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6939 * gdb.reverse/machinestate.exp: Likewise.
6940 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
6941 * gdb.reverse/sigall-precsave.exp: Likewise.
6942 * gdb.reverse/sigall-reverse.exp: Likewise.
6943 * gdb.reverse/solib-reverse.exp: Likewise.
6944 * gdb.reverse/step-reverse.exp: Likewise.
6945 * gdb.reverse/until-reverse.exp: Likewise.
6946 * gdb.reverse/watch-reverse.exp: Likewise.
6947
6948 2011-11-05 Yao Qi <yao@codesourcery.com>
6949
6950 * gdb.trace/trace-break.exp: Add test on setting two
6951 fast tracepoints at the same address.
6952
6953 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6954
6955 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
6956
6957 2011-11-02 Stan Shebs <stan@codesourcery.com>
6958
6959 * gdb.trace/collection.c: Add code using strings.
6960 * gdb.trace/collection.exp: Add tests of string collection.
6961
6962 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6963
6964 * gdb.base/skip-solib.exp (executable_main): New variable.
6965 (binfile_main): Base it on that.
6966 Use $executable_main in clean_restart calls. Drop gdb_exit and
6967 gdb_start calls.
6968
6969 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6970
6971 Fix racy FAILs.
6972 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
6973 breakpoint_re globals import by async. Set string_regex to .* for
6974 async. Remove the optional thread_selected_re and breakpoint_re
6975 globals expectations.
6976
6977 2011-11-01 Joseph Myers <joseph@codesourcery.com>
6978
6979 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
6980 well as Cygwin.
6981
6982 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
6983
6984 Add tests for skip command.
6985 * gdb.base/skip-solib-lib.c: New
6986 * gdb.base/skip-solib-main.c: New
6987 * gdb.base/skip-solib.exp: New
6988 * gdb.base/skip.c: New
6989 * gdb.base/skip.exp: New
6990 * gdb.base/skip1.c: New
6991 * gdb.base/Makefile.in: Adding new files.
6992
6993 2011-10-31 Yao Qi <yao@codesourcery.com>
6994 Pedro Alves <pedro@codesourcery.com>
6995
6996 * gdb.trace/trace-break.c: New.
6997 * gdb.trace/trace-break.exp: New.
6998
6999 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7000
7001 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7002 break-here-2.
7003
7004 2011-10-28 Pedro Alves <pedro@codesourcery.com>
7005
7006 * gdb.threads/no-unwaited-for-left.c: New.
7007 * gdb.threads/no-unwaited-for-left.exp: New.
7008 * gdb.threads/non-ldr-exc-1.c: New.
7009 * gdb.threads/non-ldr-exc-1.exp: New.
7010 * gdb.threads/non-ldr-exc-2.c: New.
7011 * gdb.threads/non-ldr-exc-2.exp: New.
7012 * gdb.threads/non-ldr-exc-3.c: New.
7013 * gdb.threads/non-ldr-exc-3.exp: New.
7014 * gdb.threads/non-ldr-exc-4.c: New.
7015 * gdb.threads/non-ldr-exc-4.exp: New.
7016
7017 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7018
7019 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7020 * gdb.base/attach-pie-misread.exp: Likewise.
7021 * gdb.base/break-interp.exp: Likewise.
7022 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7023 testcases for use_gdb_stub.
7024 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7025 (continue): New testcase.
7026 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7027 * gdb.threads/attach-into-signal.exp: Likewise.
7028 * gdb.threads/attach-stopped.exp: Likewise.
7029 * gdb.threads/attachstop-mt.exp: Likewise.
7030
7031 2011-10-28 Paul Koning <paul_koning@dell.com>
7032
7033 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7034
7035 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7036
7037 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7038 (mi_gdb_test): Import globals thread_selected_re
7039 and breakpoint_re. Expect them optionally at the regex start.
7040
7041 2011-10-27 Doug Evans <dje@google.com>
7042
7043 * gdb.python/python.exp: Test source -s.
7044
7045 2011-10-26 Paul Koning <paul_koning@dell.com>
7046
7047 * gdb.python/lib-types.cc (struct A): New structure.
7048 * gdb.python/lib-types.exp (deepitems): New tests.
7049
7050 2011-10-25 Paul Koning <paul_koning@dell.com>
7051
7052 PR python/13327
7053
7054 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7055 fetch_lazy method.
7056
7057 2011-10-24 Yao Qi <yao@codesourcery.com>
7058
7059 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7060 target is tic6x-*-*.
7061
7062 2011-10-21 Joel Brobecker <brobecker@adacore.com>
7063
7064 * gdb.ada/mi_task_info/task_switch.adb: New file.
7065 * gdb.ada/mi_task_info.exp: New file.
7066
7067 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7068
7069 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7070 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7071
7072 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7073
7074 PR python/12656
7075
7076 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7077 global_block tests.
7078
7079 2011-10-18 Tom Tromey <tromey@redhat.com>
7080
7081 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7082
7083 2011-10-18 Tom Tromey <tromey@redhat.com>
7084
7085 * gdb.base/source.exp: Don't include full file name in test name.
7086 * gdb.python/python.exp: Don't include full file name in test
7087 name.
7088
7089 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7090
7091 * gdb.base/attach-pie-noexec.c: New files.
7092 * gdb.base/attach-pie-noexec.exp: New files.
7093
7094 2011-10-17 Joseph Myers <joseph@codesourcery.com>
7095
7096 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7097 prompt for each extra line in command.
7098
7099 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7100
7101 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7102 Revert the part of:
7103 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7104 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7105 Change the expected string.
7106
7107 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7108
7109 Fix results with system glibc debug info installed.
7110 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7111 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7112 Accept also __libc_ symbol prefix and no prefix.
7113
7114 2011-10-14 Keith Seitz <keiths@redhat.com>
7115
7116 PR c++/13225
7117 * gdb.cp/converts.cc (foo3_1): New function.
7118 (foo3_2): New functions.
7119 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7120 and null pointer conversions of integer constant zero.
7121 Add test to check if all arguments are checked for incompatible
7122 conversion BADNESS.
7123
7124 2011-10-14 Tom Tromey <tromey@redhat.com>
7125
7126 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7127 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7128 linespec.
7129
7130 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7131
7132 Fix internal error regression.
7133 * gdb.dwarf2/implptr-optimized-out.S: New file.
7134 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7135
7136 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7137
7138 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7139 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7140 (loclist): New.
7141 (4): New abbrev.
7142 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7143 Use prepare_for_testing, remove clean_restart.
7144 (p arraynoloc, p arraycallnoloc): New tests.
7145
7146 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7147
7148 * gdb.cp/namespace-enum.exp (executable): New variable.
7149 (binfile): Use ${objdir}/${subdir}/ prefix.
7150 Use ${executable} for clean_restart.
7151
7152 2011-10-11 Sterling Augustine <saugustine@google.com>
7153
7154 * gdb.cp/Makefile.in: Add namespace-enum test.
7155 * gdb.cp/namespace-enum.exp: New file.
7156 * gdb.cp/namespace-enum.c: New file.
7157 * gdb.cp/namespace-enum-main.c: New file.
7158
7159 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
7160
7161 * gdb.python/py-shared.exp: Relax filename check to handle remote:
7162 sysroot.
7163
7164 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7165
7166 Reimplement @entry in input expressions.
7167 * gdb.base/exprs.c (v_int_array_init): New variable.
7168 * gdb.base/exprs.exp (print v_int_array_init)
7169 (print *v_int_array_init@1, print *v_int_array_init@2)
7170 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
7171 (print v_int_array_init[1]@1): New tests.
7172
7173 2011-10-10 Joseph Myers <joseph@codesourcery.com>
7174
7175 * gdb.cp/gdb2495.exp: Do not include directories in filename in
7176 expected message.
7177
7178 2011-10-09 Doug Evans <dje@google.com>
7179
7180 * gdb.base/alias.exp: Add tests for alias command.
7181
7182 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7183
7184 * gdb.arch/amd64-entry-value.s: New file.
7185 * gdb.mi/mi2-amd64-entry-value.s: New file.
7186
7187 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7188
7189 Display @entry parameter values even for references.
7190 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
7191 functions.
7192 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
7193 reference and datap_input.
7194 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
7195 breakpoints.
7196 (continue to breakpoint: entry_reference: reference)
7197 (entry_reference: bt at entry)
7198 (continue to breakpoint: entry_reference: breakhere_reference)
7199 (entry_reference: bt, entry_reference: ptype regparam)
7200 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
7201 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
7202 (entry_reference: p regcopy, entry_reference: p nodataparam)
7203 (entry_reference: p nodataparam@entry): New tests.
7204
7205 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7206
7207 Support @entry in input expressions.
7208 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7209 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7210 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7211 (tailcall: p j@entry): New tests.
7212 * gdb.cp/koenig.cc (A::entry): New function.
7213 (main): Call it.
7214 * gdb.cp/koenig.exp (p entry (c)): New test.
7215
7216 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7217
7218 Display @entry parameter values (without references).
7219 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7220 (different, validity, invalid): New functions.
7221 (main): Call them.
7222 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7223 stacktest, breakhere_stacktest, different, breakhere_different,
7224 breakhere_validity and breakhere_invalid.
7225 (entry: bt): Update for @entry.
7226 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7227 (entry_validity: *, entry_invalid: *): Many new tests.
7228 * gdb.base/break.exp
7229 (run until breakpoint set at small function, optimized file): Accept
7230 also the @entry suffix.
7231 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7232 * gdb.mi/mi2-amd64-entry-value.c: New files.
7233 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7234
7235 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7236
7237 Protect entry values against self tail calls.
7238 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7239 (main): Call self.
7240 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7241 (set debug entry-values 1, self: bt debug entry-values): New tests.
7242
7243 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7244
7245 Recognize virtual tail call frames.
7246 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7247 (amb_b, amb_a): New.
7248 (main): Call a and b.
7249 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7250 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7251 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7252 New tests.
7253
7254 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7255
7256 Implement basic support for DW_TAG_GNU_call_site.
7257 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7258 * gdb.arch/amd64-entry-value.cc: New file.
7259 * gdb.arch/amd64-entry-value.exp: New file.
7260
7261 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7262
7263 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7264 * gdb.dwarf2/implptr-64bit.S: New file.
7265 * gdb.dwarf2/implptr-64bit.exp: New file.
7266
7267 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7268
7269 Fix initial language detection with -readnow.
7270 * gdb.cp/readnow-language.cc: New file.
7271 * gdb.cp/readnow-language.exp: New file.
7272
7273 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7274
7275 Fix printed anonymous struct name.
7276 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7277
7278 2011-10-09 Joseph Myers <joseph@codesourcery.com>
7279
7280 * gdb.base/solib-symbol.exp: Do not include directories in
7281 filenames in expected messages.
7282
7283 2011-10-07 Doug Evans <dje@google.com>
7284
7285 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7286
7287 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
7288
7289 Allow Python notification of new object-file loadings.
7290 * gdb.python/py-events.exp: Test newobjfile event.
7291 * gdb.python/py-events.py: Register newobjfile callback.
7292 * gdb.python/py-events.c: Add call to shared library
7293 * gdb.python/py-events-shlib.c: New file.
7294
7295 2011-10-06 Joseph Myers <joseph@codesourcery.com>
7296
7297 * gdb.base/fixsection.exp: Do not include directories in filename
7298 in expected message.
7299
7300 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7301
7302 Add tests for passing of environment variables to inferior.
7303 * gdb.base/testenv.c: New test source.
7304 * gdb.base/testenv.exp: New expect test.
7305
7306 2011-10-04 Paul Koning <paul_koning@dell.com>
7307
7308 * gdb.python/py-value.c (main): Break before return.
7309
7310 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
7311
7312 PR python/12691: Add the inferior to Python exited event
7313 * gdb.python/py-events.exp: Test the inferior attribute of exited
7314 event with a fork.
7315 * gdb.python/py-events.py: Print inferior number on exit.
7316 * gdb.python/py-events.c: Fork the inferior.
7317
7318 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7319
7320 * gdb.base/jit.exp: Add testcase name to log message
7321
7322 2011-10-03 Paul Koning <paul_koning@dell.com>
7323 Jan Kratochvil <jan.kratochvil@redhat.com>
7324
7325 * gdb.python/py-value.exp
7326 (python inval = gdb.parse_and_eval('*(int*)0'))
7327 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7328 (set argc=2, python print argc_lazy): New tests.
7329
7330 2011-10-02 Joel Brobecker <brobecker@adacore.com>
7331
7332 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7333
7334 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7335 Pedro Alves <pedro@codesourcery.com>
7336
7337 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7338 can_read_0, test for it.
7339 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7340 (parse_and_eval with memory error): ... here, make it untested if
7341 can_read_0.
7342
7343 2011-09-30 Marek Polacek <mpolacek@redhat.com>
7344
7345 * gdb.python/python.exp (verify pagination beforehand)
7346 (verify pagination afterwards): Fix race by splitting the line.
7347
7348 2011-09-29 Joseph Myers <joseph@codesourcery.com>
7349
7350 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7351 for 64-bit multilibs from i?86-* targets.
7352
7353 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7354
7355 * lib/gdb.exp: Fix a typo in one of the comments.
7356
7357 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7358
7359 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7360 matching pattern.
7361
7362 2011-09-28 Paul Koning <paul_koning@dell.com>
7363
7364 * gdb.python/py-type.c (enum E): New.
7365 * gdb.python/py-type.exp (test_fields): Add tests for Python
7366 mapping access to fields.
7367 (test_enums): New test for field access on enums.
7368
7369 2011-09-27 Stan Shebs <stan@codesourcery.com>
7370
7371 * gdb.trace/collection.exp: Test collection of $_ret.
7372
7373 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
7374
7375 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7376 list of compilation switches for <*-*-freebsd*>.
7377
7378 2011-09-19 Stan Shebs <stan@codesourcery.com>
7379
7380 * gdb.trace/tspeed.exp: New file.
7381 * gdb.trace/tspeed.c: New file.
7382
7383 2011-09-18 Yao Qi <yao@codesourcery.com>
7384
7385 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7386 instructions.
7387 (test_adr_32bit, test_pop_pc): Likewise.
7388 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7389 Thumb instructions.
7390 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7391 in gdb_test_multiple.
7392 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7393
7394 2011-09-17 Yao Qi <yao@codesourcery.com>
7395
7396 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7397 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7398 support single step to signal handler.
7399
7400 2011-09-17 Yao Qi <yao@codesourcery.com>
7401
7402 * gdb.base/disp-step-fork.c: New.
7403 * gdb.base/disp-step-syscall.exp: New.
7404 * gdb.base/disp-step-vfork.c: New.
7405
7406 2011-09-16 Joel Brobecker <brobecker@adacore.com>
7407
7408 * gdb.ada/tasks.exp: Make the expected output for
7409 the `info tasks' tests more resilient to spacing
7410 changes.
7411
7412 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7413
7414 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7415 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7416
7417 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
7418
7419 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7420 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7421
7422 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
7423
7424 Handle multiple breakpoint hits in Python interface:
7425 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7426 presence.
7427 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7428 breakpoint hits.
7429
7430 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7431 Jan Kratochvil <jan.kratochvil@redhat.com>
7432
7433 * gdb.python/py-events.exp: Remove pretty printing comment.
7434 * gdb.python/py-evsignal.exp: New file.
7435 * gdb.python/py-evthreads.c: Include signal.h.
7436 (thread3): Remove variable count3. Remove variable bad and use raise
7437 instead.
7438 (thread2): Remove variable count2. Move thread3 pthread_create here,
7439 merge pthread_join to a single line.
7440 (main): Remove variable count1. Merge pthread_join with pthread_create
7441 to a single line.
7442 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7443 KFAIL python/12966 for gdbserver. Test return value of
7444 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7445 gdb_expect by gdb_test and gdb_test_multiple.
7446 (thread 2, thread 3): New tests.
7447
7448 2011-09-12 Matt Rice <ratmice@gmail.com>
7449 Pedro Alves <pedro@codesourcery.com>
7450
7451 PR gdb/13175
7452
7453 * gdb.base/interp.exp: New tests.
7454 * gdb.base/interp.c: New file.
7455
7456 2011-09-12 Doug Evans <dje@google.com>
7457
7458 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7459 * gdb.dwarf2/typeddwarf.exp: Ditto.
7460
7461 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7462
7463 Fix compatibility with x32 arch.
7464 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7465 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7466 is_x86_like_target.
7467 * testsuite/gdb.trace/collection.exp: Likewise.
7468 * testsuite/gdb.trace/report.exp: Likewise.
7469 * testsuite/gdb.trace/unavailable.exp: Likewise.
7470 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7471 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7472 (is_x86_like_target): Check also is_amd64_regs_target.
7473
7474 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 PR breakpoints/12435
7477 * gdb.arch/amd64-prologue-xmm.c: New file.
7478 * gdb.arch/amd64-prologue-xmm.exp: New file.
7479 * gdb.arch/amd64-prologue-xmm.s: New file.
7480
7481 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7482
7483 * gdb.dwarf2/dw2-param-error-main.c: New file.
7484 * gdb.dwarf2/dw2-param-error.S: New file.
7485 * gdb.dwarf2/dw2-param-error.exp: New file.
7486
7487 2011-09-08 Pedro Alves <pedro@codesourcery.com>
7488
7489 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7490 inferior's pid and look for a core dump named core.$pid. Use
7491 `remote_file' commands on the host instead of hand coding shell
7492 commands on the build.
7493 * gdb.base/valgrind-db-attach.exp: Kill the program before
7494 finishing the test.
7495
7496 2011-09-02 Matt Rice <ratmice@gmail.com>
7497
7498 * lib/prompt.exp: New file for testing the first prompt.
7499 * gdb.python/py-prompt.exp: Ditto.
7500 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7501
7502 2011-09-02 Pedro Alves <pedro@codesourcery.com>
7503
7504 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7505 0, before testing gcore.
7506
7507 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7508
7509 * dw2-ifort-parameter-debug.S: Update copyright year.
7510 * dw2-ifort-parameter.c: Update copyright year.
7511 * dw2-ifort-parameter.exp: Update copyright year.
7512
7513 * dw2-ifort-parameter-debug.S: New file.
7514 * dw2-ifort-parameter.c: New file.
7515 * dw2-ifort-parameter.exp: New file.
7516
7517 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7518
7519 * gdb.base/commands.exp (error_clears_commands_left): New function.
7520 (): Call it.
7521
7522 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7523
7524 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7525 (C): Initialize `a'.
7526 * gdb.mi/mi-inheritance-syntax-error.exp
7527 (-data-evaluate-expression $path): Expect `a' as 5.
7528
7529 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7530
7531 PR mi/11912
7532 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7533 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7534 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7535 keyword in output of -var-info-path-expression.
7536
7537 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7538
7539 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7540 * gdb.trace/collection.exp: Likewise.
7541 * gdb.trace/report.exp: Likewise.
7542 * gdb.trace/unavailable.exp: Likewise.
7543 * gdb.trace/while-dyn.exp: Likewise.
7544
7545 2011-08-18 Keith Seitz <keiths@redhat.com>
7546
7547 PR c++/12266
7548 * gdb.cp/meth-typedefs.cc: New file.
7549 * gdb.cp/meth-typedefs.exp: New file.
7550
7551 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7552
7553 * gdb.python/python.exp: Add extended-prompt tests.
7554
7555 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7556
7557 * gdb.arch/i386-dr3-watch.exp
7558 (watchpoint on gap1 does not fit debug registers)
7559 (delete all watchpoints): Fix racy expect strings.
7560
7561 2011-08-14 Yao Qi <yao@codesourcery.com>
7562
7563 * gdb.base/maint.exp: set data_section to ".neardata".
7564 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7565 * gdb.base/savedregs.exp: Handle SIGILL.
7566 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7567 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7568
7569 2011-08-12 Doug Evans <dje@google.com>
7570
7571 * gdb.python/py-symbol.exp: Add test for symbol.type.
7572
7573 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
7574
7575 * gdb.threads/pthreads.exp: Enable on non-native configurations.
7576 * gdb.mi/mi-pthreads.exp: Likewise.
7577 * gdb.mi/mi2-pthreads.exp: Likewise.
7578 * gdb.mi/gdb669.exp.exp: Likewise.
7579
7580 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7581
7582 * lib/mi-support.exp (detect_async): Rename to...
7583 (mi_detect_async): ... this.
7584 * gdb.mi/mi-nonstop-exit.exp: Adjust.
7585 * gdb.mi/mi-nonstop.exp: Adjust.
7586 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
7587 * gdb.mi/mi-nsintrall.exp: Adjust.
7588 * gdb.mi/mi-nsmoribund.exp: Adjust.
7589 * gdb.mi/mi-nsthrexec.exp: Adjust.
7590
7591 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7592
7593 * gdb.base/display.c (do_loops): New `p_i' local.
7594 * gdb.base/display.exp: Test displaying a variable that is
7595 temporarily at a bad address.
7596
7597 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 * gdb.dwarf2/dw2-op-stack-value.S: New file.
7600 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
7601
7602 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7603
7604 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
7605 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
7606 (p fuNC_symtab): Permit also ppc64 leading dot.
7607
7608 2011-08-05 Pedro Alves <pedro@codesourcery.com>
7609
7610 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
7611 procedure.
7612 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
7613
7614 2011-08-05 Yao Qi <yao@codesourcery.com>
7615
7616 * gdb.base/callfuncs.exp: Set language after main.
7617 * gdb.cp/cplusfuncs.exp: Likewise.
7618 * gdb.cp/inherit.exp: Likewise.
7619
7620 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7621
7622 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
7623 * gdb.base/watch-vfork.exp: Skip on remote targets.
7624
7625 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7626
7627 * gdb.threads/thread-find.exp: Support remote targets.
7628
7629 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7630
7631 * gdb.base/jit.exp: Download solib_binfile to target.
7632 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
7633 and call dlopen without full path name.
7634 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
7635 dlopen without full path name.
7636
7637 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7638
7639 * gdb.base/break-always.exp: Complete the test
7640 with duplicated breakpoints and enabling/disabling them.
7641
7642 2011-08-02 Tom Tromey <tromey@redhat.com>
7643
7644 PR gdb/11289:
7645 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
7646
7647 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
7648
7649 PR gdb/13045
7650 * gdb.base/float.exp: Add new test case for PR gdb/13045
7651 * gdb.base/float.c: New file.
7652
7653 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
7654
7655 * gdb.python/py-mi.exp: Test printers returning string hint, and
7656 also not returning a value.
7657 * gdb.python/py-prettyprint.c: Add testcase for above.
7658 * gdb.python/py-prettyprint.py: Add test printer for above.
7659
7660 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7661
7662 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
7663 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
7664 (.Ldie30) Add as field "data4".
7665 (.Ldie32) Rename field "b" to "shl".
7666 (abbrev4) Change for the "data4" field.
7667 (abbrev5, abbrev6) Remove.
7668 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
7669 (p &s.shl): ... here. Add comment.
7670 (p &s.data4): New.
7671
7672 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7673
7674 Fix crash on lval_computed values.
7675 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
7676
7677 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7678
7679 * gdb.base/help.exp (help whatis): Update the expected string.
7680
7681 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7682
7683 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
7684 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
7685 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7686 Change the expected string.
7687
7688 2011-07-26 Pedro Alves <pedro@codesourcery.com>
7689
7690 * gdb.base/watchpoint.exp
7691 (test_disable_enable_software_watchpoint): New procedure.
7692 (top level): Run it.
7693
7694 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
7695
7696 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
7697 executable file "${binfile}", C++ version "${binfile}-cxx".
7698 * gdb.python/py-prettyprint.exp: Likewise.
7699 * gdb.python/py-symbol.exp: Likewise.
7700 * gdb.python/py-type.exp: Likewise.
7701 * gdb.python/py-value.exp: Likewise.
7702 * gdb.python/py-template.exp (test_template_arg): Pass full executable
7703 file name instead of just suffix.
7704
7705 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7706
7707 Fix implicit pointer offsets.
7708 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
7709 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
7710 (continue to breakpoint: continue to baz breakpoint for implptr)
7711 (sanity check element 0, sanity check element 1)
7712 (enter the inlined function, check element 0 for the offset)
7713 (check element 1 for the offset)
7714 (continue to breakpoint: ignore the second baz breakpoint): New tests.
7715 (set foo breakpoint for implptr): Update the breakpoint number.
7716
7717 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7718
7719 * gdb.python/py-mi.exp: Use different file names for different
7720 versions of the executable under test.
7721 * gdb.python/py-prettyprint.exp: Likewise.
7722 * gdb.python/py-symbol.exp: Likewise.
7723 * gdb.python/py-template.exp: Likewise.
7724 * gdb.python/py-type.exp: Likewise.
7725 * gdb.python/py-value.exp: Likewise.
7726
7727 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7728
7729 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
7730 flag after restarting GDB if necessary.
7731
7732 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7733
7734 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
7735
7736 2011-07-22 Pedro Alves <pedro@codesourcery.com>
7737
7738 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
7739 backend doesn't leave used debug registers behind.
7740
7741 2011-07-22 Tom Tromey <tromey@redhat.com>
7742
7743 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
7744 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
7745 argument.
7746 * gdb.dwarf2/typeddwarf-amd64.S: New file.
7747
7748 2011-07-21 Matt Rice <ratmice@gmail.com>
7749
7750 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
7751 in mostlyclean rule. Add files ending in .core.
7752
7753 2011-07-21 Matt Rice <ratmice@gmail.com>
7754
7755 PR macros/12999
7756 * gdb.base/info-macros.c: New test sources.
7757 * gdb.base/info-macros.exp: New tests.
7758
7759 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
7760
7761 * gdb.python/python.exp: Add prompt substitution tests.
7762
7763 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 Fix crash if referenced CU is aged out.
7766 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
7767 New.
7768 * gdb.dwarf2/implptr.exp: Likewise.
7769
7770 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7771
7772 * gdb.dwarf2/implptr.S: Rebuilt.
7773 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
7774 (bar): Use them for j, k, l.
7775 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
7776 COMPILE.
7777 (print j in implptr:bar): Update for the intp typedef.
7778 (print p[0].x in implptr:foo): Use more exact regex.
7779
7780 2011-07-18 Tom Tromey <tromey@redhat.com>
7781
7782 * gdb.cp/static-method.exp: Add missing single quote.
7783
7784 2011-07-18 Yao Qi <yao@codesourcery.com>
7785
7786 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
7787 supported.
7788 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7789 * gdb.mi/mi-nonstop.exp: Likewise.
7790 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7791 * gdb.mi/mi-nsintrall.exp: Likewise.
7792 * gdb.mi/mi-nsmoribund.exp: Likewise.
7793 * gdb.mi/mi-nsthrexec.exp: Likewise.
7794 * gdb.python/py-evthreads.exp: Likewise.
7795
7796 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7797
7798 Code cleanup.
7799 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
7800 it. Substitute it instead of test_compiler_info everywhere.
7801
7802 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7803
7804 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
7805 remote targets as well.
7806
7807 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7808
7809 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
7810 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
7811
7812 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7813
7814 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
7815 a remote machine, not the host.
7816 (gdb_compile_shlib): Set soname if target is remote.
7817
7818 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7819
7820 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
7821
7822 2011-07-13 Matt Rice <ratmice@gmail.com>
7823
7824 * gdb.python/py-objfile-script-gdb.py: Renamed to
7825 py-objfile-script-gdb.py.in.
7826 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
7827 py-objfile-script-gdb.py.
7828 * gdb.python/py-objfile-script.exp: Update reference to
7829 py-objfile-script-gdb.py.
7830
7831 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7832
7833 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
7834 reference undefined label.
7835
7836 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7837
7838 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
7839 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
7840 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
7841 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
7842
7843 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
7844
7845 PR python/12438
7846 * gdb.python/python.exp: Add maint set/show python print-stack
7847 deprecated tests. Add set/show python print-backtrace tests.
7848
7849 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7850
7851 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
7852 debug info.
7853
7854 2011-07-06 Matt Rice <ratmice@gmail.com>
7855
7856 * gdb.python/python.exp: Update filename paths.
7857 * gdb.python/py-symtab.exp: Ditto.
7858
7859 2011-07-06 Marek Polacek <mpolacek@redhat.com>
7860
7861 * gdb.python/py-evthreads.exp: Add missing `$'.
7862
7863 2011-07-06 Jie Zhang <jie.zhang@analog.com>
7864
7865 * config/bfin.exp: New file.
7866 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
7867 * gdb.asm/bfin.inc: New file.
7868
7869 2011-07-06 Marek Polacek <mpolacek@redhat.com>
7870
7871 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
7872 the whole output.
7873
7874 2011-07-05 Tom Tromey <tromey@redhat.com>
7875
7876 * gdb.java/jprint.java (jprint.hi): New field.
7877 * gdb.java/jprint.exp: Print string.
7878
7879 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
7880
7881 * gdb.base/call-sc.c: Fix typos.
7882 * gdb.base/ifelse.exp: Likewise.
7883 * gdb.base/structs.c: Likewise.
7884
7885 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7886
7887 * gdb.base/jit-so.exp: New test.
7888 * gdb.base/jit-dlmain.c: New file.
7889 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
7890
7891 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7892
7893 * gdb.cp/m-static.exp: Call get_compiler_info.
7894 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
7895 * gdb.cp/pr9167.exp (p b): Likewise.
7896 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
7897 (test value of P in inner_m, test type of Z in inner_m): Call
7898 setup_xfail for gcc <= 4.5.
7899
7900 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * gdb.cp/paren-type.cc: New files.
7903 * gdb.cp/paren-type.exp: New files.
7904
7905 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7906
7907 Stop on first linespec terminator instead of eating what we can.
7908 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
7909 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
7910 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
7911 (break C::f()): ... this one.
7912 (break C::operator()()): New test.
7913 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
7914 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
7915 test.
7916
7917 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7918
7919 Fall back linespec to minimal symbols.
7920 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
7921 error message.
7922 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
7923 * gdb.cp/minsym-fallback-main.cc: New file.
7924 * gdb.cp/minsym-fallback.cc: New file.
7925 * gdb.cp/minsym-fallback.exp: New file.
7926 * gdb.cp/minsym-fallback.h: New file.
7927
7928 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7929
7930 * gdb.cp/no-dmgl-verbose.cc: New file.
7931 * gdb.cp/no-dmgl-verbose.exp: New file.
7932
7933 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
7936 __GI_.
7937 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
7938 (f): New function.
7939 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
7940 (complete p 'func<short>(): ... here.
7941 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
7942 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
7943 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
7944 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
7945 Make them KFAIL gcc/49546.
7946
7947 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7948
7949 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
7950
7951 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7952
7953 Test GCC PR debug/49546.
7954 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
7955 (test type of F in k3_m, test value of F in k3_m): New.
7956 * gdb.cp/temargs.cc (struct S3, struct K3): New.
7957 (main): New variable k3. Call k3.k3_m.
7958
7959 2011-07-01 Jean-Charles Delay <delay@adacore.com>
7960
7961 * gdb.ada/packed_array.exp: Fix expected outout.
7962
7963 2011-07-01 Jean-Charles Delay <delay@adacore.com>
7964
7965 * gdb.ada/packed_array.exp: fixed expected output.
7966
7967 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7968
7969 * gdb.ada/same_enum: New testcase.
7970
7971 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7972
7973 * gdb.ada/ptr_typedef: New testcase.
7974
7975 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7976
7977 * gdb.ada/arrayptr.exp: Add ptype test.
7978
7979 2011-07-01 Joel Brobecker <brobecker@adacore.com>
7980
7981 * gdb.ada/char_enum: New testcase.
7982
7983 2011-07-01 Yao Qi <yao@codesourcery.com>
7984
7985 * gdb.base/dump.exp (capture_pointer_with_type): New.
7986 Get value from address instead of name.
7987 Start GDB once, and do `dump' and `restore'
7988 tests together.
7989
7990 2011-06-30 Jie Zhang <jie.zhang@analog.com>
7991 Mike Frysinger <vapier@gentoo.org>
7992
7993 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
7994 helper functions for getting/setting remotetimeout variable.
7995 * lib/gdb.exp (gdb_load): If the target is remote, set
7996 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
7997 with $loadtimeout. Set $load_ok to 0 before doing the load.
7998 Instead of returning, immediately, set $load_ok to 0. Call
7999 set_remotetimeout with $oldremotetimeout, and then return if
8000 $load_ok is 1.
8001
8002 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
8003
8004 * gdb.python/py-template.exp: Don't run this test if the target
8005 does not support c++ tests.
8006
8007 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8008
8009 Fix non-only rename list for Fortran modules import.
8010 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8011 tests.
8012 * gdb.fortran/module.f90 (module moduse): New.
8013 (program module): use moduse, test var_x, var_y and var_z.
8014
8015 2011-06-29 Tom Tromey <tromey@redhat.com>
8016
8017 PR testsuite/12040:
8018 * gdb.fortran/array-element.exp: Use f90, not f77.
8019 * gdb.fortran/complex.exp: Use f90, not f77.
8020 * gdb.fortran/derived-type.exp: Use f90, not f77.
8021 * gdb.fortran/library-module.exp: Use f90, not f77.
8022 * gdb.fortran/logical.exp: Use f90, not f77.
8023 * gdb.fortran/module.exp: Use f90, not f77.
8024 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8025 * gdb.fortran/subarray.exp: Use f90, not f77.
8026
8027 2011-06-29 Tom Tromey <tromey@redhat.com>
8028
8029 * gdb.fortran/charset.exp: New file.
8030 * gdb.fortran/charset.f90: New file.
8031
8032 2011-06-29 Tom Tromey <tromey@redhat.com>
8033
8034 PR testsuite/12040:
8035 * lib/future.exp: New file, mostly extracted from ada.exp.
8036 Rewrote compatibility code to use rename.
8037 (gdb_find_gfortran): New proc.
8038 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8039 gfortran patch.
8040 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8041 Move to future.exp.
8042 * lib/gdb.exp: Always load future.exp.
8043
8044 2011-06-28 Yao Qi <yao@codesourcery.com>
8045
8046 * gdb.cp/exception.cc: Don't include iostream.
8047 (bar): Remove print statement.
8048 (catcher): New.
8049 (main): Remove print statements. Call function catcher.
8050 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8051 Set breakpoint on catcher, and check the value of parameter.
8052
8053 2011-06-23 Yao Qi <yao@codesourcery.com>
8054
8055 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8056 breakpoint 1.2 is disabled. KFAIL for uclinux.
8057
8058 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8059
8060 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8061 mi_gdb_test.
8062
8063 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8064
8065 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8066
8067 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8068
8069 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8070
8071 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8072
8073 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8074 `test_exec_and_symbol_mi_operatons' return value.
8075 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8076 gdb_test_multiple.
8077 (test_exec_and_symbol_mi_operatons): Likewise.
8078 (test_path_specification): Likewise.
8079
8080 2011-06-23 Yao Qi <yao@codesourcery.com>
8081
8082 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8083 supported.
8084 * lib/gdb.exp (support_displaced_stepping): New.
8085
8086 2011-06-23 Yao Qi <yao@codesourcery.com>
8087
8088 * gdb.threads/execl.exp: Skip on remote target.
8089
8090 2011-06-21 Marek Polacek <mpolacek@redhat.com>
8091
8092 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
8093 mi_gdb_test.
8094
8095 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8096
8097 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
8098
8099 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8100
8101 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
8102 mi_gdb_test.
8103
8104 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8105
8106 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8107
8108 2011-06-14 Yao Qi <yao@codesourcery.com>
8109
8110 gdb/testsuite/
8111 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8112
8113 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8116
8117 2011-06-10 Tom Tromey <tromey@redhat.com>
8118
8119 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8120 Add tests for pointer-to-member-function.
8121 * gdb.cp/temargs.cc (S::somefunc): New function.
8122 (K2): New class.
8123 (main): Instantiate K2; call method.
8124
8125 2011-06-08 Joel Brobecker <brobecker@adacore.com>
8126
8127 * gdb.python/py-inferior.c (f2): Make str an array rather
8128 than a pointer.
8129 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8130
8131 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8132
8133 * gdb.base/async-shell.c: New file.
8134 * gdb.base/async-shell.exp: New file.
8135
8136 2011-06-06 Pedro Alves <pedro@codesourcery.com>
8137
8138 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8139
8140 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8141
8142 From Stephen Kitt <steve@sk2.org>
8143 * gdb.base/help.exp: Adjust following some spelling corrections
8144 in GDB.
8145
8146 2011-06-01 Yao Qi <yao@codesourcery.com>
8147
8148 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8149
8150 2010-05-31 Keith Seitz <keiths@redhat.com>
8151
8152 PR c++/12750
8153 * gdb.cp/static-method.cc: New file.
8154 * gdb.cp/static-method.exp: New file.
8155
8156 2010-05-31 Keith Seitz <keiths@redhat.com>
8157
8158 PR symtab/12704
8159 * gdb.cp/anon-ns.cc: New file.
8160 * gdb.cp/anon-ns.exp: New file.
8161
8162 2011-05-31 Pedro Alves <pedro@codesourcery.com>
8163
8164 * gdb.arch/i386-dr3-watch.c: New file.
8165 * gdb.arch/i386-dr3-watch.exp: New file.
8166
8167 2011-05-30 Yao Qi <yao@codesourcery.com>
8168
8169 * gdb.base/callfuncs.c (t_structs_fc): New.
8170 (t_structs_dc, t_structs_ldc): New.
8171 (t_double_many_args):
8172 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
8173 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
8174 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
8175 * gdb.base/callfuncs.exp: Call new functions.
8176
8177 2011-05-30 Yao Qi <yao@codesourcery.com>
8178
8179 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
8180 Call rerun_and_prepare for each test to isolate effects.
8181
8182 2011-05-30 Yao Qi <yao@codesourcery.com>
8183
8184 * gdb.base/varargs.c (find_max_float_real): New.
8185 (find_max_double_real, find_max_long_double_real): New.
8186 * gdb.base/varargs.exp: Call these new added functions.
8187 * lib/gdb.exp (setup_kfail_for_target): New.
8188
8189 2011-05-30 Yao Qi <yao@codesourcery.com>
8190
8191 * gdb.base/funcargs.c (callca, callcb, callcc): New.
8192 (callcd, callce, callcf, callc1a, callc1b): New.
8193 (callc2a, callc2b): New.
8194 * gdb.base/funcargs.exp (complex_args): New.
8195 (complex_integral_args, complex_float_integral_args): New.
8196 * lib/gdb.exp (support_complex_tests): New. Determine
8197 whether to run test cases on _Complex types.
8198
8199 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8200
8201 * gdb.threads/leader-exit.c: New file.
8202 * gdb.threads/leader-exit.exp: New file.
8203
8204 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8205
8206 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
8207
8208 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8209
8210 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8211 remove the `supported' variable.
8212 * gdb.mi/mi-nonstop.exp: Likewise.
8213 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8214 * gdb.mi/mi-nsintrall.exp: Likewise.
8215 * gdb.mi/mi-nsmoribund.exp: Likewise.
8216 * gdb.mi/mi-nsthrexec.exp: Likewise.
8217
8218 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8219
8220 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8221
8222 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8223
8224 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8225
8226 2011-05-24 Keith Seitz <keiths@redhat.com>
8227
8228 PR breakpoint/12803
8229 * gdb.cp/cmpd-minsyms.cc (a): New method.
8230 (b): New method.
8231 (c): New method.
8232 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8233
8234 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8235
8236 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8237 watchpoint's command list didn't execute when the watchpoint went
8238 out of scope.
8239
8240 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8241
8242 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8243 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8244 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8245 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8246 * gdb.arch/i386-permbkpt.exp: Likewise.
8247 * gdb.arch/i386-prologue.exp: Likewise.
8248 * gdb.arch/i386-size-overlap.exp: Likewise.
8249 * gdb.arch/i386-size.exp: Likewise.
8250 * gdb.arch/i386-unwind.exp: Likewise.
8251 * gdb.reverse/i386-precsave.exp: Likewise.
8252 * gdb.reverse/i386-reverse.exp: Likewise.
8253 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8254 * gdb.reverse/i387-env-reverse.exp: Likewise.
8255 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8256
8257 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8258
8259 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8260 file doesn't error, using MI.
8261
8262 2011-05-23 Tom Tromey <tromey@redhat.com>
8263
8264 * gdb.base/charset.exp (string_display): Add tests to assign to
8265 arrays.
8266 * gdb.base/charset.c (short_array, int_array, long_array): New.
8267
8268 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8269
8270 Cope with async mode.
8271
8272 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8273 into gdb_test + mi_expect_stop.
8274
8275 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8276
8277 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8278 (callme): Remove printf call.
8279
8280 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8281
8282 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8283 quote pattern to avoid problems with Cygwin/mingw expect versions.
8284 * gdb.base/default.exp (show convenience): Use double
8285 quote pattern for regular expressions.
8286
8287 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 Fix -readnow for -gdwarf-4 unused type units.
8290 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8291 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8292
8293 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8294
8295 * gdb.base/kill-after-signal.c: New file.
8296 * gdb.base/kill-after-signal.exp: New file.
8297
8298 2011-05-16 Pedro Alves <pedro@codesourcery.com>
8299
8300 * gdb.ada/start.exp: Call untested with the correct test filename.
8301 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8302 test filename. Make the test's binary unique.
8303 * gdb.arch/i386-signal.exp: Call untested with the correct test
8304 filename.
8305 * gdb.arch/i386-size-overlap.exp: Ditto.
8306 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8307 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8308 * gdb.cp/call-c.exp: Ditto.
8309 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8310 filename. Make the test's binary unique.
8311 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8312 * gdb.python/py-mi.exp: Ditto.
8313 * gdb.python/Makefile.in (EXECUTABLES): Update.
8314 * gdb.reverse/i386-precsave.exp: Ditto.
8315 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8316 test filename.
8317 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8318 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8319 unique.
8320 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8321 test filename.
8322 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8323 * gdb.trace/tfile.exp: Ditto.
8324
8325 2011-05-14 Yao Qi <yao@codesourcery.com>
8326
8327 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8328 type.
8329
8330 2011-05-13 Doug Evans <dje@google.com>
8331
8332 * gdb.python/py-objfile-script.exp: New file.
8333 * gdb.python/py-objfile-script.c: New file.
8334 * gdb.python/py-objfile-script-gdb.py: New file.
8335 * testsuite/gdb.python/py-section-script.exp: Test
8336 "info auto-load-scripts".
8337
8338 2011-05-13 Tom Tromey <tromey@redhat.com>
8339
8340 * gdb.dwarf2/clztest.exp: New file.
8341 * gdb.dwarf2/clztest.c: New file.
8342 * gdb.dwarf2/clztest.S: New file.
8343
8344 2011-05-13 Doug Evans <dje@google.com>
8345
8346 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8347 String16 tests.
8348
8349 2011-05-13 Tom Tromey <tromey@redhat.com>
8350
8351 * lib/gdb.exp (is_x86_like_target): New proc.
8352 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8353 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8354 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8355 -nostdlib to compiler.
8356 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8357 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8358 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8359 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8360 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8361
8362 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8363
8364 * gdb.python/py-function.exp: Test setting a value from a function
8365 which executes a command.
8366
8367 2011-05-12 Tom Tromey <tromey@redhat.com>
8368
8369 * gdb.dwarf2/typeddwarf.S: New file.
8370 * gdb.dwarf2/typeddwarf.c: New file.
8371 * gdb.dwarf2/typeddwarf.exp: New file.
8372
8373 2011-05-12 Marek Polacek <mpolacek@redhat.com>
8374
8375 * gdb.mi/mi-basics.exp: Fix races. Honour the
8376 `test_exec_and_symbol_mi_operatons' return value.
8377 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8378 gdb_test_multiple.
8379 (test_exec_and_symbol_mi_operatons): Likewise.
8380 (test_path_specification): Likewise.
8381
8382 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8383
8384 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8385 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8386 Replace `file copy' and `file rename' by `file mtime'. Twice.
8387
8388 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8389
8390 * gdb.base/readline-ask.c: New file.
8391 * gdb.base/readline-ask.exp: New file.
8392 * gdb.base/readline-ask.inputrc: New file.
8393
8394 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8395
8396 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8397 to avoid race condition.
8398 * gdb.cell/coremaker.c: Use small stack size.
8399 * gdb.cell/ea-standalone.exp: Use file name without path as
8400 argument to c_to.
8401 * gdb.cell/fork.exp: Allow other output when continuing to end.
8402
8403 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8404
8405 * gdb.threads/corethreads.c: New file.
8406 * gdb.threads/corethreads.exp: New file.
8407
8408 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8409
8410 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8411 Try to compile the test using -Wl,-z,norelro first.
8412 (load_core): New variable libthread_db_seen, initialize it.
8413 (zeroed-threads cannot be listed): Protect it by XFAIL on
8414 !$libthread_db_seen.
8415
8416 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8417
8418 PR 12573
8419 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8420 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8421 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8422
8423 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 * gdb.cp/psymtab-parameter.cc: New file.
8426 * gdb.cp/psymtab-parameter.exp: New file.
8427
8428 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 Fix a race.
8431 * gdb.cp/static-print-quit.exp (print c): Split to ...
8432 (print c - <return>, print c - q <return>, print c - to quit):
8433 ... these. Make the testfile untested on gdb-7.1.
8434
8435 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
8436
8437 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8438 gdb_rename_execfile, gdb_touch_execfile): New.
8439 * gdb.base/reread.exp: Use new procs to handle multiple
8440 exec files.
8441
8442 2011-05-05 Yao Qi <yao@codesourcery.com>
8443
8444 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8445 (test_adr_32bit, test_pop_pc): New.
8446 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8447 (test_adr_32bit, test_pop_pc): New.
8448
8449 2011-05-04 Joseph Myers <joseph@codesourcery.com>
8450
8451 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8452 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8453 targets.
8454 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8455 handle targets.
8456
8457 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8458
8459 * gdb.base/completion.exp (complete help info wat): Rename to ...
8460 (complete 'help info wat'): ... here.
8461 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8462 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8463
8464 2011-05-04 Pedro Alves <pedro@codesourcery.com>
8465
8466 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8467 gdb_test and explicit $gdb_prompt/timeout matches.
8468
8469 2011-05-04 Yao Qi <yao@codesourcery.com>
8470
8471 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8472 and __thumb2__.
8473
8474 2011-05-03 Marek Polacek <mpolacek@redhat.com>
8475
8476 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8477 in place of `gdb_test "delete breakpoints"'. This eliminates two
8478 testcases.
8479
8480 2011-05-02 Pedro Alves <pedro@codesourcery.com>
8481
8482 PR testsuite/12649
8483 Fix races.
8484
8485 * gdb.base/completion.exp: Remove all sleep calls. Remove
8486 unnecessary regexs. Don't explicitly expect anything after the
8487 prompt. Eat the prompt if necessary.
8488
8489 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8490
8491 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8492 accept to show the caller line again as well as the line after.
8493
8494 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8495
8496 PR mi/12531
8497
8498 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8499 compile target.
8500 * gdb.python/py-prettyprint.exp: Add C++ object for
8501 CPLUS_FAKE_CHILD test.
8502
8503 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8504
8505 * gdb.base/signest.exp: New file.
8506 * gdb.base/signest.c: Likewise.
8507
8508 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8509
8510 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8511 thread and breakpoint notifications.
8512
8513 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8514
8515 * gdb.base/fortran-sym-case.c: New file.
8516 * gdb.base/fortran-sym-case.exp: New file.
8517 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8518 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8519 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8520
8521 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8522
8523 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8524 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8525 false #1', `if true else false #2' and `if true else false #3'.
8526
8527 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8528
8529 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8530 while delivering signal.
8531
8532 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8533
8534 MI breakpoint notifications.
8535
8536 * testsuite/gdb.mi/mi-cli.exp: Adust.
8537 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8538 * testsuite/gdb.mi/mi-watch.exp: Adust.
8539 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8540 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8541 notifications.
8542
8543 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8544
8545 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8546 * gdb.base/gdbindex-stabs.c: New file.
8547 * gdb.base/gdbindex-stabs.exp: New file.
8548
8549 2011-04-25 Yao Qi <yao@codesourcery.com>
8550
8551 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8552 with /*...*/.
8553 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8554
8555 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8556
8557 * gdb.python/py-value.exp (test_objfiles): Name the first test
8558 `py-value in file.filename'.
8559
8560 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8561
8562 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8563 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8564 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8565 !gdbserver_reconnect_p..
8566 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8567
8568 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8569
8570 * gdb.cp/cpcompletion.exp (complete class methods)
8571 (complete class methods beginning with F): Move them above runto. New
8572 comment about the runto delimiter.
8573
8574 2011-04-20 Pedro Alves <pedro@codesourcery.com>
8575
8576 * gdb.base/maint.exp: Test that "maint print registers" works
8577 without a running program.
8578
8579 2011-04-20 Marek Polacek <mpolacek@redhat.com>
8580
8581 * gdb.base/setshow.exp: Fix racy tests.
8582 ($old_gdb_prompt): New variable.
8583
8584 2011-04-19 Tom Tromey <tromey@redhat.com>
8585
8586 * gdb.mi/mi-nsmoribund.exp:
8587 * gdb.hp/gdb.objdbg/objdbg01.exp:
8588 * gdb.base/structs.exp (test_struct_returns):
8589 * gdb.base/call-sc.exp (test_scalar_returns):
8590 * gdb.base/bigcore.exp: Remove duplicate words.
8591
8592 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8593
8594 * gdb.base/break-interp-lib.c (v, vptr): New variables.
8595 * gdb.base/break-interp.exp (test_attach): New comment.
8596
8597 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8598
8599 * gdb.threads/gcore-thread.exp ($core0file): New variable.
8600 (clear __stack_user.next, clear stack_used.next)
8601 (save a zeroed-threads corefile): New test.
8602 Call core_load for $core0file.
8603 (zeroed-threads cannot be listed): New test.
8604
8605 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8606
8607 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
8608 filename.
8609 ($srcfile): Preserve the original value.
8610 ($testfile): Match it the .exp filename.
8611 ($corefile): New variable. Substitute it around.
8612 Use clean_restart.
8613 ($prev_timeout): Remove.
8614 (load_core): Move core loading into this proc.
8615 Fix restore of $timeout if load_core fails.
8616
8617 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8618
8619 * gdb.base/eu-strip-infcall.c: New file.
8620 * gdb.base/eu-strip-infcall.exp: New file.
8621
8622 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8623
8624 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
8625 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
8626
8627 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8628
8629 Fix Python access to inlined frames.
8630 * gdb.python/py-frame-inline.c: New file.
8631 * gdb.python/py-frame-inline.exp: New file.
8632
8633 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
8634
8635 * gdb.base/gdb1090.exp: Change breakpoint location to read the
8636 content of 's24' correctly (avoiding "optimized out").
8637 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
8638
8639 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8640
8641 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
8642
8643 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8644
8645 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
8646 expect a colon in watch -location output.
8647
8648 2011-04-13 Marek Polacek <mpolacek@redhat.com>
8649
8650 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
8651 New testcase `expect response to define backtrace'. Also remove
8652 redundant `default' block.
8653
8654 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8655
8656 * gdb.python/py-prettyprint.c (struct hint_error): New.
8657 (main): New variable hint_error.
8658 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
8659 "print hint_error".
8660 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
8661 (register_pretty_printers): Register it.
8662
8663 2011-04-04 Tom Tromey <tromey@redhat.com>
8664
8665 * gdb.cp/maint.exp (test_help): Update.
8666 (test_namespace): Likewise.
8667
8668 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8669
8670 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
8671 * gdb.ada/arrayptr.exp: Add new tests.
8672
8673 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8674
8675 * gdb.ada/mi_catch_ex: New testcase.
8676
8677 2011-04-01 Pedro Alves <pedro@codesourcery.com>
8678
8679 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
8680 base::overload(void) method without specifying "const".
8681
8682 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8683
8684 * gdb.arch/thumb-singlestep.S: New file.
8685 * gdb.arch/thumb-singlestep.exp: Likewise.
8686
8687 2011-03-31 Tom Tromey <tromey@redhat.com>
8688
8689 * gdb.python/py-prettyprint.py (exception_flag): New global.
8690 (NoStringContainerPrinter._iterator.next): Check it.
8691 * gdb.python/py-prettyprint.c (main): New variable nstype2.
8692 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
8693
8694 2011-03-29 Tom Tromey <tromey@redhat.com>
8695
8696 * gdb.cp/anon-struct.cc: New file.
8697 * gdb.cp/anon-struct.exp: New file.
8698
8699 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8700
8701 Test STT_GNU_IFUNC support.
8702 * gdb.base/gnu-ifunc-lib.c: New file.
8703 * gdb.base/gnu-ifunc.c: New file.
8704 * gdb.base/gnu-ifunc.exp: New file.
8705
8706 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8707
8708 Support a ring of related breakpoints.
8709 * gdb.base/watchpoint-delete.c: New file.
8710 * gdb.base/watchpoint-delete.exp: New file.
8711
8712 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8713
8714 * gdb.ada/arrayparam.exp (print first after function call): Use
8715 explicit package name. Add a comment
8716 (print lasta after function call): Rename ...
8717 (print last after function call): ... it and use explicit package
8718 name.
8719 (print length after function call): Use explicit package name.
8720 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
8721 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
8722 (multiple matches for symbol i): Rename ...
8723 (multiple matches for symbol integervar): ... it.
8724 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
8725 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
8726
8727 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
8728
8729 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
8730 environment variable to make grep output more predictable. Move
8731 all the environment setup into gdb_init so it's done once per test
8732 case rather than each time we start gdb.
8733
8734 2011-03-24 Tom Tromey <tromey@redhat.com>
8735
8736 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
8737 test.
8738
8739 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8740
8741 * gdb.dwarf2/dw2-entry-value-main.c: New file.
8742 * gdb.dwarf2/dw2-entry-value.S: New file.
8743 * gdb.dwarf2/dw2-entry-value.exp: New file.
8744
8745 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
8746
8747 PR python/12183
8748
8749 * gdb.python/py-function.exp: Add GdbError tests.
8750
8751 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8752
8753 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
8754 (reglocal_test_func, statlocal_test_func): New functions.
8755 (globals_test_func): Call new functions.
8756 * gdb.trace/unavailable.exp (gdb_collect_args_test)
8757 (gdb_collect_locals_test): New procedure.
8758 (gdb_trace_collection_test): Call new procedures.
8759
8760 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8761
8762 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
8763 (test_register, test_register_unavailable): New procedures.
8764 (gdb_unavailable_registers_test): New procedure.
8765 (gdb_trace_collection_test): Call it.
8766
8767 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
8768
8769 PR python/12149
8770
8771 * gdb.python/python.exp: Add gdb.write tests.
8772
8773 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
8774
8775 * gdb.python/Makefile.in: Add py-objfile.
8776 * gdb.python/py-objfile.exp: New file.
8777 * gdb.python/py-objfile.c: New file.
8778 * gdb.python/py-block.exp: Add is_valid tests.
8779 * gdb.python/py-inferior.exp: Ditto.
8780 * gdb.python/py-infthread.exp: Ditto.
8781 * gdb.python/py-symbol.exp: Ditto.
8782 * gdb.python/py-symtab.exp: Ditto.
8783
8784 2011-03-16 Keith Seitz <keiths@redhat.com>
8785
8786 PR c++/12273
8787 * gdb.cp/cmpd-minsyms.exp: New test.
8788 * gdb.cp/cmpd-minsyms.cc: New file.
8789
8790 PR c++/11734
8791 * gdb.cp/ovsrch.exp: New test.
8792 * gdb.cp/ovsrch.h: New file.
8793 * gdb.cp/ovsrch1.cc: New file.
8794 * gdb.cp/ovsrch2.cc: New file.
8795 * gdb.cp/ovsrch3.cc: New file.
8796 * gdb.cp/ovsrch4.cc: New file.
8797
8798 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8799
8800 PR gdb/12528
8801 * gdb.base/Makefile.in: Adjust EXECUTABLES.
8802 * gdb.base/break-on-linker-gcd-function.exp: New test.
8803 * gdb.base/break-on-linker-gcd-function.cc: New file.
8804
8805 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
8806
8807 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
8808
8809 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
8810
8811 * lib/gdb.exp (gdb_unload): Add another termination case.
8812
8813 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8814
8815 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
8816 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
8817 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
8818 Provide a stub byte there.
8819 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
8820 DW_AT_entry_pc.
8821 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
8822
8823 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8824
8825 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
8826 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
8827 "generic ABI, auto".
8828 (altivec_abi_tests): Accept vectors returned by reference.
8829
8830 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
8831
8832 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
8833
8834 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
8835
8836 * gdb.python/py-section-script.exp: Skip test if no Python support.
8837
8838 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
8839
8840 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
8841
8842 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8843
8844 * gdb.python/py-parameter.exp: Update tests to the new Python
8845 parameter API. Add "no documentation" test. Add deprecated API
8846 backward compatibility test.
8847
8848 2011-03-09 Tom Tromey <tromey@redhat.com>
8849
8850 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
8851 gdb_continue_to_end.
8852
8853 2011-03-09 Mark Kettenis <kettenis@gnu.org>
8854
8855 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
8856 tabs.
8857
8858 2011-03-09 Tom Tromey <tromey@redhat.com>
8859
8860 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
8861 parentheses.
8862 (gdb_continue_to_end): Add "allow_extra" parameter. Use
8863 $command.
8864 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
8865 argument to gdb_continue_to_end.
8866 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
8867 argument to gdb_continue_to_end.
8868 * gdb.cp/annota3.exp: Fix regex.
8869 * gdb.cp/annota2.exp: Fix regex.
8870 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
8871 gdb_continue_to_end.
8872 * gdb.base/call-signal-resume.exp: Revert earlier patch.
8873 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
8874 gdb_continue_to_end.
8875
8876 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8877
8878 * gdb.server/ext-run.exp
8879 (load new file without any gdbserver inferior): New test.
8880
8881 2011-03-07 Tom Tromey <tromey@redhat.com>
8882
8883 * Makefile.in (TAGS): Rewrite.
8884
8885 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8886
8887 * gdb.trace/report.exp (12.1: trace report #1): New match for the
8888 initial commands echo. New match for `Found trace'. Anchor all the
8889 other matches. Anchor and match for `No trace frame found' the final
8890 match.
8891
8892 2011-03-07 Tom Tromey <tromey@redhat.com>
8893
8894 * Makefile.in (TAGS): New target.
8895
8896 2011-03-07 Tom Tromey <tromey@redhat.com>
8897
8898 * lib/opencl.exp (skip_opencl_tests): Update for exit message
8899 change.
8900 * lib/mi-support.exp (mi_gdb_test): Update for exit message
8901 change.
8902 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
8903 exit message change.
8904 (skip_altivec_tests): Update for exit message change.
8905 (skip_vsx_tests): Likewise.
8906 (gdb_continue_to_end): Likewise. Add 'command' argument.
8907 * lib/cell.exp (skip_cell_tests): Update for exit message change.
8908 * gdb.threads/tls.exp: Update for exit message change.
8909 * gdb.threads/thread-unwindonsignal.exp: Use
8910 gdb_continue_to_end.
8911 * gdb.threads/step.exp (step_it): Update for exit message change.
8912 (continue_all): Likewise.
8913 * gdb.threads/print-threads.exp (test_all_threads): Update for
8914 exit message change.
8915 * gdb.threads/interrupted-hand-call.exp: Use
8916 gdb_continue_to_end.
8917 * gdb.threads/execl.exp: Use gdb_continue_to_end.
8918 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
8919 gdb_continue_to_end.
8920 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
8921 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
8922 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
8923 * gdb.cp/method.exp: Update for exit message change.
8924 * gdb.cp/mb-templates.exp: Update for exit message change.
8925 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
8926 * gdb.cp/annota3.exp: Update for exit message change.
8927 * gdb.cp/annota2.exp: Update for exit message change.
8928 * gdb.cell/fork.exp: Use gdb_continue_to_end.
8929 * gdb.base/term.exp: Update for exit message change.
8930 * gdb.base/step-test.exp (test_i): Update for exit message change.
8931 * gdb.base/sigstep.exp (advance): Update for exit message change.
8932 (advancei): Likewise.
8933 * gdb.base/siginfo.exp: Update for exit message change.
8934 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
8935 * gdb.base/reread.exp: Use gdb_continue_to_end.
8936 * gdb.base/langs.exp: Use gdb_continue_to_end.
8937 * gdb.base/interrupt.exp: Update for exit message change.
8938 * gdb.base/gdb1555.exp: Update for exit message change.
8939 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
8940 * gdb.base/ending-run.exp: Update for exit message change.
8941 * gdb.base/chng-syms.exp: Update for exit message change.
8942 * gdb.base/checkpoint.exp: Update for exit message change.
8943 * gdb.base/catch-syscall.exp (check_for_program_end): Use
8944 gdb_continue_to_end.
8945 (test_catch_syscall_with_wrong_args): Likewise.
8946 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
8947 * gdb.base/break-interp.exp (test_ld): Update for exit message
8948 change.
8949 * gdb.base/bang.exp: Update for exit message change.
8950 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
8951 (do_call_attach_tests): Likewise.
8952 * gdb.base/a2-run.exp: Update for exit message change.
8953 * gdb.arch/ppc-dfp.exp: Update for exit message change.
8954 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
8955 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
8956
8957 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8958
8959 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
8960
8961 2011-03-03 Tom Tromey <tromey@redhat.com>
8962
8963 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
8964 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
8965 * gdb.hp/gdb.aCC/configure.ac: Remove.
8966 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
8967 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
8968 * gdb.hp/gdb.base-hp/configure.ac: Remove.
8969 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
8970 * gdb.hp/gdb.compat/configure (Makefile): Remove.
8971 * gdb.hp/gdb.compat/configure.ac: Remove.
8972 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
8973 * gdb.hp/gdb.defects/configure (Makefile): Remove.
8974 * gdb.hp/gdb.defects/configure.ac: Remove.
8975 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
8976 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
8977 * gdb.hp/gdb.objdbg/configure.ac: Remove.
8978 * gdb.hp/configure.ac: Remove.
8979 * gdb.hp/configure: Remove.
8980 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
8981 substitution.
8982 (Makefile): Remove rule.
8983 * gdb.cell/configure.ac: Remove.
8984 * gdb.cell/configure: Remove.
8985 * gdb.stabs/Makefile.in (Makefile): Remove.
8986 (distclean): Don't remove config.status or config.log.
8987 * gdb.stabs/configure (Makefile): Remove.
8988 * gdb.stabs/configure.ac: Remove.
8989 * configure: Rebuild.
8990 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
8991 Remove stabs- and cell-specific logic. Test for existence of
8992 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
8993 subdirectories, gdb.cell, and and gdb.stabs.
8994 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
8995
8996 2011-03-03 Joel Brobecker <brobecker@adacore.com>
8997
8998 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
8999 end of buffer.
9000
9001 2011-03-02 Joel Brobecker <brobecker@adacore.com>
9002
9003 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9004 gdb_test when running a test where we expected no output back.
9005
9006 2011-02-28 Michael Snyder <msnyder@vmware.com>
9007
9008 * gdb.cp/overload.cc: Change initializer value to integer.
9009
9010 2011-02-27 Michael Snyder <msnyder@vmware.com>
9011
9012 * gdb.multi/base.exp: Add test for remove-inferiors.
9013
9014 2011-02-26 Joel Brobecker <brobecker@adacore.com>
9015
9016 * gdb.python/py-frame.exp: Simplify the initialization phase
9017 using prepare_for_testing.
9018
9019 2011-02-25 Michael Snyder <msnyder@vmware.com>
9020
9021 * gdb.multi/base.exp: Add tests for info inferiors with args.
9022
9023 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9024
9025 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9026 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9027 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9028 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9029 asmfile3. Comment the STABS (#3) file compilation. Compile
9030 everything through assembler. Provide KFAIL for symtab/12497.
9031 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9032 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9033 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9034 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9035
9036 2011-02-24 Michael Snyder <msnyder@vmware.com>
9037
9038 * gdb.base/break.exp: Add tests for delete breakpoints using
9039 convenience variables and value history references.
9040
9041 2011-02-24 Michael Snyder <msnyder@vmware.com>
9042
9043 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9044 left behind in previous check-in.
9045
9046 2011-02-23 Michael Snyder <msnyder@vmware.com>
9047
9048 * gdb.base/break.exp: Add tests for "info break" with arguments.
9049 * gdb.trace/infotrace.exp: Update patterns for error and help.
9050 * gdb.base/completion.exp: Update pattern.
9051 * gdb.base/ena-dis-br.exp: Update pattern.
9052 * gdb.base/help.exp: Update patterns.
9053
9054 2011-02-23 Michael Snyder <msnyder@vmware.com>
9055
9056 * gdb.base/memattr.exp: New test.
9057 * gdb.base/memattr.c: Test load for memattr.exp.
9058
9059 2011-02-22 Doug Evans <dje@google.com>
9060
9061 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9062
9063 2011-02-22 Michael Snyder <msnyder@vmware.com>
9064
9065 * Makefile.in: Make more clean.
9066 * gdb.ada/Makefile.in: Ditto.
9067 * gdb.arch/Makefile.in: Ditto.
9068 * gdb.asm/Makefile.in: Ditto.
9069 * gdb.base/Makefile.in: Ditto.
9070 * gdb.cp/Makefile.in: Ditto.
9071 * gdb.dwarf2/Makefile.in: Ditto.
9072 * gdb.java/Makefile.in: Ditto.
9073 * gdb.mi/Makefile.in: Ditto.
9074 * gdb.modula2/Makefile.in: Ditto.
9075 * gdb.python/Makefile.in: Ditto.
9076 * gdb.server/Makefile.in: Ditto.
9077 * gdb.stabs/Makefile.in: Ditto.
9078 * gdb.threads/Makefile.in: Ditto.
9079 * gdb.trace/Makefile.in: Ditto.
9080
9081 2011-02-22 Michael Snyder <msnyder@vmware.com>
9082
9083 * gdb.threads/thread-find.exp: Add tests for bad input to
9084 info threads.
9085
9086 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9087
9088 * gdb.python/py-breakpoint.exp: Fix the expected output of
9089 one of the "maint info breakpoints" tests to accept the output
9090 generated on platforms that do not have hardware watchpoints.
9091
9092 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9093
9094 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9095 clean_restart. Be a little stricter in the expected output
9096 for one of the tests. Fix a typo in one of the comments.
9097
9098 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9099
9100 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9101 Delete variable binfile, no longer use. Add or modify test
9102 comments to make them unique.
9103
9104 2011-02-21 Michael Snyder <msnyder@vmware.com>
9105
9106 * Makefile.in: Update for make clean.
9107 * gdb.ada/Makefile.in: Ditto.
9108 * gdb.arch/Makefile.in: Ditto.
9109 * gdb.asm/Makefile.in: Ditto.
9110 * gdb.base/Makefile.in: Ditto.
9111 * gdb.cp/Makefile.in: Ditto.
9112 * gdb.dwarf2/Makefile.in: Ditto.
9113 * gdb.java/Makefile.in: Ditto.
9114 * gdb.mi/Makefile.in: Ditto.
9115 * gdb.modula2/Makefile.in: Ditto.
9116 * gdb.python/Makefile.in: Ditto.
9117 * gdb.server/Makefile.in: Ditto.
9118 * gdb.stabs/Makefile.in: Ditto.
9119 * gdb.threads/Makefile.in: Ditto.
9120 * gdb.trace/Makefile.in: Ditto.
9121
9122 2011-02-21 Michael Snyder <msnyder@vmware.com>
9123
9124 * gdb.threads/thread-find.exp: Update patterns for changes in
9125 output of "info threads" command.
9126
9127 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9128 Ulrich Weigand <uweigand@de.ibm.com>
9129
9130 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9131 (skip_hw_watchpoint_tests): Likewise.
9132 (skip_hw_watchpoint_multi_tests): Likewise.
9133
9134 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9135
9136 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9137 (skip_hw_watchpoint_tests): Likewise.
9138 (skip_hw_watchpoint_multi_tests): Likewise.
9139 (skip_hw_watchpoint_access_tests): Likewise.
9140
9141 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9142 * gdb.base/pr11022.exp: Likewise.
9143 * gdb.base/watch-read.exp: Likewise.
9144 * gdb.base/watch_thread_num.exp: Likewise.
9145 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9146 * gdb.base/watchpoint-hw.exp: Likewise.
9147 * gdb.base/watchpoint.exp: Likewise.
9148 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9149 * gdb.threads/watchthreads-reorder.exp: Likewise.
9150 * gdb.threads/watchthreads.exp: Likewise.
9151 * gdb.threads/watchthreads2.exp: Likewise.
9152
9153 2011-02-21 Joel Brobecker <brobecker@adacore.com>
9154
9155 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
9156 the debugger is unable to find the array bounds.
9157
9158 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9159
9160 * gdb.cp/typedef-operator.exp: New file.
9161 * gdb.cp/typedef-operator.cc: New file.
9162
9163 2011-02-17 Michael Snyder <msnyder@vmware.com>
9164
9165 * gdb.threads/thread-find.exp: Fix regular expressions.
9166
9167 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9168
9169 * gdb.ada/packed_array: Expand testcase to test printing of
9170 unconstrained packed array.
9171
9172 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9173
9174 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
9175
9176 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9177
9178 * gdb.trace/collection.c (globalarr3): New global.
9179 (main): Initialize it before collecting, and and clear it
9180 afterwards.
9181 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9182 collecting with '{type} addr', where the addr expression is not an
9183 rvalue.
9184
9185 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
9186
9187 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
9188 a bool variable. Expect correct OpenCL names for vector types. Use the
9189 uc3 variable name instead of referring to the uchar3 built-in type.
9190 Escape the asterisk at the half pointer test.
9191
9192 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9193
9194 * gdb.trace/collection.c (globalarr2): New global.
9195 (main): Initialize it before collecting, and and clear it
9196 afterwards.
9197 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9198 collecting overlapping memory ranges.
9199
9200 2011-02-15 Michael Snyder <msnyder@vmware.com>
9201
9202 * gdb.base/default.exp: Add tests for thread commands.
9203 * gdb.base/help.exp: Add tests for thread commands.
9204 * gdb.threads/thread-find.exp: New test for thread find command.
9205
9206 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
9207
9208 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9209
9210 2011-02-15 Yao Qi <yao@codesourcery.com>
9211
9212 PR tdep/12352
9213 * gdb.arch/arm-disp-step.S : New test for str instruction.
9214 * gdb.arch/arm-disp-step.exp : Likewise.
9215
9216 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9217
9218 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9219 "vector_register2_vr" test strings. Test the extended floating
9220 point registers (F32~F63).
9221 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9222 IBM XL C compiler. Make the test program use a register provided
9223 by the compiler for the lxvd2x instruction.
9224
9225 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9226
9227 * gdb.trace/unavailable.cc (class Base, class Middle, class
9228 Derived): New types.
9229 (derived_unavail, derived_partial, derived_whole): New globals.
9230 (virtual_partial): New global.
9231 (virtualp): Point at virtual_partial.
9232 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9233 related to unavailable vptr.
9234
9235 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9236
9237 * gdb.trace/unavailable.cc (a, b, c): New globals.
9238 (main): Set and clear them.
9239 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9240 `a' and `c', and check that `b' isn't collected, although `a' and
9241 `c' are.
9242
9243 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9244
9245 * gdb.trace/unavailable.cc (struct Virtual): New.
9246 (virtualp): New global pointer.
9247 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9248 printing a pointer to an object whose type has a vtable, with
9249 print object on.
9250
9251 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9252
9253 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9254 value repeat handles unavailableness.
9255
9256 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9257
9258 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9259 tests for building arrays from unavailable values, subscripting
9260 non-memory rvalue unvailable arrays, and accessing fields or
9261 baseclasses of non-lazy unavailable values,
9262 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9263 struct types.
9264 (g_smallstruct, g_smallstruct_b): New globals.
9265
9266 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9267
9268 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9269
9270 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9271
9272 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9273 * gdb.cp/overload-const.exp: New file.
9274 * gdb.cp/overload-const.cc: New file.
9275
9276 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9277
9278 * gdb.opencl/callfuncs.cl: New file.
9279 * gdb.opencl/callfuncs.exp: New test.
9280 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9281
9282 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9283
9284 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9285 when computing result.
9286 * gdb.arch/altivec-abi.exp: Update expected results.
9287
9288 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9289
9290 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9291 * gdb.base/jit.exp: Likewise.
9292 * gdb.base/pie-execl.exp: Likewise.
9293 * gdb.base/solib-nodir.exp: Likewise.
9294 * gdb.base/solib-overlap.exp: Likewise.
9295
9296 2011-02-07 Pedro Alves <pedro@codesourcery.com>
9297
9298 * gdb.trace/collection.c (global_pieces): New.
9299 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9300 New procedure.
9301 (gdb_trace_collection_test): Call it.
9302
9303 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9304
9305 * gdb.python/py-evthreads.c: New file.
9306 * gdb.python/py-evthreads.exp: New file.
9307 * gdb.python/py-events.py: New file.
9308 * gdb.python/py-events.exp: New file.
9309 * gdb.python/py-events.c: New file.
9310
9311 2011-02-04 David Daney <ddaney@caviumnetworks.com>
9312
9313 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9314
9315 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
9316
9317 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9318 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9319 boundary between two compilation units.
9320
9321 2011-02-02 Pedro Alves <pedro@codesourcery.com>
9322
9323 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9324 (Virtual): New structs.
9325 (virtual_o, virtual_middle_b): New globals.
9326 * gdb.cp/virtbase.exp: New tests.
9327
9328 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9329
9330 * gdb.base/jit.exp: New file.
9331 * gdb.base/jit-main.c: New file.
9332 * gdb.base/jit-solib.c: New file.
9333
9334 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9335
9336 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9337 proceed to initial kernel entry point.
9338 * gdb.opencl/datatypes.exp: Likewise.
9339 * gdb.opencl/operators.exp: Likewise.
9340 * gdb.opencl/vec_comps.exp: Likewise.
9341
9342 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9343
9344 * gdb.cp/nsnested.cc: New.
9345 * gdb.cp/nsnested.exp: New.
9346 * gdb.cp/nsnoimports.exp: New.
9347 * gdb.cp/nsnoimports.cc: New.
9348
9349 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9350
9351 * gdb.base/interact.exp: Add extra tests that verify that
9352 the value of the interactive-mode setting does not change
9353 after the script is sourced.
9354
9355 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9356
9357 * gdb.cp/noparam.exp: New file.
9358 * gdb.cp/noparam.cc: New file.
9359
9360 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9361
9362 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9363 there's no stack or registers.
9364
9365 2011-01-26 Tom Tromey <tromey@redhat.com>
9366
9367 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9368 space before string output. Add test for "set print pretty off"
9369 case.
9370
9371 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9372
9373 * gdb.base/frame-args.exp: Adjust.
9374 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9375 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9376 * gdb.dwarf2/pieces.exp: Adjust.
9377 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9378 * gdb.opt/inline-locals.exp: Adjust.
9379 * gdb.threads/fork-child-threads.exp: Adjust.
9380
9381 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
9382
9383 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9384 OpenCL kernel function. Add a comment as marker. Add address space
9385 qualifiers for the remaining program scope variables.
9386 * gdb.opencl/datatypes.cl: Likewise.
9387 * gdb.opencl/operators.cl: Likewise.
9388 * gdb.opencl/vec_comps.cl: Likewise.
9389 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9390 Add breakpoint at the marker comment.
9391 * gdb.opencl/datatypes.exp: Likewise.
9392 * gdb.opencl/operators.exp: Likewise.
9393 * gdb.opencl/vec_comps.exp: Likewise.
9394
9395 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9396
9397 * gdb.base/printcmds.c (some_struct): New struct and instance.
9398 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9399 procedure.
9400 <global scope>: Call it.
9401
9402 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
9403
9404 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9405 argument to the gdb_compile_opencl_hostapp call.
9406
9407 2011-01-19 Yao Qi <yao@codesourcery.com>
9408
9409 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9410 positve list.
9411
9412 2011-01-19 Yao Qi <yao@codesourcery.com>
9413
9414 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9415 canonical form.
9416 Remove "xscale-*-*"
9417 * gdb.xml/tdesc-regs.exp: Likewise.
9418 * gdb.python/py-section-script.exp: Replace ARM target triplet
9419 with canonical form.
9420 Match arm*-*-symbianelf*.
9421 * gdb.base/dup-sect.exp: Likewise.
9422 * lib/dwarf.exp: New.
9423 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9424 dwarf2_support.
9425 * gdb.dwarf2/dup-psym.exp: Likewise.
9426 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9427 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9428 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9429 * gdb.dwarf2/dw2-basic.exp: Likewise.
9430 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9431 * gdb.dwarf2/dw2-const.exp: Likewise.
9432 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9433 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9434 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9435 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9436 * gdb.dwarf2/dw2-filename.exp: Likewise.
9437 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9438 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9439 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9440 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9441 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9442 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9443 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9444 * gdb.dwarf2/dw2-producer.exp: Likewise.
9445 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9446 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9447 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9448 * gdb.dwarf2/dw2-strp.exp: Likewise.
9449 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9450 * gdb.dwarf2/implptr.exp: Likewise.
9451 * gdb.dwarf2/mac-fileno.exp: Likewise.
9452 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9453 * gdb.dwarf2/pieces.exp: Likewise.
9454 * gdb.dwarf2/pr11465.exp: Likewise.
9455 * gdb.dwarf2/valop.exp: Likewise.
9456 * gdb.dwarf2/watch-notconst.exp: Likewise.
9457 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9458
9459 2011-01-19 Tom Tromey <tromey@redhat.com>
9460
9461 * gdb.python/py-infthread.exp: Add thread tests.
9462
9463 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9464
9465 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9466
9467 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9468
9469 * gdb.ada/widewide: New testcase.
9470
9471 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9472
9473 * gdb.base/interact.exp: New testcase.
9474
9475 2011-01-12 Tom Tromey <tromey@redhat.com>
9476
9477 * gdb.mi/gdb2549.exp: Update for error message changes.
9478 * gdb.mi/mi-cli.exp: Likewise.
9479 * gdb.mi/mi-disassemble.exp: Likewise.
9480 * gdb.mi/mi-pthreads.exp: Likewise.
9481 * gdb.mi/mi-regs.exp: Likewise.
9482 * gdb.mi/mi-stack.exp: Likewise.
9483 * gdb.mi/mi-var-block.exp: Likewise.
9484 * gdb.mi/mi-var-cmd.exp: Likewise.
9485 * gdb.mi/mi2-cli.exp: Likewise.
9486 * gdb.mi/mi2-disassemble.exp: Likewise.
9487 * gdb.mi/mi2-pthreads.exp: Likewise.
9488 * gdb.mi/mi2-regs.exp: Likewise.
9489 * gdb.mi/mi2-stack.exp: Likewise.
9490 * gdb.mi/mi2-var-block.exp: Likewise.
9491 * gdb.mi/mi2-var-cmd.exp: Likewise.
9492
9493 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9494 Jan Kratochvil <jan.kratochvil@redhat.com>
9495
9496 PR fortran/11104 and DWARF unbound arrays detection.
9497 * gdb.fortran/multi-dim.exp: New file.
9498 * gdb.fortran/multi-dim.f90: New file.
9499
9500 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9501
9502 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9503 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9504 add new tests for opcode dumping.
9505
9506 2011-01-11 Tom Tromey <tromey@redhat.com>
9507
9508 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9509
9510 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9511
9512 Convert hardware watchpoints to use breakpoint_ops.
9513 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9514 type is not supported.
9515 * gdb.base/foll-fork.exp: Likewise.
9516 * gdb.base/foll-vfork.exp: Likewise.
9517
9518 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9519
9520 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9521 Use load_lib gdb-python.exp.
9522 * gdb.python/python.exp: Ditto.
9523 * gdb.python/py-function.exp: Ditto.
9524
9525 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9526
9527 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9528
9529 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9530
9531 * configure: Regenerate.
9532
9533 2011-01-06 Tom Tromey <tromey@redhat.com>
9534
9535 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9536
9537 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9538
9539 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9540 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9541 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9542 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9543 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9544 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9545 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9546 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9547 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9548 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9549 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9550 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9551 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9552 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9553 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9554 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9555 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9556 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9557 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9558 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9559 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9560 gdb.ada/uninitialized_vars.exp,
9561 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9562 Simplify by using clean_restart.
9563
9564 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9565
9566 Add marker to be used as anchor for inserting breakpoints.
9567 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9568 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9569 Likewise.
9570
9571 Remove uses of gdb_start_cmd.
9572 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
9573 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
9574
9575 Do not run testcase if testing with GDBserver.
9576 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
9577 if testing with GDBserver.
9578
9579 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9580
9581 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
9582 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
9583 copyright header.
9584
9585 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9586
9587 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
9588 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
9589 testsuite/gdb.fortran/complex.f,
9590 testsuite/gdb.fortran/derived-type.f90,
9591 testsuite/gdb.fortran/library-module-lib.f90,
9592 testsuite/gdb.fortran/library-module-main.f90,
9593 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
9594 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
9595 Copyright year update.
9596
9597 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9598
9599 * gdb.base/langs1.f: Add copyright header.
9600
9601 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9602
9603 * gdb.base/morestack.exp: New file.
9604 * gdb.base/morestack.c: New file.
9605
9606 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9607
9608 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
9609
9610 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9611
9612 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
9613 * gdb.ada/arrayptr.exp: Add test printing that new variable.
9614
9615 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9616
9617 * gdb.ada/lang_switch.exp: Correct expected parameter value.
9618
9619 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
9620
9621 * gdb.threads/tls.exp: Fix typo.
9622
9623 * gdb.threads/thread-specific.exp (get_thread_list): Update.
9624 * gdb.threads/execl.exp: Update.
9625
9626 2010-12-23 Yao Qi <yao@codesourcery.com>
9627
9628 * gdb.arch/arm-disp-step.exp: New.
9629 * gdb.arch/arm-disp-step.S: New.
9630
9631 2010-12-21 Tom Tromey <tromey@redhat.com>
9632
9633 * gdb.threads/execl.exp: Update.
9634 * gdb.threads/linux-dp.exp: Update.
9635 * gdb.threads/manythreads.exp: Update.
9636 * gdb.threads/tls.exp: Update.
9637
9638 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9639
9640 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
9641 (NextOverThrowDerivates) <resumebpt>: New.
9642 (resumebpt_test): New.
9643 (main): Call resumebpt_test.
9644 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
9645
9646 2010-12-12 Stan Shebs <stan@codesourcery.com>
9647
9648 * gdb.trace/tsv.exp: Test print command on trace state variables.
9649
9650 2010-12-09 Tom Tromey <tromey@redhat.com>
9651
9652 * gdb.base/interp.exp: Add regression test.
9653
9654 2010-12-09 Tom Tromey <tromey@redhat.com>
9655
9656 * gdb.java/jnpe.java: New file.
9657 * gdb.java/jnpe.exp: New file.
9658 * gdb.cp/nextoverthrow.exp: New file.
9659 * gdb.cp/nextoverthrow.cc: New file.
9660
9661 2010-12-07 Doug Evans <dje@google.com>
9662
9663 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
9664 of data-directory.
9665 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
9666 updated.
9667 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
9668
9669 2010-11-29 Michael Snyder <msnyder@vmware.com>
9670
9671 * gdb.base/callfuncs.exp: Test for skip_float_tests.
9672 * gdb.base/call-sc.exp: Ditto.
9673 * gdb.base/finish.exp: Ditto.
9674 * gdb.base/return.exp: Ditto.
9675 * gdb.base/return2.exp: Ditto.
9676
9677 2010-11-30 Doug Evans <dje@google.com>
9678
9679 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
9680 (gdb_expect_list): Fix spelling errors in comments.
9681 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
9682 send_gdb/gdb_expect_list where applicable.
9683 * gdb.base/call-ar-st.exp: Ditto.
9684 * gdb.base/funcargs.exp: Ditto.
9685 * gdb.base/gcore.exp: Ditto.
9686 * gdb.base/page.exp: Ditto.
9687 * gdb.base/sigaltstack.exp: Ditto.
9688 * gdb.base/siginfo.exp: Ditto.
9689 * gdb.base/sigstep.exp: Ditto.
9690 * gdb.base/trace-commands.exp: Ditto.
9691
9692 2010-11-29 Doug Evans <dje@google.com>
9693
9694 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
9695 printer-name;subprinter-name.
9696
9697 2010-11-29 Tom Tromey <tromey@redhat.com>
9698
9699 * gdb.dwarf2/implptr.exp: New file.
9700 * gdb.dwarf2/implptr.c: New file.
9701 * gdb.dwarf2/implptr.S: New file.
9702
9703 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
9704
9705 PR python/12199
9706
9707 * gdb.python/py-breakpoint.exp: Test the delete method.
9708
9709 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9710
9711 Fix step_resume_breakpoint unsaved during an infcall.
9712 * gdb.base/step-resume-infcall.exp: New file.
9713 * gdb.base/step-resume-infcall.c: New file.
9714
9715 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
9716
9717 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
9718
9719 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
9720
9721 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
9722 on ppc64's symbols; "finish" and "return" commands must accept to
9723 show the caller line again as well as the line after.
9724 * gdb.asm/powerpc64.inc: New file.
9725
9726 2010-11-23 Doug Evans <dje@google.com>
9727
9728 * lib/gdb.exp (gdb_test_sequence): New function.
9729 (gdb_expect_list): Add verbose -log call for each pattern.
9730 * gdb.base/signals.exp (test_handle_all_print): Call it.
9731 Reduce timeout increment from 6 minutes to 1 minute.
9732 * gdb.server/ext-run.exp: Call it.
9733
9734 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
9735
9736 PR python/12212
9737
9738 * gdb.python/python.exp: Check that selected_thread raises an
9739 error when no inferior is loaded.
9740
9741 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9742
9743 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
9744 * gdb.dwarf2/dw2-stack-boundary.S: New file.
9745
9746 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9747
9748 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
9749 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
9750
9751 2010-11-18 Doug Evans <dje@google.com>
9752
9753 * gdb.server/ext-run.exp: Fix intermittent failures.
9754
9755 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9756
9757 * gdb.stabs/gdb11479.exp: Use runto_main.
9758
9759 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9760
9761 * gdb.base/break-entry.exp: Skip if using a stub.
9762
9763 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9764
9765 * gdb.python/py-inferior.exp: Pack values in target endianness.
9766
9767 2010-11-12 Tom Tromey <tromey@redhat.com>
9768
9769 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
9770 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
9771 MemoryError.
9772 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
9773 type.
9774 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
9775 MemoryError.
9776 (test_subscript_regression): Update exception type.
9777
9778 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
9779
9780 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
9781 breakpoint tests.
9782
9783 2010-11-09 Pedro Alves <pedro@codesourcery.com>
9784
9785 * gdb.base/watchpoint.exp: Test "watch -location" with an
9786 innacessible location.
9787
9788 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
9789 Luis Machado <luisgpm@br.ibm.com>
9790
9791 * gdb.base/maint.exp: Expect "." prefix.
9792 * gdb.base/nodebug.exp: Expect "." Likewise.
9793 * gdb.base/sepsymtab.exp: Expect "." Likewise.
9794 * gdb.base/watchpoint-cond-gone.exp: Likewise.
9795 * gdb.base/watchpoint.exp: Expect a software watch to be created for
9796 POWER server processors.
9797
9798 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
9799 Luis Machado <luisgpm@br.ibm.com>
9800
9801 * gdb.base/break-entry.exp: convert entry point for
9802 ppc64 and expect leading `.' on ppc64's symbols
9803
9804 2010-11-05 Doug Evans <dje@google.com>
9805
9806 * gdb.base/help.exp: Update expected output.
9807 * gdb.python/py-param.exp: Delete, contents moved to ...
9808 * gdb.python/py-parameter.exp: ... here. New file.
9809 Add test for gdb.parameter ("directories").
9810
9811 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
9812
9813 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
9814 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
9815 * configure: Regenerate.
9816 * gdb.opencl/Makefile.in: New File.
9817 * gdb.opencl/datatypes.exp: Likewise.
9818 * gdb.opencl/datatypes.cl: Likewise.
9819 * gdb.opencl/operators.exp: Likewise.
9820 * gdb.opencl/operators.cl: Likewise.
9821 * gdb.opencl/vec_comps.exp: Likewise.
9822 * gdb.opencl/vec_comps.cl: Likewise.
9823 * gdb.opencl/convs_casts.exp: Likewise.
9824 * gdb.opencl/convs_casts.cl: Likewise.
9825 * lib/opencl.exp: Likewise.
9826 * lib/opencl_hostapp.c: Likewise.
9827 * lib/opencl_kernel.cl: Likewise.
9828 * lib/cl_util.c: Likewise.
9829 * lib/cl_util.c: Likewise.
9830 * gdb.base/default.exp (set language): Add "opencl" to the list of
9831 languages.
9832
9833 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
9834
9835 * gdb.cp/overload.exp: Added test for inheritance overload.
9836 * gdb.cp/overload.cc: Ditto.
9837 * gdb.cp/oranking.exp: Removed releveant kfails.
9838
9839 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9840 Joel Brobecker <brobecker@adacore.com>
9841
9842 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
9843 check test_compiler_info.
9844
9845 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9846
9847 * gdb.base/gnu_vector.exp: Adjust expect messages.
9848
9849 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9850
9851 * gdb.base/gnu_vector.exp: Add unary operator tests.
9852
9853 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
9854
9855 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
9856
9857 2010-11-02 Doug Evans <dje@google.com>
9858
9859 * gdb.python/py-pp-maint.c: New file.
9860 * gdb.python/py-pp-maint.exp: New file.
9861 * gdb.python/py-pp-maint.py: New file.
9862
9863 2010-11-02 Tom Tromey <tromey@redhat.com>
9864
9865 * gdb.base/default.exp: Remove "scheme" from language list.
9866
9867 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9868
9869 Revert:
9870 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9871 * gdb.threads/sigstep-threads.exp: New file.
9872 * gdb.threads/sigstep-threads.c: New file.
9873
9874 2010-10-20 Michael Snyder <msnyder@vmware.com>
9875
9876 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
9877
9878 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9879
9880 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
9881 Skip test completely if gdb,no_hardware_watchpoints.
9882
9883 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9884
9885 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
9886 strict, but do not check for any particular function name within libc.
9887
9888 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9889
9890 * gdb.cp/smartp.exp: New test.
9891 * gdb.cp/smartp.cc : New test.
9892
9893 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9894
9895 * gdb.cp/converts.exp: Test pointer to bool conversion.
9896 Test pointer to long conversion.
9897 * gdb.cp/oranking.exp: Removed relevant kfail.
9898
9899 2010-10-18 Tom Tromey <tromey@redhat.com>
9900
9901 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
9902 argument to lazy_string.
9903 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
9904 (pp_ls.to_string): Use it.
9905 * gdb.python/py-prettyprint.c (main): Move declarations to top.
9906 Add "estring2" local.
9907
9908 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9909
9910 Fix s390x compatibility.
9911 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
9912 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
9913
9914 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9915
9916 * gdb.threads/sigstep-threads.exp: New file.
9917 * gdb.threads/sigstep-threads.c: New file.
9918
9919 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9920
9921 * gdb.base/pie-execl.exp: New file.
9922 * gdb.base/pie-execl.c: New file.
9923
9924 2010-10-13 Doug Evans <dje@google.com>
9925 Jan Kratochvil <jan.kratochvil@redhat.com>
9926
9927 PR exp/12117
9928 * gdb.cp/ptype-cv-cp.cc: New file.
9929 * gdb.cp/ptype-cv-cp.exp: New file.
9930
9931 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
9932
9933 * gdb.cp/converts.cc: New test program.
9934 * gdb.cp/converts.exp: New test.
9935 * gdb.cp/overload.exp: Added test for void* vs int*.
9936 * gdb.cp/overload.exp: Ditto.
9937 * gdb.cp/oranking.exp: Removed related kfail.
9938
9939 2010-10-13 Doug Evans <dje@google.com>
9940
9941 * lib/gdb-python.exp (gdb_check_python_config): New function.
9942 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
9943 * gdb.python/lib-types.cc: New file.
9944 * gdb.python/lib-types.exp: New file.
9945
9946 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * gdb.python/py-error.exp: New file.
9949 * gdb.python/py-error.py: New file.
9950
9951 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9952
9953 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
9954 gdb_test_multiple.
9955
9956 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9957
9958 * gdb.base/break-interp.exp: Use ldlags for linking flags.
9959 * gdb.base/prelink.exp: Likewise.
9960 * gdb.base/solib-nodir.exp: Likewise.
9961 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
9962 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
9963 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
9964
9965 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
9966
9967 * break-interp.exp (test_ld): Use two separate gdb_expect statements
9968 for the "info files" test to avoid timeouts on slow machines.
9969
9970 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9971
9972 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
9973 (main): Make openlib dummy call.
9974
9975 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9976
9977 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
9978 * break-interp.exp (reach): Move the core body ...
9979 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
9980 (test_ld): Provide always real argument, even to the linker. Replace
9981 dl_main by _dl_debug_state.
9982
9983 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9984
9985 Fix results of prelinked PIEs on ppc*.
9986 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
9987 Accept also DISPLACEMENT "PRESENT".
9988 (main): Replace "ZERO" displacements by "PRESENT".
9989
9990 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
9991
9992 * gdb.cp/oranking.exp: New test.
9993 * gdb.cp/oranking.cc: New test program.
9994
9995 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
9996
9997 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
9998 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
9999
10000 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10001
10002 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10003 lush, lynx) New constant.
10004 * gdb.base/constvars.exp: Test const array types.
10005 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10006
10007 2010-10-06 Doug Evans <dje@google.com>
10008
10009 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10010 of syscall staging area.
10011
10012 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10013
10014 * gdb.base/gnu_vector.c: Add variable c4.
10015 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10016 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10017
10018 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10019
10020 * gdb.arch/altivec-abi.exp: Fix a typo.
10021
10022 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10023
10024 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10025 to match a thread ID.
10026
10027 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10028
10029 Fix s390x testcase compatibility.
10030 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10031
10032 2010-10-01 Doug Evans <dje@google.com>
10033
10034 * lib/gdb-python.exp: New file.
10035 * gdb.python/py-block.exp: Use it.
10036 * gdb.python/py-breakpoint.exp: Ditto.
10037 * gdb.python/py-frame.exp: Ditto.
10038 * gdb.python/py-inferior.exp: Ditto.
10039 * gdb.python/py-param.exp: Ditto.
10040 * gdb.python/py-prettyprint.exp: Ditto.
10041 * gdb.python/py-shared.exp: Ditto.
10042 * gdb.python/py-symbol.exp: Ditto.
10043 * gdb.python/py-symtab.exp: Ditto.
10044 * gdb.python/py-type.exp: Ditto.
10045 * gdb.python/py-value.exp: Ditto.
10046 * gdb.python/python.exp: Ditto.
10047
10048 2010-09-30 Tom Tromey <tromey@redhat.com>
10049
10050 * gdb.base/anon.exp: New file.
10051 * gdb.base/anon.c: New file.
10052
10053 2010-09-30 Tom Tromey <tromey@redhat.com>
10054
10055 * gdb.base/completion.exp: Test completion through anonymous
10056 union.
10057 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10058
10059 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10060
10061 Fix printing parameters of inlined functions.
10062 * gdb.dwarf2/dw2-inline-param.exp: New file.
10063 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10064 * gdb.dwarf2/dw2-inline-param.S: New file.
10065
10066 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10067
10068 PR corefiles/12071.
10069 * gdb.base/corefile.exp (quit with a process, no question: load core)
10070 (quit with a core file): New tests.
10071
10072 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10073
10074 Fix GDB crash on inferior calls with self-referencing classes.
10075 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10076 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10077 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10078
10079 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10080
10081 Fix lost siginfo_t for inferior calls.
10082 * gdb.base/siginfo-infcall.exp: New file.
10083 * gdb.base/siginfo-infcall.c: New file.
10084
10085 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10086
10087 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10088
10089 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10090
10091 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10092 New test.
10093 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10094
10095 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10096
10097 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10098 type of our const type.
10099
10100 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10101
10102 * gdb.cp/pr12028.cc: New.
10103 * gdb.cp/pr12028.exp: New.
10104
10105 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10106
10107 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10108
10109 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
10110 Jan Kratochvil <jan.kratochvil@redhat.com>
10111
10112 PR mi/11407
10113 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10114 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10115 * gdb.mi/dw2-ref-missing-frame.S New File.
10116 * gdb.mi/dw2-ref-missing-frame.exp New File.
10117
10118 2010-09-14 Tom Tromey <tromey@redhat.com>
10119
10120 PR symtab/8399:
10121 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10122
10123 2010-09-14 Tom Tromey <tromey@redhat.com>
10124
10125 PR exp/11803:
10126 * gdb.threads/tls.exp: Use C++.
10127 (check_thread_local): Use K::another_thread_local.
10128 * gdb.threads/tls.c (class K): New.
10129 (another_thread_local): Now a member of K.
10130 (spin): Update. No longer K&R C.
10131
10132 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10133
10134 * gdb.cp/koenig.cc: created class for testing member lookup.
10135 * gdb.cp/koenig.exp: Added test for member lookup.
10136
10137 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10138
10139 Fix false FAILs on sourcetree topdir directory containing "kill".
10140 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10141 source line matching regexp.
10142
10143 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10144
10145 * gdb.python/python.exp (set height 0, collect help from uiout)
10146 (verify help to uiout): New tests.
10147
10148 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10149
10150 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10151 is_lp64_target to check 64bit target.
10152
10153 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10154
10155 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
10156 (test_ld) <powerpc64-*>: New.
10157
10158 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10159
10160 * gdb.cp/templates.exp (test_template_args): Allow "struct".
10161
10162 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10163
10164 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
10165 (FunctionArg::method): New function.
10166 (empty, arg): New variables.
10167 (main): Call arg.method.
10168 * gdb.cp/templates.exp (test_template_args): New function.
10169 (do_tests): Call it.
10170
10171 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10172
10173 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
10174 of "next" to proceed over pthread_exit call.
10175
10176 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10177
10178 * gdb.base/maint.exp: Avoid wildcards against potentially very long
10179 "maint print statistics" output to prevent expect timeouts.
10180
10181 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
10184 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10185 (test_float_rejected): ... here.
10186 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
10187 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10188 (test_float_rejected): ... here.
10189 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
10190 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10191 (test_float_rejected): ... here.
10192 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
10193 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10194 (test_float_rejected): ... here.
10195
10196 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10197
10198 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
10199 before disabling hardware watchpoints.
10200 (test_inaccessible_watchpoint): Check that hardware watchpoints
10201 are used. Test for watchpoints on a constant address.
10202
10203 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10204
10205 * gdb.base/ui-redirect.exp: New file.
10206
10207 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10208 Joel Brobecker <brobecker@adacore.com>
10209
10210 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10211
10212 2010-08-31 Doug Evans <dje@google.com>
10213
10214 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10215
10216 2010-08-30 Tom Tromey <tromey@redhat.com>
10217
10218 PR python/11792:
10219 * gdb.python/py-value.exp (test_subscript_regression): Add
10220 dynamic_type test.
10221
10222 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10223
10224 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10225 instead of running to main. Do not test the main function.
10226 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10227 Add new main.
10228
10229 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10230
10231 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10232 one test.
10233
10234 2010-08-24 Doug Evans <dje@google.com>
10235
10236 PR symtab/11942
10237 * gdb.dwarf2/dw4-sig-types.cc: New file.
10238 * gdb.dwarf2/dw4-sig-types.h: New file.
10239 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10240 * gdb.dwarf2/dw4-sig-types.exp: New file.
10241
10242 2010-08-23 Tom Tromey <tromey@redhat.com>
10243
10244 PR python/11145:
10245 * gdb.python/py-value.c (Base, Derived): New types.
10246 (base): New global.
10247 * gdb.python/py-value.exp (test_subscript_regression): Add
10248 dynamic_cast test.
10249
10250 2010-08-23 Tom Tromey <tromey@redhat.com>
10251
10252 PR python/10676:
10253 * gdb.python/py-type.exp (test_fields): Add tests for type
10254 equality.
10255
10256 2010-08-23 Tom Tromey <tromey@redhat.com>
10257
10258 PR python/11915:
10259 * gdb.python/py-type.exp (test_fields): Add tests for array.
10260
10261 2010-08-23 Keith Seitz <keiths@redhat.com>
10262
10263 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10264 have any children. Create a new abbrev for it.
10265 Add missing terminal sequence to .debug_abbrev.
10266
10267 2010-08-20 Keith Seitz <keiths@redhat.com>
10268
10269 PR symtab/11465:
10270 * gdb.dwarf2/pr11465.exp: New test.
10271 * gdb.dwarf2/pr11465.S: New file.
10272 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10273 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10274
10275 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10276
10277 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10278 registers. Update data sets with the new v2_double element in the
10279 VSX register union. Add vector_register3_vr data set for the AltiVec
10280 registers. Use gdb_test_no_output instead of send_gdb.
10281
10282 2010-08-19 Pedro Alves <pedro@codesourcery.com>
10283
10284 * gdb.python/py-shared.exp: New file, factored out from
10285 python.exp.
10286 * gdb.python/py-shared.c: New file.
10287 * gdb.python/py-shared-sl.c: New file.
10288 * gdb.python/python-1.c: New file.
10289 * gdb.python/python-sl.c: Delete.
10290 * gdb.python/python.c: Mention python-1.c.
10291 * gdb.python/python.exp: Move shared library tests to
10292 py-shared.exp.
10293 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10294 (MISCELLANEOUS): New.
10295 (clean mostlyclean): Also remove $MISCELLANEOUS.
10296
10297 2010-08-19 Doug Evans <dje@google.com>
10298
10299 PR exp/11926
10300 * gdb.base/printcmds.exp (test_float_accepted): New function.
10301 Move existing float tests there. Add tests for floats with suffixes.
10302 (test_float_rejected): New function.
10303 * gdb.java/jv-print.exp (test_float_accepted): New function.
10304 (test_float_rejected): New function.
10305 * gdb.objc/print.exp: New file.
10306 * gdb.pascal/print.exp: New file.
10307 * lib/objc.exp: New file.
10308
10309 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10310
10311 * gdb.base/default.exp (info set): Avoid full buffer error and force
10312 reading up to final gdb prompt.
10313 (show): Likewise.
10314
10315 2010-08-18 Tom Tromey <tromey@redhat.com>
10316
10317 PR symtab/11919:
10318 * gdb.base/completion.exp: Add test.
10319
10320 2010-08-18 Doug Evans <dje@google.com>
10321
10322 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10323 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10324 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10325 Simplify, early exit if runto_main fails.
10326 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10327 (set_lang_fortran): Moved to lib/fortran.exp.
10328 * gdb.fortran/types.exp: load_lib fortran.exp.
10329 (set_lang_fortran): Moved to lib/fortran.exp.
10330 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10331 * gdb.java/jprint.exp (set_lang_java): Ditto.
10332 * gdb.java/jv-exp.exp: load_lib java.exp.
10333 If set_lang_java fails, issue a warning instead of failure to be
10334 consistent with other set_lang_foo uses.
10335 (set_lang_java): Moved to lib/java.exp.
10336 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10337 If set_lang_java fails, issue a warning instead of failure to be
10338 consistent with other set_lang_foo uses.
10339 * gdb.pascal/types.exp: load_lib pascal.exp.
10340 (set_lang_pascal): Moved to lib/pascal.exp.
10341 * lib/fortran.exp: New file.
10342 * lib/java.exp (set_lang_java): New function.
10343 * lib/pascal.exp (set_lang_pascal): New function.
10344
10345 2010-08-18 Yao Qi <yao@codesourcery.com
10346
10347 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10348 func_nofb_start and func_loopfb_start, so that address of functions
10349 is equal to these labels on Thumb.
10350
10351 2010-08-18 Yao Qi <yao@codesourcery.com>
10352
10353 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10354 to reflect latest c source file.
10355
10356 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10357
10358 * gdb.cp/infcall-dlopen.exp: New file.
10359 * gdb.cp/infcall-dlopen.cc: New file.
10360 * gdb.cp/infcall-dlopen-lib.cc: New file.
10361
10362 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10363 Pedro Alves <pedro@codesourcery.com>
10364
10365 PR breakpoints/11371
10366
10367 * gdb.base/watch-cond-infcall.exp: New file.
10368 * gdb.base/watch-cond-infcall.c: New file.
10369
10370 2010-08-16 Tom Tromey <tromey@redhat.com>
10371
10372 * gdb.base/help.exp: Update.
10373 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10374 watchpoint.
10375 (test_watch_location): New proc.
10376 (test_watchpoint_in_big_blob): Delete watchpoint.
10377 * gdb.base/watchpoint.c (func5): New function.
10378 (main): Call it.
10379
10380 2010-08-16 Doug Evans <dje@google.com>
10381
10382 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10383
10384 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10385
10386 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10387 tests.
10388
10389 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
10390
10391 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10392 * gdb.base/gnu_vector.c: New File.
10393 * gdb.base/gnu_vector.exp: Likewise.
10394
10395 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10396
10397 * gdb.python/python.c: New File.
10398 * gdb.python/python-sl.c: New File.
10399 * gdb.python/python.exp: Test solib_address and decode_line
10400 * functions.
10401
10402 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10403
10404 * gdb.python/python.exp (show height, set height 10)
10405 (verify pagination beforehand, verify pagination beforehand: q)
10406 (gdb.execute does not page, verify pagination afterwards)
10407 (verify pagination afterwards: q): New.
10408
10409 2010-08-02 Doug Evans <dje@google.com>
10410
10411 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10412 because of an older gcc, change test2
10413 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10414 to unsupported.
10415
10416 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
10417
10418 * gdb.base/break-always.exp: Do not expect full paths to file
10419 names.
10420 * gdb.base/commands.exp: Likewise.
10421
10422 2010-07-30 Doug Evans <dje@google.com>
10423
10424 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10425 xfail them when run with older gccs.
10426
10427 * lib/gdb.exp (build_executable): Forward "c++" option to
10428 get_compiler_info.
10429
10430 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10431 "python print ttype.template_argument(1)" and
10432 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10433 if using gcc 4.4 or earlier.
10434
10435 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10436 attach-to-debugger handling.
10437
10438 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10439
10440 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10441 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10442 (main): Use copyreloc.
10443 * gdb.base/prelink.exp (split debug of executable)
10444 (.dynbss vs. .bss address shift): New tests.
10445
10446 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10447
10448 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10449 in gdb_test_multiple.
10450
10451 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10452
10453 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10454 environment.
10455
10456 2010-07-28 Tom Tromey <tromey@redhat.com>
10457
10458 PR python/11060:
10459 * gdb.python/py-type.c (Temargs): New template.
10460 (temvar): New variable.
10461 * gdb.python/py-type.exp (test_template): New proc.
10462
10463 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10464
10465 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10466 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10467
10468 2010-07-28 Tom Tromey <tromey@redhat.com>
10469
10470 PR c++/9946:
10471 * gdb.cp/temargs.exp: New file.
10472 * gdb.cp/temargs.cc: New file.
10473
10474 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10475
10476 * gdb.base/help.exp (help disassemble): Update the content.
10477
10478 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10479
10480 * gdb.threads/ia64-sigill.exp: New file.
10481 * gdb.threads/ia64-sigill.c: New file.
10482
10483 2010-07-27 Tom Tromey <tromey@redhat.com>
10484
10485 * gdb.opt/inline-cmds.c (ATTR): New define.
10486 (func1): Use it.
10487 (func2): Likewise.
10488 (func3): Likewise.
10489 (outer_inline1): Likewise.
10490 (outer_inline2): Likewise.
10491 * gdb.opt/inline-bt.c (ATTR): New define.
10492 (func1): Use it.
10493 (func2): Likewise.
10494 * gdb.opt/inline-locals.c (ATTR): New define.
10495 (func1): Use it.
10496 (func2): Likewise.
10497
10498 2010-07-27 Tom Tromey <tromey@redhat.com>
10499
10500 * gdb.stabs/gdb11479.c (hack): New function.
10501 (test): Use it.
10502 (test2): Use it.
10503 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10504 (int32_search_buf, int64_search_buf): No longer static.
10505 (x): Remove.
10506 * gdb.base/relocate.c (hack): New function.
10507
10508 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10509
10510 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10511 * gdb.python/py-value.c (func1): New function.
10512 (func2): Likewise.
10513
10514 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
10515
10516 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10517 as not to clash with .data section.
10518
10519 2010-07-26 Jerome Guitton <guitton@adacore.com>
10520
10521 * gdb.base/code_elim.exp: New file.
10522 * gdb.base/code_elim1.c: New file.
10523 * gdb.base/code_elim2.c: New file.
10524
10525 2010-07-21 Pedro Alves <pedro@codesourcery.com>
10526
10527 PR symtab/11827
10528
10529 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10530 (some_volatile_enum): New variable.
10531 * gdb.base/printcmds.exp (test_print_enums): New.
10532 <top level>: Call it.
10533
10534 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10535
10536 * gdb.cp/fpointer.cc: New test.
10537 * gdb.cp/fpointer.exp: New test.
10538
10539 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10540
10541 * gdb.base/solib-nodir.exp: New file.
10542 * lib/gdb.exp (runto): New case for a GDB internal error.
10543
10544 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10545 Ulrich Weigand <uweigand@de.ibm.com>
10546 Tom Tromey <tromey@redhat.com>
10547
10548 * gdb.base/charset-malloc.c: New file.
10549 * gdb.base/charset.c (malloc_stub): New prototype.
10550 (main): Call it instead of malloc itself.
10551 * gdb.base/charset.exp: Use only prepare_for_testing.
10552 (binfile): Remove the variable.
10553
10554 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10555
10556 Make core files the process_stratum.
10557 * gdb.base/corefile.exp (run: load core again)
10558 (run: sanity check we see the core file, run: with core)
10559 (run: core file is cleared, attach: load core again)
10560 (attach: sanity check we see the core file, attach: with core)
10561 (attach: core file is cleared): New tests.
10562 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10563
10564 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
10565
10566 * gdb.arch/altivec-abi.exp: New tests.
10567
10568 2010-07-13 Tom Tromey <tromey@redhat.com>
10569
10570 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10571 (main): Use it.
10572 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
10573
10574 2010-07-13 Tom Tromey <tromey@redhat.com>
10575
10576 * gdb.base/label.exp: New file.
10577 * gdb.base/label.c: New file.
10578
10579 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
10580 H.J. Lu <hongjiu.lu@intel.com>
10581
10582 * lib/gdb.exp (is_ilp32_target): New.
10583 (is_lp64_target): Likewise.
10584
10585 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
10586 target.
10587 * gdb.arch/amd64-disp-step.exp: Likewise.
10588 * gdb.arch/amd64-dword.exp: Likewise.
10589 * gdb.arch/amd64-i386-address.exp: Likewise.
10590 * gdb.arch/amd64-word.exp: Likewise.
10591
10592 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
10593 target.
10594 * gdb.arch/i386-bp_permanent.exp: Likewise.
10595 * gdb.arch/i386-byte.exp: Likewise.
10596 * gdb.arch/i386-disp-step.exp: Likewise.
10597 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10598 * gdb.arch/i386-prologue.exp: Likewise.
10599 * gdb.arch/i386-size-overlap.exp: Likewise.
10600 * gdb.arch/i386-size.exp: Likewise.
10601 * gdb.arch/i386-sse.exp: Likewise.
10602 * gdb.arch/i386-unwind.exp: Likewise.
10603 * gdb.arch/i386-word.exp: Likewise.
10604
10605 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
10606 test only when building 64-bit executables. Do not hard-code
10607 -m64 option.
10608
10609 2010-07-07 Doug Evans <dje@google.com>
10610
10611 * lib/gdb.exp (gdb_test_list_exact): New function.
10612 * gdb.base/default.exp (show convenience): Call it, add tests for
10613 $_sdata = void, $_thread = 0.
10614
10615 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10616 Joel Brobecker <brobecker@adacore.com>
10617
10618 Fix re-run of PIE executable, PR shlibs/11776.
10619 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
10620 Remove $displacement_main to match the solib-svr4.c change. New "kill"
10621 and re-"run" of the inferior.
10622
10623 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10624 Joel Brobecker <brobecker@adacore.com>
10625
10626 Cope with missing /usr/sbin/prelink.
10627 * lib/prelink-support.exp (prelink_no):
10628 <result == 1 && $output is "no such file or directory">: New.
10629 (prelink_yes): Likewise. Return on failed prelink_no.
10630
10631 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10632 Joel Brobecker <brobecker@adacore.com>
10633
10634 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
10635 build_executable by build_executable_own_libs. Replace "prelink -R"
10636 execution by a call of prelink_yes. Comment why "prelink -r" needs no
10637 change.
10638 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
10639 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
10640 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
10641 Replace build_executable by build_executable_own_libs's function
10642 build_executable_own_libs.
10643 (prelinkNO): Create new stub to call prelink_no.
10644 (prelinkYES): Create new stub to call prelink_yes.
10645 (test_attach): Rename calls of copy to file_copy.
10646 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
10647 (copy): Move to ...
10648 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
10649 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
10650 * gdb.base/prelink.exp: Disable testcase also for is_remote and
10651 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
10652 special flags by gdb_compile_shlib. Replace second gdb_compile by
10653 build_executable_own_libs. Replace "prelink -R" execution by a call of
10654 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
10655 a second call of prelink_yes. Replace restart commands by
10656 clean_restart.
10657 (prelink): Rename to ...
10658 (seen displacement message): ... this test. Extend its expectation
10659 strictness.
10660
10661 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10662
10663 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
10664 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
10665 displacement message exactly once.
10666
10667 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10668 Joel Brobecker <brobecker@adacore.com>
10669
10670 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
10671 its restore after the <$relink_args != ""> loop. new comment.
10672
10673 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10674 Joel Brobecker <brobecker@adacore.com>
10675
10676 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
10677 code for it. New variable relink_args.
10678 (prelinkYES): Call prelinkNO.
10679 (test_attach): Accept new parameter relink_args. Re-prelink the binary
10680 in such case. Move the core code to ...
10681 (test_attach_gdb): ... a new function. Send GDB command "file".
10682 Extend expected "Attaching to " string.
10683
10684 2010-07-02 Tom Tromey <tromey@redhat.com>
10685
10686 * gdb.base/bitops.exp: Remove extraneous "pass".
10687
10688 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
10689
10690 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10691
10692 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10693
10694 * gdb.base/help.exp: Adjust expected output.
10695
10696 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10697
10698 * gdb.base/help.exp: Adjust expected output.
10699
10700 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10701
10702 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
10703 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
10704 c++/11702.
10705
10706 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10707 Doug Evans <dje@google.com>
10708
10709 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
10710 add .dynamic entry'.
10711
10712 2010-06-29 Doug Evans <dje@google.com>
10713
10714 Test PR c++/11702.
10715 * gdb.cp/m-static.exp: Add testcase.
10716 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
10717
10718 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
10719 Tom Tromey <tromey@redhat.com>
10720 Thiago Jung Bauermann <bauerman@br.ibm.com>
10721
10722 * gdb.python/py-inferior.c: New File.
10723 * gdb.python/py-infthread.c: New File.
10724 * gdb.python/py-inferior.exp: New File.
10725 * gdb.python/py-infthread.exp: New File.
10726
10727 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10728
10729 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
10730 (ptype ::C::OtherFileClass typedefs): New.
10731 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
10732 (C::OtherFileClass::cOtherFileClassVar2): New.
10733 (C::OtherFileClass::cOtherFileClassVar_use): Use also
10734 cOtherFileClassVar2.
10735 (C::cOtherFileType2, C::cOtherFileVar2): New.
10736 (C::cOtherFileVar_use): use also cOtherFileVar2.
10737 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
10738
10739 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10740
10741 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
10742 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
10743 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
10744 (print ::C::cOtherFileVar)
10745 (whatis C::OtherFileClass::cOtherFileClassType)
10746 (whatis ::C::OtherFileClass::cOtherFileClassType)
10747 (print C::OtherFileClass::cOtherFileClassVar)
10748 (print ::cOtherFileClassVar)
10749 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
10750 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
10751 trailing content.
10752 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
10753 (C::OtherFileClass::cOtherFileClassVar)
10754 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
10755 (C::cOtherFileVar, C::cOtherFileVar_use): New.
10756
10757 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10758
10759 Test PR c++/11703 and PR gdb/1448.
10760 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
10761 gdb/1448.
10762
10763 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10764
10765 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
10766 (main) <rtti_data>: New.
10767 * gdb.cp/virtbase.exp (print rtti_data): New.
10768
10769 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10770 Joel Brobecker <brobecker@adacore.com>
10771
10772 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
10773
10774 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10775
10776 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
10777
10778 2010-06-28 Doug Evans <dje@google.com>
10779
10780 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
10781
10782 2010-06-27 Doug Evans <dje@google.com>
10783
10784 * gdb.cp/m-static.exp: Update expected test output.
10785
10786 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
10787
10788 * gdb.gdb/selftest.exp: Adjust expected message for
10789 capturing start-up runtime.
10790
10791 2010-06-25 Tom Tromey <tromey@redhat.com>
10792
10793 PR python/10808:
10794 * gdb.python/python.exp: Add new tests.
10795
10796 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
10797
10798 * gdb.cp/operator.cc: Created an import loop.
10799 * gdb.cp/operator.exp: Added testcase for import loop.
10800
10801 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10802
10803 Test PR python/11407.
10804 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
10805 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
10806 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
10807 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
10808 executable_nofb and executable_fb. New variables srcsfile, objsfile,
10809 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
10810 binfile. Call gdb_compile with clean_restart twice.
10811 (func_nofb print, func_nofb backtrace, func_loopfb print)
10812 (func_loopfb backtrace): New.
10813
10814 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10815
10816 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
10817 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
10818 by a hand made one.
10819 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
10820 i?86 requirement. Remove variables srcfile and binfile. New variable
10821 sources, executable_nofb and executable_fb. Call prepare_for_testing.
10822
10823 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10824
10825 * gdb.cell/dwarfaddr.exp: New file.
10826 * gdb.cell/dwarfaddr.S: New file.
10827
10828 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10829
10830 Test PR 9436.
10831 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
10832
10833 2010-06-24 Hui Zhu <teawater@gmail.com>
10834
10835 * gdb.base/eval.exp: New file.
10836
10837 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10838
10839 * gdb.cell/fork.exp: New file.
10840 * gdb.cell/fork.c: Likewise.
10841 * gdb.cell/fork-spu.c: Likewise.
10842
10843 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
10844
10845 * lib/gdb.exp (banned_variables_traced): New global variable.
10846 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
10847 (gdb_init): Use `trace add variable' instead of obsolete
10848 `trace variable'.
10849
10850 2010-06-21 Doug Evans <dje@google.com>
10851
10852 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
10853
10854 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10855
10856 * gdb.arch/spu-ls.exp: New file.
10857 * gdb.arch/spu-ls.c: Likewise.
10858
10859 2010-06-18 Stan Shebs <stan@codesourcery.com>
10860
10861 * gdb.threads/thread-specific.exp: Add tests of $_thread.
10862
10863 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10864
10865 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
10866 * gdb.base/watch-cond.exp: Likewise.
10867 * gdb.python/py-breakpoint.exp: Likewise.
10868
10869 2010-06-18 Pedro Alves <pedro@codesourcery.com>
10870
10871 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
10872 clean_restart, make sure every test has a distinct message, and
10873 that messages don't include the executable' full path.
10874
10875 2010-06-17 Doug Evans <dje@google.com>
10876
10877 * gdb.arch/i386-size.exp: Updated expected output for
10878 DISASSEMBLY_OMIT_FNAME.
10879
10880 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10881 Sergio Durigan Junior <sergiodj@redhat.com>
10882
10883 * gdb.base/watch-notconst.c: New file.
10884 * gdb.base/watch-notconst.S: New file.
10885 * gdb.base/watch-notconst2.c: New file.
10886 * gdb.base/watch-notconst2.S: New file.
10887 * gdb.base/watch-notconst.exp: New file.
10888 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
10889 (func4): Add operations on `global_ptr_ptr'.
10890 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
10891 routine to test watchpoints created with a constant expression.
10892 (test_inaccessible_watchpoint): Include tests for watchpoints
10893 created with a constant expression.
10894
10895 2010-06-14 Kevin Buettner <kevinb@redhat.com>
10896
10897 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10898 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
10899 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
10900 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
10901 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10902 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10903 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
10904 of `_start'.
10905
10906 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10907
10908 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
10909 not supported on the target.
10910 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10911 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10912 * gdb.mi/mi-nsintrall.exp: Likewise.
10913 * gdb.mi/mi-nsmoribund.exp: Likewise.
10914 * gdb.mi/mi-nsthrexec.exp: Likewise.
10915
10916 2010-06-11 Stan Shebs <stan@codesourcery.com>
10917
10918 * gdb.base/permissions.exp: New file.
10919
10920 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10921
10922 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
10923 does not support ELF executable class.
10924
10925 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10926
10927 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
10928
10929 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10930
10931 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
10932 (runto): Catch "The target does not support running in non-stop mode.".
10933
10934 2010-06-11 Michael Snyder <msnyder@vmware.com>
10935
10936 * gdb.base/setshow.exp (set language asm): Don't use
10937 gdb_test_no_output, fails on some targets.
10938
10939 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10940
10941 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
10942 * gdb.cp/pr9167.exp: Likewise.
10943
10944 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10945
10946 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
10947
10948 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10949
10950 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
10951
10952 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10953
10954 * gdb.base/charset.c (main): Make sure malloc gets linked in.
10955
10956 2010-06-11 Tom Tromey <tromey@redhat.com>
10957
10958 PR gdb/9977, PR exp/11636::
10959 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
10960 (pieces_test_f6): Update expected output.
10961
10962 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10963
10964 * gdb.base/moribund-step.exp: New.
10965
10966 2010-06-08 Michael Snyder <msnyder@vmware.com>
10967
10968 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
10969 * gdb.ada/boolean_expr.exp:
10970 * gdb.ada/frame_args.exp: Ditto.
10971 * gdb.ada/lang_switch.exp: Ditto.
10972 * gdb.ada/ptype_arith_binop.exp: Ditto.
10973 * gdb.ada/ref_param.exp: Ditto.
10974 * gdb.ada/type_coercion.exp:Ditto.
10975
10976 * gdb.asm/asm-source.exp: Ditto.
10977
10978 * gdb.base/attach.exp: Ditto.
10979 * gdb.base/bitfields2.exp: Ditto.
10980 * gdb.base/call-signal-resume.exp: Ditto.
10981 * gdb.base/callfuncs.exp: Ditto.
10982 * gdb.base/commands.exp: Ditto.
10983 * gdb.base/dbx.exp: Ditto.
10984 * gdb.base/default.exp: Ditto.
10985 * gdb.base/dump.exp: Ditto.
10986 * gdb.base/exprs.exp: Ditto.
10987 * gdb.base/freebpcmd.exp: Ditto.
10988 * gdb.base/interrupt.exp: Ditto.
10989 * gdb.base/list.exp: Ditto.
10990 * gdb.base/long_long.exp: Ditto.
10991 * gdb.base/maint.exp: Ditto.
10992 * gdb.base/ptype.exp: Ditto.
10993 * gdb.base/return.exp: Ditto.
10994 * gdb.base/setshow.exp: Ditto.
10995 * gdb.base/sigbpt.exp: Ditto.
10996 * gdb.base/sigrepeat.exp: Ditto.
10997
10998 * gdb.cp/classes.exp: Ditto.
10999
11000 * gdb.dwarf2/dw2-restore.exp: Ditto.
11001
11002 * gdb.gdb/selftest.exp: Ditto.
11003
11004 * gdb.multi/base.exp: Ditto.
11005 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11006
11007 * gdb.python/py-block.exp: Ditto.
11008 * gdb.python/py-prettyprint.exp: Ditto.
11009 * gdb.python/py-template.exp: Ditto.
11010
11011 * gdb.server/ext-attach.exp: Ditto.
11012 * gdb.server/ext-run.exp: Ditto.
11013 * gdb.server/server-mon.exp: Ditto.
11014
11015 * gdb.threads/fork-thread-pending.exp: Ditto.
11016 * gdb.threads/hand-call-in-threads.exp: Ditto.
11017 * gdb.threads/interrupted-hand-call.exp: Ditto.
11018 * gdb.threads/linux-dp.exp: Ditto.
11019 * gdb.threads/manythreads.exp: Ditto.
11020 * gdb.threads/print-threads.exp: Ditto.
11021 * gdb.threads/pthreads.exp: Ditto.
11022 * gdb.threads/schedlock.exp: Ditto.
11023 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11024 * gdb.threads/threadapply.exp: Ditto.
11025
11026 2010-06-08 Michael Snyder <msnyder@vmware.com>
11027
11028 * gdb.ada/exec_changed.exp:
11029 Use ".*" instead of "" as wildcard regexp.
11030
11031 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11032 * gdb.base/call-ar-st.exp: Ditto.
11033 * gdb.base/checkpoint.exp: Ditto.
11034 * gdb.base/default.exp: Ditto.
11035 * gdb.base/dump.exp: Ditto.
11036 * gdb.base/ending-run.exp: Ditto.
11037 * gdb.base/fileio.exp: Ditto.
11038 * gdb.base/miscexprs.exp: Ditto.
11039 * gdb.base/pointers.exp: Ditto.
11040 * gdb.base/readline.exp: Ditto.
11041 * gdb.base/reread.exp: Ditto.
11042 * gdb.base/restore.exp: Ditto.
11043 * gdb.base/shlib-call.exp: Ditto.
11044 * gdb.base/valgrind-db-attach.exp: Ditto.
11045 * gdb.base/volatile.exp: Ditto.
11046 * gdb.base/watchpoints.exp: Ditto.
11047
11048 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11049
11050 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11051 * gdb.python/py-value.exp: Ditto.
11052
11053 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11054 * gdb.trace/circ.exp: Ditto.
11055 * gdb.trace/collection.exp: Ditto.
11056 * gdb.trace/packetlen.exp: Ditto.
11057 * gdb.trace/passc-dyn.exp: Ditto.
11058 * gdb.trace/report.exp: Ditto.
11059 * gdb.trace/tfile.exp: Ditto.
11060 * gdb.trace/tfind.exp: Ditto.
11061 * gdb.trace/while-dyn.exp: Ditto.
11062
11063 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11064
11065 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11066
11067 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11068
11069 Test PR 10640.
11070 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11071
11072 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11073
11074 * gdb.cp/koenig.exp: Test for ADL operators.
11075 * gdb.cp/koenig.cc: Added ADL operators.
11076 * gdb.cp/operator.exp: New test.
11077 * gdb.cp/operator.cc: New test.
11078
11079 2010-06-04 Michael Snyder <msnyder@vmware.com>
11080
11081 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11082 * gdb.base/pending.exp: Ditto.
11083
11084 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11085
11086 2010-06-04 Doug Evans <dje@google.com>
11087
11088 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11089 disabled printers.
11090 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11091 (enable_lookup_function): New function.
11092
11093 2010-06-04 Tom Tromey <tromey@redhat.com>
11094
11095 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11096 of hash and id.
11097
11098 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11099
11100 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11101 newline.
11102 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11103 (empty verbose non-noisy clear, empty verbose noisy clear)
11104 (empty non-verbose noisy clear): Likewise.
11105
11106 2010-06-03 Michael Snyder <msnyder@vmware.com>
11107
11108 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11109 * gdb.base/display.exp: Ditto.
11110 * gdb.base/find.exp: Ditto.
11111 * gdb.base/ifelse.exp: Ditto.
11112 * gdb.base/multi-forks.exp: Ditto.
11113 * gdb.base/recurse.exp: Ditto.
11114 * gdb.base/setshow.exp: Ditto.
11115 * gdb.base/value-double-free.exp: Ditto.
11116 * gdb.base/watch-vfork.exp: Ditto.
11117 * gdb.base/watch_thread_num.exp: Ditto.
11118 * gdb.base/watchpoint-solib.exp: Ditto.
11119 * gdb.base/watchpoint.exp: Ditto.
11120 * gdb.base/watchpoints.exp: Ditto.
11121
11122 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11123 * gdb.cp/overload.exp: Ditto.
11124 * gdb.cp/virtfunc.exp: Ditto.
11125
11126 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11127
11128 * gdb.reverse/watch-precsave.exp:
11129 Replace gdb_test with gdb_test_no_output.
11130
11131 * gdb.threads/attach-into-signal.exp:
11132 Replace gdb_test with gdb_test_no_output.
11133 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11134 * gdb.threads/watchthreads.exp: Ditto.
11135 * gdb.threads/watchthreads2.exp: Ditto.
11136
11137 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11138 * gdb.trace/tfind.exp: Ditto.
11139
11140 2010-06-03 Joel Brobecker <brobecker@adacore.com>
11141
11142 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11143 successful test if message is the empty string.
11144
11145 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11146
11147 * gdb.fortran/module.exp (stopped language detection): New test.
11148
11149 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11150
11151 Support DW_TAG_module as separate namespaces.
11152 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
11153 gdb.fortran/library-module-lib.f90: New.
11154 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
11155 (print i): Remove.
11156 (continue to breakpoint: i-is-1, print var_i value 1)
11157 (continue to breakpoint: i-is-2, print var_i value 2)
11158 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
11159 (print var_d, print var_i value 14, ptype modmany, complete `modm)
11160 (complete `modmany, complete `modmany`, complete `modmany`var)
11161 (show language, setting breakpoint at module): New tests.
11162 * gdb.fortran/module.f90 (module mod): Remove.
11163 (module mod1, module mod2, module modmany, subroutine sub1)
11164 (subroutine sub2, program module): New.
11165
11166 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11167
11168 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
11169 (print value of rUC, print value of rI, print value of UI): ... here.
11170 * gdb.cp/anon-union.exp (pass): Rename to ...
11171 (print z 2): ... here.
11172
11173 2010-06-02 Michael Snyder <msnyder@vmware.com>
11174
11175 * gdb.trace/actions.exp: Use gdb_test_no_output.
11176 * gdb.trace/circ.exp: Ditto.
11177 * gdb.trace/packetlen.exp: Ditto.
11178 * gdb.trace/save-trace.exp: Ditto.
11179 * gdb.trace/tracecmd.exp: Ditto.
11180 * gdb.trace/tsv.exp: Ditto.
11181
11182 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
11183 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
11184 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11185 * gdb.threads/manythreads.exp: Ditto.
11186 * gdb.threads/print-threads.exp: Ditto.
11187 * gdb.threads/pthreads.exp: Ditto.
11188 * gdb.threads/schedlock.exp: Ditto.
11189 * gdb.threads/staticthreads.exp: Ditto.
11190 * gdb.threads/thread-specific.exp: Ditto.
11191 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11192 * gdb.threads/threadapply.exp: Ditto.
11193 * gdb.threads/watchthreads.exp: Ditto.
11194 * gdb.threads/watchthreads2.exp: Ditto.
11195
11196 * gdb.python/py-block.exp: Use gdb_test_no_output.
11197 * gdb.python/py-prettyprint.exp: Ditto.
11198 * gdb.python/py-template.exp: Ditto.
11199 * gdb.python/py-value.exp: Ditto.
11200
11201 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
11202 * gdb.reverse/watch-reverse.exp: Ditto.
11203
11204 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
11205 * gdb.server/ext-run.exp: Ditto.
11206
11207 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11208 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11209 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11210 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11211 * gdb.dwarf2/dw2-producer.exp: Ditto.
11212 * gdb.dwarf2/mac-fileno.exp: Ditto.
11213
11214 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11215 * gdb.gdb/selftest.exp: Ditto.
11216
11217 * gdb.multi/base.exp: Use gdb_test_no_output.
11218
11219 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11220
11221 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11222
11223 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11224
11225 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11226
11227 * gdb.cp/class2.exp: Use gdb_test_no_output.
11228 * gdb.cp/classes.exp: Ditto.
11229 * gdb.cp/extern-c.exp: Ditto.
11230 * gdb.cp/inherit.exp: Ditto.
11231 * gdb.cp/maint.exp: Ditto.
11232 * gdb.cp/mb-inline.exp: Ditto.
11233 * gdb.cp/mb-templates.exp: Ditto.
11234 * gdb.cp/method2.exp: Ditto.
11235 * gdb.cp/misc.exp: Ditto.
11236 * gdb.cp/ovldbreak.exp: Ditto.
11237 * gdb.cp/punctuator.exp: Ditto.
11238 * gdb.cp/templates.exp: Ditto.
11239 * gdb.cp/virtbase.exp: Ditto.
11240
11241 * gdb.threads/attach-stopped.exp:
11242 Replace uses of send_gdb / gdb_expect.
11243 * gdb.threads/attachstop-mt.exp:
11244 Replace uses of send_gdb / gdb_expect.
11245 * gdb.threads/gcore-thread.exp:
11246 Replace uses of send_gdb / gdb_expect.
11247 * gdb.threads/hand-call-in-threads.exp:
11248 Replace uses of send_gdb / gdb_expect.
11249 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
11250 * gdb.threads/print-threads.exp:
11251 Replace uses of send_gdb / gdb_expect.
11252 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11253 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11254 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11255
11256 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11257 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11258 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11259 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11260 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11261 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11262 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11263 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11264 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11265 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11266 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11267
11268 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11269
11270 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11271
11272 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11273
11274 * gdb.cp/koenig.exp: Added new test case.
11275 * gdb.cp/koenig.cc: Ditto.
11276
11277 2010-06-01 Michael Snyder <msnyder@vmware.com>
11278
11279 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11280 * gdb.base/arrayidx.exp: Ditto.
11281 * gdb.base/attach.exp: Ditto.
11282 * gdb.base/auxv.exp: Ditto.
11283 * gdb.base/bigcre.exp: Ditto.
11284 * gdb.base/break-always.exp: Ditto.
11285 * gdb.base/break-interp.exp: Ditto.
11286 * gdb.base/break.exp: Ditto.
11287 * gdb.base/breakpoint-shadow.exp: Ditto.
11288 * gdb.base/call-ar-st.exp: Ditto.
11289 * gdb.base/call-sc.exp: Ditto.
11290 * gdb.base/call-signal-resume.exp: Ditto.
11291 * gdb.base/callfuncs.exp: Ditto.
11292 * gdb.base/catch-syscall.exp: Ditto.
11293 * gdb.base/charset.exp: Ditto.
11294 * gdb.base/code-expr.exp: Ditto.
11295 * gdb.base/commands.exp: Ditto.
11296 * gdb.base/cond-expr.exp: Ditto.
11297 * gdb.base/condbreak.exp: Ditto.
11298 * gdb.base/cursal.exp: Ditto.
11299 * gdb.base/cvexpr.exp: Ditto.
11300 * gdb.base/default.exp: Ditto.
11301 * gdb.base/del.exp: Ditto.
11302 * gdb.base/detach.exp: Ditto.
11303 * gdb.base/display.exp: Ditto.
11304 * gdb.base/ena-dis-br.exp: Ditto.
11305 * gdb.base/eval-skip.exp: Ditto.
11306 * gdb.base/foll-fork.exp: Ditto.
11307 * gdb.base/foll-vfork.exp: Ditto.
11308 * gdb.base/frame-args.exp: Ditto.
11309 * gdb.base/funcargs.exp: Ditto.
11310 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11311 * gdb.base/gdbvars.exp: Ditto.
11312 * gdb.base/help.exp: Ditto.
11313 * gdb.base/ifelse.exp: Ditto.
11314 * gdb.base/included.exp: Ditto.
11315 * gdb.base/list.exp: Ditto.
11316 * gdb.base/macscp.exp: Ditto.
11317 * gdb.base/maint.exp: Ditto.
11318 * gdb.base/multi-fork.exp: Ditto.
11319 * gdb.base/overlays.exp: Ditto.
11320 * gdb.base/page.exp: Ditto.
11321 * gdb.base/pending.exp: Ditto.
11322 * gdb.base/pointers.exp: Ditto.
11323 * gdb.base/pr11022.exp: Ditto.
11324 * gdb.base/prelink.exp: Ditto.
11325 * gdb.base/printcmds.exp: Ditto.
11326 * gdb.base/psymtab.exp: Ditto.
11327 * gdb.base/randomize.exp: Ditto.
11328 * gdb.base/relational.exp: Ditto.
11329 * gdb.base/relocate.exp: Ditto.
11330 * gdb.base/remote.exp: Ditto.
11331 * gdb.base/sepdebug.exp: Ditto.
11332 * gdb.base/set-lang-auto.exp: Ditto.
11333 * gdb.base/setshow.exp: Ditto.
11334 * gdb.base/setvar.exp: Ditto.
11335 * gdb.base/signals.exp: Ditto.
11336 * gdb.base/signull.exp: Ditto.
11337 * gdb.base/sigstep.exp: Ditto.
11338 * gdb.base/sizeof.exp: Ditto.
11339 * gdb.base/solib-disc.exp: Ditto.
11340 * gdb.base/store.exp: Ditto.
11341 * gdb.base/structs.exp: Ditto.
11342 * gdb.base/structs2.exp: Ditto.
11343 * gdb.base/subst.exp: Ditto.
11344 * gdb.base/term.exp: Ditto.
11345 * gdb.base/trace-commands.exp: Ditto.
11346 * gdb.base/unwindonsignal.exp: Ditto.
11347 * gdb.base/valgrind-db-attach.exp: Ditto.
11348 * gdb.base/varargs.exp: Ditto.
11349 * gdb.base/watch-cond.exp: Ditto.
11350 * gdb.base/watch_thread_num.exp: Ditto.
11351 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11352 * gdb.base/watchpoint.exp: Ditto.
11353 * gdb.base/whatis-exp.exp: Ditto.
11354
11355 2010-06-01 Michael Snyder <msnyder@vmware.com>
11356
11357 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11358 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11359 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11360 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11361 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11362 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11363 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11364 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11365 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11366 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11367 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11368 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11369 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11370 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11371 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11372
11373 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11374
11375 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11376 trailing newline.
11377 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11378 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11379 (p *args): ... here and remove excessive trailing newline.
11380
11381 2010-05-31 Joel Brobecker <brobecker@adacore.com>
11382
11383 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11384
11385 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11386
11387 Accept the new Linux kernel "t (tracing stop)" string.
11388 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11389 Update comment.
11390 (state_wait) <T (tracing stop)>: New.
11391 (main): Update the state_wait expect string.
11392
11393 2010-05-28 Pedro Alves <pedro@codesourcery.com>
11394
11395 * limits.c, limits.exp: Delete files.
11396 * Makefile.in (clean mostlyclean): Adjust.
11397 * tracecmd.exp: Adjust.
11398
11399 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11400
11401 * gdb.base/tui-layout.exp: New.
11402
11403 2010-05-28 Michael Snyder <msnyder@vmware.com>
11404
11405 * gdb.reverse/break-precsave.exp:
11406 Replace uses of send_gdb / gdb_expect.
11407 * gdb.reverse/break-reverse.exp:
11408 Replace uses of send_gdb / gdb_expect.
11409 * gdb.reverse/consecutive-precsave.exp:
11410 Replace uses of send_gdb / gdb_expect.
11411 * gdb.reverse/consecutive-reverse.exp:
11412 Replace uses of send_gdb / gdb_expect.
11413 * gdb.reverse/finish-precsave.exp:
11414 Replace uses of send_gdb / gdb_expect.
11415 * gdb.reverse/finish-reverse.exp:
11416 Replace uses of send_gdb / gdb_expect.
11417 * gdb.reverse/i386-precsave.exp:
11418 Replace uses of send_gdb / gdb_expect.
11419 * gdb.reverse/i386-reverse.exp:
11420 Replace uses of send_gdb / gdb_expect.
11421 * gdb.reverse/i386-sse-reverse.exp:
11422 Replace uses of send_gdb / gdb_expect.
11423 * gdb.reverse/i387-env-reverse.exp:
11424 Replace uses of send_gdb / gdb_expect.
11425 * gdb.reverse/i387-stack-reverse.exp:
11426 Replace uses of send_gdb / gdb_expect.
11427 * gdb.reverse/machinestate-precsave.exp:
11428 Replace uses of send_gdb / gdb_expect.
11429 * gdb.reverse/machinestate.exp:
11430 Replace uses of send_gdb / gdb_expect.
11431 * gdb.reverse/sigall-precsave.exp:
11432 Replace uses of send_gdb / gdb_expect.
11433 * gdb.reverse/sigall-reverse.exp:
11434 Replace uses of send_gdb / gdb_expect.
11435 * gdb.reverse/solib-precsave.exp:
11436 Replace uses of send_gdb / gdb_expect.
11437 * gdb.reverse/solib-reverse.exp:
11438 Replace uses of send_gdb / gdb_expect.
11439 * gdb.reverse/step-precsave.exp:
11440 Replace uses of send_gdb / gdb_expect.
11441 * gdb.reverse/step-reverse.exp:
11442 Replace uses of send_gdb / gdb_expect.
11443 * gdb.reverse/until-precsave.exp:
11444 Replace uses of send_gdb / gdb_expect.
11445 * gdb.reverse/until-reverse.exp:
11446 Replace uses of send_gdb / gdb_expect.
11447 * gdb.reverse/watch-precsave.exp:
11448 Replace uses of send_gdb / gdb_expect.
11449 * gdb.reverse/watch-reverse.exp:
11450 Replace uses of send_gdb / gdb_expect.
11451
11452 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11453
11454 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11455 excessive newline.
11456
11457 2010-05-27 Michael Snyder <msnyder@vmware.com>
11458
11459 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
11460 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11461 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11462 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11463 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11464 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11465 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11466 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11467 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11468 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11469 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11470 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11471 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11472 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11473 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11474 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11475 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11476 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11477 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
11478
11479 2010-05-26 Michael Snyder <msnyder@vmware.com>
11480
11481 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11482 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11483
11484 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11485 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11486 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11487
11488 * gdb.reverse/consecutive-reverse.exp:
11489 Replace uses of send_gdb / gdb_expect.
11490 * gdb.reverse/consecutive-precsave.exp:
11491 Replace uses of send_gdb / gdb_expect.
11492
11493 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11494 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11495 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
11496 * gdb.mi/mi-ns-stale-regcache.exp:
11497 Replace uses of send_gdb / gdb_expect.
11498 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11499 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11500 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11501 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11502 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11503 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11504 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11505 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11506 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
11507
11508 2010-05-26 Michael Snyder <msnyder@vmware.com>
11509
11510 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
11511
11512 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
11513
11514 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11515 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11516 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11517 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11518 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11519 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11520 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11521 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11522 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
11523
11524 2010-05-25 Tom Tromey <tromey@redhat.com>
11525
11526 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11527
11528 2010-05-25 Tom Tromey <tromey@redhat.com>
11529
11530 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11531 argument order.
11532 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11533 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11534 order.
11535 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11536 order.
11537 * gdb.base/call-sc.exp (setup_kfails): Remove.
11538 (setup_compiler_kfails): Remove.
11539 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11540 argument order.
11541 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11542 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11543 (advancei): Fix setup_kfail argument order.
11544 * gdb.base/radix.exp: Fix setup_kfail argument order.
11545 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11546 order.
11547 * gdb.base/structs.exp (setup_kfails): Remove.
11548 (setup_compiler_kfails): Fix setup_kfail argument order.
11549 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11550 order.
11551 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11552 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11553 setup_kfail argument order.
11554 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11555
11556 2010-05-25 Tom Tromey <tromey@redhat.com>
11557
11558 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11559
11560 2010-05-25 Michael Snyder <msnyder@vmware.com>
11561
11562 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11563 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11564 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11565 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11566 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11567 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11568 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11569 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11570 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
11571 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11572 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
11573 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
11574 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
11575 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
11576 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
11577 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
11578 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
11579 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
11580 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
11581 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
11582 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
11583 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
11584 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
11585 * gdb.base/default.exp: Replace send_gdb with gdb_test.
11586 * gdb.base/define.exp: Replace send_gdb with gdb_test.
11587 * gdb.base/display.exp: Replace send_gdb with gdb_test.
11588 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
11589 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
11590 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
11591 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
11592 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
11593 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
11594 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
11595 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
11596 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
11597 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
11598 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
11599 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
11600 * gdb.base/help.exp: Replace send_gdb with gdb_test.
11601 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
11602 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
11603 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
11604 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
11605 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
11606 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
11607 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
11608 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
11609 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
11610
11611 2010-05-25 Doug Evans <dje@google.com>
11612
11613 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
11614 gdb.string_to_argv.
11615
11616 2010-05-21 Tom Tromey <tromey@redhat.com>
11617
11618 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
11619 Call it.
11620 * gdb.dwarf2/pieces.S: Update.
11621 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
11622
11623 2010-05-21 Tom Tromey <tromey@redhat.com>
11624
11625 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
11626 Call it.
11627 * gdb.dwarf2/pieces.c (struct C): New.
11628 (f6): New function.
11629 * gdb.dwarf2/pieces.S: Replace.
11630
11631 2010-05-21 Tom Tromey <tromey@redhat.com>
11632
11633 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
11634 Call it.
11635
11636 2010-05-21 Tom Tromey <tromey@redhat.com>
11637
11638 * gdb.dwarf2.pieces.exp: New file.
11639 * gdb.dwarf2.pieces.S: New file.
11640 * gdb.dwarf2.pieces.c: New file.
11641
11642 2010-05-20 Pedro Alves <pedro@codesourcery.com>
11643 Joel Brobecker <brobecker@adacore.com>
11644
11645 * lib/gdb.exp (gdb_test_no_output): New function.
11646 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
11647 when testing commands that should produce no output.
11648
11649 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11650
11651 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
11652 parameter that we want to watch being a constant.
11653
11654 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11655
11656 * gdb.ada/cond_lang: New testcase.
11657
11658 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11659
11660 * lib/gdb.exp (banned_variables): New variable/constant.
11661 (gdb_init): Add write trace on variables listed in banned_variables.
11662 (gdb_finish): Remove write traces on variables listed in
11663 banned_variables.
11664
11665 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11666
11667 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
11668 * gdb.cp/koenig.exp: Likewise.
11669
11670 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
11671
11672 PR python/11482
11673
11674 * gdb.python/py-value.exp (test_value_hash): New function.
11675
11676 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
11677
11678 PR exp/11530.
11679 * gdb.base/gdb11530.c: New file.
11680 * gdb.base/gdb11530.exp: New file.
11681
11682 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11683
11684 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
11685 * gdb.dwarf2/dw2-modula2-self-type.S: New.
11686
11687 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
11688
11689 * gdb.cp/koenig.exp: New test.
11690 * gdb.cp/koenig.cc: New test program.
11691
11692 2010-05-05 Joel Brobecker <brobecker@adacore.com>
11693
11694 Remove the use of prms_id and bug_id throughout the testsuite.
11695
11696 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
11697
11698 PR exp/11349.
11699 * testsuite/gdb.cp/ref-types.exp: Add test to examine
11700 use a reference local variable.
11701
11702 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11703
11704 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
11705 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
11706 variable different_dir. Move debugfile into a full directory pathname
11707 under DIFFERENT_DIR.
11708 * lib/gdb.exp (separate_debug_filename): Remove.
11709 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
11710 variable debug_dir and mkdir of it. Update function comments.
11711
11712 2010-04-29 Pedro Alves <pedro@codesourcery.com>
11713
11714 PR gdb/11557
11715
11716 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
11717 files.
11718
11719 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
11720
11721 * gdb.python/py-param.exp: New File.
11722
11723 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
11724
11725 * gdb.base/default.exp: Fix "set language" test.
11726
11727 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
11728
11729 PR breakpoints/11531.
11730 * gdb.base/gdb11531.c: New file.
11731 * gdb.base/gdb11531.exp: New file.
11732
11733 2010-04-26 Tom Tromey <tromey@redhat.com>
11734
11735 * gdb.base/completion.exp: Add tests for completion and deprecated
11736 commands.
11737
11738 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11739
11740 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
11741 (print /x char_array): Escape curly brackets.
11742
11743 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11744
11745 Fix deadlock on looped list of loaded shared objects.
11746 * gdb.base/solib-corrupted.exp: New.
11747
11748 2010-04-23 Doug Evans <dje@google.com>
11749
11750 * gdb.python/py-section-script.c: New file.
11751 * gdb.python/py-section-script.exp: New file.
11752 * gdb.python/py-section-script.py: New file.
11753
11754 2010-04-20 Chris Moller <cmoller@redhat.com>
11755
11756 PR 10179
11757
11758 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
11759 * gdb.base/pr10179-a.c:
11760 * gdb.base/pr10179-b.c:
11761 * gdb.base/pr10179.exp: New files.
11762
11763 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11764
11765 Fix crashes on dangling display expressions.
11766 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
11767 is SEP.
11768 (lib_flags): Remove the "debug" keyword.
11769 (libsepdebug): New variable for iterating new loop.
11770 (save_pf_prefix): New variable wrapping the loop.
11771 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
11772 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
11773
11774 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11775
11776 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
11777
11778 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11779
11780 PR stabs/11479.
11781 * gdb.stabs/gdb11479.exp: New file.
11782 * gdb.stabs/gdb11479.c: New file.
11783
11784 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11785
11786 * gdb.base/charset.c (Strin16, String32): New variables.
11787 * gdb.base/charset.exp (gdb_test): Test correct display
11788 of 16 or 32 bit strings.
11789
11790 2010-04-21 Chris Moller <cmoller@redhat.com>
11791
11792 PR 9167
11793 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
11794 * gdb.cp/pr9167.cc: New file.
11795 * gdb.cp/pr9167.exp: New file.
11796
11797
11798 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
11799
11800 PR pascal/11492.
11801 * gdb.pascal/gdb11492.pas: New file.
11802 * gdb.pascal/gdb11492.exp: New file.
11803
11804 2010-04-20 Joel Brobecker <brobecker@adacore.com>
11805
11806 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
11807
11808 2010-04-20 Joel Brobecker <brobecker@adacore.com>
11809
11810 * gdb.ada/dyn_loc: New testcase.
11811
11812 2010-04-20 Chris Moller <cmoller@redhat.com>
11813
11814 PR 10867
11815
11816 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
11817 * gdb.cp/pr10687.cc: New file.
11818 * gdb.cp/pr10687.exp: New file.
11819
11820
11821 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11822 Sergio Durigan Junior <sergiodj@redhat.com>
11823
11824 * gdb.fortran/logical.exp: New testcase.
11825 * gdb.fortran/logical.f90: New file.
11826
11827 2010-04-19 Doug Evans <dje@google.com>
11828
11829 * gdb.base/help.exp (help source): Update expected output.
11830
11831 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11832
11833 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
11834 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
11835 gdb_exit and return.
11836 (executable): New variable.
11837 (binfile): Use it.
11838
11839 2010-04-19 Pedro Alves <pedro@codesourcery.com>
11840
11841 PR breakpoints/8554.
11842
11843 * gdb.trace/save-trace.exp: Adjust.
11844
11845 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
11846
11847 PR corefiles/11511
11848 * gdb.arch/system-gcore.exp: New.
11849 * gdb.arch/gcore.c: Likewise.
11850
11851 2010-04-15 Doug Evans <dje@google.com>
11852
11853 * gdb.python/py-progspace.c: New file.
11854 * gdb.python/py-progspace.exp: New file.
11855
11856 * gdb.base/source.exp: Add tests for "source -s".
11857
11858 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
11859
11860 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
11861 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
11862 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
11863 * gdb.python/py-mi.exp: New test for to_string returning None.
11864
11865 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
11866
11867 * gdb.python/py-breakpoint.c: Make result global.
11868
11869 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11870
11871 Fix non-GNU make compatibility.
11872 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
11873
11874 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
11875
11876 * gdb.python/py-breakpoint.exp: New File.
11877 * gdb.python/py-breakpoint.C: Ditto.
11878
11879 2010-04-08 Stan Shebs <stan@codesourcery.com>
11880
11881 * gdb.trace/actions.exp: Clear default-collect.
11882 * gdb.trace/save-trace.exp: Clear default-collect.
11883
11884 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
11885
11886 * gdb.python/py-value: Add null string variable.
11887 (test_lazy_string): Test zero length, NULL address lazy
11888 strings.
11889
11890 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
11891
11892 * gdb.arch/i386-avx.c: New.
11893 * gdb.arch/i386-avx.exp: Likewise.
11894
11895 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
11896
11897 2010-04-06 Doug Evans <dje@google.com>
11898
11899 * gdb.base/source-test.gdb: New file.
11900 * gdb.base/source.exp: Test source -v.
11901
11902 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11903
11904 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
11905
11906 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
11907
11908 * gdb.stabs/aout.sed: Convert all backslash to double backslash
11909 within one line, unless it is followed by a double quote.
11910 * gdb.stabs/hppa.sed: Idem.
11911 * gdb.stabs/weird.def: Add char and String constants
11912 * gdb.stabs/weird.exp: Check for correct parsing of
11913 char and string constants.
11914 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
11915 in .stabs to .stabx substitution.
11916
11917 2010-04-05 Stan Shebs <stan@codesourcery.com>
11918
11919 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
11920 constant global.
11921 * gdb.trace/tfile.exp: Try to print them.
11922
11923 2010-04-04 Stan Shebs <stan@codesourcery.com>
11924
11925 * gdb.base/completion.exp: Update for new "info watchpoints".
11926 * gdb.base/default.exp: Ditto.
11927 * gdb.base/help.exp: Ditto.
11928 * gdb.base/watchpoint.exp: Ditto.
11929 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
11930
11931 2010-04-04 Stan Shebs <stan@codesourcery.com>
11932
11933 * gdb.trace/tfile.exp: Sharpen tfind test.
11934
11935 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11936
11937 * gdb.base/break-entry.exp: New.
11938
11939 2010-04-02 Hui Zhu <teawater@gmail.com>
11940 Michael Snyder <msnyder@vmware.com>
11941
11942 * gdb.reverse/i386-sse-reverse.exp: New file.
11943 * gdb.reverse/i386-sse-reverse.c: New file.
11944
11945 2010-04-02 Pedro Alves <pedro@codesourcery.com>
11946
11947 * gdb.trace/tfind.exp: Adjust expected disassembly output.
11948
11949 2010-04-01 Stan Shebs <stan@codesourcery.com>
11950
11951 * gdb.trace/actions.exp: Tweak expected output.
11952 * gdb.trace/while-stepping.exp: Tweak expected output.
11953
11954 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
11955
11956 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
11957
11958 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11959
11960 * gdb.base/commands.exp: Adjust.
11961 * gdb.cp/extern-c.exp: Adjust.
11962
11963 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11964
11965 * gdb.trace/collection.c (local_test_func): Define a local struct,
11966 and instanciate it.
11967
11968 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11969
11970 * gdb.trace/collection.exp (gdb_collect_args_test)
11971 (gdb_collect_argarray_test): XFAIL the tests that assume the
11972 argarray argument's elements are collected.
11973
11974 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11975
11976 * gdb.dwarf2/dw2-bad-parameter-type.exp,
11977 gdb.dwarf2/dw2-bad-parameter-type.S: New.
11978
11979 2010-03-31 Stan Shebs <stan@codesourcery.com>
11980
11981 * gdb.trace/save-trace.exp: Test save/restore of default-collect
11982 and tracepoint conditionals.
11983 (gdb_verify_tracepoints): Delete unused return.
11984
11985 2010-03-26 Keith Seitz <keiths@redhat.com>
11986
11987 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
11988 appear in the output before main.
11989 Remove KFAIL for gdb/2215 aka bz 9320.
11990
11991 2010-03-30 Doug Evans <dje@google.com>
11992
11993 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
11994 by dejagnu.
11995 * gdb.arch/amd64-dword.exp: Ditto.
11996
11997 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
11998 match.
11999 (break printf): Ditto.
12000
12001 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12002
12003 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12004 gcc < 4.4.
12005 * gdb.cp/shadow.exp: Ditto.
12006
12007 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12008
12009 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12010 "tstart" is silent.
12011
12012 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12013
12014 * gdb.trace/collection.exp (executable): New.
12015 (binfile): Use it.
12016 (fpreg, spreg, pcreg): New.
12017 (test_register): Use gdb_test_multiple. Pass /x to print.
12018 (prepare_for_trace_test): New.
12019 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12020 (gdb_collect_args_test, gdb_collect_argstruct_test)
12021 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12022 prepare_for_trace_test.
12023 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12024 fpreg, spreg and pcreg.
12025 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12026 prepare_for_trace_test.
12027 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12028 try to detect tracing support here. Don't set breakpoints at
12029 `begin' or `end' here.
12030 <global scope>: Use clean_restart. Run to main before checking
12031 for tracing support. Check for for tracing support here.
12032
12033 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12034
12035 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12036 " as $displacement" to "seen displacement message".
12037
12038 2010-03-28 Pedro Alves <pedro@codesourcery.com>
12039
12040 * gdb.trace/while-dyn.exp (executable): New variable.
12041 (binfile): Use it.
12042 (test_while_stepping): New function. Move most tests here. Call
12043 it once for each of the while-stepping, stepping and ws aliases.
12044
12045 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12046
12047 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12048 that do not provide the tagless_struct type name at all.
12049 (test_print_anon_union): Do not check value of uninitialized
12050 union member. Do not use cp_test_ptype_class, so we can accept
12051 "long" as well as "long int".
12052
12053 2010-03-26 Pedro Alves <pedro@codesourcery.com>
12054
12055 * gdb.trace/tfile.c (tohex, bin2hex): New.
12056 (write_error_trace_file): Hexify error description.
12057
12058 2010-03-25 Stan Shebs <stan@codesourcery.com>
12059
12060 * gdb.trace/tfile.c: Generate an additional trace file, improve
12061 portability.
12062 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12063 files in a better way.
12064
12065 2010-03-25 Keith Seitz <keiths@redhat.com>
12066
12067 * gdb.java/jprint.exp: XFAIL printing of static class members
12068 because of GCC debuginfo problem.
12069
12070 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12071
12072 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12073
12074 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12075
12076 * gdb.base/completion.exp: Allow long instead of long int.
12077 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12078 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12079 variable p.
12080 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12081 * gdb.base/pointers.exp: Allow long instead of long int.
12082 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12083 * gdb.base/step-line.exp: Allow a directory before the source file name.
12084
12085 2010-03-24 Tom Tromey <tromey@redhat.com>
12086
12087 PR breakpoints/9352:
12088 * gdb.base/default.exp: Update.
12089 * gdb.base/commands.exp: Update.
12090 * gdb.cp/extern-c.exp: Test setting commands on multiple
12091 breakpoints at once.
12092
12093 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12094
12095 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12096 if gdb,nosignals.
12097 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12098 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12099 exited".
12100
12101 2010-03-24 Stan Shebs <stan@codesourcery.com>
12102
12103 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12104
12105 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12106
12107 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12108 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12109 argument. Handle "short" and "long".
12110 (Top level): Pass overprototyped output for old_fptr and xptr.
12111
12112 2010-03-23 Pedro Alves <pedro@codesourcery.com>
12113
12114 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12115 format strings and add casts to avoid compiler warnings.
12116
12117 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
12118
12119 * lib/trace-support.exp (gdb_trace_setactions):
12120 Don't expect whitespace after ">" prompt.
12121 * gdb.trace/actions.exp: Adjust for output changes.
12122 * gdb.trace/while-stepping.exp: Likewise.
12123
12124 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12125
12126 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12127 and r157645).
12128
12129 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12130
12131 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12132 New.
12133
12134 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12135
12136 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12137 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12138
12139 2010-03-19 Stan Shebs <stan@codesourcery.com>
12140
12141 * gdb.trace/ax.exp: New file.
12142
12143 2010-03-19 Doug Evans <dje@google.com>
12144
12145 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12146 output from gcc.
12147
12148 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12149 named /usr/sbin/prelink<foo>.
12150
12151 2010-03-18 Stan Shebs <stan@codesourcery.com>
12152
12153 * gdb.trace/circ.exp: Test circular-trace-buffer.
12154 * gdb.trace/tfile.exp: Update tstatus test.
12155
12156 2010-03-18 Joel Brobecker <brobecker@adacore.com>
12157
12158 * gdb.dwarf2/dw2-anonymous-func.S: New file.
12159 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
12160
12161 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12162
12163 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
12164
12165 2010-03-18 Pedro Alves <pedro@codesourcery.com>
12166
12167 * gdb.base/default.exp: Adjust the expected output of the finish
12168 and until commands when the inferior is not being run.
12169
12170 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
12171
12172 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
12173 * gdb.cp/nsusing.exp: Ditto.
12174
12175 2010-03-15 Tom Tromey <tromey@redhat.com>
12176
12177 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
12178 * gdb.cp/userdef.cc (operator==): New function.
12179 (main): New locals mem1, mem2.
12180
12181 2010-03-15 Jie Zhang <jie@codesourcery.com>
12182
12183 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
12184 Declare and use new loadtimeout variable.
12185
12186 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
12187
12188 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
12189 Use gdb_load later.
12190
12191 2010-03-14 Pedro Alves <pedro@codesourcery.com>
12192
12193 * gdb.base/solib-disc.c (main): Make format of fprintf a string
12194 literal. Add missing endlines to prints to stderr.
12195
12196 2010-03-12 Tom Tromey <tromey@redhat.com>
12197
12198 PR c++/9708:
12199 * gdb.cp/m-static.exp: Add regression test.
12200 * gdb.cp/m-static.cc (method): New method.
12201 (main): Call it.
12202
12203 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
12204
12205 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
12206 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12207
12208 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12209
12210 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12211
12212 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12213
12214 * lib/gdb.exp (skip_stl_tests): New.
12215 (gdb_compile): Symbian needs -ldl.
12216 (shlib_target_file): New.
12217 (shlib_symbol_file): New.
12218 (gdb_load_shlibs): Use shlib_target_file.
12219 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12220 * gdb.cp/exception.exp: Use skip_stl_tests.
12221 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12222 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12223 * gdb.cp/mb-templates.exp: Ditto.
12224 * gdb.base/commands.exp: Relax regexes.
12225 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12226 shlib_target_file and shlib_symbol_file.
12227 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12228 sections.
12229 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12230 * gdb.base/solib-disc.exp: Use
12231 shlib_target_file and shlib_symbol_file.
12232 * gdb.base/unload.exp: Don't skip on symbian. Use
12233 shlib_target_file and shlib_symbol_file.
12234 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12235
12236 2010-03-12 Pedro Alves <pedro@codesourcery.com>
12237
12238 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12239 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12240 Issue a tfind end before looking for a tracepoint frame.
12241 * gdb.trace/tfind.exp: Adjust tstatus output.
12242 Adjust disassembly output.
12243 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12244
12245 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12246
12247 * gdb.base/break-interp.exp: Create new displacement parameter value
12248 for the test_ld calls.
12249 (reach): New parameter displacement, verify its content. New push of
12250 pf_prefix "reach-$func:". Import global expect_out.
12251 (test_core): New parameter displacement, verify its content. New push
12252 of pf_prefix "core:". New command "set verbose on". Import global
12253 expect_out.
12254 (test_attach): New parameter displacement, verify its content. New
12255 push of pf_prefix "attach:". New command "set verbose on". Import
12256 global expect_out.
12257 (test_ld): New parameter displacement, pass it to the reach, test_core
12258 and test_attach calls and verify its content in the "ld.so exit" test.
12259 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12260 (prelink): Update expected text, use gdb_test.
12261
12262 2010-03-10 Doug Evans <dje@google.com>
12263
12264 * gdb.base/checkpoint.exp: Fix comment.
12265 Lengthen timeout while doing >600 checkpoints test.
12266 Rename duplicate "kill all one" test to keep test names unique.
12267
12268 2010-03-10 Pedro Alves <pedro@codesourcery.com>
12269
12270 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12271
12272 2010-03-08 Keith Seitz <keiths@redhat.com>
12273
12274 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12275 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12276 (dm_type_long): New function.
12277 (dm_type_unsigned_short): New function.
12278 (dm_type_unsigned_long): New function.
12279 (myint): New typedef.
12280 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12281 long, unsigned shor and long, operator char*, and typedef.
12282 (test_lookup_operator_functions): Add operator char* test.
12283 (test_paddr_operator_functions): Likewise.
12284 (test_paddr_overloaded_functions): Use probe values for
12285 short, long, and unsigned short and long.
12286 (test_paddr_hairy_functions): If the demangler probe detected
12287 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12288 demangler.
12289 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12290 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12291 and "print null_pmf".
12292 Add test "ptype a.*pmf".
12293 * gdb.cp/overload.exp: Allow optional "int" to appear with
12294 "short" and "long".
12295 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12296 long expect value for men_overload1arg.
12297 Allow "int" to appear with "short" and "long".
12298 When testing "info break", add argument for main (void).
12299 Also allow "int" to appear with "short" and "long".
12300 Ditto with "unsigned" and "long long".
12301 * gdb.java/jmain.exp: Do not enclose methods names in single
12302 quotes.
12303 * gdb.java/jmisc.exp: Likewise.
12304 * gdb.java/jprint.exp: Likewise.
12305 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12306
12307 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12308 * gdb.cp/exception.exp (backtrace after first throw)
12309 (backtrace after second throw): Allow a namespace before __cxa_throw.
12310 (backtrace after first catch, backtrace after second catch): Allow
12311 a namespace before __cxa_begin_catch.
12312
12313 * gdb.cp/cpexprs.exp: New file.
12314 * gdb.cp/cpexprs.cc: New file.
12315
12316 From Daniel Jacobowitz <dan@codesourcery.com>
12317 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12318 to use string_to_regexp.
12319 (ctor, dtor): New functions. Use them to match constructor
12320 and destructor function types.
12321 (Top level): Use runto_main.
12322
12323 2010-03-05 Tom Tromey <tromey@redhat.com>
12324
12325 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12326 gdb.target_charset.
12327 (pp_ns.to_string): Likewise.
12328
12329 2010-03-04 Keith Seitz <keiths@redhat.com>
12330
12331 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12332 can be quoted. Test that both the filename and function/line
12333 portions can be quoted at the same time.
12334
12335 2010-03-04 Pedro Alves <pedro@codesourcery.com>
12336
12337 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12338
12339 2010-03-03 Doug Evans <dje@google.com>
12340
12341 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12342 libc contains libpthread.
12343
12344 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12345 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12346 of gdb_compile. Add another pattern to match android backtrace.
12347
12348 2010-03-03 Tom Tromey <tromey@redhat.com>
12349
12350 PR gdb/11345:
12351 * gdb.base/printcmds.exp (test_printf): Add test.
12352
12353 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12354
12355 * gdb.arch/amd64-byte.exp: New.
12356 * gdb.arch/amd64-dword.exp: Likewise.
12357 * gdb.arch/amd64-pseudo.c: Likewise.
12358 * gdb.arch/amd64-word.exp: Likewise.
12359 * gdb.arch/i386-byte.exp: Likewise.
12360 * gdb.arch/i386-pseudo.c: Likewise.
12361 * gdb.arch/i386-word.exp: Likewise.
12362
12363 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12364
12365 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12366 types. Add structreg, bitfields, and flags registers.
12367 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12368 registers.
12369
12370 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12371
12372 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12373 (load_description): Set architecture if defined.
12374
12375 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12376
12377 * gdb.python/py-frame.exp: Add read_var block tests.
12378 * gdb.python/py-frame.c (block): New function.
12379
12380 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12381 Daniel Jacobowitz <dan@codesourcery.com>
12382
12383 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12384
12385 2010-02-25 David S. Miller <davem@davemloft.net>
12386
12387 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12388 fix logic for setting all_syscalls_numbers.
12389
12390 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12391
12392 * Makefile.in: Add py-block and py-symbol.
12393 * gdb.python/py-symbol.exp: New File.
12394 * gdb.python/py-symtab.exp: New File.
12395 * gdb.python/py-block.exp: New File.
12396 * gdb.python/py-symbol.c: New File.
12397 * gdb.python/py-block.c: New File.
12398
12399 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12400
12401 PR python/11314
12402 * lib/gdb.exp (skip_python_tests): New function.
12403 * gdb.python/py-cmd.exp: Use skip_python_tests.
12404 * gdb.python/py-frame.exp: Likewise.
12405 * gdb.python/py-function.exp: Likewise.
12406 * gdb.python/py-prettyprint.exp: Likewise.
12407 * gdb.python/py-template.exp: Likewise.
12408 * gdb.python/py-type.exp: Likewise.
12409 * gdb.python/py-value.exp: Likewise.
12410
12411 2010-02-22 Pedro Alves <pedro@codesourcery.com>
12412
12413 PR9605
12414
12415 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12416
12417 2010-02-19 Tom Tromey <tromey@redhat.com>
12418
12419 PR c++/8693, PR c++/9496:
12420 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12421 regression tests.
12422
12423 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12424
12425 Fix compatibility with m68k as.
12426 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12427 Use only /* comments */.
12428
12429 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12430
12431 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12432 * configure: Regenerate.
12433
12434 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12435
12436 * gdb.python/py-type.exp: Check for Python support.
12437
12438 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12439
12440 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12441 `regsub' syntax available.
12442
12443 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12444
12445 * gdb.base/shmain.c (main): Remove printf call.
12446 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12447 * gdb.base/unload.c (main): Make format of fprintf a string
12448 literal. Add missing endlines to prints to stderr.
12449 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12450
12451 2010-02-17 Tom Tromey <tromey@redhat.com>
12452
12453 * gdb.java/jprint.java (jprint.props): New field.
12454 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12455
12456 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12457
12458 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12459 available.
12460
12461 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12462
12463 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12464 creation to support remote host testing.
12465
12466 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12467
12468 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12469 Recognize "command not found".
12470
12471 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12472
12473 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12474 single-stepping.
12475
12476 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12477
12478 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12479 if arguments are not supported.
12480
12481 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12482
12483 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12484 be const or non-const.
12485
12486 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12487
12488 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12489 mi_send_resuming_command to send -exec-continue.
12490
12491 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12492
12493 * gdb.base/list.exp (test_list_filename_and_function): Add test
12494 with single quotes.
12495 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12496 matching.
12497 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12498 Add KFAIL'd tests for PR gdb/11289.
12499
12500 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12501
12502 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12503
12504 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12505
12506 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12507 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12508 a temporary directory.
12509
12510 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12511
12512 * gdb.base/charset.exp: Use a single regular expression to match
12513 show host-charset and show target-charset output.
12514
12515 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12516
12517 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12518 "Illegal process-id" expect string more exact.
12519 (attach to digits-starting nonsense is prohibited): New.
12520
12521 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12522
12523 * gdb.base/prelink.exp (set verbose on): New.
12524
12525 2010-02-12 Tomas Holmberg <th@virtutech.com>
12526
12527 * mi-reverse.exp: New file. Test for reverse option to the
12528 following MI commands: exec-continue, exec-finish, exec-next,
12529 exec-step, exec-next-instruction, exec-step-instruction.
12530
12531 2010-02-09 Joel Brobecker <brobecker@adacore.com>
12532
12533 * gdb.ada/ptype_tagged_param: New testcase.
12534
12535 2010-02-08 Tom Tromey <tromey@redhat.com>
12536
12537 PR c++/8017:
12538 * gdb.cp/overload.exp: Add tests.
12539 * gdb.cp/overload.cc (struct K): New.
12540 (namespace N): New.
12541 (main): Call new functions.
12542 (K::staticoverload): Define.
12543
12544 2010-02-08 Chris Moller <moller@mollerware.com>
12545
12546 PR gdb/10728
12547 * gdb.cp/pr10728-x.h: New file.
12548 * gdb.cp/pr10728-x.cc: New file.
12549 * gdb.cp/pr10728-y.cc: New file.
12550 * gdb.cp/pr10728.exp: New file.
12551 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12552
12553 2010-02-08 Chris Moller <moller@mollerware.com>
12554
12555 PR gdb/9067
12556 * gdb.cp/pr9067.exp: New
12557 * gdb.cp/pr9067.cc: New
12558 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12559
12560 2010-02-08 Joel Brobecker <brobecker@adacore.com>
12561
12562 * lib/gdb.exp (gdb_test_timeout): New global variable.
12563 Set it to timeout if not already set.
12564 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12565
12566 2010-02-05 Doug Evans <dje@google.com>
12567
12568 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12569 user.
12570
12571 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12572
12573 PR c++/7935:
12574 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
12575
12576 2010-02-04 Tom Tromey <tromey@redhat.com>
12577
12578 * gdb.cp/virtbase.exp: Make test case names unique.
12579
12580 2010-02-02 Tom Tromey <tromey@redhat.com>
12581
12582 * gdb.cp/virtbase.exp: Add regression tests.
12583 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
12584 (main): Instantiate RHC.
12585
12586 2010-02-02 Tom Tromey <tromey@redhat.com>
12587
12588 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
12589 type-printing change.
12590
12591 2010-02-02 Tom Tromey <tromey@redhat.com>
12592
12593 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
12594 * gdb.cp/virtbase.cc: New file.
12595 * gdb.cp/virtbase.exp: New file.
12596 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
12597
12598 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12599
12600 PR libc/11214:
12601 * gdb.threads/current-lwp-dead.c: Include features.h.
12602 (HAS_NOMMU): New.
12603 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
12604
12605 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12606
12607 * gdb.base/symbol-without-target_section.exp,
12608 gdb.base/symbol-without-target_section.c: New.
12609
12610 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12611
12612 * gdb.base/bigcore.exp: Reset increased timeout.
12613 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
12614
12615 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12616
12617 * gdb.base/gcore.exp (capture_command_output): Use
12618 gdb_test_multiple.
12619
12620 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12621
12622 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
12623 * gdb.arch/thumb2-it.exp (test_it_break): New function.
12624 (Top level): Call it.
12625
12626 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12627
12628 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
12629
12630 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12631
12632 * gdb.base/call-strs.exp, gdb.base/default.exp,
12633 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
12634 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
12635 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
12636 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
12637 gdb.base/watchpoint-solib.exp: Save and restore timeout.
12638 * gdb.base/ending-run.exp: Correct restore of timeout.
12639 * gdb.base/page.exp: Remove unnecessary timeout setting.
12640
12641 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12642
12643 * gdb.ada/rec_return: New testcase.
12644
12645 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12646
12647 * gdb.ada/call_pn: New testcase.
12648
12649 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12650
12651 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
12652 (Top level): Use it to resume.
12653 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
12654 the Thumb mode displaced stepping error as unsupported.
12655
12656 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
12657
12658 * gdb.cp/nsusing.exp: Added more tests.
12659 * gdb.cp/nsrecurs.exp: Ditto.
12660 * gdb.cp/nsusing.cc: Added test functions.
12661 * gdb.cp/nsrecurs.cc: Ditto.
12662
12663 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12664
12665 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
12666 absolute directory pathnames in gdb.sum file.
12667
12668 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
12669
12670 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
12671 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
12672
12673 2010-01-26 Tom Tromey <tromey@redhat.com>
12674
12675 PR exp/7643:
12676 * gdb.base/printcmds.exp (test_print_string_constants): Remove
12677 setup_kfail.
12678
12679 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
12680
12681 * gdb.cp/nsrecurs.exp: New test.
12682 * gdb.cp/nsrecurs.cc: New test program.
12683 * gdb.cp/nsstress.exp: New test.
12684 * gdb.cp/nsstress.cc: New test program.
12685 * gdb.cp/nsdecl.exp: New test.
12686 * gdb.cp/nsdecl.cc: New test program.
12687
12688 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
12689
12690 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
12691 imported into file scope.
12692 Marked test as xfail.
12693 * gdb.cp/namespace-using.cc (marker5): New function.
12694 * gdb.cp/shadow.exp: New test.
12695 * gdb.cp/shadow.cc: New test program.
12696 * gdb.cp/nsimport.exp: New test.
12697 * gdb.cp/nsimport.cc: New test program.
12698
12699 2010-01-25 Tom Tromey <tromey@redhat.com>
12700
12701 PR gdb/11049:
12702 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
12703 with "set print null-stop on".
12704
12705 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12706
12707 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
12708 Adjust it for DISASSEMBLY_OMIT_FNAME.
12709
12710 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12711
12712 PR symtab/11199:
12713 * gdb.dwarf2/member-ptr-forwardref.exp,
12714 gdb.dwarf2/member-ptr-forwardref.S: New.
12715
12716 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12717
12718 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
12719 (thread1_func): Protect thread1_tid with thread1_tid_cond by
12720 thread1_tid_mutex. Remove gdbstop_mutex handling.
12721 (thread2_func): Protect thread2_tid with thread2_tid_cond by
12722 thread2_tid_mutex. Remove gdbstop_mutex handling.
12723 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
12724 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
12725 pthread_cond_wait conditionalizations by while loops.
12726
12727 2010-01-20 Tom Tromey <tromey@redhat.com>
12728
12729 PR backtrace/10770:
12730 * gdb.dwarf2/pr10770.exp: New file.
12731 * gdb.dwarf2/pr10770.c: New file.
12732 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
12733
12734 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
12735
12736 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
12737 that target was removed, and the test always runs native anyway.
12738
12739 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12740
12741 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
12742 gdb.base/watchpoint-cond-gone-stripped.c: New.
12743
12744 2010-01-19 Tom Tromey <tromey@redhat.com>
12745
12746 PR c++/8000:
12747 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
12748 existing tests.
12749 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
12750 (main): Use AAA::SomeEnum.
12751
12752 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12753
12754 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
12755 (test_ignore_count): Declare line_callme_body global.
12756 (run to breakpoint with ignore count): Use line_callme_body.
12757 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
12758 (set line_main_hello, set line_main_return): Reindent.
12759 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
12760 New.
12761 (continue to callee4): Use line_callee4_body.
12762 (check *stopped from CLI command): Use line_callee4_next.
12763 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
12764 (set line_main_hello, set line_main_return): Reindent.
12765 (set line_callee4_head, set line_callee4_body): New.
12766 (continue to callee4): Use line_callee4_body.
12767
12768 2010-01-18 Tom Tromey <tromey@redhat.com>
12769
12770 PR c++/9680:
12771 * gdb.cp/casts.cc: Add new classes and variables.
12772 * gdb.cp/casts.exp: Test new operators.
12773
12774 2010-01-18 Tom Tromey <tromey@redhat.com>
12775 Thiago Jung Bauermann <bauerman@br.ibm.com>
12776
12777 * gdb.python/source2.py: New file.
12778 * gdb.python/source1: New file.
12779 * gdb.python/python.exp: Test "source" command.
12780
12781 2010-01-15 Stan Shebs <stan@codesourcery.com>
12782
12783 * gdb.trace/tfile.c: New file.
12784 * gdb.trace/tfile.exp: New file.
12785
12786 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12787
12788 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
12789
12790 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12791
12792 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
12793
12794 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12795
12796 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
12797 (libfunc): New parameter action. Implement also selectable "sleep".
12798 * gdb.base/break-interp-main.c: Include assert.h.
12799 (libfunc): New parameter action.
12800 (main): New parameters argc and argv. Assert argc. Pass argv.
12801 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
12802 (test_attach): New proc.
12803 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
12804 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
12805
12806 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12807
12808 * gdb.base/break-interp.exp (test_core): New proc.
12809 (test_ld): Call it.
12810
12811 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12812
12813 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
12814 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
12815 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
12816 and gdb_compile_shlib. Use new -Wl compiler options.
12817 (dl bt, main bt): New tests.
12818
12819 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12820
12821 Support PIEs with no symfile_objfile.
12822 * gdb.base/break-interp.exp: New argument at the test_ld calls.
12823 (test_ld): New parameter trynosym.
12824 (test_ld <$trynosym>): New block.
12825
12826 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12827
12828 * gdb.base/break-interp.exp: New file.
12829
12830 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
12831
12832 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
12833 * gdb.python/py-prettyprint.py (pp_ls): New printer.
12834 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
12835 test.
12836 * gdb.python/py-prettyprint.c: Define lazystring test structure.
12837 * gdb.python/py-mi.exp: Add lazy string test.
12838
12839 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
12840
12841 * lib/mi-support.exp (mi_check_thread_states): Handle
12842 core number in thread listing.
12843
12844 2010-01-12 Joel Brobecker <brobecker@adacore.com>
12845
12846 * gdb.base/maint.exp: Adjust the expected output for the
12847 "maint print type" test. Use gdb_test_multiple instead of
12848 gdb_sent/gdb_expect.
12849
12850 2010-01-11 Doug Evans <dje@google.com>
12851
12852 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
12853 from gdbserver_download. All callers updated.
12854
12855 * gdb.server/ext-run.exp: "info os processes" requires xml support.
12856
12857 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12858
12859 Implement binary numbers parsing.
12860 * gdb.base/printcmds.exp (test_integer_literals_accepted)
12861 (test_integer_literals_rejected): New binary tests.
12862
12863 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12864
12865 * gdb.cell/configure: Regenerate.
12866
12867 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12868
12869 * gdb.base/corefile.exp: Move the core finding block out and call it as
12870 core_find, new variable $corefile, replace corefile by $corefile and
12871 [file tail $corefile] for usage vs. test names resp.
12872 * lib/gdb.exp (core_find): Move it as a new function here. New
12873 parameter binfile and deletefiles. New variable $destcore. Pre-delete
12874 $destcore. Return "" on error.
12875
12876 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12877
12878 Workaround PR binutils/10802.
12879 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
12880 (twice).
12881
12882 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12883
12884 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
12885
12886 2010-01-08 Joel Brobecker <brobecker@adacore.com>
12887
12888 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
12889 call, to avoid interruption.
12890
12891 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12892
12893 * gdb.stabs/weird.def (args93): New.
12894
12895 2010-01-07 Doug Evans <dje@google.com>
12896
12897 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
12898
12899 2010-01-07 Tom Tromey <tromey@redhat.com>
12900
12901 * gdb.base/source.exp: Use correct line number.
12902
12903 2010-01-05 Stan Shebs <stan@codesourcery.com>
12904
12905 * gdb.trace/tracecmd.exp: Test ftrace.
12906
12907 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12908
12909 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
12910
12911 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12912
12913 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
12914 "uint_for_mi_testing".
12915
12916 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12917
12918 Test indented comment in file being sourced.
12919 * gdb.base/commands.exp: Test indented comment in file being sourced.
12920
12921 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12922
12923 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
12924 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
12925 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
12926 notice.
12927
12928 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12929
12930 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
12931 notice.
12932
12933 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12934
12935 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
12936 missing $after_stopped and comma (,) expectation.
12937
12938 2009-12-31 Stan Shebs <stan@codesourcery.com>
12939
12940 * gdb.trace/actions.exp: Test teval action.
12941
12942 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
12943
12944 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
12945 (top level): Call test_watchpoint_in_big_blob.
12946 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
12947 watchpoints.
12948 (func3): Write to buf.
12949
12950 2009-12-29 Stan Shebs <stan@codesourcery.com>
12951
12952 * gdb.trace/actions.exp: Test default-collect.
12953
12954 2009-12-28 Stan Shebs <stan@codesourcery.com>
12955
12956 * gdb.trace/tsv.exp: New file.
12957 * gdb.base/completion.exp: Update ambiguous info output.
12958
12959 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
12960
12961 * gdb.base/find.c (main): Reference search buffers.
12962 * gdb.base/included.c (main): Reference integer.
12963 * gdb.base/ptype.c (charfoo): Declare.
12964 (intfoo): Call charfoo.
12965 * gdb.base/scope0.c (useitp): New function.
12966 (usestatics): Use useitp.
12967 (useit): Add a type for val.
12968 * gdb.base/scope1.c (useit1): Take a pointer argument.
12969 (usestatics1): Update calls to useit1.
12970 * gdb.cp/call-c.cc: Declare foo.
12971 (main): Call foo.
12972 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
12973 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
12974 (main): Call C::ensureRefs and ensureOtherRefs.
12975 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
12976 variables.
12977 (ensureOtherRefs): New function.
12978 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
12979 * gdb.cp/templates.cc (main): Call t5i.value.
12980
12981 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12982
12983 Fix compatibility with G++-4.5.
12984 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
12985 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
12986 (uncaught return): Remove.
12987
12988 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12989 Phil Muldoon <pmuldoon@redhat.com>
12990
12991 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
12992 (bp_location13, bp_location14, bp_location17, bp_location18)
12993 (marker3_proto, marker4_proto): New variables.
12994 (breakpoint info): Update output.
12995 (run until breakpoint at marker3, run until breakpoint at marker4): New
12996 tests.
12997
12998 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12999
13000 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13001 Replace the printf call of Y by provided "y-set-1" label. New block
13002 for the second shared library.
13003 * gdb.base/unload.exp: Compile also the second library, call
13004 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13005 (single pending breakpoint info): Rename to ...
13006 (pending breakpoint info before run): ... this extended test.
13007 (libfile2, libname2, libsrcfile2, libsrc2)
13008 (lib_sl2): New variables.
13009 (exec_opts): Set also SHLIB_NAME2.
13010 (pending breakpoint info on first run at shrfunc1)
13011 (pending breakpoint info on second run at shrfunc1)
13012 (pending breakpoint info on second run at shrfunc2)
13013 (print y from libfile, print y from libfile2): New tests.
13014 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13015 * gdb.base/unloadshr2.c: New.
13016
13017 2009-12-22 Hui Zhu <teawater@gmail.com>
13018
13019 * gdb.reverse/sigall-reverse.exp: Adjust.
13020
13021 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13022
13023 PR gdb/10884
13024
13025 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13026 (main): Call do_bitfield_tests.
13027 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
13028
13029 2009-12-20 Joel Brobecker <brobecker@adacore.com>
13030
13031 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13032 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13033 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13034 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13035 gdb.modula2/unbounded1.c: Update copyright header.
13036
13037 2009-12-10 Chris Moller <moller@mollerware.com>
13038
13039 PR gdb/9399
13040 * gdb.cp/virtfunc2.exp: New tests
13041 * gdb.cp/virtfunc2.cc: New tests
13042 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13043
13044 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13045
13046 * gdb.reverse/i387-env-reverse.c: New file.
13047 * gdb.reverse/i387-env-reverse.exp: New file.
13048 * gdb.reverse/i387-stack-reverse.c: New file.
13049 * gdb.reverse/i387-stack-reverse.exp: New file.
13050
13051 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13052
13053 * gdb.python/py-type.exp (test_range): New test.
13054
13055 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13056
13057 PR python/10805
13058
13059 * gdb.python/py-type.exp: New file.
13060 * gdb.python/py-type.c: New file.
13061 * Makefile.in: Add py-type.
13062
13063 2009-12-03 Tom Tromey <tromey@redhat.com>
13064
13065 * gdb.python/py-value.exp (test_parse_and_eval): New
13066 function.
13067
13068 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13069
13070 PR gdb/11022
13071
13072 * gdb.base/pr11022.exp: New test.
13073 * gdb.base/pr11022.c: New test.
13074
13075 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13076
13077 Fix spurious false FAILs.
13078 * gdb.base/structs.c (chartest): New.
13079 (main): Fill-in chartest.
13080 * gdb.base/structs.exp (anychar_re, first): New.
13081 (start_structs_test): Import global anychar_re and first.
13082 New gdb_test call "set print elements 300; ${testfile}"
13083 (start_structs_test <$first>): New block.
13084 (any): Import global anychar_re. New variable ac. Use ${ac}.
13085
13086 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13087
13088 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13089
13090 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13091
13092 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13093 Force $srcfile file.
13094 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13095
13096 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13097
13098 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13099 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13100 * gdb.threads/watchthreads-reorder.exp: Likewise.
13101
13102 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13103
13104 PR gdb/8704
13105
13106 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13107 "if", and "thread". Correct matching in the previous test.
13108
13109 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13110
13111 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13112
13113 2009-11-23 Michael Snyder <msnyder@vmware.com>
13114
13115 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13116 * gdb.reverse-watch-precsave.exp: Ditto.
13117
13118 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13119
13120 * gdb.asm/asm-source.exp: Adjust.
13121 * gdb.base/help.exp: Adjust.
13122
13123 2009-11-22 Pedro Alves <pedro@codesourcery.com>
13124
13125 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13126 (do_syscall_tests_without_xml): Set data-directory to
13127 /the/path/to/nowhere.
13128
13129 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13130
13131 * gdb.threads/local-watch-wrong-thread.c,
13132 gdb.threads/local-watch-wrong-thread.exp: New files.
13133
13134 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13135
13136 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13137 assume new `regsub' syntax available.
13138
13139 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13140
13141 * gdb.base/watchpoint-hw-hit-once.exp,
13142 gdb.base/watchpoint-hw-hit-once.c: New.
13143
13144 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13145
13146 * gdb.threads/watchthreads-reorder.exp,
13147 gdb.threads/watchthreads-reorder.c: New.
13148
13149 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13150
13151 * gdb.xml/tdesc-regs.exp: Use for m68k.
13152
13153 2009-11-15 Pedro Alves <pedro@codesourcery.com>
13154
13155 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
13156
13157 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13158
13159 * lib/gdb.exp (current_target_name): New procedure.
13160 (gdb_wrapper_target): New variable.
13161 (gdb_wrapper_init): Set gdb_wrapper_target.
13162 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
13163 wrapper.
13164
13165 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13166
13167 * gdb.base/remote.exp: Delete the slowest load test.
13168 Do not load with fixed packet sizes.
13169
13170 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13171
13172 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
13173
13174 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13175
13176 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
13177 srcfile when setting a breakpoint.
13178
13179 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
13180
13181 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
13182 macros.
13183
13184 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13185
13186 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
13187 to be in memory.
13188 * gdb.base/display.c (force_mem): New.
13189 (do_loops): Use it. Add breakpoint comments.
13190 (do_vars): Add a breakpoint comment.
13191 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
13192 line numbers.
13193
13194 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
13195
13196 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
13197 instead of a bare "run".
13198
13199 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
13200
13201 * gdb.python/py-prettyprint.exp: Adjust.
13202
13203 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13204
13205 * lib/cell.exp (skip_cell_tests): Clean up test files before
13206 returning.
13207
13208 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13209
13210 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13211 and the breakpoint menu. Do not call perror if a prompt is seen.
13212 Consume the following GDB prompt.
13213 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13214 * gdb.cp/namespace.exp: Use gdb_test.
13215 * gdb.cp/templates.exp: Use gdb_test.
13216 (test_template_breakpoints): Use gdb_test_multiple.
13217
13218 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13219
13220 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13221 (marker4): Reference values.
13222
13223 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13224
13225 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13226 is missing.
13227
13228 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13229
13230 * gdb.base/break.c (need_malloc): New.
13231 * gdb.base/constvars.c (main): Reference crass and crisp.
13232 * gdb.base/gdb1821.c (main): Reference bar.
13233 * gdb.cp/gdb1355.cc (main): Reference s1.
13234 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13235 (main): Call them.
13236 * gdb.cp/hang2.cc (dummy2): Define.
13237 * gdb.cp/hang3.cc (dummy3): Define.
13238 * gdb.cp/m-data.cc (main): Reference shadow.
13239
13240 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13241 Nathan Froyd <froydnj@codesourcery.com>
13242
13243 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13244 remote host.
13245
13246 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13247
13248 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13249 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13250 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13251 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13252 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13253 * gdb.dwarf2/dw2-producer.exp: Likewise.
13254 * gdb.dwarf2/mac-fileno.exp: Likewise.
13255 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13256 py-prettyprint.py to the remote host.
13257 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13258
13259 2009-11-11 Keith Seitz <keiths@redhat.com>
13260
13261 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13262 use it instead of "Foo".
13263 * gdb.cp/classes.exp (do_tests): Add a test to access
13264 a method through a typedef'd class name.
13265
13266 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13267
13268 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13269 exponents.
13270 * gdb.base/pointers.exp: Likewise.
13271 * gdb.cp/ref-types.exp: Likewise.
13272
13273 2009-11-11 Keith Seitz <keiths@redhat.com>
13274
13275 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13276 new[] and delete[].
13277 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13278 "void".
13279 (probe_demangler): Remove all single-quoting of
13280 method and variable names.
13281 (info_func_regexp): Remove the word "void" from any
13282 occurrence of "(void)".
13283 (print_addr_2): Remove all single-quoting of
13284 method names.
13285 (print_addr_2_kfail): Likewise.
13286 (print_addr): Single-quote C function names before
13287 passing to print_addr_2.
13288 (test_paddr_operator_functions): Remove single-quoting
13289 for method names.
13290 Add tests for operator new[] and operator delete[].
13291
13292 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13293
13294 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13295
13296 2009-11-09 Keith Seitz <keiths@redhat.com>
13297
13298 * gdb.cp/overload.exp: Add tests for resolving overloaded
13299 methods in expression parsing/evaluation.
13300
13301 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13302
13303 * lib/gdb.exp (default_gdb_version): Use --version instead of
13304 --command.
13305
13306 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13307
13308 * lib/gdb.exp (gdb_compile_test): New.
13309 (skip_ada_tests, skip_java_tests): New.
13310 (gdb_compile): Use gdb_compile_test for f77.
13311 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13312 * lib/java.exp (compile_java_from_source): Remove runtests check,
13313 use gdb_compile_test to record result.
13314 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13315 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13316 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13317 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13318 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13319 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13320 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13321 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13322 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13323 adjust gdb_compile invocations.
13324
13325 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13326
13327 * Makefile.in (abs_builddir): New.
13328 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13329 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13330 `$(abs_builddir)/site.exp'.
13331
13332 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13333
13334 * config/m68k-emc.exp, lib/emc-support.exp,
13335 gdb.trace/gdb_c_test.c: Delete.
13336 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13337 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13338 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13339 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13340 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13341 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13342 casing for m68k-*-elf.
13343
13344 2009-11-03 Pedro Alves <pedro@codesourcery.com>
13345
13346 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13347 * gdb.arch/i386-prologue.exp: Likewise.
13348 * gdb.arch/i386-unwind.exp: Likewise.
13349
13350 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13351
13352 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13353
13354 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13355
13356 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13357
13358 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13359
13360 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13361
13362 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13363
13364 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13365
13366 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13367
13368 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13369 * gdb.base/sepdebug2.c: New file.
13370
13371 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13372
13373 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13374 the modified warnings for catch syscall. Verify if GDB was compiled
13375 with support for lib expat, and choose which tests to run depending
13376 on this.
13377
13378 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13379
13380 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13381 that composite commands are parsed OK. And also test
13382 that breakpoint commands do work.
13383
13384 2009-10-23 Michael Snyder <msnyder@vmware.com>
13385
13386 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13387 to allow for new disassembly style.
13388
13389 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13390
13391 * gdb.asm/asm-source.exp: Adjust.
13392
13393 2009-10-22 Michael Snyder <msnyder@vmware.com>
13394
13395 * gdb.reverse/break-precsave.exp: New test.
13396 * gdb.reverse/consecutive-precsave.exp: Ditto.
13397 * gdb.reverse/finish-precsave.exp: Ditto.
13398 * gdb.reverse/i386-precsave.exp: Ditto.
13399 * gdb.reverse/machinestate-precsave.exp: Ditto.
13400 * gdb.reverse/sigall-precsave.exp: Ditto.
13401 * gdb.reverse/solilb-precsave.exp: Ditto.
13402 * gdb.reverse/step-precsave.exp: Ditto.
13403 * gdb.reverse/until-precsave.exp: Ditto.
13404 * gdb.reverse/watch-precsave.exp: Ditto.
13405
13406 2009-10-22 Michael Snyder <msnyder@vmware.com>
13407
13408 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13409 for gdb_expect. Adjust one test's expect strings for the new
13410 format of disassemble.
13411 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13412 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13413 gdb_test_multiple.
13414 * gdb.reverse/step-reverse.exp: Delete 'return'.
13415 * gdb.reverse/until-reverse.exp: Delete blank lines.
13416 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13417
13418 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13419
13420 * gdb.base/consecutive.exp: Adjust.
13421 * gdb.base/display.exp: Likewise.
13422 * gdb.base/pc-fp.exp: Likewise.
13423 * gdb.base/sigbpt.exp: Likewise.
13424
13425 2009-10-19 Michael Snyder <msnyder@vmware.com>
13426
13427 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13428 * gdb.reverse/finish-reverse.c: Ditto.
13429 * gdb.reverse/sigall-reverse.c: Ditto.
13430 * gdb.reverse/solib-reverse.c: Ditto.
13431 * gdb.reverse/step-reverse.c: Ditto.
13432 * gdb.reverse/watch-reverse.c: Ditto.
13433
13434 2009-10-19 Pedro Alves <pedro@codesourcery.com>
13435 Stan Shebs <stan@codesourcery.com>
13436
13437 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13438 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13439 "Executing new program".
13440 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13441 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13442 left listed after having been killed.
13443 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13444 * gdb.base/maint.exp: Adjust test.
13445
13446 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13447 * gdb.multi/Makefile.in: New.
13448 * gdb.multi/base.exp: New.
13449 * gdb.multi/goodbye.c: New.
13450 * gdb.multi/hangout.c: New.
13451 * gdb.multi/hello.c: New.
13452 * gdb.multi/bkpt-multi-exec.c: New.
13453 * gdb.multi/bkpt-multi-exec.exp: New.
13454 * gdb.multi/crashme.c: New.
13455
13456 2009-10-13 Tristan Gingold <gingold@adacore.com>
13457
13458 * gdb.base/sepdebug.exp: Check debug info are found.
13459
13460 2009-10-08 Pedro Alves <pedro@codesourcery.com>
13461
13462 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13463 bits.
13464
13465 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13466
13467 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13468
13469 2009-10-07 Joel Brobecker <brobecker@adacore.com>
13470
13471 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13472 of the comments.
13473
13474 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13475
13476 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13477 * gdb.base/annota3.exp: Idem.
13478 * gdb.base/maint.exp: Idem.
13479
13480 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13481
13482 * lib/gdb.exp (default_gdb_init): Set current value of match_max
13483 to default.
13484
13485 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13486
13487 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
13488 mingw and cygwin targets.
13489
13490 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13491 Pedro Alves <pedro@codesourcery.com>
13492
13493 * lib/gdb.exp (gdb_compile): Avoid adding
13494 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13495
13496 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13497
13498 * gdb.base/shr1.c: Use %p in format string.
13499 * gdb.base/unload.c: Avoid warning in fprintf.
13500 * gdb.base/watchpoint-solib.c: Idem.
13501
13502 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13503
13504 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13505 long type.
13506 (test_unlink): Correct printf string.
13507 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13508 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13509
13510 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13511
13512 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13513 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13514 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13515
13516 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13517
13518 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13519 * gdb.objc/nondebug.exp: Likewise.
13520
13521 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13522
13523 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13524 target_info setting.
13525
13526 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13527 that detect new threads during "info threads".
13528
13529 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13530
13531 * gdb.threads/manythreads.c (main): Increase thread stack size
13532 to 2*PTHREAD_STACK_MIN.
13533 * gdb.threads/multi-create.c (main): Likewise.
13534 (create_function): Likewise.
13535
13536 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13537
13538 * gdb.base/dump.exp: Pass difference of pointer types instead
13539 of integer types as offset to restore in intarr3.srec case.
13540
13541 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13542
13543 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13544
13545 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13546
13547 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13548
13549 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
13550
13551 New test for two watchpoints, with disabling of
13552 the first inserted.
13553 * testsuite/gdb.base/watchpoints.c: New file.
13554 * testsuite/gdb.base/watchpoints.exp: New file.
13555
13556 2009-09-25 Tom Tromey <tromey@redhat.com>
13557
13558 * gdb.base/charset.exp: Test utf-16 strings with Python.
13559
13560 2009-09-25 Tom Tromey <tromey@redhat.com>
13561
13562 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13563 UCS-4.
13564 * gdb.base/charset.c (utf_32_string): Rename.
13565 (init_utf32): Rename.
13566 (main): Update.
13567
13568 2009-09-22 Tom Tromey <tromey@redhat.com>
13569
13570 * gdb.python/py-function.exp: Add regression tests.
13571
13572 2009-09-21 Keith Seitz <keiths@redhat.com>
13573
13574 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
13575 with invalid operator.
13576
13577 2009-09-21 Keith Seitz <keiths@redhat.com>
13578
13579 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
13580 and destructor using typedef name of class.
13581 * gdb.cp/classes.cc (class Base1): Add a destructor.
13582 (base1): New typedef.
13583 (use_methods): Instanitate an object of type base1.
13584 * gdb.cp/templates.exp (test_template_typedef): New procedure.
13585 (do_tests): Call test_template_typedef.
13586 * gdb.cp/templates.cc (Baz::~Baz): New method.
13587 (intBazOne): New typedef.
13588 (main): Instantiate intBazOne.
13589
13590 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13591
13592 PR python/10633
13593
13594 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
13595 Function.
13596 (run_lang_tests): Add print elements test.
13597
13598 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13599
13600 * gdb.python/py-value.exp (test_subscript_regression): New
13601 function. Test for invalid subscripts.
13602 * gdb.python/py-value.c (main): Add test array, and pointer to it.
13603 (ptr_ref): New function.
13604
13605 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13606
13607 * gdb.base/default.exp: Fix "show convenience".
13608
13609 2009-09-15 Tom Tromey <tromey@redhat.com>
13610
13611 * lib/mi-support.exp (mi_create_varobj): Update.
13612 (mi_create_floating_varobj): Likewise.
13613 (mi_create_dynamic_varobj): New proc.
13614 (mi_varobj_update): Update.
13615 (mi_varobj_update_with_type_change): Likewise.
13616 (mi_varobj_update_kv_helper): New proc.
13617 (mi_varobj_update_dynamic_helper): Rewrite.
13618 (mi_varobj_update_dynamic): New proc.
13619 (mi_list_varobj_children): Update.
13620 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
13621 * gdb.python/python-prettyprint.py (pp_outer): New class.
13622 (pp_nullstr): Likewise.
13623 (lookup_function): Register new printers.
13624 * gdb.python/python-prettyprint.c (struct substruct): New type.
13625 (struct outerstruct): Likewise.
13626 (substruct_test): New function.
13627 (struct nullstr): New type.
13628 (string_1, string_2): New globals.
13629 (main): Add new tests.
13630 * gdb.python/python-mi.exp: Added regression tests.
13631 * gdb.mi/mi2-var-display.exp: Update.
13632 * gdb.mi/mi2-var-cmd.exp: Update.
13633 * gdb.mi/mi2-var-child.exp: Update.
13634 * gdb.mi/mi2-var-block.exp: Update.
13635 * gdb.mi/mi-var-invalidate.exp: Update.
13636 * gdb.mi/mi-var-display.exp: Update.
13637 * gdb.mi/mi-var-cmd.exp: Update.
13638 * gdb.mi/mi-var-child.exp: Update.
13639 * gdb.mi/mi-var-block.exp: Update.
13640 * gdb.mi/mi-break.exp: Update.
13641 * gdb.mi/gdb701.exp: Update.
13642
13643 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13644
13645 * Makefile.in: Inclusion of catch-syscall object.
13646 * gdb.base/catch-syscall.c: New file.
13647 * gdb.base/catch-syscall.exp: New file.
13648
13649 2009-09-12 Michael Snyder <msnyder@vmware.com>
13650
13651 * gdb.reverse/step-reverse.exp: Explicitly check for targets
13652 that can support reverse debuggnig.
13653
13654 2009-09-11 Tom Tromey <tromey@redhat.com>
13655
13656 * gdb.dwarf2/valop.S: New file.
13657 * gdb.dwarf2/valop.exp: New file.
13658
13659 2009-09-11 Mark Kettenis <kettenis@gnu.org>
13660
13661 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
13662
13663 2009-09-10 Doug Evans <dje@google.com>
13664
13665 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
13666 Add $gdb_prompt to second breakpoint regexp.
13667
13668 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
13669
13670 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
13671 names, add missing ones.
13672 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
13673 * gdb.python/py-frame.c: Rename from python-frame.c.
13674 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
13675 testfile name.
13676 * gdb.python/py-function.exp: Rename from python-function.exp.
13677 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
13678 testfile name.
13679 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
13680 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
13681 Adjust testfile name.
13682 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
13683 * gdb.python/py-template.cc: Rename from python-template.cc.
13684 * gdb.python/py-template.exp: Rename from python-template.exp.
13685 Adjust testfile name.
13686 * gdb.python/py-value.c: Rename from python-value.c.
13687 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
13688 testfile name.
13689
13690 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13691
13692 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
13693 $bpt2address.
13694 (Second breakpoint address is valid on ia64)
13695 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
13696
13697 2009-09-03 Joseph Myers <joseph@codesourcery.com>
13698
13699 * gdb.base/ending-run.exp: Restrict regular expression matching
13700 line number to require closing brace following.
13701
13702 2009-09-03 Doug Evans <dje@google.com>
13703
13704 * gdb.base/store.exp (check_set): Fix typo in expected value message.
13705
13706 2009-09-02 Tom Tromey <tromey@redhat.com>
13707
13708 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
13709
13710 2009-09-02 Tom Tromey <tromey@redhat.com>
13711
13712 * gdb.dwarf2/callframecfa.exp: New file.
13713 * gdb.dwarf2/callframecfa.S: New file.
13714
13715 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13716
13717 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
13718 gdb.base/solib-overlap-main.c: New.
13719
13720 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
13721
13722 PR gdb/10565
13723
13724 * gdb.base/bitfields.c (struct container, container): New.
13725 (main): Initialize it and call break5.
13726 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
13727
13728 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13729
13730 Support constant DW_AT_data_member_location by GCC PR debug/40659.
13731 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
13732
13733 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13734
13735 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
13736
13737 2009-08-26 Michael Snyder <msnyder@vmware.com>
13738
13739 * gdb.base/i386-reverse.c: New file.
13740 * gdb.base/i386-reverse.exp: New file.
13741 * gdb.base/Makefile.in: Add new files to be removed.
13742
13743 2009-08-26 Joseph Myers <joseph@codesourcery.com>
13744
13745 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
13746 environment-pwd for remote host.
13747 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
13748
13749 2009-08-24 Keith Seitz <keiths@redhat.com>
13750
13751 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
13752 Add two new C++ completer tests which limit the output to a
13753 given class.
13754
13755 2009-08-24 Michael Snyder <msnyder@vmware.com>
13756
13757 * gdb.base/del.exp: Fix typo in comment.
13758 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
13759
13760 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13761
13762 * configure: Regenerate.
13763 * gdb.hp/configure: Likewise.
13764 * gdb.hp/gdb.aCC/configure: Likewise.
13765 * gdb.hp/gdb.base-hp/configure: Likewise.
13766 * gdb.hp/gdb.compat/configure: Likewise.
13767 * gdb.hp/gdb.defects/configure: Likewise.
13768 * gdb.hp/gdb.objdbg/configure: Likewise.
13769 * gdb.stabs/configure: Likewise.
13770
13771 2009-08-19 Doug Evans <dje@google.com>
13772
13773 * gdb.base/gdbvars.c: New file.
13774 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
13775
13776 2009-08-14 Pedro Alves <pedro@codesourcery.com>
13777
13778 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
13779 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
13780
13781 2009-08-13 Pedro Alves <pedro@codesourcery.com>
13782
13783 * gdb.base/default.exp: Adjust "set language test": it's now an
13784 enum command. Larger help string moved to "help set language".
13785 * gdb.base/help.exp: Adjust "help set language" expected output,
13786 now lists all known languages.
13787
13788 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
13789
13790 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
13791 all frame arguments.
13792 * gdb.arch/altivec-regs.exp: Likewise.
13793
13794 2009-08-07 Tom Tromey <tromey@redhat.com>
13795
13796 * gdb.base/setshow.exp: Add tests for changes to set language, set
13797 check range, and set check type.
13798
13799 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
13800
13801 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
13802 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
13803 Call it.
13804
13805 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13806
13807 * configure.ac: Run gdb.cell tests when appropriate.
13808 * configure: Regenerate.
13809 * lib/cell.exp: New file.
13810 * gdb.cell: New directory.
13811 * gdb.cell/configure.ac: New file.
13812 * gdb.cell/configure: New file.
13813 * gdb.cell/Makefile.in: New file.
13814 * gdb.cell/arch.exp: New file.
13815 * gdb.cell/break.c: New file.
13816 * gdb.cell/break.exp: New file.
13817 * gdb.cell/break-spu.c: New file.
13818 * gdb.cell/bt.c: New file.
13819 * gdb.cell/bt2-spu.c: New file.
13820 * gdb.cell/bt-spu.c: New file.
13821 * gdb.cell/bt.exp: New file.
13822 * gdb.cell/coremaker.c: New file.
13823 * gdb.cell/coremaker-spu.c: New file.
13824 * gdb.cell/core.exp: New file.
13825 * gdb.cell/gcore.exp: New file.
13826 * gdb.cell/data.c: New file.
13827 * gdb.cell/data.exp: New file.
13828 * gdb.cell/data-spu.c: New file.
13829 * gdb.cell/ea-cache.exp: New file.
13830 * gdb.cell/ea-cache.c: New file.
13831 * gdb.cell/ea-cache-spu.c: New file.
13832 * gdb.cell/ea-standalone.c: New file.
13833 * gdb.cell/ea-standalone.exp: New file.
13834 * gdb.cell/ea-test.c: New file.
13835 * gdb.cell/ea-test.exp: New file.
13836 * gdb.cell/f-regs.exp: New file.
13837 * gdb.cell/mem-access.c: New file.
13838 * gdb.cell/mem-access.exp: New file.
13839 * gdb.cell/mem-access-spu.c: New file.
13840 * gdb.cell/ptype.exp: New file.
13841 * gdb.cell/registers.exp: New file.
13842 * gdb.cell/size.c: New file.
13843 * gdb.cell/sizeof.exp: New file.
13844 * gdb.cell/size-spu.c: New file.
13845 * gdb.cell/solib.exp: New file.
13846 * gdb.cell/solib-symbol.exp: New file.
13847
13848 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13849
13850 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
13851
13852 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
13853
13854 * gdb.base/float.exp: Handle VFP registers.
13855
13856 2009-07-14 Michael Snyder <msnyder@vmware.com>
13857
13858 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
13859 to bring gdb to the beginning of the calling line.
13860
13861 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
13862 confusing the i386 epilogue unwinder.
13863
13864 2009-07-14 Stan Shebs <stan@codesourcery.com>
13865
13866 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
13867
13868 2009-07-14 Michael Snyder <msnyder@vmware.com>
13869
13870 * gdb.reverse/step-reverse.exp (stepi into function call):
13871 Call instruction may not be first instruction in the line.
13872 (reverse stepi from a function call): Used wrong line number.
13873
13874 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13875
13876 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
13877
13878 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13879
13880 Fix gdb.base/macscp.exp when using custom inputrc.
13881 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
13882 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
13883 env(TERM) set.
13884 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
13885 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
13886
13887 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13888
13889 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
13890 * gdb.base/annota1.exp (thread_test): Import global $testfile.
13891 Change the compilation target to match the testcase name.
13892 * gdb.base/sect-cmd.exp: Change the compilation target to match the
13893 testcase name.
13894 * a2-run.exp: Use for setup prepare_for_testing. Change the
13895 compilation target to match the testcase name.
13896 * gdb.base/commands.exp: Likewise.
13897 * gdb.base/finish.exp: Likewise.
13898 * gdb.base/float.exp: Likewise.
13899 * gdb.base/info-target.exp: Likewise.
13900 * gdb.base/relational.exp: Likewise.
13901 * gdb.base/term.exp: Likewise.
13902 * gdb.base/until.exp: Likewise.
13903 * gdb.base/volatile.exp: Likewise.
13904 * gdb.base/whatis-exp.exp: Likewise.
13905
13906 2009-07-11 Hui Zhu <teawater@gmail.com>
13907
13908 * gdb.base/help.exp (disassemble): Update expected help text.
13909
13910 2009-07-09 Tom Tromey <tromey@redhat.com>
13911
13912 * lib/gdb.exp: Handle TRANSCRIPT.
13913 (remote_spawn, remote_close, send_gdb): New procs.
13914
13915 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
13916
13917 * gdb.python/python-prettyprint.c: Add counted null string
13918 structure.
13919 * gdb.python/python-prettyprint.exp: Print null string. Test for
13920 embedded nulls.
13921 * gdb.python/python-prettyprint.py (pp_ns): New Function.
13922 * gdb.python/python-value.exp (test_value_in_inferior): Add
13923 variable length string fetch tests.
13924 * gdb.python/python-value.c (main): Add strings for string fetch tests.
13925
13926 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13927
13928 * gdb.base/dump.exp (inaccessible memory is reported): New test.
13929
13930 2009-07-07 Tom Tromey <tromey@redhat.com>
13931
13932 * gdb.base/call-rt-st.exp: Update for change to escape output.
13933 * gdb.base/callfuncs.exp: Likewise.
13934 * gdb.base/charset.exp: Likewise.
13935 * gdb.base/constvars.exp: Likewise.
13936 * gdb.base/long_long.exp: Likewise.
13937 * gdb.base/pointers.exp: Likewise.
13938 * gdb.base/printcmds.exp: Likewise.
13939 * gdb.base/setvar.exp: Likewise.
13940 * gdb.base/store.exp: Likewise.
13941 * gdb.cp/ref-types.exp: Likewise.
13942 * gdb.mi/mi-var-child.exp: Likewise.
13943 * gdb.mi/mi-var-display.exp: Likewise.
13944 * gdb.mi/mi2-var-display.exp: Likewise.
13945 * gdb.base/charset.exp: Test octal escape sequence length.
13946 Update for change to escape output.
13947
13948 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13949
13950 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
13951
13952 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
13953
13954 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
13955
13956 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13957
13958 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
13959 gdbserver increasing $portnum if "Can't bind address" has been seen.
13960
13961 2009-07-05 Pedro Alves <pedro@codesourcery.com>
13962
13963 * gdb.base/ending-run.exp: Add "step out of main" pattern for
13964 mingw32ce.
13965
13966 2009-07-05 Pedro Alves <pedro@codesourcery.com>
13967
13968 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
13969 VFP format.
13970
13971 2009-07-02 Pedro Alves <pedro@codesourcery.com>
13972
13973 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
13974 linux. Adjust to use "inferior", "info inferiors", "detach
13975 inferior" and "kill inferior" instead of "restart", "info fork",
13976 "detach fork" and "delete fork".
13977 * gdb.base/ending-run.exp: Spell out "info".
13978 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
13979 the "kill" command.
13980
13981 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13982
13983 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
13984 change to prefix TLS offset in hex with 0x.
13985
13986 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13987
13988 * gdb.base/default.exp: Update test case for "x" changes.
13989
13990 2009-07-01 Tristan Gingold <gingold@adacore.com>
13991
13992 * gdb.base/bigcore.exp: Make darwin untested.
13993
13994 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13995
13996 * gdb.base/completion.exp (directory completion): Create the directory.
13997 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
13998 escapeuniquesub.
13999 (directory completion 2): Expect now ${escapeuniquesub}.
14000 (Glob remaining of directory test): Remove one excessive newline.
14001 Expect the real output.
14002
14003 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14004
14005 Fix `make check//%' target after `make check' has been ran.
14006 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14007 a mkdir call.
14008 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14009 (%/.dir): Remove.
14010
14011 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14012
14013 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14014 the expected result record.
14015
14016 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14017
14018 Remove racy FAILs relying just on the timeouts.
14019 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14020 (annotation_level 2): Remove racy FAILs.
14021
14022 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14023
14024 gdb/10275
14025 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14026
14027 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14028
14029 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14030
14031 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14032
14033 * gdb.mi/mi-stack.exp: Testing symbolic options
14034 to -stack-list-locals and -stack-list-arguments.
14035
14036 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14037
14038 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14039
14040 2009-06-29 Tom Tromey <tromey@redhat.com>
14041
14042 * dg-extract-results.sh: New file.
14043 * Makefile.in (FORCE_PARALLEL): New variable.
14044 (CHECK_TARGET): New conditional variable.
14045 (check): Use CHECK_TARGET.
14046 (DO_RUNTEST): New variable.
14047 (check-single): New target.
14048 (TEST_DIRS): New variable.
14049 (TEST_TARGETS): Likewise.
14050 (check-parallel): New target.
14051 (check-gdb.%): New pattern.
14052 (BASE1_FILES): New variable.
14053 (BASE2_FILES): Likewise.
14054 (check-gdb.base%): New pattern.
14055 (%/.dir): New pattern.
14056 * configure: Rebuild.
14057 * aclocal.m4 (AM_CONDITIONAL): New defun.
14058 * configure.ac: Check whether user is using GNU make.
14059 (GMAKE): New conditional.
14060
14061 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14062
14063 * gdb.cp/namespace-nested-import.cc: New test.
14064 * gdb.cp/namespace-nested-import.exp: New test.
14065
14066 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14067
14068 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14069 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14070 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14071 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14072 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14073 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14074 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14075 gdb.opt/inline-markers.c: New files.
14076 * lib/gdb.exp (skip_inline_frame_tests): New function.
14077 (skip_inline_var_tests): New function.
14078
14079 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14080
14081 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14082 backtrace.
14083
14084 2009-06-27 Michael Snyder <msnyder@vmware.com>
14085
14086 * gdb.reverse: New directory.
14087 * gdb.reverse/break-reverse.c: New test.
14088 * gdb.reverse/break-reverse.exp: New test.
14089 * gdb.reverse/consecutive-reverse.c: New test.
14090 * gdb.reverse/consecutive-reverse.exp: New test.
14091 * gdb.reverse/finish-reverse.c: New test.
14092 * gdb.reverse/finish-reverse.exp: New test.
14093 * gdb.reverse/machinestate.c: New test.
14094 * gdb.reverse/ms1.c: New test.
14095 * gdb.reverse/machinestate.exp: New test.
14096 * gdb.reverse/Makefile.in: New file.
14097 * gdb.reverse/shr2.c: New test.
14098 * gdb.reverse/solib-reverse.c: New test.
14099 * gdb.reverse/solib-reverse.exp: New test.
14100 * gdb.reverse/step-reverse.c: New test.
14101 * gdb.reverse/step-reverse.exp: New test.
14102 * gdb.reverse/until-reverse.c: New test.
14103 * gdb.reverse/ur1.c: New test.
14104 * gdb.reverse/until-reverse.exp: New test.
14105 * gdb.reverse/watch-reverse.c: New test.
14106 * gdb.reverse/watch-reverse.exp: New test.
14107 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14108 * configure: Regenerate.
14109
14110 2009-06-26 Doug Evans <dje@google.com>
14111
14112 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14113
14114 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14115
14116 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14117 windows problem for 'file delete $binfile'.
14118
14119 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14120
14121 * gdb.cp/namespace-using.exp: New test.
14122 * gdb.cp/namespace-using.cc: New test.
14123
14124 2009-05-20 Joel Brobecker <brobecker@adacore.com>
14125
14126 * gdb.ada/variant_record_packed_array: New testcase.
14127
14128 2009-06-23 Tom Tromey <tromey@redhat.com>
14129
14130 * gdb.base/charset.exp (test_combination): Regression test.
14131 * gdb.base/charset.c (my_wchar_t): New typedef.
14132 (myvar): New global.
14133 (main): Set myvar.
14134
14135 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14136
14137 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14138 target.
14139
14140 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14141
14142 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14143
14144 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14145
14146 * gdb.mi/gdb680.exp: Update test for error message.
14147
14148 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14149
14150 * gdb.base/annota1.exp: Allow multiple occurrences of the
14151 frames-invalid annotation.
14152 * gdb.cp/annota2.exp: Likewise.
14153
14154 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
14155
14156 * gdb.cp/gdb2495.cc: New file.
14157 * gdb.cp/gdb2495.exp: New file.
14158
14159 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14160
14161 Report error on GDB crash during runto.
14162 * lib/gdb.exp (runto <eof>): New.
14163
14164 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
14165
14166 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
14167 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
14168 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
14169 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
14170 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
14171 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
14172 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
14173 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
14174 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
14175 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
14176 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
14177 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
14178 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14179 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
14180 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
14181 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
14182 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
14183 gdb.server/server-mon.exp, gdb.server/server-run.exp,
14184 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14185 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14186 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
14187 gdb.trace/passcount.exp, gdb.trace/report.exp,
14188 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
14189 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
14190 gdb.trace/while-stepping.exp: Use a unique name for the compiled
14191 executable.
14192
14193 2009-06-07 Pedro Alves <pedro@codesourcery.com>
14194
14195 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
14196 defined before referencing it.
14197
14198 2009-06-03 Doug Evans <dje@google.com>
14199
14200 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
14201 * gdb.arch/i386-see.c: Ditto.
14202
14203 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
14204
14205 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
14206 (check_macro): Return 1 if undefined.
14207 If first test fails, check if macro debug information is available,
14208 and report unsupported test if no macro information is found.
14209
14210 2009-05-29 Doug Evans <dje@google.com>
14211
14212 * gdb.threads/hand-call-in-threads.exp: New.
14213 * gdb.threads/hand-call-in-threads.c: New.
14214
14215 2009-05-29 Michael Snyder <msnyder@vmware.com>
14216
14217 * gdb.base/break-always.exp: Change "1" to "on".
14218 Add confirmation check.
14219
14220 2009-05-28 Pedro Alves <pedro@codesourcery.com>
14221
14222 * gdb.threads/threxit-hop-specific.c: New.
14223 * gdb.threads/threxit-hop-specific.exp: New.
14224 * gdb.threads/thread-execl.c: New.
14225 * gdb.threads/thread-execl.exp: New.
14226
14227 2009-05-27 Tom Tromey <tromey@redhat.com>
14228 Thiago Jung Bauermann <bauerman@br.ibm.com>
14229
14230 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14231 (mi_child_regexp): Likewise.
14232 (mi_list_varobj_children_range): Likewise.
14233 (mi_get_features): Likewise.
14234 (mi_list_varobj_children): Rewrite.
14235 * gdb.python/python-mi.exp: New file.
14236
14237 2009-05-27 Tom Tromey <tromey@redhat.com>
14238 Thiago Jung Bauermann <bauerman@br.ibm.com>
14239 Phil Muldoon <pmuldoon@redhat.com>
14240 Paul Pluzhnikov <ppluzhnikov@google.com>
14241
14242 * gdb.python/python-prettyprint.exp: New file.
14243 * gdb.python/python-prettyprint.c: New file.
14244 * gdb.python/python-prettyprint.py: New file.
14245 * gdb.base/display.exp: print/r is now valid.
14246
14247 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14248 Tom Tromey <tromey@redhat.com>
14249 Pedro Alves <pedro@codesourcery.com>
14250 Paul Pluzhnikov <ppluzhnikov@google.com>
14251
14252 * gdb.python/python-template.exp: New file.
14253 * gdb.python/python-template.cc: New file.
14254 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14255 tests.
14256 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14257 Call it.
14258 (test_value_after_death): New proc.
14259 * gdb.python/python-value.c (PTR): New typedef.
14260 (main): New variable 'x'.
14261
14262 2009-05-27 Tom Tromey <tromey@redhat.com>
14263
14264 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14265 tests.
14266 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14267 Call it.
14268
14269 2009-05-27 Pedro Alves <pedro@codesourcery.com>
14270
14271 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14272
14273 2009-05-24 Pedro Alves <pedro@codesourcery.com>
14274
14275 * gdb.threads/fork-thread-pending.c: New.
14276 * gdb.threads/fork-thread-pending.exp: New.
14277
14278 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14279
14280 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14281 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14282
14283 2009-05-18 Jon Beniston <jon@beniston.com>
14284
14285 * gdb.asm/asm-source.exp: Add lm32 target.
14286
14287 2009-05-17 Pedro Alves <pedro@codesourcery.com>
14288
14289 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14290 `gdb_get_line_number'. Call `callee' in both parent and child.
14291 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14292 `gdb_get_line_number' instead of hardcoding line numbers.
14293 (catch_fork_unpatch_child): New procedure to test detaching
14294 breakpoints from child fork.
14295 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14296 hardcoding line numbers.
14297 (do_fork_tests): Run `catch_fork_unpatch_child'.
14298
14299 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14300
14301 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14302 of structure type enters or leaves the scope, it
14303 is reported by -var-update.
14304
14305 2009-05-11 Doug Evans <dje@sebabeach.org>
14306
14307 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
14308 * gdb.threads/pending-step.c (main): Fix off-by-one error.
14309 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14310
14311 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14312
14313 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14314
14315 2009-04-30 Doug Evans <dje@google.com>
14316
14317 * gdb.threads/watchthreads2.exp: New testcase.
14318 * gdb.threads/watchthreads2.c: New testcase.
14319
14320 2009-04-29 Doug Evans <dje@google.com>
14321
14322 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14323 * gdb.cp/mb-ctor.cc: Ditto.
14324 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14325 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14326 * gdb.cp/mb-inline1.cc: Call it.
14327 * gdb.cp/mb-inline2.cc: Ditto.
14328 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14329 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14330
14331 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14332
14333 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14334 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14335 Replace all uses of `decimal' by `nonzero'.
14336 (info macro FROM_COMMANDLINE): New test.
14337
14338 2009-04-27 Tom Tromey <tromey@redhat.com>
14339
14340 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14341
14342 2009-04-27 Doug Evans <dje@google.com>
14343
14344 * gdb.threads/watchthreads.c (main): Initialize args before starting
14345 the threads. Plus formatting cleanup.
14346 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14347 biased scheduling of one thread.
14348
14349 2009-04-27 Jerome Guitton <guitton@adacore.com>
14350
14351 * gdb.cp/templates.cc (GetMax): New template.
14352 (main): Declare two instances of GetMax.
14353 * gdb.cp/templates.exp: Add new test.
14354
14355 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14356
14357 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14358
14359 2009-04-22 Joseph Myers <joseph@codesourcery.com>
14360
14361 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14362
14363 2009-04-15 Tom Tromey <tromey@redhat.com>
14364
14365 * gdb.base/charset.exp: Add regression test.
14366
14367 2009-04-14 Joel Brobecker <brobecker@adacore.com>
14368
14369 * gdb.base/exe-lock.exp: New testcase.
14370
14371 2009-04-13 Tom Tromey <tromey@redhat.com>
14372
14373 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14374 operator on Frame.
14375
14376 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14377
14378 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14379 * gdb.server/ext-attach.exp: Likewise.
14380
14381 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14382
14383 Eliminate some sleep usage.
14384
14385 * gdb.mi/basics.c (do_nothing): New.
14386 (main): Use do_nothing instead of printf, so that
14387 not to introduce race condition between output of
14388 inferiour and output of gdb. Do not use sleep as it
14389 is not generally available on embedded targets.
14390
14391 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14392
14393 * gdb.server/ext-attach.exp: Expect an optional process id after
14394 "Detached from remote process".
14395
14396 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14397
14398 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14399 gdb.dwarf2/dw2-unresolved.exp: New.
14400
14401 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14402
14403 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14404 mi_run_to_main.
14405
14406 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14407
14408 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14409 mi_run_to_main. Skip thread exit test on remote targets.
14410 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14411 mi_run_to_main.
14412 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14413 mi_run_to_main.
14414 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14415 when expecting ^connected. Detect when the target doesn't support
14416 non-stop mode.
14417 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14418 supported. Return -1 on error, 0 on success.
14419 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14420 (mi_runto): Return mi_runto_helper's result explicitly.
14421
14422 2009-04-01 Pedro Alves <pedro@codesourcery.com>
14423
14424 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14425
14426 2009-04-01 Tom Tromey <tromey@redhat.com>
14427
14428 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14429 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14430 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14431 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14432
14433 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14434 Jan Kratochvil <jan.kratochvil@redhat.com>
14435
14436 PR gdb/931
14437 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14438 output.
14439 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14440 for gdb/931.
14441 * dw2-strp.S (DW_AT_language): Change to C++.
14442 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14443
14444 2009-03-31 Joel Brobecker <brobecker@adacore.com>
14445
14446 * gdb.ada/tasks: New testcase.
14447
14448 2009-03-30 Stan Shebs <stan@codesourcery.com>
14449
14450 * gdb.trace/actions.exp: Update to match new info trace format.
14451 * gdb.trace/deltrace.exp: Ditto.
14452 * gdb.trace/infotrace.exp: Ditto.
14453 * gdb.trace/passcount.exp: Ditto.
14454 * gdb.trace/save-trace.exp: Ditto.
14455 * gdb.trace/while-stepping.exp: Ditto.
14456 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14457
14458 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14459
14460 * gdb.python/python-frame.c: New file.
14461 * gdb.python/python-frame.exp: New file.
14462
14463 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14464
14465 * gdb.python/python-value.exp: Add tests for the address
14466 attribute.
14467
14468 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14469
14470 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14471
14472 2009-03-26 Doug Evans <dje@google.com>
14473
14474 * gdb.mi/mi-nonstop-exit.exp: New file.
14475 * gdb.mi/non-stop-exit.c: New file.
14476
14477 2009-03-26 Tom Tromey <tromey@redhat.com>
14478
14479 Update for change to prologue skipping:
14480 * gdb.mi/mi2-simplerun.exp: Update.
14481 * gdb.mi/mi2-break.exp: Update.
14482 * gdb.mi/mi-simplerun.exp: Update.
14483 * gdb.mi/mi-break.exp: Update.
14484 * gdb.base/ending-run.exp: Update.
14485
14486 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14487
14488 * gdb.python/python-value.exp (test_value_in_inferior): Test
14489 gdb.Value.is_optimized_out attribute.
14490
14491 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14492
14493 * gdb.dwarf2/dw2-noloc-main.c: New file.
14494 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14495 (.text): Remove.
14496 (.data): New.
14497 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14498 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14499 (DW_TAG_subprogram func_cu1, noloc): Remove.
14500 (main): New.
14501 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14502 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14503 (file_symbols): New procedure.
14504
14505 2009-03-25 Tom Tromey <tromey@redhat.com>
14506
14507 * gdb.base/charset.exp (valid_target_charset): New proc.
14508 Use it to skip tests on invalid charsets.
14509
14510 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14511
14512 * gdb.base/completion.exp: Add a test for directory completion.
14513
14514 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14515
14516 Fix a racy FAIL.
14517 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14518 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14519
14520 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14521
14522 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14523 * gdb.python/python-function.exp: Add test for function returning
14524 a GDB value.
14525
14526 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14527
14528 * gdb.python/python-function.exp: New file.
14529
14530 2009-03-20 Tom Tromey <tromey@redhat.com>
14531
14532 * gdb.base/store.exp: Update for change to escape output.
14533 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14534 to escape output.
14535 * gdb.base/pointers.exp: Update for change to escape output.
14536 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14537 to escape output.
14538 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14539 escape output.
14540 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14541 to escape output.
14542 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14543 escape output.
14544 * gdb.base/setvar.exp: Update for change to escape output.
14545 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14546 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14547 to escape output.
14548 (test_print_string_constants): Likewise.
14549 * gdb.base/charset.exp (valid_host_charset): Check size of
14550 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14551 cases. Handle "auto"-related output.
14552 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14553 (uvar, Uvar): New globals.
14554
14555 2009-03-19 Jerome Guitton <guitton@adacore.com>
14556
14557 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14558 deltas.
14559 * gdb.ada/fixed_points.exp: Ditto.
14560
14561 2009-03-18 Pedro Alves <pedro@codesourcery.com>
14562
14563 * return-nodebug.c: Don't include stdio.h.
14564 (init): Delete.
14565 (func): Delete definition and provide extern declaration.
14566 (t): New.
14567 (main): Don't call printf. Call func and store its result in t.
14568 * return-nodebug1.c: New.
14569 * return-nodebug.exp: Don't expect stdio output. Instead, print
14570 the global variable t. Drop printf formatters and cast types from
14571 foreach loop. Don't use prepare_for_testing. Compile
14572 return-nodebug.c and return-nodebug1.c in separate steps. Don't
14573 define FORMAT or CAST.
14574
14575 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14576
14577 * gdb.base/solib-display.exp: Disable test for remote targers.
14578
14579 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14580
14581 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
14582
14583 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14584
14585 Fix a racy FAIL.
14586 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
14587 code from `follow parent, print pids'.
14588 (`follow child, print pids', `follow parent, print pids'): Call it.
14589 Replace `gdb_test "break..."' by gdb_breakpoint.
14590
14591 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
14592
14593 * gdb.mi/mi-cli.exp: Adjust for output difference in
14594 sync and async modes.
14595
14596 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14597
14598 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
14599 that was checked in by mistake. Remove loading of ada.exp, since
14600 this is not necessary in this case.
14601
14602 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14603
14604 * gdb.ada/ptype_arith_binop.exp: New testcase.
14605
14606 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14607
14608 * gdb.ada/mod_from_name: New testcase.
14609
14610 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14611
14612 * gdb.ada/tick_last_segv: New testcase.
14613
14614 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14615
14616 * gdb.mi/mi-cli.exp: Remove debug print.
14617
14618 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14619
14620 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
14621 include the token in ^running and frame info in *stopped.
14622
14623 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14624
14625 * solib-display.exp: New file.
14626 * solib-display-main.c: New file.
14627 * solib-display-lib.c: New file.
14628
14629 2009-03-05 Pedro Alves <pedro@codesourcery.com>
14630
14631 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
14632
14633 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14634
14635 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
14636 (list_and_check_macro): Use more specific test name.
14637 (next to definition): Make the test names unique.
14638
14639 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
14640
14641 * gdb.pascal/floats.exp: Accept approximate results everywhere.
14642
14643 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14644
14645 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
14646 notifications.
14647 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
14648 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
14649 * lib/mi-support.exp (library_loaded_re): New.
14650 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
14651
14652 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14653
14654 * gdb.gdb/observer.exp: Use test_notification observer, not
14655 normal_stop, everywhere.
14656 (test_normal_stop_notifications): Rename to...
14657 (test_notifications): ...this.
14658 (test_observer_normal_stop): Rename to...
14659 (test_observer): ...this.
14660
14661 2009-02-16 Doug Evans <dje@google.com>
14662
14663 * gdb.arch/amd64-disp-step.S (test_int3): New test.
14664 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
14665 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
14666 (test_prefixed_syscall,test_int3): New tests.
14667 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
14668 (test_prefixed_syscall,test_int3): New tests.
14669
14670 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
14671
14672 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
14673 (mi_expect_interrupt): Likewise.
14674 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
14675 response.
14676
14677 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14678
14679 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
14680 * gdb.base/pc-fp.exp (get_valueofx): Remove.
14681 Replace calls to get_valueofx by get_hexadecimal_valueof.
14682
14683 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14684
14685 * lib/gdb.exp (get_valueof): Accept anything as a return value.
14686 (get_integer_valueof): New procedure.
14687 (get_sizeof): Use new get_integer_value_of.
14688 * gdb.base/sizeof.exp: Replace all uses of get_valueof
14689 by get_integer_valueof.
14690
14691 2009-02-13 Tom Tromey <tromey@redhat.com>
14692
14693 * gdb.base/remote.exp (get_sizeof): Remove.
14694 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
14695 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
14696 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
14697 * lib/gdb.exp (get_valueof): Move from long_long.exp.
14698 (get_sizeof): Likewise.
14699
14700 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14701
14702 PR fortran/9806
14703 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
14704
14705 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14706
14707 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
14708
14709 2009-02-06 Pedro Alves <pedro@codesourcery.com>
14710
14711 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
14712
14713 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14714
14715 * gdb.python/python-cmd.exp: New file.
14716
14717 2009-02-06 Tristan Gingold <gingold@adacore.com>
14718
14719 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
14720
14721 2009-02-05 Tristan Gingold <gingold@adacore.com>
14722
14723 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
14724 pointer is dereferenced and use this signal name in regexp.
14725 * gdb.base/signull.exp: Ditto.
14726 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
14727 * gdb.base/signull.c (main): Ditto.
14728
14729 2009-02-04 Tom Tromey <tromey@redhat.com>
14730 Thiago Jung Bauermann <bauerman@br.ibm.com>
14731
14732 * gdb.python/python-value.exp: Use `gdb.history' instead of
14733 `gdb.value_from_history'.
14734 (test_value_numeric_ops): Add test for conversion of enum constant.
14735 * gdb.python/python-value.c (enum e): New type.
14736 (evalue): New global.
14737 (main): Use argv.
14738
14739 2009-02-04 Jerome Guitton <guitton@adacore.com>
14740
14741 * gdb.ada/uninitialized_vars: New test program.
14742 * gdb.ada/uninitialized_vars.exp: New testcase.
14743
14744 2009-02-02 Tom Tromey <tromey@redhat.com>
14745
14746 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
14747 * gdb.cp/pr2489.cc: Rename...
14748 * gdb.cp/pr9594.cc: ... to this.
14749
14750 2009-02-02 Tom Tromey <tromey@redhat.com>
14751
14752 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
14753 * gdb.cp/pr2489.cc: New file.
14754 * gdb.cp/cpcompletion.exp: New file.
14755
14756 2009-02-02 Tom Tromey <tromey@redhat.com>
14757
14758 PR exp/9059:
14759 * gdb.cp/call-c.exp: Add regression test.
14760 * gdb.cp/call-c.cc (FooHandle): New typedef.
14761 (main): New variable 'handle'.
14762
14763 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14764
14765 * lib/mi-support.exp (et_mi_thread_list)
14766 (check_mi_and_console_threads): Adjust for current thread in
14767 -thread-list-ids output.
14768
14769 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14770
14771 * gdb.mi/mi-break.exp (test_disabled_creation): New.
14772 Call it.
14773
14774 2009-01-28 Doug Evans <dje@google.com>
14775
14776 * gdb.arch/amd64-disp-step.S: New file.
14777 * gdb.arch/amd64-disp-step.exp: New file.
14778 * gdb.arch/i386-disp-step.S: New file.
14779 * gdb.arch/i386-disp-step.exp: New file.
14780
14781 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
14782
14783 * gdb.base/find.exp: Set newline variable
14784 using quotes instead of braces to fix cygwin failures.
14785
14786 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14787
14788 * gdb.base/radix.exp: Add tests to ensure that that set
14789 input-radix 0 and set output-radix 0 are really rejected.
14790
14791 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14792
14793 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
14794 copyright years.
14795
14796 2009-01-23 Pedro Alves <pedro@codesourcery.com>
14797
14798 PR gdb/9664:
14799 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
14800
14801 2009-01-22 Pedro Alves <pedro@codesourcery.com>
14802
14803 PR c++/9631:
14804 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
14805
14806 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
14807
14808 * gdb.server/file-transfer.exp: Use EXEEXT variable for
14809 binfile definition to fix Windows OS failure.
14810
14811 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14812
14813 PR gdb/9346
14814 * gdb.base/interrupt.c (sigint_handler): New.
14815 (main): Install a SIGINT handler if SIGNALS is defined. Exit
14816 on error.
14817 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
14818 Test "signal SIGINT".
14819
14820 2009-01-19 Doug Evans <dje@google.com>
14821
14822 * gdb.base/break.exp: Update expected gdb output.
14823 * gdb.base/sepdebug.exp: Ditto.
14824 * gdb.mi/mi-syn-frame.exp: Ditto.
14825 * gdb.mi/mi2-syn-frame.exp: Ditto.
14826 * gdb.base/call-signal-resume.exp: New file.
14827 * gdb.base/call-signals.c: New file.
14828 * gdb.base/unwindonsignal.exp: New file.
14829 * gdb.base/unwindonsignal.c: New file.
14830 * gdb.threads/interrupted-hand-call.exp: New file.
14831 * gdb.threads/interrupted-hand-call.c: New file.
14832 * gdb.threads/thread-unwindonsignal.exp: New file.
14833
14834 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
14835
14836 * gdb.base/define.exp: Test defining and hooking prefix commands.
14837 * gdb.python/python.exp: Update test for "show user" output.
14838
14839 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14840
14841 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
14842 now the output exactly, using less wildcards. Expect also the output
14843 of gfortran-4.3. Update for the f-valprint.c modification from
14844 2008-04-22.
14845 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
14846 Remove gdb_test test names where matching the command.
14847
14848 2009-01-01 Pedro Alves <pedro@codesourcery.com>
14849
14850 PR breakpoints/9681:
14851 * gdb.base/watchpoint.exp: Add regression test.
14852
14853 2008-12-31 Pedro Alves <pedro@codesourcery.com>
14854
14855 * gdb.threads/attach-into-signal.exp: Don't use
14856 gdb_suppress_entire_file.
14857 * gdb.threads/attach-stopped.exp: Ditto.
14858 * gdb.threads/attachstop-mt.exp: Ditto.
14859
14860 2008-12-31 Pedro Alves <pedro@codesourcery.com>
14861
14862 PR gdb/8812:
14863 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
14864
14865 2008-12-29 Pedro Alves <pedro@codesourcery.com>
14866
14867 PR gdb/7536:
14868 * gdb.base/radix.exp: Add tests to ensure invalid input radices
14869 and unsupported output radices are really rejected.
14870
14871 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14872
14873 * gdb.cp/punctuator.exp: Backslash the '$' signs.
14874
14875 2008-12-22 Tom Tromey <tromey@redhat.com>
14876
14877 * gdb.cp/punctuator.exp: New file.
14878
14879 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14880
14881 * gdb.base/completion.exp (Completing non-existing component): New test.
14882
14883 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14884
14885 Fix for PR gdb/8648.
14886 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
14887 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
14888 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
14889 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
14890
14891 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14892
14893 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
14894
14895 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
14896
14897 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
14898 compiler actually generate code at the expected line number.
14899
14900 2008-12-15 Jie Zhang <jie.zhang@analog.com>
14901
14902 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
14903
14904 2008-12-12 Tom Tromey <tromey@redhat.com>
14905
14906 * gdb.base/commands.exp (redefine_hook_test): New proc.
14907 Call it.
14908
14909 2008-12-11 Tom Tromey <tromey@redhat.com>
14910
14911 * gdb.base/macscp.exp: New regression test.
14912
14913 2008-12-11 Tom Tromey <tromey@redhat.com>
14914
14915 * gdb.base/macscp.exp: Print "address.addr".
14916 * gdb.base/macscp1.c (struct outer): New struct.
14917 (address): New global.
14918
14919 2008-12-09 Tom Tromey <tromey@redhat.com>
14920
14921 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
14922 Call it.
14923
14924 2008-12-04 Doug Evans <dje@google.com>
14925
14926 * gdb.server/ext-run.exp: Relax regexp for init program.
14927
14928 2008-12-03 Tristan Gingold <gingold@adacore.com>
14929
14930 * gdb.base/macscp.exp: Generate an object file during compilation
14931 to work around Darwin dsymutil limitations.
14932
14933 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14934
14935 Test resolving external references to TLS variables.
14936 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
14937 FILE2_THREAD_LOCAL.
14938 (testfile2, srcfile2): New variables.
14939 * gdb.threads/tls.c (file2_thread_local)
14940 (function_referencing_file2_thread_local): New.
14941 * gdb.threads/tls2.c: New file.
14942
14943 2008-11-28 Joel Brobecker <brobecker@adacore.com>
14944
14945 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
14946 rather than integer, as integer might not be big enough when
14947 on 64bit targets.
14948
14949 2008-11-27 Jerome Guitton <guitton@adacore.com>
14950
14951 * gdb.cp/formatted-ref.exp: Add equality test.
14952 * gdb.ada/formatted_ref.exp: Ditto.
14953
14954 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14955
14956 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
14957 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
14958
14959 2008-11-20 Andreas Schwab <schwab@suse.de>
14960
14961 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
14962 matching syscall entry point.
14963 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14964 (tcatch_vfork_then_child_follow): Likewise. Finish through
14965 vfork even if we stopped at the syscall trampoline.
14966
14967 2008-11-20 Doug Evans <dje@google.com>
14968
14969 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
14970
14971 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
14972
14973 * gdb.arch/ppc-dfp.exp: New file.
14974 * gdb.arch/ppc-dfp.c: New file.
14975
14976 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
14977
14978 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
14979
14980 2008-11-17 Doug Evans <dje@google.com>
14981
14982 * gdb.mi/mi-syn-frame.exp: Update expected output.
14983 * gdb.mi/mi2-syn-frame.exp: Update expected output.
14984
14985 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14986
14987 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
14988 "thread N" results in =thread-selected.
14989 * lib/mi-support (mi_run_cmd, mi_expect_stop)
14990 (mi_send_resuming_command_raw): Be prepared for
14991 =thread-selected.
14992
14993 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14994
14995 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
14996 * lib/mi-support.exp: Likewise.
14997
14998 2008-11-16 Joel Brobecker <brobecker@adacore.com>
14999
15000 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15001 commands from the expected output for "help catch".
15002
15003 2008-11-15 Joel Brobecker <brobecker@adacore.com>
15004
15005 * gdb.ada/int_deref.exp: New testcase.
15006
15007 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
15008
15009 * gdb.mi/gdb2549.exp: New file.
15010
15011 2008-11-11 Doug Evans <dje@google.com>
15012
15013 * gdb.base/callexit.exp: New file.
15014 * gdb.base/callexit.c: New file.
15015
15016 2008-11-10 Doug Evans <dje@google.com>
15017
15018 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15019 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15020 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15021 (default_gdb_start,default_gdb_exit): Ditto.
15022 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15023 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15024 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15025 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15026 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15027 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15028
15029 2008-11-03 Andreas Schwab <schwab@suse.de>
15030
15031 * gdb.base/hashline2.exp: Fix typo.
15032 * gdb.base/hashline3.exp: Likewise.
15033
15034 2008-10-30 Tom Tromey <tromey@redhat.com>
15035
15036 * gdb.base/pointers.exp: Add test.
15037 * gdb.base/pointers.c (k, S): New typedefs.
15038 (instance): New global.
15039
15040 2008-10-30 Andreas Schwab <schwab@suse.de>
15041
15042 * gdb.base/args.exp: Add tests for newlines.
15043
15044 2008-10-30 Joel Brobecker <brobecker@adacore.com>
15045
15046 gdb.base/foll-exec.exp: Update the expected output of a couple
15047 of "info breakpoints" tests.
15048
15049 2008-10-28 Tom Tromey <tromey@redhat.com>
15050
15051 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15052
15053 2008-10-24 Pedro Alves <pedro@codesourcery.com>
15054
15055 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15056 gdb_start_cmd.
15057 Use runto_main before any test that requires execution.
15058
15059 2008-10-23 Pedro Alves <pedro@codesourcery.com>
15060
15061 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15062 instead of SIGINT.
15063
15064 2008-10-22 Joel Brobecker <brobecker@adacore.com>
15065
15066 * gdb.base/completion.exp: Update expected output following
15067 the addition of the "info tasks" command.
15068
15069 2008-10-22 Tom Tromey <tromey@redhat.com>
15070
15071 * gdb.base/exprs.exp (test_expr): Add test for string
15072 concatenation.
15073
15074 2008-10-19 Pedro Alves <pedro@codesourcery.com>
15075
15076 * configure.ac: Output gdb.python/Makefile.
15077 * configure: Regenerate.
15078 * gdb.python/Makefile.in: New.
15079
15080 2008-10-16 Joel Brobecker <brobecker@adacore.com>
15081
15082 * gdb.base/foll-fork.exp: Adjust the expected output to match
15083 the new description for fork/vfork catchpoints in the "info
15084 breakpoints" output.
15085
15086 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15087
15088 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15089
15090 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15091
15092 * gdb.python/python-value.c: New file.
15093 * gdb.python/python-value.exp: New file.
15094
15095 2008-10-15 Pedro Alves <pedro@codesourcery.com>
15096
15097 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15098
15099 2008-10-15 Denis Pilat <denis.pilat@st.com>
15100
15101 * gdb.cp/mb-ctor.exp: Fix a typo.
15102
15103 2008-10-09 Tom Tromey <tromey@redhat.com>
15104
15105 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15106 'fprintf' and 'stderr'.
15107
15108 2008-10-07 Joel Brobecker <brobecker@adacore.com>
15109
15110 * gdb.ada/ref_tick_size.exp: New testcase.
15111
15112 2008-10-06 Doug Evans <dje@google.com>
15113
15114 * gdb.dwarf2/dw2-cu-size.exp: New file.
15115 * gdb.dwarf2/dw2-cu-size.S: New file.
15116
15117 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15118 .Ltype_int for clarity.
15119
15120 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15121
15122 PR gdb/2384:
15123 * gdb.cp/gdb2384.exp: Extended to test more cases.
15124 * gdb.cp/gdb2384.cc: Likewise.
15125 * gdb.cp/gdb2384-base.h: Likewise.
15126 * gdb.cp/gdb2384-base.cc: Likewise.
15127
15128 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15129
15130 * gdb.base/maint.exp (maint print type): Remove printing
15131 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15132
15133 2008-09-30 Tom Tromey <tromey@redhat.com>
15134
15135 * gdb.base/macscp.exp: Add completion tests.
15136 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15137 (TWENTY_THREE): Likewise.
15138 (FORTY_EIGHT): Likewise.
15139
15140 2008-09-30 Tom Tromey <tromey@redhat.com>
15141
15142 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15143 everywhere.
15144 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15145
15146 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15147
15148 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15149 testcase is derived from. Fix racy dependency on an expected PID
15150 number. No longer support the testcase on Linux kernel 2.4.x.
15151
15152 2008-09-27 Tom Tromey <tromey@redhat.com>
15153
15154 * gdb.base/macscp.exp: Add tests for stringification, splicing,
15155 and varargs.
15156
15157 2008-09-22 Pedro Alves <pedro@codesourcery.com>
15158
15159 * lib/mi-support.exp (mi_expect_interrupt): New.
15160 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
15161 from gdb.mi/mi-nonstop.exp.
15162 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
15163 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
15164 lib/mi-support.exp.
15165 Use mi_check_thread_states throughout. Avoid ".*" and do not
15166 require an anchor after -exec-run.
15167
15168 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
15169
15170 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
15171 stop is pending. Avoid ".*" when two stops are pending.
15172 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
15173 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
15174 newlines in fullnames.
15175 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
15176 (mi_expect_stop): Update comments. Only anchor in sync mode.
15177 Do not match newlines.
15178 (mi_send_resuming_command_raw): Always return status.
15179 (mi_get_stop_line): Do not match more than one line by accident.
15180 Only anchor in sync mode.
15181 (mi_run_inline_test): If -exec-next fails, give up.
15182
15183 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15184
15185 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
15186 on SPU.
15187
15188 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15189
15190 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
15191
15192 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15193
15194 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
15195 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
15196 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
15197 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
15198 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
15199 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
15200 gdb.ada/interface.exp, gdb.ada/null_array.exp,
15201 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
15202 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
15203 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
15204 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
15205 Include the "= " sequence in the expected output of print tests.
15206
15207 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15208
15209 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15210 description for boolean types.
15211
15212 2008-09-09 Pedro Alves <pedro@codesourcery.com>
15213
15214 * gdb.base/hook-stop-continue.c: New.
15215 * gdb.base/hook-stop-continue.exp: New.
15216
15217 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15218
15219 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15220
15221 2008-09-08 Jerome Guitton <guitton@adacore.com>
15222
15223 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15224 (stack_check_probe_2, stack_check_probe_loop_1)
15225 (stack_check_probe_loop_2): New functions.
15226 (main): Add call to these new functions.
15227 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15228 functions, check that the breakpoint is inserted at the appropriate
15229 location.
15230 (insert_breakpoint): Slightly refine this procedure so that it can
15231 be called several times in the test.
15232
15233 2008-09-08 Jerome Guitton <guitton@adacore.com>
15234
15235 * gdb.base/stack-checking.c: New file.
15236 * gdb.base/stack-checking.exp: New file.
15237
15238 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15239
15240 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15241 * gdb.arch/altivec-regs.exp: Likewise.
15242 * gdb.arch/vsx-regs.exp: Likewise.
15243
15244 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15245
15246 * gdb.arch/ppc-fp.exp: New file.
15247 * gdb.arch/ppc-fp.c: New file.
15248
15249 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15250
15251 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15252 lest gcc-4.3.1 optimizes the whole thing away.
15253
15254 2008-09-04 Michael Snyder <msnyder@vmware.com>
15255
15256 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15257 as "at" (for non-debug functions such as _start).
15258
15259 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15260
15261 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15262 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15263 software watchpoints.
15264 * gdb.base/watch_thread_num.exp: Likewise.
15265
15266 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15267
15268 * gdb.arch/i386-bp_permanent.exp: New test.
15269
15270 2008-08-24 Tom Tromey <tromey@redhat.com>
15271
15272 * gdb.base/maint.exp: Update "maint print type".
15273
15274 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15275
15276 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15277 support. Adjust the order of "*running" notifications.
15278 * gdb.mi/non-stop.c: Don't cast from int to void* and
15279 back.
15280
15281 2008-08-20 Mark Kettenis <kettenis@gnu.org>
15282
15283 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15284 expect to find it in the "info frame" output.
15285
15286 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15287
15288 * gdb.base/interp.exp: Always consume both prompts.
15289
15290 2008-08-20 Pedro Alves <pedro@codesourcery.com>
15291
15292 * gdb.base/pending.exp: Test pending breakpoints without symbols
15293 loaded.
15294
15295 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15296
15297 * lib/mi-support.exp (mi_expect_stop): Produce
15298 more details on failures.
15299 * gdb.mi/mi-nonstop.exp: New.
15300 * gdb.mi/non-stop.c: New.
15301
15302 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15303
15304 * gdb.mi/mi-async.exp: Use 'set target-async'.
15305 * lib/mi-support.exp: Use 'set/show target-async'.
15306
15307 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15308
15309 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15310
15311 2008-08-17 Tom Tromey <tromey@redhat.com>
15312
15313 * gdb.base/help.exp (help catch): Rewrite.
15314
15315 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15316
15317 * gdb.base/define.exp: Test indented command documentation.
15318 * gdb.python/python.exp: Test indented multi-line command.
15319
15320 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
15321
15322 * testsuite/gdb.arch/vsx-regs.c: New source file.
15323 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15324 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15325
15326 2008-08-14 Tom Tromey <tromey@redhat.com>
15327
15328 * gdb.base/macscp.exp: Add regression test for "macro define" or
15329 "macro undef" with no arguments.
15330
15331 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15332
15333 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
15334
15335 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15336
15337 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15338
15339 2008-08-06 Tom Tromey <tromey@redhat.com>
15340
15341 * gdb.python/python.exp: New file.
15342
15343 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15344
15345 Fix for PR gdb/1543.
15346 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15347 $LOCATION.
15348 (location): New variable.
15349 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15350 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15351 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15352 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15353 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15354 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15355 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15356 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15357 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15358 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15359 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15360 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15361 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15362 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15363 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15364 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15365 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15366 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15367 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15368 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15369 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15370 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15371 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15372 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15373 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15374 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15375 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15376 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15377 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15378 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15379 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15380 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15381 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15382 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15383 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15384 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15385 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15386 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15387 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15388 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15389 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15390 gdb.base/type-opaque.exp, gdb.base/until.exp,
15391 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15392 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15393 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15394 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15395 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15396 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15397 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15398 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15399 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15400 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15401 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15402 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15403 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15404 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15405 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15406 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15407 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15408 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15409 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15410 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15411 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15412 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15413 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15414 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15415 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15416 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15417 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15418 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15419 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15420 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15421 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15422 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15423 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15424 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15425 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15426 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15427 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15428 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15429 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15430 to bug-gdb@prep.ai.mit.edu .
15431
15432 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15433
15434 * lib/mi-support.exp (mi_load_shlibs): New.
15435 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15436
15437 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15438
15439 * lib/mi-support.exp (get_mi_thread_list)
15440 (check_mi_and_console_threads): New, moved from ...
15441 * gdb.mi/mi-pthread.exp: ...here.
15442 * gdb.mi/gdb669.exp (get_mi_thread_list)
15443 (check_mi_and_console_threads): Delete.
15444 * gdb.mi/mi2-pthread.exp: Likewise.
15445
15446 2008-07-28 Tom Tromey <tromey@redhat.com>
15447
15448 * Makefile.in (just-check): Remove. Move body to...
15449 (check): ... here.
15450
15451 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15452
15453 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15454 Add a test for duplicated SIGINTs.
15455
15456 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15457
15458 * gdb.threads/schedlock.exp (get_args): Update to work for any
15459 value of NUM.
15460 (Top level): Report the number of threads that did not resume.
15461
15462 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15463
15464 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15465
15466 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15467
15468 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15469 non-MI prompt.
15470
15471 2008-07-26 Tom Tromey <tromey@redhat.com>
15472
15473 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15474 (function_struct, function_struct_ptr): New globals.
15475 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15476 function pointer in a struct.
15477
15478 2008-07-26 Tom Tromey <tromey@redhat.com>
15479
15480 * gdb.base/macscp.exp: Add test for macro lexing bug.
15481
15482 2008-07-18 Tom Tromey <tromey@redhat.com>
15483
15484 * gdb.base/macscp.exp: Add macro tests.
15485
15486 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15487
15488 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15489
15490 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15491
15492 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15493
15494 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15495
15496 * gdb.cp/class2.exp: fix for failure on spu-elf
15497
15498 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15499
15500 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
15501
15502 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15503
15504 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15505
15506 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15507
15508 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15509
15510 2008-07-11 Kevin Buettner <kevinb@redhat.com>
15511
15512 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15513 of regexp to account for changes made to GDB in the printing of
15514 byte vectors.
15515
15516 2008-07-11 Tom Tromey <tromey@redhat.com>
15517
15518 * gdb.base/completion.exp: Add 'help' completion test.
15519
15520 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15521
15522 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15523
15524 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15525
15526 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15527
15528 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15529
15530 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15531
15532 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15533
15534 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15535
15536 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15537
15538 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15539
15540 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15541
15542 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15543 previous commit. Add a comment.
15544
15545 2008-06-28 Pedro Alves <pedro@codesourcery.com>
15546
15547 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15548
15549 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15550
15551 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15552
15553 2008-06-27 Pedro Alves <pedro@codesourcery.com>
15554
15555 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15556 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15557 compiling an executable, link in an object that forces unbuffered
15558 output.
15559 * lib/set_unbuffered_mode.c: New file.
15560
15561 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15562
15563 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15564
15565 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15566
15567 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15568 mi_expect_stop.
15569 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15570 Demand that *running is output.
15571 (detect_async): Perform checking every time.
15572 (mi_send_resuming_command): Extract everything into...
15573 (mi_send_resuming_command_raw): ...this.
15574 (mi_expect_stop): Don't accept any output before *stopped.
15575
15576 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
15577
15578 Robustify mi-simplerun.
15579 * gdb.mi/basics.c (main): Add a call to sleep.
15580 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
15581 * gdb.mi/mi2-cli.exp: Likewise.
15582 * gdb.mi/mi-break.exp: Likewise.
15583
15584 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
15585
15586 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
15587
15588 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15589
15590 * gdb.mi/mi-console.exp: Adjust.
15591 * gdb.mi/mi-syn-frame.exp: Adjust.
15592 * gdb.mi/mi2-console.exp: Adjust.
15593 * gdb.mi/mi2-syn-frame.exp: Adjust.
15594 * lib/mi-support.exp (mi_run_cmd): Adjust.
15595 (mi_send_resuming_command): Adjust.
15596
15597 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15598
15599 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
15600 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
15601 testing of stopped.
15602 * gdb.mi/mi2-syn-frame.exp: Likewise.
15603 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
15604 (async, detect_async): New.
15605 (mi_expect_stop, mi_continue_to_line): Adjust expectation
15606 depending on if we're running in sync or async mode.
15607
15608 2008-06-09 Tom Tromey <tromey@redhat.com>
15609
15610 * gdb.base/completion.exp: New tests for field name completion
15611 with spaces, and field name completion with '->'.
15612
15613 2008-06-06 Tom Tromey <tromey@redhat.com>
15614
15615 * gdb.base/break1.c (struct some_struct): New struct.
15616 (values): New global.
15617 * gdb.base/completion.exp: Add field name completion test.
15618
15619 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15620
15621 * gdb.cp/call-c.exp: Test for incorrect handling of reference
15622 to pointer.
15623 * gdb.cp/call-c.cc: Likewise.
15624
15625 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
15626
15627 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
15628 annotation.
15629
15630 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15631 Pedro Alves <pedro@codesourcery.com>
15632
15633 * gdb.threads/execl.c, gdb.threads/execl1.c,
15634 gdb.threads/execl.exp: New tests.
15635
15636 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
15637 Daniel Jacobowitz <dan@codesourcery.com>
15638
15639 * gdb.cp/exception.exp: Activate test, make it work with pending
15640 catchpoints.
15641
15642 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15643
15644 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
15645
15646 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
15647
15648 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
15649 now printed.
15650 * gdb.mi/mi2-var-cmd.exp: Likewise.
15651
15652 2008-05-27 Andreas Schwab <schwab@suse.de>
15653
15654 * gdb.base/frame-args.exp: Handle arguments that are optimized
15655 out.
15656
15657 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
15658
15659 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
15660 quiet for ppc32 and group options into a single variable.
15661
15662 2008-05-23 Joel Brobecker <brobecker@adacore.com>
15663
15664 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
15665 of zero-size elements.
15666 * gdb.ada/null_array.exp: Test printing this new array.
15667
15668 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15669
15670 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
15671
15672 2008-05-21 Joel Brobecker <brobecker@adacore.com>
15673
15674 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
15675 of the "finish" command.
15676
15677 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
15678
15679 * gdb.base/annota1.exp: Test for new annotation.
15680
15681 2008-05-16 Pedro Alves <pedro@codesourcery.com>
15682
15683 * gdb.base/fixsection.exp: New file.
15684 * gdb.base/fixsection0.c: New file.
15685 * gdb.base/fixsection1.c: New file.
15686
15687 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15688
15689 * gdb.base/annota1.exp: Accept printf@... in place of printf.
15690 * gdb.base/annota3.exp: Likewise.
15691
15692 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
15693
15694 * gdb.base/watch_thread_num.exp: Don't run tests that require
15695 watchpoints if the target doesn't support them.
15696
15697 2008-05-12 Doug Evans <dje@google.com>
15698
15699 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
15700
15701 2008-05-09 Joel Brobecker <brobecker@adacore.com>
15702
15703 * gdb.ada/assign_1.exp: New testcase.
15704
15705 2008-05-09 Doug Evans <dje@google.com>
15706
15707 * gdb.base/find.exp: New file.
15708 * gdb.base/find.c: New file.
15709
15710 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
15711
15712 * gdb.base/commands.exp (watchpoint_command_test): Handle
15713 gdb,no_hardware_watchpoints.
15714 * gdb.base/float.exp: Allow ARM targets without floating point.
15715 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
15716
15717 2008-05-06 Jerome Guitton <guitton@adacore.com>
15718 Joel Brobecker <brobecker@adacore.com>
15719
15720 * gdb.ada/lang_switch: New test program.
15721 * gdb.ada/lang_switch.exp: New testcase.
15722
15723 2008-05-05 Doug Evans <dje@google.com>
15724
15725 * gdb.base/help.exp (disassemble): Update expected help text.
15726
15727 2008-05-04 Pedro Alves <pedro@codesourcery.com>
15728
15729 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
15730
15731 2008-05-04 Pedro Alves <pedro@codesourcery.com>
15732
15733 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
15734 different times.
15735
15736 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15737
15738 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
15739 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
15740 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
15741 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
15742
15743 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
15744
15745 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
15746 notification to appear.
15747
15748 2008-05-04 Daniel Jacobowitz <dan@debian.org>
15749
15750 * gdb.base/fullname.c: New file.
15751 * gdb.base/fullname.exp: New file.
15752 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
15753
15754 2008-05-03 Pedro Alves <pedro@codesourcery.com>
15755
15756 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
15757 expressions with macros.
15758
15759 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15760
15761 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
15762
15763 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
15764
15765 * gdb.base/completion.exp: Handle lack of other symbols beginning
15766 with "a".
15767
15768 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
15769
15770 2008-05-02 Jim Blandy <jimb@codesourcery.com>
15771
15772 * gdb.asm/asmsrc1.s: Add scratch space.
15773
15774 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15775 Daniel Jacobowitz <dan@codesourcery.com>
15776
15777 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
15778 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
15779 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
15780
15781 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
15782
15783 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
15784
15785 2008-05-01 Joel Brobecker <brobecker@adacore.com>
15786
15787 * gdb.base/info-target.exp: New testcase.
15788
15789 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15790
15791 * gdb.cp/hang.exp: Use .cc instead of .C.
15792 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
15793 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
15794
15795 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15796
15797 * gdb.base/gdb1250.exp: Remove perror.
15798 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
15799
15800 2008-04-30 Pedro Alves <pedro@codesourcery.com>
15801
15802 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
15803 .2byte.
15804
15805 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
15806
15807 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
15808 (maybe_kfail): New.
15809
15810 2008-04-25 Pedro Alves <pedro@codesourcery.com>
15811
15812 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
15813
15814 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15815
15816 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
15817 * gdb.mi/mi2-syn-frame.exp: Likewise.
15818 * lib/mi-support.exp: Likewise.
15819
15820 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15821
15822 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
15823 to specify regexp for the location to stop at.
15824 * gdb.base/break-always.c: New.
15825 * gdb.base/break-always.exp: New.
15826
15827 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15828
15829 * lib/mi-support.exp (mi_runto_helper): Adjust
15830 for the original-location field.
15831 (mi_create_breakpoint, mi_list_breakpoints): New.
15832 * gdb.mi/mi-break.exp: Adjust.
15833 * gdb.mi/mi2-break.exp: Adjust.
15834 * gdb.mi/mi-pending.exp: Adjust.
15835 * gdb.mi/mi-simplerun.exp: Adjust.
15836 * gdb.mi/mi2-simplerun.exp: Adjust.
15837 * gdb.mi/mi-syn-frame.exp: Adjust.
15838 * gdb.mi/mi2-syn-frame.exp: Adjust.
15839 * gdb.mi/mi-until.exp: Adjust.
15840 * gdb.mi/mi2-until.exp: Adjust.
15841 * gdb.mi/mi-var-display.exp: Adjust.
15842 * gdb.mi/mi2-var-display.exp: Adjust.
15843 * gdb.mi/mi-watch.exp: Adjust.
15844 * gdb.mi/mi2-watch.exp: Adjust.
15845
15846 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
15847
15848 * aclocal.m4: Add override.m4.
15849 * configure: Regenerate.
15850
15851 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
15852
15853 * gdb.mi/var-cmd.c (do_at_tests): Verify that
15854 '-var-update --all-values' reports new value even the type
15855 of a variable object has changed.
15856
15857 2008-04-18 Craig Silverstein <csilvers@google.com>
15858
15859 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
15860 files.
15861
15862 2008-04-18 Joel Brobecker <brobecker@adacore.com>
15863
15864 * gdb.ada/atomic_enum: New test program.
15865 * gdb.ada/atomic_enum.exp: New testcase.
15866
15867 2008-04-17 Doug Evans <dje@google.com>
15868
15869 * gdb.opt/Makefile.in: Fix whitespace.
15870
15871 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
15872
15873 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
15874
15875 2008-04-17 Doug Evans <dje@google.com>
15876
15877 * gdb.base/hashline1.exp: New testcase.
15878 * gdb.base/hashline2.exp: New testcase.
15879 * gdb.base/hashline2.exp: New testcase.
15880
15881 2008-04-17 Pedro Alves <pedro@codesourcery.com>
15882
15883 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
15884
15885 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
15886
15887 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
15888 temporary breakpoint to match "Temporary breakpoint".
15889 * gdb.base/break.exp (delete_breakpoints): Likewise.
15890 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
15891 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
15892 * gdb.base/display.exp: Likewise.
15893 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
15894 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
15895 * gdb.base/restore.exp (restore_tests): Likewise.
15896 * gdb.base/sepdebug.exp: Likewise.
15897 * gdb.base/watchpoint.exp: Likewise.
15898 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
15899 * gdb.mi/mi-pending.exp: Likewise.
15900 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
15901 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
15902 * gdb.mi/mi-var-cmd.exp: Likewise.
15903 * gdb.mi/mi-var-display.exp: Likewise.
15904 * gdb.mi/mi2-cli.exp: Likewise.
15905 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
15906 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
15907 * gdb.mi/mi2-var-display.exp: Likewise.
15908 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
15909 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
15910 new "disp" field.
15911 (mi_expect_stop): Move after_reason argument to be really after
15912 reason. This is to support fix for PR2424.
15913
15914 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15915
15916 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
15917
15918 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
15919
15920 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
15921 field. Add more floating varobj tests.
15922 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
15923 field.
15924 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
15925 (main): Call do_at_tests.
15926 * lib/mi-support.exp (mi_create_floating_varobj)
15927 (mi_varobj_update_with_type_change): New.
15928
15929 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
15930
15931 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
15932 option of -var-evaluate-expression.
15933 * gdb.mi/mi2-var-display.exp: Likewise.
15934
15935 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
15936
15937 Introduce test setup helpers.
15938 * lib/gdb.exp (build_executable, clean_restart)
15939 (prepare_for_testing): New.
15940 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
15941 * gdb.base/return.exp: Likewise.
15942 * gdb.base/ending-run.exp: Likewise.
15943
15944 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
15945
15946 * gdb.mi/mi-async.exp: New test for asynchronous Machine
15947 Interface (MI) responses.
15948
15949 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
15950
15951 * gdb.cp/breakpoint.cc: New code to test conditions involving
15952 member variables.
15953 * gdb.cp/breakpoint.exp: Test condition involving member
15954 variables.
15955
15956 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
15957
15958 * lib/mi-support.exp (mi_expect_stop): New.
15959 (mi_run_cmd): Change the
15960 token. Use mi_send_resuming_command, use
15961 mi_expect_stop.
15962 (mi_execute_to_helper): Rename to mi_execute_to.
15963 (mi_send_resuming_command): Add more error patterns.
15964 (mi_wait_for_stop): Renamed to...
15965 (mi_get_stop_line): ...this.
15966 (mi_run_inline_test): Adjust.
15967
15968 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
15969 * gdb.mi/mi-console.exp: Likewise.
15970 * gdb.mi/mi-pending.exp: Likewise.
15971 * gdb.mi/mi-simplerun.exp: Likewise.
15972 * gdb.mi/mi-stack.exp: Likewise.
15973 * gdb.mi/mi-stepi.exp: Likewise.
15974 * gdb.mi/mi-syn-frame.exp: Add comment.
15975 * gdb.mi/mi-until.exp: Likewise.
15976 * gdb.mi/mi-var-display.exp: Likewise.
15977 * gdb.mi/mi-watch.exp: Likewise.
15978 * gdb.mi/mi2-cli.exp: Likewise.
15979 * gdb.mi/mi2-console.exp: Likewise.
15980 * gdb.mi/mi2-simplerun.exp: Likewise.
15981 * gdb.mi/mi2-stack.exp: Likewise.
15982 * gdb.mi/mi2-stepi.exp: Likewise.
15983 * gdb.mi/mi2-until.exp: Likewise.
15984 * gdb.mi/mi2-var-display.exp: Likewise.
15985 * gdb.mi/mi2-watch.exp: Likewise.
15986
15987 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15988
15989 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
15990
15991 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
15992
15993 2008-04-04 Pedro Alves <pedro@codesourcery.com>
15994
15995 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
15996 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
15997 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
15998 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
15999 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16000 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16001 expect an mi error duplicated in stderr.
16002
16003 2008-04-03 Joel Brobecker <brobecker@adacore.com>
16004
16005 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16006 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16007 Add a couple of tests that verify the behavior when the new setting
16008 is set to "cancel" and "all".
16009 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16010 "ask" before we start the testing.
16011
16012 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16013
16014 * gdb.cp/casts.cc: Add class reference variables.
16015 * gdb.cp/casts.exp: New test cases for up/down casting references.
16016
16017 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16018
16019 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16020 instead of beginning to make an extra test pass.
16021 * gdb.mi/mi2-var-display.exp: Likewise.
16022
16023 2008-03-31 Maciej W. Rozycki <macro@mips.com>
16024
16025 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16026
16027 2008-03-31 Markus Deuling <deuling@de.ibm.com>
16028 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16029
16030 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16031 value. Add xfail for older kernels.
16032
16033 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16034
16035 Bring mi-support in line with gdb.exp.
16036 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16037 (mi_gdb_start): New function.
16038
16039 2008-03-28 Maciej W. Rozycki <macro@mips.com>
16040
16041 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16042
16043 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16044
16045 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16046 * gdb.mi/mi2-var-display.exp: Likewise.
16047
16048 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16049
16050 * lib/mi-support.exp (mi_create_varobj_checked): New.
16051 (mi_list_varobj_children): Allow to check for a
16052 value.
16053 (mi_list_array_varobj_children): New.
16054
16055 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16056 and mi_list_varobj_children, as opposed to hardcoding
16057 expected strings.
16058 * gdb.mi/gdb701.exp: Likewise.
16059 * gdb.mi/gdb792.exp: Likewise.
16060 * gdb.mi/mi-var-block.exp: Likewise.
16061 * gdb.mi/mi-var-cmd.exp: Likewise.
16062 * gdb.mi/mi-var-invalidate.exp: Likewise.
16063 * gdb.mi/mi2-var-block.exp: Likewise.
16064 * gdb.mi/mi2-var-child.exp: Likewise.
16065 * gdb.mi/mi2-var-cmd.exp: Likewise.
16066 * gdb.mi/mi2-var-display.exp: Likewise.
16067
16068 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16069
16070 Fix random false FAILs on i386.
16071 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16072
16073 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16074
16075 PR gdb/544
16076 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16077
16078 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16079
16080 PR gdb/544
16081 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16082
16083 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16084
16085 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16086 fixed PR gdb/544.
16087
16088 2008-03-21 Pedro Alves <pedro@codesourcery.com>
16089
16090 * gdb.threads/fork-child-threads.exp: Test next over fork.
16091
16092 2008-03-21 Chris Demetriou <cgd@google.com>
16093
16094 * gdb.base/break.exp (rbreak junk): New test for rbreak
16095 "Junk at end of arguments" issue.
16096
16097 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16098
16099 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16100 *& to work on created array elements.
16101 (Top level): Test print $pc with a file. Test string operations
16102 without a target.
16103 * gdb.base/ptype.exp: Do not expect *& to work on created array
16104 elements.
16105
16106 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16107
16108 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16109 gdb.threads/staticthreads.exp: Update exit query.
16110
16111 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16112
16113 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16114
16115 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16116
16117 * gdb.base/watchpoint.c (global_ptr, func4): New.
16118 (main): Call func4.
16119 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16120 (test_inaccessible_watchpoint): New.
16121
16122 2008-02-29 Maciej W. Rozycki <macro@mips.com>
16123
16124 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16125 select the largest.
16126
16127 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16128
16129 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16130 frames-invalid annotations.
16131
16132 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16133
16134 * gdb.base/assign.exp: avoid same output for different tests.
16135
16136 2008-02-27 Doug Evans <dje@google.com>
16137
16138 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16139 for bug 1738.
16140 (breakpoint_to_handler_entry): Ditto.
16141
16142 2008-02-27 Joel Brobecker <brobecker@adacore.com>
16143
16144 * gdb.base/ending-run.exp: Use the first line of code inside
16145 function body to test breakpoints.
16146 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16147 location where the breakpoint is inserted when using the line
16148 where a function is declared. Fix typo in the description of
16149 one of the tests.
16150 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16151
16152 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16153
16154 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
16155 tests.
16156
16157 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16158
16159 * gdb.base/args.exp: avoid same output for tests
16160 with single quotes.
16161
16162 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
16163
16164 * gdb.base/annota1.exp: Adjust for 'info break'
16165 format changes.
16166 * gdb.base/annota3.exp: Likewise.
16167 * gdb.base/break.exp: Likewise.
16168 * gdb.base/condbreak.exp: Likewise.
16169 * gdb.base/pending.exp: Likewise.
16170 * gdb.base/sepdebug.exp: Likewise.
16171 * gdb.base/unload.exp: Likewise.
16172 * gdb.cp/ovldbreak.exp: Likewise.
16173 * gdb.mi/mi-pending.exp: Likewise.
16174
16175 2008-02-07 Doug Evans <dje@google.com>
16176
16177 * gdb.cp/mb-inline.exp: New.
16178 * gdb.cp/mb-inline.h: New.
16179 * gdb.cp/mb-inline1.cc: New.
16180 * gdb.cp/mb-inline2.cc: New.
16181
16182 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
16183
16184 * gdb.pascal/floats.pas: New test program.
16185 * gdb.pascal/floats.exp: New testcase.
16186
16187 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16188
16189 * gdb.base/callfuncs.c (t_float_many_args): New function.
16190 (t_double_many_args): New function.
16191 * gdb.base/callfuncs.exp: Add tests for exceeding float
16192 and double parameters passed through the stack.
16193
16194 2008-02-05 Joel Brobecker <brobecker@adacore.com>
16195
16196 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
16197 gdb.ada/complete/foo.adb: New files.
16198 * gdb.ada/complete.exp: New testcase.
16199
16200 2008-02-03 Doug Evans <dje@google.com>
16201
16202 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
16203
16204 * gdb.cp/gdb2384.exp: New file.
16205 * gdb.cp/gdb2384.cc: New file.
16206 * gdb.cp/gdb2384-base.h: New file.
16207 * gdb.cp/gdb2384-base.cc: New file.
16208
16209 2008-02-02 Doug Evans <dje@google.com>
16210
16211 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16212
16213 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16214
16215 * gdb.ada/sym_print_name: New test program.
16216 * gdb.ada/sym_print_name.exp: New testcase.
16217
16218 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16219
16220 * gdb.ada/nested/hello.adb: New file.
16221 * gdb.ada/nested.exp: New testcase.
16222 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16223
16224 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16225
16226 * gdb.mi/basic.c (return_1): New function.
16227 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16228 don't cause future evaluations of function to report
16229 creation of internal breakpoints.
16230
16231 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16232
16233 * gdb.mi/mi-break.exp (test_error): New.
16234 Call it.
16235
16236 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
16237
16238 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16239 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16240
16241 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16242
16243 * gdb.pascal/integers.pas: New test program.
16244 * gdb.pascal/integers.exp: New testcase.
16245
16246 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16247
16248 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16249
16250 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
16251
16252 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16253 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16254
16255 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16256
16257 * gdb.ada/formatted_ref: New test program.
16258 * gdb.ada/formatted_ref.exp: New testcase.
16259
16260 * gdb.cp/formatted-ref.cc: New file.
16261 * gdb.cp/formatted-ref.exp: New testcase.
16262
16263 2008-01-30 Joel Brobecker <brobecker@adacore.com>
16264
16265 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16266
16267 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
16268
16269 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16270 (test_file_list_exec_source_file): Update to new macro-info field.
16271
16272 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16273
16274 * gdb.ada/exprs: New test program.
16275 * gdb.ada/exprs.exp: New testcase.
16276
16277 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16278
16279 * dfp-test.c (DELTA, DELTA_B): New definitions.
16280 (double_val1, double_val2, double_val3, double_val4, double_val5,
16281 double_val6, double_val7, double_val8, double_val9, double_val10,
16282 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16283 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16284 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16285 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16286 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16287 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16288 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16289 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16290 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16291 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16292 dec128_val16): New global variables.
16293 (decimal_dec128_align): New function.
16294 (decimal_mixed): Likewise.
16295 (decimal_many_args_dec32): Likewise.
16296 (decimal_many_args_dec64): Likewise.
16297 (decimal_many_args_dec128): Likewise.
16298 (decimal_many_args_mixed): Likewise.
16299 * dfp-test.exp: Add tests calling new inferior functions.
16300
16301 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16302
16303 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16304 gdb.server/ext-run.exp: New files.
16305 * lib/gdbserver-support.exp (gdbserver_download): New.
16306 (gdbserver_start): New. Update gdbserver expected
16307 output.
16308 (gdbserver_spawn): Use them.
16309 (gdbserver_start_extended): New.
16310
16311 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16312
16313 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16314 Run on GNU/Linux.
16315 (do_exec_tests): Check for systems which do not support catchpoints.
16316 Do not match START.
16317 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16318 Run on GNU/Linux. Enable verbose output.
16319 (check_fork_catchpoints): New.
16320 (explicit_fork_child_follow, catch_fork_child_follow)
16321 (tcatch_fork_parent_follow): Update expected messages.
16322 (do_fork_tests): Use check_fork_catchpoints.
16323 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16324 Run on GNU/Linux. Enable verbose output.
16325 (check_vfork_catchpoints): New.
16326 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16327 expected messages.
16328 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16329
16330 2008-01-29 Jim Blandy <jimb@red-bean.com>
16331
16332 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16333 host' errors.
16334 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16335
16336 2008-01-29 Jim Blandy <jimb@red-bean.com>
16337
16338 * gdb.threads/sigthread.c: Use barriers to ensure that
16339 child_thread and child_thread_two are always initialized before we
16340 start to use them.
16341
16342 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16343
16344 * gdb.base/watchpoint-solib.exp: New.
16345 * gdb.base/watchpoint-solib.c: New.
16346 * gdb.base/watchpoint-solib-shr.c: New.
16347
16348 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16349
16350 * gdb.base/gdb1056.exp: Add unsigned integer test.
16351
16352 2008-01-28 Doug Evans <dje@google.com>
16353
16354 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16355
16356 2008-01-27 Jim Blandy <jimb@codesourcery.com>
16357
16358 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16359
16360 * gdb.base/expand-psymtabs.exp: Doc fix.
16361
16362 2008-01-26 Mark Kettenis <kettenis@gnu.org>
16363
16364 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16365
16366 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
16367
16368 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
16369 -var-set-format.
16370
16371 2008-01-23 Chris Demetriou <cgd@google.com>
16372
16373 * gdb.threads/thread_events.c: New testcase source file.
16374 * gdb.threads/thread_events.exp: New testcase expect file.
16375
16376 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
16377
16378 * lib/gdb.exp: Add the variable octal.
16379
16380 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
16381 -var-set-format.
16382
16383 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16384 Vladimir Prus <vladimir@codesourcery.com>
16385
16386 * gdb.base/float.exp: Allow missing floating point for m68k and
16387 PowerPC.
16388
16389 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16390
16391 * gdb.mi/basics.c: Setup for testing breakpoints
16392 ignore count.
16393 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16394 * gdb.mi/mi-cli.exp: Adjust.
16395 * gdb.mi/mi2-cli.exp: Adjust.
16396
16397 2008-01-17 Pedro Alves <pedro@codesourcery.com>
16398
16399 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16400 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16401 with dummy_ptr's address.
16402 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16403 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16404 all targets.
16405 * gdb.mi/mi2-var-child.exp: Likewise.
16406
16407 2008-01-09 Joel Brobecker <brobecker@adacore.com>
16408
16409 * gdb.ada/null_array: New test program.
16410 * gdb.ada/null_array.exp: New testcase.
16411
16412 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
16413
16414 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16415 with required float modifiers.
16416
16417 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16418
16419 * gdb.ada/funcall_param: New test program.
16420 * gdb.ada/funcall_param.exp: New testcase.
16421
16422 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16423
16424 * gdb.ada/arrayparam: New test program.
16425 * gdb.ada/arrayparam.exp: New testcase.
16426
16427 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16428
16429 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16430 landed. Should also fix random failures in the test following it.
16431
16432 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16433
16434 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16435 for expressions with decimal float values.
16436 (test_dfp_conversions): New function to test casts to and from
16437 decimal float types.
16438 Call test_dfp_conversions.
16439 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16440 elements.
16441 (main): Initialize ds.float4 and ds.double8 elements.
16442 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16443 string to new error message.
16444 (d64_set_tests): Likewise.
16445 (d128_set_tests): Likewise.
16446 Add tests for expressions with decimal float variables. Add tests for
16447 conversions to and from decimal float types.
16448
16449 2008-01-05 Joel Brobecker <brobecker@adacore.com>
16450
16451 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16452 * gdb.ada/packed_tagged.exp: New testcase.
16453
16454 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16455
16456 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16457 gdb.ada/homonym/homonym_main.adb: New files.
16458 * gdb.ada/homonym.exp: New testcase.
16459
16460 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16461
16462 * gdb.ada/packed_array.exp: Add testing of references to
16463 a packed array.
16464
16465 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16466
16467 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16468 New files.
16469 * gdb.ada/type_coercion.exp: New testcase.
16470
16471 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16472
16473 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16474 gdb.ada/tagged/foo.adb: New file.
16475 * gdb.ada/tagged.exp: New testcase.
16476
16477 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16478
16479 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16480 gdb.ada/ptype_field/foo.adb: New files.
16481 * gdb.ada/ptype_field.exp: New testcase.
16482
16483 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16484
16485 * gdb.ada/print_pc.exp: New testcase.
16486
16487 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16488
16489 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16490 gdb.ada/taft_type/p.adb: New files.
16491 * gdb.ada/taft_type.exp: New testcase.
16492
16493 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16494
16495 * gdb.ada/array_bounds/bar.adb: New file.
16496 * gdb.ada/array_bounds.exp: New testcase.
16497
16498 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16499
16500 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16501 gdb.ada/arrayptr/foo.adb: New files.
16502 * gdb.ada/arrayptr.exp: New testcase.
16503
16504 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16505
16506 * gdb.base/set-lang-auto.exp: New testcase.
16507
16508 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16509
16510 * gdb.ada/fun_addr/foo.adb: New file.
16511 * gdb.ada/fun_addr.exp: New testcase.
16512
16513 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16514
16515 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16516 New files
16517
16518 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16519
16520 * array_subscript_addr/p.adb: New file.
16521 * array_subscript_addr.exp: New testcase.
16522
16523 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16524
16525 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
16526 New files.
16527 * gdb.ada/str_cmp_ref.exp: New testcase.
16528
16529 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16530
16531 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16532 gdb.ada/fun_in_declare/foo.adb: New files.
16533 * gdb.ada/fun_in_declare.exp: New testcase.
16534
16535 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16536
16537 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16538 gdb.ada/ref_param/pck.ads: New files.
16539 * gdb.ada/ref_param.exp: New testcase.
16540
16541 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16542
16543 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16544 gdb.ada/interface/foo.adb: New files.
16545 * gdb.ada/interface.exp: New testcase.
16546
16547 2007-12-31 Jim Blandy <jimb@codesourcery.com>
16548
16549 * gdb.base/multi-forks.exp: Consume all output from child
16550 processes before proceeding to next test.
16551
16552 2007-12-29 Jim Blandy <jimb@codesourcery.com>
16553
16554 * configure: Regenerated.
16555
16556 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16557
16558 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16559 gdb.ada/fixed_cmp/fixed.adb: New files.
16560 * gdb.ada/fixed_cmp.exp: New testcase.
16561
16562 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16563
16564 * gdb.ada/boolean_expr.exp: New testcase.
16565
16566 2007-12-26 Jim Blandy <jimb@codesourcery.com>
16567
16568 * gdb.base/multi-forks.exp: Doc fix.
16569
16570 2007-12-26 Joel Brobecker <brobecker@adacore.com>
16571
16572 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16573 * gdb.ada/char_param.exp: Do not compile our test program with
16574 -gnata, this is unnecessary.
16575 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
16576
16577 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16578
16579 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
16580 gdb.ada/print_chars/foo.adb: New files.
16581 * gdb.ada/print_chars.exp: New testcase.
16582
16583 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16584
16585 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
16586 gdb.ada/char_param/foo.adb: New files.
16587 * gdb.ada/char_param.exp: New testcase.
16588
16589 2007-12-22 Jim Blandy <jimb@codesourcery.com>
16590
16591 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
16592 hard-coding source line numbers into the test.
16593 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
16594 gdb_get_line_number to find.
16595
16596 2007-12-22 Joel Brobecker <brobecker@adacore.com>
16597
16598 * gdb.base/ptype.c (highest): New struct type.
16599 (the_highest): New variable of that type.
16600 (main): Add dummy assignment to a field of variable the_highest.
16601 * gdb.base/ptype.exp: Test type printing of our new variable.
16602
16603 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
16604
16605 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
16606 and record first explicitly generated thread number.
16607 Use that thread number for thread specific watchpoint test.
16608 Add iteration number to repetitive tests.
16609
16610 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
16611 Jim Blandy <jimb@codesourcery.com>
16612
16613 * gdb.base/expand-psymtabs.c: New testcase
16614 source file.
16615 * gdb.base/expand-psymtabs.exp: New testcase
16616 expect file.
16617
16618 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
16619
16620 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
16621 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
16622
16623 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16624
16625 * gdb.ada/frame_args/foo.adb: New file.
16626 * gdb.ada/frame_args/pck.ads: New file.
16627 * gdb.ada/frame_args/pck.adb: New file.
16628 * gdb.ada/frame_args.exp: New testcase.
16629
16630 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16631
16632 * gdb.base/frame-args.c: New file.
16633 * gdb.base/frame-args.exp: New testcase.
16634
16635 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
16636 Joseph Myers <joseph@codesourcery.com>
16637
16638 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
16639
16640 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
16641
16642 * gdb.mi/mi-pending.exp: New.
16643 * gdb.mi/mi-pending.c: New.
16644 * gdb.mi/mi-pendshr.c: New.
16645
16646 2007-12-06 Jim Blandy <jimb@codesourcery.com>
16647
16648 * gdb.base/default.exp: Update expected output for 'info catch'.
16649
16650 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16651
16652 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
16653 must be set to binary.
16654
16655 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
16656
16657 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
16658
16659 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
16660
16661 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
16662 gdb.mi/mi-file-transfer.exp: New.
16663
16664 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16665
16666 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
16667
16668 2007-11-22 Maciej W. Rozycki <macro@mips.com>
16669
16670 * gdb.trace/backtrace.exp: Fix a typo.
16671 * gdb.trace/circ.exp: Likewise.
16672 * gdb.trace/collection.exp: Likewise.
16673 * gdb.trace/limits.exp: Likewise.
16674 * gdb.trace/report.exp: Likewise.
16675 * gdb.trace/tfind.exp: Likewise.
16676 * gdb.trace/while-dyn.exp: Likewise.
16677
16678 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
16679
16680 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
16681 objects of pointers that can't be dereferenced are now
16682 "noneditable".
16683
16684 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16685
16686 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
16687 (target_cpu): Remove.
16688
16689 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
16690
16691 * gdb.base/ending-run.exp: Expect the list of cleared
16692 breakpoint to come in natural order, not the reversed one.
16693
16694 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
16695
16696 * gdb.mi/mi-var-child.c (do_child_deletion): New.
16697 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
16698
16699 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
16700
16701 * gdb.base/printcmds.exp: New function
16702 test_printf_with_dfp.
16703
16704 2007-11-02 Doug Evans <dje@google.com>
16705
16706 * gdb.disasm/t01_mov.s: Remove carriage returns.
16707 * gdb.disasm/t02_mova.s: Ditto.
16708 * gdb.disasm/t03_add.s: Ditto.
16709 * gdb.disasm/t04_sub.s: Ditto.
16710 * gdb.disasm/t05_cmp.s: Ditto.
16711 * gdb.disasm/t06_ari2.s: Ditto.
16712 * gdb.disasm/t07_ari3.s: Ditto.
16713 * gdb.disasm/t08_or.s: Ditto.
16714 * gdb.disasm/t09_xor.s: Ditto.
16715 * gdb.disasm/t10_and.s: Ditto.
16716 * gdb.disasm/t11_logs.s: Ditto.
16717 * gdb.disasm/t12_bit.s: Ditto.
16718 * gdb.disasm/t13_otr.s: Ditto.
16719
16720 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16721
16722 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
16723
16724 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16725
16726 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
16727 provide DFP support.
16728
16729 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
16730
16731 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
16732 Test "set powerpc vector-abi". Skip auto-detection tests for old
16733 toolchains.
16734
16735 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16736
16737 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
16738 with [string compare].
16739
16740 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16741
16742 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
16743 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
16744
16745 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
16746
16747 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
16748 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
16749 * gdb.opt/Makefile.in: New makefile.
16750 * Makefile.in: Create new directory "gdb.opt".
16751 * configure.ac: Add "gdb.opt" directory.
16752 * configure: Regenerated.
16753
16754 2007-10-25 Doug Evans <dje@google.com>
16755
16756 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
16757 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
16758
16759 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
16760 Thiago Jung Bauermann <bauerman@br.ibm.com>
16761
16762 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
16763 Floating Point expressions.
16764 * gdb.base/dfp-test.exp: new file adding tests for Decimal
16765 Floating Point variables.
16766 * gdb.base/dfp-test.c: new file containing program with Decimal
16767 Floating variables, used by gdb.base/dfp-test.exp.
16768
16769 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
16770
16771 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
16772
16773 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16774
16775 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
16776 compiling test case with GCC.
16777 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
16778
16779 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16780
16781 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16782 format changes.
16783
16784 2007-10-18 Michael Snyder <msnyder@specifix.com>
16785
16786 * gdb.base/dbx.exp: Add missing "-re " operator.
16787
16788 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
16789
16790 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
16791 * configure.ac: Removed trailing spaces after backslash.
16792 * gdb.modula2: New directory.
16793 * gdb.modula2/Makefile.in: New file.
16794 * gdb.modula2/unbounded-array.exp: New file.
16795 * gdb.modula2/unbounded1.c: New file.
16796
16797 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
16798
16799 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
16800
16801 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
16802
16803 * gdb.base/sigstep.c (main): Add checks for
16804 return values for setitimer call.
16805 Call setitimer again with itimer = ITIMER_REAL
16806 if first call to setitimer fails.
16807
16808 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
16809
16810 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
16811 of $timeout.
16812
16813 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16814
16815 * gdb.server/server-run.exp: Test for dynamic linker symbols.
16816
16817 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
16818
16819 * lib/gdb.exp (gdb_run_cmd): Move comment outside
16820 of gdb_expect call, to avoid interruption.
16821
16822 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
16823
16824 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
16825 (v_unsigned_long_long, v_long_long_array)
16826 (v_signed_long_long_array, v_unsigned_long_long_array)
16827 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
16828 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
16829 [!NO_LONG_LONG]: New.
16830 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
16831 v_long_long_member.
16832
16833 (v_long_long_func, v_signed_long_long_func)
16834 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
16835 (main) [!NO_LONG_LONG]: Initialize long long variants.
16836
16837 * gdb.base/whatis.exp: If board file requests no_long_long, build
16838 test with NO_LONG_LONG defined. Test long long, signed long long,
16839 and unsigned long long variants but only if board file doesn't
16840 disable it.
16841
16842 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
16843 Daniel Jacobowitz <dan@codesourcery.com>
16844
16845 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
16846 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
16847 * configure: Regenerated.
16848 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
16849 gdb.pascal/types.exp, lib/pascal.exp: New files.
16850
16851 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
16852
16853 * gdb.cp/classes.exp (do_tests): Always step to the line after the
16854 call.
16855 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
16856 to return to the call.
16857 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
16858 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
16859 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
16860 * gdb.mi/mi-until.exp (test_until): Likewise.
16861 * gdb.mi/mi2-until.exp (test_until): Likewise.
16862
16863 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
16864
16865 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
16866 two-char array.
16867 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
16868
16869 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
16870
16871 * gdb.threads/watchthreads.c (thread_function): Sleep between
16872 iterations.
16873 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
16874 at once for S/390. Generate matching fails and passes.
16875
16876 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
16877
16878 * gdb.mi/var-cmd.c (do_children_tests): Initialize
16879 the 'struct_declarations' variable to zeros.
16880
16881 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
16882
16883 * gdb.cp/mb-ctor.cc: New.
16884 * gdb.cp/mb-ctor.exp: New.
16885 * gdb.cp/mb-templates.cc: New.
16886 * gdb.cp/mb-templates.exp: New.
16887
16888 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
16889
16890 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
16891
16892 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
16893
16894 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
16895 targets.
16896 * configure: Regenerate.
16897
16898 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
16899
16900 * gdb.base/annota1.exp: Adjust for 'info break'
16901 format changes.
16902 * gdb.base/annota3.exp: Likewise.
16903 * gdb.base/break.exp: Likewise.
16904 * gdb.base/condbreak.exp: Likewise.
16905 * gdb.base/pending.exp: Likewise.
16906 * gdb.base/sepdebug.exp: Likewise.
16907 * gdb.base/unload.exp: Likewise.
16908 * gdb.base/ovldbreak.exp: Likewise.
16909
16910 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
16911
16912 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
16913 messages.
16914 * gdb.base/chng-syms.exp: Likewise.
16915 * gdb.base/unload.exp: Likewise.
16916
16917 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
16918
16919 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
16920
16921 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
16922
16923 * schedlock.c (NUM): Change to 1.
16924 (main): Use args[0] for the main thread.
16925 * schedlock.exp: Only expect two threads. Only issue one pass or fail
16926 regardless of the number of threads.
16927
16928 2007-09-14 Maciej W. Rozycki <macro@mips.com>
16929
16930 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
16931 type down.
16932 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16933 test.
16934 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
16935 watchpoint type down.
16936 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16937 test.
16938
16939 2007-09-14 Maciej W. Rozycki <macro@mips.com>
16940
16941 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
16942 Move all the tests here and run them twice, once using software
16943 watchpoints and once using hardware watchpoints.
16944 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
16945
16946 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
16947
16948 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
16949 test.
16950
16951 2007-09-10 Mark Kettenis <kettenis@gnu.org>
16952
16953 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
16954 build-id.
16955
16956 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
16957 know about $ORIGIN. Calculate output dir from $dest instead of
16958 using ${objdir}/{$subdir}.
16959
16960 2007-09-09 Mark Kettenis <kettenis@gnu.org>
16961
16962 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
16963 gcore, before continuing with the test.
16964
16965 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
16966
16967 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
16968 * gdb.mi/mi-watch.exp: Likewise.
16969
16970 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16971 Jim Blandy <jimb@codesourcery.com>
16972
16973 * gdb.arch/i386-sse.exp: Do not expect character constants.
16974 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
16975 * gdb.base/display.exp: Allow print/s.
16976 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
16977 and unsigned char array changes.
16978
16979 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16980
16981 * gdb.base/display.exp: Add tests for printf %p.
16982
16983 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
16984
16985 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
16986 the dll name to unicode.
16987
16988 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16989
16990 * gdb.base/default.exp (show version): Update the version text.
16991 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
16992
16993 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16994
16995 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
16996 New files.
16997
16998 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16999
17000 * lib/gdb.exp (build_id_debug_filename_get): New function.
17001 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17002 Remove the generate DEBUG file for the future testcase runs.
17003 New testcase for the NT_GNU_BUILD_ID retrieval.
17004 Move the final testing step to ...
17005 (test_different_dir): ... a new function.
17006 New parameter XFAIL to XFAIL all the tests performed.
17007 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17008 New parameter TYPE to PF_PREFIX all the tests performed.
17009
17010 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17011
17012 * gdb.mi/mi-var-cp.cc (path_expression): New
17013 function.
17014 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17015
17016 2007-08-27 Markus Deuling <deuling@de.ibm.com>
17017
17018 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17019 to fit into SPU Local Store memory.
17020
17021 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17022
17023 * gdb.base/default.exp: Adjust the expected output of "info
17024 warranty" after the switch to GPLv3.
17025
17026 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17027
17028 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17029 to 30000 (from 20000).
17030
17031 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17032
17033 Switch the license of all .exp files to GPLv3.
17034 Switch the license of all .f and .f90 files to GPLv3.
17035 Switch the license of all .s and .S files to GPLv3.
17036
17037 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17038
17039 * configure.ac: Switch license to GPLv3.
17040
17041 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17042
17043 Switch the licensing to GPLv3 for all .ads and .adb files.
17044
17045 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17046
17047 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17048 and t_int_double.
17049 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17050
17051 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17052
17053 * gdb.base/step-line.c: Switch license to GPL version 3, and
17054 update copyright year.
17055 * gdb.base/step-line.inp: Likewise.
17056
17057 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17058
17059 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17060 changes inside gdb1555.c.
17061 * gdb.base/pending.exp: Likewise.
17062
17063 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17064
17065 * config/default.exp: New file.
17066
17067 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17068
17069 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17070 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17071
17072 2007-07-30 Maciej W. Rozycki <macro@mips.com>
17073
17074 * gdb.base/dump.exp: Force the correct endianness for binary
17075 formats not carrying this information.
17076
17077 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17078
17079 * gdb.threads/staticthreads.exp: Match .*sem_post.
17080
17081 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17082
17083 * gdb.base/readline.exp (operate_and_get_next): Match the final
17084 prompt.
17085
17086 2007-07-23 Kevin Buettner <kevinb@redhat.com>
17087
17088 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17089 to restarting SID.
17090
17091 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17092
17093 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17094 prior to `gdb_start'.
17095
17096 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17097
17098 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17099 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17100 Remove call to gdb_unload.
17101
17102 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17103 Daniel Jacobowitz <dan@codesourcery.com>
17104
17105 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17106 for __WIN32__.
17107 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17108 * gdb.base/unload.exp: Use shared library test routines.
17109
17110 2007-07-03 Markus Deuling <deuling@de.ibm.com>
17111
17112 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17113 * gdb.base/solib-symbol-lib.c: Likewise.
17114 * gdb.base/solib-symbol-main.c: Likewise.
17115
17116 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17117
17118 * config/gdbserver.exp (gdb_reconnect): New.
17119 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17120 gdb.base/solib-disc.exp: New files.
17121 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17122 remote debugging".
17123 (gdb_compile): Add shlib_load flag.
17124 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17125 port.
17126 (gdbserver_reconnect): New.
17127
17128 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
17129 Daniel Jacobowitz <dan@codesourcery.com>
17130
17131 * gdb.base/annota3.exp: Test for if construct.
17132
17133 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17134
17135 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17136
17137 2007-06-21 Chris Dearman <chris@mips.com>
17138 Maciej W. Rozycki <macro@mips.com>
17139
17140 * gdb.base/display.exp: Allow a newline after display/i.
17141 * gdb.base/pc-fp.exp: Likewise.
17142 * gdb.base/sigbpt.exp: Likewise.
17143
17144 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17145
17146 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17147 required features to be included.
17148
17149 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17150
17151 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
17152 in info threads output.
17153
17154 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17155 Markus Deuling <deuling@de.ibm.com>
17156
17157 * gdb.arch/spu-info.exp: New testcase.
17158 * gdb.arch/spu-info.c: New file.
17159
17160 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
17161
17162 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
17163 tpcs_offset. Restore lr after the call.
17164 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
17165
17166 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
17167
17168 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
17169 (gdbserver_run): Kill any running gdbserver.
17170 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
17171
17172 2007-05-17 Maciej W. Rozycki <macro@mips.com>
17173
17174 * gdb.base/sigbpt.exp: Preset segv_addr.
17175
17176 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
17177
17178 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
17179 (gdb_compile_shlib): Likewise.
17180 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
17181 (default_gdb_init): Clear cleanfiles.
17182 (gdb_finish): Delete recorded cleanfiles.
17183 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
17184
17185 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
17186 Do not use isnative.
17187 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
17188 gdb.base/so-impl-ld.exp: Likewise.
17189 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
17190 * gdb.base/unload.exp: Likewise. Do not pass empty option to
17191 gdb_compile.
17192
17193 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
17194
17195 * config/unknown.exp: Remove.
17196
17197 2007-05-15 Markus Deuling <deuling@de.ibm.com>
17198
17199 * gdb.base/info-proc.exp: Check is_remote.
17200
17201 2007-05-14 Markus Deuling <deuling@de.ibm.com>
17202
17203 * gdb.base/gcore.exp: Initialize variable core_supported.
17204
17205 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17206
17207 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17208
17209 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17210
17211 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17212 * gdb.threads/print-threads.exp (test_all_threads): Allow
17213 negative and hexadecimal thread IDs.
17214
17215 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17216
17217 * gdb.java/jprint.java (public): Avoid invalid call to static
17218 method.
17219
17220 2007-05-14 Denis Pilat <denis.pilat@st.com>
17221
17222 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17223 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17224 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17225 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17226 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17227
17228 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17229
17230 * gdb.base/overlays.exp: Add support for targets with only code
17231 overlay support, not data overlay. Support spu-*-* target in
17232 this mode.
17233 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17234 * gdb.base/spu.ld: New file.
17235
17236 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17237
17238 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17239
17240 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17241
17242 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17243
17244 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17245
17246 * gdb.java/jmain.exp: Handle demangled names with and without method
17247 signatures.
17248
17249 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17250
17251 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17252 (have_a_very_merry_interrupt): Remove calls to puts.
17253 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17254 inferior output.
17255 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17256 test names.
17257
17258 2007-04-29 Markus Deuling <deuling@de.ibm.com>
17259 Daniel Jacobowitz <dan@codesourcery.com>
17260
17261 * gdb.base/auxv.exp (core_works): Also check is_remote.
17262 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17263
17264 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
17265
17266 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17267 message, not the undefined 'module' variable.
17268 * gdb.base/siginfo.exp: Likewise.
17269 * gdb.base/sigstep.exp: Likewise.
17270 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17271 serialport.
17272 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17273
17274 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
17275
17276 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17277 target sim fails. Return 0 otherwise.
17278 (gdb_load): Return prematurely if gdb_target_sim fails.
17279
17280 2007-04-16 Denis Pilat <denis.pilat@st.com>
17281
17282 * gdb.base/setshow.exp: Reset height after having set it to 100.
17283
17284 2007-04-16 Denis Pilat <denis.pilat@st.com>
17285
17286 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17287
17288 2007-04-16 Denis Pilat <denis.pilat@st.com>
17289
17290 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17291
17292 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17293
17294 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17295 tests. Run the frozen varobjs test.
17296 * gdb.mi/var-cmd.c (do_frozen_tests): New.
17297 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
17298
17299 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17300
17301 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17302 gdb.base/type-opaque.exp: New files.
17303
17304 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
17305
17306 * gdb.mi/mi-var-child.c
17307 (do_children_tests): User char[2] instead of
17308 char so that automatic printing of pointers to char
17309 don't give unpredicable result.
17310 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17311 local variables.
17312 * gdb.mi/mi-var-child.exp: Step to right line
17313 of do_children_tests.
17314 * gdb.mi/mi2-var-child.exp: Likewise.
17315 * gdb.mi/mi-var-cmd.exp: Step to right line of
17316 do_locals_tests.
17317 (do_children_tests): User char[2] instead of
17318 char so that automatic printing of pointers to char
17319 don't give unpredicable result.
17320 * gdb.mi/mi2-var-cmd.exp: Likewise.
17321 * lib/mi-support.exp (mi_continue_to_line):
17322 Pass test name to mi_wait_for_stop.
17323
17324 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17325
17326 * gdb.asm/asm-source.exp: Remove d10v case.
17327 * lib/gdb.exp (skip_cplus_tests): Likewise.
17328 * gdb.asm/d10v.inc: Deleted.
17329
17330 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17331
17332 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17333
17334 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17335
17336 * config/netware.exp: Delete file.
17337
17338 2007-03-29 Joel Brobecker <brobecker@adacore.com>
17339
17340 * gdb.dwarf2/dw2-noloc.S: New file.
17341 * gdb.dwarf2/dw2-noloc.exp: New file.
17342
17343 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17344
17345 * gdb.cp/method2.cc: New test.
17346 * gdb.cp/method2.exp: New test.
17347 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17348
17349 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17350
17351 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17352
17353 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17354
17355 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17356
17357 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17358
17359 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17360 (gdb_load): Delete, replace with...
17361 (gdb_reload): ...this.
17362 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17363 * gdb.server/server-mon.exp: Likewise.
17364 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17365 (gdb_start_cmd): New.
17366 (gdb_file_cmd): Save the last loaded file.
17367 (gdb_reload): New.
17368 (gdb_gnu_strip_debug): Use transform.
17369 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17370 support here. Use new $last_loaded_file. Check mtime.
17371 (gdb_target_cmd): Handle ObjC failure case.
17372 (infer_host_exec): Delete.
17373 (gdbserver_load): Rename to...
17374 (gdbserver_run): ...this. Simplify.
17375 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17376 (mi_gdb_load): Move most contents to a new function...
17377 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17378 (mi_run_cmd): Use mi_gdb_target_load.
17379 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17380 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17381 Use gdb_run_cmd.
17382 * gdb.base/charsign.exp: Remove incorrect comment.
17383 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17384 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17385 gdb.base/start.exp: Use gdb_start_cmd.
17386
17387 2007-03-23 Nigel Stephens <nigel@mips.com>
17388 Maciej W. Rozycki <macro@mips.com>
17389
17390 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17391 * gdb.base/signull.exp: Similarly.
17392
17393 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17394
17395 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17396 messages available to test cases (like chng-sym.exp).
17397
17398 2007-03-14 Andreas Schwab <schwab@suse.de>
17399
17400 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17401 format changes.
17402
17403 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17404
17405 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17406 (optimized_1): New.
17407 (main): Call optimized_1.
17408 (gdb2029): Correct typos. Call gdb2029_marker.
17409 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17410 for gdb2029.
17411
17412 2007-03-12 Mark Kettenis <kettenis@gnu.org>
17413
17414 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17415 as tabs. Remove redundant test pattern.
17416
17417 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17418
17419 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17420 for /a format output.
17421
17422 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17423
17424 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17425 collect output incrementally.
17426
17427 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17428
17429 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17430 for -var-create lpcharacter test.
17431 * gdb.mi/mi2-var-cmd.exp: Likewise.
17432
17433 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17434
17435 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17436 pass on targets where address zero is readable.
17437
17438 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17439
17440 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17441 just a single architecture.
17442
17443 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17444
17445 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17446 (fetch_all_registers): New function, uses gdb_test_multiple and
17447 exp_continue to fetch inferior output line-by-line.
17448 Replace all uses of do_get_all_registers by fetch_all_registers.
17449
17450 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17451
17452 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17453 in target_info.
17454
17455 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17456
17457 * gdb.threads/manythreads.exp: Use $message string for
17458 consistancy; add a default (timeout) case.
17459
17460 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17461
17462 * gdb.base/watchpoint.exp: Fix truncated comment.
17463
17464 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17465
17466 * Makefile.in: Remove spurious single-quotes from sed command.
17467
17468 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17469
17470 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17471 func.
17472 * gdb.mi/mi2-var-cmd.exp: Likewise.
17473
17474 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17475
17476 * gdb.dwarf2/dw2-producer.S: New file.
17477 * gdb.dwarf2/dw2-producer.exp: New testcase.
17478
17479 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
17480
17481 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17482 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17483 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17484 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17485 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17486 Revert tests to use mi_gdb_test and include value field in output
17487 of -var-create.
17488
17489 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17490
17491 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17492
17493 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17494
17495 * gdb.base/maint.exp: Remove full paths from test names.
17496 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17497 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17498
17499 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17500
17501 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17502
17503 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17504
17505 * gdb.server/server-mon.exp: New test.
17506
17507 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17508
17509 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17510
17511 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17512
17513 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17514 register capitalization.
17515
17516 2007-02-13 Denis Pilat <denis.pilat@st.com>
17517
17518 * gdb.mi/mi-var-invalidate.exp: New file.
17519
17520 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17521
17522 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17523
17524 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17525
17526 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17527
17528 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17529
17530 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17531 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17532
17533 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
17534
17535 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17536 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17537 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17538 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17539 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17540 * gdb.mi/gdb792.exp, lib/mi-support.exp:
17541 Update tests to include value field in output of -var-create.
17542
17543 2007-02-08 Andreas Schwab <schwab@suse.de>
17544
17545 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17546
17547 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17548
17549 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17550 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17551
17552 2007-02-02 Denis Pilat <denis.pilat@st.com>
17553
17554 * gdb.threads/threadapply.exp: check that frame is not changed by
17555 the thread apply all command.
17556
17557 2007-01-31 Andreas Schwab <schwab@suse.de>
17558
17559 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17560
17561 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17562 in the dwarf sections.
17563 * gdb.dwarf2/mac-fileno.S: Likewise.
17564
17565 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17566 bspstore register on ia64.
17567
17568 2007-01-29 Andreas Schwab <schwab@suse.de>
17569
17570 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17571 "frame-begin" annotation.
17572
17573 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
17574 number of "frames-invalid" annotations.
17575
17576 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17577
17578 * gdb.base/commands.exp: Call if_commands_test.
17579 (gdb_test_no_prompt, if_commands_test): New.
17580
17581 2007-01-28 Mark Kettenis <kettenis@gnu.org>
17582
17583 * gdb.threads/sigthread.c (NSIGS): Make bigger.
17584
17585 2007-01-27 Andreas Schwab <schwab@suse.de>
17586
17587 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
17588 .short/.int/.quad in the dwarf sections.
17589 * gdb.dwarf2/dw2-intercu.S: Likewise.
17590 * gdb.dwarf2/dw2-intermix.S: Likewise.
17591
17592 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17593
17594 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
17595 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
17596 array.
17597 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
17598 * gdb.base/setvar.exp: Likewise.
17599
17600 2007-01-26 Andreas Schwab <schwab@suse.de>
17601
17602 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
17603 test.
17604
17605 * gdb.base/multi-forks.exp ("restart $i"): Also match
17606 __kernel_syscall_via_break.
17607
17608 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
17609
17610 * lib/mi-support.exp (mi_delete_varobj): New.
17611 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
17612 testcase.
17613 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
17614 (main): Call the above.
17615 (reference_update_test, base_in_reference_test)
17616 (reference_to_pointer): Delete the created varobjs.
17617
17618 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
17619
17620 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
17621 * configure: Regenerated.
17622 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
17623 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
17624 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
17625 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
17626 * lib/gdb.exp (gdb_skip_xml_test): New function.
17627
17628 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
17629
17630 * gdb.base/sigrepeat.exp: Correct error message.
17631
17632 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17633 Daniel Jacobowitz <dan@codesourcery.com>
17634
17635 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
17636 gdb.arch/i386-gnu-cfi-asm.S: New files.
17637
17638 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17639
17640 * lib/gdb.exp: Abort on missing `site.exp'.
17641
17642 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17643 Daniel Jacobowitz <dan@codesourcery.com>
17644
17645 * gdb.base/included.c, gdb.base/included.exp,
17646 gdb.base/included.h: New files.
17647
17648 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17649
17650 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
17651 (maximize_rlimit): Reduce limits on 64-bit systems.
17652
17653 2007-01-19 Mark Kettenis <kettenis@gnu.org>
17654
17655 From Marcus Deuling <deuling@de.ibm.com>:
17656 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
17657 every case.
17658
17659 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
17660
17661 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
17662 (test_path_specification): Use objdir instead of srcdir to always
17663 get an absolute filename.
17664
17665 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
17666
17667 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
17668
17669 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
17670
17671 * gdb.mi/mi-var-cp.cc (reference_update_tests):
17672 Make sure the variable we're using is in scope.
17673 (reference_to_pointer): Likewise.
17674
17675 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17676
17677 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
17678 has no debug information.
17679
17680 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17681
17682 * gdb.base/annota1.exp: Remove extra send_gdb.
17683
17684 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17685
17686 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
17687
17688 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17689
17690 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
17691
17692 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
17693 Daniel Jacobowitz <dan@codesourcery.com>
17694
17695 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
17696 lcharacter or linteger change. Correct duplicated test name.
17697 * gdb.mi/mi2-var-cmd.exp: Likewise.
17698
17699 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
17700
17701 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
17702
17703 2007-01-05 Joel Brobecker <brobecker@adacore.com>
17704
17705 * gdb.base/nofield.c: New file.
17706 * gdb.base/nofield.exp: New testcase.
17707
17708 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
17709
17710 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
17711
17712 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
17713 test.
17714
17715 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17716
17717 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
17718
17719 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17720
17721 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
17722 when continuing.
17723
17724 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17725
17726 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
17727 Expect ".exe" extension.
17728
17729 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17730
17731 * gdb.base/charset.exp: Add explicit filename to break.
17732 * gdb.base/dbx.exp: Add explicit filename to breaks.
17733
17734 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17735
17736 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
17737 * gdb.mi/mi2-file.exp: Likewise.
17738
17739 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17740
17741 Implement specification of MI tests as comments
17742 in C and C++ sources.
17743 * lib/mi-support.exp (mi_autotest_data): New variable.
17744 (mi_autotest_source): New variable.
17745 (count_newlines, mi_prepare_inline_tests)
17746 (mi_get_inline_test, mi_continue_to_line)
17747 (mi_run_inline_test, mi_tbreak)
17748 (mi_send_resuming_command, mi_wait_for_stop): New functions.
17749 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
17750 Run inline tests.
17751 * gdb.mi/mi-var-cp.cc: Define tests here.
17752
17753 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17754
17755 Simplify usage of mi_continue_to.
17756 * lib/mi-support.exp (mi_runto_helper): Renamed
17757 from mi_runto, added new parameter 'run_or_continue'.
17758 (mi_runto): Use mi_runto_helper.
17759 (mi_continue_to): Accept just function name as parameter.
17760 Use mi_runto_helper.
17761 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
17762 * gdb.mi/mi2-var-cmd.exp: Likewise.
17763
17764 2006-01-04 Joel Brobecker <brobecker@adacore.com>
17765
17766 Make this testcase a bit more realistic. The current code
17767 is too simplistic, and allows the compiler to optimize out
17768 some of the entities we need for this testcase.
17769 * gdb.ada/null_record/bar.ads (Void_Star): New type.
17770 (Do_Nothing): Add extra parameter.
17771 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
17772 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
17773 by using a variable of type Void_Star.
17774
17775 2006-01-04 Joel Brobecker <brobecker@adacore.com>
17776
17777 * gdb.ada/catch_ex/foo.adb: New file.
17778 * gdb.ada/catch_ex.exp: New testcase.
17779
17780 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
17781
17782 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
17783 pass --image-base to linker.
17784
17785 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17786 Daniel Jacobowitz <dan@codesourcery.com>
17787
17788 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
17789 secondary prompts.
17790
17791 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17792
17793 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
17794 output. Test the types of members and member pointers.
17795 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
17796 gdb/2092.
17797 * gdb.cp/member-ptr.exp: Search for a comment instead of a
17798 statement. Enable for GCC. Update expected output for some tests
17799 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
17800 layout.
17801 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
17802 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
17803 (Diamond::vget_base): New.
17804 (main): Add new tests.
17805 * gdb.cp/printmethod.exp: Update expected output for member functions.
17806 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
17807 print pEe->D::vg().
17808
17809 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17810
17811 * gdb.threads/tls.exp: Allow stops in sem_post.
17812
17813 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
17814
17815 * gdb.base/annota1.exp: Allow .*printf in backtraces.
17816 * gdb.base/annota3.exp: Likewise.
17817 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
17818 again (instead of timing out).
17819 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
17820 GCC bug 26475.
17821 * gdb.java/jmisc.exp: Adjust to work with method signatures including
17822 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
17823 test from jmisc1.exp.
17824 * gdb.java/jmisc1.exp: Delete.
17825 * gdb.java/jprint.exp: Adjust to work with method signatures including
17826 return types.
17827 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
17828 * gdb.threads/linux-dp.exp: Don't be confused by program output.
17829 * lib/java.exp (compile_java_from_source): Pass the correct type
17830 to target_compile.
17831
17832 2006-12-31 Joel Brobecker <brobecker@adacore.com>
17833
17834 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
17835 (stack_align_edx): New function.
17836 (stack_align_eax): New function.
17837 (main): Add calls to stack_align_edx and stack_align_eax.
17838 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
17839 Add testing for the cases where the register used during a stack
17840 realignment is edx. Same for eax.
17841
17842 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
17843
17844 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
17845 and generic PE targets.
17846
17847 2006-12-29 Joel Brobecker <brobecker@adacore.com>
17848
17849 * gdb.ada/array_return.exp: Update copyright date list.
17850
17851 2006-12-27 Joel Brobecker <brobecker@adacore.com>
17852
17853 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
17854 (Create_Small_Float_Vector): New function.
17855 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
17856 function body.
17857 * gdb.ada/array_return/p.adb: Use new type and function from
17858 package Pck.
17859 * gdb.ada/array_return.exp: Add a test verifying that GDB is
17860 able to print the value returned by a function returning an
17861 array of float.
17862
17863 2006-12-20 Joel Brobecker <brobecker@adacore.com>
17864
17865 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
17866 The associated tests should be PASSing.
17867
17868 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17869
17870 Test for base in references.
17871 * gdb.mi/mi-var-cp.cc: Add test code.
17872 * gdb.mi/mi-var-cp.exp: Test for bases in references.
17873 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
17874 * gdb.mi/mi2-watch.exp: Likewise.
17875 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
17876 (mi_list_varobj_children): New function.
17877
17878 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17879
17880 * lib/mi-support.exp
17881 (mi_runto): Accept "()" after function name.
17882 (mi_create_varobj): New function.
17883 (mi_varobj_update): New function.
17884 (mi_Check_varobj_value): New function.
17885 * gdb.mi/mi-var-cp.exp: New file.
17886 * gdb.mi/mi-var-cp.cc: New file.
17887
17888 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
17889
17890 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
17891 gdb.base/weaklib2.c: New files.
17892
17893 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
17894
17895 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
17896 info. Adjust test names.
17897
17898 * gdb.base/break.c (main): Move position of malloc.
17899 * gdb.base/break.exp: Revert mistaken checkin.
17900
17901 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
17902
17903 * gdb.mi/mi-var-cmd.exp: Check -var-update after
17904 assignement of arrays and function pointers.
17905 * gdb.mi/var-cmd.c: Add declaration necessary for above
17906 tests.
17907
17908 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17909
17910 * gdb.base/break.c (main): Call malloc.
17911
17912 * gdb.threads/linux-dp.exp: Read thread table before and after
17913 creating each philosopher and verify it.
17914
17915 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17916 Paul Brook <paul@codesourcery.com>
17917 Daniel Jacobowitz <dan@codesourcery.com>
17918
17919 * gdb.base/ending-run.exp: Flatten expect script stepping out of
17920 main to remove duplication. Add start function of the form
17921 '_*start[1-9]*'. Add RVDS start function.
17922
17923 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17924
17925 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
17926
17927 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17928
17929 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
17930 * gdb.asm/spu.inc: New file.
17931 * gdb.base/term.exp: Disable if [target_info exists noargs].
17932 * gdb.gdb/complaints.exp: Disable if ![isnative].
17933 * gdb.gdb/selftest.exp: Likewise.
17934 * gdb.gdb/observer.exp: Likewise.
17935 * gdb.gdb/xfullpath.exp: Likewise.
17936 * gdb.base/attach.exp: Disable on SPU target.
17937 * gdb.cp/bs145503.exp: Likewise.
17938 * gdb.cp/exception.exp: Likewise.
17939 * gdb.cp/userdef.exp: Likewise.
17940
17941 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17942
17943 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
17944
17945 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
17946
17947 * gdb.base/completion.exp: Fix completion tests for
17948 'info' and 'info '.
17949 * gdb.base/help.exp (help_test_raw, test_class_help)
17950 (test_prefix_command_help): Move...
17951 * lib/gdb.exp: Here.
17952 * gdb.base/main.exp: Adjust.
17953 * gdb.cp/maint.exp: Adjust.
17954 * gdb.trace/tracecmd.exp: Use test_help_class.
17955
17956 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17957
17958 * gdb.stabs/weird.exp (print_weird_var): Use
17959 gdb_test_multiple instead of gdb_expect.
17960
17961 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17962
17963 * gdb.base/help.exp (help_test_raw): New.
17964 (test_class_help): New.
17965 (test_prefix_command_help): New.
17966 Adjust testcases.
17967
17968 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
17969
17970 * gdb.base/constvars.c (main): Write to crass and crips, so that
17971 they are allocated by the compiler.
17972
17973 2006-10-27 Andreas Schwab <schwab@suse.de>
17974
17975 * gdb.base/multi-forks.exp: Use "detach fork" instead of
17976 "detach-fork".
17977
17978 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
17979
17980 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
17981 of patterns.
17982
17983 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17984
17985 * gdb.base/sepdebug.exp: Remove debug format test.
17986 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
17987 Handle no-symtab.
17988 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
17989
17990 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17991
17992 * gdb.threads/manythreads.c (thread_function, main): Don't cast
17993 int to pointer or pointer to int.
17994 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
17995
17996 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
17997
17998 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
17999
18000 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18001
18002 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18003
18004 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18005
18006 PR c++/2116
18007 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18008
18009 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18010
18011 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18012 the corresponding bug has been fixed in GDB (PR/2018).
18013
18014 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18015
18016 * gdb.base/subst.exp: New testcase.
18017
18018 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18019
18020 * gdb.ada/array_return/pck.ads: Add copyright notice.
18021 * gdb.ada/array_return/pck.adb: Likewise.
18022 * gdb.ada/array_return/p.adb: Likewise.
18023 * gdb.ada/exec_changed/first.adb: Likewise.
18024 * gdb.ada/exec_changed/second.adb: Likewise.
18025
18026 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18027
18028 * gdb.ada/watch_arg/watch.adb: New file.
18029 * gdb.ada/watch_arg.exp: New testcase.
18030
18031 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18032
18033 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
18034 via string_to_regexp.
18035 * gdb.mi/mi2-basics.exp: Likewise.
18036
18037 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
18038
18039 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18040 Remove unused / obsolete files.
18041
18042 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
18043
18044 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18045
18046 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18047
18048 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18049 HIGH_FRAME argument to -stack-list-arguments can be larger than
18050 the number of frames.
18051
18052 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18053
18054 * gdb.base/args.c (main): Add breakpoint marker.
18055 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18056 really test empty arguments.
18057 (args_load): Delete.
18058 (args_test): New.
18059
18060 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
18061
18062 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
18063 check for one file.
18064
18065 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18066
18067 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18068 HIGH_FRAME argument to -stack-list-locals can be larger than
18069 the number of frames.
18070
18071 2006-08-18 Fred Fish <fnf@specifix.com>
18072
18073 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18074 '$' in front of skip_vmx_tests_saved when setting that.
18075
18076 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18077
18078 * gdb.base/trace-commands.exp: New file.
18079
18080 2006-08-10 Joel Brobecker <brobecker@adacore.com>
18081 Daniel Jacobowitz <dan@codesourcery.com>
18082
18083 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18084 expected output of the backtrace commands.
18085
18086 2006-08-09 Joel Brobecker <brobecker@adacore.com>
18087
18088 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18089 untested followed by return combination.
18090 * gdb.arch/altivec-regs.exp: Likewise.
18091 * gdb.arch/e500-abi.exp: Likewise.
18092 * gdb.arch/e500-regs.exp: Likewise.
18093 * gdb.arch/gdb1291.exp: Likewise.
18094 * gdb.arch/gdb1431.exp: Likewise.
18095 * gdb.arch/gdb1558.exp: Likewise.
18096 * gdb.arch/i386-prologue.exp: Likewise.
18097 * gdb.arch/i386-unwind.exp: Likewise.
18098 * gdb.asm/asm-source.exp: Likewise.
18099 * gdb.base/a2-run.exp: Likewise.
18100 * gdb.base/advance.exp: Likewise.
18101 * gdb.base/all-bin.exp: Likewise.
18102 * gdb.base/annota1.exp: Likewise.
18103 * gdb.base/annota3.exp: Likewise.
18104 * gdb.base/args.exp: Likewise.
18105 * gdb.base/arithmet.exp: Likewise.
18106 * gdb.base/assign.exp: Likewise.
18107 * gdb.base/async.exp: Likewise.
18108 * gdb.base/attach.exp: Likewise.
18109 * gdb.base/bang.exp: Likewise.
18110 * gdb.base/bigcore.exp: Likewise.
18111 * gdb.base/bitfields.exp: Likewise.
18112 * gdb.base/bitfields2.exp: Likewise.
18113 * gdb.base/break.exp: Likewise.
18114 * gdb.base/call-sc.exp: Likewise.
18115 * gdb.base/call-strs.exp: Likewise.
18116 * gdb.base/callfuncs.exp: Likewise.
18117 * gdb.base/checkpoint.exp: Likewise.
18118 * gdb.base/chng-syms.exp: Likewise.
18119 * gdb.base/code-expr.exp: Likewise.
18120 * gdb.base/commands.exp: Likewise.
18121 * gdb.base/completion.exp: Likewise.
18122 * gdb.base/cond-expr.exp: Likewise.
18123 * gdb.base/condbreak.exp: Likewise.
18124 * gdb.base/consecutive.exp: Likewise.
18125 * gdb.base/constvars.exp: Likewise.
18126 * gdb.base/corefile.exp: Likewise.
18127 * gdb.base/cvexpr.exp: Likewise.
18128 * gdb.base/dbx.exp: Likewise.
18129 * gdb.base/define.exp: Likewise.
18130 * gdb.base/detach.exp: Likewise.
18131 * gdb.base/display.exp: Likewise.
18132 * gdb.base/dump.exp: Likewise.
18133 * gdb.base/ena-dis-br.exp: Likewise.
18134 * gdb.base/ending-run.exp: Likewise.
18135 * gdb.base/environ.exp: Likewise.
18136 * gdb.base/eval-skip.exp: Likewise.
18137 * gdb.base/exprs.exp: Likewise.
18138 * gdb.base/fileio.exp: Likewise.
18139 * gdb.base/finish.exp: Likewise.
18140 * gdb.base/float.exp: Likewise.
18141 * gdb.base/foll-exec.exp: Likewise.
18142 * gdb.base/foll-fork.exp: Likewise.
18143 * gdb.base/foll-vfork.exp: Likewise.
18144 * gdb.base/freebpcmd.exp: Likewise.
18145 * gdb.base/funcargs.exp: Likewise.
18146 * gdb.base/gcore.exp: Likewise.
18147 * gdb.base/gdb1090.exp: Likewise.
18148 * gdb.base/gdb1250.exp: Likewise.
18149 * gdb.base/huge.exp: Likewise.
18150 * gdb.base/info-proc.exp: Likewise.
18151 * gdb.base/interrupt.exp: Likewise.
18152 * gdb.base/jump.exp: Likewise.
18153 * gdb.base/langs.exp: Likewise.
18154 * gdb.base/lineinc.exp: Likewise.
18155 * gdb.base/list.exp: Likewise.
18156 * gdb.base/logical.exp: Likewise.
18157 * gdb.base/long_long.exp: Likewise.
18158 * gdb.base/macscp.exp: Likewise.
18159 * gdb.base/maint.exp: Likewise.
18160 * gdb.base/mips_pro.exp: Likewise.
18161 * gdb.base/miscexprs.exp: Likewise.
18162 * gdb.base/multi-forks.exp: Likewise.
18163 * gdb.base/opaque.exp: Likewise.
18164 * gdb.base/overlays.exp: Likewise.
18165 * gdb.base/pc-fp.exp: Likewise.
18166 * gdb.base/pointers.exp: Likewise.
18167 * gdb.base/printcmds.exp: Likewise.
18168 * gdb.base/psymtab.exp: Likewise.
18169 * gdb.base/ptype.exp: Likewise.
18170 * gdb.base/recurse.exp: Likewise.
18171 * gdb.base/relational.exp: Likewise.
18172 * gdb.base/relocate.exp: Likewise.
18173 * gdb.base/remote.exp: Likewise.
18174 * gdb.base/reread.exp: Likewise.
18175 * gdb.base/restore.exp: Likewise.
18176 * gdb.base/return.exp: Likewise.
18177 * gdb.base/return2.exp: Likewise.
18178 * gdb.base/scope.exp: Likewise.
18179 * gdb.base/sect-cmd.exp: Likewise.
18180 * gdb.base/sep.exp: Likewise.
18181 * gdb.base/sepdebug.exp: Likewise.
18182 * gdb.base/setshow.exp: Likewise.
18183 * gdb.base/setvar.exp: Likewise.
18184 * gdb.base/sigall.exp: Likewise.
18185 * gdb.base/sigbpt.exp: Likewise.
18186 * gdb.base/signals.exp: Likewise.
18187 * gdb.base/signull.exp: Likewise.
18188 * gdb.base/sizeof.exp: Likewise.
18189 * gdb.base/solib.exp: Likewise.
18190 * gdb.base/step-line.exp: Likewise.
18191 * gdb.base/step-test.exp: Likewise.
18192 * gdb.base/structs.exp: Likewise.
18193 * gdb.base/structs2.exp: Likewise.
18194 * gdb.base/term.exp: Likewise.
18195 * gdb.base/twice.exp: Likewise.
18196 * gdb.base/until.exp: Likewise.
18197 * gdb.base/varargs.exp: Likewise.
18198 * gdb.base/volatile.exp: Likewise.
18199 * gdb.base/watchpoint.exp: Likewise.
18200 * gdb.base/whatis-exp.exp: Likewise.
18201 * gdb.base/whatis.exp: Likewise.
18202 * gdb.cp/ambiguous.exp: Likewise.
18203 * gdb.cp/annota2.exp: Likewise.
18204 * gdb.cp/annota3.exp: Likewise.
18205 * gdb.cp/bool.exp: Likewise.
18206 * gdb.cp/breakpoint.exp: Likewise.
18207 * gdb.cp/casts.exp: Likewise.
18208 * gdb.cp/class2.exp: Likewise.
18209 * gdb.cp/classes.exp: Likewise.
18210 * gdb.cp/cplusfuncs.exp: Likewise.
18211 * gdb.cp/ctti.exp: Likewise.
18212 * gdb.cp/derivation.exp: Likewise.
18213 * gdb.cp/exception.exp: Likewise.
18214 * gdb.cp/gdb1355.exp: Likewise.
18215 * gdb.cp/hang.exp: Likewise.
18216 * gdb.cp/inherit.exp: Likewise.
18217 * gdb.cp/local.exp: Likewise.
18218 * gdb.cp/m-data.exp: Likewise.
18219 * gdb.cp/m-static.exp: Likewise.
18220 * gdb.cp/member-ptr.exp: Likewise.
18221 * gdb.cp/method.exp: Likewise.
18222 * gdb.cp/misc.exp: Likewise.
18223 * gdb.cp/namespace.exp: Likewise.
18224 * gdb.cp/overload.exp: Likewise.
18225 * gdb.cp/ovldbreak.exp: Likewise.
18226 * gdb.cp/pr-1023.exp: Likewise.
18227 * gdb.cp/pr-1210.exp: Likewise.
18228 * gdb.cp/pr-574.exp: Likewise.
18229 * gdb.cp/printmethod.exp: Likewise.
18230 * gdb.cp/psmang.exp: Likewise.
18231 * gdb.cp/ref-params.exp: Likewise.
18232 * gdb.cp/ref-types.exp: Likewise.
18233 * gdb.cp/rtti.exp: Likewise.
18234 * gdb.cp/templates.exp: Likewise.
18235 * gdb.cp/try_catch.exp: Likewise.
18236 * gdb.cp/userdef.exp: Likewise.
18237 * gdb.cp/virtfunc.exp: Likewise.
18238 * gdb.disasm/am33.exp: Likewise.
18239 * gdb.disasm/h8300s.exp: Likewise.
18240 * gdb.disasm/mn10300.exp: Likewise.
18241 * gdb.disasm/sh3.exp: Likewise.
18242 * gdb.disasm/t01_mov.exp: Likewise.
18243 * gdb.disasm/t02_mova.exp: Likewise.
18244 * gdb.disasm/t03_add.exp: Likewise.
18245 * gdb.disasm/t04_sub.exp: Likewise.
18246 * gdb.disasm/t05_cmp.exp: Likewise.
18247 * gdb.disasm/t06_ari2.exp: Likewise.
18248 * gdb.disasm/t07_ari3.exp: Likewise.
18249 * gdb.disasm/t08_or.exp: Likewise.
18250 * gdb.disasm/t09_xor.exp: Likewise.
18251 * gdb.disasm/t10_and.exp: Likewise.
18252 * gdb.disasm/t11_logs.exp: Likewise.
18253 * gdb.disasm/t12_bit.exp: Likewise.
18254 * gdb.disasm/t13_otr.exp: Likewise.
18255 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18256 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18257 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18258 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18259 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18260 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18261 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18262 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18263 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18264 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18265 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18266 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18267 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18268 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18269 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18270 * gdb.mi/gdb701.exp: Likewise.
18271 * gdb.mi/gdb792.exp: Likewise.
18272 * gdb.mi/mi-basics.exp: Likewise.
18273 * gdb.mi/mi-break.exp: Likewise.
18274 * gdb.mi/mi-cli.exp: Likewise.
18275 * gdb.mi/mi-console.exp: Likewise.
18276 * gdb.mi/mi-disassemble.exp: Likewise.
18277 * gdb.mi/mi-eval.exp: Likewise.
18278 * gdb.mi/mi-file.exp: Likewise.
18279 * gdb.mi/mi-read-memory.exp: Likewise.
18280 * gdb.mi/mi-regs.exp: Likewise.
18281 * gdb.mi/mi-return.exp: Likewise.
18282 * gdb.mi/mi-simplerun.exp: Likewise.
18283 * gdb.mi/mi-stack.exp: Likewise.
18284 * gdb.mi/mi-stepi.exp: Likewise.
18285 * gdb.mi/mi-syn-frame.exp: Likewise.
18286 * gdb.mi/mi-until.exp: Likewise.
18287 * gdb.mi/mi-var-block.exp: Likewise.
18288 * gdb.mi/mi-var-child.exp: Likewise.
18289 * gdb.mi/mi-var-cmd.exp: Likewise.
18290 * gdb.mi/mi-var-display.exp: Likewise.
18291 * gdb.mi/mi-watch.exp: Likewise.
18292 * gdb.mi/mi2-basics.exp: Likewise.
18293 * gdb.mi/mi2-break.exp: Likewise.
18294 * gdb.mi/mi2-cli.exp: Likewise.
18295 * gdb.mi/mi2-console.exp: Likewise.
18296 * gdb.mi/mi2-disassemble.exp: Likewise.
18297 * gdb.mi/mi2-eval.exp: Likewise.
18298 * gdb.mi/mi2-file.exp: Likewise.
18299 * gdb.mi/mi2-read-memory.exp: Likewise.
18300 * gdb.mi/mi2-regs.exp: Likewise.
18301 * gdb.mi/mi2-return.exp: Likewise.
18302 * gdb.mi/mi2-simplerun.exp: Likewise.
18303 * gdb.mi/mi2-stack.exp: Likewise.
18304 * gdb.mi/mi2-stepi.exp: Likewise.
18305 * gdb.mi/mi2-syn-frame.exp: Likewise.
18306 * gdb.mi/mi2-until.exp: Likewise.
18307 * gdb.mi/mi2-var-block.exp: Likewise.
18308 * gdb.mi/mi2-var-child.exp: Likewise.
18309 * gdb.mi/mi2-var-cmd.exp: Likewise.
18310 * gdb.mi/mi2-var-display.exp: Likewise.
18311 * gdb.mi/mi2-watch.exp: Likewise.
18312 * gdb.stabs/exclfwd.exp: Likewise.
18313 * gdb.stabs/weird.exp: Likewise.
18314 * gdb.threads/gcore-thread.exp: Likewise.
18315 * gdb.trace/actions.exp: Likewise.
18316 * gdb.trace/backtrace.exp: Likewise.
18317 * gdb.trace/circ.exp: Likewise.
18318 * gdb.trace/collection.exp: Likewise.
18319 * gdb.trace/deltrace.exp: Likewise.
18320 * gdb.trace/infotrace.exp: Likewise.
18321 * gdb.trace/limits.exp: Likewise.
18322 * gdb.trace/packetlen.exp: Likewise.
18323 * gdb.trace/passc-dyn.exp: Likewise.
18324 * gdb.trace/passcount.exp: Likewise.
18325 * gdb.trace/report.exp: Likewise.
18326 * gdb.trace/save-trace.exp: Likewise.
18327 * gdb.trace/tfind.exp: Likewise.
18328 * gdb.trace/tracecmd.exp: Likewise.
18329 * gdb.trace/while-dyn.exp: Likewise.
18330 * gdb.trace/while-stepping.exp: Likewise.
18331
18332 2006-08-08 Joel Brobecker <brobecker@adacore.com>
18333
18334 * gdb.base/step-bt.c: New file.
18335 * gdb.base/step-bt.exp: New testcase.
18336
18337 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18338
18339 * config/monitor.exp (gdb_load): Remove support for obsolete
18340 download-write-size.
18341 * gdb.base/remote.exp: Likewise. Update all callers of
18342 gdb_timed_load.
18343
18344 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18345
18346 * cursal.exp: Pass binfile to gdb_load.
18347
18348 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18349
18350 * gdb.base/cursal.exp: Add "" to gdb_load call.
18351
18352 2006-07-29 Mark Kettenis <kettenis@gnu.org>
18353
18354 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18355 NetBSD/ELF targets.
18356
18357 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18358
18359 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18360 operator*.
18361
18362 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18363
18364 * gdb.base/completion.exp: Update for change in "file" behavior.
18365 * gdb.stabs/weird.exp: Likewise.
18366 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18367 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18368
18369 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18370
18371 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18372 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18373
18374 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18375
18376 * gdb.base/default.exp: Update source command error message.
18377 * gdb.base/help.exp: Update 'help source' message.
18378
18379 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18380
18381 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18382 test.
18383
18384 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18385
18386 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18387
18388 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18389
18390 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18391
18392 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18393
18394 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18395
18396 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18397
18398 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18399 *-*-openbsd* from targets for wich we expect ARM FPA floating
18400 point format.
18401
18402 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
18403
18404 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18405
18406 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18407
18408 * gdb.base/annota3.exp: Expect frame-begin annotation.
18409
18410 2006-07-14 Joel Brobecker <brobecker@adacore.com>
18411
18412 * gdb.base/help.exp: Adjust "help unset" test to accept
18413 any list of unset commands.
18414
18415 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18416 Daniel Jacobowitz <dan@codesourcery.com>
18417
18418 * gdb.cp/ref-params.exp: New test.
18419 * gdb.cp/ref-params.cc: New source file.
18420 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18421
18422 2006-07-08 Mark Kettenis <kettenis@gnu.org>
18423
18424 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18425 spaces/tabs in regular expressions since they might not be there.
18426
18427 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18428
18429 * gdb.base/ifelse.exp: New file.
18430
18431 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18432
18433 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18434 line.
18435 * gdb.base/huge.exp: Loop over compilation to find a size that
18436 is acceptable.
18437 * gdb.base/remote.exp: Correct expected strings.
18438 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18439
18440 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18441
18442 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18443
18444 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18445
18446 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18447 native.
18448
18449 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18450
18451 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18452 enable stabs testing.
18453
18454 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18455
18456 * gdb.base/auxv.exp: Intercept undefined command messages before
18457 gdb_test_multiple does.
18458
18459 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18460
18461 * Makefile.in (host_alias): Remove.
18462 (target_alias): Use @target_noncanonical@.
18463 (site.exp): Don't set host_alias.
18464 * aclocal.m4: Remove contents. Include acx.m4.
18465 * configure: Regenerated.
18466 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18467
18468 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18469
18470 * lib/gdb.exp (gdb_load_cmd): New.
18471
18472 * gdb.base/fileio.c: Add system(NULL) test.
18473 * gdb.base/fileio.exp: Check it.
18474
18475 * gdb.base/break.c: Add 10a breakpoint at }
18476 * gdb.base/break.exp: Add test for breakpoint at }
18477 * gdb.cp/anon-union.cc: Add code at end of function.
18478 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18479 * gdb.mi/var-cmd.c: Add code at end of function.
18480 * gdb.mi/mi-var-display.exp: Adjust end of next.
18481 * gdb.mi/mi2-var-display.exp: Likewise.
18482 * gdb.base/fileio.c: Add stop function and insert calls at
18483 stopping places.
18484 * gdb.base/fileio.exp: Breakpoint stop function and remove
18485 explicit line number references.
18486
18487 2006-05-19 Joel Brobecker <brobecker@adacore.com>
18488
18489 * gdb.base/del.exp (test_delete_alias): New function.
18490 Now check that both "del" and "d" work as aliases for "delete".
18491
18492 2006-05-18 Fred Fish <fnf@specifix.com>
18493
18494 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18495 required. Check for spurious output after program exits normally.
18496
18497 2006-05-17 Fred Fish <fnf@specifix.com>
18498
18499 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18500 gdb_load, so it works in the simulator.
18501
18502 2006-05-11 Fred Fish <fnf@specifix.com>
18503
18504 * gdb.base/bang.exp: Ignore unexpected output between the
18505 "program exited normally" and the gdb prompt, as many other
18506 tests do.
18507
18508 2006-05-07 Mark Kettenis <kettenis@gnu.org>
18509
18510 * gdb.base/help.exp: Make "delete checkpoint" part option for
18511 "help d" and "help delete" tests.
18512
18513 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18514
18515 * gdb.mi/mi-basics.exp: Add missing serial number to
18516 expected output in some mi_gdb_test statements.
18517 * gdb.mi/mi2-basics.exp: Likewise.
18518
18519 2006-05-05 Joel Brobecker <brobecker@adacore.com>
18520
18521 * gdb.base/del.c: New file.
18522 * gdb.base/del.exp: New testcase.
18523
18524 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
18525
18526 * gdb.base/break.exp: Do not assume a breakpoint on
18527 main will actually be in $srcfile when optimizing.
18528 * gdb.base/savedregs.exp: Do not require that the dummy
18529 frame location match up to a symbol and source file location.
18530 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18531 will get printed without a mi_cmd_data_list_register_values prefix.
18532 (*-data-list-register-*): Correct regular expressions to expect the new
18533 pseudo d? floating point registers.
18534 * gdb.mi/mi2-regs.exp: Likewise.
18535
18536 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
18537
18538 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18539 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18540 is allocated by the compiler.
18541 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18542 anons, e, anone to force their allocation by the compiler.
18543
18544 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
18545
18546 * gdb.base/help.exp: Update expected text for help d and
18547 help delete.
18548
18549 2006-05-02 Mark Kettenis <kettenis@gnu.org>
18550
18551 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18552 NetBSD/ELF targets.
18553
18554 2006-04-30 Mark Kettenis <kettenis@gnu.org>
18555
18556 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18557 single-step breakpoint fails; make this a KFAIL on
18558 sparc*-*-openbsd*.
18559 * gdb.base/siginfo.exp: Likewise.
18560 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18561
18562 2006-04-26 Michael Snyder <msnyder@redhat.com>
18563
18564 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18565 which may have to consume output from other forks.
18566 Add tests to make sure that "delete fork" succeeded.
18567
18568 2006-04-20 Michael Snyder <msnyder@redhat.com>
18569
18570 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18571 Add support for the Renesas M32C and M16C.
18572
18573 * gdb.asm/asm-source.exp: Add m32c target.
18574 * gdb.asm/m32c.inc: Support for m32c target.
18575
18576 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
18577
18578 * gdb.base/commands.exp (recursive_source_test): New test.
18579
18580 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
18581
18582 * gdb.base/float.exp: Add pattern for sparc targets.
18583
18584 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18585
18586 * gdb.base/commands.exp (stray_arg0_test): New test.
18587
18588 2006-03-30 Paul Brook <paul@codesourcery.com>
18589
18590 * gdb.mi/mi-until.exp: kfail broken until command.
18591 * gdb.mi/mi2-until.exp: Ditto.
18592
18593 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
18594
18595 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
18596
18597 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
18598
18599 * gdb.base/prelink.exp: Anchor tested-for regular expression
18600 on gdb prompt.
18601
18602 2006-03-07 Paul Brook <paul@codesourcery.com>
18603
18604 * gdb.base/assign.exp: Correct fail message.
18605
18606 2006-03-07 Paul Brook <paul@codesourcery.com>
18607
18608 * lib/compiler.c: Extract armcc version number.
18609 * lib/compiler.cc: Ditto.
18610
18611 2006-03-07 Paul Brook <paul@codesourcery.com>
18612
18613 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
18614 additional_flags=-w.
18615 * gdb.arch/altivec-regs.exp: Ditto.
18616 * gdb.arch/e500-abi.exp: Ditto.
18617 * gdb.arch/e500-regs.exp: Ditto.
18618 * gdb.base/all-bin.exp: Ditto.
18619 * gdb.base/annota1.exp: Ditto.
18620 * gdb.base/annota3.exp: Ditto.
18621 * gdb.base/args.exp: Ditto.
18622 * gdb.base/arithmet.exp: Ditto.
18623 * gdb.base/assign.exp: Ditto.
18624 * gdb.base/async.exp: Ditto.
18625 * gdb.base/bang.exp: Ditto.
18626 * gdb.base/break.exp: Ditto.
18627 * gdb.base/call-rt-st.exp: Ditto.
18628 * gdb.base/completion.exp: Ditto.
18629 * gdb.base/cond-expr.exp: Ditto.
18630 * gdb.base/condbreak.exp: Ditto.
18631 * gdb.base/consecutive.exp: Ditto.
18632 * gdb.base/define.exp: Ditto.
18633 * gdb.base/display.exp: Ditto.
18634 * gdb.base/ena-dis-br.exp: Ditto.
18635 * gdb.base/environ.exp: Ditto.
18636 * gdb.base/eval-skip.exp: Ditto.
18637 * gdb.base/info-proc.exp: Ditto.
18638 * gdb.base/jump.exp: Ditto.
18639 * gdb.base/logical.exp: Ditto.
18640 * gdb.base/long_long.exp: Ditto.
18641 * gdb.base/maint.exp: Ditto.
18642 * gdb.base/miscexprs.exp: Ditto.
18643 * gdb.base/pc-fp.exp: Ditto.
18644 * gdb.base/pointers.exp: Ditto.
18645 * gdb.base/relational.exp: Ditto.
18646 * gdb.base/reread.exp: Ditto.
18647 * gdb.base/sect-cmd.exp: Ditto.
18648 * gdb.base/sep.exp: Ditto.
18649 * gdb.base/sepdebug.exp: Ditto.
18650 * gdb.base/until.exp: Ditto.
18651 * gdb.base/whatis-exp.exp: Ditto.
18652 * gdb.cp/annota2.exp: Ditto.
18653 * gdb.cp/annota3.exp: Ditto.
18654 * gdb.trace/actions.exp: Ditto.
18655 * gdb.trace/backtrace.exp: Ditto.
18656 * gdb.trace/circ.exp: Ditto.
18657 * gdb.trace/collection.exp: Ditto.
18658 * gdb.trace/deltrace.exp: Ditto.
18659 * gdb.trace/infotrace.exp: Ditto.
18660 * gdb.trace/limits.exp: Ditto.
18661 * gdb.trace/packetlen.exp: Ditto.
18662 * gdb.trace/passc-dyn.exp: Ditto.
18663 * gdb.trace/passcount.exp: Ditto.
18664 * gdb.trace/report.exp: Ditto.
18665 * gdb.trace/save-trace.exp: Ditto.
18666 * gdb.trace/tfind.exp: Ditto.
18667 * gdb.trace/tracecmd.exp: Ditto.
18668 * gdb.trace/while-dyn.exp: Ditto.
18669 * gdb.trace/while-stepping.exp: Ditto.
18670 * lib/gdb.exp: Ditto.
18671 (gdb_compile): Handle nowarning option.
18672
18673 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
18674
18675 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
18676 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
18677 Rename executable to prelinkt. Don't re-prelink if we didn't
18678 get a core file. Test prelink -u exit status to tell whether
18679 prelinking failed. Use gdb_test_multiple.
18680
18681 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
18682
18683 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
18684 (do_tests): Call it.
18685
18686 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
18687
18688 * gdb.base/prelink.exp: New test.
18689 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
18690
18691 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
18692
18693 * gdb.fortran/derived-type.f90: New file.
18694 * gdb.fortran/derived-type.exp: New testcase.
18695
18696 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
18697
18698 * gdb.base/default.exp: Allow ';' as a directory separator.
18699
18700 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18701
18702 * gdb.base/help.exp (help add-symbol-file): Update.
18703
18704 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18705
18706 * gdb.base/help.exp (help load): Update expected results.
18707
18708 2006-02-19 Fred Fish <fnf@specifix.com>
18709
18710 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
18711 specifix hex value as part of results.
18712 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
18713
18714 2006-02-16 Fred Fish <fnf@specifix.com>
18715
18716 * gdb.base/whatis.c: Define variables using typedefs char_addr,
18717 ushort_addr, and slong_addr, so the typedefs are not optimized
18718 away.
18719 * gdb.base/whatis.exp: Add tests using type name for struct type,
18720 union type, enum type, and typedef.
18721
18722 2006-02-13 Mark Kettenis <kettenis@gnu.org>
18723
18724 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
18725
18726 2006-02-13 Jim Blandy <jimb@redhat.com>
18727
18728 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
18729 case where it takes two "next" commands to skip past the init
18730 call.
18731
18732 2006-02-12 Fred Fish <fnf@specifix.com>
18733
18734 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
18735 to handle cases where it takes two "next" commands to skip
18736 past the init call.
18737
18738 2006-02-07 Joel Brobecker <brobecker@adacore.com>
18739
18740 * gdb.ada/array_return.exp: Mark the last test as expected to fail
18741 on hppa32 targets.
18742
18743 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
18744
18745 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
18746 field.
18747
18748 2006-01-29 Mark Kettenis <kettenis@gnu.org>
18749
18750 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
18751
18752 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18753
18754 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
18755 files.
18756
18757 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18758
18759 * gdb.cp/maint.exp: Set complaints to a positive value.
18760
18761 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18762
18763 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
18764 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
18765 function name.
18766
18767 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18768
18769 * gdb.base/checkpoint.c: Update copyright notice. Include
18770 <stdlib.h>.
18771
18772 2006-01-04 Jim Blandy <jimb@redhat.com>
18773
18774 * gdb.asm/asm-source.exp: Independently provide default values for
18775 asm-flags and debug-flags. Use 'string equal' to do the
18776 comparison, not the implicit expr's '==' operator. Remove
18777 now-unneeded assignments to asm-flags. In h8300 case, place
18778 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
18779
18780 2006-01-04 Michael Snyder <msnyder@redhat.com>
18781
18782 * gdb.base/checkpoint.c: New file.
18783 * gdb.base/checkpoint.exp: New file.
18784 * gdb.base/multi-fork.c: New file.
18785 * gdb.base/multi-fork.exp: New file.
18786 * gdb.base/pi.txt: New file (data for checkpoint.c test).
18787
18788 2006-01-04 Fred Fish <fnf@specifix.com>
18789
18790 * gdb.base/ptype.c (foo): Add typedef.
18791 (intfoo): Add function.
18792 * gdb.base/ptype1.c: New file.
18793 * gdb.base/ptype.exp: Handle compilation and linking with two
18794 source files. Test that proper type for "foo" is found based
18795 on source context rather than first match found in symtabs.
18796
18797 2005-12-28 Mark Kettenis <kettenis@gnu.org>
18798
18799 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
18800 * gdb.asm/openbsd.inc: Indent commands.
18801
18802 2005-12-26 Mark Kettenis <kettenis@gnu.org>
18803
18804 * gdb.base/freebpcmd.exp: Increase timeout.
18805
18806 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
18807
18808 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
18809
18810 * gdb.base/default.exp: Update check for "show version".
18811
18812 2005-12-09 Randolph Chung <tausq@debian.org>
18813
18814 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
18815 * gdb.asm/pa64.inc: New file.
18816
18817 2005-12-09 Randolph Chung <tausq@debian.org>
18818
18819 * gdb.asm/common.inc: Indent commands.
18820 * gdb.asm/asmsrc1.s: Likewise.
18821 * gdb.asm/asmsrc2.s: Likewise.
18822
18823 2005-12-09 Randolph Chung <tausq@debian.org>
18824
18825 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
18826 (get_addr_of_sym): Remove duplicate print.
18827 (gen_core): xfail hppa*-*-hpux*, update expected output.
18828 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
18829 * gdb.arch/pa64-nullify.s: New file.
18830
18831 2005-12-09 Randolph Chung <tausq@debian.org>
18832
18833 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
18834
18835 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
18836
18837 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
18838 code generation for these functions.
18839 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
18840 error message.
18841
18842 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
18843
18844 * gdb.base/help.exp (help b, help br, help bre, help brea)
18845 (help break): Update the expected message.
18846
18847 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
18848
18849 * gdb.asm/m68hc11.inc: Setup the data section.
18850 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
18851 script for this test.
18852 (m6812-*-*): Likewise.
18853
18854 2005-11-09 Randolph Chung <tausq@debian.org>
18855
18856 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
18857
18858 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
18859
18860 * gdb.base/break.exp: Fix a comment typo.
18861
18862 2005-11-03 Jim Blandy <jimb@redhat.com>
18863
18864 Checked in by Elena Zannoni <ezannoni@redhat.com>
18865
18866 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
18867
18868 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
18869
18870 * gdb.arch/gdb1558.c: Include stdio.h.
18871
18872 2005-10-31 Mark Kettenis <kettenis@gnu.org>
18873
18874 * gdb.asm/asm-source.exp: Use -e instead of --entry.
18875
18876 2005-10-31 Mark Kettenis <kettenis@gnu.org>
18877
18878 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
18879
18880 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
18881
18882 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18883 vscr" tests to better match output.
18884
18885 2005-10-12 Jim Blandy <jimb@redhat.com>
18886
18887 * gdb.base/structs.exp (any): New function.
18888 (test_struct_returns): Don't make any assumptions at all about
18889 what value the function returns when GDB can't set the return
18890 value.
18891
18892 2005-10-09 Joel Brobecker <brobecker@adacore.com>
18893
18894 * gdb.ada/arrayidx/p.adb: New file.
18895 * gdb.ada/arrayidx.exp: New testcase
18896
18897 2005-10-09 Joel Brobecker <brobecker@adacore.com>
18898
18899 * gdb.ada/array_return/pck.ads: New file.
18900 * gdb.ada/array_return/pck.adb: New file.
18901 * gdb.ada/array_return/p.adb: New file.
18902 * gdb.ada/array_return.exp: New testcase.
18903
18904 2005-10-03 Joel Brobecker <brobecker@adacore.com>
18905
18906 * gdb.base/arrayidx.c: New file.
18907 * gdb.base/arrayidx.exp: New testcase.
18908
18909 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
18910
18911 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
18912 frames-invalid and breakpoints-invalid are no longer generated
18913 with level 3 so don't expect them in the output.
18914
18915 2005-09-27 Bob Rossi <bob@brasko.net>
18916
18917 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
18918 from test. Escape the | in mi_gdb_test call.
18919 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
18920 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
18921 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
18922 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
18923 expected regex's in mi_gdb_test calls.
18924 * lib/mi-support.exp: Remove arbitrary .* from tests.
18925 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
18926 Fully anchor GDB/MI expected results in mi_gdb_test.
18927 * lib/gdb.exp (string_to_regexp): Escape the ] character.
18928 * gdb.base/sizeof.exp: Remove escape character. Correct test.
18929
18930 2005-09-26 Paul Brook <paul@codesourcery.com>
18931
18932 * long_long.exp: Exclude eabi targets from arm FPA float format test.
18933
18934 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18935
18936 * bfp-test.c: New file.
18937 * bfp-test.exp: New testcase.
18938
18939 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18940
18941 * gdb.fortran/subarray.exp: New testcase to test the evaluation
18942 of subarray and substring variable.
18943 * gdb.fortran/subarray.f: New source file for the test of subarray
18944 and substring variable evaluation.
18945 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
18946 of string constant.
18947
18948 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
18949
18950 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
18951 copyright dates.
18952
18953 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
18954
18955 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
18956 powerpc altivec' test with an almost identical 'info vector' test.
18957
18958 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18959
18960 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18961 vscr" tests to match output.
18962
18963 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18964
18965 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
18966 output.
18967
18968 2005-09-11 Bob Rossi <bob@brasko.net>
18969
18970 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
18971 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
18972 commands that return an MI output command and an asyncronous MI output
18973 command.
18974 * gdb.mi/mi-console.exp: Ditto.
18975
18976 2005-09-11 Bob Rossi <bob@brasko.net>
18977
18978 * gdb.mi/mi-var-child.c: Include <string.h>.
18979
18980 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
18981
18982 * killed.exp: Correct gdb_expect syntax.
18983
18984 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
18985
18986 * lib/mi-support.exp (mi_gdb_load): Fix typo.
18987
18988 2005-08-02 Bob Rossi <bob@brasko.net>
18989
18990 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
18991 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
18992 Change tests to inferior-tty-set/show.
18993 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
18994 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
18995 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
18996 inferior. Use mi_gdb_test to get GDB and Inferior output.
18997 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
18998 descriptor.
18999 (mi_inferior_tty_name): Add inferior PTY file name.
19000 (mi_gdb_start): Add INFERIOR_PTY parameter.
19001 (mi_gdb_test): Add IPATTERN parameter.
19002
19003 2005-08-02 Bob Rossi <bob@brasko.net>
19004
19005 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19006 parameter to mi_gdb_test.
19007 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19008
19009 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19010
19011 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19012 struct_declarations.
19013 * gdb.mi/mi-var-child.exp: Step over the initialization of
19014 struct_declarations.
19015
19016 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19017
19018 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19019 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19020 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19021 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19022 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19023 file.
19024
19025 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
19026
19027 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19028 (do_children_tests): Assign values to the extra elements.
19029
19030 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19031 them for tests for "-var-update --no-values" and
19032 "-var-update --all-values".
19033 Add test for "-var-list-children --simple-values".
19034
19035 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19036
19037 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19038 "-stack-list-locals --simple-values" Improve doc strings and
19039 comments.
19040
19041 2005-07-18 Mark Kettenis <kettenis@gnu.org>
19042
19043 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19044 *-*-openbsd*.
19045 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19046
19047 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19048 sigaltsatck'.
19049
19050 2005-07-14 Bob Rossi <bob@brasko.net>
19051
19052 * gdb.base/default.exp (tty): Changed output of command.
19053 * gdb.base/help.exp (help tty): Ditto.
19054
19055 2005-07-12 Mark Kettenis <kettenis@gnu.org>
19056
19057 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19058
19059 2005-07-10 Mark Kettenis <kettenis@gnu.org>
19060
19061 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19062 -stack-select-frame without arguments.
19063 (test_stack_frame_listing): Add test for newly implemented command
19064 -stack-info-frame.
19065
19066 2005-07-06 Bob Rossi <bob@brasko.net>
19067
19068 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19069 command.
19070 (Copyright): Update copyright.
19071
19072 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19073
19074 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19075 tests to evaluate exponentiation expression.
19076
19077 2005-06-29 Andreas Schwab <schwab@suse.de>
19078
19079 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19080 main to avoid warnings.
19081
19082 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19083
19084 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
19085
19086 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19087 -stack-select-frame without arguments.
19088 (test_stack_frame_listing): Add test for newly implemented command
19089 -stack-info-frame.
19090
19091 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19092
19093 * gdb.fortran/array-element.f: New file.
19094 * gdb.fortran/array-element.exp: New testcase.
19095
19096 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19097
19098 * gdb.base/bigcore.exp: Correct checks for systems which can
19099 not dump a large core file.
19100
19101 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19102
19103 * gdb.base/relocate.c: Add a copyright notice.
19104 (dummy): Remove.
19105 * gdb.base/relocate.exp: Test printing the values of variables
19106 from a relocatable file.
19107
19108 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19109
19110 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19111 excess MI output after an error.
19112
19113 2005-05-29 Joel Brobecker <brobecker@adacore.com>
19114
19115 * gdb.arch/alpha-step.c: New file.
19116 * gdb.arch/alpha-step.exp: New testcase.
19117
19118 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19119 Dennis Brueni <dennis@slickedit.com>
19120
19121 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19122 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19123 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19124 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19125 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19126 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19127 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19128
19129 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19130 Wu Zhou <woodzltc@cn.ibm.com>
19131
19132 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19133 IBM's xlc compiler.
19134 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19135 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19136
19137 2005-05-13 Jim Blandy <jimb@redhat.com>
19138
19139 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19140 calling gdb_suppress_entire_file.
19141 * gdb.base/charset.exp: Same.
19142 * gdb.base/call-rt-st.exp: Same.
19143
19144 2005-05-05 Bob Rossi <bob_rossi@cox.net>
19145
19146 * lib/gdb.exp (fullname_syntax): Added global regex.
19147 (fullname_syntax_POSIX): Ditto.
19148 (fullname_syntax_UNC): Ditto.
19149 (fullname_syntax_DOS_CASE): Ditto.
19150 (fullname_syntax_DOS): Ditto.
19151 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
19152 fullname_syntax variable to scope and use it.
19153 (test_file_list_exec_source_files): Ditto.
19154 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
19155
19156 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
19157
19158 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
19159
19160 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
19161
19162 * lib/gdb.exp (skip_altivec_tests): New function, based on
19163 check_vmx_hw_available from the GCC testsuite.
19164 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
19165 * lib/gdb.arch/altivec-regs.exp: Likewise.
19166
19167 2005-05-02 Jim Blandy <jimb@redhat.com>
19168
19169 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
19170 calling gdb_suppress_entire_file.
19171
19172 2005-04-30 Randolph Chung <tausq@debian.org>
19173
19174 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
19175 Slightly relax "sem_post" name checking.
19176
19177 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19178
19179 * gdb.base/unload.exp: Use new shared library infrastructure.
19180
19181 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19182
19183 * gdb.base/so-impl-ld.exp: Use new shared library
19184 infrastructure.
19185
19186 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
19187
19188 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
19189 * gdb.asm/h8300.inc: New file.
19190
19191 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19192
19193 * gdb.base/shlib-call.exp: Change to use new shared library
19194 infrastructure.
19195
19196 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19197
19198 * gdb.base/pending.exp: Change to use new shared library
19199 infrastructure.
19200
19201 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19202
19203 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19204 use test_compiler_info instead of gcc_compiled, and update copyright.
19205
19206 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19207
19208 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19209 shared objects being adjusted and update copyright years.
19210
19211 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19212
19213 * ChangeLog: Correct some 2003-01-13 dates.
19214 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19215 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19216 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19217 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19218 gdb.trace/tfind.exp: Update copyright years.
19219
19220 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19221 Daniel Jacobowitz <dan@codesourcery.com>
19222
19223 * lib/gdb.exp (gdb_compile): Handle shlib=.
19224 (gdb_compile_shlib): New function.
19225
19226 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19227
19228 * lib/gdb.exp (test_compiler_info): Give argument a default value.
19229
19230 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19231
19232 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19233 gdb.server.
19234 * configure.ac: Likewise.
19235 * configure: Regenerated.
19236 * gdb.gdbserver/Makefile.in: Moved to...
19237 * gdb.server/Makefile.in: ... here.
19238 * gdb.gdbserver/server.c: Moved to...
19239 * gdb.server/server.c: ... here.
19240 * gdb.gdbserver/server-run.exp: Moved to...
19241 * gdb.server/server-run.exp: ... here.
19242
19243 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19244
19245 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19246 * configure.ac: Create gdb.gdbserver/Makefile.
19247 * configure: Regenerated.
19248 * lib/gdbserver-support.exp: New file, derived from
19249 config/gdbserver.exp.
19250 * config/gdbserver.exp: Use gdbserver-support.exp.
19251 * gdb.gdbserver/Makefile.in: New file.
19252 * gdb.gdbserver/server.c: New file.
19253 * gdb.gdbserver/server-run.exp: New file.
19254
19255 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19256
19257 * lib/gdb.exp (test_compiler_info): Return compiler_info
19258 if no arguments are given.
19259
19260 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19261
19262 * gdb.arch/altivec-abi.exp: Check for compiler and set
19263 use altivec' flag accordingly.
19264 * gdb.arch/altivec-regs.exp: Likewise.
19265
19266 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19267
19268 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19269
19270 2005-03-27 Andreas Schwab <schwab@suse.de>
19271
19272 * gdb.base/bigcore.c (main): Add missing mode argument in open
19273 call.
19274
19275 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19276
19277 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19278 downloads.
19279 * config/gdbserver.exp (gdb_load): Likewise.
19280
19281 2005-03-14 Paul Brook <paul@codesourcery.com>
19282
19283 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19284 targets.
19285
19286 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19287
19288 * gdb.dwarf2/dup-psym.S: New file.
19289 * gdb.dwarf2/dup-psym.exp: New testcase.
19290
19291 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19292
19293 * gdb.ada/exec_changed/first.adb: New file.
19294 * gdb.ada/exec_changed/second.adb: New file.
19295 * gdb.ada/exec_changed.exp: New testcase.
19296
19297 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19298
19299 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19300 (A2): New class.
19301 (main): Test operator+.
19302 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19303 breakpoint test.
19304
19305 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19306 * gdb.base/signull.exp: Disable if gdb,nosignals.
19307 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19308 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19309 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19310 * gdb.mi/mi2-console.exp: Likewise.
19311 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19312 continue output at start.
19313 (gdb_collect_locals_test): Robustify regexp.
19314 * gdb.trace/passc-dyn.exp: Fix comment typo.
19315 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19316
19317 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
19318
19319 * gdb.asm/asm-source.exp: Add iq2000 case.
19320 * gdb.asm/iq2000.inc: New file.
19321
19322 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
19323
19324 * gdb.base/command.exp: Change hardcoded value to regular expression.
19325 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19326
19327 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19328
19329 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19330 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19331 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19332 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19333 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19334
19335 2005-03-05 Mark Kettenis <kettenis@gnu.org>
19336
19337 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19338 changes.
19339
19340 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19341
19342 * lib/compiler.c: Add test for IBM's xlc compiler.
19343 * lib/compiler.cc: Likewise.
19344
19345 2004-02-24 Joel Brobecker <brobecker@adacore.com>
19346
19347 * gdb.ada/fixed_points.exp: Create compilation object directory
19348 before running the test.
19349 * gdb.ada/null_record.exp: Likewise.
19350 * gdb.ada/packed_array.exp: Likewise.
19351 * gdb.ada/start.exp: Likewise.
19352
19353 2005-02-15 Joel Brobecker <brobecker@adacore.com>
19354
19355 * gdb.ada/packed_array/pa.adb: New file.
19356 * gdb.ada/packed_array.exp: New testcase.
19357
19358 2005-02-10 Mark Kettenis <kettenis@gnu.org>
19359
19360 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19361 files.
19362
19363 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19364 on *-*-openbsd*. Correctly match whitespace in regukar
19365 expressions.
19366
19367 2005-02-10 Daniel Jacobowitz <dan@debian.org>
19368
19369 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19370 PR exp/1821
19371 * gdb.base/gdb1821.c: New test file.
19372 * gdb.base/gdb1821.exp: New test file.
19373
19374 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19375
19376 * gdb.base/start.c: New file.
19377 * gdb.base/start.exp: New testcase.
19378
19379 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19380
19381 * gdb.ada/start/dummy.adb: New file.
19382 * gdb.ada/start.exp: New testcase.
19383
19384 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
19385
19386 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19387 for printing symbols and statistics.
19388 Add test for using relative pathnames in "maint print msymbols" test.
19389 Mark "maint info sections DATA" XFAIL on Cygwin.
19390 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19391 tests.
19392
19393 2005-02-09 Andreas Schwab <schwab@suse.de>
19394
19395 Committed by Andrew Cagney <cagney@gnu.org>
19396 * gdb.base/remotetimeout.exp: New file.
19397
19398 2005-02-07 Mark Kettenis <kettenis@gnu.org>
19399
19400 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19401
19402 2005-02-03 Joel Brobecker <brobecker@adacore.com>
19403
19404 * gdb.ada/gnat_ada.gpr: New file.
19405 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19406 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19407 * configure.ac: No longer generate gnat_ada.gpr.
19408 * configure: Regenerate.
19409 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19410 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19411 * gdb.ada/null_record/bar.ads: Likewise.
19412 * gdb.ada/null_record/bar.adb: Likewise.
19413 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19414 * gdb.ada/null_record.exp (testdir): New variable.
19415 (testfile): executable is now in testdir subdirectory.
19416 (srcfile): Use full path to the main compilation unit.
19417 * gdb.ada/fixed_points.exp: Same changes as above.
19418
19419 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
19420
19421 * gdb.base/interp.exp: New test.
19422
19423 2005-01-24 Andrew Cagney <cagney@gnu.org>
19424
19425 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19426
19427 2005-01-19 Andrew Cagney <cagney@gnu.org>
19428
19429 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19430 configure.ac not configure.in.
19431
19432 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19433 of powerpc*-*-*.
19434 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
19435 * gdb.base/list.exp (test_list_function)
19436 (test_list_filename_and_function): Ditto.
19437 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19438
19439 2005-01-16 Andrew Cagney <cagney@gnu.org>
19440
19441 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19442
19443 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19444
19445 2005-01-14 Andrew Cagney <cagney@gnu.org>
19446
19447 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19448 * gdb.mi/mi2-var-cmd.exp: Ditto.
19449
19450 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
19451
19452 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19453
19454 2005-01-07 Andrew Cagney <cagney@gnu.org>
19455
19456 * configure.ac: Rename configure.in, require autoconf 2.59.
19457 * configure: Re-generate.
19458 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19459 * gdb.stabs/configure: Re-generate.
19460 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19461 * gdb.hp/configure: Re-generate.
19462 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19463 autoconf 2.59.
19464 * gdb.hp/gdb.objdbg/configure: Re-generate.
19465 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19466 autoconf 2.59.
19467 * gdb.hp/gdb.defects/configure: Re-generate.
19468 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19469 autoconf 2.59.
19470 * gdb.hp/gdb.compat/configure: Re-generate.
19471 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19472 autoconf 2.59.
19473 * gdb.hp/gdb.base-hp/configure: Re-generate.
19474 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19475 autoconf 2.59.
19476 * gdb.hp/gdb.aCC/configure: Re-generate.
19477
19478 2004-12-15 Jim Blandy <jimb@redhat.com>
19479
19480 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19481 under NPTL when there is debugging info available for libpthread.
19482
19483 2004-12-13 Jerome Guitton <guitton@gnat.com>
19484
19485 * gdb.ada/fixed_points.c: New file.
19486 * gdb.ada/fixed_points.exp: New file.
19487
19488 2004-12-03 Randolph Chung <tausq@debian.org>
19489
19490 * gdb.arch/pa-nullify.exp: New file.
19491 * gdb.arch/pa-nullify.s: New file.
19492
19493 2004-11-30 Randolph Chung <tausq@debian.org>
19494
19495 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19496 instead of "tbug". Fix regexp to work properly with gdb_test.
19497
19498 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19499
19500 * gdb.base/bitfields2.exp: New test.
19501 * gdb.base/bitfields2.c: New file.
19502
19503 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
19504
19505 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19506
19507 2004-11-16 Randolph Chung <tausq@debian.org>
19508
19509 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19510
19511 2004-11-14 Daniel Jacobowitz <dan@debian.org>
19512
19513 * gdb.threads/threadapply.exp: Correct "macro details" test.
19514
19515 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19516
19517 * gdb.threads/threadapply.exp: New test.
19518 * gdb.threads/threadapply.c: New file.
19519
19520 2004-11-07 Mark Kettenis <kettenis@gnu.org>
19521
19522 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19523 frames.
19524
19525 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
19526
19527 * gdb.base/cursal.exp: New file.
19528 * gdb.base/cursal.c: New file.
19529
19530 2004-11-03 Andrew Cagney <cagney@gnu.org>
19531
19532 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19533
19534 2004-10-30 Mark Kettenis <kettenis@gnu.org>
19535
19536 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19537 NetBSD/ELF targets.
19538
19539 2004-10-29 Joel Brobecker <brobecker@gnat.com>
19540
19541 * gdb.threads/bp_in_thread.c: New file, copied from
19542 pthread_cond_wait.c.
19543 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19544 file, rather than reusing the .c file from another testcase.
19545
19546 2004-10-20 Joel Brobecker <brobecker@gnat.com>
19547
19548 * gdb.ada/null_record.exp: Check where we stopped after
19549 sending the start command, instead of where the associated
19550 temporary breakpoint was inserted.
19551
19552 2004-10-14 Andrew Cagney <cagney@gnu.org>
19553
19554 * gdb.mi/gdb701.c (main): Return 0.
19555
19556 2004-10-13 Daniel Jacobowitz <dan@debian.org>
19557
19558 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
19559
19560 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19561
19562 * gdb.threads/schedlock.c: Add comment markers to use to find
19563 line numbers.
19564 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19565 comments.
19566 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19567 breakpoint lines.
19568
19569 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19570
19571 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19572
19573 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19574
19575 * configure.in: Add gdb.dwarf2.
19576 * configure: Regenerated.
19577 * Makefile.in: Add gdb.dwarf2.
19578 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
19579 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
19580 gdb.dwarf2/file1.txt: New files.
19581
19582 2004-10-11 Orjan Friberg <orjanf@axis.com>
19583
19584 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
19585 of "run", since the latter doesn't work with remote targets. Adjust
19586 the breakpoint numbering accordingly.
19587 * gdb.threads/pthread_cond_wait.exp: Ditto.
19588
19589 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
19590
19591 * gdb.base/overlays.exp: Update copyright years.
19592
19593 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
19594
19595 * gdb.base/overlays.exp: Disable if target is Linux.
19596
19597 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
19598
19599 * config/gdbserver.exp (gdb_load): Use right filename on remote.
19600
19601 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
19602
19603 * gdb.asm/asm-source.exp: Add m32r-linux target.
19604 * gdb.asm/m32r-linux.inc: New file.
19605
19606 2004-09-24 Andrew Cagney <cagney@redhat.com>
19607 David Anderson <anderson@redhat.com>
19608
19609 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
19610 command fails, assume things will work.
19611 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
19612 (_GNU_SOURCE): Define.
19613 (print_unsigned, print_hex): Change parameter to "long long".
19614 (print_byte_count): New function, use to print byte counts.
19615 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
19616 O_LARGEFILE.
19617 (main): Compute an upper bound on a corefile in max_core_size.
19618 Limit memory chunk size to max_core_size. Limit total memory
19619 allocated to max_core_size.
19620
19621 2004-09-23 Andrew Cagney <cagney@gnu.org>
19622
19623 * gdb.base/bigcore.exp: Replace the code that creates a corefile
19624 from a separate process with code that creates a corefile by
19625 making the inferior dump core.
19626
19627 2004-09-23 Mark Kettenis <kettenis@gnu.org>
19628
19629 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
19630 block.
19631
19632 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
19633
19634 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
19635 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
19636 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
19637 Likewise.
19638
19639 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
19640
19641 * gdb.java/jprint.exp: New test case for java inferior call.
19642 * gdb.java/jprint.java: Ditto.
19643
19644 2004-09-15 Joel Brobecker <brobecker@gnat.com>
19645
19646 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
19647
19648 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19649
19650 * gdb.threads/killed.c: Include <stdlib.h>.
19651 * gdb.threads/pthreads.c: Likewise.
19652
19653 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19654
19655 * gdb.threads/killed.c: Add copyright notice.
19656
19657 2004-09-10 Jason Molenda (jmolenda@apple.com)
19658
19659 * gdb.base/define.exp: Two new tests to verify zero space chars
19660 after 'if' and 'while' commands in a user-defined command is correctly
19661 parsed.
19662
19663 2004-09-08 Andrew Cagney <cagney@gnu.org>
19664
19665 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
19666 delivery test with duplicate at end of file.
19667
19668 2004-09-06 Mark Kettenis <kettenis@jive.nl>
19669
19670 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
19671
19672 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19673
19674 * config/hppro.exp: Removed.
19675
19676 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19677
19678 * config/sparclet.exp: Removed.
19679
19680 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19681
19682 * config/udi.exp: Removed.
19683
19684 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
19685
19686 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
19687 of "exp_continue".
19688 (advancei): Likewise.
19689
19690 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19691
19692 * gdb.base/unload.exp: Fix so messages aren't duplicated.
19693
19694 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
19695
19696 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
19697 to check for nodebug in executable.
19698 * gdb.gdb/observer.exp (setup_test): Likewise.
19699 * gdb.gdb/selftest.exp (test_with_self): Likewise.
19700 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
19701
19702 2004-09-01 Andrew Cagney <cagney@gnu.org>
19703
19704 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19705 files.
19706
19707 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19708
19709 * gdb.base/unload.exp: Fix expected warning message to match
19710 latest format.
19711
19712 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
19713
19714 * gdb.base/call-rt-st.exp: Fix typos.
19715
19716 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
19717
19718 * gdb.threads/thread_check.exp: New testcase.
19719 * gdb.threads/thread_check.c: New testcase.
19720
19721 2004-08-31 Andrew Cagney <cagney@gnu.org>
19722
19723 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
19724 (skip_to_handler_entry): New procedures. Test stepping into a
19725 handler when the breakpoint is at the handler's entry point.
19726
19727 2004-08-30 Andrew Cagney <cagney@gnu.org>
19728
19729 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
19730 gdb/1757.
19731
19732 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19733
19734 With code from Manoj Iyer <manjo@austin.ibm.com>:
19735 * lib/gdb.exp (gdb_file_cmd): Return more information in the
19736 return value. Add an arm for "no debugging symbols found".
19737 Change a stray "error" to "perror".
19738 (gdb_run_cmd): Adapt to new return value.
19739 * gdb.base/remote.exp: Adapt to new return value.
19740 * gdb.gdb/complaints.exp: Likewise.
19741 * gdb.gdb/observer.exp: Likewise.
19742 * gdb.gdb/selftest.exp: Likewise.
19743 * gdb.gdb/xfullpath.exp: Likewise.
19744
19745 2004-08-27 Joel Brobecker <brobecker@gnat.com>
19746
19747 * gdb.threads/bp_in_thread.exp: New testcase.
19748
19749 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19750
19751 Fix PR testsuite/1735.
19752 * gdb.threads/schedlock.c (thread_function): Add a cast
19753 to suppress a gcc warning.
19754 * gdb.threads/thread-specific.c (thread_function): Likewise.
19755
19756 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19757
19758 * gdb.base/unload.c: Include <stdlib.h>.
19759
19760 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19761
19762 From Paul Gilliam <pgilliam@us.ibm.com>:
19763 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
19764 synchronized after the "return".
19765
19766 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19767
19768 * gdb.mi/basics.c: Include <stdio.h>.
19769 * gdb.mi/pthreads.c: Include <stdlib.h>.
19770 * gdb.mi/var-cmd.c: Include <stdlib.h>.
19771
19772 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19773
19774 * gdb.threads/schedlock.c: Add copyright notice.
19775
19776 2004-08-25 Andrew Cagney <cagney@gnu.org>
19777
19778 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
19779 (skip_over_handler, breakpoint_over_hander): New test procedures.
19780 (advance, advancei): Add a proper prefix, do not use
19781 rerun_to_main.
19782 * gdb.base/sigstep.c (main): Change to use an infinite loop.
19783
19784 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
19785
19786 * gdb.mi/basics.c: Add copyright notice.
19787 * gdb.mi/var-cmd.c: Add copyright notice.
19788
19789 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19790
19791 * lib/gdb.exp: Remove signed_keyword_not_used.
19792 * lib/compiler.c: Likewise.
19793 * lib/compiler.cc: Likewise.
19794
19795 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19796
19797 * gdb.base/whatis.c: Remove conditional disabling of "signed".
19798 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
19799
19800 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19801
19802 * gdb.base/whatis.c: Add copyright notice.
19803
19804 2004-08-20 Mark Kettenis <kettenis@gnu.org>
19805
19806 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
19807 it to skip the breakpoints encoded in the inline assembly.
19808
19809 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19810
19811 * Makefile.in: Add gdb.fortran.
19812
19813 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19814
19815 * gdb.base/call-sc.exp (test_scalar_returns):
19816 Fix cut-and-paste glitch in "Make fun return now".
19817
19818 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19819
19820 * configure.in: Add gdb.fortran.
19821 * configure: Regenerate.
19822 * gdb.fortran/Makefile.in: New file.
19823 * lib/gdb.exp (skip_fortran_tests): New procedure.
19824
19825 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19826
19827 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
19828 reference to bug-gnu@prep.ai.mit.edu.
19829 * gdb.mi/mi-var-child.exp: Likewise.
19830 * gdb.mi/mi-var-cmd.exp: Likewise.
19831 * gdb.mi/mi-var-display.exp: Likewise.
19832 * gdb.mi/mi2-var-block.exp: Likewise.
19833 * gdb.mi/mi2-var-child.exp: Likewise.
19834 * gdb.mi/mi2-var-cmd.exp: Likewise.
19835 * gdb.mi/mi2-var-display.exp: Likewise.
19836
19837 2004-08-15 Mark Kettenis <kettenis@gnu.org>
19838
19839 * gdb.base/unload.c (main): Make local variable msg const.
19840
19841 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19842
19843 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
19844 to bug-gnu@prep.ai.mit.edu.
19845 * gdb.mi/mi-disassemble.exp: Likewise.
19846 * gdb.mi/mi-eval.exp: Likewise.
19847 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
19848 default line number.
19849 * gdb.mi/mi-return.exp: Likewise.
19850 * gdb.mi/mi-simplerun.exp: Likewise.
19851 * gdb.mi/mi-stack.exp: Likewise.
19852 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
19853 number with explicit range test.
19854 * gdb.mi/mi-watch.exp: Likewise.
19855 * gdb.mi/mi2-break.exp: Likewise.
19856 * gdb.mi/mi2-cli.exp: Likewise.
19857 * gdb.mi/mi2-disassemble.exp: Likewise.
19858 * gdb.mi/mi2-eval.exp: Likewise.
19859 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
19860 default line number.
19861 * gdb.mi/mi2-return.exp: Likewise.
19862 * gdb.mi/mi2-simplerun.exp: Likewise.
19863 * gdb.mi/mi2-stack.exp: Likewise.
19864 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
19865 number with explicit range test.
19866 * gdb.mi/mi2-watch.exp: Likewise.
19867
19868 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19869
19870 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
19871 * gdb.cp/m-static.exp: Likewise.
19872 * gdb.cp/rtti.exp: Likewise.
19873
19874 2004-08-14 Mark Kettenis <kettenis@gnu.org>
19875
19876 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
19877
19878 2004-08-14 Eli Zaretskii <eliz@gnu.org>
19879
19880 * ChangeLog: Prefix Local Variables with semi-colons and indent
19881 the reference to older ChangeLog files, to fix fontification in
19882 Emacs.
19883
19884 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19885
19886 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
19887 * gdb.mi/mi2-break.exp: Likewise.
19888
19889 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19890
19891 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
19892
19893 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19894
19895 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
19896
19897 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19898
19899 * gdb.cp/classes.exp: Remove unused declarations. Just let
19900 test names default instead of providing special names. Remove
19901 extraneous demangler test.
19902
19903 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
19904
19905 * gdb.base/unload.exp: New test for breakpoints in dynamically
19906 loaded libraries.
19907 * gdb.base/unload.c: Ditto.
19908 * gdb.base/unloadshr.c: Ditto.
19909
19910 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
19911
19912 * gdb.cp/classes.exp (test_ptype_class_objects): Call
19913 cp_test_ptype_class.
19914 (test_enums): Likewise.
19915
19916 2004-08-10 Andrew Cagney <cagney@gnu.org>
19917
19918 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19919 files.
19920
19921 2004-08-10 Andrew Cagney <cagney@gnu.org>
19922
19923 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
19924 init_malloc call.
19925
19926 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
19927
19928 * ChangeLog: Add copyright notice. The notice is copied
19929 from emacs 21.3 top level ChangeLog.
19930
19931 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19932
19933 * lib/cp-support.exp: New file.
19934 * lib/cp-support.exp (cp_test_type_class): New function.
19935 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
19936 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
19937 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
19938 cp_test_ptype_class.
19939
19940 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19941
19942 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
19943 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19944 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
19945 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
19946 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
19947 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
19948 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
19949 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
19950 gdb.mi/mi2-watch.exp: Update copyright years.
19951
19952 2004-08-09 Mark Kettenis <kettenis@gnu.org>
19953
19954 * gdb.base/sigaltstack.exp: Provide proper anchoring.
19955
19956 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19957
19958 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
19959 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
19960 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
19961 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
19962 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
19963 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
19964 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
19965 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
19966 gdb.mi/mi-watch.exp: Update copyright years.
19967
19968 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19969
19970 PR gdb/1738
19971 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
19972 from a breakpoint with a pending signal.
19973
19974 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19975
19976 PR gdb/1736
19977 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
19978 * gdb.base/sigaltstack.exp (finish_test): Consume output until
19979 the prompt.
19980 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
19981
19982 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19983
19984 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
19985
19986 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19987
19988 PR gdb/1736
19989 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
19990 for i?86-*-linux*.
19991
19992 2004-08-08 Daniel Jacobowitz <dan@debian.org>
19993
19994 * gdb.arch/i386-prologue.exp: Compile without debug information.
19995
19996 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
19997
19998 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
19999 rather than asking gdb to search.
20000
20001 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20002
20003 * gdb.base/gcore.c: Include <string.h>.
20004
20005 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20006
20007 * gdb.base/gcore.c: Add copyright notice.
20008
20009 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20010
20011 * gdb.base/freebpcmd.c: Include <stdio.h>.
20012 * gdb.base/long_long.c: Include <string.h>.
20013 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20014 * gdb.base/siginfo.c: Include <string.h>.
20015 * gdb.base/sigstep.c: Include <string.h>.
20016
20017 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20018
20019 * gdb.base/complex.c: Include <stdlib.h>.
20020
20021 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20022
20023 * gdb.base/complex.c: Add copyright notice.
20024
20025 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20026
20027 * gdb.base/charset.c: Include <stdlib.h>.
20028
20029 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20030
20031 * gdb.base/auxv.c: Include <stdlib.h>.
20032
20033 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20034
20035 * gdb.base/auxv.c: Add copyright notice.
20036
20037 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20038
20039 * gdb.base/coremaker.c: Add copyright notice.
20040 * gdb.base/coremaker2.c: Add copyright notice.
20041
20042 2004-08-04 Andrew Cagney <cagney@gnu.org>
20043
20044 * gdb.base/store.exp: Update copyright.
20045 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20046 names, do not import gdb_prompt.
20047
20048 2004-08-01 Andrew Cagney <cagney@gnu.org>
20049
20050 Fix PR testsuite/1729.
20051 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20052 not use capture_value with value 4.
20053 (capture_value): Add optional test name parameter.
20054 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20055 the prefix, pass to capture_value.
20056
20057 2004-08-01 Mark Kettenis <kettenis@gnu.org>
20058
20059 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20060 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20061 (main): Call new function.
20062
20063 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20064
20065 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20066
20067 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20068
20069 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20070
20071 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20072
20073 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
20074 Accept more values of vtbl pointer. Remove some messages
20075 about "obsolete gcc or gdb".
20076
20077 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20078
20079 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20080
20081 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20082
20083 * gdb.base/asm-source.exp: Properly convert target board
20084 debug flags from gcc format to binutils format.
20085
20086 2004-07-28 Mark Kettenis <kettenis@gnu.org>
20087
20088 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20089 gdb1718". PR backtrace/1718 partially fixed.
20090
20091 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20092
20093 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20094
20095 2004-07-26 Nick Clifton <nickc@redhat.com>
20096
20097 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20098 good default value for a specific architecture is available then
20099 set it to that value. Otherwise default to the -gstabs switch.
20100 Remove the -g... switches from the asm-flags variable. Allow the
20101 target board info to override the value if it wants to. Pass the
20102 switch on the assembler command line.
20103
20104 2004-07-23 Mark Kettenis <kettenis@gnu.org>
20105
20106 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20107 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20108 (main): Call new function.
20109
20110 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20111
20112 Test for PR exp/1715.
20113 * gdb.base/radix.exp: Refactor common procedures. Make all
20114 test names unique. Change XFAIL to KFAIL.
20115
20116 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20117
20118 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20119 * gdb.ada/gnat_ada.gin: ... to here.
20120 * configure.in: Use gnat_ada.gin.
20121 * configure: Regenerate.
20122
20123 2004-07-20 Andrew Cagney <cagney@gnu.org>
20124
20125 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20126 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20127 XFAILs. Clean up test messages and comments. Check backtraces.
20128 Delete re-sync code.
20129
20130 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20131
20132 Fix PR cli/740.
20133 * gdb.base/annota1.exp: Honor gdb,nosignals.
20134 * gdb.base/annota3.exp: Likewise.
20135
20136 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20137
20138 * lib/java.exp: Update copyright notice.
20139
20140 2004-07-19 Andrew Cagney <cagney@gnu.org>
20141
20142 * gdb.base/selftest.exp: Copy file from here ...
20143 * gdb.gdb/selftest.exp: ... to here.
20144
20145 2004-07-16 Andrew Cagney <cagney@redhat.com>
20146
20147 * lib/insight-support.exp: Delete file.
20148 * lib/java.exp (java_init): Fix copyright.
20149
20150 2004-07-16 Andrew Cagney <cagney@gnu.org>
20151
20152 * gdb.base/restore.c: Append "prologue" to comments marking the a
20153 function's prologue.
20154 * gdb.base/restore.exp: Update copyright, re-indent.
20155 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
20156 callerN" prefix where needed. Update patterns that match a
20157 function's prologue.
20158
20159 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
20160
20161 * gdb.base/restore.c: Add copyright notice.
20162
20163 2004-07-16 Andrew Cagney <cagney@gnu.org>
20164
20165 * gdb.base/logical.exp: Update copyright.
20166 (evaluate): New procedure. Use to re-implement tests using
20167 several tables.
20168
20169 2004-07-14 Martin Hunt <hunt@redhat.com>
20170
20171 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
20172 which fixes some problems where init.tcl was not found.
20173
20174 2004-07-13 Andrew Cagney <cagney@gnu.org>
20175
20176 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
20177 (check_sizeof, check_valueof): Do not include the output in the
20178 test name. Use gdb_test.
20179 (get_valueof): Use gdb_test_multiple.
20180
20181 * gdb.base/step-test.exp: Update copyright. Use
20182 gdb_test_multiple. Ensure that test names do not include
20183 architecture dependent output.
20184
20185 * gdb.gdb/observer.exp: Update copyright.
20186 (setup_test): Use gdb_test_multiple.
20187 (attach_first_observer, attach_second_observer)
20188 (attach_third_observer, detach_first_observer)
20189 (detach_second_observer, detach_third_observer)
20190 (reset_counters, check_counters): Make $message a prefix.
20191 (test_normal_stop_notifications): Add "args" parameter - a list of
20192 init functions to be called. Make $message a prefix,
20193 (test_observer_normal_stop): Change the message prefixes so that
20194 they are unique, pass the attach / detach procedures to
20195 test_normal_stop_notifications.
20196
20197 * gdb.base/signull.exp (test_segv): Prefix all tests with
20198 "${name}". Clean up test messages.
20199
20200 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
20201
20202 * gdb.base/ena-dis-br.exp: Update copyright.
20203 (break_at): New function. Replace send_gdb with gdb_test,
20204 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
20205 ignore count, not stopped at bpt", with KFAIL.
20206
20207 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
20208
20209 * gdb.base/attach.exp: Remove cleanupfile handling.
20210
20211 2004-07-12 Andrew Cagney <cagney@gnu.org>
20212
20213 * gdb.base/annota1.exp: Cleanup corefile test name.
20214 * gdb.base/annota3.exp: Ditto.
20215
20216 2004-07-12 Andrew Cagney <cagney@gnu.org>
20217
20218 * gdb.base/signals.exp: Clean up copyright, re-indent.
20219
20220 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20221 gdb_test and gdb_test_multiple.
20222
20223 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20224
20225 * gdb.java/jmain.exp: Fix expected line number for main to
20226 break at. Set XFAIL for break at main test since gcj does not
20227 provide line number info for first statement in main.
20228
20229 2004-07-08 Andrew Cagney <cagney@gnu.org>
20230
20231 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20232
20233 * gdb.base/sigbpt.exp: Make the common part of each test name a
20234 prefix instead of suffix.
20235
20236 2004-07-07 Bob Rossi <bob_rossi@cox.net>
20237
20238 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20239 test from test_tbreak_creation_and_listing to
20240 test_file_list_exec_source_file
20241 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20242 Changed name of test from test_tbreak_creation_and_listing to
20243 test_file_list_exec_source_file
20244
20245 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20246
20247 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20248 the jmisc() constructor instead of <init>.
20249 * gdb.java/jmisc1.exp: Ditto.
20250
20251 2004-07-07 Andrew Cagney <cagney@gnu.org>
20252
20253 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20254 corrupting the PC.
20255
20256 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20257
20258 * gdb.cp/templates.exp: Accept whitespace change in demangler
20259 output.
20260
20261 2004-07-06 Andrew Cagney <cagney@gnu.org>
20262
20263 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20264
20265 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20266
20267 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20268 * lib/compiler.cc: Likewise.
20269
20270 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20271
20272 * lib/compiler.cc: Work around string preprocessing problem
20273 with old hp c++ compiler.
20274 * lib/compiler.c: Likewise.
20275
20276 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20277
20278 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20279 directives to conditionalize symbol prefixing.
20280 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20281 additional_flags handling. Add underscore prefix for Cygwin.
20282 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20283 conditionalize symbol prefixing.
20284 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20285 additional_flags handling. Add underscore prefix for Cygwin.
20286
20287 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20288
20289 * gdb.base/bigcore.exp: Skip test on Cygwin.
20290
20291 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20292
20293 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20294 formats for "info register". Use gdb_test_multiple. Fix
20295 the "invalid register" test.
20296
20297 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
20298
20299 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20300 PID for Cygwin. Add Cygwin specific strings to check for in some
20301 tests.
20302 (do_attach_tests): Add a test for user interaction when attaching
20303 to a process with no matching symbol table already loaded.
20304
20305 2004-06-26 Andrew Cagney <cagney@gnu.org>
20306
20307 Test PR java/1567 and PR java/1565.
20308 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20309 * gdb.java/jmisc2.exp: Delete file.
20310
20311 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20312
20313 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20314
20315 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
20316
20317 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20318 attach process.
20319
20320 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20321
20322 * gdb.cp/pr-1553.exp: Remove.
20323
20324 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20325
20326 * gdb.cp/pr-1553.cc: Remove.
20327 * gdb.cp/pr-1553.exp: Disable this test.
20328
20329 2004-06-20 Jim Blandy <jimb@redhat.com>
20330
20331 Fix PR testsuite/1680.
20332 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20333 regular expressions.
20334
20335 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20336
20337 Fix PR testsuite/1679.
20338 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20339 Issue an UNSUPPORTED result instead.
20340
20341 2004-06-18 Jim Blandy <jimb@redhat.com>
20342
20343 * gdb.base/charset.exp: Only send a control-C if we see a new
20344 prompt and incomplete command.
20345
20346 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20347
20348 * gdb.cp/pr-574.cc: Add copyright notice.
20349
20350 2004-06-17 Jim Blandy <jimb@redhat.com>
20351
20352 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20353 cases where the regexp has no groups; this grabs random text from
20354 the previous test suite, whatever that was.
20355
20356 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20357
20358 * gdb.cp/printmethod.cc: Add copyright notice.
20359
20360 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20361
20362 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20363
20364 2004-06-16 Andrew Cagney <cagney@gnu.org>
20365
20366 * gdb.base/signull.c: Update copyright. Include <string.h>.
20367 (bowler): Replace data_pointer with data_read
20368 and data_write cases. Add code_descriptor case.
20369 (zero, desc): New array and pointer.
20370 (data, code): Change to simple pointers.
20371 * gdb.base/signull.exp: Fix probe pattern matching a function
20372 descriptor SIGSEGV. Replace data_pointer with data_read and
20373 data_write tests.
20374
20375 2004-06-16 Andrew Cagney <cagney@gnu.org>
20376
20377 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20378
20379 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20380
20381 * gdb.base/long_long.c: Add copyright notice.
20382
20383 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20384
20385 * gdb.base/long_long.exp: Remove reference to
20386 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20387 to gdb_breakpoint and gdb_continue_to_breakpoint.
20388
20389 2004-06-14 Jim Blandy <jimb@redhat.com>
20390
20391 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20392 endian case.
20393
20394 2004-06-14 Andrew Cagney <cagney@gnu.org>
20395
20396 * gdb.base/gcore.exp (capture_command_output): Delete the always
20397 passing tests containing inferior values.
20398 * gdb.base/ending-run.exp: Do not include the breakpoint address
20399 in the test message. Update copyright.
20400 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20401 size in the test name, use gdb_test_multiple. Update copyright.
20402
20403 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20404
20405 * gdb.cp/ref-types.cc: Add copyright notice.
20406
20407 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20408
20409 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20410 hp_aCC_compiler.
20411 * lib/compiler.cc: Likewise.
20412 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20413 'set' commands. Log diagnostics for other lines. Set
20414 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20415
20416 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20417
20418 * gdb.cp/try_catch.cc: Add copyright notice.
20419
20420 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20421
20422 * gdb.cp/userdef.cc: Add copyright notice.
20423
20424 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20425
20426 * gdb.cp/virtfunc.cc: Add copyright notice.
20427
20428 2004-06-11 Randolph Chung <tausq@debian.org>
20429
20430 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20431 problem.
20432
20433 2004-06-10 Andrew Cagney <cagney@gnu.org>
20434
20435 * lib/compiler.cc, lib/compiler.c: Append either
20436 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20437 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20438 instead of gcc-3-3.
20439
20440 2004-06-09 Andrew Cagney <cagney@gnu.org>
20441
20442 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20443 gdb/1455, bug is specific to "long long" and "double".
20444
20445 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20446 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20447 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20448 fixed.
20449
20450 2004-06-09 Andrew Cagney <cagney@gnu.org>
20451
20452 * gdb.base/structs.exp (test_struct_returns): Replace
20453 "return_value_unknown" and "finish_value_unknown" by
20454 "return_value_known" and "finish_value_known". Instead of
20455 "return_value_unknown" iff "finish_value_unknown", check
20456 "return_value_known" implies "finish_value_known".
20457
20458 2004-06-08 Martin Hunt <hunt@redhat.com>
20459
20460 * gdb.base/float.exp: Add pattern for mips targets.
20461
20462 2004-06-08 Randolph Chung <tausq@debian.org>
20463
20464 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20465 message for unknown architectures more clear.
20466
20467 2004-06-08 Joel Brobecker <brobecker@gnat.com>
20468
20469 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20470 start the execution of the program.
20471
20472 2004-06-07 Jim Blandy <jimb@redhat.com>
20473
20474 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20475 * gdb.arch/i386-cpuid.h: New helper file.
20476
20477 2004-06-07 Randolph Chung <tausq@debian.org>
20478
20479 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20480 has started.
20481
20482 2004-06-04 Roland McGrath <roland@redhat.com>
20483
20484 Fix PR gdb/1647.
20485 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20486 differently to be robust to output buffering differences.
20487
20488 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20489
20490 * gdb.threads/pthreads.exp: Update copyright years.
20491 (check_control_c): Change asynchronous 'after' to synchronous.
20492
20493 2004-06-04 Roland McGrath <roland@redhat.com>
20494
20495 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20496 next gdb prompt.
20497
20498 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20499
20500 Fix PR gdb/1636.
20501 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20502 calls to synchronous.
20503
20504 2004-05-26 Jim Blandy <jimb@redhat.com>
20505
20506 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20507
20508 2004-05-24 Randolph Chung <tausq@debian.org>
20509
20510 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20511 * gdb.asm/pa.inc: New file.
20512
20513 2004-05-22 Mark Kettenis <kettenis@gnu.org>
20514
20515 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20516
20517 2004-05-21 Joel Brobecker <brobecker@gnat.com>
20518 Daniel Jacobowitz <drow@mvista.com>
20519
20520 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20521 GDB prompt.
20522
20523 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20524
20525 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
20526 setjmp/longjmp. Use sigaction instead of signal.
20527
20528 2004-05-19 J. Brobecker <brobecker@gnat.com>
20529 Michael Snyder <msnyder@redhat.com>
20530
20531 * gdb.threads/pthread_cond_wait.c: New file.
20532 * gdb.threads/pthread_cond_wait.exp: New testcase.
20533
20534 2004-05-13 Andrew Cagney <cagney@redhat.com>
20535
20536 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20537 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20538
20539 2004-05-11 Andrew Cagney <cagney@redhat.com>
20540
20541 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20542 fixed but revealed gdb/1639.
20543
20544 2004-05-10 Andrew Cagney <cagney@redhat.com>
20545
20546 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20547 func1" and "next to 2nd alarm", kernel bug avoided.
20548
20549 2004-05-10 Daniel Jacobowitz <dan@debian.org>
20550
20551 PR external/1568
20552 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20553 XFAIL if it is smaller than bytes_allocated.
20554 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20555 (main): Make chunks_allocated unsigned. Correct comment.
20556
20557 2004-05-07 Joel Brobecker <brobecker@gnat.com>
20558
20559 * gdb.arch/powerpc-aix-prologue.c: New file.
20560 * gdb.arch/powerpc-aix-prologue.exp: New file.
20561
20562 2004-05-07 Jim Blandy <jimb@redhat.com>
20563
20564 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20565 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20566
20567 2004-05-06 Joel Brobecker <brobecker@gnat.com>
20568
20569 * gdb.base/sep.exp: No longer setup_kfail when the program was
20570 built with dwarf2.
20571
20572 2004-05-05 Jim Ingham <jingham@apple.com>
20573
20574 * gdb.base/pending.exp: Make sure pending breakpoints
20575 preserve the ignore count.
20576
20577 2004-04-27 Jerome Guitton <guitton@gnat.com>
20578
20579 * i386-prologue.exp: Add testcase for jump instruction as first
20580 instruction of the real code.
20581 * i386-prologue.c (jump_at_beginning): New function.
20582
20583 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20584
20585 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
20586 x86_64-*-*.
20587
20588 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20589
20590 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
20591 i*86-*-*.
20592
20593 2004-04-25 Mark Kettenis <kettenis@gnu.org>
20594
20595 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
20596 expression that checks the return type.
20597
20598 2004-04-23 Andrew Cagney <cagney@redhat.com>
20599
20600 * gdb.base/call-sc.exp: New test of scalar call/return values.
20601 * gdb.base/call-sc.c: Ditto.
20602
20603 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20604
20605 * gdb.threads/manythreads.c: Reduce thread stack size.
20606
20607 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
20608
20609 * gdb.threads/manythreads.c: Add copyright notice.
20610
20611 2004-04-23 Andrew Cagney <cagney@redhat.com>
20612
20613 * gdb.base/siginfo.exp: Better handle step out of signal.
20614 * gdb.base/sigstep.exp: Ditto.
20615
20616 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
20617 Daniel Jacobowitz <drow@mvista.com>
20618
20619 * gdb.threads/manythreads.c: New testcase.
20620 * gdb.threads/manythreads.exp: Ditto.
20621
20622 2004-04-22 Jim Blandy <jimb@redhat.com>
20623
20624 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
20625 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
20626
20627 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
20628
20629 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
20630
20631 2004-04-21 Andrew Cagney <cagney@redhat.com>
20632
20633 * gdb.base/sigstep.c: New file.
20634 * gdb.base/sigstep.exp: New file.
20635
20636 2004-04-16 Joel Brobecker <brobecker@gnat.com>
20637
20638 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
20639 call to observer_notify_normal_stop.
20640
20641 2004-04-15 Andrew Cagney <cagney@redhat.com>
20642
20643 * gdb.base/siginfo.c: New file.
20644 * gdb.base/siginfo.exp: New file.
20645
20646 2004-04-12 J. Brobecker <brobecker@gnat.com>
20647
20648 * gdb.base/sep.exp: Fix typo in comment.
20649
20650 2004-04-12 J. Brobecker <brobecker@gnat.com>
20651
20652 * gdb.base/sep.c: New file.
20653 * gdb.base/sep-proc.c: New file.
20654 * gdb.base/sep.exp: New testcase.
20655
20656 2004-04-09 Mark Kettenis <kettenis@gnu.org>
20657
20658 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
20659 support.
20660
20661 2004-04-05 Andrew Cagney <cagney@redhat.com>
20662
20663 * gdb.base/sigaltstack.c: New file.
20664 * gdb.base/sigaltstack.exp: New file.
20665
20666 2004-04-04 Joel Brobecker <brobecker@gnat.com>
20667
20668 * gdb.base/foll-fork.exp: Update the expected output for
20669 "help set follow-fork-mode", to match a change that was made
20670 to the help of this variable on 2004-01-13.
20671
20672 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20673
20674 * lib/ada.exp: Add copyright notice.
20675 * bar.ads: Likewise.
20676 * bar.adb: Likewise.
20677 * null_record.adb: Likewise.
20678 * null_record.exp: Likewise.
20679 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
20680
20681 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20682
20683 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
20684 * configure: Regenerate.
20685
20686 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20687
20688 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
20689 to build the application. Remove the message printed when in
20690 verbose mode, redundant with the UNSUPPORTED message above.
20691
20692 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20693
20694 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
20695 * gdb.ada (null_record.exp): New testcase.
20696
20697 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20698
20699 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
20700
20701 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20702
20703 * gdb.ada: New subdirectory.
20704 * gdb.ada/Makefile.in: New file.
20705 * gdb.ada/gnat_ada.gpr.in: New file.
20706
20707 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20708
20709 * lib/ada.exp: New file.
20710
20711 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
20712
20713 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
20714 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
20715
20716 2004-03-22 Andrew Cagney <cagney@redhat.com>
20717
20718 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
20719 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
20720 Problem identified by Ulrich Weigand.
20721
20722 2004-03-17 David Carlton <carlton@kealia.com>
20723
20724 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
20725 PR c++/826.
20726
20727 2004-03-16 Roland McGrath <roland@redhat.com>
20728
20729 * gdb.base/auxv.exp: New file.
20730 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
20731
20732 2004-03-12 David Carlton <carlton@kealia.com>
20733
20734 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
20735 * gdb.cp/pr-1553.cc: Ditto.
20736 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
20737 pass branch.
20738
20739 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
20740
20741 * gdb.cp/templates.exp: Accept more template types.
20742
20743 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20744
20745 From Corinna Vinschen with modifications.
20746 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
20747 local variable obj_with_enum.
20748 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
20749 results with obj_with_enum.
20750
20751 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20752
20753 * gdb.cp/classes.cc: New file, copied from misc.cc.
20754 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
20755
20756 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20757
20758 * gdb.cp/misc.cc: Add copyright notice.
20759
20760 2004-03-05 David Carlton <carlton@kealia.com>
20761
20762 * gdb.cp/rtti.exp: Add 'print *obj3' test.
20763 * gdb.cp/rtti.h: Update copyright.
20764 (namespace n2::n3): New.
20765 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
20766 (n2::n3::func3): New.
20767 (main): Call n2::n3::func3.
20768 * gdb.cp/rtti2.cc: Update copyright.
20769 (n2::create3): New.
20770
20771 2004-03-04 Mark Kettenis <kettenis@gnu.org>
20772
20773 * gdb.asm/openbsd.inc: Fix typo.
20774
20775 2004-03-03 Fred Fish <fnf@redhat.com>
20776
20777 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
20778 "val" instead of unused "size". Update copyright year.
20779
20780 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
20781
20782 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
20783 to use unsigned char.
20784 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
20785 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
20786
20787 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
20788
20789 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
20790 line of output.
20791
20792 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
20793
20794 * gdb.base/relocate.c (dummy): Initialize.
20795
20796 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
20797
20798 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
20799 a breakpoint at exit.
20800
20801 2004-02-27 Fred Fish <fnf@redhat.com>
20802
20803 * gdb.base/chng-syms.exp: Add expect condition to match failing
20804 case that isn't a timeout.
20805
20806 2004-02-27 Andrew Cagney <cagney@redhat.com>
20807
20808 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
20809 support.
20810
20811 2004-02-26 Fred Fish <fnf@redhat.com>
20812
20813 * gdb.arch/gdb1431.c: Remove.
20814 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
20815 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
20816 of "until" incorrectly.
20817
20818 2004-02-26 J. Brobecker <brobecker@gnat.com>
20819
20820 * gdb.cp/class2.cc (empty): New class.
20821 (refer): New function.
20822 (main): Declare an object of type empty and use it.
20823 * gdb.cp/class2.exp: Print the value of an object of type empty.
20824
20825 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
20826
20827 * gdb.base/langs.exp: Update query string to match the
20828 new nquery format used for pending breakpoints.
20829
20830 2004-02-26 Andrew Cagney <cagney@redhat.com>
20831
20832 Fix PR i18n/1570.
20833 * gdb.base/charset.c: Update copyright notice.
20834 (main, init_string): Remove the escape character '\e' tests.
20835 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
20836 * gdb.base/charset.exp (valid_host_charset): Ditto.
20837 * gdb.base/setvar.exp: Ditto.
20838
20839 2004-02-24 Andrew Cagney <cagney@redhat.com>
20840
20841 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
20842 mmapped data in core file" PASS and FAIL messages consistent.
20843
20844 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
20845 setting a breakpoint. Work around PR java/1565.
20846
20847 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
20848
20849 * lib/gdb.exp (gdb_breakpoint): Update query string to match
20850 new nquery format.
20851 * gdb.base/pending.exp: Ditto.
20852
20853 2004-02-22 Mark Kettenis <kettenis@gnu.org>
20854
20855 * configure.in: Run stabs tests on *BSD.
20856 * configure: Regenerated.
20857
20858 2004-02-21 Mark Kettenis <kettenis@gnu.org>
20859
20860 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
20861
20862 2004-02-20 Fred Fish <fnf@redhat.com>
20863
20864 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
20865 blank in test for "returns short", for consistency with other
20866 "returns xxx" tests. Update copyright year.
20867
20868 2004-02-19 Fred Fish <fnf@redhat.com>
20869
20870 New testcase for PR breakpoint/1558.
20871 * gdb.arch/gdb1558.exp: New file.
20872 * gdb.arch/gdb1558.c: New file.
20873
20874 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
20875
20876 * gdb.base/nodebug.exp: Fix typo.
20877
20878 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20879
20880 Committed by Jim Blandy <jimb@redhat.com>.
20881
20882 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
20883
20884 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
20885
20886 * gdb.base/float.exp: Support s390*-*-* targets.
20887
20888 2004-02-17 Adam Fedor <fedor@gnu.org>
20889
20890 * gdb.base/gdb1555.exp: New file.
20891 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
20892
20893 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
20894
20895 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
20896
20897 2004-02-16 Fred Fish <fnf@redhat.com>
20898
20899 * gdb.arch/gdb1291.c: Remove
20900 * gdb.arch/gdb1291.s: New test input file.
20901 * gdb.arch/gdb1291.exp: Expand test to check case that should not
20902 fail. Test for correct result, known incorrect result, other
20903 failures and timeouts.
20904
20905 2004-02-16 Andrew Cagney <cagney@redhat.com>
20906
20907 * gdb.base/bigcore.exp: New file.
20908 * gdb.base/bigcore.c: New file.
20909
20910 2004-02-13 Andrew Cagney <cagney@redhat.com>
20911
20912 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
20913 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
20914 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
20915 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
20916 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
20917 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
20918 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
20919 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
20920 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
20921 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
20922
20923 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
20924
20925 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
20926 executed is an alloc instruction.
20927
20928 2004-02-11 David Carlton <carlton@kealia.com>
20929
20930 * gdb.cp/breakpoint.exp: New.
20931 * gdb.cp/breakpoint.cc: New.
20932
20933 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
20934
20935 Partial fix for PR gdb/1543.
20936 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
20937 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
20938 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
20939 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
20940 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
20941 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
20942 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
20943 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
20944 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
20945 to bug-gdb@prep.ai.mit.edu .
20946 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
20947 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
20948 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
20949 Likewise.
20950
20951 2004-02-10 Andrew Cagney <cagney@redhat.com>
20952
20953 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
20954 using gdb_internal_error_resync.
20955
20956 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
20957
20958 * gdb.threads/thread-specific.exp: Stop early if no threads are
20959 found.
20960
20961 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
20962
20963 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
20964
20965 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
20966
20967 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
20968 breakpoints.
20969
20970 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
20971
20972 * config/sim.exp (gdb_load): Handle $arg == "".
20973 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
20974 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
20975
20976 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
20977
20978 * gdb.base/maint.exp: Update test to reflect
20979 obstack changes.
20980
20981 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
20982
20983 * gdb.base/pendshr.c (pendfunc): New function that calls
20984 pendfunc1.
20985 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
20986
20987 2004-02-04 Fred Fish <fnf@redhat.com>
20988
20989 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
20990 function symbols and update copyright years.
20991 * gdb.arch/gdb1291.c: Ditto.
20992
20993 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20994
20995 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
20996
20997 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20998
20999 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21000
21001 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21002
21003 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21004
21005 2004-02-02 Fred Fish <fnf@redhat.com>
21006
21007 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21008 remote targets. Update copyright years.
21009
21010 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21011
21012 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21013 support.
21014 * gdb.base/langs.exp: Fix test which attempts to create
21015 breakpoint on non-existent function to handle new pending
21016 support.
21017 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21018 a breakpoint.
21019 * gdb.base/pending.exp: New test.
21020 * gdb.base/pending.c: New file.
21021 * gdb.base/pendshr.c: Ditto.
21022
21023 2004-02-02 David Carlton <carlton@kealia.com>
21024
21025 * gdb.cp/overload.exp: Add overloadNamespace tests.
21026 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21027 (overloadNamespace, XXX): New.
21028 (main): Call XXX::marker2.
21029
21030 2004-02-01 Fred Fish <fnf@redhat.com>
21031
21032 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21033 * gdb.base/finish.exp: Ditto.
21034 * gdb.base/gcore.exp: Ditto.
21035 * gdb.base/huge.exp: Ditto.
21036 * gdb.base/info-proc.exp: Ditto.
21037 * gdb.base/return2.exp: Ditto.
21038 * gdb.threads/gcore-thread.exp: Ditto.
21039
21040 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21041
21042 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21043
21044 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21045
21046 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21047 that opening the file succeeds on OpenBSD.
21048
21049 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21050
21051 * gdb.threads/thread-specific.c: New file.
21052 * gdb.threads/threads-specific.exp: New test script.
21053 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21054 to expect_out.
21055
21056 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21057
21058 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21059 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21060 only on the "print_small_structs from print_long_arg_list" test.
21061
21062 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21063
21064 * gdb.base/completion.exp: Kill a stray backslash.
21065
21066 From Jim Ingham <jingham@apple.com>:
21067 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21068 agrees with the result from sending a tab.
21069
21070 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
21071
21072 * gdb.base/chng-syms.exp: Remove stray newline.
21073
21074 2004-01-31 Mark Kettenis <kettenis@gnu.org>
21075
21076 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21077 *-*-openbsd*.
21078 * gdb.asm/openbsd.inc: New file.
21079
21080 2004-01-30 Mark Kettenis <kettenis@gnu.org>
21081
21082 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21083 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21084 *-*solaris2*. Remove commented out default settings for
21085 asm-flags. Replace gdb_compile with target_link.
21086
21087 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21088
21089 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21090 for all tests. Remove old hp-ux and cygnus xfail cases.
21091
21092 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21093
21094 * gdb.base/chng-syms.exp: New file.
21095 * gdb.base/chng-syms.c: New file.
21096
21097 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21098
21099 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21100 Provide arms for current output in all my configurations.
21101
21102 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21103
21104 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21105 * lib/compiler.cc: Likewise.
21106 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21107 get the right preprocessor. Eval the output directly. Remove
21108 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21109 hp_f77_compiler and hp_f90_compiler completely.
21110 (gdb_preprocess): Delete.
21111 (get_compiler): Delete.
21112
21113 2004-01-24 Mark Kettenis <kettenis@gnu.org>
21114
21115 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21116 <string.h>.
21117
21118 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
21119
21120 * gdb.mi/mi-stack.exp: Update copyright.
21121
21122 2004-01-23 David Carlton <carlton@kealia.com>
21123
21124 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21125 test for cp_lookup_transparent_type.
21126 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21127 call them.
21128
21129 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
21130
21131 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21132 after -var-update.
21133
21134 2004-01-23 David Carlton <carlton@kealia.com>
21135
21136 * gdb.cp/namespace.cc (C::ensureRefs): New.
21137 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21138
21139 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
21140
21141 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21142 case "-stack-list-locals 2".
21143 * gdb.mi/mi-var-child.exp: Test for case
21144 "-var-list-children --all-values NAME".
21145
21146 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21147
21148 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21149
21150 2004-01-18 Mark Kettenis <kettenis@gnu.org>
21151
21152 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
21153 used with gdb_test_multiple.
21154
21155 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
21156 read at address 0. This fixes PR testsuite/1504.
21157
21158 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
21159
21160 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
21161 Remove downloading, guessing the host executable, the calls to
21162 gdb_file_cmd and gdb_target_cmd, and "load" support.
21163 (infer_host_exec): New function broken out from gdb_load.
21164 (gdb_load): New wrapper for gdbserver_gdb_load.
21165 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
21166 gdb_target_cmd. Use -target-select.
21167 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
21168 Download binaries to the host. Clear last_mi_remote_file when
21169 we load a new binary.
21170 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
21171 call gdbserver_gdb_load and mi_gdb_target_cmd.
21172
21173 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21174
21175 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
21176 type patterns.
21177
21178 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21179
21180 * gdb.cp/templates.exp: Fix typo in test name of
21181 "print Foo<volatile char*>::foo".
21182
21183 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21184
21185 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
21186
21187 2004-01-16 Ben Elliston <bje@wasabisystems.com>
21188
21189 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
21190 (clean mostlyclean): Remove empty rm.
21191
21192 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21193
21194 * gdb.base/setvar.exp: Add copyright years.
21195
21196 2004-01-14 David Carlton <carlton@bactrian.org>
21197
21198 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
21199 PR c++/1511 and update coment.
21200 * gdb.cp/templates.exp: Update patterns to match current output.
21201 If changes involve something other than whitespace, KFAIL
21202 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
21203
21204 2004-01-14 David Carlton <carlton@kealia.com>
21205
21206 * gdb.cp/namespace.exp: Add tests involving classes defined within
21207 namespaces.
21208 * gdb.cp/namespace.cc (C::CClass): New.
21209 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21210
21211 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
21212
21213 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21214 what debug info we have. Print a better message if something goes
21215 wrong while producing the separate debug info file.
21216
21217 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21218
21219 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21220
21221 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21222
21223 * gdb.base/callfuncs.c: Add copyright notice.
21224
21225 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21226
21227 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21228 inheritance. PR gdb/1498, PR gcc/13539.
21229
21230 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
21231
21232 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21233 test specific name.
21234 * gdb.mi/gdb669.exp: Ditto.
21235 * gdb.mi/mi-pthreads.exp: Ditto.
21236 * gdb.mi/mi1-pthreads.exp: Ditto.
21237 * gdb.mi/mi2-pthreads.exp: Ditto.
21238
21239 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21240
21241 * gdb.cp/member-ptr.cc: Add copyright notice.
21242
21243 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21244
21245 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21246 some patterns for recent versions of gcc and hpacc. Delete
21247 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21248 Delete tests that access a NULL pointer-to-member-data. This
21249 script is still disabled for gcc.
21250
21251 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21252
21253 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
21254 escaped correctly.
21255
21256 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21257
21258 * gdb.base/sepdebug.exp: New file.
21259 * gdb.base/sepdebug.c: New file.
21260 * lib/gdb.exp (separate_debug_filename): New procedure.
21261 (gdb_gnu_strip_debug): New procedure.
21262
21263 2004-01-12 Andrew Cagney <cagney@redhat.com>
21264
21265 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21266 * gdb.mi/ChangeLog-1999-2003: New file.
21267
21268 2004-01-12 Andrew Cagney <cagney@redhat.com>
21269
21270 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21271 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21272 or EEXIST", treat EBUSY as an XFAIL.
21273
21274 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21275
21276 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21277 hp_cc_compiler.
21278
21279 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21280
21281 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21282 decorations.
21283
21284 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21285
21286 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21287 and "(aCC)" decorations. Remove obsolete doco about old
21288 test results.
21289
21290 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21291
21292 * gdb.cp/exception.exp: Fix typo in doco.
21293
21294 2004-01-09 Mark Kettenis <kettenis@gnu.org>
21295
21296 * gdb.base/gdb1476.exp: Fix typo.
21297
21298 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21299
21300 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21301 file.
21302
21303 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21304
21305 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21306 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21307 Use gdb_compile. Remove restriction on gcc. Add some patterns
21308 for recent version of gdb. Delete second half, which was a copy
21309 of the first half with different build flags. This test is
21310 still disabled because it is still not ready for production.
21311
21312 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21313
21314 * gdb.cp/exception.cc: Add copyright notice.
21315 * gdb.cp/exception.exp: Add a notice that this file is broken
21316 because of line number changes caused by addition of copyright
21317 notice.
21318
21319 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21320
21321 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21322 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21323
21324 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21325
21326 * gdb.cp/classes.exp: Accept gnu abi 2.
21327 * gdb.cp/derivation.exp: Likewise.
21328 * gdb.cp/overload.exp: Likewise.
21329 * gdb.cp/virtfunc.exp: Likewise.
21330
21331 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21332
21333 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21334 semicolon after end of function.
21335
21336 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21337
21338 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21339 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21340 boilerplate code for compiling and running the program under
21341 test. Add some string method tests.
21342
21343 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21344
21345 * gdb.cp/bs15503.cc: Add copyright notice.
21346 * gdb.cp/bs15503.exp: Adjust line number.
21347
21348 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21349
21350 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21351 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21352
21353 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21354
21355 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21356 hp_cc_compiler.
21357
21358 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21359
21360 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21361 * gdb.cp/ctti.exp: Use the marker instead of "next".
21362 With gcc, run further before bailing.
21363
21364 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21365
21366 * gdb.cp/cttiadd.cc: Add copyright notice.
21367 * gdb.cp/cttiadd1.cc: Likewise.
21368 * gdb.cp/cttiadd2.cc: Likewise.
21369 * gdb.cp/cttiadd3.cc: Likewise.
21370
21371 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21372
21373 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21374 Use gdb_test, gdb_test_multiple. Use floating-point values that
21375 have exact representations in IEEE-ish formats.
21376
21377 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21378
21379 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21380 compilers. Delete duplicate call to get_compiler_info.
21381 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21382 * gdb.base/volatile.exp: Likewise.
21383
21384 2004-01-07 Mark Kettenis <kettenis@gnu.org>
21385
21386 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21387 memory at address 0.
21388
21389 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21390
21391 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21392 to test for hp-ux assembler. Fix copyright years.
21393
21394 2004-01-07 Andrew Cagney <cagney@redhat.com>
21395
21396 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21397
21398 2004-01-07 Andrew Cagney <cagney@redhat.com>
21399
21400 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21401 when creating the read-only file. From analysis by Roland McGrath
21402 and Elena Zannoni.
21403
21404 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21405
21406 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21407
21408 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21409
21410 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21411 data pointers.
21412
21413 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21414
21415 * gdb.cp/m-static.exp: Compile one source file at a time.
21416 Delete unused call to get_compiler_info.
21417
21418 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21419
21420 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21421 * gdb.base/call-rt-st.exp: Likewise.
21422 * gdb.base/nodebug.exp: Likewise.
21423 * gdb.base/volatile.exp: Likewise.
21424 * gdb.cp/ref-types.exp: Likewise.
21425 * gdb.cp/templates.exp: Likewise.
21426
21427 2004-01-05 Mark Kettenis <kettenis@gnu.org>
21428
21429 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21430
21431 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21432
21433 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21434 hppa*-hp-hpux*.
21435
21436 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21437
21438 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21439 x86_64-*-*.
21440
21441 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21442 sparc64-*-* and sparc*-solaris2*.
21443
21444 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21445
21446 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21447 return ${tests}" test. The ${tests} already mentions the
21448 filename.
21449
21450 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21451
21452 * gdb.cp/local.exp: Accept gcc abi 2.
21453
21454 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21455
21456 * gdb.cp/templates.exp: Accept gcc abi 2.
21457
21458 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21459
21460 * lib/compiler.cc: Remove supports_template_debugging.
21461 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21462
21463 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21464
21465 * gdb.cp/namespace.exp: Accept gcc abi 2.
21466
21467 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21468
21469 * gdb.cp/method.exp: Accept gcc abi 2.
21470
21471 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21472
21473 * gdb.cp/classes.exp: Generate identical results as old version.
21474 * gdb.cp/derivation.exp: Likewise.
21475 * gdb.cp/overload.exp: Likewise.
21476 * gdb.cp/virtfunc.exp: Likewise.
21477
21478 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21479
21480 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21481 mysterious bug with sourceware version of expect.
21482
21483 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21484
21485 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21486 current versions of gcc, including gcc abi 2. Remove gratuitous
21487 restart of test program. Use gdb_test_multiple and gdb_test for
21488 all tests. Add patterns to xfail missing "const" in "const char *"
21489 and kfail PR gdb/1155.
21490
21491 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21492
21493 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21494 current versions of gcc, including gcc abi 2. Remove gratuitous
21495 restart of test program. Use gdb_test_multiple and gdb_test for
21496 all tests. Add patterns to kfail PR gdb/1498.
21497
21498 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21499
21500 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21501 current versions of gcc, including gcc abi 2. Use "breakpoint"
21502 and "continue" instead of restarting the target program. Use
21503 gdb_test_multiple and gdb_test for all tests.
21504
21505 2004-01-01 Mark Kettenis <kettenis@gnu.org>
21506
21507 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21508 for *-*-solaris2*.
21509
21510 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21511
21512 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21513 current versions of gcc, including gcc abi 2. Use "breakpoint"
21514 and "continue" instead of restarting the target program several
21515 times. Use gdb_test_multiple and gdb_test for all tests.
21516
21517 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21518
21519 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21520 source files.
21521
21522 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21523
21524 * gdb.base/environ.exp: Handle compiling test case from multiple
21525 source files.
21526
21527 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21528
21529 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21530
21531 2003-12-17 Jim Blandy <jimb@redhat.com>
21532
21533 * gdb.base/freebpcmd.c: Add copyright notice.
21534
21535 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21536
21537 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21538
21539 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21540
21541 2003-12-13 Jim Blandy <jimb@redhat.com>
21542
21543 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21544
21545 2003-12-12 Kevin Buettner <kevinb@redhat.com>
21546
21547 * gdb.asm/frv.inc: New file.
21548 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21549
21550 2003-12-09 Fred Fish <fnf@redhat.com>
21551
21552 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21553 functions to break1.c and leave prototypes behind. Add more
21554 "set breakpoint NN here" comments.
21555 * gdb.base/break1.c: New file.
21556
21557 * gdb.base/break.exp: Handle compiling test case from multiple
21558 source files and change source file references as needed.
21559 * gdb.base/completion.exp: Ditto.
21560 * gdb.base/condbreak.exp: Ditto.
21561 * gdb.base/define.exp: Ditto.
21562 * gdb.base/ena-dis-br.exp: Ditto.
21563 * gdb.base/info-proc.exp: Ditto.
21564 * gdb.base/maint.exp: Ditto.
21565 * gdb.base/until.exp: Ditto.
21566
21567 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21568 hardcoded line numbers.
21569 * gdb.base/define.exp: Ditto.
21570 * gdb.base/ena-dis-br.exp: Ditto.
21571 * gdb.base/maint.exp: Ditto.
21572 * gdb.base/until.exp: Ditto.
21573
21574 * gdb.base/completion.exp: Use "break1" for completion tests since
21575 "break" is no longer a unique prefix.
21576
21577 2003-12-06 Andrew Cagney <cagney@redhat.com>
21578
21579 * gdb.base/structs.exp (test_struct_returns): When applicable, set
21580 "return_value_unimplemented". When an unimplemented struct return
21581 architecture, report incorrect values as a KFAIL
21582
21583 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21584
21585 * gdb.cp/rtti.exp: Accept new wording of warning from
21586 cp_lookup_rtti_type.
21587
21588 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21589
21590 Partial fix for PR testsuite/1456.
21591 * gdb.base/scope.exp (test_at_main): Replace references to
21592 gcc_compiled with calls to test_compiler_info.
21593 (test_at_foo): Likewise.
21594 (test_at_bar): Likewise.
21595
21596 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
21597
21598 Partial fix for PR testsuite/1456.
21599 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
21600 to test_compiler_info.
21601
21602 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
21603
21604 * gdb.base/so-impl-ld.exp: Update copyright notice.
21605
21606 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
21607
21608 Partial fix for PR testsuite/1456.
21609 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
21610 to test_compiler_info.
21611
21612 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21613
21614 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
21615 from current versions of gdb. Clean up regular expressions.
21616 Delete redundant timeout case.
21617
21618 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21619
21620 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
21621 from current versions of gdb. Clean up regular expressions.
21622 Delete redundant timeout case.
21623
21624 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
21625
21626 Partial fix for PR testsuite/1456.
21627 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
21628 gcc_compiled with call to test_compiler_info.
21629
21630 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
21631
21632 Partial fix for PR testsuite/1456.
21633 * gdb.base/list.exp (test_list_function): Delete unused declaration
21634 of gcc_compiled.
21635
21636 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
21637
21638 Partial fix for PR testsuite/1456.
21639 * gdb.base/complex.exp: Replace reference to gcc_compiled with
21640 call to test_compiler_info.
21641
21642 2003-11-29 Mark Kettenis <kettenis@gnu.org>
21643
21644 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
21645 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
21646 it to create the appropriate note.inc.
21647 * gdb.asm/asmsrc1.s: Include "note.inc".
21648 * gdb.asm/netbsd.inc: New file.
21649 * gdb.asm/empty.inc: New file.
21650
21651 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21652
21653 Partial fix for PR testsuite/1456.
21654 * gdb.base/constvars.exp: Replace references to gcc_compiled with
21655 calls to test_compiler_info.
21656
21657 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
21658
21659 Partial fix for PR testsuite/1456.
21660 * gdb.base/volatile.exp: Replace references to gcc_compiled with
21661 calls to test_compiler_info.
21662
21663 2003-11-27 Mark Kettenis <kettenis@gnu.org>
21664
21665 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
21666 pattern for the KFAILs.
21667
21668 2003-11-25 Adam Fedor <fedor@gnu.org>
21669
21670 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
21671 * gdb.objc/objcdecode.m: New file.
21672
21673 2003-11-25 Adam Fedor <fedor@gnu.org>
21674
21675 * gdb.objc/nondebug.exp: Test for PR objc/1236.
21676 * gdb.objc/nondebug.m: New file.
21677
21678 2003-11-26 Ben Elliston <bje@wasabisystems.com>
21679
21680 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21681 NetBSD as it does on FreeBSD. Modelled on a similar change by
21682 Mark Kettenis on 2003-05-30.
21683 (link-flags): Set to "--entry _start" regardless of target.
21684 Special linker flags are to be appended to $link-flags.
21685 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
21686
21687 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21688
21689 * gdb.cp/method.exp: Accept output of new demangler.
21690
21691 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21692
21693 * gdb/class2.exp: New file.
21694 * gdb/class2.cc: New file.
21695
21696 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21697
21698 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
21699 of new demangler.
21700
21701 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21702
21703 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
21704 of gdb_test "run".
21705
21706 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21707
21708 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
21709 "continue" into "run".
21710
21711 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21712
21713 Partial fix for PR testsuite/1456.
21714 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
21715 call to test_compiler_info.
21716 * gdb.cp/ctti.exp: Likewise.
21717 * gdb.cp/derivation.exp: Likewise.
21718 * gdb.cp/member-ptr.exp: Likewise.
21719 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
21720 reference to gcc_compiled.
21721
21722 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21723
21724 Fix PR testsuite/1463.
21725 * gdb.base/structs.exp (start_structs_test): Call
21726 get_debug_format before using the debug format.
21727
21728 2003-11-22 Andrew Cagney <cagney@redhat.com>
21729
21730 * lib/gdb.exp (gdb_test_multiple): Add simple example.
21731 * gdb.base/structs.exp: Use gdb_test_multiple.
21732
21733 2003-11-20 Andrew Cagney <cagney@redhat.com>
21734
21735 * gdb.base/structs.exp: Handle and recover from internal errors.
21736 Replace "foo${n}" with "foo<n>" in test messages.
21737
21738 * gdb.base/structs.exp: Update copyright. Rewrite.
21739 * gdb.base/structs.c: Update copyright. Rewrite.
21740
21741 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
21742 resync count exceeded.
21743
21744 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
21745 from the internal error.
21746 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
21747 Original from Jim Blandy.
21748 (gdb_test_multiple): Use gdb_internal_error_resync.
21749
21750 2003-11-19 Andrew Cagney <cagney@redhat.com>
21751
21752 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
21753 KFAIL.
21754
21755 2003-11-17 Mark Kettenis <kettenis@gnu.org>
21756
21757 New testcase for PR backtrace/1435.
21758 * gdb.arch/i386-unwind.exp: New file.
21759 * gdb.arch/i386-unwind.c: New file.
21760
21761 2003-11-17 Andrew Cagney <cagney@redhat.com>
21762
21763 * lib/gdb.exp (compiler_info): New global.
21764 (test_compiler_info): New function.
21765 (get_compiler_info): Set compiler_info.
21766 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
21767 "compiler_info" to gcc-<major>-<minor>.
21768
21769 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
21770
21771 * gdb.trace/configure: Remove.
21772
21773 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
21774
21775 * gdb.base/break.c: Add comments to aid finding line numbers for
21776 breakpoints.
21777 * gdb.base/break.exp: Remove all references to explicit line
21778 numbers.
21779
21780 2003-11-11 Nick Clifton <nickc@redhat.com>
21781
21782 * gdb.base/shreloc.exp: Do not run for targets which do not
21783 support shared objects.
21784
21785 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
21786
21787 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
21788 Don't run tests if nofileio flag is given.
21789
21790 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
21791
21792 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
21793 as well as 'Watchpoint'.
21794
21795 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
21796
21797 Reported by Jim Ingham <jingham@apple.com>:
21798 * gdb.base/annota1.exp: Match at least one occurrence of the
21799 signal handler annotation.
21800
21801 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
21802
21803 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
21804 as well as 'Watchpoint'.
21805
21806 2003-11-05 Michael Chastain <mec@shout.net>
21807
21808 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
21809
21810 2003-11-03 Kris Warkentin <kewarken@qnx.com>
21811
21812 * gdb.arch/gdb1291.c: New test file.
21813 * gdb.arch/gdb1291.exp: New test script.
21814 * gdb.arch/gdb1431.c: New test file.
21815 * gdb.arch/gdb1431.exp: New test script.
21816
21817 2003-10-22 Michael Chastain <mec@shout.net>
21818
21819 * gdb.mi/pthreads.c: Add copyright notice.
21820
21821 2003-10-22 Michael Chastain <mec@shout.net>
21822
21823 * gdb.threads/pthreads.c: Add copyright notice.
21824
21825 2003-10-20 Michael Chastain <mec@shout.net>
21826
21827 * gdb.base/gdb1056.exp: New test script.
21828
21829 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
21830
21831 * gdb.threads/killed.exp: Use gdb_run_cmd.
21832
21833 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
21834
21835 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
21836 create a core file.
21837 * gdb.threads/gcore-thread.exp: Likewise.
21838
21839 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
21840
21841 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
21842 type, based on char type.
21843 (struct bit_flags_short_t): New bitfield type, based on short type.
21844 (init_bit_flags_char): New fuction.
21845 (init_bit_flags_short): Ditto.
21846 (print_bit_flags_char): Ditto.
21847 (print_bit_flags_short): Ditto.
21848 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
21849
21850 2003-10-11 Michael Chastain <mec@shout.net>
21851
21852 * gdb.base/call-rt-st.exp: Update copyright year.
21853
21854 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
21855
21856 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
21857 * gdb.disasm/sh3.s: Ditto.
21858
21859 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
21860
21861 * gdb.threads/switch-threads.exp: New test.
21862 * gdb.threads/switch-threads.c: New source file.
21863
21864 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
21865
21866 * gdb.base/ending-run.exp: Add sh specific case.
21867
21868 2003-10-06 Andrew Cagney <cagney@redhat.com>
21869
21870 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
21871 * gdb.disasm/mn10200.exp: Delete obsolete file.
21872
21873 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
21874
21875 * ChangeLog: Correct an entry command.exp -> commands.exp.
21876 * gdb.base/commands.exp (bp_deleted_in_command_test)
21877 (temporary_breakpoint_commands): Check noargs.
21878
21879 2003-09-25 David Carlton <carlton@kealia.com>
21880
21881 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
21882 of some print tests, where appropriate. Add tests for C::D::cd,
21883 E::ce, F::cXfX, G::XgX.
21884 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
21885
21886 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
21887
21888 * lib/java.exp (java_init): Import target_alias before using it.
21889
21890 2003-09-25 David Carlton <carlton@kealia.com>
21891
21892 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
21893
21894 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
21895
21896 * gdb.base/selftest.exp: Accomodate more instruction reordering
21897 weirdness.
21898
21899 2003-09-17 Michael Chastain <mec@shout.net>
21900
21901 * gdb.cp/gdb1355.exp: New file.
21902 * gdb.cp/gdb1355.c: New file.
21903
21904 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
21905
21906 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
21907 * gdb.asm/sh.inc: New file.
21908
21909 2003-09-11 David Carlton <carlton@kealia.com>
21910
21911 * gdb.cp/namespace.exp: Add tests for namespace types.
21912 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
21913 (test_namespace): New.
21914
21915 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
21916
21917 * gdb.base/relocate.exp: Handle new gdb output at startup.
21918 * gdb.stabs/weird.exp: Ditto.
21919
21920 2003-09-08 Michael Chastain <mec@shout.net>
21921
21922 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
21923
21924 2003-09-07 Michael Chastain <mec@shout.net>
21925
21926 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
21927 'parse error'.
21928
21929 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
21930
21931 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
21932
21933 2003-08-30 Michael Chastain <mec@shout.net>
21934
21935 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
21936 * gdb.gdb/observer.exp: Ditto.
21937 * gdb.gdb/xfullpath.exp: Ditto.
21938
21939 2003-08-29 Mark Kettenis <kettenis@gnu.org>
21940
21941 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
21942 *-*-*bsd*.
21943
21944 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
21945
21946 * gdb.base/dump.exp: Skip for ia64.
21947
21948 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
21949
21950 * gdb.asm/asm-source.exp: Add ia64 support.
21951 * gdb.asm/ia64.inc: New file.
21952
21953 2003-08-22 Michael Chastain <mec@shout.net>
21954
21955 * gdb.cp: New directory.
21956 * gdb.cp/*: Copy from gdb.c++/*.
21957 * gdb.c++/*: Remove.
21958 * Makefile.in: Change gdb.c++ to gdb.cp.
21959 * configure.in: Ditto.
21960 * configure: Regnerate.
21961
21962 2003-08-18 Mark Kettenis <kettenis@gnu.org>
21963
21964 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
21965 * gdb.arch/i386-prologue.c (gdb1338): Add function.
21966
21967 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
21968
21969 * mi-var-display.exp (-var-list-children weird): Accept function
21970 pointers with argument types.
21971 * mi1-var-display.exp (-var-list-children weird): Likewise.
21972 * mi2-var-display.exp (-var-list-children weird): Likewise.
21973
21974 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
21975
21976 * gdb.base/annota3.exp: Add missing newline.
21977
21978 2003-08-06 Michael Chastain <mec@shout.net>
21979
21980 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
21981
21982 2003-08-12 Michael Snyder <msnyder@redhat.com>
21983
21984 * gdb.base/float.exp: Add test for SH.
21985
21986 2003-08-10 Mark Kettenis <kettenis@gnu.org>
21987
21988 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
21989
21990 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21991
21992 * gdb.base/completion.exp: Remove reduntant completion test
21993 on filename.
21994
21995 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
21996
21997 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
21998 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
21999 gdb.trace/save-trace.exp: Make sure that full pathnames are
22000 escaped correctly.
22001
22002 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22003
22004 * configure.in: Don't generate config.h from config.hin.
22005 * configure: Regenerate.
22006 * config.hin: Remove file.
22007 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22008 * gdb.threads/pthreads.c: Ditto.
22009
22010 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
22011
22012 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22013 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22014 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22015 Replace ld24 with seth/add3.
22016
22017 2003-08-02 Andrew Cagney <cagney@redhat.com>
22018
22019 * gdb.base/annota3.exp: New file.
22020 * gdb.base/annota3.c: New file.
22021 * gdb.c++/annota3.exp: New file.
22022 * gdb.c++/annota3.cc: New file.
22023
22024 2003-07-29 Michael Chastain <mec@shout.net>
22025
22026 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22027 actually failed.
22028 (do_pass): Likewise.
22029 * gdb.threads/tls.exp: Always initialize no_of_threads.
22030
22031 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
22032
22033 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22034 pattern.
22035 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22036 * gdb.threads/tls.exp: Recognize one case of the host library not
22037 supporting TLS.
22038
22039 2003-07-27 Andrew Cagney <cagney@redhat.com>
22040
22041 * gdb.base/fileio.exp: Use SH when running commands using
22042 remote_exec.
22043
22044 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
22045
22046 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22047 * gdb.base/relocate.c (dummy): New padding array.
22048
22049 2003-07-22 Michael Snyder <msnyder@redhat.com>
22050
22051 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
22052
22053 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22054 patterns to be more general, accepting old and new output.
22055 Some output chars (such as '+') also must be quoted.
22056 Some addresses are displayed numerically instead of
22057 symbolically.
22058
22059 2003-07-23 Michael Snyder <msnyder@redhat.com>
22060
22061 * gdb.base/return2.exp: Don't test long-long return.
22062
22063 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22064 * gdb.disasm/t01_mov.exp: Ditto.
22065 * gdb.disasm/t02_mova.s: Ditto.
22066 * gdb.disasm/t02_mova.exp: Ditto.
22067 * gdb.disasm/t03_add.s: Ditto.
22068 * gdb.disasm/t03_add.exp: Ditto.
22069 * gdb.disasm/t04_sub.s: Ditto.
22070 * gdb.disasm/t04_sub.exp: Ditto.
22071 * gdb.disasm/t05_cmp.s: Ditto.
22072 * gdb.disasm/t05_cmp.exp: Ditto.
22073 * gdb.disasm/t06_ari2.s: Ditto.
22074 * gdb.disasm/t06_ari2.exp: Ditto.
22075 * gdb.disasm/t07_ari3.s: Ditto.
22076 * gdb.disasm/t07_ari3.exp: Ditto.
22077 * gdb.disasm/t08_or.s: Ditto.
22078 * gdb.disasm/t08_or.exp: Ditto.
22079 * gdb.disasm/t09_xor.s: Ditto.
22080 * gdb.disasm/t09_xor.exp: Ditto.
22081 * gdb.disasm/t10_and.s: Ditto.
22082 * gdb.disasm/t10_and.exp: Ditto.
22083 * gdb.disasm/t11_logs.s: Ditto.
22084 * gdb.disasm/t11_logs.exp: Ditto.
22085 * gdb.disasm/t12_bit.s: Ditto.
22086 * gdb.disasm/t12_bit.exp: Ditto.
22087 * gdb.disasm/t13_otr.s: Ditto.
22088 * gdb.disasm/t13_otr.exp: Ditto.
22089
22090 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22091
22092 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22093
22094 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22095
22096 * gdb.threads/tls.c : New file.
22097 * gdb.threads/tls.exp : New file.
22098 * gdb.threads/tls-main.c : New file.
22099 * gdb.threads/tls-shared.c : New file.
22100 * gdb.threads/tls-shared.exp : New file.
22101
22102 2003-07-22 Andreas Schwab <schwab@suse.de>
22103
22104 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22105
22106 2003-07-20 Andreas Schwab <schwab@suse.de>
22107
22108 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22109 due to insn reordering.
22110
22111 2003-07-15 Andrew Cagney <cagney@redhat.com>
22112
22113 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22114
22115 2003-07-15 Michael Chastain <mec@shout.net>
22116
22117 * gdb.base/gdb1250.exp: New file.
22118 * gdb.base/gdb1250.c: New file.
22119
22120 2003-07-09 Michal Ludvig <mludvig@suse.cz>
22121
22122 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22123 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22124
22125 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22126
22127 * gdb.threads/tls.c: New file.
22128 * gdb.threads/tls.exp: New file.
22129 * gdb.threads/tls-main.c: New file.
22130 * gdb.threads/tls-shared.c: New file.
22131 * gdb.threads/tls-shared.exp: New file.
22132
22133 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22134
22135 * gdb.base/annota1.exp: Make sure that we properly escape the
22136 full path of the source file. Xfail more permissive patterns,
22137 due to a compiler debug info problem.
22138
22139 2003-07-07 Andreas Schwab <schwab@suse.de>
22140
22141 * gdb.asm/m68k.inc: New file.
22142 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22143
22144 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22145 arguments"): Also match negative number.
22146
22147 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22148
22149 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
22150
22151 * gdb.base/store.c (charest): New typedef.
22152 (add_char): Rename to add_charest, update.
22153 (wack_char): Rename to wack_charest, update types. Return l + r
22154 to keep r live across the call.
22155 (wack_short, wack_int, wack_long, wack_longest, wack_float)
22156 (wack_double, wack_doublest): Return l + r to keep r live across
22157 the call.
22158 * gdb.base/store.exp: Accomodate store.c changes.
22159
22160 2003-06-30 David Carlton <carlton@kealia.com>
22161
22162 * gdb.c++/maint.exp (test_invalid_name): New.
22163 (test_first_component): Add tests for invalid names.
22164
22165 2003-06-29 Michael Chastain <mec@shout.net>
22166
22167 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
22168 output of '<VTT for class>' for virtual base classes.
22169
22170 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22171
22172 * gdb.base/completion.exp: Tab-complete "complet" instead of
22173 "compl".
22174 * gdb.base/complex.exp, gdb.base/complex.c: New files.
22175
22176 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22177
22178 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
22179 * gdb.base/volatile.exp: Likewise.
22180
22181 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22182
22183 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
22184 gdb/1265.
22185
22186 2003-06-28 Michael Chastain <mec@shout.net>
22187 Daniel Jacobowitz <drow@mvista.com>
22188
22189 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
22190 initial line count of 'captured_main' from 26 to 32.
22191 (test_with_self): Allow xmalloc call to be interleaved with the
22192 preceding two lines.
22193
22194 2003-06-24 Joel Brobecker <brobecker@gnat.com>
22195
22196 * gdb.base/bang.exp: New testcase.
22197
22198 2003-06-23 Joel Brobecker <brobecker@gnat.com>
22199
22200 * gdb.base/langs.exp: Add some tests for the "minimal" language
22201 support.
22202
22203 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
22204
22205 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
22206 the testcase.
22207
22208 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22209
22210 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22211 offset.
22212
22213 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22214
22215 * gdb.c++/pr-1210.cc: New file.
22216 * gdb.c++/pr-1210.exp: New file.
22217
22218 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
22219
22220 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22221 000-exec-continue.
22222
22223 2003-06-15 Mark Kettenis <kettenis@gnu.org>
22224
22225 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22226 on *-*-*bsd* instead of *-*-freebsd*.
22227
22228 2003-06-14 Andrew Cagney <cagney@redhat.com>
22229
22230 * gdb.base/store.exp: Test longest and doublest. Test all
22231 parameters. Weaken return statement match.
22232 * gdb.base/store.c: Add longest and doublest - aka long long and
22233 long double functions. Put all parameters into local register
22234 variables. Use negative values.
22235
22236 2003-06-14 Andrew Cagney <cagney@redhat.com>
22237
22238 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22239 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22240 exit status.
22241 * gdb.base/fileio.exp: Disable target when nointerrupts and
22242 noinferiorio, instead of limiting it to remote. Use remote_exec
22243 instead of system.
22244
22245 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22246
22247 * gdb.base/float.exp: Add ia64 support.
22248
22249 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
22250
22251 * gdb.base/fileio.exp: Run only on remote targets.
22252
22253 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
22254
22255 * gdb.base/fileio.c: New file, testing File-I/O.
22256 * gdb.base/fileio.exp: Ditto.
22257
22258 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22259
22260 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22261 shared objects after relocation at load time (gdb PR/1132).
22262 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
22263 as above, part of the shared object relocation test.
22264
22265 2003-06-08 Mark Kettenis <kettenis@gnu.org>
22266
22267 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22268 fully filled history list.
22269 * gdb.base/gdb_history: New file.
22270
22271 * gdb.base/signals.exp: XFAIL "continue to func1" on
22272 i*86-*-freebsd*.
22273
22274 * gdb.base/attach.exp: When trying to attach to a nonexistent
22275 process, make it possible to specify the PID based on the target,
22276 and do so for *-*-freebsd*.
22277
22278 2003-06-02 Richard Henderson <rth@redhat.com>
22279
22280 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22281
22282 2003-06-02 Richard Henderson <rth@redhat.com>
22283
22284 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22285
22286 2003-06-02 Richard Henderson <rth@redhat.com>
22287
22288 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22289
22290 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
22291
22292 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22293 of globalvar.
22294
22295 2003-06-01 Mark Kettenis <kettenis@gnu.org>
22296
22297 * gdb.asm/asm-source.exp: Check for memory read errors in
22298 disassembler test on *BSD too.
22299
22300 2003-06-01 Richard Henderson <rth@redhat.com>
22301
22302 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22303 for .frame.
22304 (gdbasm_call): Lose ldgp.
22305 (gdbasm_startup): Add frame information.
22306 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22307
22308 2003-05-31 Mark Kettenis <kettenis@gnu.org>
22309
22310 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22311 i?86-*-*.
22312
22313 2003-05-30 Mark Kettenis <kettenis@gnu.org>
22314
22315 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22316 FreeBSD.
22317
22318 2003-05-29 Richard Henderson <rth@redhat.com>
22319
22320 * gdb.asm/alpha.inc: New file.
22321 * gdb.asm/asm-source.exp: Use it.
22322
22323 2003-05-29 Jim Blandy <jimb@redhat.com>
22324
22325 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22326 'core.PID'.
22327
22328 2003-05-22 Jim Blandy <jimb@redhat.com>
22329
22330 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22331 backtrace.
22332
22333 2003-05-20 David Carlton <carlton@math.stanford.edu>
22334
22335 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22336 this time.
22337
22338 2003-05-19 David Carlton <carlton@bactrian.org>
22339
22340 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22341 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22342
22343 2003-05-19 David Carlton <carlton@bactrian.org>
22344
22345 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22346 namespace tests.
22347 Bump copyright date.
22348 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22349 (main): Call C::D::marker2.
22350 * gdb.c++/namespace1.cc: New file.
22351
22352 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22353
22354 Roland McGrath <roland@redhat.com>
22355 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
22356 there is no manager thread.
22357
22358 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22359
22360 * gdb.threads/schedlock.exp: Remove assumption that all threads
22361 will run in a particular small time slice. Also ensure we break
22362 in one of the child threads rather than the main thread.
22363
22364 2003-05-07 Jim Blandy <jimb@redhat.com>
22365
22366 Add support for assembly source testing on the s390x.
22367 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22368 architecture.
22369 * gdb.asm/s390x.inc: New file.
22370
22371 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22372 succession of 'if' statements.
22373
22374 2003-05-05 Andrew Cagney <cagney@redhat.com>
22375
22376 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22377
22378 2003-05-05 Andrew Cagney <cagney@redhat.com>
22379
22380 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22381 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22382
22383 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
22384
22385 * gdb.base/charset.exp: Update based on new behavior of set/show
22386 charset commands.
22387
22388 2003-05-01 Andrew Cagney <cagney@redhat.com>
22389
22390 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22391 variable do not give memory errors.
22392
22393 2003-04-30 Adam Fedor <fedor@gnu.org>
22394
22395 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22396 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22397 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22398 gdb.objc/basicclass.m: : New files
22399
22400 * lib/gdb.exp (gdb_compile_objc): New procedure.
22401
22402 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
22403
22404 * gdb.base/signals.exp: Make backtrace tests more specific.
22405
22406 2003-04-23 David Carlton <carlton@bactrian.org>
22407
22408 * gdb.c++/maint.exp (test_first_component): Add tests for
22409 'operator' in more locations.
22410
22411 2003-04-16 Kevin Buettner <kevinb@redhat.com>
22412
22413 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22414
22415 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
22416
22417 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
22418 func marke' instead. Update test name.
22419
22420 2003-04-15 David Carlton <carlton@math.stanford.edu>
22421
22422 * gdb.c++/maint.exp: New file.
22423
22424 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22425
22426 * gdb.threads/schedlock.c: Change type of thread function argument
22427 to long, to avoid warnings on 64-bit platforms.
22428
22429 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22430
22431 * gdb.base/attach.exp: Add new message from ptrace in case of
22432 attaching to nonexistent process.
22433
22434 2003-04-11 Jim Blandy <jimb@redhat.com>
22435
22436 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22437 gdb.c++/userdef.cc: Place comments on the lines to which the
22438 marker function might return.
22439 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22440 gdb.c++/userdef.exp: Look for those comments to check that we've
22441 returned to the right place, instead of checking line numbers.
22442
22443 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
22444
22445 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22446 match on sourcefile name, instead of directory name.
22447
22448 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
22449
22450 * gdb.base/completion.exp: Use string_to_regexp to match the
22451 working directory name.
22452
22453 2003-04-09 Jim Blandy <jimb@redhat.com>
22454
22455 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22456 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22457 after an inferior function call, report the failure, but allow the
22458 test to continue.
22459
22460 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22461
22462 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22463 with -DPROTOTYPES.
22464
22465 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22466
22467 * gdb.base/break.exp: Revert last patch.
22468
22469 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22470
22471 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22472 with -DPROTOTYPES.
22473
22474 2003-04-02 Andrew Cagney <cagney@redhat.com>
22475
22476 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22477 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22478 matching directories by the name breakpoint.
22479 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22480 Make "continue to marker1" consistent.
22481 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22482 message consistent.
22483 * lib/gdb.exp: Put "the program is no longer running", and "the
22484 program exited" in parenthesis.
22485 * lib/mi-support.exp: Ditto.
22486
22487 2003-04-02 Bob Rossi <bob_rossi@cox.net>
22488
22489 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22490
22491 2003-03-29 Andrew Cagney <cagney@redhat.com>
22492
22493 * gdb.base/sizeof.c (main): Print the value of '\377'.
22494 * gdb.base/sizeof.exp: Check the sign of '\377'.
22495
22496 2003-03-27 Michael Chastain <mec@shout.net>
22497
22498 * gdb.base/gdb1090.exp: New file.
22499 * gdb.base/gdb1090.cc: New file.
22500
22501 2003-03-27 J. Brobecker <brobecker@gnat.com>
22502
22503 * gdb.gdb/observer.exp: New regression test.
22504
22505 2003-03-27 Michael Chastain <mec@shout.net>
22506
22507 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22508 * gdb.base/ptype.exp: Likewise.
22509
22510 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
22511
22512 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22513
22514 2003-03-26 Michael Chastain <mec@shout.net>
22515
22516 * gdb.base/ptype.exp: Actually use some typedef'd types.
22517
22518 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22519
22520 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22521 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22522
22523 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22524
22525 * gdb.base/default.exp: Fix regular expression.
22526
22527 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22528
22529 * gdb.base/args.exp: Fix regular expression.
22530
22531 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22532
22533 * gdb.base/help.exp: Allow Win32 child process.
22534
22535 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22536
22537 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22538 when stepping out of main().
22539
22540 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22541
22542 * gdb.base/default.exp: Check for win32 specific message when calling
22543 "run" without executable.
22544
22545 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22546
22547 * gdb.base/args.exp: Expect .exe in output.
22548
22549 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22550
22551 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22552 Cygwin native.
22553
22554 2003-03-17 Andrew Cagney <cagney@redhat.com>
22555
22556 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22557 vector registes.
22558 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22559 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22560
22561 2003-03-17 David Carlton <carlton@math.stanford.edu>
22562
22563 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22564 test, for PR breakpoints/38.
22565 Call test_watchpoint_and_breakpoint.
22566 * gdb.base/watchpoint.c (func3): New function.
22567 (main): Call func3.
22568
22569 2003-03-04 David Carlton <carlton@math.stanford.edu>
22570
22571 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22572 Garply<Garply<char> >:: garply".
22573 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
22574 with respect to PR c++/1111; note also PR c++/1113.
22575 (test_template_breakpoints): KFAIL "constructor breakpoint" with
22576 respect to PR c++/1062.
22577 KFAIL "destructor breakpoint" with respect to PR c++/1112.
22578
22579 2003-03-03 David Carlton <carlton@math.stanford.edu>
22580
22581 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
22582 with respect to PR c++/57.
22583 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
22584 c++/826.
22585 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
22586 respect to PR c++/57.
22587
22588 2003-03-03 David Carlton <carlton@math.stanford.edu>
22589
22590 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
22591 respect to PR c++/33 into FAILs.
22592
22593 2003-03-03 Michael Chastain <mec@shout.net>
22594
22595 * configure.in: Update copyright years.
22596
22597 2003-03-03 Michael Chastain <mec@shout.net>
22598
22599 * Makefile.in: Update copyright years.
22600
22601 2003-02-28 David Carlton <carlton@math.stanford.edu>
22602
22603 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
22604 print class instead of struct and/or superfluous protection
22605 specifiers, as long as the resulting output is equivalent to the
22606 source code.
22607 Delete FIXME from end of messages on tests that don't need
22608 fixing.
22609
22610 2003-02-28 David Carlton <carlton@math.stanford.edu>
22611
22612 * gdb.c++/templates.exp (do_tests): Allow const in the two
22613 Foo<volatile char *>::foo tests.
22614
22615 2003-02-27 Michael Snyder <msnyder@redhat.com>
22616
22617 * gdb.base/restore.c (main): Return zero, so exit code
22618 will be consistant.
22619
22620 2003-02-26 David Carlton <carlton@math.stanford.edu>
22621
22622 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
22623 char *>::foo" test with respect to PR c++/33. Create a new test
22624 which is identical to that one except that it doesn't put the
22625 space between the "char" and the "*"; KFAIL it, too.
22626
22627 2003-02-26 David Carlton <carlton@math.stanford.edu>
22628
22629 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
22630 template types into either PASSes or KFAILs (corresponding to PR
22631 c++/57). Tweak indentation. Update copyright.
22632
22633 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
22634
22635 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
22636
22637 2003-02-13 Michael Chastain <mec@shout.net>
22638
22639 * gdb.base/exprs.exp: Remove i960 remnants.
22640 * gdb.base/funcargs.exp: Likewise.
22641 * gdb.base/list.exp: Likewise.
22642 * gdb.base/ptype.exp: Likewise.
22643
22644 2003-02-14 David Carlton <carlton@math.stanford.edu>
22645
22646 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
22647 pEe->D::vg()" from XFAIL to KFAIL.
22648
22649 2003-02-13 Jason Molenda (jmolenda@apple.com)
22650
22651 * gdb.base/maint.exp: Update maint print statistics regexp to include
22652 new entries.
22653
22654 2003-02-13 Michael Chastain <mec@shout.net>
22655
22656 * gdb.c++/inherit.exp: Remove call to get_debug_format.
22657
22658 2003-02-12 Michael Chastain <mec@shout.net>
22659
22660 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
22661 * gdb.c++/inherit.exp: Likewise.
22662 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
22663 * gdb.c++/templates.exp: Likewise.
22664 * gdb.c++/virtfunc.exp: Likewise.
22665
22666 2003-02-06 Jason Molenda (jason-cl@molenda.com)
22667
22668 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
22669 why the code is written that way.
22670
22671 2003-02-05 Michael Chastain <mec@shout.net>
22672
22673 * gdb.base/dump.exp: Add missing copyright line.
22674
22675 2003-02-05 Jason Molenda (jason-cl@molenda.com)
22676
22677 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
22678 at the beginning so the breakpoint doesn't get set on the loop.
22679
22680 2003-02-05 Michael Chastain <mec@shout.net>
22681
22682 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
22683 output for configurations with gcc 2.95.3.
22684
22685 2003-02-05 Keith Seitz <keiths@redhat.com>
22686 Andrew Cagney <ac131313@redhat.com>
22687
22688 * gdb.mi/mi-cli.exp: New file.
22689
22690 2003-02-04 Michael Chastain <mec@shout.net>
22691
22692 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
22693 Call perror and then continue.
22694
22695 2003-02-03 Michael Chastain <mec@shout.net>
22696
22697 * gdb.c++/pr-1023.cc: New file.
22698 * gdb.c++/pr-1023.exp: New file.
22699
22700 2003-02-05 Jim Blandy <jimb@redhat.com>
22701
22702 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
22703 it's local to foobar. Check for it there, and check that it's not
22704 present in main.
22705 * gdb.c++/local.cc (marker2): New function.
22706 (foobar): Call marker1.
22707 (main): Call marker2 instead of marker1.
22708
22709 2003-02-04 Andrew Cagney <ac131313@redhat.com>
22710
22711 * gdb.disasm/mn10200.exp: Obsolete file.
22712 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
22713 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
22714 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
22715
22716 2003-02-04 David Carlton <carlton@math.stanford.edu>
22717
22718 * gdb.c++/overload.exp: Test intToChar(1).
22719 * gdb.c++/overload.cc (intToChar): New.
22720 (main): Call intToChar.
22721
22722 2003-02-03 David Carlton <carlton@math.stanford.edu>
22723
22724 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
22725 'might_kfail' arg.
22726 KFAIL some of the continue_to_bp_overloaded calls, according to
22727 PR c++/1025.
22728
22729 2003-02-01 Michael Chastain <mec@shout.net>
22730
22731 * gdb.base/advance.c (marker1): New marker function.
22732 * gdb.base/advance.exp: When the 'advance' command lands on the
22733 return breakpoint, it can legitimately stop on either the
22734 current line or the next line. Accommodate both outcomes.
22735 * gdb.base/until.exp: Likewise.
22736
22737 2003-02-02 Andrew Cagney <ac131313@redhat.com>
22738
22739 2002-11-10 Jason Molenda (jason-cl@molenda.com):
22740 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
22741 now a list, not a tuple.
22742 * gdb.mi/mi-var-display.exp: Ditto.
22743 * gdb.mi/gdb792.exp: Ditto.
22744
22745 2003-02-01 Andrew Cagney <ac131313@redhat.com>
22746
22747 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
22748 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
22749 stack backtraces.
22750 * gdb.mi/mi-syn-frame.c: Part of same.
22751
22752 2003-02-01 Mark Kettenis <kettenis@gnu.org>
22753
22754 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22755 gdb.mi/mi1-pthreads.exp: Return instead of calling
22756 gdb_suppress_entire_file.
22757
22758 2003-02-01 Mark Salter <msalter@redhat.com>
22759
22760 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
22761
22762 2003-01-31 Mark Salter <msalter@redhat.com>
22763
22764 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
22765 Support empty arg.
22766
22767 2003-01-30 Michael Chastain <mec@shout.net>
22768
22769 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
22770 This was a workaround for a UTF-8 bug in readline 4.3. The bug
22771 has been fixed in gdb/readline on 2003-01-09.
22772
22773 2003-01-29 Michael Snyder <msnyder@redhat.com>
22774
22775 * gdb.base/maint.exp: Allow for leading underscore in symbol.
22776 * gdb.base/display.exp: Allow for leading underscore in symbol.
22777 * gdb.base/args.exp: Skip if target does not support args passing.
22778
22779 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
22780
22781 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
22782 gdb_test. Accept a list of expect arguments as the third
22783 parameter.
22784 (gdb_test): Use it.
22785
22786 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
22787
22788 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
22789 allow for different test tree configurations. Update some
22790 tescases accordingly.
22791 * gdb.arch/altivec-regs.exp: Ditto.
22792 * gdb.asm/asm-source.exp: Ditto.
22793 * gdb.base/advance.exp: Ditto.
22794 * gdb.base/display.exp: Ditto.
22795 * gdb.base/long_long.exp: Ditto.
22796 * gdb.base/mips_pro.exp: Ditto.
22797 * gdb.base/overlays.exp: Ditto.
22798 * gdb.base/relocate.exp: Ditto.
22799 * gdb.base/setshow.exp: Ditto.
22800 * gdb.base/step-line.exp: Ditto.
22801 * gdb.base/step-test.exp: Ditto.
22802 * gdb.base/until.exp: Ditto.
22803 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
22804
22805 2003-01-17 David Carlton <carlton@math.stanford.edu>
22806
22807 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
22808 corresponding to PR c++/945.
22809 Update copyright.
22810
22811 2003-01-17 David Carlton <carlton@math.stanford.edu>
22812
22813 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
22814 corresponding to PR c++/68.
22815
22816 2003-01-17 David Carlton <carlton@math.stanford.edu>
22817
22818 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
22819 (test_paddr_hairy_functions): Call print_addr_2_kfail for
22820 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
22821
22822 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
22823
22824 * gdb.base/break.exp: Fix change of default location, because of
22825 removal of until tests.
22826 * gdb.base/help.exp: Update test for new 'until' help message.
22827 Add test for help on 'advance'.
22828 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
22829
22830 2003-01-15 Mark Kettenis <kettenis@gnu.org>
22831
22832 * gdb.base/default.exp: Adapt "info float" test for recent changes
22833 to that command. Add test for "info vector".
22834 * gdb.base/float.exp: New file. Add test for "info float" that
22835 resembles the old test in gdb.base/default.exp.
22836
22837 2003-01-15 David Carlton <carlton@math.stanford.edu>
22838
22839 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
22840
22841 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
22842
22843 * gdb.base/break.exp: Move the tests of until command from here...
22844 * gdb.base/until.exp: ... to here. New file. Add other tests.
22845 * gdb.base/advance.c: New file.
22846 * gdb.base/advance.exp: New file.
22847
22848 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
22849
22850 * gdb.base/args.c: New file.
22851 * gdb.base/args.exp: New file.
22852
22853 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22854
22855 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
22856
22857 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22858
22859 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
22860
22861 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
22862
22863 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
22864 dates.
22865
22866 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22867
22868 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
22869
22870 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22871
22872 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
22873 (ptype &*"foo").
22874 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
22875
22876 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22877
22878 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
22879 * gdb.mi/mi1-console.exp: Likewise.
22880
22881 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22882
22883 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
22884 * gdb.mi/mi1-console.exp: Likewise.
22885
22886 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
22887
22888 * gdb.c++/overload.exp: Remove some fixed XFAILs.
22889
22890 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
22891
22892 * gdb.base/detach.exp: New test.
22893
22894 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
22895
22896 * Makefile.in (ALL_SUBDIRS): New variable.
22897 (subdirs, clean, distclean): Use it.
22898 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
22899 regenerating Makefile, since it is generated from the top level.
22900 * gdb.asm/Makefile.in: Likewise.
22901 * gdb.base/Makefile.in: Likewise.
22902 * gdb.c++/Makefile.in: Likewise.
22903 * gdb.disasm/Makefile.in: Likewise.
22904 * gdb.java/Makefile.in: Likewise.
22905 * gdb.mi/Makefile.in: Likewise.
22906 * gdb.threads/Makefile.in: Likewise.
22907 * gdb.trace/Makefile.in: Likewise.
22908
22909 2003-01-09 David Carlton <carlton@math.stanford.edu>
22910
22911 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
22912 Add copyright year 2003.
22913
22914 2003-01-06 Michael Chastain <mec@shout.net>
22915
22916 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
22917 When selecting a thread, 'line' and 'file' are optional.
22918 * gdb.mi/mi1-pthreads.exp: Likewise.
22919
22920 2003-01-06 Andreas Schwab <schwab@suse.de>
22921
22922 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
22923 failures.
22924
22925 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22926
22927 Fix PR gdb/844
22928 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
22929 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
22930
22931 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
22932 instead of calling gdb_suppress_entire_file.
22933 * gdb.threads/print-threads.exp: Likewise.
22934 * gdb.threads/schedlock.exp: Likewise.
22935
22936 * gdb.threads/killed.exp: Return instead of calling
22937 gdb_suppress_entire_file.
22938 * gdb.threads/linux-dp.exp: Likewise.
22939 * gdb.threads/pthreads.exp: Likewise.
22940
22941 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22942
22943 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
22944 stabs.
22945 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
22946 * gdb.base/whatis.exp: Always allow (void) after function names.
22947
22948 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
22949
22950 * gdb.c++/casts.exp: Correct regexp.
22951
22952 2003-01-04 Mark Kettenis <kettenis@gnu.org>
22953
22954 * configure.in: Call AC_CONFIG_HEADER. Don't call
22955 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
22956 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
22957 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
22958 aforementioned directories in the AC_OUPUT call.
22959 * config.hin: New file.
22960 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22961 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
22962 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
22963 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
22964 pass -I$objdir instead of -I$objdir/$subdir in compilation.
22965 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
22966 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
22967 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
22968 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
22969 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
22970 gdb.threads/configure.in, gdb.threads/configure,
22971 gdb.threads/config.in, gdb.trace/configure.in,
22972 gdb.trace/configure: Removed.
22973
22974 2003-01-03 Michael Chastain <mec@shout.net>
22975
22976 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
22977 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
22978
22979 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
22980
22981 * gdb.base/store.exp: Fix regular expressions.
22982
22983 2002-12-28 Mark Kettenis <kettenis@gnu.org>
22984
22985 * configure.in: Rewrite.
22986 * configure: Regenerated.
22987
22988 2003-01-03 David Carlton <carlton@math.stanford.edu>
22989
22990 * gdb.base/psymtab.exp: New file.
22991 * gdb.base/psymtab1.c: Ditto.
22992 * gdb.base/psymtab2.c: Ditto.
22993
22994 2002-12-23 Adam Fedor <fedor@gnu.org>
22995
22996 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
22997
22998 2002-12-23 David Carlton <carlton@math.stanford.edu>
22999
23000 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23001 and current_directory initialization.
23002
23003 2002-12-22 Jim Blandy <jimb@redhat.com>
23004
23005 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23006 rather than as part of the output file name.
23007
23008 * gdb.base/attach.exp: There's no need to copy the test program to
23009 /tmp; that was only ever necessary on HP/UX, and this test is
23010 entirely disabled there anyway.
23011
23012 2002-12-21 Jim Blandy <jimb@redhat.com>
23013
23014 * gdb.c++/psmang.exp: Doc fix.
23015
23016 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23017 test.
23018
23019 2002-12-20 David Carlton <carlton@math.stanford.edu>
23020
23021 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23022
23023 2002-12-18 Michael Chastain <mec@shout.net>
23024
23025 * gdb.c++/annota2.exp: Add copyright year 2002.
23026
23027 2002-12-17 David Carlton <carlton@math.stanford.edu>
23028
23029 * gdb.c++/try_catch.cc: Add marker comments.
23030 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23031 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23032 * gdb.c++/m-static.cc: Ditto.
23033 * gdb.c++/m-static1.cc: Ditto.
23034 * gdb.c++/try_catch.cc: Ditto.
23035
23036 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23037
23038 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23039 to see whether we are using the new -environment-directory
23040 command which resets via -r or the old version of the command
23041 which may prompt the user. Part of fix for gdb/741.
23042
23043 2002-12-13 Andrew Cagney <ac131313@redhat.com>
23044
23045 * gdb.fortran/types.exp: Update obsolete comment.
23046 * gdb.fortran/exprs.exp: Ditto.
23047 * lib/gdb.exp: Delete obsolete code.
23048 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23049 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23050 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23051 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23052 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23053 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23054 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23055 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23056 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23057 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23058 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23059 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23060 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23061 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23062 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23063 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23064 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23065 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23066 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23067 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23068 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23069 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23070 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23071 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23072 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23073 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23074 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23075 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23076 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23077 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23078 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23079 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23080 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23081 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23082 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23083 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23084 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23085
23086 2002-12-11 David Carlton <carlton@math.stanford.edu>
23087
23088 * gdb.c++/m-data.exp: Add test for members that shadow global
23089 variables: see PR gdb/804.
23090 * gdb.c++/m-data.cc: Ditto.
23091
23092 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
23093
23094 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23095
23096 2002-12-06 David Carlton <carlton@math.stanford.edu>
23097
23098 * gdb.base/store.c: Don't declare functions static.
23099
23100 2002-12-04 Andrew Cagney <ac131313@redhat.com>
23101
23102 * gdb.base/store.exp, gdb.base/store.c: New files.
23103
23104 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23105
23106 * gdb.base/selftest.exp: Update for current gdb.
23107
23108 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23109
23110 * gdb.base/maint.exp: Only dump symbols from one source file
23111 or objfile.
23112
23113 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23114
23115 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23116 function call.
23117
23118 2002-11-25 Jim Blandy <jimb@redhat.com>
23119
23120 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23121 function appearing in error message.
23122
23123 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
23124
23125 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23126
23127 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23128
23129 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23130 for mi1 and current mi is in correct format. New mi startup message
23131 should be in mi console format. This is part of fix for PR gdb/604.
23132
23133 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23134
23135 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23136 which explicitly prints the zero offset as "+0".
23137
23138 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
23139
23140 * gdb.threads/schedlock.c (args): Make unsigned.
23141
23142 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
23143
23144 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23145 numbers. Allow "foo2|selected stack frame".
23146 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23147 * gdb.asm/asmsrc2.s: Likewise.
23148 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23149 comments.
23150 * gdb.asm/mips.inc: New file.
23151
23152 2002-10-18 Adam Fedor <fedor@gnu.org>
23153
23154 * gdb.base/default.exp: Update expected output to include 'ObjC'.
23155 * gdb.base/help.exp: Likewise.
23156
23157 2002-10-17 Kevin Buettner <kevinb@redhat.com>
23158
23159 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23160 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
23161
23162 2002-10-02 Jim Blandy <jimb@redhat.com>
23163
23164 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
23165
23166 2002-10-01 Andrew Cagney <ac131313@redhat.com>
23167
23168 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
23169 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
23170 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
23171 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
23172 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
23173 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
23174 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
23175
23176 2002-09-29 Andrew Cagney <ac131313@redhat.com>
23177
23178 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
23179 * mi0-disassemble.exp, mi0-eval.exp: Delete.
23180 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
23181 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
23182 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
23183 * mi0-var-block.exp, mi0-var-child.exp: Delete.
23184 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
23185
23186 2002-09-27 Kevin Buettner <kevinb@redhat.com>
23187
23188 * gdb.base/annota1.exp (info break): Make directory components of
23189 path optional since not all compilers emit this debug information.
23190
23191 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
23192 step ends up stepping out of the function instead of stopping on
23193 the epilogue.
23194
23195 2002-09-26 Keith Seitz <keiths@redhat.com>
23196
23197 * lib/insight-support.exp (gdbtk_start): Figure out where
23198 the insight executable is based on where gdb is. Use this
23199 executable to start insight instead of gdb.
23200
23201 2002-09-25 Andrew Cagney <cagney@redhat.com>
23202
23203 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
23204
23205 2002-09-24 Andrew Cagney <ac131313@redhat.com>
23206
23207 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23208 test_isolated_complaints.
23209 (test_empty_complaint): New function.
23210 (test_empty_complaints): New function. Check no output when no
23211 complaints.
23212
23213 2002-09-19 Jim Blandy <jimb@redhat.com>
23214
23215 * gdb.base/charset.exp, gdb.base/charset.c: New files.
23216
23217 2002-09-19 Andrew Cagney <ac131313@redhat.com>
23218
23219 * gdb.gdb/complaints.exp: New file.
23220
23221 2002-09-18 Andrew Cagney <ac131313@redhat.com>
23222
23223 * gdb.base/maint.exp: Check `help maint internal-warning'.
23224
23225 2002-09-18 David Carlton <carlton@math.stanford.edu>
23226
23227 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23228 numbers, and replace them by a single breakpoint after the
23229 constructors are all finished.
23230 Add test 4.
23231 * gdb.c++/m-static.cc: Add test 4.
23232 * gdb.c++/m-static.h: New file.
23233 * gdb.c++/m-static1.cc: New file.
23234
23235 * gdb.c++/printmethod.exp: New file.
23236 * gdb.c++/printmethod.cc: New file.
23237
23238 * gdb.c++/pr-574.exp: New file.
23239 * gdb.c++/pr-574.cc: New file.
23240
23241 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23242
23243 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23244 embedded targets which never actually exit.
23245
23246 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23247
23248 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23249 "don't step after run" as unresolved or unsupported, instead of xfail.
23250
23251 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23252
23253 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23254 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23255 Add newline to expected string in "step out of main (status wrapper)"
23256 case.
23257
23258 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23259
23260 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23261 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23262
23263 2002-09-17 Tom Tromey <tromey@redhat.com>
23264
23265 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23266 \000, not \0, in double-quoted string.
23267
23268 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
23269
23270 * gdb.base/commands.exp: Don't expect a "Program exited normally"
23271 string after running the commands execution on breakpoint tests.
23272
23273 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
23274
23275 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23276
23277 2002-09-12 Joel Brobecker <brobecker@gnat.com>
23278
23279 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23280
23281 2002-09-10 Keith Seitz <keiths@redhat.com>
23282
23283 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23284 runto proc.
23285 (mi_run_to_main): Use mi_runto.
23286 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23287
23288 2002-09-10 Keith Seitz <keiths@redhat.com>
23289
23290 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23291 regexp for stopping at main. Could have multiple event notifications.
23292 Don't assume that main was declared with no parameters.
23293 (mi_next): Use mi_step_to.
23294 (mi_step): Use mi_next_to.
23295
23296 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
23297
23298 * gdb.base/default.exp: Fix expected string in `info float' test.
23299
23300 2002-09-09 Ben Elliston <bje@redhat.com>
23301
23302 * config/mips.exp: Update comments.
23303 * config/mips-idt.exp: Likewise.
23304 * config/nind.exp: Likewise.
23305 * config/slite.exp: Likewise.
23306 * config/sparclet.exp: Likewise.
23307 * config/udi.exp: Likewise.
23308 * config/vx.exp: Likewise.
23309 * config/vxworks29k.exp: Likewise.
23310
23311 2002-09-05 Jim Blandy <jimb@redhat.com>
23312
23313 * gdb.threads/killed.exp: Fix test failure message.
23314
23315 2002-09-04 Keith Seitz <keiths@redhat.com>
23316
23317 * lib/mi-support.exp: Update copyright.
23318 (mi_gdb_test): Increase the priority of the expected pattern
23319 so that it matches gdb_test.
23320
23321 2002-09-03 Keith Seitz <keiths@redhat.com>
23322
23323 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23324 Use integer comparison instead of string comparison for testing
23325 whether binary was built.
23326
23327 2002-09-03 Jim Blandy <jimb@redhat.com>
23328
23329 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23330
23331 2002-08-29 Jim Blandy <jimb@redhat.com>
23332
23333 * gdb.threads/pthreads.exp: Move the portable thread compilation
23334 code into a function in lib/gdb.exp, and call that from here.
23335 * lib/gdb.exp (gdb_compile_pthreads): New function.
23336
23337 2002-08-29 Keith Seitz <keiths@redhat.com>
23338
23339 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23340 expect_out so that callers can get at it.
23341
23342 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
23343
23344 * gdb.threads/print-threads.c: New file.
23345 * gdb.threads/print-threads.exp: New file.
23346 * gdb.threads/schedlock.c: New file.
23347 * gdb.threads/schedlock.exp: New file.
23348
23349 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
23350
23351 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23352 not altivec.c.
23353
23354 2002-08-17 Mark Kettenis <kettenis@gnu.org>
23355
23356 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23357 targets. The problem should be fixed now.
23358
23359 2002-08-15 Mark Kettenis <kettenis@gnu.org>
23360
23361 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23362 2002-07-24 change that removes final dots from error messages.
23363
23364 2002-08-13 Tom Tromey <tromey@redhat.com>
23365
23366 * gdb.base/readline.exp: New file.
23367
23368 2002-08-01 Andrew Cagney <ac131313@redhat.com>
23369
23370 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23371 supress message.
23372
23373 2002-08-01 Andrew Cagney <cagney@redhat.com>
23374
23375 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23376 CHILL_FOR_TARGET and CHILL_LIB.
23377 * configure.in (configdirs): Remove gdb.chill.
23378 * configure: Regenerate.
23379 * lib/gdb.exp: Obsolete references to chill.
23380 * gdb.fortran/types.exp: Ditto.
23381 * gdb.fortran/exprs.exp: Ditto.
23382
23383 2002-07-30 Kevin Buettner <kevinb@redhat.com>
23384
23385 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23386 set Irix-specific compile and link flags.
23387
23388 2002-07-29 Kevin Buettner <kevinb@redhat.com>
23389
23390 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23391 source files. The ``-o'' option doesn't work with the ``-E'' option
23392 when using the Irix compiler.
23393
23394 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
23395
23396 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23397 Improve support for reusing an exec file. Copy exec file
23398 to target, and run gdbserver on the target instead of on the host.
23399
23400 2002-07-18 Jim Blandy <jimb@redhat.com>
23401
23402 * gdb.base/ending-run.exp: Don't expect to see the program end in
23403 some orderly fashion when we're running on a real stand-alone
23404 board.
23405
23406 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23407 targets that don't support interrupts.
23408
23409 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23410
23411 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23412 systems.
23413 Move comments in expect statements to inside the actions, so that they
23414 don't get matched against.
23415
23416 2002-07-10 Mark Kettenis <kettenis@gnu.org>
23417
23418 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23419 function when asleep" test.
23420
23421 2002-07-10 Andrew Cagney <ac131313@redhat.com>
23422
23423 * gdb.base/page.exp: Rewrite to handle problems with very long
23424 `info set' output. Update copyright.
23425
23426 2002-06-26 Andrew Cagney <ac131313@redhat.com>
23427
23428 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23429 gdb.threads-hp.
23430 * gdb.hp/configure: Regenerate.
23431 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23432 * gdb.hp/gdb.threads-hp/configure: Delete file.
23433 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23434
23435 2002-06-22 Andrew Cagney <ac131313@redhat.com>
23436
23437 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23438 setlocale, bindtextdomain and textdomain.
23439
23440 2002-06-11 Jim Blandy <jimb@redhat.com>
23441
23442 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23443 preprocessor macro information is present.
23444
23445 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23446 tests.
23447
23448 2002-06-06 Michael Snyder <msnyder@redhat.com>
23449
23450 * gdb.base/overlays.exp: Record addresses of overlay
23451 functions in TCL variables rather than in GDB variables,
23452 to avoid having GDB convert them to pointers (with loss
23453 of information).
23454
23455 * gdb.base/d10v.ld: Merge in several years worth of
23456 default linker script changes.
23457 * gdb.base/long_long.exp: Add check for sizeof (long double).
23458
23459 2002-06-06 Michal Ludvig <mludvig@suse.cz>
23460
23461 * gdb.asm/asm-source.exp: Add x86-64 target.
23462 * gdb.asm/x86_64.inc: New.
23463
23464 2002-05-30 Michael Chastain <mec@shout.net>
23465
23466 From Benjamin Kosnik <bkoz@redhat.com>:
23467 * gdb.c++/m-static.cc: New file.
23468 * gdb.c++/m-static.exp: New file.
23469
23470 2002-05-28 Michael Snyder <msnyder@redhat.com>
23471
23472 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23473 precision.
23474
23475 2002-05-27 Michael Chastain <mec@shout.net>
23476
23477 From Benjamin Kosnik <bkoz@redhat.com>:
23478 * gdb.c++/m-data.cc: New file.
23479 * gdb.c++/m-data.exp: New file.
23480
23481 2002-05-27 Michael Chastain <mec@shout.net>
23482
23483 From Benjamin Kosnik <bkoz@redhat.com>:
23484 * gdb.c++/try_catch.cc: New file.
23485 * gdb.c++/try_catch.exp: New file.
23486
23487 2002-05-27 Michael Chastain <mec@shout.net>
23488
23489 * gdb.c++/local.exp: Accept more nested types in output.
23490
23491 2002-05-26 Michael Chastain <mec@shout.net>
23492
23493 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23494
23495 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23496
23497 * lib/gdb.exp (gdb_wrapper_init): Just because
23498 gdb_wrapper_file exists, this does not mean that the file
23499 should not be rebuilt. That is what gdb_wrapper_initialized
23500 is for.
23501 (default_gdb_init): Reset gdb_wrapper_initialized.
23502
23503 2002-05-23 Michael Snyder <msnyder@redhat.com>
23504
23505 * gdb.base/all-bin.exp: Revise previous patch by just reducing
23506 the precision of the floating point test results.
23507 * gdb.base/call-rt-st.exp: Ditto.
23508
23509 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23510 * gdb.base/call-rt-st.exp: Ditto.
23511
23512 2002-05-19 Michael Chastain <mec@shout.net>
23513
23514 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23515
23516 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
23517
23518 * configure.in (configdirs): Add gdb.arch.
23519 * configure: Regenerate.
23520
23521 2002-05-17 Jim Blandy <jimb@redhat.com>
23522
23523 * gdb.base/completion.exp: Recognize the more detailed error
23524 messages produced by the macro expander's lexical analyzer.
23525
23526 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23527
23528 * gdb.arch/altivec-abi.c: New file.
23529 * gdb.arch/altivec-abi.exp: New file.
23530 * gdb.arch/altivec-regs.c: New file.
23531 * gdb.arch/altivec-regs.exp: New file.
23532
23533 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
23534
23535 * gdb.base/maint.exp (maint print type): Update for new type
23536 structure.
23537
23538 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23539
23540 * gdb.arch: New directory.
23541 * gdb.arch/configure.in: New file.
23542 * gdb.arch/configure: New file.
23543 * gdb.arch/Makefile.in: New file.
23544
23545 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
23546
23547 * gdb.asm/asm-source.exp: Add v850 as supported target.
23548 * gdb.asm/v850.inc: New file.
23549
23550 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
23551
23552 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23553
23554 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
23555
23556 * gdb.base/break.exp: Check 'break "marker2"'.
23557
23558 2002-05-10 Michael Snyder <msnyder@redhat.com>
23559
23560 * gdb.base/long_long.exp: Fix typo.
23561
23562 2002-05-10 Jim Blandy <jimb@redhat.com>
23563
23564 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23565 a bug.
23566
23567 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23568 Recognize more detailed error message produced by the macro
23569 expander's lexical analyzer.
23570 * lib/gdb.exp (test_print_reject): Same.
23571
23572 2002-05-09 Mark Kettenis <kettenis@gnu.org>
23573
23574 * gdb.c++/method.exp: Fix typo.
23575
23576 2002-05-08 Michael Snyder <msnyder@redhat.com>
23577
23578 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
23579 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
23580 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
23581 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
23582 Add iftarget clause for strongarm.
23583
23584 2002-05-06 Michael Snyder <msnyder@redhat.com>
23585
23586 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
23587 (gdb_continue_to_end): Accept output from status wrapper.
23588 * gdb.base/ending-run.exp: Add case for output from status wrapper.
23589 Clean up fail messages to match pass messages.
23590
23591 Enable the "needs_status_wrapper" testsuite feature.
23592 * lib/gdb.exp (gdb_wrapper_init): New procedure.
23593 (gdb_compile): Conditionally call gdb_wrapper_init.
23594 * gdb.base/a2-run.exp: Recognize output from status wrapper.
23595 * gdb.c++/method.exp: Recognize output from status wrapper.
23596
23597 2002-05-06 Ben Elliston <bje@redhat.com>
23598 From Graydon Hoare <graydon@redhat.com>
23599
23600 * config/sid.exp: Include support for "rawsid" protocol.
23601
23602 2002-05-03 Jim Blandy <jimb@redhat.com>
23603
23604 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
23605 * gdb.c++/hang3.C: New file.
23606
23607 2002-05-04 Andrew Cagney <ac131313@redhat.com>
23608
23609 * gdb.base/default.exp: Remove obsolete code.
23610 * gdb.c++/misc.exp: Ditto. Update copyright.
23611 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
23612 * gdb.base/whatis.exp: Ditto. Update copyright.
23613 * gdb.base/scope.exp: Ditto. Update copyright.
23614 * gdb.base/ptype.exp: Ditto. Update copyright.
23615 * gdb.base/printcmds.exp: Ditto. Update copyright.
23616 * gdb.base/opaque.exp: Ditto. Update copyright.
23617 * gdb.base/list.exp: Ditto.
23618 * gdb.base/funcargs.exp: Ditto. Update copyright.
23619 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
23620 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
23621 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
23622 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
23623 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
23624 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
23625
23626 2002-05-02 Michael Snyder <msnyder@redhat.com>
23627
23628 * gdb.base/watchpoint.exp: Add xscale target.
23629 * gdb.base/long_long.exp: Add xscale target.
23630 * gdb.base/default.exp: Add xscale target.
23631
23632 2002-05-01 Jim Blandy <jimb@redhat.com>
23633
23634 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
23635 gdb.c++/hang.exp: New test.
23636
23637 2002-05-01 Fred Fish <fnf@redhat.com>
23638
23639 * gdb.base/completion.exp: Handle completions of "./Make" for
23640 more than one completion possibility, as is the case when we
23641 build and test in the source tree.
23642
23643 2002-04-29 Anthony Green <green@redhat.com>
23644
23645 * gdb.java/jmisc1.exp: New file.
23646 * gdb.java/jmisc2.exp: New file.
23647
23648 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
23649
23650 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
23651
23652 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
23653
23654 * gdb.base/help.exp: Change 'help status' to allow for target
23655 dependent output differences.
23656
23657 2002-04-22 Michael Chastain <mec@shout.net>
23658
23659 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
23660
23661 2002-04-22 Michael Chastain <mec@shout.net>
23662
23663 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
23664
23665 2002-04-17 David S. Miller <davem@redhat.com>
23666
23667 * gdb.asm/sparc64.inc: New file.
23668 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
23669
23670 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
23671
23672 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
23673 instruction file directly into the build tree. Clean up at end of
23674 test.
23675
23676 2002-04-18 David S. Miller <davem@redhat.com>
23677
23678 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
23679 handle 64-bit platforms correctly.
23680 * gdb.base/maint.exp: Likewise.
23681
23682 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23683
23684 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
23685 ``-fpic'' when compiling files comprising a shared library, but
23686 it does need additional linker flags in order to find shared
23687 libraries at run time.
23688
23689 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23690
23691 * gdb.base/cvexpr.c (use): New function.
23692 (main): Invoke use() on all global variables to prevent
23693 some linkers from deleting these otherwise unused symbols.
23694
23695 2002-04-17 Michael Chastain <mec@shout.net>
23696 From David S. Miller <davem@redhat.com>
23697
23698 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
23699 handle 64-bit platforms correctly.
23700
23701 2002-04-12 Michael Snyder <msnyder@redhat.com>
23702 From Jim Blandy <jimb@redhat.com>
23703 * gdb.base/foo.c (foox): Remove section attribute; the linker
23704 script can handle this instead.
23705 * gdb.base/bar.c (barx): Same.
23706 * gdb.base/baz.c (bazx): Same.
23707 * gdb.base/grbx.c (grbxx): Same.
23708
23709 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
23710 manager doesn't automatically unmap overlays unnecessarily.
23711
23712 2002-04-10 Martin M. Hunt <hunt@redhat.com>
23713
23714 * gdb.base/ending-run.exp: Fix pattern for Mips targets
23715 stepping out of main.
23716
23717 2002-04-09 Michael Chastain <mec@shout.net>
23718
23719 * gdb.c++/local.cc (main): Move call to marker1() inside nested
23720 scope so that the nested scope tests will make sense.
23721 * gdb.c++/local.exp: Write patterns that actually work with gcc
23722 (the HP patterns "were never known to work with gcc").
23723 Keep the old aCC patterns too.
23724
23725 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
23726
23727 * gdb.base/attach.exp: Correct target board test.
23728
23729 2002-04-08 Michael Chastain <mec@shout.net>
23730
23731 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
23732 in a const method. Add some xfail and fail cases for configurations
23733 that do not emit the "const ...".
23734
23735 2002-04-07 Michael Chastain <mec@shout.net>
23736
23737 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
23738 Accept "A * const" and "const A * const" as type of "this".
23739 Fix spelling of getFunky throughout. Make messages uniform.
23740
23741 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
23742
23743 Work around for PR gdb/285:
23744 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
23745
23746 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
23747
23748 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
23749 instructions file at run time instead of configure time.
23750 Sometimes we run the test in a directory that is not the one we
23751 configured in.
23752 * gdb.asm/configure.in: Delete creation of symlink.
23753 * gdb.asm/configure: Regenerate.
23754
23755 2002-04-05 J. Brobecker <brobecker@gnat.com>
23756
23757 * gdb.gdb/xfullpath.exp: New test, to exercise the new
23758 xfullpath () function.
23759
23760 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
23761
23762 * gdb.asm/Makefile.in: Correct dependencies.
23763
23764 * gdb.asm/powerpc.inc: New file.
23765 * gdb.asm/asm-source.exp: Add PowerPC.
23766 * gdb.asm/configure.in: Likewise.
23767 * gdb.asm/configure: Regenerated.
23768
23769 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
23770
23771 * gdb.base/relocate.exp: New file.
23772 * gdb.base/relocate.c: New file.
23773
23774 2002-04-04 Fred Fish <fnf@redhat.com>
23775
23776 * gdb.base/step-test.exp: Update comment regarding stopping in
23777 memcpy/bcopy calls inserted as part of the compiler runtime.
23778
23779 2002-04-04 Michael Snyder <msnyder@redhat.com>
23780
23781 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
23782
23783 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
23784
23785 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
23786 (gdb_expect): Remove $notransfer hack.
23787
23788 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
23789
23790 * gdb.c++/classes.exp ("calling method for small class"): Match
23791 updated register output.
23792
23793 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
23794
23795 Fix PR gdb/452
23796 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
23797 when finished. Make gdb_file_cmd send "exec-file" when
23798 appropriate.
23799
23800 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
23801
23802 * gdb.base/attach.exp: Remove extra setup_xfail.
23803
23804 2002-03-26 Michael Snyder <msnyder@redhat.com>
23805
23806 * gdb.base/default.exp: Add tests for dump, append, and restore.
23807 * gdb.base/help.exp: Add tests for dump, append, and restore.
23808 * gdb.base/dump.exp: New file, test dump, append and restore.
23809 * gdb.base/dump.c: New file.
23810
23811 2002-03-27 Michael Snyder <msnyder@redhat.com>
23812
23813 * gdb.base/help.exp: Modify expect strings to reflect
23814 clean-ups in help messages.
23815
23816 2002-03-26 Fred Fish <fnf@redhat.com>
23817
23818 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
23819 have debugging info for those functions and the compiler uses them
23820 internally to copy structs around.
23821
23822 2002-03-26 Fred Fish <fnf@redhat.com>
23823
23824 * gdb.base/list.exp: Revert the change made yesterday and add note
23825 about why we don't list the default lines for remote targets.
23826
23827 2002-03-25 Michael Snyder <msnyder@redhat.com>
23828
23829 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
23830
23831 2002-03-25 Fred Fish <fnf@redhat.com>
23832
23833 * gdb.base/list.exp: This test works on remote targets so remove
23834 the short circuit for remote targets. Update copyright.
23835
23836 2002-03-25 Fred Fish <fnf@redhat.com>
23837
23838 * gdb.base/attach.exp: Fix logic error that was suppressing this
23839 test for all non hppa*-*-hpux* targets, instead of the hp target.
23840 Move comments closer to the suppression point. Also now need to
23841 check that we are running natively.
23842
23843 2002-03-22 Michael Snyder <msnyder@redhat.com>
23844
23845 * gdb.base/default.exp: Add test for gcore. Update copyright.
23846 * gdb.base/help.exp: Add test for gcore. Update copyright.
23847
23848 2002-03-06 Fred Fish <fnf@redhat.com>
23849
23850 * gdb.base/funcargs.c: Remove extraneous ';' character.
23851 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
23852
23853 2002-03-04 Michael Chastain <mec@shout.net>
23854
23855 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
23856 accommodate gcc v3 function signature.
23857 * gdb.mi/mi0-var-cmd-exp: Ditto.
23858
23859 2002-02-24 Andrew Cagney <ac131313@redhat.com>
23860
23861 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
23862 ``GNU/Linux'' or ``Linux kernel''
23863 * testsuite/gdb.threads/pthreads.c: Ditto.
23864
23865 2002-02-24 Michael Chastain <mec@shout.net>
23866
23867 * gdb.threads/pthreads.c (thread1): Add a return statement.
23868 (thread2): Likewise.
23869 (foo): Likewise.
23870
23871 2002-02-23 Michael Chastain <mec@shout.net>
23872
23873 * gdb.threads/linux-dp.c (philosopher): Add a return statement
23874 to placate gcc.
23875
23876 2002-02-23 Michael Chastain <mec@shout.net>
23877
23878 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
23879 test "ptype bint". The test passes on all my stabs configurations.
23880
23881 2002-02-21 Jim Blandy <jimb@redhat.com>
23882
23883 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
23884 filename at a time, and watch for the ones we want to see.
23885
23886 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
23887 types of pointers to prototyped functions.
23888
23889 2002-02-20 Andrew Cagney <ac131313@redhat.com>
23890
23891 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
23892 signed, unsigned and straight char.
23893 (padding_char, padding_short, padding_int, padding_long,
23894 padding_long_long, padding_float, padding_double,
23895 padding_long_double): New global variables.
23896 (fill, fill_structs): New functions.
23897
23898 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
23899 for correctly sized writes. Update copyright.
23900 (get_valueof): New procedure.
23901 (get_sizeof): Call get_valueof.
23902 (check_valueof): New procedure.
23903 (check_padding): New procedure.
23904
23905 2002-02-20 Michael Chastain <mec@shout.net>
23906
23907 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
23908 to setup_xfail. Document some of the remaining calls.
23909
23910 2002-02-18 Michael Chastain <mec@shout.net>
23911
23912 * gdb.c++/userdef.exp: Update copyright year.
23913
23914 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
23915
23916 * gdb.c++/userdef.exp: Test overloaded operators properly.
23917 Remove xfails.
23918
23919 2002-02-14 Michael Snyder <msnyder@redhat.com>
23920
23921 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
23922
23923 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
23924
23925 * gdb.base/a2-run.exp: Check for a remote target properly.
23926 * gdb.base/annota1.exp: Likewise.
23927 * gdb.base/list.exp: Likewise.
23928 * gdb.base/reread.exp: Likewise.
23929 * gdb.base/scope.exp: Likewise.
23930 * gdb.base/shlib-call.exp: Likewise.
23931 * gdb.base/term.exp: Likewise.
23932 * gdb.c++/annota2.exp: Likewise.
23933
23934 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
23935
23936 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
23937
23938 2002-02-10 Michael Chastain <mec@shout.net>
23939
23940 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
23941 (call_after_alloca): Ditto.
23942
23943 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
23944
23945 * gdb.base/ending-run.exp: Guard "cont" test with
23946 gdb_skip_stdio_test.
23947
23948 2002-02-06 Jim Blandy <jimb@redhat.com>
23949
23950 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
23951 from here...
23952 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
23953 To here. Disable this test on non-HP platforms. Add big comment.
23954
23955 2002-02-04 Michael Snyder <msnyder@redhat.com>
23956
23957 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
23958 other than d10v and m32r.
23959
23960 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
23961
23962 * gdb.base/default.exp: Rewrite test patterns to reduce time
23963 taken to match them.
23964
23965 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23966
23967 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
23968 Allow a start function above main.
23969 * gdb.threads/linux-dp.exp: Fix copyright date.
23970
23971 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23972
23973 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
23974 (check_philosopher_stack): Check for manager thread before checking
23975 for a just-starting thread.
23976
23977 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
23978
23979 From Neil Booth <neil@daikokuya.demon.co.uk>:
23980 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
23981 warnings.
23982
23983 2002-01-21 Fred Fish <fnf@redhat.com>
23984
23985 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
23986 not caller.
23987
23988 2002-01-21 Jim Blandy <jimb@redhat.com>
23989
23990 * gdb.base/reread.exp: Check that GDB properly re-reads the
23991 executable file when it changes while no inferior is running.
23992
23993 2002-01-21 Fred Fish <fnf@redhat.com>
23994
23995 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
23996 optionally accept the "shlib events" variation.
23997
23998 2002-01-21 Jim Blandy <jimb@redhat.com>
23999
24000 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24001 call `fflush' after every `printf', so that the output is produced
24002 at predictable points, regardless of whatever buffering does (or
24003 doesn't) take place.
24004 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24005 at different points.
24006
24007 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24008
24009 * gdb.c++/inherit.exp: Update copyright years.
24010 * gdb.c++/method.exp: Likewise.
24011
24012 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24013
24014 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24015 artificial methods/arguments.
24016 * gdb.c++/derivation.exp: Likewise.
24017 * gdb.c++/inherit.exp: Likewise.
24018 * gdb.c++/method.exp: Likewise.
24019 * gdb.c++/virtfunc.exp: Likewise.
24020
24021 2002-01-18 Andrew Cagney <ac131313@redhat.com>
24022
24023 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24024 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24025 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24026 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24027 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24028 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24029
24030 2002-01-17 Jim Blandy <jimb@redhat.com>
24031
24032 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24033 anchoring the pattern matching the entry point symbol's name.
24034
24035 2002-01-17 Andrew Cagney <ac131313@redhat.com>
24036
24037 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24038 continue/quit query. Update copyright.
24039
24040 2002-01-14 Michael Snyder <msnyder@redhat.com>
24041
24042 * gdb.base/gcore.exp: Remove extra debugging output.
24043
24044 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24045
24046 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24047 for slightly dubious v2 mangled string.
24048
24049 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24050
24051 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24052
24053 2002-01-10 Jason Merrill <jason@redhat.com>
24054
24055 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
24056
24057 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24058 constructors.
24059 * gdb.c++/derivation.exp: Likewise.
24060 * gdb.c++/templates.exp: Likewise.
24061 * gdb.c++/virtfunc.exp: Likewise.
24062
24063 2002-01-10 Michael Snyder <msnyder@redhat.com>
24064
24065 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
24066
24067 2002-01-08 Michael Snyder <msnyder@redhat.com>
24068
24069 * gdb.base/gcore.exp: New test for generate-core-file command.
24070 * gdb.base/gcore.c: Testcase for above.
24071 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24072
24073 2002-01-08 Jason Merrill <jason@redhat.com>
24074
24075 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24076
24077 2002-01-07 Fred Fish <fnf@redhat.com>
24078
24079 * gdb.c++/overload.exp: Remove unconditional xfails for:
24080 print foo_instance1.overloadargs(1)
24081 print foo_instance1.overloadargs(1, 2)
24082 print foo_instance1.overloadargs(1, 2, 3)
24083 print foo_instance1.overloadargs(1, 2, 3, 4)
24084 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24085 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24086 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24087 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24088 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24089 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24090 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24091 print foo_instance1.overload1arg()
24092 print foo_instance1.overload1arg((char)arg2)
24093 print foo_instance1.overload1arg((signed char)arg3)
24094 print foo_instance1.overload1arg((unsigned char)arg4)
24095 print foo_instance1.overload1arg((int)arg7)
24096 print foo_instance1.overload1arg((unsigned int)arg8)
24097 print foo_instance1.overload1arg((float)arg11)
24098 print foo_instance1.overload1arg((double)arg12)
24099
24100 2002-01-07 Michael Snyder <msnyder@redhat.com>
24101
24102 * gdb.base/huge.exp: New test. Print a very large target data object.
24103 (skip_huge_test): New test variable. Define if you want to skip this
24104 test. The test reads an 8 megabyte data object from the target, so it
24105 might be very time consuming on remote targets with a slow connection.
24106 * gdb.base/huge.c: New file. Test case for above.
24107
24108 2002-01-07 Fred Fish <fnf@redhat.com>
24109
24110 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24111 g_instance.bfoo, and g_instance.cfoo.
24112
24113 2002-01-07 Jeffrey A Law <law@redhat.com>
24114
24115 * gdb.base/break.c (multi_line_if_conditional): New function.
24116 (multi_ilne_while_conditional): Likewise.
24117 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24118 IF or WHILE condition puts the breakpoint at the start of
24119 the condition.
24120
24121 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24122 hppa*-*-hpux* expected failure.
24123 * gdb.base/structs.exp (do_function_calls): Similarly.
24124
24125 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24126 watchpoints.
24127
24128 2002-01-06 Andrew Cagney <ac131313@redhat.com>
24129
24130 Fix PR gdb/66.
24131 * gdb.base/structs.exp: Replace skip for a29k with skip for
24132 gdb,cannot_call_functions.
24133 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24134 * gdb.base/callfuncs.exp: Ditto.
24135 * gdb.base/call-rt-st.exp: Ditto.
24136 * gdb.base/call-strs.exp: Ditto.
24137 * gdb.base/callfwmall.exp: Ditto.
24138 * gdb.base/scope.exp: Obsolete xfail a29k.
24139 * gdb.c++/misc.exp: Ditto.
24140 * gdb.c++/cplusfuncs.exp: Ditto.
24141 * gdb.base/ptype.exp: Ditto.
24142 * gdb.base/printcmds.exp: Ditto.
24143 * gdb.base/opaque.exp: Ditto.
24144 * gdb.base/list.exp: Ditto.
24145 * gdb.base/funcargs.exp: Ditto.
24146 * gdb.base/default.exp: Ditto.
24147
24148 2002-01-04 Michael Snyder <msnyder@redhat.com>
24149
24150 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
24151 * gdb.base/maint.exp: Add tests for maint info sections options.
24152
24153 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
24154
24155 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
24156
24157 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
24158
24159 * gdb.asm/arm.inc: New file.
24160 * gdb.asm/asm-source.exp: Add arm targets.
24161 * gdb.asm/configure.in: Ditto.
24162 * gdb.asm/configure: Recreated from configure.in.
24163
24164 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
24165
24166 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
24167 with HP's compiler.
24168 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
24169 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
24170 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
24171 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
24172
24173 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
24174 either HP's compilers or GCC.
24175
24176 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
24177 a SIGBUS or SIGSEGV.
24178
24179 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
24180
24181 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
24182 can be compiled with either HP's compiler or GCC.
24183
24184 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
24185 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
24186 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
24187
24188 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
24189 to match current gdb output. Update due to using auto-solib-limit
24190 for limiting instead of overloading auto-solib-add.
24191 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
24192 test program.
24193
24194 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
24195 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
24196 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
24197 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
24198 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
24199 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
24200 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
24201 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
24202 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
24203 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
24204 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
24205 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
24206 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
24207
24208 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24209 a SIGTRAP to the inferior.
24210
24211 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
24212
24213 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24214 Substitute call to target_link by call to gdb_compile.
24215
24216 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24217
24218 * gdb.base/break.exp: Fix HP specific search string when testing
24219 backtracing in a called function.
24220
24221 * gdb.base/constvars.exp: Only set lang to C++ if we're
24222 compiling the test with HP's compilers.
24223 * gdb.base/volatile.exp: Similarly.
24224
24225 2001-12-19 Jim Blandy <jimb@redhat.com>
24226
24227 * gdb.base/printcmds.exp: Expect the null character to be printed
24228 as '\0', and the '\013' to be printed as '\v'.
24229 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24230 * gdb.base/setvar.exp: Same.
24231
24232 2001-12-17 Jim Blandy <jimb@redhat.com>
24233
24234 * gdb.base/completion.exp: Rather than completing very long
24235 filenames, which can make the readline library produce output we
24236 don't recognize, cd to the directory first, and then complete
24237 using nice, short relative paths.
24238
24239 * gdb.base/completion.exp: On some systems, there is, in fact, a
24240 variable named `b' in scope, since GDB treats all static
24241 variables as being in scope. So use `no_var_named_this'
24242 instead of `b'.
24243
24244 * gdb.base/corefile.exp: Recognize the message saying that GDB
24245 can't find the core file's registers as a failure.
24246
24247 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24248
24249 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24250 test expect string more specific.
24251
24252 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
24253
24254 * gdb.asm/asm-source.exp: Add support for xstormy16.
24255 * gdb.asm/configure.in: Ditto.
24256 * gdb.asm/configure: Rebuild.
24257 * gdb.asm/xstormy16.inc: New file.
24258
24259 2001-12-10 Fred Fish <fnf@redhat.com>
24260
24261 * gdb.base/maint.exp: Update to match changes in type dumping code.
24262
24263 2001-12-10 Jim Blandy <jimb@redhat.com>
24264
24265 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
24266 matching the entry point symbol's name at the beginning of the
24267 line.
24268
24269 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24270
24271 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24272 gdb.c++/inherit.exp, gdb.c++/method.exp,
24273 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24274 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24275 and class layout support.
24276
24277 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24278
24279 * gdb.c++/classes.exp: Add test for static member function.
24280 * gdb.c++/misc.cc: Add class with static member function.
24281
24282 2001-12-07 Jim Blandy <jimb@redhat.com>
24283
24284 If GDB says it can't find the struct the function returned, report
24285 those tests as `unsupported'.
24286 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24287 Rewrite subsequent tests to use it.
24288
24289 If GDB says it can't find the struct the function returned, report
24290 those tests as `unsupported'.
24291 * gdb.base/structs.exp (call_struct_func): New function.
24292 (do_function_calls): Use call_struct_func to call the functions
24293 returning structs.
24294
24295 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24296 whether functions are prototyped or not, so we can't possibly pass
24297 arguments to t_float_values2 properly.
24298
24299 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24300 value of `timeout' for targets other than the mips*tx39-*.
24301
24302 2001-12-06 Michael Snyder <msnyder@redhat.com>
24303
24304 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
24305 and detect whether the start symbol has a leading underscore.
24306
24307 2001-12-04 Jim Blandy <jimb@redhat.com>
24308
24309 * gdb.base/completion.exp: Clarify indentation.
24310
24311 2001-12-03 Jim Blandy <jimb@redhat.com>
24312
24313 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24314 variables on the S/390, not `.word'.
24315
24316 2001-11-30 Jim Blandy <jimb@redhat.com>
24317
24318 Add assembly-source tests for s390-ibm-linux.
24319 * gdb.asm/s390.inc: New file.
24320 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24321 the S/390 architecture.
24322 * gdb.asm/configure: Regenerated.
24323
24324 2001-11-30 Michael Snyder <msnyder@redhat.com>
24325
24326 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24327 next, info source, info sources, info line, global and static
24328 variables, and static functions.
24329 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24330 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24331 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24332 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24333 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24334 (gdbasm_leave): Restore frame pointer.
24335 (gdbasm_startup): Copy stack set-up from crt0.S.
24336
24337 2001-11-26 Fernando Nasser <fnasser@redhat.com>
24338
24339 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24340 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24341 to a local (non-static) variable. Copy tstruct.a to a static buffer
24342 and return a pointer to that buffer.
24343 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24344
24345 2001-11-24 Mark Kettenis <kettenis@gnu.org>
24346
24347 * gdb.asm/configure.in: Fix recognition of ix86 target.
24348 * gdb.asm/configure: Regenerate.
24349
24350 2001-11-21 Michael Snyder <msnyder@redhat.com>
24351
24352 * gdb.asm/sparc.inc: New file.
24353 * gdb.asm/asm-source.exp: Recognize sparc target.
24354 * gdb.asm/configure.in: Recognize sparc target.
24355 * gdb.asm/configure: Regenerate.
24356
24357 2001-11-21 Michael Snyder <msnyder@redhat.com>
24358
24359 * gdb.asm/m32r.inc: New file.
24360 * gdb.asm/asm-source.exp: Recognize m32r target.
24361 * gdb.asm/configure.in: Recognize m32r target.
24362 * gdb.asm/configure: Regenerate.
24363
24364 2001-11-20 Michael Snyder <msnyder@redhat.com>
24365
24366 * gdb.asm/i386.inc: New file.
24367 * gdb.asm/asm-source.exp: Recognize ix86 target.
24368 * gdb.asm/configure.in: Recognize ix86 target.
24369 * gdb.asm/configure: Regenerate.
24370
24371 * gdb.c++/namespace.exp: Fix quotes in output messages.
24372
24373 2001-11-14 Michael Snyder <msnyder@redhat.com>
24374
24375 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
24376 qualifier in a type cast expression, to designate an address
24377 in the instruction space (Harvard architecture).
24378
24379 2001-11-13 Michael Snyder <msnyder@redhat.com>
24380
24381 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24382 Tests for expressions using 'const' and 'volatile'.
24383
24384 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
24385
24386 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24387
24388 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
24389
24390 * lib/mi-support.exp (mi_run_to_helper): Move comments
24391 outside of gdb_expect.
24392
24393 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
24394
24395 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24396 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24397 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24398 mi0_run_to): New functions.
24399 * gdb.mi/mi-simplerun.exp: Use them.
24400 * gdb.mi/mi0-simplerun.exp: Likewise.
24401 * gdb.mi/mi-var-cmd.exp: Likewise.
24402 * gdb.mi/mi0-var-cmd.exp: Likewise.
24403
24404 2001-11-10 Andrew Cagney <ac131313@redhat.com>
24405
24406 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24407 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24408
24409 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24410
24411 * gdb.base/restore.exp: Include $expected value in restored test
24412 message.
24413
24414 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24415
24416 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24417 implemented.
24418
24419 2001-11-08 Michael Snyder <msnyder@redhat.com>
24420
24421 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24422 Add pass/fail message for stop at breakpoint in call dummy function.
24423
24424 2001-11-07 Michael Snyder <msnyder@redhat.com>
24425
24426 * gdb.c++/templates.exp (test_template_breakpoints):
24427 If we get an overload menu, but it does not match what
24428 we expect, we still need to issue the "cancel" command.
24429 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24430 making the whitespace optional. Argument for "new" may be
24431 "unsigned" as well as "unsigned int/long".
24432 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
24433 making the whitespace optional. Also replace "(void) with
24434 "((void|)), making the keyword "void" optional.
24435 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
24436 making the whitespace optional. Also replace "(void) with
24437 "((void|)), making the keyword "void" optional.
24438 * gdb.base/callfuncs.c (t_float_values): This function must
24439 _not_ be prototyped, and the following function (t_float_values2)
24440 must be prototyped (if the compiler supports it), so that GDB
24441 can be tested against both cases. Usually one case involves
24442 promotion of float to double, while the other does not.
24443 * gdb.base/callfwmall.c: Ditto.
24444 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24445 includes a stack frame for "start".
24446
24447 2001-11-05 Jim Blandy <jimb@redhat.com>
24448
24449 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24450 pointers are 32 bits long, and that offsets of relocs are always
24451 stored in the data (REL-style), and not in the reloc entry itself
24452 (RELA-style).
24453 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24454 stabs.
24455
24456 2001-11-01 Michael Snyder <msnyder@redhat.com>
24457
24458 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24459 and regular expression operators by using quoting.
24460
24461 2001-10-31 Michael Snyder <msnyder@redhat.com>
24462
24463 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24464 depending on what the symbol table contains.
24465 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24466 the output of the ptype command. Similarly, accept both "const &"
24467 and "const&".
24468
24469 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
24470
24471 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24472 symbol `STORAGE' to allow to choose the storage class of
24473 the local datastructures.
24474 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24475 compiler directive.
24476
24477 2001-10-30 Michael Snyder <msnyder@redhat.com>
24478
24479 * gdb.base/jump.exp: Allow it to run for all targets.
24480
24481 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24482
24483 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24484 with new double_array size.
24485 (main): Change storage class of all local variables to static.
24486 Reduce size of double_array to 9.
24487 * gdb.base/call-ar-st.exp: Increase timeout value.
24488 Change expected output for double array to match new size in
24489 call-ar-st.c.
24490
24491 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24492
24493 * gdb.base/ending-run.exp: Create identical output when passing
24494 `step to end of run' case. Add regular expression branch satisfying
24495 Stormy16 target.
24496
24497 2001-10-28 Mark Kettenis <kettenis@gnu.org>
24498
24499 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24500 that we catch the expected failure under Linux/x86.
24501
24502 2001-10-29 Orjan Friberg <orjanf@axis.com>
24503
24504 * gdb.base/setvar.exp: Escape curly braces.
24505 * gdb.stabs/weird.exp: Ditto.
24506
24507 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
24508
24509 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24510 * gdm.mi/mi0-hack-cli.exp: Likewise.
24511
24512 2001-10-25 Andrew Cagney <ac131313@redhat.com>
24513
24514 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24515 messages.
24516
24517 2001-10-21 Andrew Cagney <ac131313@redhat.com>
24518
24519 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24520 checking MI enabled.
24521
24522 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
24523
24524 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24525
24526 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
24527
24528 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24529 if gdb child process crashes, just signal an error.
24530
24531 2001-10-02 Jim Blandy <jimb@redhat.com>
24532
24533 * lib/gdb.exp (test_xfail_format): Simplify.
24534
24535 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24536 front of the variable name `format'. Simplify `if'.
24537
24538 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24539
24540 * gdb.threads/pthreads.exp: Wait for output and delay
24541 before sending ^C.
24542
24543 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24544
24545 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24546 some incorrect output instead of timing out.
24547 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24548
24549 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
24550
24551 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24552 check to allow additional `int'.
24553
24554 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
24555
24556 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24557 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24558
24559 2001-09-27 Michael Snyder <msnyder@redhat.com>
24560
24561 * lib/gdb.exp (test_debug_format): New proc.
24562 (setup_xfail_format): Use new proc test_debug_format.
24563 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24564 proc; use new service proc test_debug_format.
24565 Replace all other "gcc_compiled" tests with this test.
24566 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24567 proc; use new service proc test_debug_format.
24568 Replace all other "gcc_compiled" tests with this test.
24569
24570 2001-09-27 Michael Snyder <msnyder@redhat.com>
24571
24572 * gdb.base/cvexpr.exp: New file.
24573 * gdb.base/cvexpr.c: New file
24574 Test for expressions using const and volatile keywords.
24575
24576 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
24577
24578 * gdb.base/constvars.exp: Check for different orders of keywords
24579 and additional "int" strings in output.
24580
24581 2001-09-22 Andrew Cagney <ac131313@redhat.com>
24582
24583 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
24584 responses from "help maint".
24585
24586 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
24587
24588 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
24589 to localhost:NNN instead of :NNN, in case Xvfb is listening
24590 only on TCP.
24591
24592 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
24593
24594 * gdb.base/recurse.exp: When checking leaving the watchpoint
24595 scope, recognize when gdb is in function's epilogue and pass.
24596
24597 2001-09-18 Keith Seitz <keiths@redhat.com>
24598
24599 * lib/insight-support.exp (_gdbtk_export_target_info): Add
24600 support for running tests against sid targets.
24601 (gdbtk_done): Ditto.
24602
24603 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
24604
24605 * gdb.base/ending-run.c (main): Set stdout buffersize
24606 to the same reasonable value for any target.
24607 * gdb.base/ending-run.exp: Add a regular expression
24608 to make testsuite happy on Sanyo Stormy16 target.
24609
24610 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
24611
24612 * gdb.base/display.c (do_loops): Add float variable `f'.
24613 Increment f in loop.
24614 * gdb.base/display.exp: Increment timeout by 60 seconds.
24615 Change float display test to use variable `f'.
24616
24617 2001-09-17 Jim Blandy <jimb@redhat.com>
24618
24619 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
24620 overflowing the limited breakpoint tables on some ROM monitors
24621 (like the ROM68K).
24622
24623 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
24624
24625 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
24626 the "-ac" (disable access control) flag.
24627
24628 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
24629
24630 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
24631 ints.
24632
24633 2001-08-30 Keith Seitz <keiths@redhat.com>
24634
24635 * lib/gdb.exp: Move all insight-related functionality into
24636 separate file.
24637 * lib/insight-support.exp: New file.
24638
24639 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
24640
24641 * config/sid.exp (sid_start): Never set sid verbosity; disable
24642 expect_background {} that consumed its stdout; tolerate </dev/null.
24643 Attempt to set endianness override in "sid" protocol mode. Cleanup.
24644
24645 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24646
24647 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
24648 CLI jump command to start it.
24649 (mi_run_to_main): Fail immediatly when unexpected output.
24650
24651 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24652
24653 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
24654 beginning of function. Fix PR gdb/191.
24655
24656 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
24657
24658 * config/sid.exp (sid_start): Don't warn if we cannot figure out
24659 what to force sid endianness to.
24660
24661 2001-08-15 Keith Seitz <keiths@redhat.com>
24662
24663 * lib/gdb.exp (gdbtk_start): Don't set environment
24664 variables for TCL_LIBRARY and friends. Insight will
24665 now figure these out for itself.
24666
24667 2001-08-02 Michael Snyder <msnyder@redhat.com>
24668
24669 * gdb.base/completion.exp: Remove the symbol "a64l" from
24670 the expect string; this is target-specific, and not related
24671 to what is being tested.
24672
24673 2001-08-02 Dave Brolley <brolley@redhat.com>
24674
24675 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
24676
24677 2001-07-25 Michael Snyder <msnyder@redhat.com>
24678
24679 * gdb.base/consecutive.exp: New file. Test stepping over
24680 breakpoints on consecutive instructions.
24681 * gdb.base/consecutive.c: New file.
24682
24683 * gdb.base/call-rt-st.exp: Use double-backslash to quote
24684 curly braces in regular expressions.
24685
24686 2001-07-25 Michael Snyder <msnyder@redhat.com>
24687
24688 * gdb.base/ending-run.exp: Accept "Program exited normally" as
24689 legitimate output from stepping out of main.
24690
24691 2001-07-22 Keith Seitz <keiths@redhat.com>
24692
24693 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
24694 the empty string, do not run the tests.
24695
24696 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24697
24698 * gdb.base/long_long.exp: Detect size of pointer. Take into
24699 account 2-byte pointers when testing for p/a results.
24700
24701 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24702
24703 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
24704 and defined to 1K for m68hc11.
24705 (random_data): Reduce table to 1K for embedded platforms (68hc11).
24706 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
24707 (sizeof_random_data): New variable to tell the size of the data table;
24708 don't test past this size; always run to main.
24709
24710 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24711
24712 * gdb.base/return2.exp: return of long long and double fails for
24713 68HC11; don't execute these tests on that platform.
24714 * gdb.base/return.exp: Return of a double fails for 68hc11.
24715
24716 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24717
24718 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
24719 tests that print a float.
24720 * call-rt-st.exp: Likewise.
24721
24722 2001-07-12 Mark Kettenis <kettenis@gnu.org>
24723
24724 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
24725 running this test on Linux.
24726
24727 2001-06-24 Michael Chastain <chastain@redhat.com>
24728
24729 * gdb.base/arithmet.exp: Remove some tests to make all test names
24730 unique.
24731
24732 2001-07-03 Michael Snyder <msnyder@redhat.com>
24733
24734 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
24735 the output of the ptype command.
24736
24737 2001-07-02 Michael Snyder <msnyder@redhat.com>
24738
24739 * gdb.base/completion.exp: Don't assume that break.c is the only
24740 source file that may contain functions named "marker".
24741 * gdb.base/corefile.exp: Quote the curly braces in regexp.
24742
24743 2001-06-28 Andrew Cagney <ac131313@redhat.com>
24744
24745 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
24746 of files to delete.
24747
24748 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
24749 * gdb.disasm/h8300s.exp: New file.
24750 gdb.disasm/h8300s.s: Likewise.
24751
24752 2001-06-27 Andrew Cagney <ac131313@redhat.com>
24753
24754 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
24755 empty breakpoint tables.
24756
24757 2001-06-25 Andrew Cagney <ac131313@redhat.com>
24758
24759 * lib/mi-support.exp: Update args=... part of stop-reason
24760 patterns. Accept either a list or a tuple.
24761
24762 2001-06-23 Andrew Cagney <ac131313@redhat.com>
24763
24764 * lib/mi-support.exp: Remove local emacs variable defining
24765 change-log-default-name.
24766
24767 2001-06-22 Michael Chastain <chastain@redhat.com>
24768
24769 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
24770 This is operationally compatible with the previous version.
24771
24772 2001-06-13 Jim Blandy <jimb@redhat.com>
24773
24774 * lib/gdb.exp (gdb_test): Doc fix.
24775
24776 2001-06-10 Michael Chastain <chastain@redhat.com>
24777
24778 * gdb.base/exprs.exp: Remove a duplicate test.
24779
24780 2001-06-06 Jim Blandy <jimb@redhat.com>
24781
24782 * gdb.base/return2.exp (main): Use values to test float and double
24783 returns that are not NaN's, to avoid being confused by IEEE
24784 comparison rules.
24785
24786 2001-06-04 Michael Snyder <msnyder@redhat.com>
24787
24788 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
24789 non-zero if control_c fails. Terminate the test on failure,
24790 rather than wait for 12 more tests to time out.
24791
24792 2001-06-06 Jim Blandy <jimb@redhat.com>
24793
24794 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
24795 Don't forget to match the GDB prompt.
24796
24797 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
24798
24799 2001-06-04 Jim Blandy <jimb@redhat.com>
24800
24801 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
24802 command.
24803
24804 2001-05-31 Kevin Buettner <kevinb@redhat.com>
24805
24806 * gdb.base/annota1.exp (info break): Match four or more spaces
24807 after "Address".
24808
24809 2001-05-31 Michael Chastain <chastain@redhat.com>
24810
24811 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
24812 (dm_type_int_star): Likewise.
24813 (dm_type_long_star): Likewise.
24814 (dm_type_void_star): Likewise.
24815
24816 2001-05-29 Kevin Buettner <kevinb@redhat.com>
24817
24818 * gdb.base/completion.exp (INPUTRC): Set this environment variable
24819 to a known value in order to get consistent results regardless
24820 of the setting of INPUTRC or the presence or contents of .inputrc.
24821
24822 2001-05-24 Michael Snyder <msnyder@redhat.com>
24823
24824 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
24825 Don't require that the main thread and the manager thread are the
24826 first in the list.
24827
24828 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
24829 debugging. If test fails, issue an "unsupported" not a "fail".
24830
24831 2001-05-24 Jim Blandy <jimb@redhat.com>
24832
24833 Don't assume that short is shorter than int.
24834 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
24835 assume that shorts are smaller than ints. On a 16-bit machine,
24836 this isn't true.
24837 ("print unsigned char == (~0)"): Add test that verifies that ~0,
24838 an int, is not equal to ~0 stored in an unsigned char. This tests
24839 the same thing that the previous test meant to, but works on
24840 16-bit machines, too.
24841 ("print unsigned char != (~0)"): Same test, complemented.
24842
24843 2001-05-24 Michael Snyder <msnyder@redhat.com>
24844
24845 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
24846 test for (full_coverage == 0). This makes the test run faster,
24847 and prevents dejagnu getting out of step.
24848
24849 2001-05-23 Kevin Buettner <kevinb@redhat.com>
24850
24851 * gdb.base/finish.exp (finish_void): Revise pattern for
24852 stopping on the call statement to not permit stopping at
24853 the start of the instructions comprising the call sequence.
24854
24855 2001-05-19 Michael Chastain <chastain@redhat.com>
24856
24857 * gdb.base/callfuncs.exp: Make all test names unique.
24858 * gdb.base/commands.exp: Make all test names unique.
24859 * gdb.base/condbreak.exp: Make all test names unique.
24860 * gdb.base/dbx.exp: Make all test names unique.
24861 * gdb.base/default.exp: Make all test names unique.
24862 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
24863 and TIMEOUT messages to their corresponding PASS message.
24864 * gdb.base/ending-run.exp: Make all test names unique.
24865 * gdb.base/long_long.exp: Remove duplicate test.
24866
24867 2001-05-21 Kevin Buettner <kevinb@redhat.com>
24868
24869 * gdb.base/finish.exp (finish_void): Allow "finish" command to
24870 stop on the call statement as well as the statement after the
24871 call.
24872
24873 2001-05-21 Michael Snyder <msnyder@redhat.com>
24874
24875 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
24876
24877 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
24878
24879 * gdb.base/completion.exp: Revamp test. Make it execute on all
24880 platforms.
24881
24882 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
24883
24884 * config/gdbserver.exp (gdb_load): Handle the case
24885 in which the arguments to gdbserver are given in the
24886 baseboard configuration file.
24887 Also handle the case in which the server needs to do a
24888 load.
24889
24890 2001-05-07 Keith Seitz <keiths@cygnus.com>
24891
24892 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
24893 set up the display for testing.
24894 (gdbtk_start): Convert all paths to paths that tcl will like.
24895 Export target information to environment.
24896 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
24897 necessary.
24898 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
24899 (to_tcl_path): New proc to convert a given pathname into
24900 a path acceptible as an argument to a tcl command.
24901 (_gdbtk_export_target_info): New proc to export target info
24902 into the environment for gdbtk testing.
24903 (gdbtk_done): New proc to signal end-of-test.
24904
24905 2001-05-06 Jim Blandy <jimb@redhat.com>
24906
24907 * restore.c: Make the code of caller0 correspond to its comment.
24908
24909 2001-05-03 Michael Snyder <msnyder@redhat.com>
24910
24911 * config/sid.exp (gdb_target_sid): Check for error messages.
24912 On error or timeout, don't make expect exit (which will terminate
24913 all subsequent tests); instead just make gdb exit.
24914 (gdb_load): Check for error messages. On error or timeout,
24915 return a negative value.
24916
24917 2001-04-24 Jim Blandy <jimb@redhat.com>
24918
24919 * gdb.c++/templates.exp: If we see the prompt for the overload
24920 list, but we haven't recognized any of the longer patterns,
24921 arrange for this test to fail, not hang.
24922
24923 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
24924 variations.
24925
24926 2001-04-22 Michael Chastain <chastain@redhat.com>
24927
24928 * gdb.c++/local.exp: Use the 'runto' library function.
24929 * gdb.c++/namespace.exp: Likewise.
24930 * gdb.c++/overload.exp: Likewise.
24931
24932 2001-03-26 Kevin Buettner <kevinb@redhat.com>
24933
24934 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
24935 * gdb.base/step-line.exp: New file. Test step/next in presence of
24936 #line directives.
24937 * gdb.base/step-line.c: New file. Test program for the above.
24938 * gdb.base/step-line.inp: New file. We pretend that this file has
24939 been transformed by some other tool into step-line.c.
24940
24941 2001-03-21 Jim Blandy <jimb@redhat.com>
24942
24943 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
24944 unmangled operator names.
24945
24946 2001-03-20 Jim Blandy <jimb@redhat.com>
24947
24948 * gdb.threads/linux-dp.exp: Recognize an additional message
24949 generated by GDB when it doesn't understand how to debug threads
24950 on the target system.
24951
24952 2001-03-19 Andrew Cagney <ac131313@redhat.com>
24953
24954 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
24955
24956 2001-03-12 Michael Chastain <chastain@redhat.com>
24957
24958 * gdb.c++/derivation.exp: Use the 'runto' library function.
24959
24960 2001-03-12 Michael Chastain <chastain@redhat.com>
24961
24962 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
24963
24964 2001-02-24 Michael Chastain <chastain@redhat.com>
24965
24966 * gdb.c++/ref-types.exp: Change handwritten code to library
24967 function 'runto'.
24968
24969 2001-03-16 Orjan Friberg <orjanf@axis.com>
24970
24971 * gdb.base/signals.exp: Set count to 0 explicitly.
24972
24973 2001-03-15 Mark Salter <msalter@redhat.com>
24974
24975 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
24976 (gdb_target_monitor): Add check of gdb_target_cmd return value.
24977 (gdb_load): Add support for additional target_info: gdb_download_size
24978 and gdb_load_timeout.
24979
24980 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
24981
24982 * gdb.base/annota1.exp: Move test of isnative to earlier in the
24983 file -- to prevent failing when the compile fails but we have no
24984 intention of running the tests anyway.
24985
24986 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
24987 tests if set.
24988
24989 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
24990 integers.
24991
24992 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
24993 * gdb.c++/namespace.exp: Ditto.
24994
24995 2001-03-07 Orjan Friberg <orjanf@axis.com>
24996
24997 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
24998 * gdb.base/pointers.exp: Relax pattern match of decimals.
24999
25000 2001-03-06 Kevin Buettner <kevinb@redhat.com>
25001
25002 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25003 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25004 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25005 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25006 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25007 config/sh.exp, config/sid.exp, config/slite.exp,
25008 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25009 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25010 config/vxworks.exp, config/vxworks29k.exp,
25011 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25012 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25013 gdb.base/arithmet.exp, gdb.base/assign.exp,
25014 gdb.base/async.exp, gdb.base/attach.exp,
25015 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25016 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25017 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25018 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25019 gdb.base/commands.exp, gdb.base/completion.exp,
25020 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25021 gdb.base/constvars.exp, gdb.base/corefile.exp,
25022 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25023 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25024 gdb.base/ending-run.exp, gdb.base/environ.exp,
25025 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25026 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25027 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25028 gdb.base/funcargs.exp, gdb.base/help.exp,
25029 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25030 gdb.base/logical.exp, gdb.base/long_long.exp,
25031 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25032 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25033 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25034 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25035 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25036 gdb.base/regs.exp, gdb.base/relational.exp,
25037 gdb.base/remote.exp, gdb.base/reread.exp,
25038 gdb.base/restore.exp, gdb.base/return2.exp,
25039 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25040 gdb.base/selftest.exp, gdb.base/setshow.exp,
25041 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25042 gdb.base/sigall.exp, gdb.base/signals.exp,
25043 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25044 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25045 gdb.base/step-test.exp, gdb.base/structs.c,
25046 gdb.base/structs.exp, gdb.base/structs2.exp,
25047 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25048 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25049 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25050 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25051 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25052 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25053 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25054 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25055 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25056 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25057 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25058 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25059 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25060 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25061 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25062 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25063 gdb.trace/circ.exp, gdb.trace/collection.exp,
25064 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25065 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25066 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25067 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25068 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25069 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25070 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25071 notices.
25072
25073 2001-02-27 Michael Snyder <msnyder@cygnus.com>
25074
25075 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25076 first arg is int not float.
25077
25078 2001-02-22 Michael Snyder <msnyder@cygnus.com>
25079
25080 * gdb.base/reread.exp: Unsupported for non-native targets;
25081 doesn't work for remote debugging.
25082
25083 2001-02-19 Fernando Nasser <fnasser@redhat.com>
25084
25085 From Drew Moseley <dmoseley@redhat.com>
25086 * gdb.base/ending-run.exp: Properly handle the BSP state when
25087 stepping past the end of main.
25088
25089 2001-02-19 John Moore <jmoore@redhat.com>
25090
25091 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25092 Converted HPUX fix for non-expected items following multiple
25093 step commands into general solution for all platforms.
25094
25095 2001-02-18 Michael Chastain <chastain@redhat.com>
25096
25097 * gdb.c++/classes.exp (do_tests): Change runto statements
25098 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25099 statements demangler agnostic.
25100 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25101 (gdb_virtfunc_restart): Likewise.
25102
25103 2001-02-14 Michael Chastain <chastain@redhat.com>
25104
25105 * gdb.c++/inherit.exp (do_tests): Change runto statements
25106 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25107 statements demangler agnostic.
25108
25109 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25110
25111 * gdb.threads/pthreads.exp: Unify pass/fail messages for
25112 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25113 before calling common_routine 15 times'' tests.
25114
25115 2001-02-11 Michael Chastain <chastain@redhat.com>
25116
25117 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25118 Helps the test script figure out which demangler is in use.
25119 (dm_type_foo_ref): Ditto.
25120 (dm_type_int_star): Ditto.
25121 (dm_type_long_star): Ditto.
25122 (dm_type_unsigned_int): Ditto.
25123 (dm_type_void): Ditto.
25124 (dm_type_void_star): Ditto.
25125 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
25126 Probe the gdb demangler and set variables to accommodate
25127 formatting differences.
25128 (info_func_regexp): New function. Same as info_func, but
25129 matches against a regexp.
25130 (info_func): Match against a literal string.
25131 (print_addr_2): New function. Match against a literal string,
25132 which can be different from the input to gdb.
25133 (print_addr): Simply call print_addr_2 with the same argument twice.
25134 (test_lookup_operator_functions): Use demangler formatting variables.
25135 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25136 the tests in the same order as the C++ class declaration.
25137 (test_paddr_operator_functions): Ditto.
25138 (test_paddr_overloaded_functions): Ditto.
25139 (test_paddr_hairy_functions): Use demangler formatting variables.
25140 Add reference to gdb/19 for related tests.
25141 (do_tests): Call probe_demangler.
25142
25143 2001-01-30 Kevin Buettner <kevinb@redhat.com>
25144
25145 * gdb.c++/templates.cc (printf): Remove unused function definition.
25146
25147 2001-01-26 Felix Lee <flee@redhat.com>
25148
25149 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25150
25151 2001-01-25 matthew green <mrg@redhat.com>
25152
25153 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
25154 up sid.
25155 (sid_exit): Call `remote_pop_conn' after GDB is gone.
25156
25157 2001-01-25 matthew green <mrg@redhat.com>
25158
25159 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
25160 Deprecate $sid_spawn_id.
25161 (sid_exit): Remove code necessary only for `spawn.'
25162
25163 2001-01-25 matthew green <mrg@redhat.com>
25164
25165 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
25166
25167 2001-01-28 Michael Chastain <chastain@redhat.com>
25168
25169 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
25170 to call when tests fail. It takes gdb out of the overloaded
25171 function choice menu back to the main prompt, so that the test
25172 program stays synchronized.
25173 (set_bp_overloaded): New proc to collect all the common
25174 code for setting a breakpoint on an overloaded name. Calls
25175 take_gdb_out_of_choice_menu when needed.
25176 (menu_overload1arg): New variable to collect the repeated
25177 instances of the expected menu for an overloaded name. Change
25178 the regular expression to handle changes in g++ type encoding:
25179 "void" can be either "void" or "", and "unsigned int" can be
25180 either "unsigned int" or "unsigned".
25181 (continue_to_bp_overloaded): Change regular expressions to handle
25182 changes in g++ type encoding.
25183 (no proc): Call take_gdb_out_of_choice_menu when needed.
25184 Remove redundant calls to "info break". Accept either "canceled"
25185 or "cancelled". Change regular expressions in "info break"
25186 calls to handle changes in g++ type encoding. Give all tests
25187 unique strings.
25188
25189 2001-01-17 Ben Elliston <bje@redhat.com>
25190
25191 * config/sid.exp: New file.
25192
25193 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
25194
25195 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
25196
25197 2000-12-21 Michael Snyder <msnyder@cygnus.com>
25198
25199 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
25200 Add a RE to accept a non-ascii char if one is ever presented.
25201
25202 2000-12-20 Fernando Nasser <fnasser@redhat.com>
25203
25204 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
25205
25206 2000-12-18 Michael Snyder <msnyder@cygnus.com>
25207
25208 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
25209 in regexp. One '\' does not suffice on Linux.
25210
25211 2000-12-09 Michael Chastain <chastain@redhat.com>
25212
25213 * gdb.base/break.exp (test_clear_command): Use a marker function
25214 rather than 'main' for the test function. Also move this
25215 test to an execution point where the marker function names are
25216 guaranteed to be bound to functions. (Executing tests after a
25217 'finish' from main runs into name conflicts with local names
25218 in __libc_start_main).
25219
25220 2000-12-07 Michael Snyder <msnyder@cygnus.com>
25221
25222 * gdb.base/finish.exp: New test for gdb's "finish" command.
25223 * gdb.base/return2.exp: New test for gdb's "return" command.
25224 * gdb.base/return2.c: New source file for above.
25225
25226 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25227
25228 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25229 * gdb.base/miscexprs.exp: Ditto.
25230 * gdb.base/pointers.exp: Ditto.
25231 * gdb.c++/derivation.exp: Ditto.
25232 * gdb.c++/local.exp: Ditto.
25233 * gdb.c++/namespace.exp: Ditto.
25234 * gdb.c++/overload.exp: Ditto.
25235 * gdb.c++/ref-types.exp: Ditto.
25236
25237 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25238
25239 * gdb.base/constvars.exp: Test result of "up" command.
25240 * gdb.base/miscexprs.exp: Ditto.
25241 * gdb.base/pointers.exp: Ditto.
25242 * gdb.base/scope.exp: Ditto.
25243 * gdb.c++/derivation.exp: Ditto.
25244 * gdb.c++/local.exp: Ditto.
25245 * gdb.c++/namespace.exp: Ditto.
25246 * gdb.c++/overload.exp: Ditto.
25247 * gdb.c++/ref-types.exp: Ditto.
25248
25249 2000-11-22 Michael Chastain <chastain@redhat.com>
25250
25251 * mips_pro.exp: Accept either "middle -> top -> main" or
25252 "middle -> main" in the backtrace, because gcc can optimize
25253 tail calls to jumps. Remove setup_xfail for the hppa case.
25254 Add a comment with the original warning messages from PR 3016,
25255 which was filed in 1993, to preserve them for posterity.
25256
25257 2000-11-17 Nick Duffek <nsd@redhat.com>
25258
25259 * lib/gdb.exp (gdb_test): Override timeout with board info.
25260
25261 2000-11-17 Nick Duffek <nsd@redhat.com>
25262
25263 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25264 the second kill and detach messages.
25265
25266 2000-11-17 Nick Duffek <nsd@redhat.com>
25267
25268 * configure.in: Add AC_EXEEXT.
25269 * configure: Regenerate.
25270 * Makefile.in (just-check): Export EXEEXT.
25271 * lib/gdb.exp ($EXEEXT): Import from environment.
25272 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25273 expect "maint dump-me" on Cygwin.
25274 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25275 $EXEEXT.
25276
25277 2000-11-17 Nick Duffek <nsd@redhat.com>
25278
25279 * gdb.base/break.exp: Test backtrace and finish from called
25280 function on all platforms, not just HP-UX.
25281
25282 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25283
25284 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25285 code from gdb_target_monitor, so it can be used independantly
25286 for gdbserver. Also comment out an unnecessary PUTS.
25287
25288 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25289
25290 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25291 * gdb.base/corefile.exp: Expect the message "Program is being
25292 debugged already" when we send the "corefile" command, since
25293 the preceeding gdb_load may have connected gdb to a remote target.
25294 * gdb.base/display.exp: Disable hardware watchpoints if new
25295 board info variable "no_hardware_watchpoints" is true.
25296 Replace single-letter commands with more readable ones.
25297 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25298 if new board info variable "no_hardware_watchpoints" is true.
25299 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25300 to see if stdio (printf) testing is possible.
25301 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25302 board info variable "no_hardware_watchpoints" is true. Use new
25303 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25304
25305 2000-11-13 Fernando Nasser <fnasser@redhat.com>
25306
25307 From Orjan Friberg <orjanf@axis.com>:
25308 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25309 in array print pattern match.
25310
25311 2000-11-09 Fernando Nasser <fnasser@redhat.com>
25312
25313 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25314 spelling "cancelled" to U.S. spelling "canceled" to match changes
25315 made to gdb.
25316 * gdb.c++/ovldbreak.exp: Ditto.
25317
25318 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25319
25320 * gdb.base/callfuncs.c (main): Moved to end of file, call
25321 t_double_values to initialize the FPU before inferior calls are made.
25322 * gdb.base/callfuncs.exp: Test for register preservation after calling
25323 inferior functions. Add tests for continuining, finishing and
25324 returning from a stop in a call dummy.
25325
25326 2000-10-24 Michael Snyder <msnyder@cygnus.com>
25327
25328 * gdb.base/commands.exp: Break up long lines, and re-indent.
25329
25330 2000-10-19 Michael Snyder <msnyder@cygnus.com>
25331
25332 * config/gdbserver.exp: Rewritten from the ground up, to make it
25333 compatible with the current dejagnu tree, and to make it work with
25334 the new "gdbserver" in libremote.
25335
25336 2000-10-16 Michael Snyder <msnyder@cygnus.com>
25337
25338 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25339 * gdb.base/varargs.exp: Skip entire test if no printf support.
25340 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25341 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25342
25343 2000-10-13 Michael Snyder <msnyder@cygnus.com>
25344
25345 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25346 no floating point support.
25347 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25348 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25349 * gdb.base/call-rt-st.exp: Ditto.
25350 * gdb.base/call-strs.exp: Ditto.
25351
25352 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25353
25354 * gdb.base/sizeof.c: include <stdio.h>.
25355
25356 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
25357 'finish', otherwise uncaptured gdb_prompt would potentially
25358 throw remaining test points out of sync.
25359
25360 2000-07-26 Scott Bambrough <scottb@netwinder.org>
25361
25362 * gdb.base/recurse.exp: Run tests for all targets.
25363 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25364 gnu-oldld case on ARM.
25365 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25366 for ARM targets.
25367
25368 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25369
25370 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25371 * gdb.java/configure: Rebuild.
25372
25373 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25374
25375 * gdb.java/jv-exp.exp: New file.
25376
25377 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25378
25379 * configure: Rebuilt.
25380 * configure.in (configdirs): Add gdb.java.
25381 * gdb.java/jmisc.java: New file.
25382 * gdb.java/jmisc.exp: New file.
25383 * gdb.java/Makefile.in: New file.
25384 * gdb.java/configure: Rebuilt.
25385 * gdb.java/configure.in: New file.
25386 * lib/java.exp: New file.
25387
25388 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25389
25390 * gdb.base/exprs.exp: Test casts to a pointer including over and
25391 underflow.
25392
25393 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25394
25395 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
25396 and the compilers sizes.
25397
25398 2000-07-09 Nick Duffek <nsd@redhat.com>
25399
25400 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25401 (use_methods): New function.
25402 (main): Call use_methods().
25403 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25404 (do_tests): Call test_method_param_class.
25405
25406 2000-07-09 Nick Duffek <nsd@redhat.com>
25407
25408 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25409 spelling.
25410 (test_enums): New procedure. Move enum tests from end of script
25411 to here. Set breakpoint on function name instead of line number.
25412 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25413 (enums2): New marker function.
25414 (enums1): New function.
25415 (main): Call enums1(). Move enum tests to enums1().
25416
25417 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25418
25419 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
25420 compile/link program. Update line numbers.
25421 * gdb.asm/d10v.inc: Define ``startup''.
25422 * gdb.asm/asmsrc1.s: Add definition of _start.
25423
25424 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25425
25426 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25427
25428 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25429
25430 * gdb.base/maint.exp: Add 'maint print architecture' item to output
25431 of 'help maint print' command.
25432
25433 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25434
25435 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
25436 they use gdb_expect_list.
25437
25438 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25439
25440 * gdb.base/commands.exp: Use ``set remote
25441 memory-read-packet-size'' instead of ``set endian big'' to test
25442 long commands.
25443
25444 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
25445
25446 * gdb.c++/templates.exp (do_tests): Make all of these work under
25447 g++, and stop skipping them.
25448
25449 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25450 work under g++.
25451
25452 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
25453 initialization.
25454
25455 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25456
25457 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25458 the regular expression: accept an (almost) arbitrary sequence of
25459 "frames-invalid" and "breakpoints-invalid" messages both before
25460 and after the "starting" message.
25461
25462 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25463
25464 * gdb.c++/local.exp: This test has never been known to work with g++.
25465
25466 2000-05-18 Michael Snyder <msnyder@cygnus.com>
25467
25468 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25469 Relax the regular expression a little, make it pass on Solaris 8.
25470
25471 2000-05-12 Kevin Buettner <kevinb@redhat.com>
25472
25473 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
25474 a call, do not require that gdb stop on the line after the call.
25475 Instead, it is permissible for gdb to stop on the line of the
25476 call itself.
25477
25478 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
25479
25480 * gdb.base/break.exp (bp on small function, optimized file):
25481 Add a second pass pattern. The behavior differs here between stabs
25482 and dwarf for one-line functions. Stabs preserves two line symbols
25483 (one before the prologue and one after) with the same line number,
25484 but dwarf regards these as duplicates and discards one of them.
25485 Therefore the address after the prologue (where the breakpoint is)
25486 has no exactly matching line symbol, and GDB reports the breakpoint
25487 as if it were in the middle of a line rather than at the beginning.
25488
25489 2000-05-08 Michael Snyder <msnyder@cygnus.com>
25490
25491 * gdb.base/interrupt.exp: Make "pass" message say "send"
25492 rather than "send_gdb" (for consistancy).
25493
25494 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25495
25496 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25497 * gdb.c++/templates.cc: Properly check for GCC version number.
25498 * lib/compiler.cc: Likewise
25499
25500 2000-04-28 Michael Snyder <msnyder@cygnus.com>
25501
25502 * gdb.base/break.exp: When compiled with -O2 optimization,
25503 gdb may not stop at the first line of main, due to code motion.
25504
25505 2000-04-26 Michael Snyder <msnyder@cygnus.com>
25506
25507 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25508 This test depends on parsing the printf output from the target.
25509 Since the sparclet stub doesn't do stdio, this will never work.
25510 * gdb.base/call-rt-st.exp: ditto.
25511 * gdb.base/call-strs: ditto.
25512
25513 2000-04-24 Michael Snyder <msnyder@cygnus.com>
25514
25515 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25516
25517 * gdb.base/ending-run.exp: After connecting to a remote target,
25518 but before running, the target will appear to be in a random
25519 location. Specify both a file and a line for breakpoints.
25520 Also, the function that calls main may be called 'init'
25521 rather than 'start'.
25522
25523 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25524
25525 * gdb.base/help.exp: Update output for add-symbol-file command.
25526
25527 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
25528
25529 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25530 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25531
25532 2000-04-07 J.T. Conklin <jtc@redback.com>
25533
25534 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25535
25536 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25537
25538 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25539
25540 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
25541 values that can be represented exactly.
25542 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25543 above change, and to not check against the directory part of the source
25544 file name.
25545 (step into print_long_arg_list): Likewise.
25546 (print print_small_structs from print_long_arg_list): Likewise.
25547 (print print_long_arg_list): Likewise.
25548
25549 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25550
25551 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
25552
25553 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25554
25555 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25556
25557 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
25558
25559 * gdb.base/commands.exp (deprecated_command_test): Add test for
25560 deprecate with no arguments.
25561
25562 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25563
25564 * gdb.base/break.exp: Add new test for setting breakpoints on
25565 optimized code so we can test breakpoints work even when function
25566 prologues may be optimized away
25567
25568 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25569
25570 From David Whedon <dwhedon@gordian.com>
25571 * gdb.base/commands.exp : Added command deprecator tests.
25572
25573 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
25574
25575 * gdb.base/help.exp: Added test for new apropos command.
25576
25577 2000-03-21 Kevin Buettner <kevinb@redhat.com>
25578
25579 * gdb.base/pointers.c (usevar): New function.
25580 (main): Make sure that global variables v_int_pointer2, rptr,
25581 and y are all referenced someplace in the program by calling
25582 usevar() on them. [Some linkers delete symbols which are
25583 never referenced. The space remains, but there's no way to
25584 get a (symbolic) handle on the variable from the debugger.]
25585
25586 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25587
25588 * gdb.base/printcmds.c: Add typedeffed arrays.
25589
25590 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
25591 procedure to test arrays that are typedef'd.
25592
25593 2000-03-13 James Ingham <jingham@leda.cygnus.com>
25594
25595 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
25596 the library directories.
25597
25598 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
25599
25600 * configure.in (configdirs): Add sub directory gdb.mi.
25601 * configure: Re-generate.
25602
25603 * gdb.mi: New directory.
25604
25605 2000-02-25 Scott Bambrough <scottb@netwinder.org>
25606
25607 * gdb.base/long_long.exp: Correct test suite failure when printing
25608 a long long value as a double on ARM platforms.
25609
25610 2000-02-16 Jim Blandy <jimb@redhat.com>
25611
25612 * gdb.base/break.exp ("breakpoint line number"): Make sure the
25613 default source file is set properly before running this test.
25614
25615 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25616
25617 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
25618 gdbtk/library directory, not in gdbtcl2.
25619
25620 2000-02-04 Jim Blandy <jimb@redhat.com>
25621
25622 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
25623 backslash from regexp pattern.
25624
25625 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
25626 procedure. Use it to run all the "continue to bp overloaded"
25627 tests. Note that this changes the names of the tests slightly.
25628 If the breakpoint hit message includes a hex PC value, because
25629 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
25630 from the real source code, still consider that a pass.
25631
25632 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
25633 XFAIL here if the breakpoint message contains a hex address. Note
25634 similar change on 1999-11-02.
25635
25636 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
25637
25638 * gdb.base/ptype.exp: Establish a default source file before
25639 calling get_debug_format.
25640
25641 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
25642
25643 * gdb.base/watchpoint.exp: Remove duplication of test messages.
25644
25645 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25646
25647 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
25648 of successive stepi commands -- while in the prologue we should see
25649 the function entry bracket.
25650
25651 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25652
25653 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
25654 reach __change_mode() when stepping through the end of main().
25655
25656 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
25657
25658 * gdb.base/default.exp: Fix expected pattern.
25659 * gdb.base/help.exp: Same.
25660
25661 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25662
25663 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
25664 Don't use xfail's because that affects only the following test.
25665
25666 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
25667 solaris or linux.
25668
25669 * gdb.base/selftest.exp: Update to reflect changes to main.c.
25670
25671 2000-01-07 Michael Snyder <msnyder@cygnus.com>
25672
25673 * gdb.base/display.exp: Some yacc parsers like to say
25674 "A syntax error" rather than "A parse error". Accept both.
25675
25676 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
25677
25678 * gdb.base/default.exp: Remove OS dependent string from "target
25679 remote" test.
25680 * gdb.base/help.exp: Same for "help target remote" test.
25681
25682 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25683
25684 From Jim Kingdon <kingdon@redhat.com>:
25685
25686 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
25687 prompt (cleanup rather than necessity, but still might keep output
25688 from spilling to next test).
25689
25690 2000-01-02 Fred Fish <fnf@cygnus.com>
25691
25692 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
25693 AIX, which defines them in <sys/types.h>.
25694
25695 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
25696
25697 * gdb.base/default.exp: Match arm* etc instead of arm in "info
25698 float" test.
25699
25700 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
25701
25702 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
25703
25704 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
25705 outermost frame disallowed".
25706
25707 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
25708
25709 * gdb.base/setvar.exp: New tests for setting the value of a struct
25710 with a constant list.
25711
25712 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25713
25714 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
25715 require the user to type a cast before setting the value of a struct.
25716
25717 1999-12-06 Jim Blandy <jimb@cygnus.com>
25718
25719 * gdb.base/default.exp: Expect the new 'info float' command on
25720 all i386 platforms.
25721
25722 * gdb.threads/linux-dp.exp: Expand our ability to recognize
25723 LinuxThreads libraries that don't support debugging.
25724
25725 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25726
25727 * gdb.base/remote.c: Fill the buffer with truely random data.
25728 Change the buffer type to ``unsigned char'' to simplify size
25729 arithmetic.
25730
25731 * gdb.base/remote.exp: Reduce download numbers by one. Typical
25732 stub only handles 400-1 byte packets. Verify that the download
25733 worked.
25734
25735 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
25736
25737 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
25738 tests, using UNRESOLVED for the untested cases. Also, does not wait
25739 for a timeout if the prompt was received before a recognizable pattern.
25740
25741 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
25742
25743 * lib/gdb.exp (gdb_expect_list): Fix spelling.
25744
25745 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25746
25747 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
25748 watchpoints.
25749
25750 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
25751
25752 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
25753
25754 * gdb.c++/local.exp: Be more flexible in recognizing local class
25755 name mangling. Don't allow horribly truncated method names.
25756 * gdb.c++/derivation.exp: Expect protected inheritance.
25757 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
25758 * gdb.c++/virtfunc.exp: Likewise.
25759 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
25760 when printing a nested enum.
25761
25762 1999-11-22 Jim Blandy <jimb@cygnus.com>
25763
25764 * gdb.base/step-test.exp: Properly await GDB's response to setting
25765 a breakpoint on the call to large_struct_by_value.
25766
25767 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
25768 just because we have debug info for the `start' function.
25769
25770 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
25771
25772 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
25773 "Unknown signal" messages, which indicate (on LinuxThreads) that
25774 GDB doesn't know how to debug threads on this system. This is
25775 better than hanging while philosopher 0 dumps chatter into gdb.log.
25776
25777 1999-11-18 Tom Tromey <tromey@cygnus.com>
25778
25779 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
25780
25781 1999-11-18 Fred Fish <fnf@cygnus.com>
25782
25783 * gdb.base/coremaker2.c: Add sample program for generating
25784 cores that is more self contained than coremaker.c. Eventually
25785 I'll add more code to this and tie it into the testsuite.
25786
25787 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
25788
25789 * gdb.base/dollar.exp: Remove, now in gdb.hp.
25790
25791 1999-11-10 Jimmy Guo <guo@cup.hp.com>
25792
25793 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
25794 from $srcdir/lib/.
25795 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
25796 and gdb.c++/.
25797
25798 * gdb.c++/derivation.exp: remove redundant get compiler info code.
25799
25800 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
25801 'continue with watch' test point.
25802
25803 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
25804
25805 Merged from p2linux-990323-branch:
25806
25807 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
25808
25809 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
25810
25811 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
25812 {limit,fixed}''. Test ``set download-write-size''.
25813
25814 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
25815
25816 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
25817 gdb_expect_list.
25818
25819 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
25820
25821 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
25822
25823 1999-11-03 Mark Salter <msalter@cygnus.com>
25824
25825 * gdb.base/break.exp: Fix "stub continue" pattern.
25826
25827 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
25828
25829 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
25830
25831 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
25832
25833 * gdb.base/display.exp ("finish"): Add timeout clause.
25834
25835 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
25836 plain prompt clause, so this doesn't have to time out in order to
25837 fail.
25838
25839 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
25840 breakpoint hit messages include an address.
25841
25842 * gdb.base/display.exp: Don't forget to escape parens in regular
25843 expressions. Unix regexp notatation sucks.
25844
25845 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25846
25847 * gdb.base/annota1.exp: Test for annotate-signalled: change output
25848 order for 'signalled' message.
25849
25850 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
25851
25852 From Jimmy Guo <guo@cup.hp.com>:
25853 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
25854 * gdb.base/annota1.c: Add code for tests to work with.
25855
25856 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
25857
25858 * gdb.base/remote.exp: New test for remote downloading settings.
25859 * gdb.base/remote.c: New file with large .data.
25860
25861 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
25862
25863 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
25864 for LinuxThreads support, merged from the Code Fusion branch.
25865
25866 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
25867
25868 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
25869 containing exp_continue into a while within an expect. Don't
25870 attempt a start more than three times. Check return value from
25871 gdb_load.
25872
25873 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
25874
25875 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
25876 a pass case.
25877
25878 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
25879
25880 * gdb.base/break.c (main): Added a statement that we can step
25881 off of.
25882 * gdb.base/break.exp: Added tests for setting a breakpoint
25883 at an offset and stepping onto a breakpoint.
25884
25885 1999-10-01 Fred Fish <fnf@cygnus.com>
25886
25887 * gdb.base/help.exp (help add-symbol-file): Update to match current
25888 gdb output.
25889
25890 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
25891
25892 * gdb.base/break.exp: Code locations are in hex, don't forget!
25893 (For HP-UX.)
25894
25895 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
25896
25897 * condbreak.exp: Use break.c as test program.
25898 * condbreak.c: Remove, redundant with break.c.
25899
25900 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
25901
25902 * config/monitor.exp (gdb_target_monitor): Disable X- and
25903 Z-packets if the target needs it.
25904
25905 1999-09-13 James Ingham <jingham@leda.cygnus.com>
25906
25907 * gdb.c++/overload.exp: Added tests for listing overloaded
25908 functions with function pointers in the arg, explicitly calling
25909 out the version you want.
25910
25911 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
25912
25913 * long_long.exp: Add variations of test cases that work for
25914 targets with 16-bit ints and 32-bit doubles.
25915
25916 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
25917
25918 * break.c (main): Compare a possibly-uninitialized argc with an
25919 unlikely value that fits in 16 bits.
25920
25921 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
25922
25923 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
25924 0xfeeb, don't want negative numbers if ints are 16 bits.
25925
25926 * lib/gdb.exp (skip_cplus_tests): New proc.
25927 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25928 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
25929 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
25930 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
25931 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
25932 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
25933 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
25934 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
25935
25936 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
25937
25938 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
25939
25940 * gdb.base/corefile.exp (up): Allow a parameter to appear
25941 in the frame that we're going up to.
25942
25943 From Jim Blandy <jimb@cygnus.com>:
25944
25945 * gdb.base/default.exp (info float): Expect some output now.
25946
25947 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
25948 returning floating-point values to fail on the x86.
25949 * gdb.base/callfwmall.exp (do_function_calls): Same.
25950
25951 * gdb.base/list.exp (test_listsize): Correct expectations for
25952 listing line 1 with listsize 2. Also, listing a single line
25953 works now, as does listing three lines. [Kevin's note: There
25954 were a number of other cases fixed too where the expectations
25955 differed...]
25956
25957 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
25958
25959 * gdb.base/selftest.exp: Add case for when version prints as
25960 constant string instead of char pointer.
25961
25962 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
25963
25964 * gdb.base/ending-run.exp: Add Solaris case for what happens when
25965 stepping out of main.
25966
25967 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
25968 G++ used.
25969
25970 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
25971 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
25972
25973 * gdb.c++/ovldbreak.exp: Update match string in test that
25974 includes a warning of multiple breakpoints.
25975
25976 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
25977
25978 * gdb.base/display.exp: Improve precision of step-after-finish
25979 added yesterday.
25980
25981 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
25982 test.
25983
25984 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
25985 configs when using G++, not just hppa*.
25986
25987 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25988
25989 * gdb.base/async.c: New file.
25990 * gdb.base/async.exp: New file.
25991
25992 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
25993
25994 * gdb.base/break.exp: Tweak PA specific tests to properly handle
25995 PA64.
25996
25997 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
25998
25999 * gdb.base/display.exp: "finish" can leave us mid-line on many
26000 targets, deal with it. Add a small constant to main, instead of
26001 1000 since main+1000 may not be a valid address in the target.
26002
26003 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26004 on hpux11.
26005
26006 * gdb.base/attach.exp: Handle another hpux11 error message variant
26007 when attaching to a process that does not exist.
26008
26009 1999-08-19 J.T. Conklin <jtc@redback.com>
26010
26011 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
26012 characters in 'continue to 1241' test.
26013
26014 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26015
26016 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26017 stop in print_long_arg_list, define and use a whitespace
26018 variable in print_small_structs test, add an XFAIL for Solaris.
26019 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26020 interested enough to fix.
26021
26022 1999-08-13 Keith Seitz <keiths@cygnus.com>
26023
26024 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26025 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26026 proc knows about targets other than the natives.
26027 (test_assign): Use "gdb_run_cmd" to "run" the target.
26028 Check that we've actually hit the breakpoint at main.
26029 When we attempt to assign a value to a local variable, check
26030 that the variable is in the current scope, i.e., don't use
26031 a test with an empty result.
26032
26033 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26034
26035 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
26036 command.
26037
26038 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26039
26040 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26041 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26042 gdb.compat, gdb.threads-hp.
26043 gdb.hp/configure, gdb.hp/configure.in: New files.
26044 gdb.hp/Makefile.in: Recurse into new subdirs.
26045 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26046 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26047 in object files.
26048 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26049
26050 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26051
26052 * gdb.base/display.exp: Help expect by putting a newline in the
26053 funky printf, remove a bogus p/a test.
26054
26055 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26056
26057 * gdb.base/display.exp: Make sure that when we say 'run', we are
26058 connected to the target. This is necessary when running not
26059 natively.
26060
26061 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26062
26063 * gdb.base/step-test.exp: Removed some extraneous messages.
26064
26065 * gdb.base/long_long.exp: Don't run memory examination tests
26066 on little-endian targets (they will need a different set of
26067 results to match).
26068
26069 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26070
26071 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26072 until somebody decides to fix GDB.
26073
26074 * gdb.base/long_long.c: Stop compiler complaint by specifying long
26075 constant as "ULL".
26076 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26077 matches for a couple x/2 commands.
26078
26079 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26080
26081 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26082 by merging in ref-types2 tests.
26083 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26084
26085 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26086 * gdb.c++/Makefile.in: Add standard actions.
26087 (EXECUTABLES): Rename from PROGS, update list.
26088 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26089 from gdb.hp.
26090 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26091 foo and bar locals.
26092 * gdb.c++/anon-union.exp: Fix tests to match.
26093 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26094 expect matches to handle output variations.
26095 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26096 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
26097 output, add HP alternatives for new and delete prints.
26098 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
26099 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
26100 * gdb.c++/demangle.exp: Use $style when reporting failure.
26101 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26102 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26103 match alternatives.
26104 * gdb.c++/local.exp: Add match alternatives or xfails for HP
26105 compilers.
26106 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26107 * gdb.c++/method.exp: Add match alternatives.
26108 * gdb.c++/misc.cc: Add bool types.
26109 * gdb.c++/misc.exp: Add tests for bool types.
26110 * gdb.c++/overload.exp: Add xfails.
26111 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26112 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26113 add some more template parameter tests (only for HP currently).
26114 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26115 * gdb.c++/virtfunc.cc: Add return type and value for main.
26116 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26117 match alternatives.
26118
26119 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26120
26121 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26122
26123 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26124
26125 * gdb.base/signals.exp: Don't expect getting a backtrace from
26126 within a signal handler to fail on Linux.
26127
26128 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26129
26130 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26131 * lib/gdb.exp: Remove some gratuitious semicolons.
26132 (delete_breakpoints): Increase timeout.
26133 (gdb_expect): Add -notransfer option.
26134 (gdb_test): Use -notransfer option.
26135 (get_compiler_info): Add f77 case.
26136 (get_compiler): New proc, split out from gdb_preprocess, add f77
26137 case.
26138 (gdb_preprocess): Call get_compiler.
26139
26140 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26141 * gdb.base/attach.exp, gdb.base/display.exp,
26142 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26143 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26144 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26145 third arg to gdb_test.
26146 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26147 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
26148 HP-UX xfails, add others.
26149 * gdb.base/completion.exp: Reflect name change of self-test.
26150 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
26151 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
26152 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
26153 HP failure number.
26154 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
26155 useless HP-UX 10.30 references.
26156 * gdb.base/maint.exp: Loosen matches.
26157 * gdb.base/pointers.c (main): Declare more_code.
26158 * gdb.base/pointers.exp: Match on output of a `next'.
26159 * gdb.base/structs.c: Add prototypes.
26160 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
26161 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
26162
26163 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26164
26165 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
26166 command.
26167
26168 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26169
26170 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
26171 Fix run to main failures. Watchpoint can be hardware watchpoint.
26172
26173 * gdb.base/annota1.exp: Clean up some more, in case printf has
26174 debug info. Deal with lack of signal hanlder info in stack.
26175
26176 From Jim Kingdon <kingdon@redhat.com>:
26177 * gdb.base/annota1.exp: If printf has debug info, deal with it.
26178
26179 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
26180
26181 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
26182 gdb.base/foll-vfork.exp: Don't run for crosses.
26183
26184 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26185
26186 * gdb.base/configure.in: Check for gdbvars.exp instead of
26187 a1-selftest.exp.
26188 * gdb.base/configure: Re-generate.
26189
26190 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
26191
26192 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
26193 in trying to run first and name is too long.
26194
26195 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
26196 pointers2.c and pointers2.exp, respectively.
26197 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
26198 doschk happier.
26199
26200 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
26201
26202 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
26203 callfuncs2.c and callfuncs2.exp.
26204
26205 * gdb.base/list.exp: Remove mistaken xfails.
26206 * gdb.base/list0.h: Add optional prototypes.
26207
26208 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26209
26210 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
26211 calling malloc.
26212 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26213 * ptype.exp: Move test for get_debug_format to before its first
26214 use.
26215
26216 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26217
26218 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26219 * gdb.base/annota2.cc, annota2.exp: Move from here.
26220 * gdb.c++/annota2.cc, annota2.exp: To here.
26221 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26222
26223 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26224
26225 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
26226 a consistent format.
26227
26228 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26229
26230 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26231 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26232 HP compilers, also set the globals $true and $false.
26233
26234 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
26235 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26236 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26237 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26238 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26239 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26240 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26241 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26242 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26243 whatis.c} Add C++ compatible function definitions and return
26244 types, add includes for library functions.
26245 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26246 * gdb.base/step-test.c (myglob): Rename from glob.
26247 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
26248 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26249 files, move here from gdb.hp.
26250 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
26251 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26252 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26253 Adjust line numbers in regexps.
26254
26255 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26256 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26257 instead of 0/1.
26258
26259 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26260 foll-vfork.exp: New files, move here from gdb.hp.
26261 * gdb.base/page.exp: New file, test of pagination command.
26262
26263 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26264 recursion test.
26265 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26266
26267 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
26268 gdb.base/solib.exp: Fix compiler invocation process.
26269
26270 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
26271 HP-UX 11, turn off overload resolution explicitly.
26272 * gdb.base/commands.exp: Set argument list explicitly, add
26273 watchpoint test.
26274 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26275 them work.
26276 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26277 expressions properly.
26278 * gdb.base/corefile.exp: Loosen the match slightly.
26279 * gdb.base/default.exp: Allow "Error accessing memory" message
26280 also.
26281 * gdb.base/display.exp: Skip over x/0 j if PA64.
26282 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26283 * gdb.base/interrupt.exp: Ditto.
26284 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26285 in use.
26286 * gdb.base/list.exp: Add xfails for HP-UX.
26287 * gdb.base/long_long.exp: Refine some of the numeric matches.
26288 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26289 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26290 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26291 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26292 * gdb.base/ptype.exp: Succeed on more varieties of output.
26293 * gdb.base/scope.exp: Add xfails for HP-UX.
26294 * gdb.base/sect-cmd.exp: Add more cases.
26295 * gdb.base/setvar.exp: Add xfails for HP-UX.
26296 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26297 * gdb.base/signals.exp: Match on void symbolically.
26298 * gdb.base/step-test.exp: Add case for PA64.
26299 * gdb.base/term.exp: Add exit and restart.
26300 * gdb.base/twice.exp: Clean up after self.
26301 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26302 * gdb.base/whatis.exp: Allow more ways to pass tests.
26303
26304 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
26305 no longer useful.
26306
26307 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26308
26309 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
26310 list of patterns.
26311 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
26312 print_double_array(double_array)", "continuing to breakpoint
26313 1018", "print print_double_array(array_d)" and "continuing to
26314 1034" tests.
26315
26316 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26317
26318 * Makefile.in: Add empty html and install-html targets.
26319
26320 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26321
26322 * config/mt-*: Remove, these haven't been used since 1996.
26323
26324 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26325
26326 * gdb.base/call-strs.c, gdb.base/ending-run.c,
26327 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
26328 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26329
26330 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26331
26332 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26333 simpler match case for the ptype of the big class.
26334
26335 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26336
26337 * gdb.exp: Fix test for gdb_prompt existence.
26338
26339 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26340
26341 * gdb.exp (gdb_test): Add fail after calls to perror.
26342
26343 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26344
26345 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26346
26347 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26348
26349 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26350
26351 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26352
26353 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
26354 malloc() is linked in.
26355
26356 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26357
26358 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26359 step at end.
26360
26361 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26362
26363 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26364
26365 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26366
26367 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26368
26369 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26370 * gdb.base/mips_pro.exp: Likewise.
26371
26372 1999-06-02 Keith Seitz <keiths@cygnus.com>
26373
26374 * gdb.c++/templates.cc: Change all "new" operators to throw
26375 an exception.
26376 * gdb.c++/cplusfuncs.cc: Likewise.
26377
26378 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26379
26380 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26381
26382 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
26383 * gdb.base/ending-run.exp: When stepping out of main, accept a
26384 step into an arbitrary assembler file.
26385
26386 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26387
26388 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
26389 "breakpoint-invalid" to be printed.
26390 * gdb.base/annota2.exp: Revise line number for main
26391 breakpoint. Allow any number of "frames-invalid" and
26392 "breakpoint-invalid" to be printed.
26393 * gdb.base/annota2.cc: Initialize a.x to 0.
26394
26395 1999-05-17 Keith Seitz <keiths@cygnus.com>
26396
26397 * gdb.base/call-ar-st.exp: Skip
26398 "print print_double_array (double_array)" when "skip_float_tests" set.
26399 Ditto for "print print_double_array(array_d)",
26400 "print print_small_structs", "print print_ten_doubles", and
26401 "step into print_long_arg_list".
26402 Don't assume we can step into "print_long_arg_list": we could step
26403 into memcpy.
26404 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26405 "skip_float_tests" is set: "print print_one_double(*d1)"
26406 and "print print_two_floats(*f3)".
26407 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26408 "skip_float_tests" is set.
26409 * gdb.base/varargs.exp: Skip
26410 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26411 "skip_float_tests" set.
26412
26413 1999-05-06 Keith Seitz <keiths@cygnus.com>
26414
26415 * gdb.base/annota2.cc: Include stdio.h.
26416
26417 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26418
26419 * gdb.base/crossload.exp: Remove, this has been disabled ever
26420 since BFD stopped including all targets, and cross-GDB gets
26421 plenty of testing anyway.
26422 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
26423 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26424 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
26425 * gdb.base/README: Remove, was doc for this.
26426 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
26427 needed.
26428
26429 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26430
26431 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26432 output.
26433
26434 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26435 * gdb.base/annota2.exp: New file. More annotation tests.
26436 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26437 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26438
26439 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
26440
26441 * config/cfdbug.exp: New file.
26442
26443 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26444
26445 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26446 Marcus Daniel's and Dale Hawkins's demangler crashes.
26447
26448 * gdb.c++/demangle.exp (test_gnu_style_demangling,
26449 test_lucid_style_demangling, test_arm_style_demangling,
26450 test_hp_style_demangling): Try Tom Tromey's core-dumping
26451 identifier under each demangling style.
26452
26453 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26454
26455 * gdb.c++/demangle.exp: Include the current demangling style
26456 in all test names.
26457 (current_demangling_style): New global variable.
26458 (set_demangling_style, test_demangling_core, test_demangling,
26459 test_demangling_exact): New functions.
26460 (test_gnu_style_demangling, test_lucid_style_demangling,
26461 test_arm_style_demangling, test_hp_style_demangling): Use those,
26462 instead of calling gdb_test and gdb_test_exact directly.
26463 (catch_demangling_errors): New function, which reports errors
26464 signalled by the demangling test functions in an orderly way.
26465 (do_tests): Use catch_demangling_errors.
26466
26467 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26468
26469 * gdb.base/signals.exp (test_handle_all_print): Use () for
26470 grouping in expressions, not {}.
26471
26472 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
26473 initialized yet.
26474
26475 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26476
26477 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26478 are listed.
26479
26480 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26481
26482 * gdb.stabs/weird.exp: Test for CC being defined before
26483 looking at its value.
26484
26485 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26486
26487 * gdb.base/call-ar-st.exp: Remove stray '#'.
26488 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26489 "short int" and "long int".
26490 * gdb.c++/overload.cc: Cast the string added in the previous
26491 change, to mollify finicky HP compiler.
26492 * gdb.hp/reg-test.exp (testfile): Fix file name.
26493 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
26494
26495 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26496 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26497 alternate form of enum ptype.
26498
26499 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26500
26501 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26502 * gdb.hp/*.exp: Change all to run compiler probe only after
26503 passing skip_hp_tests, so as not to waste time on guaranteed
26504 failure.
26505
26506 * gdb.c++/overload.cc: Pass string instead of char addr, always
26507 init ccpfoo.
26508 * gdb.c++/templates.cc: Fix syntax error.
26509
26510 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26511
26512 * gdb.base/commands.exp: Add test for correct position of '>'
26513 when issuing the 'commands' command after a 'while' or 'if'
26514 command.
26515
26516 1999-03-18 James Ingham <jingham@cygnus.com>
26517
26518 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26519
26520 * gdb.c++/method.exp: It was testing an uninitialized int on the
26521 stack and assuming it was positive.
26522
26523 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26524
26525 * gdb.base/step-test.exp: Catch a case where finish is broken and
26526 keep it from killing the rest of the tests.
26527 Use gdb_continue_to_end.
26528
26529 * gdb.base/sigall.exp: use gdb_continue_to_end.
26530
26531 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26532
26533 * gdb.base/display.exp: use runto_main, not run.
26534
26535 * gdb.base/default.exp: Check for the current error message in the
26536 r abbreviation test.
26537 Add strongarm to the targets that know info float.
26538
26539 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
26540 run which doesn't work with monitors.
26541
26542 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26543 1034 test.
26544
26545 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26546
26547 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26548 end of a program. Traps the case (in Cygmon) when the program
26549 never really exits. Same as Mark's continue_to_exit, but I had
26550 put it in a lot more places, so I used my name. Sorry Mark...
26551
26552 * config/monitor.exp (gdb_target_monitor): added another
26553 target_info parameter: remotebinarydownload. This will set the
26554 remotebinarydownload flag if this is causing some boards trouble.
26555
26556 1999-03-18 Mark Salter <msalter@cygnus.com>
26557
26558 * lib/gdb.exp (continue_to_exit): New function.
26559
26560 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26561 * gdb.base/ending-run.exp: Ditto.
26562 * gdb.base/step-test.exp: Ditto.
26563
26564 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26565
26566 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26567 (suggested by Art Haas <ahaas@neosoft.com>).
26568
26569 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26570
26571 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
26572
26573 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
26574
26575 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
26576 descriptions of types (short unsigned int vs unsigned short, etc).
26577
26578 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
26579
26580 * gdb.base/call-strs.exp: Don't assume that `step' will step over
26581 a call to strlen; sometimes we do have sources.
26582
26583 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26584
26585 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
26586 character, so GDB won't print garbage after its end.
26587
26588 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
26589 breakpoint there instead. Sometimes GCC emits memcpy to handle
26590 the large structures being passed by value, so we step into that
26591 instead of sum_array_print, which obscures what we're really testing.
26592 * gdb.base/step-test.exp: However, we do want a test that notices
26593 the bizarre steps into memcpy, so do that here. Add check for
26594 stepping into function calls that pass large structures by value.
26595 ("Is that a noun clause, or are you just happy to see me?")
26596 Remove all references to specific line numbers.
26597 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
26598 New type and function.
26599 (main): Call large_struct_by_value, passing it a large struct by value.
26600 * lib/gdb.exp (gdb_get_line_number): New function.
26601
26602 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
26603 more portable.
26604
26605 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26606
26607 * lib/gdb.exp: Doc fixes.
26608
26609 1999-03-05 Nick Clifton <nickc@cygnus.com>
26610
26611 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
26612
26613 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
26614
26615 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
26616 commands. They're not germane to this test, and they don't work
26617 that way on remote targets.
26618
26619 1999-03-01 James Ingham <jingham@cygnus.com>
26620
26621 * Changelog entries merged over from gdb development branch.
26622
26623 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
26624
26625 * lib/gdb.exp (gdbtk_analyze_results): Generic function
26626 for outputting results of test run.
26627
26628 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
26629
26630 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
26631
26632 1999-02-25 Felix Lee <flee@cygnus.com>
26633
26634 * lib/gdb.exp (debug_format): initialize
26635
26636 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
26637
26638 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
26639 * gdb.base/call-rt-st.c: Ditto.
26640
26641 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
26642
26643 * gdb.threads/pthreads.exp (horiz): New variable.
26644 (test_startup): Fix regexps that capture thread numbers.
26645
26646 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
26647
26648 * gdb.base/smoke.exp: Disambiguate two test case names (both
26649 called ``print'').
26650
26651 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26652
26653 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
26654 compilation.
26655
26656 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26657
26658 * gdb.base/miscexprs.exp: Change patterns to match GDB's
26659 actual output formatting.
26660 * gdb.base/smoke.exp: GDB removes leading 0's.
26661 * gdb.base/volatile.exp: Don't check type of remuneration;
26662 that variable is no longer defined in constvars.c.
26663 * gdb.base/step-test.c (main): Exit with explicit exit code.
26664 * gdb.base/step-test.exp: Remove two nexti checks--they are
26665 not portable.
26666
26667 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26668
26669 * gdb.base/help.exp ("help delete display"): Fix test to match
26670 gdb's output.
26671
26672 * gdb.base/long_long.c (known_types): Initialize values to zero.
26673 * gdb.base/long_long.exp: Step one more line
26674 so 'dec' is initialized in "get to known place". GDB removes
26675 leading zeros. Explicitly ask for hex formatting. Use
26676 unique test case names.
26677
26678 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26679
26680 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
26681
26682 * gdb.c++/method.exp: Add missing close brace.
26683
26684 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
26685
26686 * gdb.base/maint.exp: Use 'set height 0' to disable page
26687 prompting, not 'set height 400'.
26688
26689 Fix a bunch of timeouts.
26690 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
26691 four separate tests, so expect doesn't take forever to match a ton
26692 of text against a regexp with lots of .* forms.
26693 ("maint print psymbols", "maint print symbols"): Make some of
26694 these greps more selective, so that expect doesn't try to wade
26695 through huge piles of output and time out.
26696
26697 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
26698
26699 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
26700 tests: one which doesn't expect shlib events to be reported, and
26701 another which does, but is XFAIL for all platforms other than
26702 HP/UX.
26703
26704 * gdb.base/break.exp: Teach the test suite that the `catch
26705 fork', `catch vfork', and `catch exec' commands produce error
26706 messages on platforms that don't provide these features.
26707
26708 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26709
26710 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
26711 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
26712 (shortening names from solib_threshold.exp etc), won't run on
26713 anything but HP-UX for the foreseeable future.
26714 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
26715 reflect move.
26716
26717 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
26718
26719 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
26720 gdb.trace/Makefile.in (clean): Remove all test executables.
26721
26722 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
26723
26724 * gdb.base/shlib-call.exp: add test cases to verify that gdb
26725 successfully re-sets breakpoints in shared libraries.
26726 * gdb.base/shmain.c (main): return 0, don't fall off the end.
26727
26728 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26729
26730 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
26731 and compiled w/o GCC.
26732
26733 * gdb.hp/watch-cmd.exp: ditto.
26734
26735 * gdb.hp/watch-hp.exp: ditto.
26736
26737 * gdb.hp/xdb1.exp: ditto.
26738
26739 * gdb.hp/xdb2.exp: ditto.
26740
26741 * gdb.hp/dbx.exp: ditto.
26742
26743 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
26744
26745 * constvars.c: Remove C++-isms.
26746 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
26747 with GCC.
26748
26749 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
26750
26751 The following changes are part of the HP merge.
26752
26753 * gdb.base/break.exp: new tests to verify that catchpoints for
26754 fork, vfork, and exec don't trigger inappropriately.
26755
26756 * gdb.base/opaque.exp: compile one file at a time, then link.
26757
26758 * gdb.base/signals.exp: be more restrictive about which hppa
26759 systems receive a setup_xfail. new tests.
26760
26761 * gdb.base/solib_threshold.build: new file.
26762 * gdb.base/solib_threshold.exp: new file.
26763 * gdb.base/solib_threshold.link_opts: new file.
26764 * gdb.base/solib_threshold.mk: new file.
26765 * gdb.base/gen_solib_threshold.c: new file.
26766
26767 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
26768 tests. New tests for enums inside classes.
26769
26770 * gdb.c++/compiler.cc: indicate support of template debugging.
26771
26772 * gdb.c++/demangle.exp: run hp style demangling tests.
26773
26774 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
26775 tests.
26776
26777 * gdb.c++/misc.cc: changes to support new tests.
26778
26779 * gdb.c++/templates.cc: changes to support HP's compiler; changes
26780 to support new tests.
26781
26782 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
26783 gcc, then skip these tests.
26784
26785 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
26786
26787 The following files are part of the HP merge; some had longer
26788 names at HP, but have been renamed to be no more than 14
26789 characters in length.
26790
26791 * gdb.hp/ambiguous.cc: new file.
26792 * gdb.hp/ambiguous.exp: new file.
26793 * gdb.hp/attach.exp: new file.
26794 * gdb.hp/attach2.exp: new file.
26795 * gdb.hp/classes-hp.exp: new file.
26796 * gdb.hp/ctti.exp: new file.
26797 * gdb.hp/ctti-add.cc: new file.
26798 * gdb.hp/ctti-add1.cc: new file.
26799 * gdb.hp/ctti-add2.cc: new file.
26800 * gdb.hp/ctti-add3.cc: new file.
26801 * gdb.hp/dbx.exp: new file.
26802 * gdb.hp/exception.cc: new file.
26803 * gdb.hp/exception.exp: new file.
26804 * gdb.hp/foll-exec.c: new file.
26805 * gdb.hp/foll-exec.exp: new file.
26806 * gdb.hp/foll-fork.c: new file.
26807 * gdb.hp/foll-fork.exp: new file.
26808 * gdb.hp/foll-vfork.c: new file.
26809 * gdb.hp/foll-vfork.exp: new file.
26810 * gdb.hp/inherit-hp.exp: new file.
26811 * gdb.hp/more-steps.exp: new file.
26812 * gdb.hp/namespace.cc: new file.
26813 * gdb.hp/namespace.exp: new file.
26814 * gdb.hp/optimize.exp: new file.
26815 * gdb.hp/pxdb.c: new file.
26816 * gdb.hp/pxdb.exp: new file.
26817 * gdb.hp/quicksort.exp: new file.
26818 * gdb.hp/reg-test.exp: new file.
26819 * gdb.hp/reg-test.s: new file.
26820 * gdb.hp/sized-enum.c: new file.
26821 * gdb.hp/sized-enum.exp: new file.
26822 * gdb.hp/start-stop.exp: new file.
26823 * gdb.hp/templ-hp.cc: new file.
26824 * gdb.hp/templ-hp.exp: new file.
26825 * gdb.hp/thr-lib.c: new file.
26826 * gdb.hp/thr-lib.exp: new file.
26827 * gdb.hp/thr-lib.h: new file.
26828 * gdb.hp/thr-liblib.c: new file.
26829 * gdb.hp/virtfun-hp.c: new file.
26830 * gdb.hp/virtfun-hp.exp: new file.
26831 * gdb.hp/watch-cmd.exp: new file.
26832 * gdb.hp/watch-hp.exp: new file.
26833 * gdb.hp/xdb1.exp: new file.
26834 * gdb.hp/xdb2.exp: new file.
26835 * gdb.hp/xdb3.exp: new file.
26836
26837 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
26838
26839 The following files are part of the HP merge; some had longer
26840 names at HP, but have been renamed to be no more than 14
26841 characters in length.
26842
26843 * gdb.base/ss.h: new file.
26844 * gdb.base/call-ar-st.c: new file.
26845 * gdb.base/call-ar-st.exp: new file.
26846 * gdb.base/call-rt-st.c: new file.
26847 * gdb.base/call-rt-st-exp: new file.
26848 * gdb.base/call-strs.exp: new file.
26849 * gdb.base/ena-dis-br.exp: new file.
26850 * gdb.base/environ.exp: new file.
26851 * gdb.base/long_long.exp: new file.
26852 * gdb.base/sect-cmd.exp: new file.
26853 * gdb.base/shlib-cl2.exp: new file.
26854 * gdb.base/smoke.exp: new file.
26855 * gdb.base/so-impl-ld.c: new file.
26856 * gdb.base/so-impl-ld.exp: new file.
26857 * gdb.base/so-indr-cl.c: new file.
26858 * gdb.base/so-indr-cl.exp: new file.
26859 * gdb.base/varargs.exp: new file.
26860 * gdb.base/volatile.exp: new file.
26861 * gdb.base/whatis-exp.exp: new file.
26862 * gdb.base/display.exp: new file.
26863 * gdb.c++/derivation.exp: new file.
26864 * gdb.c++/local.exp: new file.
26865 * gdb.c++/member-ptr.exp: new file.
26866 * gdb.c++/overload.exp: new file.
26867 * gdb.c++/ovldbreak.exp: new file.
26868 * gdb.c++/ref-types.exp: new file.
26869 * gdb.c++/ref-types2.exp: new file.
26870 * gdb.c++/userdef.exp: new file.
26871
26872 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
26873
26874 * gdb.base/default.exp: Reflect wording change in remote.c.
26875
26876 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
26877
26878 * gdb.base/help.exp: Update to reflect current text.
26879
26880 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
26881
26882 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
26883 they're stack variables and contain garbage.
26884 * gdb.c++/anon-union.exp: new file.
26885
26886 The following changes were made by David Taylor
26887 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26888 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26889 in changes by HP.
26890
26891 * gdb.base/bitops.exp: new file.
26892 * gdb.base/default.exp: change expected messages for catch and
26893 info catch tests to reflect HP merge changes.
26894 * gdb.base/enable-disable-break.exp
26895 * gdb.base/ending-run.c: new file.
26896 * gdb.base/long_long.c: new file.
26897 * gdb.base/maint.exp: new file.
26898 * gdb.base/pointers2.exp: new file.
26899 * gdb.base/shlib-call2.exp: new file.
26900 * gdb.base/solib.exp: new file.
26901 * gdb.base/step-test.c: new file.
26902 * gdb.c++/anon-union.cc: new file.
26903 * gdb.c++/local.cc: new file.
26904 * gdb.c++/member-pointer.cc: new file.
26905 * gdb.c++/method.cc: new file.
26906 * gdb.c++/ref-types.cc: new file.
26907 * gdb.c++/ref-types2.cc: new file.
26908 * gdb.c++/userdef.cc: new file.
26909
26910 * gdb.base/scope.exp: compile one file at a time, then link.
26911 * gdb.base/langs.exp: ditto.
26912 * gdb.base/list.exp: ditto.
26913
26914 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
26915
26916 The following changes were made by David Taylor
26917 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26918 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26919 in changes by HP.
26920
26921 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
26922 skip tests. When compiling pass c++ flag to gdb_compile.
26923 * gdb.c++/
26924
26925 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
26926 test for on hppa*-*-hpux*; use args to see if c++ was specified.
26927 (skip_hp_tests): new function.
26928 (gdb_preprocess): new function.
26929
26930 * configure.in (hpdir): decide whether to configure gdb.hp.
26931 * configure: regenerated.
26932
26933 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
26934 to delete on clean.
26935 (EXECUTABLES): update to reflect new additions.
26936 * gdb.base/commands.exp: update message expected.
26937 * gdb.base/default.exp: add copyright notice.
26938 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
26939 * gdb.base/help.exp: update messages to reflect current text.
26940 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
26941 targets for recurse tests.
26942 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
26943 skip this file.
26944
26945 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
26946 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
26947 compilation.
26948 * gdb.c++/misc.exp: ditto.
26949 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
26950 run the tests. tell gdb_compile that it's a c++ compilation.
26951
26952 * gdb.threads/pthreads.exp: fix typo in message.
26953
26954 * gdb.base/all-bin.exp: new file.
26955 * gdb.base/arithmet.exp: new file.
26956 * gdb.base/assign.exp: new file.
26957 * gdb.base/completion.exp: new file.
26958 * gdb.base/cond-expr.exp: new file.
26959 * gdb.base/condbreak.exp: new file.
26960 * gdb.base/define.exp: new file.
26961 * gdb.base/dollar.exp: new file.
26962 * gdb.base/environment.exp: new file.
26963 * gdb.base/eval-skip.exp: new file.
26964 * gdb.base/jump.exp: new file.
26965 * gdb.base/logical.exp: new file.
26966 * gdb.base/pointers.exp: new file.
26967 * gdb.base/relational.exp: new file.
26968 * gdb.base/section_command.exp: new file.
26969 * gdb.base/whatis-expr.exp: new file.
26970
26971 * gdb.base/all-types.c: new file.
26972 * gdb.base/call-array-struct.c: new file.
26973 * gdb.base/call-return-struct.c: new file.
26974 * gdb.base/call-strings.c: new file.
26975 * gdb.base/callfuncs2.c: new file.
26976 * gdb.base/condbreak.c: new file.
26977 * gdb.base/constvars.c: new file.
26978 * gdb.base/display.c: new file.
26979 * gdb.base/int-type.c: new file.
26980 * gdb.base/jump.c: new file.
26981 * gdb.base/miscexprs.c: new file.
26982 * gdb.base/pointers.c: new file.
26983 * gdb.base/pointers2.c: new file.
26984 * gdb.base/shmain.c: new file.
26985 * gdb.base/shr1.c: new file.
26986 * gdb.base/shr2.c: new file.
26987 * gdb.base/solib.c: new file.
26988 * gdb.base/solib1.c: new file.
26989 * gdb.base/solib2.c: new file.
26990 * gdb.base/varargs.c: new file.
26991 * gdb.c++/derivation.cc: new file.
26992 * gdb.c++/overload.cc: new file.
26993 * gdb.c++/ovldbreak.cc: new file.
26994 * gdb.hp/attach.c: new file.
26995 * gdb.hp/attach2.c: new file.
26996 * gdb.hp/average.c: new file.
26997 * gdb.hp/compiler.c: new file.
26998 * gdb.hp/compiler.cc: new file.
26999 * gdb.hp/execd-program.c: new file.
27000 * gdb.hp/follow-exec.c: new file.
27001 * gdb.hp/follow-fork.c: new file.
27002 * gdb.hp/follow-vfork-and-exec.c: new file.
27003 * gdb.hp/misc-hp.cc: new file.
27004 * gdb.hp/more-steps.c: new file.
27005 * gdb.hp/optimize.c: new file.
27006 * gdb.hp/quicksort.c: new file.
27007 * gdb.hp/run-hp.c: new file.
27008 * gdb.hp/start-stop.c: new file.
27009 * gdb.hp/sum.c: new file.
27010 * gdb.hp/templates-hp.cc: new file.
27011 * gdb.hp/thread-local-in-lib.c: new file.
27012 * gdb.hp/thread-local-in-lib.h: new file.
27013 * gdb.hp/thread-local-in-lib.lib.c: new file.
27014 * gdb.hp/vforked-program.c: new file.
27015 * gdb.hp/virtfunc-hp.cc: new file.
27016 * gdb.hp/watchpoint-hp.c: new file.
27017 * gdb.hp/xdb.c: new file.
27018 * gdb.hp/xdb0.c: new file.
27019 * gdb.hp/xdb0.h: new file.
27020 * gdb.hp/xdb1.c: new file.
27021
27022 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27023
27024 The following change was made by Edith Epstein
27025 <eepstein@cygnus.com> as part of a project to merge in changes
27026 originally made by HP; HP did not create ChangeLog entries.
27027
27028 * gdb.c++/demangle.exp: changed the expected output for some
27029 ARM-style mangling -- removed second reference to datatype.
27030 For example, maint demangle __dt__11T1__pt__2_cFv
27031 T1<char>::~T1<char>(void)
27032 becomes,
27033 maint demangle __dt__11T1__pt__2_cFv
27034 T1<char>::~T1(void)
27035
27036 (test_hp_style_demangling): new hp specific demangling test cases.
27037
27038 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27039
27040 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27041 * gdb.trace/backtrace.exp: Likewise.
27042 * gdb.trace/circ.exp: Likewise.
27043 * gdb.trace/collection.exp: Likewise.
27044 * gdb.trace/deltrace.exp: Likewise.
27045 * gdb.trace/infotrace.exp: Likewise.
27046 * gdb.trace/limits.exp: Likewise.
27047 * gdb.trace/packetlen.exp: Likewise.
27048 * gdb.trace/passc-dyn.exp: Likewise.
27049 * gdb.trace/passcount.exp: Likewise.
27050 * gdb.trace/report.exp: Likewise.
27051 * gdb.trace/save-trace.exp: Likewise.
27052 * gdb.trace/tfind.exp: Likewise.
27053 * gdb.trace/tracecmd.exp: Likewise.
27054 * gdb.trace/while-dyn.exp: Likewise.
27055 * gdb.trace/while-stepping.exp: Likewise.
27056
27057 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27058
27059 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27060
27061 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27062
27063 From Brendan Kehoe:
27064 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27065 int return types.
27066
27067 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27068
27069 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
27070 remote dos host testing right.
27071
27072 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27073
27074 * gdb.base/corefile.exp: remove some xfails.
27075
27076 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27077
27078 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
27079 have different timestamps.
27080
27081 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27082
27083 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
27084 gdb.base/default.exp: Replace "exec" with "executable".
27085
27086 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27087
27088 * gdb.base/default.exp: Change else if to elseif from previous
27089 delta.
27090
27091 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27092
27093 * gdb.base/default.exp: Add brace missing from previous delta.
27094
27095 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27096
27097 * gdb.base/default.exp: Support test for info float for all
27098 varieties of arm toolchain.
27099
27100 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
27101
27102 * gdb.trace/*.exp: remove "remote_download" command.
27103
27104 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
27105
27106 * gdb.trace/*.exp: remove -gdwarf from compile.
27107
27108 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27109
27110 * gdb.trace/configure.in(AC_INIT): typo
27111 * gdb.trace/configure: regenerated
27112
27113 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
27114
27115 * config/m68k-emc.exp: New file.
27116 * lib/<emc-support.exp trace-support.exp}: New files.
27117 * configure.in: add new test directory gdb.trace.
27118 * gdb.trace/{configure configure.in Makefile.in}: New files.
27119 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27120 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27121 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27122 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27123 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27124 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27125 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
27126
27127 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
27128
27129 * gdb.c++/classes.exp: Change all regular expressions to match
27130 arbitrary combinations of newline/carriage-return, so that they
27131 will work equally well on Unix and Windows.
27132 * gdb.c++/inherit.exp: ditto.
27133 * gdb.c++/virtfunc.exp: ditto.
27134
27135 1998-08-11 Dawn Perchik <dawn@cygnus.com>
27136
27137 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27138
27139 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27140
27141 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27142 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27143 to use a0-a3/d0-d3 as needed.
27144
27145 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27146
27147 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27148 * gdb.disasm/am33.exp: Corresponding changes.
27149
27150 1998-07-11 Felix Lee <flee@cygnus.com>
27151
27152 * gdb.base/callfuncs.exp: add cmp10 test.
27153 * gdb.base/callfuncs.c (cmp10): new function.
27154
27155 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
27156
27157 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
27158 into two parts to get around a synchronization problem in expect.
27159
27160 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
27161
27162 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
27163
27164 * configure.in: Add options for gdbtk testsuite.
27165
27166 * configure: Regenerate.
27167
27168 * gdb.gdbtk: New directory to hold gdbtk tests.
27169
27170 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27171
27172 * gdb.fortran/types.exp: Escape brackets in expect patterns
27173 for test_float_literal_types_accepted tests.
27174 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
27175 before run test.
27176
27177 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
27178
27179 * am33.exp: Just compile, do not link the testcase.
27180 * am33.s: Add ".am33" pseudoop to force am33 mode.
27181
27182 1998-06-25 Felix Lee <flee@cygnus.com>
27183
27184 * gdb.base/setshow.exp: make sure $pc is sane.
27185
27186 * gdb.stabs/weird.exp: split expect patterns properly.
27187
27188 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
27189
27190 * gdb.disasm/am33.s: New disassembler testfile for the am33.
27191 * gdb.disasm/am33.exp: Run it.
27192
27193 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
27194
27195 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
27196 match processing (and eliminate spurious timeouts when running).
27197
27198 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
27199
27200 * gdb.base/signals.exp (test_handle_all_print): put back Mach
27201 exception test, but conditionalize it on target [mach | gnu].
27202
27203 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
27204
27205 * gdb.base/overlays.exp: fixup compile line for linker script.
27206
27207 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27208
27209 * gdb.fortran/types.exp: don't guess at float size.
27210
27211 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27212
27213 * gdb.base/exprs.exp: delete test that depends on int size.
27214
27215 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27216
27217 * config/sim.exp: Removed checks for target triplets.
27218 (gdb_target_sim): Use gdb,target_sim_options.
27219
27220 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27221
27222 * gdb.base/reread.exp: New file.
27223 * gdb.base/reread1.c: New file.
27224 * gdb.base/reread2.c: New file.
27225
27226 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27227
27228 * config/sim.exp: Use 'target sim -sparclite' when running
27229 SPARClite programs.
27230
27231 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27232
27233 * gdb.base/structs2.exp: New file.
27234 * gdb.base/structs2.c: New file.
27235
27236 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27237
27238 * gdb.asm/common.inc: New file.
27239 * gdb.asm/d10v.inc: New file.
27240 * asm-source.exp: Pass -I's to gas to find .inc files.
27241 Update line numbers in expected output.
27242 * asmsrc1.s: Rewrite.
27243 * asmsrc2.s: Rewrite.
27244 * configure.in: Create arch.inc symlink.
27245 * configure: Regenerate.
27246 * Makefile.in (distclean): Delete arch.inc.
27247
27248 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27249
27250 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
27251 (t_enum_value2): ditto
27252 (t_enum_value3): ditto
27253 (main): ditto
27254 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27255
27256 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27257 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27258 change.
27259 Use gdb_test instead of send_gdb/gdb_expect sequences.
27260
27261 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27262
27263 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27264 not void.
27265
27266 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27267
27268 * gdb.base/branches.c: Code with lots of loops and
27269 subroutines. Used to test gdbs ability to single step through PC
27270 changes, especially to test mips-tdep.c:mips_next_pc
27271
27272 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27273
27274 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27275 more rigorous EGCS C++ error checking.
27276
27277 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27278
27279 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27280 tests.
27281 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27282 function when asleep.
27283 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27284 for i*86 Linux and SVR4 signal handling problems.
27285 Remove linux xfail for `next to handler in signals_tests_1', fixed
27286 by recent infrun.c change.
27287 Limit backtrace to 10 frames to avoid timeout problems with infinite
27288 stack backtraces.
27289 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27290 target.[ch] change.
27291
27292 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27293
27294 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27295 for a newline from gdb before continuing.
27296 (default_gdb_exit): Just look for y or n.
27297 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27298 it does, fail the rests of the tests in the file.
27299
27300 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27301
27302 * config/cygmon.exp: New file.
27303
27304 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27305
27306 * gdb.base/list.exp: Fix problem with "list default lines around
27307 main" test on remote targets.
27308
27309 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27310 run test on remote targets.
27311
27312 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27313
27314 * gdb.asm: New directory.
27315 * configure.in: Configure it.
27316 * configure: Regenerate.
27317 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27318 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27319
27320 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27321
27322 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27323
27324 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
27325
27326 * gdb.base/overlays (several files): Merge the two overlay
27327 managers into one. Change variables (foox, barx, bazx, grbxx)
27328 back into ints but force them to load in their proper sections.
27329
27330 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27331
27332 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
27333 on-chip insn memory and IMAP1 to upper 128k.
27334 (D10VCopy): Handle memory regions crossing 16k boundaries.
27335 (D10VCopy): Transfer data in 32 bit chunks.
27336
27337 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27338
27339 * gdb.base/overlays.c (main): Exit normally when result is
27340 correct.
27341
27342 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
27343 map. Include space for printf in .text segment.
27344
27345 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
27346 updated d10v memory VMA/LMA map.
27347 (D10VCopy): Call D10VTranslate.
27348
27349 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27350
27351 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27352
27353 * gdb.base/bar.c (barx, bar): Change variable to small array so
27354 that it won't be put into the .sdata - small data -
27355 section. Update reference.
27356 * gdb.base/baz.c (bazx, baz): Ditto.
27357 * gdb.base/foo.c (foox, foo): Ditto.
27358 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27359
27360 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
27361 to be arrays.
27362
27363 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
27364
27365 * gdb.base/overlays.exp: fix up and get working again.
27366 Add tests for backtraces from an overlay function.
27367
27368 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27369
27370 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27371 "calling function with watchpoint enabled".
27372
27373 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27374
27375 * gdb.base/break.exp (test_next_with_recursion): Remove
27376 gdb_suppress_tests for d10v-*-*.
27377 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27378 pending review of whether it is useful or not.
27379
27380 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27381
27382 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27383
27384 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27385
27386 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27387 * config/dve.exp: New file to support Densan boards.
27388
27389 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27390
27391 * gdb.base/interrupt.exp: Document problem of simulators, signals,
27392 reads and BSD.
27393
27394 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27395
27396 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27397 response.
27398
27399 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27400
27401 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27402
27403 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
27404 test.
27405
27406 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
27407 target_sizeof_long and target_bigendian_p.
27408 (structs_by_value, structs_by_reference): Check values according
27409 to targets word size and endianess.
27410
27411 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27412
27413 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
27414 output.
27415
27416 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27417
27418 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
27419 Update test of set args help to match source change.
27420
27421 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27422
27423 * gdb.base/default.exp: Expect help system output to be in
27424 alphabetical order.
27425 * gdb.base/help.exp: Ditto.
27426
27427 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27428
27429 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27430 "i*86-pc-linux-gnu*".
27431 * gdb.base/interrupt.exp: Ditto.
27432 * gdb.base/corefile.exp: Ditto.
27433
27434 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
27435 define vxworks when building the testcase.
27436
27437 * gdb.base/ptype.exp: Fix testnames to be unique.
27438 * gdb.base/radix.exp: Ditto.
27439 * gdb.base/term.exp: Ditto.
27440 * gdb.base/whatis.exp: Ditto.
27441 * gdb.c++/classes.exp: Ditto.
27442
27443 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27444
27445 * gdb.base/callfuncs.exp: Fix indentation.
27446
27447 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27448 suppress_flag has been set.
27449 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27450 target feature.
27451
27452 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27453
27454 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27455 the testcase.
27456
27457 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
27458 set_debug_traps() and breakpoint().
27459 * gdb.c++/misc.cc (main): Ditto.
27460 * gdb.c++/templates.cc (main): Ditto.
27461 * gdb.c++/virtfunc.cc (main): Ditto.
27462
27463 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27464
27465 * lib/gdb.exp(gdb_step_for_stub): New function.
27466 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27467 exists, reload the executable and do a "continue" instead of
27468 doing a jump.
27469 (runto_main): Use gdb_step_for_stub.
27470
27471 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
27472 tests to have unique names.
27473 * gdb.base/callfuncs.exp: Ditto.
27474 * gdb.base/commands.exp: Ditto.
27475 * gdb.base/default.exp: Ditto.
27476 * gdb.base/help.exp: Ditto.
27477 * gdb.base/list.exp: Ditto.
27478 * gdb.base/opaque.exp: Ditto.
27479 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27480 similar tests.
27481
27482 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27483 * gdb.c++/cplusfuncs.cc: Ditto.
27484 * gdb.c++/virtfunc.cc: Ditto.
27485
27486 * config/monitor.exp: Keep track of the last file we saw, rather
27487 than trying to get the info from gdb.
27488
27489 * gdb.fortran/types.exp: Move comment to previous line.
27490
27491 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27492
27493 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
27494 target mode.
27495
27496 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27497
27498 From Bob Manson:
27499 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
27500 string from GDB when it connects.
27501
27502 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27503
27504 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27505
27506 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
27507 if we can't get a debug format from GDB (we may be testing an
27508 older GDB). Use a 10 second timeout when checking for the format.
27509
27510 * gdb.stabs/weird.exp: Fix quoting.
27511
27512 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27513
27514 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27515
27516 * config/arm-ice.exp: New file.
27517
27518 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27519
27520 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
27521 until it has been modified to work with the new testsuite.
27522
27523 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
27524 testcase won't compile, cause all of the testcases in the file to
27525 fail instead.
27526
27527 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27528 (gdb_clear_suppressed): New procedure.
27529 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27530 it contains a positive value.
27531
27532 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27533
27534 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27535
27536 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27537
27538 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27539
27540 * lib/gdb.exp (setup_xfail_format): New function.
27541 (get_debug_format): New function to get debug format.
27542 (debug_format): New global variable to hold last value set
27543 by get_debug_format.
27544 * gdb.base/list.exp: Call get_debug_format and expect some
27545 tests to fail for DWARF 1 and COFF formats.
27546 * gdb.c++/ptype.exp: Ditto.
27547 * gdb.c++/classes.exp: Ditto.
27548 * gdb.c++/cplusfuncs.exp: Ditto.
27549 * gdb.c++/inherit.exp: Ditto.
27550 * gdb.c++/templates.exp: Ditto.
27551 * gdb.c++/virtfunc.exp: Ditto.
27552
27553 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27554
27555 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27556 host doesn't have a currently-open connection.
27557
27558 * config/sparclet.exp: Cleanups and fixes to make it generic for
27559 any gdb stub target. Handle cases where gdb doesn't respond when
27560 interrupted in a sane fashion.
27561
27562 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
27563 same thing in a totally different way.
27564
27565 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
27566 setting "timeout".
27567 (gdb_start): We set the global gdb_prompt variable in
27568 default_gdb_init now.
27569
27570 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27571
27572 * gdb.base/printcmds.exp: Fix "check for floating addition"
27573 regexp to accept results within approx +/- .01 of exact value.
27574 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
27575
27576 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
27577
27578 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
27579 properly.
27580 (gdb_expect): Add optional timeout parameter, and add timeout
27581 value to various calls.
27582 (gdb_suppress_tests): Only give one warning message per group.
27583
27584 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
27585
27586 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
27587 global variables. Handle getting a value for $timeout more
27588 gracefully.
27589
27590 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27591
27592 * lib/gdb.exp: Close connection to remote host if gdb doesn't
27593 initialize.
27594 (default_gdb_init): New procedure; allow gdb_init to be overridden
27595 by a target configuration file.
27596 (gdb_expect): Pass the timeout to remote_expect.
27597
27598 * config/monitor.exp(gdb_load): Fix typo in regexp.
27599
27600 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
27601
27602 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
27603
27604 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
27605
27606 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
27607 here. Call gdb_target_exec before rebooting the target, to make
27608 sure the connection to the target is closed.
27609 (gdb_load): Pass the name of the executable to gdb_target_monitor.
27610 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
27611 Also detect "Timeout reading from remote" error.
27612
27613 * config/gdbserver.exp: Pass the executable being loaded to
27614 gdb_target_monitor. Don't call gdb_file_cmd here; let
27615 gdb_target_monitor do it.
27616
27617 * gdb.disasm/hppa.exp: Don't use exec_output.
27618
27619 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
27620
27621 * gdb.base/list.exp: If we're debugging a non-native target,
27622 try to set the pc register to point to the start of the
27623 program before doing the first list command.
27624
27625 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
27626 test_calls after restarting.
27627
27628 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
27629 reloading.
27630
27631 * gdb.base/watchpoint.exp: Fix typo.
27632
27633 * gdb.base/setshow.exp: Check for use_gdb_stub.
27634
27635 * gdb.base/break.exp: Fix continue until exit test for the gdb
27636 stub case.
27637 * gdb.base/langs.exp: Ditto.
27638
27639 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
27640 gdb_load_offset. If we weren't given a file to load, figure out
27641 what the current file is and use it.
27642
27643 * config/i386-bozo.exp: New file.
27644
27645 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
27646
27647 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
27648 feature.
27649
27650 * config/proelf.exp: New entry.
27651
27652 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
27653
27654 * lib/gdb.exp: Remove spurious .* patterns at the beginning
27655 of regexps.
27656
27657 * gdb.base/watchpoint.exp: Don't run the test_stepping
27658 tests if gdb can't call functions on the target.
27659
27660 * gdb.base/setshow.exp: Don't run the set prompt tests if
27661 the board has gdb_prompt set.
27662
27663 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
27664
27665 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
27666 * gdb.base/commands.exp: Likewise.
27667 * gdb.base/setshow.exp: Likewise.
27668
27669 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
27670
27671 * config/monitor.exp(gdb_start): Look for gdb_prompt target
27672 feature.
27673
27674 * config/i960.exp: New file.
27675
27676 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
27677
27678 * gdb.base/funcargs.exp: Check for gdb,short_int target
27679 feature instead of looking for explicit target triplets.
27680
27681 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
27682
27683 * gdb.base/printcmds.exp: add a couple more tests a la
27684 "p 123DEADBEEF", to check parse_number.
27685 * top.c: change "to enable to enable" to "to enable" in a couple
27686 of help strings.
27687
27688 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
27689
27690 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
27691 on the mn10300.
27692
27693 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
27694
27695 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
27696 where the test executable is run with explicit args.
27697 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
27698
27699 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
27700
27701 * gdb.base/run.c: Use FAKEARGV to build test executable that
27702 does not require a command line arg, since most simulators
27703 don't currently support passing such an arg into the simulated
27704 program.
27705 * gdb.base/commands.exp: Change tests to insert the proper
27706 value as the arg to the first recursive factorial call. Change
27707 compilation line to define FAKEARGV at compile time.
27708
27709 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
27710
27711 * gdb.base/recurse.exp: Enable these tests for the mn10300.
27712 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
27713 function with watchpoint enabled" test.
27714
27715 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
27716
27717 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
27718 Don't call gdb_test when the command doesn't return to a gdb prompt.
27719
27720 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
27721 "Tests restarted" messages.
27722
27723 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
27724
27725 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
27726
27727 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
27728
27729 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
27730 for INFO SYMBOL; add help tests for OVERLAY commands.
27731 * gdb.base/default.exp: add tests for INFO SYMBOL command;
27732 add tests for OVERLAY commands
27733 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
27734 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
27735 * gdb.base/sigall.c: add usestubs code frag
27736 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
27737
27738 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
27739
27740 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
27741 failures.
27742 (gdb_stop_suppressing_tests): Note that tests have restarted.
27743
27744 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
27745
27746 * config/h8300.exp: New file.
27747
27748 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
27749
27750 * gdb.base/setshow.exp: Check for the existence of a
27751 feature, not its value.
27752
27753 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
27754
27755 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
27756
27757 * gdb.base/scope.exp: It's now init0(), not init().
27758
27759 * gdb.base/scope0.c: For now, change init() to be init0().
27760
27761 * config/monitor.exp: Use gdb_serial in preference to serial
27762 or netport.
27763
27764 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
27765 and it's not already set.
27766
27767 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
27768
27769 * gdb.base/setshow.exp: Only test the run command if the target
27770 isn't using a stub and if it supports argument passing.
27771
27772 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
27773
27774 * config/udi.exp(gdb_start): Make sure UDICONF is set
27775 properly before starting gdb.
27776
27777 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
27778
27779 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
27780 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
27781 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
27782
27783 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
27784
27785 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
27786 specialized code to reboot the board, use remote_reboot instead.
27787
27788 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
27789
27790 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
27791
27792 * config/monitor.exp: Make sure we disconnect from the target.
27793 Also, try a reboot/reload cycle instead of failing if the
27794 load fails.
27795
27796 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
27797
27798 * gdb.base/default.exp: Don't set match_max.
27799 * gdb.base/help.exp: Ditto.
27800 * gdb.base/list.exp: Ditto.
27801 * gdb.base/signals.exp: Ditto.
27802
27803 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
27804 set, use remote_ld to download the testcase instead of
27805 the GDB loader.
27806
27807 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
27808
27809 * config/vr5000.exp: New file.
27810
27811 * config/monitor.exp(gdb_target_monitor): Add pattern for
27812 "Ending remote" to detect errors in connecting.
27813
27814 * gdb.base/setshow.exp: Add .* within auto language test.
27815
27816 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
27817 target feature.
27818
27819 * config/monitor.exp(gdb_load): Check for a failure when loading,
27820 and reboot the board if necessary.
27821
27822 * gdb.base/setvar.exp(test_set): Handle multiple prints within
27823 a set of tests. Remove print.* from the patterns being checked.
27824
27825 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
27826
27827 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
27828 refer to gdb_spawn_id.
27829
27830 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
27831 longer used.
27832 * config/sparclet.exp: Ditto.
27833 * config/sparclet-old.exp: Ditto.
27834 * config/slite.exp: Ditto.
27835 * config/sim.exp: Ditto.
27836 * gdb.base/funcargs.exp: Ditto.
27837
27838 * lib/gdb.exp:Remove references to gdb_spawn_id.
27839 (gdb_expect): Move to remote.exp.
27840
27841 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
27842
27843 * config/monitor.exp: Detect the "Couldn't establish connection"
27844 message from GDB.
27845
27846 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
27847
27848 * gdb.base/bitfields.exp: Use runto instead of explicit
27849 gdb_run_cmd/gdb_expect sequences.
27850
27851 * gdb.base/break.exp(text_next_with_recursion): Add match for
27852 gdb_expect call.
27853
27854 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
27855 We also need to handle the "A program is being debugged already"
27856 prompt from gdb. Use gdb_test to set the baud rate.
27857
27858 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
27859 to 20000. Really. I mean it.
27860
27861 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27862
27863 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
27864 fails. If suppress_flag is set, skip perror message about not
27865 being able to send to GDB.
27866 (send_gdb): If suppress_flag is set, don't try to send commands to
27867 GDB.
27868 (gdb_expect): If suppress_flag is set, always fail immediately.
27869 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
27870 (gdb_init): Call gdb_stop_suppressing_tests.
27871 (default_gdb_exit): Ditto.
27872 (default_gdb_start): Ditto.
27873
27874 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
27875 gdb_stop_suppressing_tests as appropriate.
27876 * gdb.base/break.exp: Ditto.
27877 * gdb.base/callfuncs.exp: Ditto.
27878 * gdb.base/commands.exp: Ditto.
27879 * gdb.base/exprs.exp: Ditto.
27880 * gdb.base/funcargs.exp: Ditto.
27881 * gdb.base/list.exp: Ditto.
27882 * gdb.base/recurse.exp: Ditto.
27883 * gdb.base/scope.exp: Ditto.
27884 * gdb.base/structs.exp: Ditto.
27885 * gdb.c++/inherit.exp: Ditto.
27886
27887 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
27888
27889 * config/vr4300.exp: New file.
27890
27891 * gdb.*/*.exp: Call gdb_expect instead of expect.
27892
27893 * lib/gdb.exp(gdb_expect): New function.
27894
27895 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
27896
27897 * lib/gdb.exp(gdb_init): New function.
27898
27899 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
27900 for each individual variable set.
27901
27902 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
27903 name.
27904
27905 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
27906
27907 * gdb.base/scope.exp: Use gdb_test.
27908
27909 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
27910 aborting; the testsuite driver will do that for us (see
27911 gdb_finish). Also, use gdb_test in a few more places.
27912
27913 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
27914
27915 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
27916
27917 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
27918
27919 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
27920 and "add_tests" are not at the same address.
27921
27922 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
27923
27924 * gdb.base/ptype.exp: Use gdb_test.
27925
27926 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
27927
27928 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
27929 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
27930 left in. No longer expect them to fail.
27931
27932 * gdb.stabs/*.mt; Deleted, no longer used.
27933 * gdb.stabs/configure.in: Remove references to target makefile
27934 frags.
27935 * gdb.stabs/configure: Rebuilt.
27936
27937 * gdb.disasm/*.mt: Deleted, no longer used.
27938 * gdb.disasm/configure.in: Remove references to target makefile
27939 frags. Use "sh3.s" as the unique filename for this directory.
27940 * gdb.disasm/configure: Rebuilt.
27941
27942 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
27943 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
27944 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
27945
27946 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
27947
27948 * config/udi.exp: Use mondfe,name instead of remote_host.
27949
27950 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
27951
27952 * gdb.base/watchpoint.exp: Don't expect a failure when calling
27953 a function with a watchpoint enabled on the mn10200.
27954
27955 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
27956 before trying to create it!
27957
27958 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
27959
27960 * config/vx.exp: Use hostname instead of netport.
27961
27962 * config/vxworks.exp: New file.
27963
27964 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
27965
27966 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
27967 gdb before assuming everything worked. Send a ^C if a timeout
27968 occurs.
27969
27970 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
27971 $gdb_spawn_id directly.
27972 (gdb_run_cmd): Try _start as well as start. Use the target feature
27973 gdb,start_symbol as the symbol to start from when jumping.
27974
27975 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
27976
27977 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
27978 redundant) test.
27979
27980 * gdb.base/recurse.exp: Relax final value test for 'b' so that
27981 it doesn't lose for 16bit integer systems.
27982
27983 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
27984
27985 * gdb.fortran/types.exp: If the target doesn't support "double"
27986 data types, then expect "real" types to only be 4 bytes.
27987
27988 * gdb.c++/virtfunc.exp: Expect failure for virtual function
27989 call tests if the target doesn't support inferior function calls.
27990
27991 * gdb.base/printcmds.exp: Allow minor deviation in FP values
27992 in printf tests.
27993
27994 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
27995
27996 * gdb.base/help.exp: Disable "help set", "help show", and
27997 "help support". Simplify regexp for "help stack".
27998
27999 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28000 to 60 seconds. Temporarily set match_max to 15000 around the
28001 "info copying" test.
28002
28003 * gdb.base/nodebug.exp: Don't try to do an inferior function
28004 call if the target doesn't support them.
28005 * gdb.base/printcmds.exp: Likewise.
28006 * gdb.base/setvar.exp: Likewise.
28007 * gdb.base/structs.exp: Likewise.
28008 * gdb.c++/templates.exp: Likewise.
28009 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28010
28011 * gdb.base/recurse.exp: Enable for the mn10200.
28012
28013 * configure.in: Do configure gdb.stabs directory for *-*-elf
28014 targets.
28015 * configure: Rebuilt.
28016
28017 * gdb.base/break.exp: Check for gdb,noresults before testing
28018 exit status and/or results from the target.
28019 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28020 * lib/gdb.exp: Remove old (now bogus) initialization of
28021 noinferior, noargs, noresults and nosignals.
28022
28023 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28024
28025 * config/sh.exp: New file.
28026
28027 * config/slite.exp: Try to connect multiple times to the board
28028 before rebooting. Only send a "monitor run" if need_monitor_run
28029 is set.
28030
28031 * gdb.base/break.exp: Don't do the "stub continue" test if
28032 the target has gdb_stub set.
28033
28034 * gdb.base/callfuncs.exp: Increase the timeout.
28035
28036 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28037 if the target has gdb,noinferiorio set.
28038
28039 * gdb.base/list.exp: Increase match_max to 10000 characters.
28040
28041 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28042
28043 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28044 target.
28045
28046 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28047
28048 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28049
28050 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
28051 trying to delete the copy of gdb. Catch the file delete so we
28052 don't die if the delete fails; also, the file should be copied to
28053 the host, not to the build.
28054
28055 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28056
28057 * lib/gdb.exp(gdb_test): Surround the result pattern with
28058 parenthesis in case it contains multiple regexps separated
28059 with |.
28060
28061 * gdb.base/watchpoint.exp: Use gdb_test.
28062 * gdb.base/default.exp: Ditto.
28063
28064 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28065
28066 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
28067
28068 * gdb.base/scope.exp: Use gdb_test.
28069 * gdb.c++/classes.exp: Ditto.
28070 * gdb.c++/inherit.exp: Ditto.
28071
28072 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28073
28074 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28075 remote_exec instead.
28076 * gdb.base/corefile.exp: Don't be ridiculous.
28077 * gdb.base/*.c: Add missing stub invocations.
28078
28079 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28080
28081 * config/slite.exp: Miscellaneous fixes.
28082
28083 * lib/gdb.exp: Fix runto.
28084
28085 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28086 the target.
28087
28088 * gdb.base/watchpoint.exp: Fix regexp.
28089
28090 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28091 close and wait commands, as the descriptor may now be
28092 invalid. Always call "remote_close host".
28093
28094 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28095
28096 Major rewrite for testsuite revision.
28097
28098 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28099 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28100 instead of relying on spawn_id to always contain a valid
28101 spawn id.
28102 (get_compiler_info): New procedure to build the ${binfile}.ci
28103 file, instead of replicating this in N different places.
28104 (gdb_compile): New procedure.
28105
28106 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
28107 appropriate arguments) instead of compile. Use gdb_test in a lot
28108 more places. Use send_gdb instead of send. Always run gdb_start
28109 at the start of a testcase, as this is no longer done magically.
28110
28111 config/*-gdb.exp: Rename without the -gdb suffix.
28112
28113 config/mips.exp: Use remote_close instead of exit_remote_shell.
28114 config/monitor.exp: Use target_info instead of looking at
28115 baud, timeout, etc.
28116 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28117
28118 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28119
28120 * gdb.c++/templates.exp (test_ptype_of_templates),
28121 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28122 Update expect patterns for destructors and assignment operators
28123 to match corresponding c-typeprint.c changes.
28124 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28125 to destructor breakpoint test, GDB should be able to set the
28126 destructor breakpoint without specifying arguments.
28127
28128 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28129
28130 * gdb.threads/pthreads.exp: Change result for failure to compile due
28131 to lack of pthreads runtime support from an error to simply an
28132 unsupported test, per dejagnu standards.
28133
28134 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28135
28136 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28137 where GDB exits to reduce pattern match time.
28138 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28139
28140 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28141
28142 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
28143
28144 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28145 * gdb.base/default.exp: ditto.
28146 * gdb.base/nodebug.exp: ditto.
28147 * gdb.base/printcmds.exp: ditto.
28148 * gdb.base/ptype.exp: ditto.
28149 * gdb.base/setvar.exp: ditto.
28150 * gdb.base/structs.exp: ditto.
28151 * gdb.base/setshow.c: Guard against uninitialized values of argc.
28152
28153 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
28154
28155 * configure, */configure: Rebuild with autoconf 2.12.
28156
28157 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
28158
28159 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
28160 use new i*86-pc-linux*-gnu quads.
28161 * gdb.base/corefile.exp: Ditto.
28162 * gdb.base/signals.exp: Ditto.
28163 * gdb.base/sigall.exp: Ditto.
28164 * gdb.base/interrupt.exp: Ditto.
28165
28166 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
28167 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
28168 RedHat 4.0.
28169
28170 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
28171 linux. This allows the test case to at least compile on latest
28172 linux, but still not run due to missing the threads runtime library.
28173
28174 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28175
28176 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
28177 directory to search gdb directory. Accept and step over conditional
28178 stack alignment code. Consume $prompt in failure cases.
28179 Reset timeout to $oldtimeout instead of some arbitrary value.
28180 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
28181 timeout problems with infinite stack backtraces.
28182 * gdb.base/ptype.exp (ptype struct link, union tu_link):
28183 Accept function parameters for linkfunc member.
28184
28185 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
28186
28187 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
28188 (CXXFLAGS): Remove, unreferenced.
28189 (B_OPTIONS): Add for -B options and add code to initialize with
28190 previous -B options and also add -B option to pick up cross compiled
28191 runtime.
28192 (TARGET_INCLUDES): Add for -I options and add code to initialize when
28193 doing cross compiles.
28194 (target_alias): Declare global.
28195 (xgcc): Set variable to full path of gcc in build tree. Use findfile
28196 to verify that gcc exists in build tree, and if so set CC to that
28197 gcc and to use B_OPTIONS and TARGET_INCLUDES.
28198
28199 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
28200
28201 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
28202 ptype test for anonymous union. Fixup testcase to match
28203 current gcc debug output.
28204
28205 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
28206
28207 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28208 force argument to an unsigned long type.
28209
28210 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28211
28212 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
28213 tests and anonymous union print/ptype tests.
28214 * gdb.base/list.exp (test_forward-search): Increase timeout by
28215 5 minutes for the "search extremely long line" case.
28216 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28217 completely optional and that the pass/fail messages use the command as
28218 the message if that third arg is a null string.
28219 (gdb_test_exact): Arrange that a null string pattern means match a
28220 null string output rather than any output, which might include random
28221 errors.
28222 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28223 backtrace test.
28224 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28225 always failing and failure is now exposed by gdb.exp changes.
28226
28227 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28228
28229 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28230 weren't being noted.
28231
28232 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28233
28234 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28235 * gdb.stabs/weird.exp: Remove v_comb xfails.
28236
28237 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
28238
28239 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
28240 list.exp scope.exp watchpoint.exp]
28241 Make all timeout error msgs explicitly say "(timeout)".
28242
28243 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
28244
28245 * config/monitor.exp: Increase download timeout to 1000 seconds.
28246
28247 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
28248
28249 * config/m32r.exp: Increase timeout to 120 seconds.
28250
28251 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28252
28253 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28254 and accept older ordering as obsolescent gcc or gdb.
28255 * gdb.c++/templates.exp: Ditto.
28256 * gdb.c++/virtfunc.exp: Ditto.
28257
28258 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28259
28260 * gdb.base/coremaker.c: Add code to mmap some data so we
28261 can check that it ends up in the core file.
28262 * gdb.base/corefile.exp: Add test to read mmapped data
28263 from core file.
28264
28265 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
28266
28267 * config/m32r.exp: New file.
28268
28269 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28270
28271 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28272 that cflags can contains -gstabs, and work correctly for other tests.
28273
28274 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
28275
28276 * gdb.base/setshow.exp: New file, tests show and set.
28277 * gdb.base/setshow.c: New file, tests show and set.
28278 * gdb.base/help.exp: Add test for help set|show annotate.
28279 * gdb.base/default.exp: Add test for set|show annotate.
28280
28281 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28282
28283 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28284 errors unique.
28285 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28286 explicitly.
28287
28288 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28289
28290 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28291 and width commands. This is done elsewhere.
28292 * (gdb_start): Don't call gdb_start_sim here. That's already
28293 done in gdb_load. This fixes lots of failures in default.exp.
28294
28295 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28296
28297 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28298 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28299 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28300 in the same we we treat other failures (since it may be an expected
28301 condition), rather than as an error.
28302 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28303 old test format.
28304
28305 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28306
28307 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28308 (distclean maintainer-clean realclean): No need to remove files
28309 twice. Nuke the duplicates.
28310 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
28311 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
28312 Remove config.h along with other config files.
28313
28314 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28315
28316 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28317 "p func1 ()" and note that rests of tests are skipped.
28318 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
28319 setup_xfails for "print func2::coremaker_local".
28320 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28321 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28322 affected by the previous run test.
28323 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28324 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28325 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28326 "pass int powerset tuple" and "pass modeless int powerset tuple".
28327 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28328 "real write 4" and "real write 8".
28329 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
28330 setup_xfails for "print vs1 after tuple assign 2",
28331 "print \$i after tuple assign 2", and
28332 "print vs2 after tuple assign 2".
28333 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28334 meaningful error message and return -1 so the caller can
28335 suppress further tests and avoid a cascade of errors.
28336
28337 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28338
28339 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28340 format for printing version.
28341 * gdb.base/default.exp: Ditto.
28342 * gdb.base/interrupt.exp: Fix problem with cascade of
28343 errors if child process dies while calling a function.
28344
28345 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28346
28347 * Makefile.in (VPATH): Add
28348 * Makefile.in (Makefile, config.status): Fix rules so things get
28349 remade when necessary.
28350
28351 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28352
28353 * Makefile.in (just-check): Add path to sibling expect dir
28354 to environment variable specified by RPATH_ENVVAR.
28355
28356 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28357
28358 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28359 (just-check): Add shared library paths for libstdc++, tk,
28360 tcl, bfd, and opcodes to the environment variable specified
28361 in RPATH_ENVVAR.
28362 * configure.in: Add support to recognize --enable-shared flag
28363 and generate correct value for RPATH_ENVVAR.
28364 * configure: Regenerated with autoconf.
28365
28366 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28367
28368 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
28369 include all osf versions.
28370 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28371 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28372 when target is linux. When failing to build pthreads test
28373 executable, give more meaningful message.
28374 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28375 arg for pthread_create.
28376
28377 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28378
28379 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
28380 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
28381 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
28382 and -lpthreads (everybody else).
28383 (test_startup): Fail gracefully if threads are not supported.
28384 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28385 "p/c array_index("abcdef",2)" when not gcc compiled.
28386 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28387 "print func2::coremaker_local" when not gcc compiled.
28388 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28389 "ptype on opaque struct tagname (statically)",
28390 "ptype on opaque struct tagname (dynamically) 1", and
28391 "ptype on opaque struct tagname (dynamically) 2"
28392 for not compiled with gcc.
28393 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28394 backtrace when compiled with gcc.
28395 * lib/gdb.exp (runto_main): Return result of "runto main" rather
28396 than always return success.
28397
28398 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28399
28400 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28401
28402 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28403
28404 * gdb.base/structs.exp: Undo last change.
28405
28406 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28407
28408 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28409 encapsulate all the steps/nexts done during self test, starting
28410 at main, and makes them less sensitive to optimization issues.
28411 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28412 signal handler" test.
28413 * gdb.threads/pthreads.exp: Only run this for native configs.
28414 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28415 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28416 tests.
28417 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28418 for "runto test_calls(void)" test.
28419
28420 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28421
28422 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28423 and don't expect address info in breakpoint confirmations.
28424
28425 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28426
28427 * gdb.base/list.exp (test_forward_search): Increase timeout
28428 temporarily by 60 seconds for searching extremely long line,
28429 and then reset to old value when done. Increase expect input
28430 buffer to 10000.
28431
28432 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28433
28434 * gdb.base/list.exp (test_forward_search): Fix to handle very
28435 long source line without overflowing expect's input buffer.
28436
28437 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28438
28439 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28440 "buffer_full".
28441
28442 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28443 "buffer_full".
28444
28445 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28446 "buffer_full".
28447
28448 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28449 "buffer_full".
28450
28451 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28452
28453 * configure.in (configdirs): Add gdb.threads.
28454 * configure: Regenerated with autoconf.
28455 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28456 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28457 * gdb.threads/configure: New, generated with autoconf.
28458
28459 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28460
28461 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28462
28463 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28464
28465 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28466 each signal's status in the output of "handle all print".
28467 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28468 the \r\n sequence that immediately precedes the gdb prompt.
28469 * gdb.base/a1-selftest.exp: Save original timeout and restore
28470 after test.
28471
28472 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28473
28474 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28475 symbol.
28476
28477 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28478
28479 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28480
28481 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28482
28483 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28484 timeout by 60 seconds.
28485
28486 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28487
28488 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28489 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28490 error return.
28491
28492 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28493
28494 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28495 gdb initialization, also report how long dejagnu waited. Restore
28496 old timeout before doing error return. Temporarily increase timeout
28497 by 3 minutes to allow for slow startups over heavy NFS use.
28498
28499 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28500
28501 * lib/gdb.exp: Report timeout value for verbosity level 2.
28502 * config/gdbserver.exp: Ditto.
28503 * config/hppro.exp: Ditto.
28504 * config/mips-gdb.exp: Ditto.
28505 * config/monitor.exp: Ditto.
28506 * config/netware.exp: Ditto.
28507 * config/sim-gdb.exp: Ditto.
28508 * config/slite-gdb.exp: Ditto.
28509 * config/udi-gdb.exp: Ditto.
28510 * config/unix-gdb.exp: Ditto.
28511 * config/vx-gdb.exp: Ditto.
28512 * gdb.base/a1-selftest.exp: Ditto.
28513 * gdb.base/a2-run.exp: Ditto.
28514 * gdb.base/break.exp: Ditto.
28515 * gdb.base/corefile.exp: Ditto.
28516 * gdb.base/list.exp: Ditto.
28517 * gdb.base/recurse.exp: Ditto.
28518 * gdb.base/scope.exp: Ditto.
28519 * gdb.base/signals.exp: Ditto.
28520
28521 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28522
28523 * gdb.threads/Makefile.in (docdir): Removed.
28524
28525 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28526
28527 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
28528 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
28529 @srcdir@.
28530 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
28531 autoconf 2.5 or higher.
28532 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28533
28534 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28535
28536 * configure: Regenerated.
28537 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28538 avoid name clashes with SunOS headers.
28539
28540 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28541
28542 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28543
28544 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28545
28546 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28547 prototype information ends up in the compiler info file.
28548
28549 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28550
28551 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28552 attempting to regenerate it. Eliminate use of a temporary file
28553 and just generate the info file directly. Source it immediately,
28554 for consistency of use.
28555 * gdb.base/corefile.exp: Ditto
28556 * gdb.base/exprs.exp: Ditto.
28557 * gdb.base/funcargs.exp: Ditto.
28558 * gdb.base/langs.exp: Ditto.
28559 * gdb.base/list.exp: Ditto.
28560 * gdb.base/mips_pro.exp: Ditto.
28561 * gdb.base/nodebug.exp: Ditto.
28562 * gdb.base/opaque.exp: Ditto.
28563 * gdb.base/ptype.exp: Ditto.
28564 * gdb.base/scope.exp: Ditto.
28565 * gdb.base/setvar.exp: Ditto.
28566 * gdb.base/signals.exp: Ditto.
28567 * gdb.base/whatis.exp: Ditto.
28568 * gdb.c++/templates.exp: Ditto.
28569 * gdb.c++/virtfunc.exp: Ditto.
28570 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
28571 whether or not to add -lstdc++ to the compile command line args.
28572
28573 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28574
28575 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
28576 it got fixed by the recent lookup_minimal_symbol_by_pc change.
28577 Increase timeout, a lot of single stepping might be needed if the
28578 target has no hardware watchpoints.
28579
28580 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
28581
28582 * gdb.base/break.exp: Ignore compiler warnings when compiling
28583 break.c.
28584 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
28585 * gdb.base/default.exp: Add h8300 xfails. Handle messages
28586 from remote-sim.
28587 * gdb.base/exprs.exp: Add h8300 xfails.
28588 * gdb.base/funcargs.exp: Likewise.
28589 * gdb.base/nodebug.exp: Likewise.
28590 * gdb.base/printcmds.exp: Likewise.
28591 * gdb.base/ptype.exp: Likewise.
28592 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
28593 h8300 xfails.
28594 * gdb.base/return.exp: Handle float/double precision problems
28595 on the h8300.
28596 * gdb.base/funcargs.c: Explicitly make last constant argument to
28597 call_after_alloca_subr an unsigned long type.
28598 * gdb.base/return.c: Include stdio.h.
28599
28600 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
28601
28602 * config/abug.exp: New file for the older Motorola Bug monitor
28603 that runs on the mvme13x series VME boards.
28604 * config/monitor.exp: Use the new config array for target settings
28605 if they exist.
28606
28607 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
28608
28609 * sim-gdb.exp: Make the SH simulator allocate less space when
28610 it is targeted.
28611
28612 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
28613
28614 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
28615 test.
28616
28617 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
28618
28619 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
28620 "rs6000-*-*" for "list function in include file" when gcc compiled.
28621 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
28622 for "p ctable1[120]".
28623 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
28624 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
28625 Remove setup_xfail for "rs6000-*-*" for
28626 "print 'scope0.c'::filelocal before run".
28627 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
28628 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
28629 since some compilers don't allow both options to be given
28630 on the same command line. Create object file and move it.
28631
28632 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
28633
28634 * gdb.base/corefile.exp: Always regenerate the core file, since
28635 we always regenerate the coremaker program. Detect special case
28636 where registers cannot be read from core file.
28637
28638 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
28639
28640 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
28641 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
28642 * gdb.c++/templates.exp: Only match on basename of file since
28643 some formats like xcoff don't encode directory information.
28644 * gdb.stabs/weird.exp: Use the right sed script for powerpc
28645 and rs6000 AIX xcoff targets.
28646 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
28647 * configure: Regenerate.
28648 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
28649 here, rather than in distclean.
28650
28651 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
28652
28653 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
28654 defined, and use it to compile the test case with -O2. The
28655 native compilation still uses no optimization.
28656 * gdb.base/mips_pro.c: Remove inline assembly code since
28657 it is compiled PIC by default, which results in assembler
28658 warnings that make the testsuite think the compilation
28659 was unsuccessful.
28660
28661 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
28662
28663 * gdb.c++/misc.exp: Add note to message for
28664 "print s.a for foo struct" that this is a known gcc 2.7.2
28665 and earlier bug.
28666
28667 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
28668
28669 * gdb.base/break.exp: Fix pattern for matching "Delete all
28670 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
28671 setup_xfail for deleting all breakpoints test. Fix various
28672 timeout messages to include "(timeout)".
28673 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
28674 for "p t_float_values2(3.14159,float_val2)".
28675 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
28676 for "continue to call2g" when gcc compiled.
28677 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
28678 "up to foo in langs.exp", "show language at foo in langs.exp",
28679 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
28680 and "show language at fsub in langs.exp".
28681 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
28682 "list line 1 in include file", "list message for lines past EOF",
28683 "list function in include file", "list list0.h:foo", and
28684 "list filename:function; nonexistant function".
28685 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
28686 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
28687 and "ptype t_char_array" to be for native cc only.
28688
28689 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
28690
28691 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
28692 setup_xfail for "print coremaker_bss", "print coremaker_ro",
28693 "print func2::coremaker_local", and "backtrace in corefile.exp".
28694
28695 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
28696
28697 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
28698 "bt in signals.exp". This problem only appears when running
28699 the testsuite, and then only intermittently.
28700
28701 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
28702
28703 * gdb.base/return.exp (return_tests): Differentiate between
28704 two tests of continuing.
28705
28706 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
28707
28708 * */Makefile.in (maintainer-clean): Remove config.log.
28709 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
28710 * gdb.c++/Makefile.in (PROGS): Add inherit.
28711 (clean): Remove *.ci.
28712
28713 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
28714
28715 * gdb.c++/misc.cc: Add test code from Mike Stump.
28716 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
28717
28718 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
28719
28720 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
28721 to "alpha-*-osf2*" and add comment.
28722 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
28723 setup_xfail for "step over execarg initialization" and
28724 "step over corearg initialization".
28725 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
28726 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
28727 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
28728 gcc compiled for "print coremaker_bss", "print coremaker_ro",
28729 "print func2::coremaker_local", and "backtrace in corefile.exp".
28730 * gdb.base/signals.exp: Build and source signals.ci.
28731 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
28732 to be for gcc only.
28733 * lib/gdb.exp: Move verbose statements outside conditionals.
28734
28735 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28736
28737 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
28738 Feb 3 procfs.c change.
28739
28740 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
28741
28742 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
28743
28744 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
28745
28746 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
28747 from dejagnu's apparent default of 10 seconds, which gives random
28748 results when running the tests over NFS on moderately loaded systems.
28749 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
28750
28751 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
28752
28753 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
28754 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
28755 result reports.
28756
28757 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
28758
28759 * configure.in (CY_AC_PATH_TCLH): Remove.
28760 * configure: Regenerate.
28761
28762 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
28763
28764 * gdb.c++/Makefile.in (clean): Add missing '{'.
28765
28766 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
28767
28768 * lib/gdb.exp: Provide a default value for noinferior.
28769
28770 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
28771 Load libgloss.exp.
28772
28773 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
28774
28775 * gdb.disasm/hppa.exp: Compile directly into an executable, use
28776 the executable, not the .o to run the tests from.
28777
28778 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
28779
28780 * gdb.base/break.exp: Don't test for program exit or exit status
28781 if $noresults if nonzero.
28782 * gdb.base/langs.exp: Likewise.
28783 * gdb.base/watchpoint.exp: Likewise.
28784
28785 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
28786 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
28787 trying to compile the testcase.
28788
28789 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
28790
28791 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
28792 * gdb.base/signals.exp (continue to handler): Likewise.
28793
28794 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
28795
28796 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
28797
28798 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
28799
28800 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
28801
28802 * gdb.base/corefile.exp: Recognize "not found" as failure
28803 when trying to determine if a core file was generated.
28804 If no core file was generate the first time, try again without
28805 the ulimit -c to work around braindamaged shells.
28806
28807 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
28808
28809 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
28810 [] tests with "test" and enclose string in quotes.
28811 * gdb.stabs/configure: Rebuild
28812
28813 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
28814
28815 Changes in sync with expect:
28816 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
28817 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
28818 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
28819 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
28820 argument to AC_REQUIRE.
28821 * configure: Regenerated.
28822
28823 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
28824
28825 * gdb.base/corefile.exp: When generating a core, discard any
28826 error messages about ulimit not found and the "core dumped"
28827 message from the shell that runs the coredumper.
28828
28829 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
28830
28831 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
28832
28833 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
28834 which sed script to run. Expect failure for v_comb test
28835 on PA targets too.
28836
28837 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
28838
28839 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
28840 "print func2::coremaker_local" and for "backtrace in corefile.exp"
28841
28842 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
28843
28844 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
28845 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
28846 "sparc-sun-solaris*" xfails for "p v_comb".
28847 * lib/gdb.exp (default_gdb_start): Fix typo.
28848 * gdb.base/corefile.exp: Allow "Core was generated by ..."
28849 messages to not include the full program name that caused
28850 the core dump since some systems (such as solaris) apparently
28851 truncate this path to about 80 characters.
28852 When generating a core file first try increasing the core file
28853 size limit to unlimited since some systems may default it to
28854 zero, and it is harmless to try it. Move the test for failing
28855 to generate a core file to where it will actually get executed.
28856 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
28857 new gdb result from g++ debug info improvements and make old
28858 pattern obsolescent. Also account for size_t differences
28859 (may be int or long).
28860 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
28861 initialization before function call is placed in the delay slot
28862 and thus appears to be skipped over by commands such as "next".
28863
28864 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
28865
28866 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
28867
28868 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
28869
28870 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
28871 input source file; fix code to compile test to deal with this
28872 convention.
28873 * gdb.c++/*.exp: Likewise.
28874
28875 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
28876
28877 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
28878 "bt in signals.exp".
28879
28880 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
28881
28882 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
28883 "step over execarg initialization" and
28884 "step over corearg initialization".
28885
28886 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
28887
28888 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
28889 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
28890
28891 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
28892
28893 From Rob Savoye (rob@poseidon.cygnus.com)
28894 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
28895 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
28896 configure.in}, gdb.disasm/{Makefile.in, configure.in},
28897 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
28898 configure.in}: Major reworking for autoconfig.
28899 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
28900 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
28901 New files.
28902 * config/unix-gdb.exp: Make GDB global.
28903 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
28904 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
28905 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
28906 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
28907 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
28908 term.exp, twice.exp, watchpoint.exp, whatis.exp},
28909 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
28910 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
28911 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
28912 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
28913 pr-8136.exp, result.exp, string.exp, tuples.exp},
28914 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
28915 to returns as necessary, arrange for test to compile own testcase
28916 executable.
28917 * lib/gdb.exp: Changes for testsuite to compile own test cases.
28918
28919 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
28920
28921 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
28922 clear_xfail at end of test which might not call either pass or fail.
28923 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
28924 "backtrace through signal handler".
28925
28926 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28927
28928 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
28929 continuing from a job control stop signal.
28930 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
28931
28932 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
28933
28934 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
28935 * gdb.base/corefile.exp: Likewise.
28936 * gdb.base/funcargs.exp: Likewise.
28937
28938 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
28939
28940 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
28941 * config/monitor.exp: Add support for setting baud rate.
28942
28943 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
28944
28945 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
28946 i*86-*-linux* xfails for "backtrace through signal handler".
28947 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
28948 "print func2::coremaker_local".
28949 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
28950 alpha-dec-osf2* xfail for
28951 "delete all breakpoints when none".
28952
28953 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
28954
28955 * gdb.base/break.exp: Change test that deletes all breakpoints
28956 when no user breakpoints are installed. A post 4.15 change
28957 causes gdb to no longer prompt in this case.
28958
28959 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
28960
28961 * gdb.base/return.exp (return_tests): Change xfail for test
28962 "correct value returned double test" to stop xfailing at
28963 Solaris 2.5. Apparently the bug has been fixed.
28964
28965 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
28966
28967 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
28968 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
28969
28970 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
28971
28972 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
28973 * gdb.disasm/hppa.s: Corresponding changes.
28974
28975 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
28976
28977 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
28978 makefile fragment.
28979 * config/mt-hpux: Deleted.
28980
28981 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
28982
28983 * Many files: When warning about suppressed tests due to a
28984 nonexistant test binary, avoid incrementing the warning count.
28985
28986 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
28987
28988 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
28989
28990 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28991
28992 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
28993 "sparc-*-solaris2*".
28994
28995 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28996
28997 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
28998 Add global and local variables and initialize them.
28999 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29000 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29001 extracts the file name and terminating signal from the core file.
29002 * TODO: Remove note about tests for correct mapping of corefile.
29003 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29004 from optimizing it away.
29005 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29006 handles common blocks.
29007
29008 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29009
29010 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29011 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29012
29013 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29014
29015 * Makefile.in (maintainer-clean): New target, synonym for
29016 realclean.
29017 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29018 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29019 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29020 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29021 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29022 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29023
29024 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29025
29026 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29027 xfails when not gcc compiled for "print foo::funclocal".
29028 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29029 "print foo::funclocal at foo",
29030 "print 'scope1.c'::foo::funclocal at foo",
29031 "print foo::funclocal_bss at foo",
29032 "print 'scope1.c'::foo::funclocal_bss at foo",
29033 "print foo::funclocal_ro at foo",
29034 "print 'scope1.c'::foo::funclocal_ro at foo",
29035 "print bar::funclocal at foo" and
29036 "print 'scope1.c'::bar::funclocal at foo".
29037 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29038 gcc compiled for "print foo::funclocal at bar".
29039 Expand all messages to ensure that they identify that
29040 the test is at bar().
29041 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29042 gcc compiled for:
29043 "ptype on opaque struct pointer (statically)",
29044 "ptype on opaque struct tagname (statically)",
29045 "ptype on opaque struct pointer (dynamically) 1",
29046 "ptype on opaque struct tagname (dynamically) 1",
29047 "ptype on opaque struct pointer (dynamically) 2" and
29048 "ptype on opaque struct tagname (dynamically) 2
29049 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29050 gcc compiled for:
29051 "p datalocal"
29052 "whatis datalocal",
29053 "ptype datalocal",
29054 "p bsslocal",
29055 "whatis bsslocal", and
29056 "ptype bsslocal".
29057 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29058 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29059 when not gcc compiled.
29060 * gdb.base/funcargs.exp (float_and_integral_args): Add
29061 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29062 compiled.
29063 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29064 "backtrace from call6a" when not gcc compiled.
29065 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29066 "backtrace from call7a" when not gcc compiled.
29067 * gdb.base/callfuncs.exp (do_function_calls):
29068 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29069 "p t_char_array_values(char_array_val2,char_array_val1)",
29070 "p t_char_array_values(char_array_val1,char_array_val2)",
29071 "p t_char_array_values("carray 1","carray 2")",
29072 "p t_char_array_values("carray 1",char_array_val2)",
29073 "p t_char_array_values(char_array_val1,"carray 2")",
29074 "p sum_args(1,{2})",
29075 "p sum_args(2,{2,3})",
29076 "p sum_args(3,{2,3,4})",
29077 "p sum_args(4,{2,3,4,5})"
29078 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29079 "backtrace in corefile.exp" when not gcc compiled.
29080
29081 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29082
29083 * gdb.base/signals.exp: Rewrite `handle all print' test as
29084 a procedure. Accept blanks or TABs as whitespace, increase
29085 timeout and expect input buffer size for the large output
29086 from the command. Remove "i*86-*-bsdi2.0" xfail.
29087
29088 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29089
29090 * gdb.base/setvar.exp: Add new testcases for truncation when
29091 assigning invalid values to bitfields.
29092
29093 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29094
29095 * gdb.base/callfuncs.exp (do_function_calls): Remove
29096 mips-sgi-irix* xfail for
29097 "call inferior func with struct - returns char *"
29098 and fix test so that an optional (unsigned char *) cast is
29099 accepted in the result.
29100
29101 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29102
29103 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29104 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29105 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29106 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29107 that accidentally got checked in.
29108
29109 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29110
29111 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
29112 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29113 compiled test.
29114 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29115 Add mips-sgi-irix5* xfail for not gcc compiled.
29116 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
29117 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29118 compiled for "p top", "whatis top", "p middle", and "whatis
29119 middle".
29120 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29121 "whatis signed char" for not gcc compiled.
29122 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29123 "set variable signed char=-1 (-1)" and
29124 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29125 * gdb.base/funcargs.exp (float_and_integral_args):
29126 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29127 Add mips-sgi-irix* xfail when not gcc compiled for
29128 "continue to call2b".
29129 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29130 "continue to call2g".
29131 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29132 compiled for "backtrace from call6a"
29133 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29134 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29135 when not gcc compiled for "backtrace from call7a".
29136 (localvars_after_alloca): Fix gdb_test cmds for
29137 "print * after runto ...".
29138 Remove rs6000-*-* xfails for
29139 "print i after runto localvars_after_alloca" and
29140 "print l after runto localvars_after_alloca"
29141 for all compilers.
29142 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
29143 when not compiled with gcc, for:
29144 "print signed char == (minus)",
29145 "print signed char != (minus)",
29146 "print signed char < (minus)",
29147 "print signed char > (minus)".
29148 * gdb.base/callfuncs.exp (do_function_calls):
29149 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29150 "call inferior func with struct - returns char *".
29151 * gdb.base/return.exp (return_tests): Change xfail for
29152 "correct value returned double test" to include Solaris 2.4.
29153 * gdb.base/funcargs.exp (float_and_integral_args):
29154 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29155
29156 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29157
29158 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
29159 enumeration bitfields if compiling with GNU C.
29160 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
29161 to empty' prompt.
29162
29163 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
29164
29165 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
29166 test for PRO targets.
29167
29168 * gdb.base/funcargs.exp: Avoid ever setting more than 8
29169 breakpoints in the inferior at any given time by making
29170 two groups of breakpoints for call2*, call6* and call7*
29171 tests.
29172
29173 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29174
29175 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
29176 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
29177 from optimizing it away.
29178 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
29179 "call inferior func with struct".
29180
29181 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
29182
29183 * configure.in: Only configure gdb.chill for particular targets.
29184
29185 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
29186
29187 * gdb.base/Makefile.in: Add action to .c.o transformation
29188 rule that generates a .ci file for each .o file and remove
29189 explicit .c.o rules except for callfuncs.o.
29190 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
29191 generates a .ci file for each .o file and remove explicit
29192 .cc.o rules.
29193 (clean): Remove *.tmp *.ci files.
29194 (EXECUTABLES): Remove templ-info.exp.
29195 * gdb.base/compiler.c: New file.
29196 * gdb.c++/compiler.cc: New file
29197 * gdb.base/scope.exp: Source gdb.base/scope.ci.
29198 Change rs6000-*-* xfail for
29199 "print 'scope0.c'::filelocal_ro" and
29200 "print 'scope1.c'::filelocal" and
29201 "print 'scope1.c'::filelocal_bss" and
29202 "print 'scope1.c'::filelocal_ro" and
29203 "print 'scope1.c'::foo::funclocal" and
29204 "print 'scope1.c'::foo::funclocal_ro" and
29205 "print 'scope1.c'::bar::funclocal" and
29206 "print 'scope0.c'::filelocal_ro" and
29207 "print 'scope1.c'::filelocal at foo" and
29208 "print 'scope1.c'::filelocal_bss at foo" and
29209 "print 'scope1.c'::filelocal_ro at foo" and
29210 "print 'scope1.c'::foo::funclocal at foo" and
29211 "print 'scope1.c'::foo::funclocal_bss at foo" and
29212 "print 'scope1.c'::foo::funclocal_ro at foo" and
29213 "print 'scope1.c'::bar::funclocal at foo" and
29214 "print 'scope0.c'::filelocal_ro" and
29215 "print 'scope1.c'::filelocal" and
29216 "print 'scope1.c'::filelocal_bss" and
29217 "print 'scope1.c'::filelocal_ro" and
29218 "print 'scope1.c'::foo::funclocal" and
29219 "print 'scope1.c'::foo::funclocal_bss" and
29220 "print 'scope1.c'::foo::funclocal_ro" and
29221 "print 'scope1.c'::bar::funclocal" and
29222 "print 'scope1.c'::bar::funclocal_bss"
29223 to only be xfail'd when not compiled with gcc.
29224 Add rs6000-*-* xfail for
29225 "print 'scope0.c'::filelocal_bss before run"
29226 when compiled with gcc.
29227 (test_at_main): Add rs6000-*-* xfail for
29228 "print filelocal_ro in test_at_main"
29229 when compiled with gcc.
29230 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
29231 Add rs6000-*-aix* xfail for
29232 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29233 "ptype t_char_array", not compiled with gcc.
29234 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29235 xfail for "list foo (in include file)" when gcc compiled.
29236 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
29237 (integral_args): Add rs6000-*-* xfail for
29238 "run to call0a" if not compiled with gcc.
29239 (unsigned_integral_args): Add rs6000-*-* xfail for
29240 "run to call1a" if not compiled with gcc.
29241 (float_and_integral_args): Add rs6000-*-* xfail for
29242 "run to call2a" if not compiled with gcc and for
29243 "continue to call2b" for any compiler.
29244 Add rs6000-*-* xfail to
29245 "print f1 after run to call2a" for gcc compiled.
29246 (discard_and_shuffle): Add rs6000-*-* xfail for
29247 "run to call6a".
29248 (shuffle_round_robin): Add rs6000-*-* xfail for
29249 "backtrace from call7a" if not compiled with gcc.
29250 Add rs6000-*-* xfail for
29251 "backtrace from call7b" if compiled with gcc.
29252 (call_after_alloca): Add rs6000-*-* xfail for
29253 "print c in call_after_alloca" and
29254 "print s in call_after_alloca" and
29255 "backtrace from call_after_alloca_subr"
29256 if not compiled with gcc.
29257 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29258 "print c in localvars_in_indirect_call" and
29259 "print c in localvars_in_indirect_call" and
29260 "backtrace in indirectly called function" and
29261 "stepping into indirectly called function"
29262 if not compiled with gcc.
29263 (localvars_after_alloca): Add rs6000-*-* xfail for
29264 "print c after runto localvars_after_alloca" and
29265 "print s after runto localvars_after_alloca" and
29266 "print i after runto localvars_after_alloca" and
29267 "print l after runto localvars_after_alloca"
29268 for all compilers.
29269 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29270 than whatis-info.exp.
29271 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29272 than opaque-info.exp.
29273 Setup rs6000-*-* xfail for
29274 "ptype on opaque struct pointer (statically)" and
29275 "ptype on opaque struct pointer (dynamically)" when
29276 not compiled with gcc.
29277 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29278 rather than callf-info.exp.
29279 (do_function_calls): Add clear_xfail for rs6000-*-* for
29280 "p t_float_values2(3.14159,float_val2)". Seems to work
29281 fine there, both with xlc and gcc. Need to find out what
29282 it is doing right and fix other platforms.
29283 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29284 "call inferior func with struct - returns int",
29285 "call inferior func with struct - returns long",
29286 "call inferior func with struct - returns float",
29287 "call inferior func with struct - returns double",
29288 "call inferior func with struct - returns char *",
29289 but only if not gcc compiled (presumes xlc compiled).
29290 Change rs6000-*-* xfails for
29291 "call inferior func with struct - returns char" and
29292 " call inferior func with struct - returns short" to only
29293 xfail if not using gcc.
29294 (clean mostlyclean): Remove *.ci and *.tmp files.
29295 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29296 than templ-info.exp.
29297 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29298 Add rs6000-*-* xfail for "up to foo in langs.exp"
29299 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
29300 when not gcc compiled.
29301
29302 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29303
29304 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29305 * gdb.base/corefile.exp: Likewise.
29306 * gdb.base/list.exp: Likewise.
29307 * gdb.base/scope.exp: Likewise.
29308 * gdb.base/siganls.exp: Likewise.
29309
29310 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29311 compiler output.
29312 * gdb.base/whatis.exp: Likewise.
29313
29314 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29315
29316 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29317 failure (opcode table has been fixed to match reality).
29318
29319 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29320
29321 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29322 "call inferior func with struct - returns char",
29323 "call inferior func with struct - returns short"
29324
29325 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29326 "print 'scope0.c'::filelocal at main",
29327 "print 'scope0.c'::filelocal_bss in test_at_main",
29328 "print 'scope0.c'::filelocal at foo",
29329 "print 'scope0.c'::filelocal_bss in test_at_foo",
29330 "print 'scope0.c'::filelocal at bar",
29331 "print 'scope0.c'::filelocal_bss in test_at_bar"
29332
29333 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29334 in source file 1". This bug seems to have been fixed with both
29335 gcc and native cc (was native assembler bug?).
29336
29337 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29338
29339 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29340 "backtrace through signal handler" to "i*86-*-sysv4*".
29341 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29342 continue" case. Add "known SVR4 bug" to fail message.
29343 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29344 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29345 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29346 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29347 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29348 "up to foo in langs.exp", "show language at foo in
29349 langs.exp", "up to cppsub_ in langs.exp", "show
29350 language at cppsub_ in langs.exp", "up to fsub in
29351 langs.exp", and "show language at fsub in langs.exp".
29352 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29353 "bactrace in corefile.exp".
29354 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29355 "call inferior function with struct - returns float" and
29356 "call inferior function with struct - returns double".
29357
29358 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29359
29360 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29361 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29362 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29363 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29364
29365 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29366
29367 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29368 (or overriden) "CHILL" macro rather then bare "gcc".
29369 Also look for ../../gcc/xgcc since that is what we will
29370 actually need, not "Makefile". Remove following assignment
29371 of CHILL to CHILL_FOR_TARGET because that results in
29372 recursive definition.
29373
29374 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29375
29376 * gdb.base/corefile.exp: Change xfail for backtrace in
29377 corefile.exp from linuxaout to all linux.
29378 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29379 cases where we miss the breakpoint at the signal handler
29380 for some reason. Setup xfail for linuxoldld/linuxaout and
29381 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29382 hitting SIGURG breakpoint.
29383 * gdb.base/signals.exp: Setup xfail for "next" acting like
29384 continue to add linuxoldld. Setup xfail for all linux for
29385 "next to handler in signals_tests_1", "backtrace in
29386 signals_tests_1", "continue to func1", "pass SIGUSR1",
29387 and continue to handler".
29388
29389 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29390
29391 * Update all FSF addresses except those in COPYING* files.
29392
29393 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29394
29395 * gdb.base/a2-run.exp: Change messages to be more explicit about
29396 the status of args, and quote binfile in results.
29397
29398 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29399
29400 * gdb.base/callfuncs.exp: Add tests for passing structs to
29401 inferior functions and return various types.
29402 * gdb.base/callfuncs.c: Add functions to receive a struct
29403 and return a member of the struct, in various types.
29404
29405 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29406
29407 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29408
29409 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29410
29411 * config/vxworks29k.exp: New file, sources vxworks.exp.
29412
29413 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29414
29415 * config/gdbremote.exp: New file. Testing framework using
29416 gdbserver.
29417
29418 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29419
29420 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29421 "call function when asleep" and "send end of file".
29422 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29423 for "backtrace in corefile.exp".
29424 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29425 for "backtrace through signal handler".
29426 * gdb.base/corefile.exp: Make sure we actually generate a core file
29427 before trying the core tests. Some systems allow the user to suppress
29428 generation of core files and default to that (linux for example).
29429 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29430 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29431
29432 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29433
29434 * gdb.threads: New directory with some crude multi-threaded
29435 gdb tests (step.exp and step2.exp).
29436 * config/mt-lynx (STEP_EXECUTABLE): Define.
29437 (THREADFLAGS): Define.
29438
29439 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29440
29441 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29442
29443 * gdb.base/signals.exp: Disable whole file for lynx until
29444 further notice.
29445
29446 * gdb.base/signals.exp: xfail test where "next" acts like
29447 "continue" for lynx.
29448
29449 * gdb.base/interrupt.exp: xfail test for calling function while
29450 inferior is asleep for lynx.
29451
29452 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29453 than one cr-lf after each command.
29454
29455 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29456
29457 * configure.in: Reinstate setting of stabsdirs variable, fix
29458 typo in setting up configdirs for native builds.
29459
29460 * gdb.base/return.exp: Fix typo in return double test.
29461 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29462 compiler from optimizing them away.
29463
29464 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29465
29466 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29467 sequences to be echo'd by gdb when using gdb_test.
29468 * gdb.chill/chexp.exp: Likewise.
29469 * gdb.fortran/exprs.exp: Likewise
29470
29471 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29472
29473 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29474 after the inferior gdb has started.
29475
29476 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29477 after each command.
29478 * gdb.base/funcargs.exp: Likewise.
29479 * gdb.base/gdbvars.exp: Likewise.
29480 * gdb.base/interrupt.exp: Likewise.
29481 * gdb.base/list.exp: Likewise.
29482 * gdb.base/watchpoint.exp: Likewise.
29483 * gdb.c++/demangle.exp: Likewise.
29484 * gdb.c++/inherit.exp: Likewise.
29485 * gdb.chill/chexp.exp: Likewise.
29486 * gdb.fortran/exprs.exp: Likewise.
29487
29488 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29489 test if we can't handle IO to/from the inferior.
29490
29491 * gdb.c++/misc.exp: Always check for a program already being
29492 started after sending a "run" command to gdb.
29493
29494 * gdb.base/twice.exp: Start with a fresh gdb.
29495
29496 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29497 only depend on gdb's expression code, not the chill runtime.
29498
29499 * gdb.base/return.c: Put return values into variables so we
29500 can have gdb print them rather than depending on the program
29501 to print them.
29502 * gdb.base/return.exp: Corresponding changes.
29503
29504 * lib/gdb.exp: Provide default value for noinferiorio.
29505 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29506 the inferior.
29507
29508 * gdb.base/break.exp: Always check for a program already being
29509 started after sending a "run" command to gdb.
29510 (text_next_with_recursion): Don't check the output from the
29511 program's printf statement. Instead just make sure the program
29512 exited.
29513
29514 * gdb.base/commands.exp: Protect tests which need arguments with
29515 $noargs conditionals.
29516
29517 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29518
29519 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29520 of structure member arrays to match gdb/valops.c:value_addr change.
29521
29522 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29523
29524 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29525 cases.
29526
29527 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29528
29529 * configure.in (configdirs): Remove gdb.chill from default list
29530 of subdirs and then add it back in only if doing a native build.
29531 The current chill compiler does not yet work in any cross build.
29532 * Revert all signal changes from Jul 6.
29533 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29534 for sh-hms targets, allowing these tests to link, with no other
29535 changes. Testing is suppressed by setting "nosignals" in site.exp.
29536
29537 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29538
29539 * configure.in (signaldirs): Define and add to configdirs for all
29540 targets except some specific ones that are known to not support signals.
29541 Also clean up formatting.
29542 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29543 (signals, sigall): Remove rules to build.
29544 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29545 Moved to new gdb.signals directory.
29546 * gdb.signals: New test directory.
29547 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29548 signals.c signals.exp}: New or moved files.
29549
29550 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29551
29552 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29553
29554 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29555
29556 * gdb.base/return.exp: Xfail `return double' test failure
29557 on at least Solaris 2.3 and handle future/past versions on
29558 a case by case basis as appropriate. Also update message
29559 to include i*86 failures.
29560
29561 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29562
29563 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29564
29565 * lib/gdb.exp: Fix comment which erroneously identified
29566 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29567 gdb_file_cmd not gdb_load).
29568 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29569
29570 * gdb.base/setvar.exp: Make test names consistent between pass and
29571 fail cases. Use gdb_test more.
29572
29573 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29574
29575 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
29576
29577 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29578
29579 * gdb.base/help.exp: Fix expected help string for `show commands'.
29580
29581 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
29582
29583 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
29584
29585 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
29586 of a text section.
29587
29588 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
29589
29590 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
29591 that loop eventually terminates. Fix Connection refused logic so
29592 that testsuite will expire nicely.
29593
29594 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
29595
29596 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
29597 config/rom68k.exp: New tcl glue for the appropriate monitors.
29598 These all just end up calling monitor.exp.
29599 * config/monitor.exp (gdb_target_monitor): Handle `Connection
29600 refused' by retrying. Cleanup some timeout issues.
29601 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
29602 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
29603 callers don't have to set/restore global timeout variable.
29604
29605 * The following set of changes centralizes management of the global
29606 timeout variable. This way, it can be set in one target dependent
29607 place instead of dozens of places scattered throughout the test suite.
29608 If you need to lengthen a timeout, then you should either set timeout
29609 in one of the config/{target}.exp files, or multiply it by a factor.
29610 Setting it to an absolute value is always going to lose for some
29611 targets.
29612 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
29613 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
29614 * gdb.base/funcargs.exp: Don't set timeout.
29615 * gdb.base/list.exp (test_forward_search): Only use local timeout.
29616 * gdb.base/printcmds.exp (test_print_string_constants
29617 test_print_array_constants): Don't set timeout.
29618 * gdb.base/ptype.exp: Don't set timeout.
29619 * gdb.base/recurse.exp: Don't set timeout.
29620 * gdb.base/return.exp: Don't set timeout.
29621 * gdb.base/watchpoint.exp: Don't set timeout.
29622 * gdb.c++/classes.exp (do_tests): Don't set timeout.
29623 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
29624
29625 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
29626
29627 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
29628
29629 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29630
29631 * lib/gdb.exp: Disable chill tests for irix5.
29632
29633 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29634
29635 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
29636 each test pass or fail.
29637
29638 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29639
29640 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
29641 xlc not gcc.
29642
29643 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
29644
29645 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
29646
29647 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
29648
29649 * config/est.exp: Fix copyright and comments. Remove dead code.
29650 Use targetname, serialport and baud variables instead of fixed
29651 constants.
29652 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
29653 * config/cpu32bug.exp: New file to support cpu32bug monitors.
29654
29655 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29656
29657 * gdb.base/watchpoint.exp: Don't run
29658 test_watchpoint_triggered_in_syscall for sunos.
29659
29660 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29661
29662 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
29663 they don't seem to exist. Do include stdio.h.
29664
29665 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29666
29667 * gdb.base/a1-selftest.exp: Add alpha xfail.
29668
29669 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29670
29671 * gdb.base/watchpoint.c (main): Prompt before calling read().
29672 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29673 Revise accordingly. Remove cruft about sending "123" several
29674 times, until it gets noticed. Clean up the "print buf[0]" stuff
29675 so that it passes or fails, and waits for prompts in the usual way.
29676
29677 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29678
29679 * gdb.base/recurse.exp: Fix comment.
29680
29681 * TODO: Remove item about printing variables in nodebug.exp. Add
29682 item about enabling tests which are only run on some targets.
29683
29684 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
29685 fail, make test names unique, use new gdb_test convention
29686 regarding pattern, use gdb_test more, etc.).
29687
29688 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
29689 fail, make test names unique, etc.).
29690
29691 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29692
29693 * gdb.base/nodebug.c: Change return type of top and middle to
29694 short.
29695 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
29696 are fixed by the recent mdebugread.c changes. Allow `short ()'
29697 as type for top and middle.
29698
29699 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29700
29701 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
29702 nearly as I can tell, the whole thing was an accident in Stu's
29703 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
29704 to replace a send/expect pair with gdb_test, but ended up only
29705 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
29706 of 30 Mar 1995 took care of it, but left this vestigial comment
29707 which I am now nuking.
29708
29709 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29710
29711 * gdb.base/break.exp: Look for different line number for
29712 breakpoint at main depending on usestubs.
29713
29714 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29715
29716 * gdb.base/list.exp: Adjust some alternate expect patterns to
29717 match recent list0.c change. Add alternate expect pattern for
29718 output from `list default lines around main' for optimizing
29719 compilers.
29720
29721 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29722
29723 * lib/gdb.exp: If nosignals is not set, set it to 0.
29724
29725 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
29726
29727 * config/slite-gdb.exp: Responds to load symbol table prompt.
29728 * gdb.base/break.exp: Adjust line number, fix rerun.
29729 * gdb.base/langs0.c: Add #ifdef usestubs.
29730
29731 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
29732
29733 * gdb.base/list.exp: Adjust line contents after adding new lines in
29734 list0.c. Also fix a syntax error.
29735
29736 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
29737 * gdb.base/break.exp: ditto.
29738 * gdb.base/list.exp: ditto.
29739 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
29740 * gdb.base/run.c: ditto.
29741 * gdb.base/list0.c: ditto.
29742 * gdb.base/funcargs.c: ditto.
29743
29744 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
29745
29746 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
29747 $targetname, $serialport and $baud instead of hardwired variables.
29748 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
29749 target doesn't support signals.
29750
29751 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
29752
29753 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
29754
29755 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29756
29757 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
29758 Don't rely on the value of an auto variable before it has been
29759 initialized. Use gdb_test more.
29760
29761 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29762
29763 * lib/gdb.exp (default_gdb_version): A version number must start
29764 with a digit, but other than that contains all characters up to
29765 the first whitespace character.
29766
29767 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29768
29769 * gdb.base/commands.exp (breakpoint_command_test): New tests.
29770
29771 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29772
29773 * gdb.c++/*.exp: Warn if executable does not exist. The original
29774 reason for skipping the warning was that configure.in sometimes
29775 intentionally skipped building the executables but the tcl code
29776 had no way of knowing. That (a) was always bogus with respect to
29777 error handling, (b) is no longer true (right now there is no way
29778 to skip C++ tests).
29779
29780 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
29781
29782 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29783
29784 * gdb.base/list.exp: Add expect patterns for output from
29785 SunPRO compiled executables.
29786 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
29787 types.
29788
29789 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29790
29791 * gdb.base/break.exp (test_next_with_recursion): Accept any line
29792 number (we are already testing that the correct source line text
29793 gets printed).
29794
29795 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
29796 that is what is intended, but something needed to be done to get
29797 sunos4 native working again.
29798
29799 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
29800
29801 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
29802 apparently went with a (very) old xfail.
29803
29804 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
29805
29806 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
29807 runto_main is a proc in gdb.exp that will do 'step' for target use
29808 stubs.
29809 * gdb.base/exprs.exp: ditto.
29810 * gdb.base/interrupt.exp: ditto.
29811 * gdb.base/opaque.exp: ditto.
29812 * gdb.base/printcmds.exp: ditto.
29813 * gdb.base/ptype.exp: ditto.
29814 * gdb.base/scope.exp: ditto.
29815 * gdb.base/setvar.exp: ditto.
29816 * gdb.base/signals.exp: ditto.
29817 * gdb.base/twice.exp: ditto.
29818 * gdb.c++/classes.exp: ditto.
29819 * gdb.c++/inherit.exp: ditto.
29820 * gdb.c++/templates.exp: ditto.
29821 * gdb.base/break.exp: no run and hit main for stubs. Change line
29822 numbers for breakpoints and info breakpoint.
29823 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
29824 breakpoint().
29825 * gdb.base/callfuncs.c: ditto.
29826 * gdb.base/exprs: ditto.
29827 * gdb.base/interrupt.c: ditto.
29828 * gdb.base/opaque0.c: ditto.
29829 * gdb.base/printcmds.c: ditto.
29830 * gdb.base/ptype.c: ditto.
29831 * gdb.base/scope0.c: ditto.
29832 * gdb.base/setvar.c: ditto.
29833 * gdb.base/signals.c: ditto.
29834 * gdb.base/twice.c: ditto.
29835 * gdb.c++/misc.cc: ditto.
29836 * gdb.c++/templates.cc: ditto.
29837
29838 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29839
29840 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
29841
29842 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
29843 somewhere between `read' and `main.c'. I'm pretty sure the
29844 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
29845 and it isn't particularly useful.
29846
29847 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
29848
29849 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29850
29851 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
29852
29853 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
29854
29855 * config/mt-slite: add LIBS and -nostdlib.
29856 * config/slite-gdb.exp: add this new file to support sparclite target.
29857
29858 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
29859
29860 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
29861
29862 * gdb.base/a2-run.exp: Change argument to istarget from
29863 "*-*-vxworks" to "*-*-vxworks*".
29864 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
29865
29866 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
29867
29868 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
29869 will not runto main but do a 'step' to step out of breakpoint().
29870 * config/mt-slite: add -Dusestubs.
29871
29872 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29873
29874 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
29875 instead of just @.
29876
29877 * gdb.base/signals.exp: Add test for "handle all print".
29878 * TODO: Remove "handle all print". Also remove item about
29879 checking copyright date (I don't like the idea of a spurious FAIL
29880 based on when we run the tests).
29881
29882 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
29883 for SunOS4 (reason for failure not investigated). Remove
29884 redundant test for $binfile.
29885
29886 * gdb.base/nodebug.c (array_index): Call malloc.
29887
29888 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
29889
29890 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
29891
29892 * gdb.base/recurse.exp: Update gdb_test invocation to use new
29893 conventions and slightly simplify the matching regexp.
29894
29895 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29896
29897 * gdb.base/break.exp: Update gdb_test invocation to use new
29898 convention.
29899
29900 * lib/gdb.exp: If noargs is not set, set it to 0.
29901
29902 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
29903 tests unique.
29904
29905 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
29906
29907 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29908
29909 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
29910 one argument of type "<non-float parameter>".
29911
29912 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
29913
29914 * config/rom68k.exp: New file to support Motorola IDP board.
29915 * gdb.base/a2-run.exp: Skip this file if noargs is set.
29916 * gdb.base/break.c: Change things around so that this program
29917 doesn't depend upon args. This is necessary to make remote
29918 targets work (in general, they can't take args).
29919 * gdb.base/break.exp: Don't try to send args to program. Don't
29920 expect output. Also, replace lots of code with gdb_test.
29921
29922 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29923
29924 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
29925 printing of '\'' (which is what the comment says we are testing,
29926 even though we were not), not '''.
29927 (test_integer_literals_rejected): Test that printing ''' is an error.
29928
29929 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
29930 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
29931 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
29932 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
29933 Use gdb_test not test_print_accept.
29934 * lib/gdb.exp: Remove test_print_accept.
29935
29936 * gdb.base/signals.exp (signal_tests_1): Make pass message
29937 consistent with fail message.
29938
29939 * gdb.base/whatis.exp: Remove xfails for printing char vs.
29940 unsigned char; the bug (PR 1821) is fixed.
29941
29942 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
29943
29944 * gdb.base/scope.exp (test_at_localscopes): Call pass for
29945 successful tests--makes xfailing them work right.
29946
29947 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29948
29949 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
29950 only \r\n, not .*. The test can pass .* as the last thing in
29951 $pattern if that is what it wants. In addition to providing this
29952 flexibility, this change should speed up pattern matching in cases
29953 where the pattern already ended with .* (there were a number of
29954 them). This change also helps catch bad patterns--in the old
29955 scheme the typo "char \*" instead of "char \\*" would pass. Now
29956 it is caught.
29957 * Many .exp files: Update callers.
29958
29959 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
29960 clearer and does not spuriously match multiple ('s. Likewise for
29961 ) and *.
29962
29963 * gdb.base/nodebug.exp: Test ability to call a function and pass
29964 it a string (even with no debugging info).
29965
29966 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
29967 "p '\'", which is the same as "p ''" once tcl gets done with
29968 quoting, to "p '\\'", which I suspect is what is intended (one
29969 backslash gets sent to GDB).
29970
29971 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
29972
29973 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29974
29975 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
29976 1817) was fixed literally years ago.
29977
29978 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29979
29980 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
29981 test, it causes stepping out of call_after_alloca_subr with
29982 optimizing compilers.
29983 (localvars_in_indirect_call): Consume GDB prompt if `finish'
29984 fails.
29985
29986 * gdb.c++/templates.exp: Source templ-info.exp only if
29987 the templates executable exists.
29988
29989 * gdb.c++/misc.cc (class Contains_static_instance,
29990 class Contains_nested_static_instance),
29991 gdb.c++/classes.exp (test_static_members): Test printing of
29992 a class that contains a static instance of the class.
29993
29994 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29995
29996 * gdb.base/langs2.c (cppsub_): Don't prototype.
29997 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
29998 only, I believe).
29999
30000 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30001
30002 * lib/gdb.exp (skip_chill_tests): New procedure.
30003
30004 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30005
30006 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30007
30008 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30009 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30010
30011 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30012
30013 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30014
30015 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30016 disassemble 8, not 16, instructions for part 4.
30017
30018 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30019 support the latter anymore.
30020
30021 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30022 -DNO_PROTOTYPES.
30023 * gdb.base/callfuncs.c: Control use of prototypes based on
30024 NO_PROTOTYPES, not __STDC__.
30025 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30026 t_float_values2 tests if prototypes in use.
30027
30028 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30029 t_double_values): When checking differences against DELTA, check
30030 that difference is within the range (-DELTA,DELTA), not just
30031 (-infinity,DELTA).
30032
30033 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30034
30035 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30036 'file' command firts, then 'target', then 'load', this is due to gdb
30037 target set up.
30038 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30039
30040 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30041
30042 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30043 FP load/store variants.
30044 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30045
30046 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30047
30048 * gdb.base/term.exp: Do not give a warning if not native, it is
30049 not an abnormal condition.
30050
30051 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30052
30053 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30054 t_char_array".
30055
30056 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30057
30058 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30059 are getting the version number.
30060
30061 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30062 if not native, it is not an abnormal condition.
30063
30064 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30065
30066 * lib/gdb.exp: Just use "file exists", rather than undocumented
30067 dejagnu procedure "findfile".
30068
30069 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30070
30071 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30072 (LDFLAGS): Set to -Xlinker -Ur.
30073
30074 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30075 Removed, these values are set by lib/gdb.exp.
30076
30077 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30078
30079 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30080
30081 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30082 of replicating gdb startup code.
30083
30084 * config/mt-vxworks (LDFLAGS): Set to -r.
30085 (CFLAGS_FOR_TARGET): Removed.
30086
30087 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30088 (gdb) and gdb for vxworks uses (vxgdb).
30089
30090 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30091 executable is not in the tree and host != target, use sed and
30092 program_transform_name to determine the gdb name used by the
30093 target.
30094
30095 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30096 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30097
30098 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30099
30100 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30101 floats, chars, and shorts where there are ANSI-style function
30102 definitions.
30103
30104 * gdb.base/langs.exp, gdb.base/langs*: New test.
30105 * gdb.base/Makefile.in: Build it.
30106 * TODO: Remove item about checking that C names don't get C++
30107 demangling applied; this test tests it.
30108
30109 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30110
30111 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30112 went with the const70 xfail. The xfail went away a year ago.
30113
30114 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30115
30116 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30117 for hp300.
30118
30119 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30120
30121 * gdb.base/a1-selftest.exp: Don't run on hp300.
30122
30123 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30124
30125 * Makefile.in (site.exp): Set host_alias and target_alias as well
30126 as host_triplet and target_triplet.
30127
30128 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30129
30130 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30131
30132 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30133 places as other ecoff systems).
30134
30135 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30136 ultrix.
30137
30138 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30139
30140 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30141 remove them.
30142 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30143 variable and "variable" in addition to "data variable".
30144 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30145
30146 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30147 2.
30148 * gdb.base/list1.c (long_line): Add additional statement at start
30149 of function.
30150 * gdb.base/list.exp (test_forward_search): Update line number to
30151 reflect new statement.
30152
30153 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30154
30155 * gdb.base/signals.exp: Reinitialize searched source directories
30156 after gdb_start call.
30157
30158 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
30159
30160 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
30161 * gdb.stabs/Makefile.in: Likewise.
30162
30163 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
30164 change. Instead split the tests into smaller pieces.
30165 * gdb.disasm/hppa.s: Corresponding changes.
30166
30167 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30168
30169 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30170 Quote ^C when passing it to stty. For some shells ^ is a pipe.
30171
30172 * gdb.base/funcargs.exp: Modify many tests so that every test
30173 either passes or fails. Make some test names unique.
30174
30175 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30176
30177 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30178 Call stty to set interrupt character.
30179
30180 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
30181 for HP assembler versus GNU assembler based on actual behavior of
30182 $(CC), rather than assuming that $(AS) is always the GNU assembler.
30183
30184 * TODO: Suggest a few more stepping tests.
30185
30186 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
30187
30188 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
30189 restart GDB for h8300 after a continue.
30190 (return): Add pattern to match a29k-udi behavior.
30191 * gdb.base/nodebug.exp: Remove obsolete comment.
30192 * gdb.base/regs.exp: New file, testing of register displays.
30193 * gdb.base/return.exp: Fix typo in reference to $objdir.
30194 * gdb.base/whatis.exp: Always start with a fresh GDB.
30195
30196 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30197
30198 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
30199 higher, these tests generate a lot of output.
30200
30201 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30202
30203 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
30204 code following the catch silently ignored some errors; without the
30205 catch they should be thrown like any other tcl error. Also, the
30206 catch used "" instead of {} which meant all the callers who wanted
30207 to include one of the characters "[]$ had to quote it an extra time.
30208 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30209 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30210 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30211 Remove extra quoting.
30212
30213 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30214
30215 * gdb.base/commands.exp: Make test names unique; every test either
30216 passes or fails. Update some comments.
30217
30218 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30219
30220 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30221
30222 The following fixes a FAIL caused by the fact that the alpha stabs
30223 configuration didn't use the ".if alpha" code in weird.def.
30224 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30225 bit pointer, so the 32 bit version works even on the alpha.
30226 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30227 Remove the stuff which allowed us to have separate versions for
30228 alpha and everything else.
30229
30230 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30231 regexp which "info func operator\[\](" is supposed to match. Fix
30232 string to send to GDB. Note that GDB still doesn't work right. Add a
30233 new test for "info func .perator\[\](" which GDB does handle correctly.
30234
30235 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30236
30237 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30238
30239 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30240 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30241 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30242 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30243 it makes the tests harder to understand and confuses test-o-matic.
30244 The preferred style is that each test provides a PASS or a FAIL,
30245 and has a unique message (e.g. "continue #54" not just "continue")
30246 which is the same for the pass and the fail.
30247 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30248 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30249 to lib/gdb.exp.
30250 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30251 prt_accept which was basically the same thing. Likewise for
30252 test_print_reject and prt_reject.
30253 * lib/gdb.exp (test_print_reject): Add some more error message
30254 patterns to match from the former printcmds.exp (prt_reject).
30255 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30256 One defect of the passcount stuff is that some of it failed to
30257 report XPASS where appropriate.
30258 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30259 stuff before and after arg in expected pattern.
30260 (test_paddr_operator_functions): Re-do test without print_addr_of;
30261 this is the only test which seems to want extra stuff there.
30262
30263 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30264
30265 * gdb.base/nodebug.exp: Update new tests to reflect improved
30266 wording of gdb output.
30267
30268 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30269 and "ptype" work on variables in files compiled without -g.
30270 Replaces commented out "maint print msymbol" tests.
30271
30272 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30273
30274 * gdb.base/setvar.c (dummy): Call malloc.
30275
30276 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30277 losing with the irix4 sed.
30278
30279 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30280 ALRM" on irix4.
30281
30282 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30283
30284 * TODO: Remove items about corefile.exp testing new exec-file and
30285 backtrace; both are now done. Add items about printing enums.
30286
30287 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30288
30289 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30290 "get signal $thissig" test fails.
30291
30292 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30293
30294 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30295
30296 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30297 compiler warning with dec alpha compiler.
30298
30299 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30300 extra \n from gdb_test call (this explains why the prompt test
30301 that I removed yesterday was there).
30302 (user_defined_command_test): Remove extra \n and prompt test.
30303
30304 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30305 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30306 doesn't exist.
30307 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30308 Also remove alpha workaround, which turns out to be because
30309 SIGABRT == SIGLOST.
30310
30311 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30312
30313 * gdb.base/help.exp: Don't test "help show".
30314
30315 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30316
30317 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30318 "set print address" is on.
30319 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30320 pass prompt to gdb_test; gdb_test already looks for the prompt.
30321
30322 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30323
30324 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30325 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30326 was to make sure that gdb can read a core file. But (a) the "read
30327 the corefile" part didn't make it to a1-selftest.exp, we just
30328 delete the corefile after creating it, and (b) we test reading
30329 corefiles in corefile.exp anyway. Also, this test left around a
30330 xgdb process on Solaris.
30331
30332 * gdb.base/corefile.exp: Also test backtrace.
30333
30334 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30335
30336 * gdb.base/commands.exp: Test a simple user defined command with
30337 arguments and if/while statements; verify the full user command is
30338 printed by "show user".
30339
30340 * gdb.base/commands.exp: Test if/while commands as part of a
30341 breakpoint command list; verify they appear in breakpoint
30342 information.
30343
30344 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30345
30346 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30347 than by dividing by zero.
30348
30349 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30350
30351 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30352 performing an inferior call with watchpoints enabled.
30353 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30354 call.
30355
30356 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30357
30358 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30359 of "file" command.
30360
30361 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30362 Add additional pattern for when "int operator int(void);" appears
30363 in a different order.
30364
30365 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30366
30367 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30368
30369 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30370 and "signal" with ".*".
30371
30372 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30373
30374 * TODO: Add note about "handle all nostop".
30375
30376 * gdb.base/{sigall.c, sigall.exp}: New test.
30377 * gdb.base/Makefile.in: Add it.
30378
30379 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30380
30381 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30382 when invoking GDB, suppresses any windowing interface.
30383
30384 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30385
30386 * config/sim-gdb: New file, simulator testing support.
30387
30388 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30389
30390 * gdb.base/interrupt.exp: Test calling func1 twice.
30391
30392 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30393
30394 * gdb.base/list.exp (test_forward_search): Set timeout higher
30395 when we'll be getting lots of output from gdb.
30396
30397 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30398 "init_malloc" to after the expect statement. Run it if that
30399 regexp is taken, but also for two others which happen if source
30400 cannot be found.
30401
30402 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30403
30404 * gdb.base/printcmds.exp: New test, for printing register before
30405 program is running.
30406
30407 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30408
30409 * gdb.base/list.exp: Correct some alternate expect patterns
30410 to reflect changes in list1.c.
30411
30412 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30413
30414 * TODO: Add item regarding large frames.
30415
30416 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30417
30418 * TODO: Remove item about enabling return.exp; it
30419 is enabled. Suggest a few more "return" tests.
30420
30421 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30422
30423 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30424 anonymous unions.
30425
30426 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30427
30428 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30429 and pr-5646.o, so "make" is the same as "make all", not "make
30430 pr-4975.o".
30431
30432 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30433
30434 * gdb.base/list.exp: Adjust expectations to reflect changes in
30435 list1.c.
30436 (test_forward_search): New test proc.
30437 * gdb.base/list1.c (long_line): New function, has long source line.
30438
30439 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30440
30441 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30442 additional line of code that was added.
30443
30444 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30445
30446 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30447 tests so as not to overflow expect's input buffers.
30448 * gdb.disasm/hppa.exp: Corresponding changes.
30449
30450 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30451
30452 Beginnings of template debugging tests.
30453 * gdb.c++/templ-info.cc: New file to test for template
30454 debugging capability of the compiler.
30455 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30456 templ-info.cc.
30457 * gdb.c++/templates.cc: Add explicit template instantiations
30458 to enable compiling with -fno-implicit-templates. Add destructor
30459 and 'value' method to T5 class for template tests.
30460 * gdb.c++/templates.exp: Add testcases for printing of template
30461 types, setting breakpoints on template methods and calling a
30462 template method.
30463
30464 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30465
30466 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30467 branch target since some assemblers (gas-2.5) may emit a
30468 relocation for the branch instead of resolving it in the
30469 assembler.
30470
30471 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30472
30473 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30474 through signal handler.
30475
30476 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30477
30478 * configure.in (*-*-netware): Use config/mt-netware.
30479
30480 * config/mt-netware: New file.
30481 * config/mt-i386-netware: Removed, separate configs for different
30482 netware architectures are no longer needed now that we have
30483 --with-headers.
30484
30485 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30486
30487 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30488 by the recent changes to use ANSI C arithmetic conversions.
30489
30490 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30491
30492 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30493 bug involving using inferior_pid to figure out whether to select a
30494 frame.
30495
30496 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30497
30498 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30499 match the current disassembler output.
30500
30501 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30502
30503 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30504 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30505 types, expect "int" as type of integer values (for now).
30506
30507 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30508
30509 * gdb.base/commands.exp: New tests for if/while commands.
30510
30511 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30512
30513 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30514 by .*, since hex values have different syntax in Chill mode.
30515
30516 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30517
30518 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30519 linefeed from expect pattern for repeated types with indices > 9.
30520
30521 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30522
30523 First part of Fortran test suite.
30524 * gdb.fortran: New directory.
30525 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30526
30527 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30528
30529 * gdb.base/default.exp: Update expect pattern for load command
30530 without arguments.
30531
30532 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30533
30534 * configure.in: Change i386 to i[345]86.
30535 * gdb.base/configure.in: Likewise.
30536 * gdb.c++/configure.in: Likewise.
30537 * gdb.chill/configure.in: Likewise.
30538
30539 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30540
30541 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30542 patterns, since that is not a valid context for comments.
30543
30544 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30545
30546 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30547 repeated types and repeated types with indices > 9.
30548
30549 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30550
30551 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30552 2417; old bug has been fixed.
30553
30554 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30555
30556 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30557 send the newline ourselves instead of assuming gdb_test will do
30558 so when passed an empty input string.
30559
30560 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30561 stabs testcode.
30562
30563 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30564
30565 * lib/gdb.exp (gdb_test): Don't send anything if the first
30566 argument is an empty string. This makes cases where we want to
30567 match output that is already in expect's buffers (for example,
30568 matching a breakpoint after gdb_run_cmd has been called) work
30569 reliably.
30570
30571 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30572
30573 * config/netware.exp: New file.
30574
30575 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30576
30577 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
30578 the -B and -L prefixes so we can find the debugging stub.
30579
30580 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
30581 there and we are using the gcc from the tree.
30582
30583 * gdb.base/types.c: Removed.
30584
30585 * gdb.base/configure.in: Look for makefile fragments in ../config.
30586 Recognize i386-*-netware.
30587 * gdb.c++/configure.in: Likewise.
30588
30589 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30590
30591 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
30592 the correct TCL syntax.
30593
30594 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30595
30596 * gdb.base/opaque.exp: use runto instead of messing around with
30597 breakpoints. Simplify by using gdb_test.
30598
30599 * gdb.base/bitfields.exp: restart between tests on netware targets
30600 because breakpoints aren't relocated after target death. Run
30601 processes to completion.
30602
30603 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
30604
30605 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
30606
30607 * Makefile.in: Remove extra tabs that confuse some versions
30608 of "make". Use the newly built gdb to test with by default,
30609 rather than the first one in the tester's search path.
30610
30611 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
30612
30613 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
30614
30615 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
30616 condition help.
30617
30618 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30619
30620 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
30621
30622 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
30623 running.
30624 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
30625 * gdb.base/funcargs.exp: Likewise.
30626
30627 * gdb.base/bitfields.exp: Simplify by using gdb_test.
30628 * gdb.base/funcargs.exp: Likewise.
30629
30630 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
30631 message is "".
30632
30633 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30634
30635 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
30636 return,signals,twice}.exp: Handle non-existant binaries
30637 consistantly.
30638
30639 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
30640 * gdb.base/Makefile.in: Don't try to generate a core dump, we
30641 might testing a cross development system.
30642
30643 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30644
30645 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
30646 runtest script is relative to ${srcdir}, not ${rootdir}.
30647
30648 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
30649
30650 * gdb.base/signals.exp: Allow for optionality of breakpoint
30651 address.
30652
30653 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30654
30655 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
30656
30657 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30658
30659 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
30660 for size_t definition.
30661 * gdb.c++/templates.cc: Likewise
30662
30663 * config/mt-i386-netware: New file.
30664
30665 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
30666 defined.
30667
30668 * gdb.base/Makefile.in: Added support for systems that name core
30669 files by appending "core" to the program name.
30670 * gdb.base/a1-selftest.exp: Likewise.
30671
30672 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30673
30674 * gdb.base/return.exp: Add comment and message for `return double'
30675 test failure on Sparc Solaris.
30676
30677 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
30678
30679 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
30680
30681 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30682
30683 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
30684 from optimizing them away.
30685 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
30686 patterns to include default constructors and assignment operators,
30687 to match gcc versions beyond 2.5.8. Accept any cplus demangling
30688 character in the output of the virtual base pointer.
30689
30690 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30691
30692 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
30693 expression match in print_addr_of to avoid unintented matches.
30694 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
30695 versions up to 2.5.8.
30696
30697 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30698
30699 * gdb.base/list.exp: Tweak alternate pattern for listing of an
30700 included file to run under newer versions of expect.
30701 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
30702 consecutive >'s in templates to accomodate recent cplus-dem.c change.
30703 Remove xfail for the virtual table of BDDHookV.
30704
30705 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
30706
30707 * lib/gdb.exp (string_to_regexp): Set a default result.
30708 (default_gdb_start): Fix misleading message.
30709
30710 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
30711
30712 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
30713 Remove all CC, etc definitions.
30714 * config/mt-hpux: New file.
30715 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
30716 (CFLAGS, LDFLAGS): Define.
30717 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
30718
30719 * Makefile.in (site.exp): Don't insert host_os, etc.
30720 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
30721 (distclean): Check existence of subdir.
30722 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
30723 * gdb.base/Makefile.in: General cleanup and simplification.
30724 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30725 to build executables. Use default rule to build .o files.
30726 (EXPECT, RUNTEST, CC): Fix relative pathname.
30727 (site.exp): Don't insert host_os, etc.
30728 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
30729 and/or SIGUSR1 defined.
30730 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
30731 * gdb.c++/Makefile.in: General cleanup and simplification.
30732 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30733 (CFLAGS): Remove.
30734 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
30735
30736 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
30737
30738 * gdb.base/recurse.exp: Misc changes to get tests running again
30739 after Kung's changes to the watchpoint code.
30740 * gdb.base/watchpoint.exp: Likewise.
30741
30742 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
30743
30744 * lib/gdb.exp (string_to_regexp): Convert {\} also.
30745
30746 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
30747
30748 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
30749 * lib/gdb.exp (default_gdb_start): Define.
30750 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
30751 gdb.base/funcargs.exp, gdb.base/opaque.exp,
30752 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
30753 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
30754 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
30755 Don't call gdb_target_udi in between tests.
30756
30757 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30758
30759 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
30760 (which was basically just a local version of the same thing). In
30761 addition to avoiding duplication, gdb_test_exact is faster.
30762 * lib/gdb.exp (gdb_test_exact): Fix typo.
30763
30764 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
30765 don't give an error.
30766
30767 * gdb.base/term.exp: Call delete_breakpoints before starting.
30768
30769 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
30770 (t10): Add comment.
30771
30772 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30773
30774 Reorganization of the GDB Test Suite.
30775
30776 * gdb.base: New directory, contains all the basic tests.
30777 * gdb.c++: New directory, tests specific to C++.
30778 * gdb.chill: New directory, tests specific to Chill.
30779 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
30780 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
30781 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
30782 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
30783 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
30784 t30-31 to chill).
30785 * */gdbme.*: Rename to match appropriate expect scripts.
30786 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
30787 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
30788 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
30789 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
30790 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
30791 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
30792 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
30793 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
30794 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
30795 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
30796 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
30797 gdb.c++/virtfunc.cc: New names of C++ files.
30798 * gdb.chill/chillvars.ch: New name of Chill file.
30799 * gdb.base/configure.in, gdb.c++/configure.in,
30800 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
30801 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
30802 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
30803 * configure.in (configdirs): Update to reflect directory changes.
30804 (target_abbrev): No longer define for any configuration.
30805 * Makefile.in: Cosmetic improvements to header comments.
30806
30807 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
30808
30809 Various changes to gdb.t31:
30810
30811 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
30812 * gdbme.ch: Make all key-words and predefineds be upper-case.
30813 * chillvars.exp: Expect key-words and predefinds in upper-case.
30814
30815 * chillvars.exp: Use gdb_test_exact many places.
30816 Change expected output for arrays (which now includes index labels).
30817
30818 * pr-5020.exp, gdme.ch (module PR_5020):
30819 New test, for PR-5020.
30820
30821 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
30822
30823 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
30824 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
30825
30826 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
30827
30828 * Makefile.in: Fix bit-rot in definitions of CHILL,
30829 CHILL_FOR_TARGET and Chill_LIB.
30830 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
30831 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
30832 CHILL, and CHILL_LIB.
30833
30834 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
30835
30836 * Revert the previous changes. Please see Rob's directory
30837 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
30838
30839 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
30840
30841 * Makefile.in, configure.in, config/mips-gdb.exp,
30842 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
30843 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
30844 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
30845 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
30846 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
30847 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
30848 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
30849 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
30850 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
30851 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
30852 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
30853 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
30854 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
30855 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
30856 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
30857 changes from 94Q1.
30858
30859 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
30860
30861 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
30862 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
30863 Rob's new testing fragments.
30864
30865 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
30866
30867 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
30868 lib/gdb.exp: Replace error proc calls with perror.
30869
30870 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30871
30872 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
30873 version also, match on casted version strings, and match on
30874 gdb startup case where the line numbers might be messed up.
30875
30876 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
30877
30878 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
30879 (CFLAGS): Delete it from here.
30880
30881 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
30882
30883 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
30884
30885 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
30886
30887 * Makefile.in (RUNTEST): Default to just "runtest".
30888
30889 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30890
30891 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
30892 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
30893 the code has been restructured.
30894
30895 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30896
30897 * gdb.t00/default.exp (set write): Allow any number of \r and/or
30898 \n, not just one of each.
30899
30900 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
30901 /bin/cc gives a warning if you do.
30902
30903 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
30904
30905 * gdb.t24/demangle.exp: change expect pattern of
30906 __t10ListS_link1ZUiRCUiPT0
30907
30908 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30909
30910 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
30911 on local variables in recursive functions.
30912
30913 * gdb.t07/Makefile.in: Build the new test.
30914
30915 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30916
30917 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
30918 directly. Instead compare the return values from actual calls.
30919
30920 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
30921
30922 * Makefile.in (check): Set TCL_LIBRARY for runtest.
30923
30924 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30925
30926 * From Peter Schauer with minor modifications.
30927 * gdb.t15/return.exp (return_tests): Handle targets where "return"
30928 stops in mid-line in the caller. Add xfail for returning a float
30929 value on X86 targets.
30930
30931 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30932
30933 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
30934 to avoid expect lossage.
30935 (fmem_LRbug_tests): Likewise.
30936 * gdb.disasm/hppa.s: Corresponding changes.
30937
30938 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
30939 conditions to work with latest dejagnu/expect.
30940
30941 * gdb.t15/funcargs.exp (finish from indirect call): No longer
30942 expected to fail on the PA.
30943 (backtrace in call with trampolines): Explicitly require main
30944 to be frame #1 (no trampolines should show up in backtrace).
30945
30946 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
30947 "continue -expect".
30948 * gdb.t06/break.exp: Likewise.
30949 * gdb.t07/watchpoint.exp: Likewise.
30950 * gdb.t13/bitfields.exp: Likewise.
30951 * gdb.t15/{funcargs,return}.exp: Likewise.
30952 * gdb.stabs/weird.exp: Likewise.
30953 * config/{mips,udi}-gdb.exp: Likewise.
30954
30955 * hppa.sed: Enclose comments within a sed command to avoid
30956 losing with the old OSF1 sed.
30957
30958 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30959
30960 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
30961 sequent dynix.
30962 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
30963 * gdb.t15/funcargs.exp: Conditionally step again to really
30964 finish from marker_call_with_trampolines. Handle the case where
30965 the first step from within call_with_trampolines already steps
30966 us back to main.
30967 * gdb.t15/gdbme.c: Add comment to closing brace of
30968 call_with_trampolines for funcargs.exp.
30969
30970 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30971
30972 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30973 Fix typo(s).
30974
30975 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30976
30977 * gdb.t07/gdbme.c: More code for watchpoint testing.
30978
30979 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
30980 "Hardware watchpoint" throughout file.
30981 (test_watchpoint_triggered_in_syscall): New test.
30982 (test_complex_watchpoint): New test.
30983
30984 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30985
30986 * gdbme.c (call_with_trampolines): New function to try and step
30987 into. Tests trampoline problems on the PA.
30988
30989 * funcargs.exp (localvars_in_indirect_call): No longer expect
30990 stepping into indirect call to fail on PAs.
30991 (test_stepping_over_trampolines): New test.
30992
30993 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30994
30995 * TODO: Add suggestions for static member function tests, and
30996 completion tests.
30997
30998 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30999
31000 * TODO: Add suggestions for "p/a" tests.
31001
31002 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31003 (default_gdb_exit): Replace all the hair with sending "quit" to
31004 the process with a simple close.
31005
31006 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31007
31008 * TODO: Add suggestions for shared library tests.
31009
31010 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31011
31012 * TODO: Add suggestions for x/s tests.
31013
31014 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31015
31016 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31017 "enable once", and "enable breakpoints once" with ".*".
31018
31019 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31020
31021 * TODO: Add suggestions about structure passing tests.
31022
31023 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31024
31025 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31026 the primary1 test, use work around if __GNUC__ < 2.
31027 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31028 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31029 Test for bad output rather than waiting for timeout. Issue
31030 second continue only if first continue failed.
31031
31032 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31033
31034 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31035 operator[] test with gdb_test because the old code didn't seem to
31036 be getting the quoting right with the new dejagnu.
31037
31038 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31039
31040 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31041 one from the path.
31042 * Makefile.in: Use a fresh expect if there is one, use runtest
31043 from the src tree if there is one.
31044
31045 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31046
31047 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31048 next over recursive call. Revise the tests from that point on
31049 (which had been skipped) to match GDB's actual (correct) output.
31050
31051 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31052 with next over a breakpoint whose condition is false.
31053
31054 * gdb.t00/help.exp: Comment out "help set print" tests just like
31055 (and for same reason as) "help set" test.
31056
31057 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31058
31059 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31060 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31061
31062 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31063
31064 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31065 necessary gdb_target_udi.
31066
31067 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31068
31069 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31070 1838 and 2417; they are fixed.
31071
31072 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31073 gdb.t03/ptype.exp (ptype structure, ptype union):
31074 Remove xfails; the test is looser than when the xfails were added.
31075
31076 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31077 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31078
31079 * gdb.t01/run.exp: Only run shell test if isnative.
31080
31081 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31082 since "run" automatically loads if necessary. Call gdb_target_udi
31083 after the "file" since "file" kills any execution target.
31084
31085 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31086 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31087 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31088 argument for UDI.
31089
31090 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31091
31092 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31093
31094 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31095
31096 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31097
31098 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31099 properly quoting regexps. This makes the second argument to
31100 demangle a fixed string, which matches the callers, instead of a
31101 shell-style pattern which is what the previous implementation
31102 used. Update some of the callers.
31103
31104 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31105
31106 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31107 (comib_nullified_tests): Fix typo.
31108 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31109 strings. No longer expected to fail.
31110
31111 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31112 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31113 strings. No longer expected to fail.
31114
31115 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31116 string. No longer expected to fail.
31117
31118 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31119
31120 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31121 No longer expected to fail.
31122
31123 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31124 string. No longer expected to fail.
31125
31126 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31127
31128 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31129 only in the names (I probably got most of them). I was even
31130 generous with some which differed in underscores in names, and
31131 probably missed a few, and I *still* was able to remove almost a
31132 third of the file with almost no impact on testsuite coverage.
31133
31134 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31135
31136 * gdb.t00/default.exp: Match udi_attach error message as well as
31137 the one from child_attach.
31138
31139 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31140
31141 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31142
31143 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31144 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31145
31146 * Move test with enums and partial symbols back to
31147 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31148 Reverts the change of 26 May 93. Per today's change to
31149 stabs.texinfo, the behavior that weird.exp was expecting was
31150 unreasonable; what is important is that the compiler+gdb get
31151 things right, which happens with a recent gcc. Also fix the test
31152 to deal with native compilers which put out the stab gdb can't
31153 deal with.
31154
31155 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31156
31157 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
31158 in the names. The main thing these accomplish is to slow things down.
31159 Many more such duplicates surely remain.
31160
31161 * gdb.t00/help.exp: Comment out "help support" test just like
31162 (and for same reason as) "help set" test.
31163
31164 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
31165
31166 * gdb.t06/break.exp: Remove setup_xfails for
31167 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
31168 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
31169 about known bug in gcc to include up through 2.5.8.
31170 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
31171 well as "_vb$".
31172 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
31173 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
31174 with latest gcc and gdb.
31175 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
31176 well as "_vb$".
31177
31178 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31179
31180 * configure.in (hppa*-*-*): Also configure and build stabs-only
31181 tests.
31182
31183 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31184
31185 * gdb.t10/hppa.mt: A makefile fragment for the PA.
31186 * gdb.t10/configure.in (hppa*-*-*): Use it.
31187
31188 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31189
31190 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
31191
31192 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31193
31194 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
31195 versions prior to 1.13.5.
31196
31197 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31198
31199 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
31200 the prompt is at the start of a line.
31201
31202 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31203
31204 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
31205 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
31206 in the copr tests now.
31207 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31208 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31209 expected to fail.
31210
31211 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31212
31213 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31214 gdb.t31/chillvars.exp, lib/gdb.exp:
31215 Tweak to run under either version of expect.
31216 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31217 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31218 * gdb.t11/list.exp: Remove extraneous whitespace.
31219
31220 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31221
31222 * gdb.t16/printcmds.exp (test_print_strings): Accept
31223 "(unsigned char *) " before the string.
31224
31225 * TODO: Add notes about printing of fancy types and GDB expressions.
31226
31227 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31228
31229 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31230 * gdb.t06/configure.in: Don't try to compile signals test program
31231 if doing mips-idt-ecoff.
31232
31233 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31234
31235 * Most .exp files: Tweak to run under either version of expect.
31236
31237 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31238
31239 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31240 xfails; I'm not sure why they are failing, but not because of PR 1806.
31241
31242 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31243
31244 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31245 defined in lib/gdb.exp.
31246
31247 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31248
31249 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31250 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31251 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31252 have to be typeless.
31253
31254 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31255
31256 * TODO: Add suggestion for copyright year test.
31257
31258 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31259
31260 * configure.in (*-*-lynxos*): Add stabs tests.
31261
31262 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31263
31264 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31265 so insert a tab before any assembler directive in column zero.
31266
31267 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31268 stores.
31269 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31270 stores.
31271 (fpu_short_memory_tests): Likewise.
31272
31273 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31274
31275 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31276 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31277 .stabs directives in comments.
31278
31279 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31280
31281 * TODO: New file, describing tests we could write.
31282 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31283
31284 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31285
31286 * gdb.t06/signals.exp: Add kludge to force re-sync.
31287
31288 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31289 to xgdb instead of gdb, get out of gdb.
31290
31291 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31292
31293 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31294 for info.
31295
31296 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31297
31298 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31299 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31300 * gdb.stabs/hppa.sed: New sed script for the PA.
31301
31302 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31303
31304 * gdb.stabs: Re-write weird.def and configuration to use sed
31305 instead of cpp. sed is portable and POSIX; cpp is neither.
31306
31307 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31308
31309 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31310
31311 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31312
31313 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31314
31315 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31316
31317 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31318 "_vb$".
31319 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31320 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31321
31322 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31323
31324 * lib/gdb.exp: Comment out code which depends on non-existent
31325 `transform' procedure.
31326
31327 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31328
31329 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31330 * lib/gdb.exp: Transform tool name.
31331 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31332 1.1's new error handling system.
31333
31334 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31335
31336 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31337
31338 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31339
31340 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31341 They made pattern matching so slow that timeouts happened on
31342 heavily loaded systems. Now any output from "show print" which
31343 gets us back to the GDB prompt is a PASS.
31344
31345 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31346
31347 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31348
31349 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31350
31351 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31352
31353 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31354 It is not from PR 3220.
31355
31356 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31357
31358 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31359 just started failing because they depended on the order the
31360 subcommands are presented, or exact docstring text. This kind of
31361 test is a pain and has minimal benefit.
31362
31363 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31364
31365 * gdb.t09/corefile.exp: At end of test, use "core" command with
31366 no arguments.
31367
31368 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31369
31370 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31371 17}/Makefile.in: Make it possible to run the testsuite with Sun
31372 make and CC = cross gcc by adding explicit build rules for .o
31373 files.
31374
31375 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31376
31377 * gdb.t15/funcargs.exp: Don't put comments on same line as
31378 setup_xfail (@#$*%& tcl braindamage!).
31379
31380 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31381
31382 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31383
31384 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31385
31386 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31387 * gdb.t20/inherit.exp: remove three dumplicate entries.
31388
31389 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31390
31391 * gdb.t06/break.exp: For "next over recursive call", fail on any
31392 incorrect output, not just on "factorial (value=2)".
31393
31394 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31395
31396 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31397 working now. Add an xfail if accesing a bss variable causes
31398 a memory error if the target is not yet run.
31399
31400 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31401
31402 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31403 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31404 name of __st* demangling (2 strings). Did Kung really get the
31405 more than 95 others right without testing them?
31406
31407 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31408
31409 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31410
31411 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31412
31413 * configure.in (configdirs): Add gdb.disasm
31414 * gdb.disasm: New directory for GDB disassembler tests.
31415 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31416
31417 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31418
31419 * gdb.t00/help.exp: Don't test "help set".
31420
31421 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31422 from within expect statements. None of these happen anymore and
31423 they cause regressions to be silently unnoticed.
31424
31425 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31426 messages) about known failures with gcc cygnus-2.4.5-930417.
31427
31428 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31429 comp-info.exp so it gets built if it doesn't exist.
31430
31431 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31432 it is no longer used.
31433 * gdb.t13/comp-info.c: Removed.
31434
31435 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31436
31437 * gdb.t06/signals.exp: Add xfail for sun3.
31438
31439 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31440
31441 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31442 relevant because ^C doesn't get sent but failure can be reproduced
31443 interactively).
31444
31445 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31446
31447 * gdb.stabs/alpha.mt: New configuration file for alpha.
31448 * gdb.stabs/configure.in: Use it.
31449 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31450 sharing with alpha.mt, redefine long to word via preprocessor.
31451 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31452 for alpha.
31453 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31454 native cc.
31455 * gdb.t00/teststrategy.exp: Change expect string so that we
31456 consume the `(xgdb)' from the command echo and from the gdb prompt.
31457 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31458 gdb currently compares all values as long, so this failure probably
31459 applies to any configuration where LONGEST is bigger than a target int.
31460 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31461 with gcc.
31462 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31463 to handle opaque pointers, gcc is.
31464 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31465 as first argument. Include <sys/types.h> and change all operator
31466 new definitions to use size_t.
31467 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31468 now that we use size_t.
31469
31470 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31471
31472 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
31473 a long or float array cast all array members to the same type.
31474 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
31475 with 64 bit longs.
31476 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
31477 on alpha.
31478 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
31479
31480 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31481
31482 * gdb.t24 (demangle.exp): Constructors of templates have names like
31483 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31484 section 14.6 of the ARM.
31485
31486 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31487 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31488 accomplish little and slow down the testsuite.
31489
31490 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31491 Accept spaces various places.
31492
31493 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31494
31495 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31496 with watchpoint enabled.
31497
31498 * Makefile.in: Remove definition of CC and remove the second
31499 definition of CXX (the "CXX = gcc" one remains). These definitions
31500 were causing backquotes to be expanded within backquotes, which
31501 doesn't work.
31502
31503 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31504
31505 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31506
31507 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31508
31509 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31510 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
31511 by mips cc and contains no stabs entries.
31512
31513 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31514
31515 * config/vx-gdb.exp: Use fake device to load files rather than
31516 NFS.
31517 * lib/gdb.exp: New proc to do "file" command.
31518 * config/unix-gdb.exp: Use new "file" proc.
31519
31520 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31521
31522 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31523 Rework board rebooting slightly.
31524 (gdb_exit): Don't exit from the remote shell; there isn't one.
31525 * gdb.stabs/weird.exp: If a program is being debugged already,
31526 kill it.
31527 * gdb.t04/setvar.exp: Stop and restart gdb.
31528 * gdb.t05/expr.exp: Likewise.
31529 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31530 restart gdb and reload the program.
31531 * gdb.t08/opaque.exp: Likewise.
31532 * gdb.t12/scope.exp: Likewise.
31533 * gdb.t13/bitfields.exp: Likewise.
31534 * gdb.t15/funcargs.exp: Likewise.
31535 * gdb.t20/classes.exp: Likewise.
31536 * gdb.t03/ptype.exp: Increase timeout.
31537 * gdb.t16/printcmds.exp (test_print_string_constants,
31538 test_print_array_constants): Likewise.
31539 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31540 * gdb.t20/classes.exp (do_tests): Likewise.
31541 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31542
31543 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31544
31545 * gdb.stabs: Renamed *wierd* to *weird*.
31546
31547 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31548
31549 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31550 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31551
31552 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31553
31554 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31555 (do_tests): Remove xfail for whatis on one_var and two_var.
31556
31557 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31558
31559 * Makefile.in: Made cross building work better by adding
31560 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31561
31562 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31563
31564 * gdb.t15/{return.c,return.exp,Makefile.in}:
31565 New test, currently commented out.
31566
31567 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31568
31569 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31570 still running and removes the leftover named socket so GDb can do
31571 clean restarts.
31572
31573 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
31574
31575 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
31576 console, not GDB.
31577 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
31578 cross testing works better with "make check"
31579 * config/unix-gdb: Use default procedures for exit and version.
31580 * config/vx-gdb.exp: Cleaned up and massaged back to working order
31581 with the newest VxWorks.
31582
31583 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31584
31585 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
31586 old form.
31587
31588 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
31589 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
31590
31591 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
31592
31593 * config/unix-gdb.exp: Remove this version of gdb_exit
31594 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
31595 Rob says he'll look at it when he gets back to testing boards.
31596
31597 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
31598
31599 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
31600 an expected fail for certain ptype commands.
31601
31602 * gdb.t20/classes.exp: Update expected results of "ptype class
31603 Base1" to account for the constructor that now appears in the type.
31604
31605 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
31606
31607 * configure.in (configdirs): Restore gdb.t04, which mysteriously
31608 disappeared from list.
31609 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
31610 "alldone" proc with call to cleanup and exit.
31611 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
31612 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
31613 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
31614 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
31615 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
31616 "alldone" proc with simple returns that suppress remaining
31617 tests. The alldone proc went away many months ago.
31618
31619 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31620
31621 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
31622
31623 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
31624
31625 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31626
31627 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
31628 as vax gdb will display them.
31629
31630 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31631
31632 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
31633 optimizers.
31634
31635 * scope.exp: Change "bad value for localval" messages so each one
31636 is unique.
31637
31638 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
31639 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
31640
31641 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
31642
31643 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31644
31645 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
31646 doesn't exist (due to optimization).
31647
31648 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31649
31650 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
31651 contains \r because the filename is long.
31652
31653 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
31654 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
31655
31656 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31657
31658 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
31659 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
31660 Ultrix.
31661 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
31662 int tests.
31663 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
31664
31665 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
31666
31667 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
31668
31669 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
31670 to match does not match the passing case but still matches the
31671 failing case.
31672
31673 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31674
31675 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
31676
31677 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
31678
31679 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
31680 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
31681 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
31682 Remove various versions of gdb_exit.
31683 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
31684 gdb_exit.
31685 * config/unix-gdb.exp: gdb_exit remains here, and should override
31686 the generic version, since it's doing a lot of wierd stuff that
31687 the other versions aren't. FIXME, fold it in, or abandon this
31688 version.
31689
31690 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31691
31692 * gdb.t24/demangle.exp: Add tests for PR 3220.
31693
31694 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31695
31696 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
31697
31698 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
31699
31700 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
31701 "i386-*-*". Works for i486 as well.
31702
31703 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
31704 bug, and expand domain of xfail to all SVR4 systems, since the
31705 actual problem is likely to be in generic SVR4 /proc support.
31706
31707 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31708
31709 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
31710
31711 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
31712
31713 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
31714 xfails for other systems. Match a missing 'Continuing.' as an
31715 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
31716
31717 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
31718 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
31719 Only issue warning for missing executables if -all option is used.
31720
31721 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
31722 file if -all option is used. It's like an unpredictable XFAIL.
31723
31724 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31725
31726 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
31727 for dynamically linked binaries.
31728
31729 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
31730
31731 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31732
31733 * gdb.t20/inherit.exp: Change message for "print tagless struct"
31734 to state that this is a known bug in old versions of g++.
31735
31736 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31737
31738 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
31739 while waiting for `Continuing'.
31740
31741 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
31742
31743 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
31744 in text, data, and bss.
31745 * gdb.t10/nodebug.c: Add local and global test variables for
31746 initialized and uninitialized data.
31747
31748 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31749
31750 * config/unix-gdb.exp (gdb_exit): Add "wait".
31751
31752 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31753
31754 * gdb.t06/signals.exp: xfail the continue from the handler for all
31755 targets.
31756
31757 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
31758 function with watchpoints enabled, the i386 call dummy starts with
31759 a call.
31760
31761 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
31762 386 bsd names its corefiles.
31763
31764 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
31765
31766 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
31767 compilers don't grok it.
31768 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
31769 with small octal ints rather than character constants, which
31770 are signed and might not fit if first promoted to int.
31771
31772 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
31773
31774 * gdb.t09/Makefile.in (clean): Remove corefile.
31775
31776 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31777
31778 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
31779
31780 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31781 and Jim Kingdon (kingdon@cygnus.com)
31782
31783 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
31784 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
31785 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
31786
31787 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31788
31789 * gdb.t17/interrupt.exp: Add xfail for hppa.
31790
31791 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31792
31793 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
31794 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
31795 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
31796 to determine signed-ness of bitfields and use the result to setup
31797 the xfail.
31798 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
31799 * gdb.t15/funcargs.exp: Use them to step until the second indirect
31800 call line is reached if necessary.
31801
31802 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31803
31804 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
31805
31806 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31807
31808 * gdb.t06/break.exp: Also test `clear' command.
31809
31810 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31811
31812 * gdb.t00/teststrategy.exp: Remove extra quote.
31813
31814 * gdb.t07/watchpoint.exp: Change xfail for calling function with
31815 watchpoint enabled to be for all non-68k machines.
31816
31817 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
31818
31819 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31820
31821 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
31822 targets use aout.mt instead of ecoff.mt as gas understands
31823 standard aout format.
31824
31825 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31826
31827 * lib/gdb.exp (runto): Don't insist that function we are running to
31828 was compiled with -g.
31829
31830 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
31831
31832 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
31833 to get back into the read system call.
31834 Accept leading newline in case where we woke it up.
31835
31836 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31837
31838 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
31839 to make the stabs test work on ecoff systems using gcc and -with-stabs.
31840 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
31841 enable ecoff configuration.
31842
31843 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31844
31845 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
31846
31847 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31848
31849 * gdb.t16/printcmds.exp: Add another printf test.
31850
31851 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
31852
31853 * configure.in: If configured -with-stabs on any target, add
31854 stabsdirs to configdirs.
31855
31856 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31857
31858 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
31859 fun" so pattern does not match the command itself.
31860
31861 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31862
31863 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
31864
31865 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31866
31867 * gdb.t17/interrupt.exp: Test for more things.
31868
31869 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31870
31871 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
31872 compiler arranges the code and line numbers.
31873
31874 * gdb.t17/interrupt.exp: Don't send \n after ^C.
31875
31876 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31877
31878 * gdb.t00/help.exp: Increase expect input buffer size.
31879
31880 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31881
31882 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
31883
31884 * gdb.t07/watchpoint.exp: Add xfail for hppa.
31885
31886 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
31887
31888 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
31889 [0-9]*, not just [0-9].
31890
31891 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31892
31893 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
31894
31895 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
31896
31897 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31898
31899 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
31900
31901 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31902
31903 * gdb.t06/signals.c: Add xfails for sun3.
31904
31905 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
31906
31907 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
31908 test_stepping tests.
31909
31910 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31911
31912 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
31913
31914 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
31915
31916 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
31917 rather than actually putting it through cpp twice.
31918
31919 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
31920
31921 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
31922
31923 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
31924 no longer needed.
31925
31926 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31927
31928 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
31929
31930 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
31931 C++ features prints as "struct", make it a pass, not an xfail.
31932
31933 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31934
31935 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
31936 Don't require VA to print as "class" rather than "struct".
31937
31938 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
31939
31940 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
31941
31942 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31943
31944 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
31945
31946 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31947
31948 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
31949 order.
31950
31951 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31952
31953 * gdb.t16/printcmds.exp: Add printf tests.
31954
31955 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
31956
31957 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
31958
31959 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
31960
31961 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
31962 pass counts, to counteract any existing or future setup_xfails.
31963
31964 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31965
31966 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
31967 {BEGIN,END}_COMMON for common block instead of STAB.
31968 * gdb.stabs/wierd.exp: Add xfail for rs6000.
31969
31970 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
31971 intp_var should be N_GSYM not N_LSYM.
31972 wierd-aout.S: Use a label for the value of the N_SO.
31973 wierd.def: Remove all backslashes.
31974 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
31975
31976 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31977
31978 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
31979 get the expected next to inheritance3.
31980
31981 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31982
31983 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
31984 now that gcc-2.4 gets it right.
31985
31986 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31987
31988 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
31989
31990 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
31991 generating comp-info.exp which works for cross-compilation.
31992
31993 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
31994
31995 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
31996 "*-*-sysv4.*".
31997
31998 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
31999
32000 * gdb.t01/run.exp: Start with a fresh gdb.
32001 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32002 SVR4.x.
32003
32004 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32005
32006 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32007 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32008 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32009 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32010 things to remove.
32011
32012 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32013
32014 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32015 test cases from bug reports.
32016
32017 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32018
32019 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32020 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32021 avoid spurious xfails.
32022 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32023 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32024 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32025
32026 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32027
32028 * gdb.t00/teststrategy.exp: Rework to provide more useful
32029 description of each test, fix problem with systems that define
32030 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32031 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32032 results for "next over recursive call" so timeouts aren't taken
32033 by error.
32034
32035 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32036
32037 * gdb.t12/scope.exp: Test printing of variables before run.
32038
32039 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32040 printed in wrong order due to sorting.
32041
32042 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32043
32044 * gdb.t00/teststrategy.exp: Fix expected results for printing
32045 user entered string constant. Is array of char, prints with no
32046 address.
32047
32048 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32049 commands.
32050 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32051 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32052 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32053 of struct of char arrays.
32054 * gdb.t00/radix.exp: New tests for radix commands.
32055
32056 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32057
32058 * gdb.t16/printcmd.exp: Print a variable before running program
32059 (with xfail for AIX).
32060
32061 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32062
32063 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32064
32065 * gdb.t16/printcmd.exp: Don't print variables before running program.
32066
32067 * gdb.t06/break.exp: Don't require envp argument to main.
32068
32069 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32070
32071 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32072 Add xfails for rs6000.
32073
32074 * gdb.t02/whatis.exp: Change other tests not to re-test something
32075 we already tested.
32076
32077 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32078 each type used has a variable of that type.
32079
32080 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32081
32082 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32083
32084 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32085
32086 * configure.in: change srctrigger to be a file, not a directory
32087
32088 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32089
32090 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32091
32092 * gdb.t11/list.exp: Fixed a couple of typos.
32093
32094 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32095
32096 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32097 is fixed and PR is closed.
32098 * gdb.t16 (gdbme.c): Add simple test string variable.
32099 * gdb.t16 (printcmds.exp): Add tests with simple test string
32100 variable, primarily for boundaries on "set print elements".
32101
32102 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32103
32104 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32105 Make leading 0's optional and don't expect a tab in the middle
32106 of the number.
32107
32108 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32109
32110 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32111 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32112 don't end command passed to gdb_test with newline.
32113
32114 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32115 signed keyword away, don't expect signed bitfields to be signed.
32116
32117 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32118 printing with only as many 1's as are in the field as well as printing
32119 with 32 1's (see comment).
32120
32121 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32122
32123 * gdb.t00/default.exp: Start with a fresh gdb.
32124 * configure.in (configdirs): Remove gdb.t31 until the chill
32125 compiler works again. It no longer is able to find chillrt0
32126 since it isn't in libchill.a anymore.
32127 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32128 wierd.o, make more modular.
32129 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32130 spurious newlines that caused problems.
32131
32132 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32133
32134 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32135 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32136 gdb.stabs/wierd.{exp,def}: Many new tests.
32137
32138 * gdb.t00/default.exp: update info line for new message.
32139
32140 * gdb.t02/{whatis.exp,gdbme.c}:
32141 Test that "char *" doesn't print as "caddr_t".
32142
32143 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32144
32145 * gdb.t00/help.exp: Use .* in place of some help messages which
32146 just changed.
32147 gdb.t00/default.exp: Update "info frame" test for new message.
32148 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32149 Remove some xfails
32150
32151 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32152
32153 * gdb.t03/{gdbme.c,ptype.exp}:
32154 Add tests for typedef'd struct and union without tags.
32155 Also check "whatis" on a variable of a typedef'd enum without a tag.
32156
32157 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
32158 PRMS 1823; the bug still exists but isn't reproduced by this test
32159 anymore), and remove rs6000 XFAIL (the bug is fixed).
32160
32161 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
32162 duplicated from whatis.exp. For those that are left, accept
32163 "long", "long int", or "int" for long variables (whatis.exp already
32164 has an XFAIL for "int", so no need to fail it here).
32165
32166 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
32167 Deal with GCC's names for types now that GDB uses the compiler's names.
32168
32169 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
32170 setup_xfail's for sunos4. If we #defined the signed keyword away,
32171 don't expect GDB to know that char it is signed.
32172
32173 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
32174
32175 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
32176
32177 * configure.in (configdirs): Add gdb.t24 for C++ tests that
32178 should work on any system, regardless of debugging format.
32179 * gdb.t21/demangle.exp: Move to gdb.t24.
32180 * gdb.t24/demangle.exp: Move from gdb.t21.
32181 * gdb.t24/{Makefile.in, configure.in}: New files.
32182
32183 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32184
32185 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32186 * gdb.stabs: New directory.
32187
32188 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32189
32190 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
32191 not just "Quit anyway?".
32192
32193 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
32194
32195 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
32196 that all setup_xfails are immediately followed by clear_xfails.
32197
32198 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
32199
32200 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
32201 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
32202 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
32203 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
32204 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
32205 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32206 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32207 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32208 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32209 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32210 gdb.t31/chillvars.exp, lib/gdb.exp:
32211 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32212 bug-gdb@prep.ai.mit.edu.
32213
32214 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32215
32216 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32217 with 0.0, not integer 0.
32218
32219 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32220
32221 * gdb.t06/break.exp: Update for "Kill the program" message change.
32222
32223 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32224
32225 * Makefile.in (GDBFLAGS): Set to -nx.
32226 * Makefile.in (site.exp): Use GDBFLAGS.
32227
32228 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32229
32230 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32231 Makefiles.
32232 (check): depend on just-check.
32233 (just-check): added so that tests can be run without a noop
32234 build pass.
32235
32236 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32237
32238 Switch to using configure's configdirs.
32239 * Makefile.in (Makefile): add configure.in dependency.
32240 (SUBDIRS): removed redundant assignment.
32241 * configure.in: switch subdirs assignment to configdirs.
32242 * gdb.t*/configure.in: new files.
32243
32244 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32245
32246 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32247 works.
32248
32249 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32250
32251 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32252 in explicit rules. Apparently this is not supported by some makes.
32253
32254 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32255
32256 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32257
32258 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32259
32260 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32261 disappeared.
32262
32263 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32264
32265 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32266
32267 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32268
32269 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32270 watchpoint problem that is now fixed.
32271 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32272 uninitialized convenience variables.
32273 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32274 structures.
32275
32276 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32277
32278 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32279 which causes expect to get out of sync with gdb on long output
32280 from help set.
32281 * gdb.t09/corefile.exp: Make expected pattern for core file
32282 failing signal and frame output format less sun specific.
32283
32284 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32285
32286 * gdb.t31/chillvars.exp: Add and remove initial dummy
32287 breakpoint, so that symbol table is forced in.
32288 (Needed at least on Sunos4, though it seems not SVR4.)
32289 * gdb.t31/chillvars.exp: Update for changed output format.
32290
32291 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32292
32293 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
32294
32295 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32296
32297 * Makefile.in: Added --srcdir when invoking runtest, removed the
32298 need for a local config file. (optional now)
32299
32300 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32301
32302 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32303 failure count used to force early termination. Add some more
32304 expected failures for gnu style demangling.
32305
32306 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32307
32308 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32309 pmi variable from gdb.t20/gdbme to get optimized away.
32310 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32311 Check for written corefile upon timeout _and_ eof.
32312
32313 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32314
32315 * config/unix-gdb.exp: Add missing return 0.
32316
32317 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32318
32319 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32320 test termination.
32321
32322 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32323
32324 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32325 disappeared.
32326
32327 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32328
32329 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32330 time as i860 support works.
32331
32332 * gdb.t15/funcargs.exp: Fix expected outputs to include
32333 "backtrace 100\r" rather than just "backtrace\r", to match last
32334 change.
32335
32336 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32337
32338 * config/udi-gdb.exp (gdb_exit): Remove close command.
32339 (gdb_target_udi): New procedure to set the UDI target.
32340 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32341 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32342 Added waits for prompts after several question responses. Added
32343 some more responses used by a29k-amd-udi-gdb.
32344 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32345 pass different arguments, restart UDI connection after program
32346 completion.
32347 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32348 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32349 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32350 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32351 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32352 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32353 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32354 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32355 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32356 after program completion.
32357 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32358 compiled with a SELECT_VECS setting.
32359 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32360 infinite recursion.
32361
32362 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32363 Added checks for COFF results, and made them expected failures for
32364 all targets. It would be better to make them expected failures
32365 for COFF targets only.
32366
32367 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32368
32369 * Makefile.in: add null dvi target, don't bother to recurse
32370 through test directories for info and install-info; rename
32371 $(datadir) to be dejagnu instead of deja-gnu
32372
32373 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32374
32375 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32376 compiler to coredump.
32377 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32378 code.
32379
32380 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32381
32382 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32383 coredump.
32384 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32385 code.
32386
32387 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32388
32389 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32390 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32391 which in a shell. Deletes xgdb when done.
32392 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32393 Tests the return from the "set height" or "set width" commands.
32394 Added a few return codes where needed.
32395
32396 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32397
32398 * Makefile.in (SUBDIRS): Add gdb.t17.
32399 * configure.in (subdirs): Add gdb.t17.
32400 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32401 files to test gdb's calling of functions in the inferior with
32402 the correct arguments and gdb's ability to retrieve any
32403 result returned.
32404
32405 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32406
32407 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32408 may be called after gdb goes away. Previous versions of expect
32409 needed these to avoid file descriptor leaks, but they cause
32410 errors with the current revision of expect.
32411 * gdb.t00/gdbvars.exp: Use -re on expected output after
32412 setting sevenbit-strings.
32413 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32414 to set sevenbit-strings consistent across tests.
32415 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32416 set sevenbit-strings consistent across tests.
32417
32418 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32419
32420 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32421 expected output to match current "expect" expectations.
32422
32423 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32424
32425 * gdb.t00/default.exp: Change expected output for default "source"
32426 command, to match new gdb behavior which requires a filename to
32427 source.
32428
32429 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32430
32431 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32432 expected fail for i486-*-* that misses the marker2 function.
32433 * gdb.t10/crossload.exp (bfddefault): Allow successful
32434 recognition of a format to pass even if no symbols are found.
32435 Explicitly catch failures where the format is not recognized
32436 or is ambiguous, and add the reason to the fail message.
32437 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32438 the cause is and invalid target and add reason to failure message.
32439 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32440 elf32-i386, elf32-sparc, and elf32-i860.
32441 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32442 Set up expected failure for 'filename'::variable scope resolution,
32443 which is now apparently broken on all targets.
32444 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32445 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32446 gdb.t23/templates.exp: Change failure for missing binfile into
32447 just a warning.
32448 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32449 references.
32450
32451 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32452
32453 * gdb.t00/default.exp: Add expected output for default "source"
32454 command, to match new gdb behavior.
32455 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32456
32457 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32458
32459 * config/*-gdb.exp: returns an error, rather than exiting on
32460 internal errors.
32461
32462 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32463
32464 * gdb.t03/gdbme.c: Add pointer to struct variable.
32465 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32466 referencing struct members.
32467
32468 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32469
32470 * configure.in (mips-idt-ecoff): New target.
32471 * config/mips-gdb.exp: New file for remote board using MIPS remote
32472 debugging protocol.
32473
32474 * Redid configuration scheme. Removed gdb.t*/configure.in.
32475 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32476 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32477 distclean targets. Built executables via .o files. Adjusted
32478 tests to account for source files in $(srcdir) rather than
32479 $(objdir).
32480 * lib/gdb.exp (runto): Don't expect () after the function name,
32481 because it may have arguments.
32482
32483 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32484
32485 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32486 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32487 expected failures for mips-idt-* and mips-sgi-*.
32488 * gdb.t00/default.exp (attach): Kill process if requested.
32489 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32490 that does not read core files.
32491 * gdb.t01/run.exp: Removed checks for exit status code.
32492 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32493 it is linked in.
32494 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32495 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32496 appropriate, rather than doing it by hand.
32497 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32498 execution.
32499 * gdb.t10/crossload.exp: Kill existing program if needed.
32500 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32501 appropriate, rather than doing it by hand. Always increase
32502 timeout for this test, not just for VxWorks.
32503
32504 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32505
32506 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32507 of Chill STRUCT types and STRUCT values.
32508 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32509 than "char".
32510 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
32511 struct2): New struct definitions and initializations to test
32512 simple Chill STRUCT types.
32513
32514 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32515
32516 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32517 the null byte at the end of strings.
32518 * gdb.t00/default.exp: Make show version insensitive to copyright
32519 date.
32520 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32521 to avoid dependencies on target char signedness.
32522 * gdb.t16/printcmds.exp: Update expected results for explicitly
32523 unsigned char.
32524 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32525 now work.
32526 * gdb.t21/demangle.exp: Add many more patterns for template
32527 demangling, most of them being expected failures.
32528 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32529 string we are matching for, to match on the whole string.
32530 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32531 and fix a whole bunch that had incorrect expected output but were
32532 passing anyway because of the bug in "proc demangle".
32533 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32534 type.
32535 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32536
32537 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32538
32539 * gdb/testsuite: made modifications to testcases, etc., to allow
32540 them to work properly given the reorganization of deja-gnu and the
32541 relocation of the testcases from deja-gnu to a "tool" subdirectory.
32542
32543 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32544
32545 * gdb/testsuite: Initial creation of gdb/testsuite.
32546 Migrated dejagnu testcases and support files for testing nm to
32547 gdb/testsuite from deja-gnu. These files were moved "as is"
32548 with no modifications. This migration is part of a major overhaul
32549 of dejagnu. The modifications to these testcases, etc., which
32550 will allow them to work with the new version of dejagnu will be
32551 made in a future update.
32552
32553 For additional changes see gdb.mi/ChangeLog-1999-2003.
32554 \f
32555 ;; Local Variables:
32556 ;; mode: change-log
32557 ;; left-margin: 8
32558 ;; fill-column: 74
32559 ;; version-control: never
32560 ;; End:
32561
32562 Copyright 1993-2013 Free Software Foundation, Inc.
32563 Copying and distribution of this file, with or without modification,
32564 are permitted provided the copyright notice and this notice are preserved.
This page took 0.709522 seconds and 4 git commands to generate.