When reverse-stepping, only insert a resume breakpoint at ecs->stop_func_start
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
ee47b2f8
YQ
12013-09-18 Yao Qi <yao@codesourcery.com>
2
3 * gdb.server/wrapper.c: New.
4 * gdb.server/wrapper.exp: New.
5
49fa26b0
PA
62013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
7 Jan Kratochvil <jan.kartochvil@redhat.com>
8 Pedro Alves <palves@redhat.com>
9
10 PR gdb/11568
11 * gdb.thread/thread-specific-bp.c: New file.
12 * gdb.thread/thread-specific-bp.exp: New file.
13
e83b28bc
SDJ
142013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
15
16 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
17 convenience function.
18
08d72866
PA
192013-09-17 Pedro Alves <palves@redhat.com>
20
21 PR gdb/15911
22 * gdb.threads/info-threads-cur-sal-2.c: New file.
23 * gdb.threads/info-threads-cur-sal.c: New file.
24 * gdb.threads/info-threads-cur-sal.exp: New file.
25
57b0d98e
YQ
262013-09-17 Yao Qi <yao@codesourcery.com>
27
28 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
29 [__WIN32__]: Include "windows.h" and define macro dlopen
30 and dlclose.
31 [!__WIN32__]: Include "dlfcn.h".
32 * gdb.base/catch-load.exp (one_catch_load_test): Match
33 directory separator.
34
0295a32e
DE
352013-09-16 Doug Evans <dje@google.com>
36
a587b477
DE
37 * lib/gdb.exp (using_fission): New proc.
38 * gdb.base/info-macros.exp: Skip test if using Fission.
39
0295a32e
DE
40 * gdb.base/break-interp.exp: Fix indentation.
41
a280dbd1
SDJ
422013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
43
44 * gdb.base/gdbvars.c (foo_void): New function.
45 (foo_int): Likewise.
46 * gdb.base/gdbvars.exp (test_convenience_functions): New
47 function. Call it.
48
4ac33720
UW
492013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
50
51 * gdb.arch/s390-tdbregs.c: New file.
52 * gdb.arch/s390-tdbregs.exp: New file.
53
b866c52d
SS
542013-09-12 Stan Shebs <stan@codesourcery.com>
55
56 * README: New file.
57
dc59cba6
DE
582013-09-12 Doug Evans <dje@google.com>
59
60 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
61 added code to print event.inferior.
62
edf9f00c
JK
632013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
64
65 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
66 debug part of the binary.
67
5423b017
JK
682013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
69
70 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
71 (addlink): Add comment.
72
9295cf6f
SA
732013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
74
75 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
76 canonical pathname.
77
89e63ee4
DE
782013-09-04 Doug Evans <dje@google.com>
79
314bb8c3
DE
80 * gdb.python/py-events.py (exit_handler): Verify we get the expected
81 event.
82 (continue_handler, new_objfile_handler): Ditto.
83 (test_events): Rename command to "test-events".
84 (test_newobj_events): Rename command to "test-objfile-events".
85 * gdb.python/py-events.exp: Update.
86 * gdb.python/py-evsignal.exp: Update.
87 * gdb.python/py-evthreads.exp: Update.
88
89e63ee4
DE
89 * gdb.base/enumval.c (ZERO): New enum value.
90 (main): Use it
91 * gdb.base/enumval.exp: Test ability to print ZERO.
92
932013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
94 Pedro Alves <palves@redhat.com>
95
96 * gdb.base/relocate.exp: Check that invalid options are
97 rejected.
98
26c2b53c
AB
992013-08-30 Andrew Burgess <aburgess@broadcom.com>
100
101 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
102 (my_static_symbol): Add comment.
103 (main): Reference my_bss_symbol.
104
96d9056e
PM
1052013-08-30 Phil Muldoon <pmuldoon@redhat.com>
106
107 * gdb.python/py-arch.exp: Tests for invalid architecture.
108
489d4f4d
SA
1092013-08-29 Sterling Augustine <saugustine@google.com>
110
111 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
112 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
113 said conditional.
114
5b791bb5
PM
1152013-08-29 Phil Muldoon <pmuldoon@redhat.com>
116
117 * gdb.python/py-arch.exp: Load gdb-python.exp.
118
8f28f522
PM
1192013-08-29 Phil Muldoon <pmuldoon@redhat.com>
120
121 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
122 itertools for imap attribute. Otherwise use map().
123 (ElidingIterator): Define wrapper function __next__.
124 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
125 use exec (open (read ())) instead.
126 * gdb.python/py-framefilter.exp: Ditto.
127 * gdb.python/py-arch.exp: Update print based test to Python 3.x
128 compliance.
129 * gdb.python/py-frame.exp: Ditto.
130 * gdb.python/py-type.exp: Ditto.
131
1f0c4988
JK
1322013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
133
134 PR gdb/15415
135 * gdb.base/argv0-symlink.c: New file.
136 * gdb.base/argv0-symlink.exp: New file.
137
7893c162
TT
1382013-08-28 Tom Tromey <tromey@redhat.com>
139
140 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
141 when saving index.
142
6211c335
YQ
1432013-08-27 Yao Qi <yao@codesourcery.com>
144
145 * gdb.trace/entry-values.exp: Test unavailable entry value is
146 not shown when option '--skip-unavailable' is specified.
147 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
148 Add tests for new option '--skip-unavailable'.
149
ce4ea2bb
YQ
1502013-08-27 Yao Qi <yao@codesourcery.com>
151
152 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
153 remote_download if it is empty.
154
6e45f158
DE
1552013-08-26 Doug Evans <dje@google.com>
156
779bd270
DE
157 PR symtab/15885
158 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
159 (clean): rm -f *.gdb-index *.with-index.
160 * gdb.dwarf2/gdb-index.exp: New testcase.
161
6e45f158
DE
162 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
163 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
164 run_on_host. All callers updated.
165
b1224238
YQ
1662013-08-24 Yao Qi <yao@codesourcery.com>
167
168 * gdb.trace/entry-values.c (end): New
169 (main): Call end.
170 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
171 tracepoint and collect data. Test entry value is unavailable.
172
b39a8faf
YQ
1732013-08-24 Yao Qi <yao@codesourcery.com>
174
175 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
176 * gdb.trace/entry-values.c: New.
177 * gdb.trace/entry-values.exp: New.
178
9eaabc75
MW
1792013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
180
181 PR gdb/15501
182 * gdb.base/ena-dis-br.exp: Add test to verify
183 enable/disable commands work correctly with
184 multiple arguments that include multiple locations.
185
9f948660
SDJ
1862013-08-22 Samuel Bronson <naesten@gmail.com>
187
188 ARM Linux support for `catch syscall'.
189 * gdb.base/catch-syscall.exp: Test this on ARM now.
190 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
191
e630b974
TT
1922013-08-22 Tom Tromey <tromey@redhat.com>
193
194 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
195 default addr_size.
196 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
197
f3a76454
TT
1982013-08-22 Tom Tromey <tromey@redhat.com>
199
200 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
201 standard_temp_file.
202
de5f37e1
TT
2032013-08-22 Tom Tromey <tromey@redhat.com>
204
205 * gdb.arch/amd64-byte.exp: Use standard_testfile,
206 clean_restart.
207 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
208 * gdb.arch/amd64-dword.exp: Use standard_testfile,
209 clean_restart.
210 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
211 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
212 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
213 * gdb.arch/amd64-word.exp: Use standard_testfile,
214 clean_restart.
215 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
216 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
217 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
218 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
219 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
220 * gdb.arch/i386-signal.exp: Use standard_testfile.
221 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
222 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
223 * gdb.arch/i386-unwind.exp: Use standard_testfile.
224 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
225
8448e842
TT
2262013-08-22 Tom Tromey <tromey@redhat.com>
227
228 * gdb.python/py-error.exp: Use gdb_remote_download.
229 * gdb.python/py-mi.exp: Use gdb_remote_download.
230 * gdb.python/py-objfile-script.exp: Use standard_output_file.
231 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
232 (run_lang_tests): Likewise.
233 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
234 filename.
235 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
236 compiling. Use gdb_remote_download. Update some tests.
237 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
238 standard_output_file.
239 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
240 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
241 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
242 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
243 standard_output_file.
244
16cfcbc2
TT
2452013-08-22 Tom Tromey <tromey@redhat.com>
246
247 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
248
44ee8174
TT
2492013-08-22 Tom Tromey <tromey@redhat.com>
250
251 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
252 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
253 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
254 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
255 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
256 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
257 * lib/gdb.exp (gdb_remote_download): New proc.
258
7a218f88
TT
2592013-08-22 Tom Tromey <tromey@redhat.com>
260
261 * gdb.dwarf2/clztest.exp: Use standard_testfile.
262 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
263 * gdb.dwarf2/fission-base.S: Remove directory from
264 DW_AT_GNU_dwo_name.
265 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
266 debug-file-directory.
267 * gdb.dwarf2/fission-reread.S: Remove directory from
268 DW_AT_GNU_dwo_name.
269 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
270 debug-file-directory.
271
70cc1c23
DE
2722013-08-16 Doug Evans <dje@google.com>
273
274 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
275 prelink complains about an unhandled DWARF version.
276
61884d20
DE
2772013-08-14 Cary Coutant <ccoutant@google.com>
278
279 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
280
5e92f71a
TT
2812013-08-13 Tom Tromey <tromey@redhat.com>
282 Yao Qi <yao@codesourcery.com>
283
284 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
285 * lib/gdb.exp: Handle GDB_PARALLEL.
286 (default_gdb_version): Kill inotify_pid if it exists.
287 (default_gdb_exit): Emit warning if the inotify log is not
288 empty.
289 (standard_output_file): Respect GDB_PARALLEL.
290 (standard_temp_file): Likewise.
291 (gdb_init): Start inotifywait if requested.
292
5c30d39a
AB
2932013-08-13 Andrew Burgess <aburgess@broadcom.com>
294
295 * gdb.base/printcmds.exp (test_printf): Add test for printf of
296 pointer with various flags.
297
17e1c970
TT
2982013-08-13 Tom Tromey <tromey@redhat.com>
299
300 * lib/cache.exp: New file.
301 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
302 * lib/gdb.exp: Load cache.exp.
303 (support_complex_tests, is_ilp32_target, is_lp64_target)
304 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
305 (gdb_skip_xml_test): Use gdb_caching_proc.
306 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
307
4e234898
TT
3082013-08-13 Tom Tromey <tromey@redhat.com>
309
310 * lib/gdb.exp (standard_temp_file): New proc.
311 (support_complex_tests, is_ilp32_target, is_lp64_target)
312 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
313 standard_temp_file.
314
53e981d9
TT
3152013-08-13 Tom Tromey <tromey@redhat.com>
316
317 * lib/gdb.exp (build_id_debug_filename_get): Use
318 standard_output_file.
319 * lib/prelink-support.exp (section_get)
320 (build_executable_own_libs): Use standard_output_file.
321
3f539315
TT
3222013-08-12 Tom Tromey <tromey@redhat.com>
323
324 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
325
b4013987
AA
3262013-08-12 Ali Anwar <alianwar@codesourcery.com>
327
328 * gdb.base/break.exp: Test break via convenience variable
329 with file name.
330
f61d5529
DE
3312013-08-09 Doug Evans <dje@google.com>
332
333 * lib/future.exp (gdb_find_ldd): New proc.
334 * lib/prelink-support.exp (build_executable_own_libs): Call it.
335 Make "/usr/sbin/" in prelink path optional.
336
1ed8d800
YQ
3372013-08-09 Yao Qi <yao@codesourcery.com>
338
339 * gdb.trace/collection.exp (gdb_collect_args_test): Set
340 "only" and "both" to 'print entry-values' before selecting
341 trace frame.
342
82a0a75f
YQ
3432013-08-08 Yao Qi <yao@codesourcery.com>
344
345 * gdb.trace/mi-trace-unavailable.exp: Don't set
346 "print entry-values" to "no".
347 (test_trace_unavailable): Set various values to
348 "print entry-values" to test that the output of
349 '-stack-list-locals' is not affected, and then set
350 set "print entry-values" to "no".
351
ac52f9a2
DE
3522013-08-07 Doug Evans <dje@google.com>
353
354 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
355 * gdb.python/py-value-cc.exp: Update.
356 * gdb.python/py-value.exp: Use different names for .o files for
357 C and C++. Only perform C++ tests if !skip_cplus_tests.
358
bf6d8a91
TT
3592013-08-07 Tom Tromey <tromey@redhat.com>
360
361 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
362
f9125b6c
TT
3632013-08-07 Tom Tromey <tromey@redhat.com>
364
365 * gdb.dwarf2/dwz.exp: New file.
366
3a1115a0
TT
3672013-08-02 Tom Tromey <tromey@redhat.com>
368
369 * gdb.base/watchpoint.c (struct foo5): New.
370 (nullptr): New global.
371 * gdb.base/watchpoint.exp (test_watch_location): Add test.
372
b846d303
DE
3732013-08-01 Doug Evans <dje@google.com>
374
7ee85ab1
DE
375 PR symtab/15691
376 * gdb.dwarf2/fission-mix.exp: New file.
377 * gdb.dwarf2/fission-mix.h: New file.
378 * gdb.dwarf2/fission-mix.c: New file.
379 * gdb.dwarf2/fission-mix2.c: New file.
380
b846d303
DE
381 PR symtab/15695
382 * gdb.base/func-ptr.exp: New file.
383 * gdb.base/func-ptr.c: New file.
384
67d21849
YQ
3852013-08-01 Yao Qi <yao@codesourcery.com>
386
387 * gdb.python/py-sync-interp.c: New.
388 * gdb.python/py-sync-interp.exp: New.
389
de74e63a
YQ
3902013-07-31 Yao Qi <yao@codesourcery.com>
391
392 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
393 'tdump' on stack frame 0 and 1 respectively.
394
680558e8
YQ
3952013-07-31 Yao Qi <yao@codesourcery.com>
396
397 PR gdb/13443
398 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
399 'traceframe'. Wrap test with with_test_prefix.
400 (top level): Update.
401
48bbe0bf
YQ
4022013-07-31 Yao Qi <yao@codesourcery.com>
403
404 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
405 'gdb_start'.
406 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
407 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
408
11b4b7cc
AB
4092013-07-30 Andrew Burgess <aburgess@broadcom.com>
410
411 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
412 when printing an optimized out value. Expect an error when using
413 an optimized out value in an expression.
414
b0c54aa5
AB
4152013-07-30 Andrew Burgess <aburgess@broadcom.com>
416
417 * gdb.dwarf2/pieces-optimized-out.exp: New file.
418 * gdb.dwarf2/pieces-optimized-out.c: New file.
419 * gdb.dwarf2/pieces-optimized-out.S: New file.
420
97c85fc6
MB
4212013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
422
423 PR gdb/15715
424 * gdb.base/setshow.exp: Test that relative paths passed to
425 'set history filename' are converted to absolute paths.
426
5b32ae97
KS
4272013-07-26 Keith Seitz <keiths@redhat.com>
428
429 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
430 of f77.
431 Allow for compiler variations of integer types.
432 Use mi_create_varobj.
433 Use mi_list_varobj_children for the immediate children of `array'.
434 Add "has_more" attribute for grandchildren test.
435
6f64ef53
PA
4362013-07-26 Pedro Alves <palves@redhat.com>
437
438 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
439 files.
440
fdc8aae8
AB
4412013-07-25 Andrew Burgess <aburgess@broadcom.com>
442
443 * gdb.mi/mi-reg-undefined.exp: New file.
444 * gdb.mi/mi-reg-undefined.c: Likewise.
445 * gdb.mi/mi-reg-undefined.S: Likewise.
446
6fbe845e
AB
4472013-07-25 Andrew Burgess <aburgess@broadcom.com>
448
449 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
450 z, o, and t output formats.
451 * gdb.base/display.exp: Use 'k' as an undefined format now that
452 'z' is defined.
453
7b79b135
DE
4542013-07-24 Doug Evans <dje@google.com>
455
456 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
457 "--" to switch.
458
a0607b84
YQ
4592013-07-24 Yao Qi <yao@codesourcery.com>
460
461 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
462 host.
463 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
464 Likewise. If host is remote, copy ${binfile} to host.
465
2eb14a9b
YQ
4662013-07-23 Yao Qi <yao@codesourcery.com>
467
468 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
469 message.
470
5d0a3b53
WN
4712013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
472
473 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
474 instructions and enable disp-step-syscall for arm targets.
475
9a5911c0
WN
4762013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
477
478 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
479 assembler errors on arm.
480 * gdb.dwarf2/mac-fileno.S: Likewise.
481 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
482 * gdb.dwarf2/pr13961.S: Likewise.
483
fa876972
HZ
4842013-07-19 Hui Zhu <hui@codesourcery.com>
485
486 PR gdb/15692
487 * gdb.mi/mi-dprintf.exp: Add double quotes test.
488
1527aea8
YQ
4892013-07-19 Yao Qi <yao@codesourcery.com>
490
491 * gdb.trace/read-memory.exp (test_from_remote): Update test.
492 (teset_from_exec): Likewise.
493
73c1d57e
YQ
4942013-07-19 Yao Qi <yao@codesourcery.com>
495
496 * gdb.trace/read-memory.c: New.
497 * gdb.trace/read-memory.exp: New.
498
a075c3e5
YQ
4992013-07-19 Yao Qi <yao@codesourcery.com>
500
501 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
502 $dest to link options if host is remote. Move the
503 generated file to $dest.a on host if host is remote.
504
623cc285
WN
5052013-07-18 Will Newton <will.newton@linaro.org>
506
507 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
508 to ensure the test is linked against pthreads.
509 * gdb.threads/tls-var-main.c: Likewise.
510 * gdb.threads/tls-shared.c: Likewise.
511
1f74d3b5
YQ
5122013-07-18 Yao Qi <yao@codesourcery.com>
513
514 * lib/future.exp (gdb_default_target_compile): Use tail name
515 of $destfile as the output name of compile. Move the
516 generated file to $destfile on build.
517
f6dc277e
YQ
5182013-07-18 Yao Qi <yao@codesourcery.com>
519
520 * lib/gdb.exp (gdb_compile): Set
521 gdb_saved_set_unbuffered_mode_obj to
522 set_unbuffered_mode_saved.o if host is remote. Invoke
523 remote_download to copy $unbuf_obj to host.
524
e7045703
DE
5252013-07-17 Doug Evans <dje@google.com>
526
527 * gdb.python/py-frame-args.c: New file.
528 * gdb.python/py-frame-args.py: New file.
529 * gdb.python/py-frame-args.exp New file.
530
5ea5559b
AB
5312013-07-16 Andrew Burgess <aburgess@broadcom.com>
532
533 * gdb.base/printcmds.exp (test_printf): Add tests for format
534 strings with missing format specifier.
535
4229ca0e
TT
5362013-07-16 Tom Tromey <tromey@redhat.com>
537
538 * gdb.ada/info_types.exp: Use standard_testfile.
539
5ee657d5
TT
5402013-07-16 Tom Tromey <tromey@redhat.com>
541
542 * gdb.mi/mi-basics.exp: Use standard_output_file.
543 (test_dir_specification, test_cwd_specification)
544 (test_path_specification): Use testsubdir, not subdir and objdir.
545
20e3d738
TT
5462013-07-16 Tom Tromey <tromey@redhat.com>
547
548 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
549
7d7c6477
JB
5502013-07-09 Joel Brobecker <brobecker@adacore.com>
551
552 * gdb.ada/small_reg_param.exp: Accept optional entry value
553 for parameter "w".
554
52cd8b7d
JB
5552013-07-09 Joel Brobecker <brobecker@adacore.com>
556
557 * gdb.ada/small_reg_param.exp: Remove trailing space.
558
2a998fc0
DE
5592013-07-09 Doug Evans <dje@google.com>
560
561 * gdb.base/default.exp: Update expected output of "show print array"
562 and "show print pretty".
563
0329e9fb
UW
5642013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
565
566 * gdb.threads/wp-replication.exp: Stop counting available hardware
567 watchpoints after NR_THREADS iterations.
568
1953058f
AB
5692013-07-08 Andrew Burgess <aburgess@broadcom.com>
570
571 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
572
7c0de741
YQ
5732013-07-07 Yao Qi <yao@codesourcery.com>
574
575 * boards/native-gdbserver.exp: Move invoke of
576 process_multilib_options to gdbserver-base.exp.
577 Move set_board_info 'compiler', 'gdb,noinferiorio',
578 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
579 gdbserver-base.exp.
580 Move proc ${board}_download, ${board}_upload and
581 ${board}_file to gdbserver-base.exp.
582 * boards/native-extended-gdbserver.exp: Likewise.
583 * boards/native-stdio-gdbserver.exp: Likewise.
584 * boards/gdbserver-base.exp: New file.
585
497a4c48
LM
5862013-07-05 Luis Machado <lgustavo@codesourcery.com>
587
588 * gdb.base/dump.exp: Remove arch-specific tests and do a
589 generic data address check to set is64bitonly correctly.
590
bb3f62fc
LM
5912013-07-05 Luis Machado <lgustavo@codesourcery.com>
592
593 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
594 the register number instead of expecting only 0.
595
005faa9d
WN
5962013-07-05 Will Newton <will.newton@linaro.org>
597
598 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
599 in asm syntax to allow building on ARM.
600
4767856f
YQ
6012013-07-05 Yao Qi <yao@codesourcery.com>
602
603 * boards/local-remote-host.exp: Remove obsolete comments.
604 * boards/native-extended-gdbserver.exp: Likewise.
605 * boards/native-gdbserver.exp: Likewise.
606 * boards/native-stdio-gdbserver.exp: Likewise.
607
691a26f5
AB
6082013-07-04 Andrew Burgess <aburgess@broadcom.com>
609
610 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
611 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
612 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
613
4d142eaa
JK
6142013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
615
616 * gdb.base/break-on-linker-gcd-function.exp: Replace
617 prepare_for_testing by build_executable_from_specs and clean_restart.
618
62cef515
TT
6192013-06-27 Tom Tromey <tromey@redhat.com>
620
621 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
622 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
623 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
624 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
625 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
626 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
627 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
628 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
629 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
630 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
631 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
632 Use standard_testfile, standard_output_file, prepare_for_testing,
633 clean_restart.
634
0ab77f5f
TT
6352013-06-27 Tom Tromey <tromey@redhat.com>
636
637 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
638 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
639 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
640 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
641 gdb.base/shreloc.exp, gdb.base/sigall.exp,
642 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
643 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
644 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
645 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
646 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
647 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
648 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
649 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
650 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
651 gdb.base/solib-weak.exp, gdb.base/source.exp,
652 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
653 gdb.base/stap-probe.exp, gdb.base/start.exp,
654 gdb.base/step-break.exp, gdb.base/step-bt.exp,
655 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
656 gdb.base/step-test.exp, gdb.base/structs.exp,
657 gdb.base/structs2.exp, gdb.base/structs3.exp,
658 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
659 standard_output_file, prepare_for_testing, clean_restart.
660
822bd149
TT
6612013-06-27 Tom Tromey <tromey@redhat.com>
662
663 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
664 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
665 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
666 gdb.base/pending.exp, gdb.base/permissions.exp,
667 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
668 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
669 gdb.base/printcmds.exp, gdb.base/prologue.exp,
670 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
671 gdb.base/ptype.exp, gdb.base/randomize.exp,
672 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
673 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
674 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
675 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
676 standard_testfile, standard_output_file, prepare_for_testing,
677 clean_restart.
678
f8b41b00
TT
6792013-06-27 Tom Tromey <tromey@redhat.com>
680
a8c97a87
TT
681 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
682 gdb.base/huge.exp, gdb.base/included.exp,
683 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
684 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
685 gdb.base/info-os.exp, gdb.base/info-proc.exp,
686 gdb.base/info-target.exp, gdb.base/infoline.exp,
687 gdb.base/interp.exp, gdb.base/interrupt.exp,
688 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
689 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
690 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
691 gdb.base/logical.exp, gdb.base/long_long.exp,
692 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
693 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
694 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
695 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
696 standard_testfile, standard_output_file, prepare_for_testing,
697 clean_restart.
698
289f9037
TT
6992013-06-27 Tom Tromey <tromey@redhat.com>
700
a8c97a87
TT
701 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
702 gdb.base/enumval.exp, gdb.base/environ.exp,
703 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
704 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
705 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
706 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
707 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
708 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
709 gdb.base/fullname.exp, gdb.base/funcargs.exp,
710 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
711 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
712 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
713 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
714 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
715 gdb.base/gnu_vector.exp: Use standard_testfile,
716 standard_output_file, prepare_for_testing, clean_restart.
289f9037 717
f76495c8
TT
7182013-06-27 Tom Tromey <tromey@redhat.com>
719
a8c97a87
TT
720 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
721 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
722 gdb.base/call-strs.exp, gdb.base/callexit.exp,
723 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
724 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
725 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
726 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
727 gdb.base/commands.exp, gdb.base/completion.exp,
728 gdb.base/complex.exp, gdb.base/cond-expr.exp,
729 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
730 gdb.base/constvars.exp, gdb.base/corefile.exp,
731 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
732 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
733 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
734 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
735 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
736 standard_output_file, prepare_for_testing, clean_restart.
737
a64d2530
TT
7382013-06-27 Tom Tromey <tromey@redhat.com>
739
a8c97a87
TT
740 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
741 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
742 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
743 gdb.base/async-shell.exp, gdb.base/async.exp,
744 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
745 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
746 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
747 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
748 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
749 gdb.base/break-on-linker-gcd-function.exp,
750 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
751 standard_output_file, prepare_for_testing, clean_restart.
752
aaff8d73
YQ
7532013-06-26 Yao Qi <yao@codesourcery.com>
754
755 * gdb.trace/mi-trace-frame-collected.exp: New.
756
a0743c90
YQ
7572013-06-25 Yao Qi <yao@codesourcery.com>
758
759 * boards/native-extended-gdbserver.exp: Set board_info
760 'gdb,predefined_tsv'.
761 * boards/native-gdbserver.exp: Likewise.
762 * boards/native-stdio-gdbserver.exp: Likewise.
763 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
764 uploaded TSVs if target supports tracing.
765 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
766 tracing and target has predefined tsv.
767
9d6e6e84
HZ
7682013-06-25 Yao Qi <yao@codesourcery.com>
769 Hui Zhu <hui@codesourcery.com>
770 Pedro Alves <palves@redhat.com>
771
772 PR breakpoints/15075
773 PR breakpoints/15434
774 * gdb.base/dprintf-next.c: New file.
775 * gdb.base/dprintf-next.exp: New file.
776 * gdb.base/dprintf-non-stop.c: New file.
777 * gdb.base/dprintf-non-stop.exp: New file.
778 * gdb.base/dprintf.exp: Don't check "continue" in the output
779 of "info breakpoints".
780 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
781 Don't check "continue" in script field.
782
e7ab3185
TT
7832013-06-21 Tom Tromey <tromey@redhat.com>
784
785 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
786 name in a test name.
787
c898adb7
YQ
7882013-06-20 Yao Qi <yao@codesourcery.com>
789
790 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
791 and set an action.
792 (test_trace_unavailable): Test command -data-list-register-values
793 in the context of traceframe and with option --skip-unavailable.
794 * gdb.trace/trace-unavailable.c (foo): New.
795 (main): Call it.
796 * gdb.mi/gdb2549.exp: Update matching pattern.
797
4d157a3d
MF
7982013-06-19 Mike Frysinger <vapier@gentoo.org>
799
800 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
801 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
802 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
803 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
804 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
805
d69cace4
LM
8062013-06-19 Luis Machado <lgustavo@codesourcery.com>
807
808 * gdb.base/subst.exp: Delete default rules before further
809 tests.
810
9bdd0636
YQ
8112013-06-19 Yao Qi <yao@codesourcery.com>
812
813 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
814 unsupported if it is not registered.
815
427cd150
TT
8162013-06-18 Tom Tromey <tromey@redhat.com>
817
818 * gdb.base/random-signal.c: New file.
819 * gdb.base/random-signal.exp: New file.
820
6de7c271
WN
8212013-06-18 Will Newton <will.newton@linaro.org>
822
823 * gdb.base/skip.c: Use comma to evaluate results of foo()
824 and bar() before passing to baz().
825 * gdb.base/skip.c: baz() now takes one argument instead of
826 two.
827
5bd1ef56
TT
8282013-06-18 Tom Tromey <tromey@redhat.com>
829
830 * gdb.dwarf2/implptrpiece.exp: New file.
831 * gdb.dwarf2/implptrconst.exp (d): New variable.
832 Print d.
833 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
834
e379b391
TT
8352013-06-18 Tom Tromey <tromey@redhat.com>
836
837 * lib/selftest-support.exp (do_self_tests): Reject remote or
838 non-native targets.
839 * gdb.gdb/complaints.exp: Remove check.
840 * gdb.gdb/observer.exp: Remove check.
841 * gdb.gdb/xfullpath.exp: Remove check.
842 * gdb.gdb/complaints.exp: Remove check.
843
4ec70201
PA
8442013-06-07 Pedro Alves <palves@redhat.com>
845
846 * boards/native-extended-gdbserver.exp: Remove semicolon.
847 * config/arm-ice.exp: Likewise.
848 * config/bfin.exp: Likewise.
849 * config/cygmon.exp: Likewise.
850 * config/h8300.exp: Likewise.
851 * config/monitor.exp: Likewise.
852 * config/sid.exp: Likewise.
853 * config/sim.exp: Likewise.
854 * config/slite.exp: Likewise.
855 * config/vx.exp: Likewise.
856 * gdb.arch/i386-bp_permanent.exp: Likewise.
857 * gdb.asm/asm-source.exp: Likewise.
858 * gdb.base/args.exp: Likewise.
859 * gdb.base/attach-pie-misread.exp: Likewise.
860 * gdb.base/auxv.exp: Likewise.
861 * gdb.base/bigcore.exp: Likewise.
862 * gdb.base/bitfields2.exp: Likewise.
863 * gdb.base/bitfields.exp: Likewise.
864 * gdb.base/break.exp: Likewise.
865 * gdb.base/break-interp.exp: Likewise.
866 * gdb.base/callfuncs.exp: Likewise.
867 * gdb.base/call-sc.exp: Likewise.
868 * gdb.base/commands.exp: Likewise.
869 * gdb.base/corefile.exp: Likewise.
870 * gdb.base/dbx.exp: Likewise.
871 * gdb.base/ending-run.exp: Likewise.
872 * gdb.base/exprs.exp: Likewise.
873 * gdb.base/funcargs.exp: Likewise.
874 * gdb.base/hbreak2.exp: Likewise.
875 * gdb.base/huge.exp: Likewise.
876 * gdb.base/list.exp: Likewise.
877 * gdb.base/memattr.exp: Likewise.
878 * gdb.base/overlays.exp: Likewise.
879 * gdb.base/printcmds.exp: Likewise.
880 * gdb.base/recurse.exp: Likewise.
881 * gdb.base/remotetimeout.exp: Likewise.
882 * gdb.base/reread.exp: Likewise.
883 * gdb.base/savedregs.exp: Likewise.
884 * gdb.base/scope.exp: Likewise.
885 * gdb.base/sepdebug.exp: Likewise.
886 * gdb.base/setshow.exp: Likewise.
887 * gdb.base/setvar.exp: Likewise.
888 * gdb.base/sigaltstack.exp: Likewise.
889 * gdb.base/siginfo-addr.exp: Likewise.
890 * gdb.base/siginfo.exp: Likewise.
891 * gdb.base/siginfo-obj.exp: Likewise.
892 * gdb.base/sigrepeat.exp: Likewise.
893 * gdb.base/sigstep.exp: Likewise.
894 * gdb.base/structs.exp: Likewise.
895 * gdb.base/testenv.exp: Likewise.
896 * gdb.base/twice.exp: Likewise.
897 * gdb.base/valgrind-db-attach.exp: Likewise.
898 * gdb.base/valgrind-infcall.exp: Likewise.
899 * gdb.base/varargs.exp: Likewise.
900 * gdb.base/watchpoint.exp: Likewise.
901 * gdb.cp/gdb1355.exp: Likewise.
902 * gdb.cp/misc.exp: Likewise.
903 * gdb.disasm/hppa.exp: Likewise.
904 * gdb.disasm/t01_mov.exp: Likewise.
905 * gdb.disasm/t02_mova.exp: Likewise.
906 * gdb.disasm/t03_add.exp: Likewise.
907 * gdb.disasm/t04_sub.exp: Likewise.
908 * gdb.disasm/t05_cmp.exp: Likewise.
909 * gdb.disasm/t06_ari2.exp: Likewise.
910 * gdb.disasm/t07_ari3.exp: Likewise.
911 * gdb.disasm/t08_or.exp: Likewise.
912 * gdb.disasm/t09_xor.exp: Likewise.
913 * gdb.disasm/t10_and.exp: Likewise.
914 * gdb.disasm/t11_logs.exp: Likewise.
915 * gdb.disasm/t12_bit.exp: Likewise.
916 * gdb.disasm/t13_otr.exp: Likewise.
917 * gdb.gdb/selftest.exp: Likewise.
918 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
919 * gdb.mi/mi-reverse.exp: Likewise.
920 * gdb.pascal/floats.exp: Likewise.
921 * gdb.python/py-inferior.exp: Likewise.
922 * gdb.threads/attach-into-signal.exp: Likewise.
923 * gdb.threads/pthreads.exp: Likewise.
924 * gdb.threads/thread_events.exp: Likewise.
925 * gdb.threads/watchthreads.exp: Likewise.
926 * gdb.trace/actions-changed.exp: Likewise.
927 * gdb.trace/actions.exp: Likewise.
928 * gdb.trace/ax.exp: Likewise.
929 * gdb.trace/backtrace.exp: Likewise.
930 * gdb.trace/change-loc.exp: Likewise.
931 * gdb.trace/deltrace.exp: Likewise.
932 * gdb.trace/disconnected-tracing.exp: Likewise.
933 * gdb.trace/ftrace.exp: Likewise.
934 * gdb.trace/infotrace.exp: Likewise.
935 * gdb.trace/passc-dyn.exp: Likewise.
936 * gdb.trace/passcount.exp: Likewise.
937 * gdb.trace/pending.exp: Likewise.
938 * gdb.trace/qtro.exp: Likewise.
939 * gdb.trace/range-stepping.exp: Likewise.
940 * gdb.trace/report.exp: Likewise.
941 * gdb.trace/save-trace.exp: Likewise.
942 * gdb.trace/status-stop.exp: Likewise.
943 * gdb.trace/strace.exp: Likewise.
944 * gdb.trace/tfile.exp: Likewise.
945 * gdb.trace/tfind.exp: Likewise.
946 * gdb.trace/trace-break.exp: Likewise.
947 * gdb.trace/tracecmd.exp: Likewise.
948 * gdb.trace/trace-mt.exp: Likewise.
949 * gdb.trace/tspeed.exp: Likewise.
950 * gdb.trace/tsv.exp: Likewise.
951 * gdb.trace/while-stepping.exp: Likewise.
952 * lib/gdb.exp: Likewise.
953 * lib/gdbserver-support.exp: Likewise.
954 * lib/java.exp: Likewise.
955 * lib/mi-support.exp: Likewise.
956 * lib/pascal.exp: Likewise.
957 * lib/prompt.exp: Likewise.
958 * lib/trace-support.exp: Likewise.
959
47d48711
PA
9602013-06-07 Pedro Alves <palves@redhat.com>
961
962 * gdb.ada/info_types.c: Fix formating in copyright header.
963 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
964 * gdb.base/float.c: Likewise.
965 * gdb.base/inferior-died.c: Likewise.
966 * gdb.base/interp.c: Likewise.
967 * gdb.base/jit-main.c: Likewise.
968 * gdb.base/jit-solib.c: Likewise.
969 * gdb.base/long_long.c: Likewise.
970 * gdb.base/longjmp.c: Likewise.
971 * gdb.base/nextoverexit.c: Likewise.
972 * gdb.base/pr11022.c: Likewise.
973 * gdb.base/prelink-lib.c: Likewise.
974 * gdb.base/prelink.c: Likewise.
975 * gdb.base/prologue.c: Likewise.
976 * gdb.base/restore.c: Likewise.
977 * gdb.base/sigchld.c: Likewise.
978 * gdb.base/solib-search-lib1.c: Likewise.
979 * gdb.base/solib-search-lib2.c: Likewise.
980 * gdb.base/solib-search.c: Likewise.
981 * gdb.base/solib-search.h: Likewise.
982 * gdb.base/whatis.c: Likewise.
983 * gdb.cp/abstract-origin.cc: Likewise.
984 * gdb.cp/anon-struct.cc: Likewise.
985 * gdb.cp/baseenum.cc: Likewise.
986 * gdb.cp/bs15503.cc: Likewise.
987 * gdb.cp/call-c-1.c: Likewise.
988 * gdb.cp/call-c.cc: Likewise.
989 * gdb.cp/class2.cc: Likewise.
990 * gdb.cp/classes.cc: Likewise.
991 * gdb.cp/cttiadd.cc: Likewise.
992 * gdb.cp/cttiadd1.cc: Likewise.
993 * gdb.cp/cttiadd2.cc: Likewise.
994 * gdb.cp/cttiadd3.cc: Likewise.
995 * gdb.cp/derivation.cc: Likewise.
996 * gdb.cp/derivation2.cc: Likewise.
997 * gdb.cp/dispcxx.cc: Likewise.
998 * gdb.cp/exception.cc: Likewise.
999 * gdb.cp/gdb2384-base.cc: Likewise.
1000 * gdb.cp/gdb2384-base.h: Likewise.
1001 * gdb.cp/gdb2384.cc: Likewise.
1002 * gdb.cp/gdb2495.cc: Likewise.
1003 * gdb.cp/mb-inline.h: Likewise.
1004 * gdb.cp/mb-inline1.cc: Likewise.
1005 * gdb.cp/mb-inline2.cc: Likewise.
1006 * gdb.cp/member-name.cc: Likewise.
1007 * gdb.cp/member-ptr.cc: Likewise.
1008 * gdb.cp/misc.cc: Likewise.
1009 * gdb.cp/namespace1.cc: Likewise.
1010 * gdb.cp/nextoverthrow.cc: Likewise.
1011 * gdb.cp/pr-574.cc: Likewise.
1012 * gdb.cp/pr9631.cc: Likewise.
1013 * gdb.cp/printmethod.cc: Likewise.
1014 * gdb.cp/psmang1.cc: Likewise.
1015 * gdb.cp/psmang2.cc: Likewise.
1016 * gdb.cp/psymtab-parameter.cc: Likewise.
1017 * gdb.cp/ptype-flags.cc: Likewise.
1018 * gdb.cp/ref-params.cc: Likewise.
1019 * gdb.cp/ref-types.cc: Likewise.
1020 * gdb.cp/smartp.cc: Likewise.
1021 * gdb.cp/try_catch.cc: Likewise.
1022 * gdb.cp/userdef.cc: Likewise.
1023 * gdb.cp/using-crash.cc: Likewise.
1024 * gdb.cp/virtfunc.cc: Likewise.
1025 * gdb.cp/virtfunc2.cc: Likewise.
1026 * gdb.dwarf2/callframecfa.S: Likewise.
1027 * gdb.dwarf2/dw2-ranges.c: Likewise.
1028 * gdb.dwarf2/dw2-ranges2.c: Likewise.
1029 * gdb.dwarf2/dw2-ranges3.c: Likewise.
1030 * gdb.dwarf2/dw2-restore.S: Likewise.
1031 * gdb.dwarf2/pieces.S: Likewise.
1032 * gdb.dwarf2/valop.S: Likewise.
1033 * gdb.java/jnpe.java: Likewise.
1034 * gdb.mi/mi-stepn.c: Likewise.
1035 * gdb.mi/mi-var-cp.cc: Likewise.
1036 * gdb.mi/mi-var-rtti.cc: Likewise.
1037 * gdb.mi/ns-stale-regcache.c: Likewise.
1038 * gdb.mi/pr11022.c: Likewise.
1039 * gdb.mi/solib-lib.c: Likewise.
1040 * gdb.mi/solib-main.c: Likewise.
1041 * gdb.python/py-arch.c: Likewise.
1042 * gdb.python/py-block.c: Likewise.
1043 * gdb.python/py-breakpoint.c: Likewise.
1044 * gdb.python/py-events.c: Likewise.
1045 * gdb.python/py-evthreads.c: Likewise.
1046 * gdb.python/py-explore.c: Likewise.
1047 * gdb.python/py-explore.cc: Likewise.
1048 * gdb.python/py-finish-breakpoint.c: Likewise.
1049 * gdb.python/py-finish-breakpoint2.cc: Likewise.
1050 * gdb.python/py-symbol.c: Likewise.
1051 * gdb.threads/execl.c: Likewise.
1052 * gdb.threads/execl1.c: Likewise.
1053
88ab5684
WN
10542013-06-07 Will Newton <will.newton@linaro.org>
1055
1056 * gdb.base/long_long.exp: Fix ARM EABI target glob.
1057
42daa7a0
WN
10582013-06-07 Will Newton <will.newton@linaro.org>
1059
1060 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
1061 and "starting".
1062
f4059ef3
WN
10632013-06-07 Will Newton <will.newton@linaro.org>
1064
1065 * gdb.cp/anon-struct.exp: Conditionalize constructor and
1066 destructor prototypes for ARM ABI.
1067 * gdb.cp/m-static.exp: Likewise.
1068
8cb5cc78
YQ
10692013-06-07 Yao Qi <yao@codesourcery.com>
1070
1071 * gdb.trace/mi-trace-unavailable.exp: New.
1072 * gdb.trace/trace-unavailable.c: New.
1073
c6cf1712
DE
10742013-06-06 Doug Evans <dje@google.com>
1075
1076 * gdb.cp/derivation.exp: Make tests have unique names.
1077
bf6be0f4
TT
10782013-06-06 Tom Tromey <tromey@redhat.com>
1079
1080 * gdb.base/dump.exp (capture_value): Don't put expression into
1081 test name if arguments passed in.
1082 Rename a couple more tests to make them unique.
1083
ebb022fa
TT
10842013-06-06 Tom Tromey <tromey@redhat.com>
1085
1086 * gdb.base/break-always.exp: Explicitly specify test name.
1087
69fc87c2
DE
10882013-06-05 Doug Evans <dje@google.com>
1089 Keith Seitz <keiths@redhat.com>
1090
1091 * gdb.cp/derivation2.cc: New file.
1092 * gdb.cp/derivation.cc (main): Call foo2.
1093 * gdb.cp/derivation.exp: Add tests for typedefs in another
1094 file, and when there's an active block.
1095
f993f39e
LM
10962013-06-05 Luis Machado <lgustavo@codesourcery.com>
1097
1098 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
1099 from targets that use function descriptors in the virtual tables.
1100 Handle presence of dot symbols.
1101
afacd7f3
GB
11022013-06-04 Gary Benson <gbenson@redhat.com>
1103
1104 * gdb.base/break-probes.exp: New file.
1105 * gdb.base/break-probes.c: Likewise.
1106 * gdb.base/break-probes-solib.c: Likewise.
1107 * gdb.base/info-shared.exp: New file.
1108 * gdb.base/info-shared.c: Likewise.
1109 * gdb.base/info-shared-solib1.c: Likewise.
1110 * gdb.base/info-shared-solib2.c: Likewise.
1111
a29a3fb7
GB
11122013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1113 Gary Benson <gbenson@redhat.com>
1114
1115 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
1116 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
1117 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
1118 to be set to "no" to indicate that no ld.so copy should be made.
1119 * gdb.base/break-interp.exp (solib_bp): New constant.
1120 (reach_1): Use the above instead of "_dl_debug_state".
1121 (test_attach): Likewise.
1122 (test_ld): Likewise.
1123 * gdb.threads/dlopen-libpthread.exp: New file.
1124 * gdb.threads/dlopen-libpthread.c: Likewise.
1125 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
1126 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
1127
62a813cc
YQ
11282013-05-30 Yao Qi <yao@codesourcery.com>
1129
1130 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1131 Add a test that no MI notification is emitted when executing
1132 -exec-arguments.
1133
8f56dad4
JK
11342013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1135
1136 PR testsuite/12649
1137 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
1138 $mi_gdb_prompt expectation by mi_expect_stop.
1139 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
1140 (mi info dprintf second time): Replace them by mi_send_resuming_command
1141 and mi_expect_stop.
1142
c588eb20
GB
11432013-05-24 Gary Benson <gbenson@redhat.com>
1144
1145 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
1146 backslash.
1147 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
1148 backslashes.
1149 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
1150 backslash.
1151
c0ea94eb
YQ
11522013-05-24 Yao Qi <yao@codesourcery.com>
1153
1154 * gdb.trace/tfile.exp: Test inferior and thread.
1155
db1ac436
YQ
11562013-05-24 Yao Qi <yao@codesourcery.com>
1157 Pedro Alves <palves@redhat.com>
1158
1159 * gdb.base/range-stepping.exp: Skip the rest of tests if the
1160 test fails.
1161 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1162 Return 0 if the test passes, otherwise return 1.
1163
b6abb10c
DE
11642013-05-23 Doug Evans <dje@google.com>
1165
1166 * boards/fission-dwp.exp: New file.
1167
bc5065a7
PA
11682013-05-23 Yao Qi <yao@codesourcery.com>
1169 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.base/range-stepping.c: New file.
1172 * gdb.base/range-stepping.exp: New file.
1173 * gdb.trace/range-stepping.c: New file.
1174 * gdb.trace/range-stepping.exp: New file.
1175 * lib/range-stepping-support.exp: New file.
1176
5f2e6b00
TT
11772013-05-22 Tom Tromey <tromey@redhat.com>
1178
1179 * gdb.cp/class2.cc (main): New local 'aref'.
1180 * gdb.cp/class2.exp: Check printing of 'aref'.
1181
e6ba475a
DE
11822013-05-22 Doug Evans <dje@google.com>
1183
1184 * gdb.threads/wp-replication.c (main): Insert some code at the start
1185 to ensure the breakpoint on main is only hit once. Fix comment.
1186
52c935b6
KS
11872013-05-21 Keith Seitz <keiths@redhat.com>
1188 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1191 gdb_expect.
1192 Add test to flush the remaining input buffer so that this
1193 file passes testsuite/12649.
1194
bd9673a4
PW
11952013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1196
1197 * gdb.base/catch-signal-fork.exp: New file.
1198 * gdb.base/catch-signal-fork.c: New file.
1199
69a97597
SA
12002013-05-21 Sterling Augustine <saugustine@google.com>
1201
1202 * boards/remote-stdio-gdbserver.exp: New file.
1203
44e97363
JK
12042013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 PR testsuite/12649
1207 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1208 racy matches.
1209
02392865
CG
12102013-05-21 Christian Groessler <chris@groessler.org>
1211
1212 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1213 since it's not supported in all shells.
1214
c5867ab6
HZ
12152013-05-21 Hui Zhu <hui@codesourcery.com>
1216
1217 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1218 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1219
6c9e2db4
DE
12202013-05-20 Doug Evans <dje@google.com>
1221
1222 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1223 (_handle_DW_TAG): Use it.
1224 (cu, tu): Replace parameters is_64, version, addr_size with options.
1225 All callers updated. Add Fission support.
1226 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1227 * gdb.dwarf2/method-ptr.exp: Ditto.
1228 * gdb.dwarf2/nostaticblock.exp: Ditto.
1229 * gdb.dwarf2/subrange.exp: Ditto.
1230 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1231
4a6e676c
TT
12322013-05-20 Tom Tromey <tromey@redhat.com>
1233
1234 * gdb.gdb/python-selftest.exp: New file.
1235
e19d3afb
DE
12362013-05-20 Doug Evans <dje@google.com>
1237
1238 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1239 -fdebug-types-section.
1240
4d804846
JB
12412013-05-20 Joel Brobecker <brobecker@adacore.com>
1242
1243 * gdb.ada/float_param: New testcase.
1244
8d324e83
DE
12452013-05-17 Doug Evans <dje@google.com>
1246
7d0c9981
DE
1247 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1248 Add tests for "maint check-symtabs", "maint expand-symtabs".
1249
8d324e83
DE
1250 * gdb.base/maint.exp: Remove testing of individual maint command
1251 help output.
1252
177aadc4
PA
12532013-05-16 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1256 comment. Use gdb_test_no_output.
1257
b8fea896
JB
12582013-05-16 Joel Brobecker <brobecker@adacore.com>
1259
1260 * gdb.ada/complete.exp: Add test verifying completion using
1261 the "tab" key.
1262
52c935b6
KS
12632013-05-15 Keith Seitz <keiths@redhat.com>
1264
1265 * gdb.base/filesym.exp: New completer test.
1266 * gdb.base/filesym.c: New file.
1267
ed0f00b8
PA
12682013-05-15 Pedro Alves <palves@redhat.com>
1269
1270 * gdb.base/fixsection.c: Remove attribution.
1271 * gdb.base/watch-read.exp: Ditto.
1272
55fb6d27
TT
12732013-05-13 Tom Tromey <tromey@redhat.com>
1274
1275 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1276 size and change type sizes to 4 bytes.
1277
ac1ca910
TT
12782013-05-13 Tom Tromey <tromey@redhat.com>
1279
1280 * gdb.base/exprs.exp (test_expr): Add regression test.
1281 * gdb.base/exprs.c (null_t_struct): New global.
1282
8414efef
MB
12832013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1284
1285 * gdb.base/default.exp: Disable history saving.
1286 * gdb.base/setshow.exp: Likewise.
1287
9779ab84
PA
12882013-05-10 Pedro Alves <palves@redhat.com>
1289
1290 PR remote/15455
1291
1292 * gdb.trace/qtro.c: New file.
1293 * gdb.trace/qtro.exp: New file.
1294
1e611234
PM
12952013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1296
1297 * gdb.python/py-framefilter.py: New File.
1298 * gdb.python/py-framefilter-mi.exp: Ditto.
1299 * gdb.python/py-framefilter.c: Ditto.
1300 * gdb.python/py-framefilter-mi.exp: Ditto.
1301 * gdb.python/py-framefilter-mi.c: Ditto,
1302 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1303
5e4c3ac4
TT
13042013-05-08 Tom Tromey <tromey@redhat.com>
1305
1306 * gdb.base/solib-search.exp: Set test name for "set
1307 solib-search-path" test.
1308
993654a9
HAQ
13092013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1310
1311 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1312 (set_a_tracepoint): Set tracepoint before prologue.
1313 (run_trace_experiment): Test setup_tracepoints and 'break end'
1314 in it.
1315 (trace_buffer_normal): Remove.
1316 (gdb_trace_circular_tests): Remove. Move tests to...
1317 (top level): ...here. Call 'runto_main' before checking for
1318 trace support. Use commands to check the support for circular
1319 trace buffer and changing of trace buffer size. Add test
1320 to calculate size of single frame. Use this size to
1321 calculate the size of trace buffer. Use 'tfind pc func9'
1322 instead of 'tfind 9'. Use 'with_test_prefix'.
1323
c95aea6b
TT
13242013-05-07 Tom Tromey <tromey@redhat.com>
1325
1326 * lib/selftest-support.exp: New file.
1327 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1328 do_self_tests.
1329 (setup_test, find_gdb): Remove.
1330 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
1331 do_self_tests.
1332 (setup_test, find_gdb): Remove.
1333 (test_observer): Don't call setup_test. Remove argument.
1334 * gdb.gdb/selftest.exp: Load selftest-support.exp.
1335 (find_gdb): Remove.
1336 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1337 do_self_tests.
1338 (setup_test, find_gdb): Remove.
1339 (test_with_self): Don't call setup_test. Remove argument.
1340
1f031429
PA
13412013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1342
1343 * gdb.arch/system-gcore.exp: Remove.
1344 * gdb.arch/gcore.c: Remove.
1345 * gdb.base/gcore.exp: Add "info reg system".
1346
58ce7251
SDJ
13472013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1348
1349 PR breakpoints/15413:
1350 * gdb.base/pending.exp: Add test for completion of the "condition"
1351 command for pending breakpoints.
1352 * gdb.linespec/linespec.ex: Add test for completion of the
1353 "condition" command when dealing with multiple locations.
1354
aacbb8a5
LM
13552013-05-07 Luis Machado <lgustavo@codesourcery.com>
1356
1357 * gdb.threads/wp-replication.c: New file.
1358 * gdb.threads/wp-replication.exp: New file.
1359
2dd6254d
SL
13602013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1361
1362 * gdb.xml/tdesc-regs.exp: Add case for nios2.
1363
c2a96e8c
DE
13642013-05-06 Doug Evans <dje@google.com>
1365
b903e17e
DE
1366 * gdb.base/solib-search-lib1.c: New file.
1367 * gdb.base/solib-search-lib2.c: New file.
1368 * gdb.base/solib-search.c: New file.
1369 * gdb.base/solib-search.h: New file.
1370 * gdb.base/solib-search.exp: New file.
1371
fac51dd9
DE
1372 * lib/gdb.exp (gdb_core_cmd): New function.
1373 * gdb.arch/system-gcore.exp: Use it.
1374 * gdb.arch/vsx-regs.exp: Ditto.
1375 * gdb.base/gcore.exp: Ditto.
1376 * gdb.threads/gcore-thread.exp: Ditto.
1377
c2a96e8c
DE
1378 * gdb.reverse/shr.h: New file.
1379 * gdb.reverse/shr1.c: New file.
1380 * gdb.reverse/shr2.c: #include "shr.h".
1381 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1382 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1383 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1384 Update tests using sleep/printf to use shr2.sl instead.
1385 * gdb.reverse/solib-reverse.exp: Ditto.
1386
b6807d98
TT
13872013-05-06 Tom Tromey <tromey@redhat.com>
1388
1389 * gdb.dwarf2/implptrconst.c: New file.
1390 * gdb.dwarf2/implptrconst.exp: New file.
1391 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1392 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1393 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1394
96f7d3f1
PW
13952013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1396
1397 * gdb.base/catch-sig.c (main): Raise SIGINT.
1398 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1399
1ebff1fd
HAQ
14002013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1401
1402 * status-stop.exp (test_tstart_tstart): Check for error
1403 returned by the second 'tstart' command.
1404
f92b06da
WT
14052013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1406
1407 * gdb.xml/maint_print_struct.exp: New file.
1408 * gdb.xml/maint_print_struct.xml: New file.
1409
ff546935
TT
14102013-04-25 Tom Tromey <tromey@redhat.com>
1411
1412 * gdb.dwarf2/nostaticblock.exp: New file.
1413
bf9e4d0c
MB
14142013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1415
1416 PR gdb/10462
1417 * gdb.base/setshow.exp: Add test case.
1418
a11cfd87
HZ
14192013-04-23 Hui Zhu <hui@codesourcery.com>
1420
1421 PR gdb/15293
a11cfd87
HZ
1422 * gdb.base/dprintf.exp: Add ignore command.
1423
2d9442cc
HZ
14242013-04-23 Hui Zhu <hui@codesourcery.com>
1425
1426 PR gdb/15165
2d9442cc
HZ
1427 * gdb.base/save-bp.exp: Add test for dprintf.
1428
0f3305ed
TT
14292013-04-22 Tom Tromey <tromey@redhat.com>
1430
1431 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1432 notice_open_fds.
1433
d504301e
SDJ
14342013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1435
1436 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1437 ldflags.
1438
9991b207
SDJ
14392013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1440
1441 * gdb.arch/arm-bl-branch-dest.c: New file.
1442 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1443
433730c9
PA
14442013-04-19 Vladimir Kargov <kargov@gmail.com>
1445 Pedro Alves <palves@redhat.com>
1446
1447 * gdb.arch/i386-float.S: New file.
1448 * gdb.arch/i386-float.exp: New file.
1449
9a908334
LM
14502013-04-18 Luis Machado <lgustavo@codesourcery.com>
1451
1452 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1453 type void *.
1454
4f22ed5c
DE
14552013-04-17 Doug Evans <dje@google.com>
1456
1457 * lib/dwarf.exp (Dwarf): New proc "tu".
1458 * gdb.dwarf2/missing-sig-type.exp: New file.
1459
a0d3f2f5
SCR
14602013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1461
1462 Add option to link testcases with Pthreads library when
1463 using 'prepare_for_testing' in tests.
1464
1465 * lib/gdb.exp (build_executable_from_specs): Use
1466 gdb_compile_pthreads to compile if option "pthreads" is
1467 specified.
1468
cc16e6c9
TT
14692013-04-15 Tom Tromey <tromey@redhat.com>
1470
1471 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1472
72f1fe8a
TT
14732013-04-15 Tom Tromey <tromey@redhat.com>
1474
1475 * gdb.base/default.exp: Update for $_exception.
1476 * gdb.cp/exceptprint.cc: New file.
1477 * gdb.cp/exceptprint.exp: New file.
1478 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1479
6e72ca20
TT
14802013-04-15 Tom Tromey <tromey@redhat.com>
1481
1482 * gdb.cp/typeid.cc: New file.
1483 * gdb.cp/typeid.exp: New file.
1484
591f19e8
TT
14852013-04-15 Tom Tromey <tromey@redhat.com>
1486
1487 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1488
da9160e4
YQ
14892013-04-13 Yao Qi <yao@codesourcery.com>
1490
1491 * gdb.base/completion.exp: Test completion of command
1492 'target ctf' if target ctf is supported.
1493
f81d1120
PA
14942013-04-10 Pedro Alves <palves@redhat.com>
1495
1496 * gdb.base/completion.exp: Test "set height", "set listsize" and
1497 "set trace-buffer-size" completion.
1498 * gdb.base/setshow.exp: Test "set height unlimited".
1499 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1500 unlimited".
1501
393fd4c3
YQ
15022013-04-10 Yao Qi <yao@codesourcery.com>
1503
1504 * gdb.trace/actions.exp: Save trace data to CTF.
1505 Change to ctf target if GDB supports, read CTF data in ctf
1506 target, and check the actions of tracepoints.
1507 * gdb.trace/while-stepping.exp: Likewise.
1508 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1509 format and read CTF trace file if GDB supports.
1510 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1511 target is supported, change to ctf target, read trace data and
1512 check output of command "tstatus".
1513 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1514 read CTF data by target ctf and call check_tsv.
1515
b7a273f8
YQ
15162013-04-10 Yao Qi <yao@codesourcery.com>
1517
1518 * gdb.trace/actions.exp (check_tracepoint): New.
1519 (top level): Start the tracing and check the actions of
1520 tracepoints. Save trace data to tfile format. Restart GDB
1521 and read trace file in tfile target. Check the actions of
1522 tracepoints again.
1523 * gdb.trace/while-stepping.exp: Likewise.
1524
f3786771
YQ
15252013-04-10 Yao Qi <yao@codesourcery.com>
1526
1527 * gdb.trace/report.exp: Use standard_output_file for saved
1528 trace file.
1529
5c2b4418
HZ
15302013-04-10 Hui Zhu <hui@codesourcery.com>
1531
1532 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1533 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1534 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1535
f7543f0a
JK
15362013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1537
1538 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1539 response.
1540
f6de8ec2
PA
15412013-04-08 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1544 the location.
1545
b8abfd58
SL
15462013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1547
1548 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1549 for breakpoint location.
1550
156bffd0
SL
15512013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1552
1553 * gdb.linespec/linespec.exp: Make dir/file:line tests
1554 conditional for non-remote hosts only.
1555
c9a6ce02
PA
15562013-04-04 Stan Shebs <stan@codesourcery.com>
1557 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1560 * gdb.trace/actions-changed.c: New file.
1561 * gdb.trace/actions-changed.exp: New file.
1562 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1563 (gdb_trace_setactions_command): ... this. Add "actions_command"
1564 parameter, and handle it.
1565 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1566
4bd05f24
YQ
15672013-04-04 Yao Qi <yao@codesourcery.com>
1568
1569 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1570 'step'.
1571
3758b5ce
YQ
15722013-04-03 Yao Qi <yao@codesourcery.com>
1573
1574 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1575 "tfile-basic.tf".
1576 (test_tfind_tfile): Likewise.
1577
1dcaed0d
YQ
15782013-04-03 Yao Qi <yao@codesourcery.com>
1579
1580 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1581 "tfile-basic.tf" instead of "basic.tf".
1582 (write_error_trace_file): Pass argument "tfile-error.tf"
1583 instead of "error.tf".
1584 * gdb.trace/tfile.exp: Update tfile names to
1585 "tfile-basic.tf" and "tfile-error.tf".
1586
0e7a53fc
SL
15872013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1588
1589 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1590 empty directory in file for breakpoint hit.
1591
9852c492
YQ
15922013-03-29 Yao Qi <yao@codesourcery.com>
1593
1594 * gdb.base/completion.exp: Test completion of commands
1595 "target core", "target tfile" and "target exec".
1596 * gdb.trace/tfile.exp: Test completion of command
1597 "target tfile".
1598
af312be7
JB
15992013-03-28 Joel Brobecker <brobecker@adacore.com>
1600
1601 * gdb.ada/win_fu_syms: New testcase.
1602
e4a48d9d
DE
16032013-03-28 Doug Evans <dje@google.com>
1604
1605 * gdb.base/maint.exp (maint print statistics): Update expected output.
1606
7f7cc265
PA
16072013-03-28 Pedro Alves <palves@redhat.com>
1608
1609 PR gdb/15294
1610
1611 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1612 mean unlimited instead of $arg < 0.
1613 (test_listsize): Remove "listsize of 0 suppresses output" test.
1614 Test that "set listsize 0" ends up with an unlimited listsize.
1615
fc0da894
PA
16162013-03-28 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.base/list.exp (last_line): New global.
1619 (last_line_re): New global.
1620 (test_listsize, test_list_function, test_list_forward)
1621 (test_repeat_list_command, test_list_range)
1622 (test_list_filename_and_function): Use them.
1623 * gdb.base/list0.c: Comment the last line of the file with "last
1624 line".
1625
abe7b711
PA
16262013-03-28 Pedro Alves <palves@redhat.com>
1627
1628 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1629 list the whole file.
1630
15b3979c
PA
16312013-03-28 Pedro Alves <palves@redhat.com>
1632
1633 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1634 "set listsize".
1635
96811e3b
KS
16362013-03-26 Keith Seitz <keiths@redhat.com>
1637
1638 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1639 from passing.
1640
4043f22b
PA
16412013-03-26 Pedro Alves <palves@redhat.com>
1642
1643 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1644 until after GDB has run.
1645
14a1aa17
YQ
16462013-03-26 Yao Qi <yao@codesourcery.com>
1647
1648 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1649 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1650
99c819ee
MM
16512013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1652
1653 * gdb.btrace/enable.exp: Add regression test.
1654
24955f63
TT
16552013-03-25 Tom Tromey <tromey@redhat.com>
1656
1657 * gdb.cp/m-static.exp: Add destructor-printing tests.
1658
fce632b6
TT
16592013-03-25 Tom Tromey <tromey@redhat.com>
1660
1661 * gdb.cp/m-static.exp: Add constructor ptype tests.
1662 * gdb.cp/m-static.cc (single_constructor): New class.
1663 (main): Make instance of single_constructor.
1664
598d3636
JK
16652013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1666 Pedro Alves <palves@redhat.com>
1667
1668 * gdb.server/server-kill.c: New file.
1669 * gdb.server/server-kill.exp: New file.
1670
c12440c9
PA
16712013-03-21 Pedro Alves <palves@redhat.com>
1672
1673 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1674 Expect $gdb_prompt in gdb_test_multiple.
1675
bd712aed
DE
16762013-03-21 Doug Evans <dje@google.com>
1677
1678 * gdb.base/maint.exp: Update tests for per-command stats.
1679
b2f83c08
TT
16802013-03-21 Tom Tromey <tromey@redhat.com>
1681
1682 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1683 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1684
ef0026f0
PA
16852013-03-20 Pedro Alves <palves@redhat.com>
1686
1687 PR gdb/15289
1688
1689 * gdb.base/remote.exp: Test
1690 "set remote hardware-watchpoint-limit -1",
1691 "set remote hardware-breakpoint-limit -1",
1692 "set remote hardware-watchpoint-limit 2147483647" and
1693 "set remote hardware-breakpoint-limit 2147483647".
1694
3f1175a9
PA
16952013-03-20 Pedro Alves <palves@redhat.com>
1696 Yao Qi <yao@codesourcery.com>
1697
1698 * gdb.trace/tfile.c: Add comments.
1699 (nonconstglob): New global.
1700 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1701 global that is not covered by the trace frame. Test
1702 disassembling.
1703
a09ae1c1
JK
17042013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1705
1706 * gdb.base/valgrind-infcall.exp
1707 (continue #$continue_count) <remote connection closed>
1708 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1709 $valgrind_pid.
1710
9ce98649
TT
17112013-03-15 Tom Tromey <tromey@redhat.com>
1712
1713 * gdb.cp/overload.cc (intintfunc): New.
1714 * gdb.cp/overload.exp: Add regression test.
1715
0a251e08
YQ
17162013-03-15 Yao Qi <yao@codesourcery.com>
1717
1718 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1719 using with_test_prefix.
1720 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1721 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1722 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1723 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1724 * gdb.base/break-interp.exp (test_core): Likewise.
1725 (test_attach_gdb): Likewise.
1726 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1727 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1728 Likewise.
1729 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1730 * gdb.base/jit.exp (one_jit_test): Likewise.
1731 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1732 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1733 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1734 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1735 Likewise.
1736 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1737 Likewise.
1738 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
1739 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
1740 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
1741 (tracepoint_change_loc_2): Likewise.
1742 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1743 Likewise.
1744 (disconnected_tfind): Likewise.
1745 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
1746 Likewise.
1747 (test_tfind_remote): Likewise.
1748 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
1749 Likewise.
1750 (test_pending_resolved): Likewise.
1751 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1752 Likewise.
1753 (test_upload_tsv): Likewise.
1754 * gdb.trace/pending.exp (pending_tracepoint_resolved):
1755 Likewise.
1756 (pending_tracepoint_works): Likewise.
1757 * gdb.trace/report.exp (use_collected_data): Likewise.
1758 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
1759 Likewise.
1760 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
1761 * gdb.trace/strace.exp (strace_info_marker): Likewise.
1762 (strace_trace_on_same_addr): Likewise.
1763 (strace_trace_on_diff_addr): Likewise.
1764 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
1765 (gdb_collect_locals_test): Likewise.
1766 (gdb_unavailable_registers_test): Likewise.
1767 (gdb_collect_globals_test): Likewise.
1768
2c415c0f
YQ
17692013-03-15 Yao Qi <yao@codesourcery.com>
1770
1771 * gdb.base/condbreak.exp: Add semicolon back which was removed
1772 by my previous commit.
1773
ae59b1da
YQ
17742013-03-14 Yao Qi <yao@codesourcery.com>
1775
1776 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
1777 'return'.
1778 (gdb_target_monitor, gdb_load): Likewise.
1779 * config/sid.exp (gdb_load): Likewise.
1780 * config/slite.exp (gdb_load): Likewise.
1781 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
1782 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
1783 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
1784 (single_step_until): Likewise.
1785 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1786 * gdb.arch/system-gcore.exp: Likewise.
1787 * gdb.base/bigcore.exp (extract_heap): Likewise.
1788 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
1789 * gdb.base/call-ar-st.exp: Likewise.
1790 * gdb.base/call-rt-st.exp: Likewise.
1791 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
1792 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
1793 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
1794 * gdb.base/corefile.exp: Likewise.
1795 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
1796 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
1797 * gdb.base/fixsection.exp: Likewise.
1798 * gdb.base/funcargs.exp: Likewise.
1799 * gdb.base/gcore-buffer-overflow.exp: Likewise.
1800 * gdb.base/gcore-relro.exp: Likewise.
1801 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
1802 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
1803 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
1804 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
1805 * gdb.base/list.exp: Likewise.
1806 (set_listsize): Likewise.
1807 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
1808 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
1809 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
1810 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
1811 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
1812 * gdb.base/setvar.exp: Likewise.
1813 (test_set): Likewise.
1814 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
1815 * gdb.base/solib-overlap.exp: Likewise.
1816 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
1817 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
1818 * gdb.base/watchpoint.exp (initialize): Likewise.
1819 (test_simple_watchpoint): Likewise.
1820 (test_disabling_watchpoints): Likewise.
1821 (test_watchpoint_triggered_in_syscall): Likewise.
1822 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
1823 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
1824 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
1825 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
1826 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
1827 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
1828 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1829 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1830 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
1831 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
1832 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1833 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
1834 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
1835 * gdb.mi/gdb792.exp: Likewise.
1836 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
1837 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
1838 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
1839 * gdb.threads/gcore-thread.exp: Likewise.
1840 (load_core): Likewise.
1841 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
1842 (test_startup, check_control_c): Likewise.
1843 * gdb.threads/sigstep-threads.exp: Likewise.
1844 * gdb.threads/thread_check.exp: Likewise.
1845 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
1846 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
1847 (set_a_tracepoint, trace_buffer_normal): Likewise.
1848 (gdb_trace_circular_tests): Likewise.
1849 * gdb.trace/collection.exp: Likewise.
1850 * gdb.trace/disconnected-tracing.exp: Likewise.
1851 * gdb.trace/infotrace.exp: Likewise.
1852 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1853 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1854 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
1855 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
1856 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
1857 * gdb.trace/stap-trace.exp: Likewise.
1858 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
1859 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
1860 * gdb.trace/trace-buffer-size.exp: Likewise.
1861 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
1862 * gdb.trace/unavailable.exp: Likewise.
1863 * gdb.trace/while-dyn.exp: Likewise.
1864 * lib/fortran.exp (set_lang_fortran): Likewise.
1865 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
1866 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
1867 (default_gdb_start, get_compiler_info): Likewise.
1868 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
1869 (get_debug_format, setup_xfail_format): Likewise.
1870 (rerun_to_main, gdb_skip_float_test): Likewise.
1871 (build_id_debug_filename_get, get_remotetimeout): Likewise.
1872 * lib/java.exp (set_lang_java): Likewise.
1873 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
1874 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
1875 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
1876 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
1877 * lib/objc.exp (set_lang_objc): Likewise.
1878 * lib/pascal.exp (set_lang_pascal): Likewise.
1879 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1880 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
1881 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
1882
bb869963
SDJ
18832013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
1884
1885 PR c++/15203
1886 PR c++/15210
1887 * gdb.cp/m-static.cc (keepalive_int): New function.
1888 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
1889 * gdb.cp/m-static.exp: New test for `sintvar'.
1890
e2be70a0
YQ
18912013-03-14 Yao Qi <yao@codesourcery.com>
1892
1893 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
1894 of 'tstatus' into tstatus_output.
1895 (top level): Save the trace data to tfile. Read trace file in
1896 tfile target. Check the trace status.
1897
8ddb1965
YQ
18982013-03-13 Yao Qi <yao@codesourcery.com>
1899
1900 * gdb.trace/tsv.exp (check_tsv): New.
1901 (top level): Save a tfile on current trace session. Call
1902 check_tsv on live target. Load the tfile with target tfile
1903 and call check_tsv again.
1904
045dd51f
YQ
19052013-03-13 Yao Qi <yao@codesourcery.com>
1906
1907 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
1908 Replace some "gdb_test" with "gdb_test_no_output".
1909
82d049ab
PH
19102013-03-12 Paul Hilfinger <hilfingr@adacore.com>
1911
1912 * gdb.ada/expr_delims.exp: New file.
1913 * gdb.ada/expr_delims/foo.adb: New file.
1914 * gdb.ada/expr_delims/pck.ads: New file.
1915 * gdb.ada/expr_delims/pck.adb: New file.
1916
cb8ea32b
KS
19172013-03-11 Keith Seitz <keiths@redhat.com>
1918
1919 * watchpoint.exp (test_no_hw_watchpoints): Add test using
1920 both condition and thread. Then delete the watchpoint.
1921
2f1d9bdd
MM
19222013-03-11 Christian Himpel <christian.himpel@intel.com>
1923
1924 * Makefile.in: Add btrace testsuite.
1925 * configure: Regenerated.
1926 * configure.ac: Add btrace testsuite.
1927 * gdb.btrace/Makefile.in: New file.
1928 * gdb.btrace/enable.c: New file.
1929 * gdb.btrace/enable.exp: New file.
1930 * gdb.btrace/function_call_history.c: New file.
1931 * gdb.btrace/function_call_history.exp: New file.
1932 * gdb.btrace/instruction_history.c: New file.
1933 * gdb.btrace/instruction_history.exp: New file.
1934 * gdb.btrace/instruction_history.S: New file.
1935 * lib/gdb.exp: Add btrace skip proc.
1936
05c56a9d
JK
19372013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 Fix entry-values if the callee called a noreturn function.
1940 * gdb.arch/amd64-tailcall-noret.S: New file.
1941 * gdb.arch/amd64-tailcall-noret.c: New file.
1942 * gdb.arch/amd64-tailcall-noret.exp: New file.
1943
9112db09
JK
19442013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 Fix entry-values in C++ across CUs.
1947 * gdb.arch/amd64-tailcall-cxx.exp: New file.
1948 * gdb.arch/amd64-tailcall-cxx1.S: New file.
1949 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
1950 * gdb.arch/amd64-tailcall-cxx2.S: New file.
1951 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
1952
be9a119c 19532013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1954 Hafiz Abid Qadeer <abidh@codesourcery.com>
1955
1956 gdb/testsuite/
1957 * gdb.trace/trace-buffer-size.exp: New file.
1958 * gdb.trace/trace-buffer-size.c: New file.
1959
049109b0
PA
19602013-03-06 Pedro Alves <palves@redhat.com>
1961
1962 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
1963 doesn't support the tested optional feature, call "unsupported"
1964 with the same test message as the "pass" case, instead of calling
1965 "pass" with a different message. Use the same text for the "fail"
1966 cases too.
1967
4aa54120
YQ
19682013-03-06 Yao Qi <yao@codesourcery.com>
1969
1970 * gdb.trace/tstatus.exp: Remove the invocation of
1971 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
1972 (test_tracepoints): Don't set fast tracepoint.
1973 (top level): Don't check agent library is loaded or not.
1974
b8b71e63
YQ
19752013-03-06 Yao Qi <yao@codesourcery.com>
1976
1977 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
1978 parentheses by "\\".
1979
33f448b1
JK
19802013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1981
1982 * gdb.linespec/base/one/thefile.cc (twodup): New.
1983 (m): Call it.
1984 * gdb.linespec/base/two/thefile.cc (dupname): New.
1985 (n): Call it.
1986 * gdb.linespec/break-ask.exp: New file.
1987 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
1988
1c942fb9
YQ
19892013-02-28 Yao Qi <yao@codesourcery.com>
1990
1991 * gdb.trace/report.exp: Move some code to ...
1992 (use_collected_data): New.
1993 (top level): Call use_collected_data once on the live target.
1994 Save at file of the current trace session, load it with target
1995 tfile, and call use_collected_data again.
1996
5b967901
JK
19972013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2000
6447023f
JK
20012013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2002
2003 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2004 Add final kill of ${valgrind_pid}.
2005
9f44fbc0
SCR
20062013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2007
2008 * gdb.python/py-arch.c: New test case
2009 * gdb.python/py-arch.exp: New tests to test
2010 gdb.Architecture.disassemble
2011 * gdb.python/Makefile.in: Add py-arch to the list of
2012 EXECUTABLES.
2013
4c9ad8c2
TT
20142013-02-18 Tom Tromey <tromey@redhat.com>
2015
2016 * gdb.dwarf2/subrange.exp: New file.
2017
f5911ea1
HAQ
20182013-02-15 Pedro Alves <pedro@codesourcery.com>
2019 Hafiz Abid Qadeer <abidh@codesourcery.com>
2020
2021 * gdb.trace/tfile.exp: Add test for -trace-status command.
2022
420f4384
JK
20232013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2024
2025 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
2026 nanosleep by sleep.
2027
4819b3f8
PA
20282013-02-14 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
2031
1773c82c
HAQ
20322013-02-14 Pedro Alves <pedro@codesourcery.com>
2033 Hafiz Abid Qadeer <abidh@codesourcery.com>
2034
2035 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
2036
e234dfaf
TT
20372013-02-12 Tom Tromey <tromey@redhat.com>
2038
2039 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
2040 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
2041
6c01dd94
PA
20422013-02-12 Pedro Alves <palves@redhat.com>
2043
2044 * gdb.base/catch-signal.c: Update copyright years.
2045 * gdb.base/catch-signal.exp: Update copyright years.
2046 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
2047 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
2048 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
2049 * gdb.dwarf2/dw2-error.S: Update copyright years.
2050 * gdb.dwarf2/dw2-error.c: Update copyright years.
2051 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
2052 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
2053 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
2054
595fc67f
PA
20552013-02-12 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
2058 message.
2059 * gdb.base/sigaltstack.exp: Ditto.
2060 * gdb.base/siginfo.exp: Ditto.
2061 * gdb.base/sizeof.exp: Ditto.
2062
17282693
PA
20632013-02-12 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.mi/mi-basics.exp: Tweak intro comment.
2066 * gdb.mi/mi-break.exp: Tweak intro comment.
2067 * gdb.mi/mi-console.exp: Tweak intro comment.
2068 * gdb.mi/mi-file.exp: Tweak intro comment.
2069 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
2070 * gdb.mi/mi-return.exp: Tweak intro comment.
2071 * gdb.mi/mi-stepi.exp: Tweak intro comment.
2072 * gdb.mi/mi-until.exp: Tweak intro comment.
2073 * gdb.mi/mi-watch.exp: Tweak intro comment.
2074
8a4ac37e
PA
20752013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2076
2077 * gdb.server/no-thread-db.exp: New file.
2078 * gdb.server/no-thread-db.c: New file.
2079 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
2080
c2792f5a
DE
20812013-02-11 Doug Evans <dje@google.com>
2082
2083 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
2084 two decfloats.
2085
d9e98382
SDJ
20862013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2087
2088 * gdb.base/bitfields.c (struct internalvartest): New declaration.
2089 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
2090
a321661a
JK
20912013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
2094
134a2066
YQ
20952013-02-06 Yao Qi <yao@codesourcery.com>
2096
2097 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
2098 to ...
2099 (test_create_delete_modify_tsv): ... here. New test on modifying
2100 the initial value of a tsv.
2101
5a2dc60a
JK
21022013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
2105 (cd .../rdir): ... here.
2106
233d95b5
JK
21072013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2108
2109 * gdb.linespec/base/one/header.h: New file.
2110 * gdb.linespec/base/two/header.h: New file.
2111 * gdb.linespec/macro-relative.c: New file.
2112 * gdb.linespec/macro-relative.exp: New file.
2113
fbd9ab74
JK
21142013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2115
2116 * gdb.base/fullpath-expand-func.c: New file.
2117 * gdb.base/fullpath-expand.c: New file.
2118 * gdb.base/fullpath-expand.exp: New file.
2119 * gdb.base/realname-expand-real.c: New file.
2120 * gdb.base/realname-expand.c: New file.
2121 * gdb.base/realname-expand.exp: New file.
2122
1b56eb55
JK
21232013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2124
2125 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
2126 * gdb.dwarf2/dw2-dir-file-name.c: New file.
2127
af529f8f
JK
21282013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2129
2130 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
2131 (compare_filenames_for_search does not match)
2132 (compare_filenames_for_search does match): New tests.
2133
f5b95b50
JK
21342013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2135
2136 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
2137
d47921b9
JK
21382013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2139
2140 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
2141
8a92335b
JK
21422013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2143
2144 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
2145 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
2146 ${binfile}.mini_debuginfo-debuglink and
2147 ${binfile}.mini_debuginfo-debuglink.xz.
2148
17f2157d
TT
21492013-02-01 Tom Tromey <tromey@redhat.com>
2150
2151 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
2152 attributes.
2153
d65f0a9c
TT
21542013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2155 Tom Tromey <tromey@redhat.com>
2156
2157 * gdb.dwarf2/method-ptr.exp: Link with c++.
2158 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
2159
f25c0135
TT
21602013-01-31 Tom Tromey <tromey@redhat.com>
2161
2162 * gdb.base/jit.exp (compile_jit_test): New proc.
2163 Add PIE tests.
2164
7078baeb
TT
21652013-01-31 Tom Tromey <tromey@redhat.com>
2166
2167 * gdb.dwarf2/method-ptr.cc: New file.
2168 * gdb.dwarf2/method-ptr.exp: New file.
2169
1d24041a
TT
21702013-01-31 Tom Tromey <tromey@redhat.com>
2171
2172 * lib/dwarf.exp (namespace Dwarf): New.
2173
8d9878a4
TT
21742013-01-29 Tom Tromey <tromey@redhat.com>
2175
2176 * gdb.dwarf2/fission-reread.exp: Add unload test.
2177
bed911e5
DE
21782013-01-28 Doug Evans <dje@google.com>
2179
2180 * gdb.dwarf2/fission-loclists.exp: New file.
2181 * gdb.dwarf2/fission-loclists.S: New file.
2182
e229648e
JK
21832013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2184
2185 Code cleanup.
2186 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2187 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2188 and prepare_for_testing.
2189 * gdb.base/store.exp: Likewise.
2190
86700f00
TT
21912013-01-25 Tom Tromey <tromey@redhat.com>
2192
2193 * gdb.python/py-explore.exp: Expect the gdb prompt.
2194
8954db33
AB
21952013-01-25 Andrew Burgess <aburgess@broadcom.com>
2196
2197 * gdb.base/gnu_vector.c: New variable for use in tests.
2198 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2199 changes in scalar to vector casting and widening.
2200 * gdb.python/py-type.c: New variables for use in tests.
2201 * gdb.python/py-type.exp: Update vector related tests to reflect
2202 changes in scalar to vector casting and widening.
2203
2077afdd
TD
22042013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2205
2206 * gdb.base/prologue-include.c: New file.
2207 * gdb.base/prologue-include.exp: New file.
2208 * gdb.base/prologue-include.h: New file.
2209
d7499464
HAQ
22102013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2211
2212 PR gdb/13443
2213 * gdb.mi/mi-var-block.exp: Make test messages unique.
2214
e2a3e0f1
TT
22152013-01-23 Tom Tromey <tromey@redhat.com>
2216
2217 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2218
152fcc9c
TT
22192013-01-23 Tom Tromey <tromey@redhat.com>
2220
2221 * gdb.cp/converts.cc (main): Initialize 'a'.
2222
bea883fd
SCR
22232013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2224
2225 * testsuite/gdb.python/frame.exp: Add a test for
2226 gdb.Frame.architecture() method.
2227
0928e93d
PA
22282013-01-22 Pedro Alves <palves@redhat.com>
2229
2230 * gdb.base/annota1.exp (signal sent): No longer expect
2231 breakpoints-invalid.
2232 * gdb.cp/annota2.exp (continue until exit)
2233 (watch triggered on a.x): Ditto.
2234
9c97429f
PA
22352013-01-22 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2238 Adjust tests to breakpoints-invalid changes.
2239 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2240 variables.
2241 Adjust tests to breakpoints-invalid changes.
2242
187d10dd
PA
22432013-01-22 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.base/annota1.exp (annotate ignore count change): Add
2246 expected output for failure case.
2247
ea3aedcb
TT
22482013-01-22 Tom Tromey <tromey@redhat.com>
2249
2250 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2251 call.
2252
998580f1
MK
22532013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2254
2255 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 2256 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
2257 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2258 Also handle 'thread' field.
2259 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2260 * gdb.mi/mi-watch.exp: Ditto.
2261 * lib/mi-support.exp: Ditto.
2262
8f1d5693
MK
22632013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2264
2265 * gdb.python/py-explore.exp: Improve a test
2266
2d8c5d7c
DB
22672013-01-18  David Blaikie  <dblaikie@gmail.com>
2268
2269 * gdb.base/label.c (main): Correct the type of the second
2270 parameter.
2271
46f35228
TT
22722013-01-18 Tom Tromey <tromey@redhat.com>
2273
2274 * gdb.dwarf2/trace-crash.s: New file.
2275 * gdb.dwarf2/trace-crash.exp: New file.
2276
5965d69d
HAQ
22772013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2278
43aaf8b6
PA
2279 PR gdb/13443
2280 * gdb.base/checkpoint.exp: Update test messages to make them
2281 unique.
5965d69d 2282
5ae4861a
YQ
22832013-01-18 Yao Qi <yao@codesourcery.com>
2284
2285 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2286 output of 'info tracepoints'.
2287 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2288 Likewise.
2289 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2290 * gdb.trace/disconnected-tracing.c (struct foo): New.
2291
d84fca2c
JK
22922013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2293
2294 * gdb.dwarf2/dw2-dos-drive.S: New file.
2295 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2296
aebb1cc9
DE
22972013-01-17 Doug Evans <dje@google.com>
2298
2782d512
DE
2299 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2300 CXX_FOR_TARGET.
2301
aebb1cc9
DE
2302 * boards/cc-with-tweaks.exp: New file.
2303
db2b2972
TT
23042013-01-17 Tom Tromey <tromey@redhat.com>
2305
2306 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2307
96343774
PA
23082013-01-17 Pedro Alves <palves@redhat.com>
2309
2310 Merge dg-extract-results.sh from upstream (svn 195224).
2311
2312 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2313 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
2314
2315 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2316 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
2317
2318 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2319 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
2320
2321 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2322 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2323 of grep -q.
2324
675921c0
SD
23252012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2326
2327 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
2328 interface.
2329 * gdb.base/jithost.c: New file.
2330 * gdb.base/jithost.h: New file.
2331 * gdb.base/jitreader.c : New file.
2332 * gdb.base/jit-protocol.h: New file.
2333
ab04a2af
TT
23342013-01-16 Tom Tromey <tromey@redhat.com>
2335
2336 * gdb.base/catch-signal.c: New file.
2337 * gdb.base/catch-signal.exp: New file.
2338
8ac3646f
TT
23392013-01-16 Tom Tromey <tromey@redhat.com>
2340
2341 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
2342
22fc223e
JK
23432013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
2346
44478ab3
TT
23472013-01-14 Tom Tromey <tromey@redhat.com>
2348
2349 * gdb.base/completion.exp: Add "set gnutarget" test.
2350
06d66ee9
TT
23512013-01-14 Tom Tromey <tromey@redhat.com>
2352
2353 * gdb.dwarf2/dw2-restrict.S: New file.
2354 * gdb.dwarf2/dw2-restrict.c: New file.
2355 * gdb.dwarf2/dw2-restrict.exp: New file.
2356
c9bf0622
TT
23572013-01-14 Tom Tromey <tromey@redhat.com>
2358
2359 * gdb.dwarf2/dw2-error.exp: New file.
2360 * gdb.dwarf2/dw2-error.c: New file.
2361 * gdb.dwarf2/dw2-error.S: New file.
2362
5b12a61c
JK
23632013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 * gdb.cp/parse-lang.cc: New file.
2366 * gdb.cp/parse-lang.exp: New file.
2367
f0a4b570
JK
23682013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2369
2370 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
2371 (set substitute-path): New test.
2372 (fullname present): Remove content.
2373 (substituted fullname): New test.
2374
f751cc97
JB
23752013-01-13 Joel Brobecker <brobecker@adacore.com>
2376
2377 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2378 check. Move $gdb_py_is_py24 value check right after.
2379
04164e8e
JK
23802013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2381
2382 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2383 targets.
2384
5bf480a5
YQ
23852013-01-11 Yao Qi <yao@codesourcery.com>
2386
2387 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2388 for dprintf.
2389 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2390 Check the fields in "=breakpoint-created" for dprintf.
2391
f35a17b5
JK
23922012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2393
2394 * gdb.mi/mi-fullname-deleted.exp: New file.
2395
85817405
JK
23962012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2397
2398 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2399 expected output.
2400 (info skip with pending file): Remove.
2401 (ignoring function in solib, info skip for function multiply): Update
2402 the expected output.
2403 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2404 (info skip (delete 1), info skip after disabling all)
2405 (info skip after enabling all, info skip after disabling 4 2-3)
2406 (info skip after enabling 2-3, info skip 2-3)
2407 (info skip after deleting 2 3): Update the expected output.
2408 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2409 statement to its initialization and return.
2410 * gdb.linespec/skip-two.exp: New file.
2411
27210e12
DE
24122012-12-19 Doug Evans <dje@google.com>
2413
2414 * gdb.base/maint.exp: Handle testing with .gdb_index.
2415
bb627a12
JB
24162012-12-19 Joel Brobecker <brobecker@adacore.com>
2417
2418 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2419 Cavium to FSF.
2420
7785b880
JB
24212012-12-19 Joel Brobecker <brobecker@adacore.com>
2422
2423 * dg-extract-results.sh: Update contact info in copyright notice.
2424 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2425 GPL v3 or later. Update contact info.
2426 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2427 gdb.threads/watchpoint-fork-mt.c,
2428 gdb.threads/watchpoint-fork-parent.c,
2429 gdb.threads/watchpoint-fork-st.c,
2430 gdb.threads/watchpoint-fork.h: Likewise.
2431
f2a8bc8a
YQ
24322012-12-15 Yao Qi <yao@codesourcery.com>
2433
2434 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2435 'installed' field in '=breakpoint-modified'.
2436 (test_reconnect): Check 'installed' field in
2437 '=breakpoint-modified' and '=breakpoint-created'.
2438
2439 * gdb.trace/actions.exp: Update test for 'installed' field.
2440 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2441 (tracepoint_change_loc_2): Likewise.
2442 Check 'info tracepoint' display nothing else.
2443 * gdb.trace/deltrace.exp: Likewise.
2444 * gdb.trace/infotrace.exp: Likewise.
2445 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2446 Likewise.
2447 * gdb.trace/passcount.exp: Likewise.
2448 * gdb.trace/tracecmd.exp: Likewise.
2449 * gdb.trace/while-stepping.exp: Likewise.
2450
6592e36f
TT
24512012-12-14 Tom Tromey <tromey@redhat.com>
2452
2453 * gdb.cp/member-name.exp: New file.
2454 * gdb.cp/member-name.cc: New file.
2455
7d27a96d
TT
24562012-12-14 Tom Tromey <tromey@redhat.com>
2457
2458 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2459
f8c05d0d
DE
24602012-12-14 Doug Evans <dje@google.com>
2461
2462 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2463 DW_OP_GNU_implicit_pointer is section-relative.
2464
451b7c33
TT
24652012-12-14 Tom Tromey <tromey@redhat.com>
2466
43aaf8b6 2467 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 2468
10e339df
PA
24692012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2470
6fdff2c5 2471 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 2472
e780d813
DE
24732012-12-13 Doug Evans <dje@google.com>
2474
2475 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2476 * gdb.multi/multi-arch.exp: Ditto.
2477
ca3dbcc8 24782012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 2479
ca3dbcc8
MG
2480 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2481 catch load test library source file.
2482 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2483 load test source file.
2484 * gdb.mi/mi-catch-load.exp: New. Test file for
2485 basic MI -catch-load and -catch-unload tests.
2486
2960a434
PK
24872012-12-11 Paul Koning <paul_koning@dell.com>
2488
2489 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2490 exception.
2491 (_iterator_except): New function.
2492 (ArrayPrinter): Use _iterator function instead of local _iterator
2493 class for Python 3 compatibility.
2494 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 2495 _iterator.
2960a434
PK
2496 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2497 execfile for Python 3 compatibility.
2498 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2499 format in error_prompt test.
6fdff2c5 2500
9325cb04
PK
25012012-12-10 Paul Koning <paul_koning@dell.com>
2502
2503 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 2504 compatibility.
9325cb04
PK
2505 * gdb.python/py-block.exp: Ditto.
2506 * gdb.python/py-breakpoint.exp: Ditto.
2507 * gdb.python/py-cmd.exp: Ditto.
2508 * gdb.python/py-events.py: Ditto.
2509 * gdb.python/py-finish-breakpoint.py: Ditto.
2510 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2511 * gdb.python/py-finish-breakpoint2.py: Ditto.
2512 * gdb.python/py-frame-inline.exp: Ditto.
2513 * gdb.python/py-frame.exp: Ditto.
2514 * gdb.python/py-infthread.exp: Ditto.
2515 * gdb.python/py-objfile.exp: Ditto.
2516 * gdb.python/py-parameter.exp: Ditto.
2517 * gdb.python/py-progspace.exp: Ditto.
2518 * gdb.python/py-prompt.exp: Ditto.
2519 * gdb.python/py-symbol.exp: Ditto.
2520 * gdb.python/py-symtab.exp: Ditto.
2521 * gdb.python/py-template.exp: Ditto.
2522 * gdb.python/py-value-cc.exp: Ditto.
2523 * gdb.python/python.exp: Ditto.
2524 * gdb.python/source2.py: Ditto.
2525 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 2526 compatibility.
9325cb04
PK
2527 Use sorted() function rather than sort() method.
2528 Accept either int or long values for enum values.
2529 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2530 execfile for Python 3 compatibility.
2531 * gdb.python/py-evsignal.exp: Ditto.
2532 * gdb.python/py-evthreads.exp: Ditto.
2533 * gdb.python/py-mi.exp: Ditto.
2534 * gdb.python/py-pp-maint.exp: Ditto.
2535 * gdb.python/py-prettyprint.exp: Ditto.
2536 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 2537 Python 3 compatibility.
9325cb04
PK
2538 Skip tests for Python 2.4.
2539 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 2540 Python 3 compatibility.
9325cb04
PK
2541 Use byte string rather than character string in memory write test
2542 if Python 3.
2543 * gdb.python/py-pp-maint.py: Change class declarations to "new
2544 class" syntax.
2545 * gdb.python/py-prettyprint.py: Change iterator class to generator
2546 function for Python 3 compatibility.
2547 Make all classes "new style".
2548 Fix indentation issue and stray semicolon.
2549 * gdb.python/py-shared.expChange print syntax for Python 3
2550 compatibility.
2551 Define "long" if Python 3.
2552 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 2553 compatibility.
9325cb04
PK
2554 Accept either int or long values for enum values.
2555 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 2556 compatibility.
9325cb04
PK
2557 Skip "long" and "unicode" tests if Python 3.
2558 Accept either "type" or "class" in type checks.
2559 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2560 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2561
8b9737bf
TT
25622012-12-10 Tom Tromey <tromey@redhat.com>
2563
2564 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2565 (test): Add "two_cu" argument.
2566 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2567 for types; allow two CUs.
2568
1b80a9fa
JK
25692012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2570
2571 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2572 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2573
f0b6d50a
YQ
25742012-12-08 Yao Qi <yao@codesourcery.com>
2575 Pedro Alves <palves@redhat.com>
2576
2577 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2578 '=breakpoint-created' when GDB merges the tracepoints of both
2579 sides.
2580
2f68a895
TT
25812012-12-07 Tom Tromey <tromey@redhat.com>
2582
2583 * gdb.base/break1.c (enum some_enum, union some_union): New.
2584 (some_enum_global, some_union_global, some_value): New globals.
2585 * gdb.base/completion.exp: Add tag completion tests.
2586
4fc5d43e
TT
25872012-12-07 Tom Tromey <tromey@redhat.com>
2588
2589 * gdb.base/completion.exp: Add tests for ptype and whatis
2590 completion.
2591
6559e013
JB
25922012-12-07 Joel Brobecker <brobecker@adacore.com>
2593
2594 * gdb.base/stale-infcall.exp: Fix copyright line.
2595
ae2b630d
JB
25962012-12-07 Joel Brobecker <brobecker@adacore.com>
2597
2598 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2599
0ba2eb0f
TT
26002012-12-06 Pedro Alves <palves@redhat.com>
2601 Tom Tromey <tromey@redhat.com>
2602
2603 * gdb.base/exprs.exp: Add tests for cast to void.
2604
731145cb
TT
26052012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2606
2607 * gdb.python/py-mi.exp: Correct expected results for attribute
2608 "dynamic" returned by -var-update.
2609 Add test case for correct handling of "diplayhint" for children
2610 of dynamic varobjs.
2611 * gdb.python/py-prettyprint.c (set_itme): New function.
2612 (bug_14741) New function.
2613 (main) Add call to bug_14741().
2614 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2615
e58fcc15
UW
26162012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2617
2618 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2619 ${binfile}.funcsyms list.
2620
e9eb0d14
YQ
26212012-12-04 Yao Qi <yao@codesourcery.com>
2622
2623 PR gdb/13443
2624 * gdb.trace/actions.exp: Make test messages unique.
2625
4983028c
TT
26262012-11-29 Tom Tromey <tromey@redhat.com>
2627
2628 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2629
ea5e6b0e
UW
26302012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2631
2632 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2633 * gdb.opencl/datatypes.exp: Likewise.
2634 * gdb.opencl/operators.exp: Likewise.
2635 * gdb.opencl/vec_comps.exp: Likewise.
2636
cdde3dfb
JG
26372012-11-29 Jerome Guitton <guitton@adacore.com>
2638
2639 * gdb.ada/iwide: New testcase.
2640
b50d69b5
JG
26412012-11-29 Jerome Guitton <guitton@adacore.com>
2642
2643 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2644 ptype test.
2645
c2d3fccf
JG
26462012-11-29 Jerome Guitton <guitton@adacore.com>
2647
2648 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2649 form {VARIANT_TYPE}ADDRESS.
2650
5edf51fe
YQ
26512012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2652
2653 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2654 (func): New function.
2655 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2656 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2657 pointers to members with pointer-to-function type.
2658
608e2dbb
TT
26592012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2660 Tom Tromey <tromey@redhat.com>
2661
2662 * gdb.base/gnu-debugdata.exp: New file.
2663 * gdb.base/gnu-debugdata.c: New file.
2664 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2665 (gdb_unload): Return 0 on success.
2666
4648e588
JK
26672012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2668
2669 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2670
17d6efc4
JB
26712012-11-26 Joel Brobecker <brobecker@adacore.com>
2672
2673 * gdb.base/empty_exe.exp: New testcase.
2674
ace21957
MF
26752012-11-20 Mike Frysinger <vapier@gentoo.org>
2676
2677 * gdb.base/completion.exp: Add test for help aliases completion.
2678
5c401a0a
YQ
26792012-11-20 Yao Qi <yao@codesourcery.com>
2680
2681 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2682 Don't test 'maint set show-debug-regs'.
2683 Use command 'set remotecache' instead of
2684 'set circular-trace-buffer'.
2685
8dea366b
KS
26862012-11-16 Keith Seitz <keiths@redhat.com>
2687
2688 PR c++/13615
2689 * gdb.cp/baseenum.cc: New file.
2690 * gdb.cp/baseenum.exp: New file.
2691 * gdb.cp/derivation.cc (A): Add copyright.
2692 Add a typedef.
2693 (B): Use A::value_type instead of int. Change all references.
2694 (D): Use value_type instead of int. Change all references.
2695 (E): Likewise.
2696 (F); Likewise.
2697 (Z): New class.
2698 (ZZ): New class.
6fdff2c5 2699 (N, Base, Derived): New namespace and classes.
8dea366b
KS
2700 (main): Add instances of Z and ZZ.
2701 Make sure all symbols from N are kept.
2702 * gdb.cp/derivation.exp: Update typedef changes in tests.
2703 Add tests for class typedefs both before and after starting
2704 the inferior.
2705 Add tests for searching for a typedef while stopped in a
2706 method.
2707
5e34c6c3
LM
27082012-11-14 Luis Machado <lgustavo@codesourcery.com>
2709
2710 * gdb.mi/mi-var-create-rtti.c: New file.
2711 * gdb.mi/mi-var-create-rtti.exp: New file.
2712
5e487a5f
LM
27132012-11-14 Luis Machado <lgustavo@codesourcery.com>
2714
2715 * gdb.base/structs3.exp: Run to main before doing any tests.
2716
6d67b990
AB
27172012-11-14 Andrew Burgess <aburgess@broadcom.com>
2718
2719 * gdb.python/py-type.exp: Uniquify test names.
2720
e5d98164
YQ
27212012-11-14 Yao Qi <yao@codesourcery.com>
2722
2723 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2724 (thread_function) [DEBUG]: Call 'printf'.
2725 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2726 command line if 'DEBUG=1' is passed to test.
2727 Remove a pattern to match inferior's output.
2728
62747a60
TT
27292012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2730
2731 * gdb.mi/mi-fill-memory.exp: New test.
2732
18a9fc12
TT
27332012-11-12 Tom Tromey <tromey@redhat.com>
2734
2735 * gdb.base/completion.exp: Update for "info type-printers".
2736 * gdb.python/py-typeprint.cc: New file.
2737 * gdb.python/py-typeprint.exp: New file.
2738 * gdb.python/py-typeprint.py: New file.
2739
bd69fc68
TT
27402012-11-12 Tom Tromey <tromey@redhat.com>
2741
2742 * gdb.base/call-sc.exp: Use "ptype/r".
2743 * gdb.base/volatile.exp: Don't expect "int".
2744 * gdb.cp/ptype-flags.cc: New file.
2745 * gdb.cp/ptype-flags.exp: New file.
2746 * gdb.cp/templates.exp: Use ptype/r.
2747 (test_ptype_of_templates, test_template_typedef): Likewise.
2748 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
2749 argument. Handle template names and template parameters.
2750 * gdb.mi/mi-var-cmd.exp: Accept "long".
2751 * gdb.mi/mi-var-child.exp: Accept "long".
2752 * gdb.mi/mi-var-display.exp: Accept "long".
2753 * gdb.mi/mi2-var-child.exp: Accept "long".
2754
b3720c3a
TT
27552012-11-12 Tom Tromey <tromey@redhat.com>
2756
2757 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
2758 "ptype" from calls to cp_test_ptype_class.
2759 (test_enums): Likewise.
2760 * gdb.cp/derivation.exp: Remove "ptype" from calls to
2761 cp_test_ptype_class.
2762 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
2763 calls to cp_test_ptype_class.
2764 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
2765 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
2766 from calls to cp_test_ptype_class.
2767 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
2768 command here. Change "in_command" argument to "in_exp".
2769
0d63ecda
KS
27702012-11-10 Keith Seitz <keiths@redhat.com>
2771
2772 PR gdb/14288
2773 * gdb.base/printcmds.c: Add invalid_XXX globals
2774 for repeated byte tests.
2775 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
2776 * gdb.base/wchar.c (main): Add and construct a wchar_t
2777 array with repeated characters.
2778 * gdb.base/wchar.exp: Add repeated character tests.
2779
ed8a1c2d
AB
27802012-11-09 Andrew Burgess <aburgess@broadcom.com>
2781
2782 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
2783 disassembly output.
2784
9107fc8d
PA
27852012-11-09 Pedro Alves <palves@redhat.com>
2786
2787 PR gdb/14306
2788
2789 * gdb.multi/multi-arch-exec.c: New file.
2790 * gdb.multi/multi-arch-exec.exp: New file.
2791
558a9d82
YQ
27922012-11-09 Yao Qi <yao@codesourcery.com>
2793
2794 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
2795 (top level): Call it.
2796
e714f336
YQ
27972012-11-09 Yao Qi <yao@codesourcery.com>
2798
2799 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
2800 typo.
2801
6ecd4729
PA
28022012-11-09 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.multi/multi-arch.exp: New.
2805
9015683b
TT
28062012-11-08 Tom Tromey <tromey@redhat.com>
2807
2808 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
2809 core files, if possible.
2810 * gdb.base/siginfo-thread.c: New file
2811 * gdb.base/siginfo-thread.exp: New file
2812
ea9f10bb
TT
28132012-11-08 Tom Tromey <tromey@redhat.com>
2814
2815 * gdb.base/comprdebug.exp: New file.
2816
f6592439
PA
28172012-11-06 Pedro Alves <palves@redhat.com>
2818
2819 PR gdb/14810
2820
2821 * gdb.base/disabled-location.c: New file.
2822 * gdb.base/disabled-location.exp: New file.
2823
2d338fa9
TT
28242012-11-06 Tom Tromey <tromey@redhat.com>
2825
2826 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2827 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2828 gdb_gcore_cmd.
2829 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
2830 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
2831 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
2832 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
2833 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
2834 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
2835 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
2836 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
2837 * lib/gdb.exp (gdb_gcore_cmd): New proc.
2838
68c9da30
PA
28392012-11-05 Pedro Alves <palves@redhat.com>
2840
2841 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
2842 procedure.
2843 (do_vfork_and_follow_child_tests_exec)
2844 (do_vfork_and_follow_child_tests_exit): Call it.
2845
a7c8c931
PA
28462012-11-05 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
2849 fails.
2850
6f6484cd
YQ
28512012-11-03 Yao Qi <yao@codesourcery.com>
2852
2853 Fix PR gdb/14617.
2854 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2855 Remove setup_kfail, and update test.
2856
b45627a0
TT
28572012-11-02 Tom Tromey <tromey@redhat.com>
2858
2859 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
2860 test.
2861
f50f4e56
PA
28622012-11-02 Pedro Alves <palves@redhat.com>
2863
2864 PR gdb/14766
2865
2866 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
2867 setup_kfail.
2868 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
2869 get registers".
2870
71ce889d
PA
28712012-11-02 Pedro Alves <palves@redhat.com>
2872
2873 * gdb.base/foll-vfork-exit.c: New file.
2874 * gdb.base/foll-vfork.exp (top level): New file-describing
2875 comment.
2876 (vfork_child_follow_to_exit): New procedure.
2877 (tcatch_vfork_then_child_follow): Rename as ...
2878 (tcatch_vfork_then_child_follow_exec): ... this.
2879 (tcatch_vfork_then_child_follow_exit): New procedure.
2880 (do_vfork_and_follow_parent_tests): New procedure, factored out
2881 from do_vfork_and_exec_tests.
2882 (do_vfork_and_follow_child_tests_exec): Ditto.
2883 (do_vfork_and_exec_tests): Delete.
2884 (do_vfork_and_follow_child_tests_exit): New procedure.
2885 (top level): Run tests with both the program that has the vfork
2886 child execing, and the program has the vfork child exiting.
2887
1e35b1a9
PA
28882012-11-02 Pedro Alves <palves@redhat.com>
2889
2890 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
2891 (check_vfork_catchpoints, vfork_parent_follow_through_step)
2892 (vfork_parent_follow_to_bp): Call it.
2893 (kill_child): Delete.
2894 (vfork_and_exec_child_follow_to_main_bp)
2895 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
2896 longer call kill_child.
2897 (tcatch_vfork_then_parent_follow): Call setup_gdb.
2898 (do_vfork_and_exec_tests): Don't runto_main before calling each
2899 test procedure.
2900 (top level): Don't clean restart and set verbose before running
2901 each test procedure.
2902
29032012-11-02 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
2906 (vfork_parent_follow_to_bp)
2907 (vfork_and_exec_child_follow_to_main_bp)
2908 (vfork_and_exec_child_follow_through_step)
2909 (tcatch_vfork_then_parent_follow)
2910 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2911 Use with_test_prefix.
2912
29132012-11-02 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.base/foll-vfork.c: Add copyright header.
2916 * gdb.base/vforked-prog.c: Add copyright header.
2917
29182012-11-02 Pedro Alves <palves@redhat.com>
2919
2920 * gdb.base/foll-vfork.exp
2921 (vfork_and_exec_child_follow_through_step): Don't skip on
2922 non-HP/UX targets. Expect the next to only step one line on
2923 non-HP/UX targets, rather than stopping only after the exec.
2924
29252012-11-02 Pedro Alves <palves@redhat.com>
2926
2927 Don't hard code line numbers.
2928
2929 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
2930 Expect text from the sources instead of a line number.
2931 (vfork_parent_follow_to_bp)
2932 (vfork_and_exec_child_follow_to_main_bp)
2933 (vfork_and_exec_child_follow_through_step)
2934 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2935 Use gdb_get_line_number.
2936
29372012-11-02 Pedro Alves <palves@redhat.com>
2938
2939 Modernize.
2940
2941 * gdb.base/foll-vfork.exp: Use standard_testfile and
2942 build_executable. Pass descriptive string to untested.
2943 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
2944 (vfork_and_exec_child_follow_to_main_bp)
2945 (vfork_and_exec_child_follow_through_step)
2946 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
2947 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
2948 of send_gdb/gdb_expect.
2949
2950 (kill_child): New procedure.
2951 (vfork_and_exec_child_follow_to_main_bp)
2952 (vfork_and_exec_child_follow_through_step): Use it.
2953
f0559fff
YQ
29542012-11-02 Yao Qi <yao@codesourcery.com>
2955
2956 * gdb.base/setvar.exp: Test setting nested struct.
2957 * gdb.base/setvar.c (v_struct3): New.
2958
c207c6da
DE
29592012-11-01 Doug Evans <dje@google.com>
2960
2961 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
2962 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
2963 use them.
2964
2f27adfe
AB
29652012-10-31 Andrew Burgess <aburgess@broadcom.com>
2966
2967 PR cli/14772
2968 * gdb.base/gnu_vector.c (union_with_vector_1)
2969 (struct_with_vector_1): Add new struct and union for testing
2970 ptype.
2971 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
2972 structs / unions containing vectors.
2973
bb662ca6
YQ
29742012-10-25 Yao Qi <yao@codesourcery.com>
2975
2976 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
2977 'setup_kfail' instead of 'setup_kfail_for_target'.
2978 * gdb.base/varargs.exp: Likewise.
2979 * lib/gdb.exp (setup_kfail_for_target): Remove.
2980
635d23ff
MK
29812012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
2982
2983 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
2984
afdb064f
MK
29852012-10-25 Mark Kettenis <kettenis@gnu.org>
2986
2987 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
2988
d99dcf51
JB
29892012-10-24 Joel Brobecker <brobecker@adacore.com>
2990
2991 * gdb.ada/set_wstr: New testcase.
2992
32560274
JB
29932012-10-24 Joel Brobecker <brobecker@adacore.com>
2994
2995 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
2996
5ded5331
JB
29972012-10-24 Joel Brobecker <brobecker@adacore.com>
2998
2999 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3000
d8d84291
MK
30012012-10-24 Mark Kettenis <kettenis@gnu.org>
3002
3003 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3004
6e933c51
JK
30052012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 * gdb.base/callfuncs.exp (do_function_calls): Fix
3008 setup_kfail_for_target for -m32 mode.
3009
274bd000
MK
30102012-10-23 Mark Kettenis <kettenis@gnu.org>
3011
3012 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3013 are now fixed.
3014
545f743d
YQ
30152012-10-23 Yao Qi <yao@codesourcery.com>
3016
3017 * gdb.base/info-os.exp: Resume the inferior until it exits.
3018
48b56b6a 30192012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
3020
99c7d5a8 3021 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
3022 * gdb.base/print-file-var.exp: Likewise.
3023 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 3024
8de0566d
YQ
30252012-10-17 Yao Qi <yao@codesourcery.com>
3026
3027 * gdb.mi/mi-memory-changed.exp: New.
3028
44883546
YQ
30292012-10-16 Yao Qi <yao@codesourcery.com>
3030
3031 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
3032 returns true.
3033 Call gdb_load_shlibs.
3034 * gdb.reverse/solib-reverse.exp: Likewise.
3035
345f514a
KS
30362012-10-15 Keith Seitz <keiths@redhat.com>
3037
3038 * lib/cp-support.exp (cp_test_ptype_class): Add support
3039 for class typedefs.
3040
3041 * gdb.cp/derivation.exp: Add tests for g_instance.
3042
9e3a7d65
JK
30432012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3044
3045 Fix entry values resolving in inlined frames.
3046 * gdb.arch/amd64-entry-value-inline.S: New file.
3047 * gdb.arch/amd64-entry-value-inline.c: New file.
3048 * gdb.arch/amd64-entry-value-inline.exp: New file.
3049
21a7b089
JK
30502012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3051 Doug Evans <dje@google.com>
3052
3053 Fix recent gdb_breakpoint regression.
3054 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
3055 braces from the parameter.
3056 * gdb.java/jprint.exp: Likewise.
3057
2c47921e
DE
30582012-10-15 Doug Evans <dje@google.com>
3059
3060 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
3061
89398707
JB
30622012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
3063
3064 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
3065
801e4185
TT
30662012-10-15 Tom Tromey <tromey@redhat.com>
3067
3068 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
3069
74f910c8
TT
30702012-10-15 Tom Tromey <tromey@redhat.com>
3071
3072 * gdb.python/py-symbol.exp: Test symbol destructor.
3073
91567807
YQ
30742012-10-14 Yao Qi <yao@codesourcery.com>
3075
3076 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
3077 * gdb.mi/mi-cli.exp: New.
3078
3079 * gdb.mi/mi2-basics.exp: Remove.
3080 * gdb.mi/mi2-break.exp: Remove.
3081 * gdb.mi/mi2-console.exp: Remove.
3082 * gdb.mi/mi2-disassemble.exp: Remove.
3083 * gdb.mi/mi2-eval.exp: Remove.
3084 * gdb.mi/mi2-file.exp: Remove.
3085 * gdb.mi/mi2-hack-cli.exp: Remove.
3086 * gdb.mi/mi2-pthreads.exp: Remove.
3087 * gdb.mi/mi2-read-memory.exp: Remove.
3088 * gdb.mi/mi2-regs.exp: Remove.
3089 * gdb.mi/mi2-return.exp: Remove.
3090 * gdb.mi/mi2-simplerun.exp: Remove.
3091 * gdb.mi/mi2-stack.exp: Remove.
3092 * gdb.mi/mi2-stepi.exp: Remove.
3093 * gdb.mi/mi2-syn-frame.exp: Remove.
3094 * gdb.mi/mi2-until.exp: Remove.
3095 * gdb.mi/mi2-watch.exp: Remove.
3096 * gdb.mi/mi2-var-block.exp: Remove.
3097 * gdb.mi/mi2-var-cmd.exp: Remove.
3098 * gdb.mi/mi2-var-display.exp: Remove.
3099
87332029
YQ
31002012-10-12 Yao Qi <yao@codesourcery.com>
3101
3102 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
3103 trail '.*' on matching patterns.
3104
11fc9057
L
31052012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3106
3107 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
3108 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
3109 * gdb.arch/i386-disp-step.exp: Likewise.
3110 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3111 * gdb.arch/i386-prologue.exp: Likewise.
3112 * gdb.arch/i386-size-overlap.exp: Likewise.
3113 * gdb.arch/i386-size.exp: Likewise.
3114 * gdb.arch/i386-unwind.exp: Likewise.
3115
7d46bcdc
L
31162012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3117
3118 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
3119 * gdb.arch/i386-word.exp: Likewise.
3120
31224d9d
L
31212012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3122
3123 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
3124 is_ilp32_target to set nr_regs.
3125 * gdb.arch/i386-sse.exp: Likewise.
3126
5b7d0050
DE
31272012-10-11 Doug Evans <dje@google.com>
3128
7c09e5a0
DE
3129 PR breakpoints/14643.
3130 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
3131 * gdb.linespec/thread.c: New file.
3132 * gdb.linespec/thread.exp: New file.
3133
5b7d0050
DE
3134 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
3135 Recognize "message" -> print pass and fail. Add eof case.
3136 (runto): Recognize message, no-message. Print pass/fail if requested,
3137 with same treatment as gdb_breakpoint.
3138 (runto_main): Pass no-message to runto.
3139 (gdb_internal_error_resync): Add log message.
3140 (gdb_file_cmd): Tweak internal error fail text for consistency.
3141
2e24f4aa
JK
31422012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 Fix crash during stepping on ppc32.
3145 * gdb.base/step-symless.c: New file.
3146 * gdb.base/step-symless.exp: New file.
3147
aa14df25
DE
31482012-10-03 Doug Evans <dje@google.com>
3149
3150 PR symtab/14601
3151 * gdb.cp/using-crash.exp: New file.
3152 * gdb.cp/using-crash.cc: New file.
3153
975531db
DE
31542012-10-02 Doug Evans <dje@google.com>
3155
3156 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
3157 more consistent.
3158 (runto,gdb_debug_format): Ditto.
3159 (gdb_file_cmd): Watch for eof in nested gdb_expect.
3160 Clean up logging and error messages.
3161
b3dc46ff
AB
31622012-10-01 Andrew Burgess <aburgess@broadcom.com>
3163
3164 Test find command on unmapped memory.
3165 * gdb.base/find-unmapped.c: New file.
3166 * gdb.base/find-unmapped.exp: New file.
3167
45814d45
YQ
31682012-09-29 Yao Qi <yao@codesourcery.com>
3169
3170 * gdb.trace/mi-tracepoint-changed.exp: New.
3171 * gdb.mi/mi-breakpoint-changed.exp: New.
3172 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3173 * gdb.mi/pendshr2.c: New.
3174
4c2786ba
YQ
31752012-09-28 Yao Qi <yao@codesourcery.com>
3176
3177 * gdb.mi/pr11022.exp: New.
3178 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3179
7977e5d2
TT
31802012-09-27 Tom Tromey <tromey@redhat.com>
3181
3182 * gdb.cp/derivation.exp: Add regression test.
3183 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3184 V_derived): New.
3185 (vderived): New global.
3186
0971de02
TT
31872012-09-26 Tom Tromey <tromey@redhat.com>
3188
3189 * gdb.dwarf2/dw2-common-block.S: New file.
3190 * gdb.dwarf2/dw2-common-block.exp: New file.
3191
4357ac6c
TT
31922012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3193
3194 * gdb.fortran/common-block.exp: New file.
3195 * gdb.fortran/common-block.f90: New file.
3196
6f380991
AB
31972012-09-26 Andrew Burgess <aburgess@broadcom.com>
3198
3199 * gdb.base/duplicate-bp.c: New file.
3200 * gdb.base/duplicate-bp.exp: New file.
3201
8ae551cf
YQ
32022012-09-26 Yao Qi <yao@codesourcery.com>
3203
3204 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3205
3206 Revert:
3207 2012-09-21 Yao Qi <yao@codesourcery.com>
3208
3209 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3210
318102b9
SP
32112012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3212
3213 * gdb.base/longest-types.c: New test case.
3214 * gdb.base/longest-types.exp: New test case.
3215
a1e5fd69
YQ
32162012-09-25 Yao Qi <yao@codesourcery.com>
3217
3218 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3219
04e7407c
JK
32202012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3221
3222 Fix internal error on canonicalization of clang types.
3223 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3224 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3225 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3226
9bf4bce9
JK
32272012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3228
3229 Fix disassemble without parameters in tailcall frame.
3230 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3231
2603f7ee
AB
32322012-09-21 Andrew Burgess <aburgess@broadcom.com>
3233
3234 * gdb.dwarf2/dw2-op-out-param.S: New file.
3235 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3236
a3569abd
YQ
32372012-09-21 Yao Qi <yao@codesourcery.com>
3238
3239 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3240
a065d7af
YQ
32412012-09-21 Yao Qi <yao@codesourcery.com>
3242
3243 * gdb.mi/mi-cli.exp: Remove.
3244 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3245
15544bd9
YQ
32462012-09-21 Yao Qi <yao@codesourcery.com>
3247
3248 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3249 "=record-started" notification.
3250
82a90ccf
YQ
32512012-09-21 Yao Qi <yao@codesourcery.com>
3252
3253 * gdb.mi/mi-record-changed.exp: New.
3254 * gdb.mi/mi-reverse.exp: Adjust expected output.
3255
d7de8e3c
TT
32562012-09-20 Tom Tromey <tromey@redhat.com>
3257
3258 * gdb.python/python.exp: Test atexit.register.
3259
1aa99537
DE
32602012-09-20 Doug Evans <dje@google.com>
3261
05eade73
DE
3262 * boards/dwarf4-gdb-index.exp: New file.
3263
1aa99537
DE
3264 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3265 while running the tests.
3266
4ae24af0
JB
32672012-09-18 Joel Brobecker <brobecker@adacore.com>
3268
3269 * gdb.ada/bp_reset: New testcase.
3270
bb25a15c
YQ
32712012-09-18 Yao Qi <yao@codesourcery.com>
3272
3273 * gdb.trace/mi-tsv-changed.exp: New.
3274
201b4506
YQ
32752012-09-18 Yao Qi <yao@codesourcery.com>
3276
3277 * gdb.trace/mi-traceframe-changed.exp: New.
3278
6fc1c773
YQ
32792012-09-17 Yao Qi <yao@codesourcery.com>
3280
3281 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3282 when it is less than 0.
3283
1ab3b62c
JK
32842012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3285
3286 PR 14119
3287 * gdb.arch/amd64-tailcall-ret.S: New file.
3288 * gdb.arch/amd64-tailcall-ret.c: New file.
3289 * gdb.arch/amd64-tailcall-ret.exp: New file.
3290 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3291 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3292 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3293
acf9414f
JK
32942012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3295
3296 PR 14548
3297 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3298 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3299 * gdb.reverse/singlejmp-reverse.S: New file.
3300 * gdb.reverse/singlejmp-reverse.c: New file.
3301 * gdb.reverse/singlejmp-reverse.exp: New file.
3302
666b578b
JK
33032012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3304
3305 Fix compatibility with old GCC (~4.1).
3306 * gdb.cp/converts.cc (my_enum_var): New variable.
3307
42056501
AB
33082012-09-14 Andrew Burgess <aburgess@broadcom.com>
3309
3310 * gdb.xml/tdesc-regs.exp: Update expected output for new
3311 vector_size syntax of vector types.
3312
b9516fa1
YPK
33132012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3314
3315 Refactor Python "gdb" module into a proper Python package, by
3316 introducing a new "_gdb" module for code implemented in C, and
3317 using reload/__import__ instead of exec.
3318 * gdb.python/python.exp (Test stderr location): Update module
3319 location of GDB-specific sys.stderr.
3320 (Test stdout location): Ditto for sys.stdout.
3321
18dc9ad8
JK
33222012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
3325
ea3a9873
KS
33262012-09-12 Keith Seitz <keiths@redhat.com>
3327
3328 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
3329 conversion statement.
3330
5941debb
DE
33312012-09-12 Doug Evans <dje@google.com>
3332
3333 * gdb.base/help.exp: Remove testing of individual command help text,
3334 too much of a maintenance burden. Instead, test the functionality
3335 of "help" itself.
3336
cfc35e02
DE
33372012-09-11 Doug Evans <dje@google.com>
3338
3a0ed5d7
DE
3339 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
3340 breakpoint.
3341
cfc35e02
DE
3342 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
3343 * gdb.dwarf2/fission-reread.S: Ditto.
3344 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
3345 * gdb.dwarf2/fission-reread.exp: Ditto.
3346
350b1b26
AB
33472012-09-11 Andrew Burgess <aburgess@broadcom.com>
3348
3349 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
3350
2fa15f23
JB
33512012-09-10 Joel Brobecker <brobecker@adacore.com>
3352
3353 * gdb.ada/optim_drec: New testcase.
3354
09be558e
DE
33552012-09-10 Doug Evans <dje@google.com>
3356
3357 * boards/fission.exp: Explicitly mark "board" as not remote.
3358
5b4f6e25
KS
33592012-09-10 Keith Seitz <keiths@redhat.com>
3360
3361 PR gdb/13483
3362 * gdb.cp/converts.cc (A::A): Add ctor.
3363 (A::member_): Add member.
3364 (enum my_enum): New enumeration.
3365 (main): Add calls to foo1_7 with various
3366 permitted arguments.
3367 * gdb.cp/converts.exp: Add tests for boolean
3368 conversions permitted by the standard.
3369
b4ca5ed9
YPK
33702012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
3371
3372 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3373 avoid spurious results due to ~/.gdbinit.
3374 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3375 $INTERNAL_GDBFLAGS in run command.
3376 * gdb.gdb/observer.exp (setup_test): Ditto.
3377 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3378 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3379
d54b30bb
DE
33802012-09-06 Doug Evans <dje@google.com>
3381
14910956
DE
3382 * boards/fission.exp: New file.
3383
d54b30bb
DE
3384 * gdb.python/py-value.exp: Use clean_restart.
3385
91b253e1
DE
33862012-09-05 Doug Evans <dje@google.com>
3387
3388 * gdb.base/info-macros.c: Fix whitespace.
3389
1292279a
PA
33902012-08-28 Pedro Alves <palves@redhat.com>
3391
3392 PR gdb/14428
3393
3394 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3395
1c8cdcb1
JK
33962012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3397
3398 * gdb.base/break-caller-line.c: New file.
3399 * gdb.base/break-caller-line.exp: New file.
3400
1e8e8b51
JK
34012012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3402
3403 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3404 * gdb.arch/i386-cfi-notcurrent.S: New file.
3405 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3406
1591a1e8
PA
34072012-08-27 Wei-cheng Wang <cole945@gmail.com>
3408 Yao Qi <yao@codesourcery.com>
3409 Pedro Alves <palves@redhat.com>
3410
3411 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3412 New procedures.
3413 (top level): Add overlap checking tests.
3414
4442ada7
TT
34152012-08-24 Tom Tromey <tromey@redhat.com>
3416
3417 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3418 gdb_test_multiple fails for other reasons.
3419
e7d50cc9
YQ
34202012-08-24 Yao Qi <yao@codesourcery.com>
3421
3422 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3423
dfbd5e7b
PA
34242012-08-23 Pedro Alves <palves@redhat.com>
3425
3426 * gdb.base/help.exp: Adjust to "handle" help text change.
3427
8d735b87
YQ
34282012-08-23 Yao Qi <yao@codesourcery.com>
3429
3430 * gdb.trace/disconnected-tracing.c (start, end): New.
3431 (main): Call start and end.
3432 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3433 existing tests into this proc.
3434 (disconnected_tfind): New.
3435
61b1d759
YQ
34362012-08-23 Yao Qi <yao@codesourcery.com>
3437
3438 * boards/native-gdbserver.exp (${board}_upload): New.
3439 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3440 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3441 Execute tfile on remote target.
3442 Copy trace file from target to host.
3443
6ca1b147
JM
34442012-08-22 Joseph Myers <joseph@codesourcery.com>
3445
3446 * gdb.arch/thumb-bx-pc.S: New file.
3447 * gdb.arch/thumb-bx-pc.exp: New file.
3448
706e3705
TT
34492012-08-22 Tom Tromey <tromey@redhat.com>
3450
3451 * gdb.base/maint.exp: Update.
3452
b4893d48
TT
34532012-08-22 Tom Tromey <tromey@redhat.com>
3454
3455 * lib/gdb.exp (skip_unwinder_tests): New proc.
3456 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3457 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3458
45b7da81
TT
34592012-08-21 Tom Tromey <tromey@redhat.com>
3460
3461 * gdb.hp/gdb.aCC/exception.exp: Remove.
3462
f94363d7
AP
3463012-08-19 Andrew Pinski <apinski@cavium.com>
3464
3465 * gdb.arch/mips-octeon-bbit.c: New file.
3466 * gdb.arch/mips-octeon-bbit.exp: New Test.
3467
e5afdbd7
KS
3468012-08-19 Keith Seitz <keiths@redhat.com>
3469
3470 PR c++/14365
3471 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3472 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3473
c29e8b64
JK
34742012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3475
3476 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3477 verbose -log by more specific untested call.
3478
15a7e7bc
YQ
34792012-08-18 Yao Qi <yao@codesourcery.com>
3480
3481 * gdb.trace/tfind.exp: Move tests on various command help before
3482 checking target supports trace.
3483 Fix the expected output of 'help tfind end'.
3484
a451cb65
KS
34852012-08-17 Keith Seitz <keiths@redhat.com>
3486
3487 PR c++/13356
3488 * gdb.base/default.exp: Update all "check type" tests.
3489 * gdb.base/help.exp: Likewise.
3490 * gdb.base/setshow.exp: Likewise.
3491 * gdb.cp/converts.cc (foo1_type_check): New function.
3492 (foo2_type_check): New function.
3493 (foo3_type_check): New function.
3494 (main): Call new functions.
3495 * converts.exp: Add tests for integer-to-pointer conversions
3496 with/without strict type-checking.
3497
dbf6a605
MF
34982012-08-16 Mike Frysinger <vapier@gentoo.org>
3499
3500 * gdb.base/help.exp: Update expected output.
3501
0c92d8c1
JB
35022012-08-16 Joel Brobecker <brobecker@adacore.com>
3503
3504 * gdb.ada/rdv_wait: New testcase.
3505
e56f7f42
JK
35062012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3507
3508 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3509
f47f77df
DE
35102012-08-13 Doug Evans <dje@google.com>
3511
e202d6e8 3512 * gdb.base/help.exp: Update expected output.
f47f77df
DE
3513 * gdb.base/default.exp: Update expected output of "show convenience".
3514
a72c3253
DE
35152012-08-10 Doug Evans <dje@google.com>
3516
3517 * gdb.python/py-strfns.c: New file.
3518 * gdb.python/py-strfns.exp: New file.
3519 * gdb.python/py-type.exp (test_fields): Add vector tests.
3520
de0bea00
MF
35212012-08-10 Mike Frysinger <vapier@gentoo.org>
3522
3523 PR cli/10436:
3524 * gdb.base/completion.exp: Add tests for handle completion.
3525
5b9afe8a
YQ
35262012-08-09 Yao Qi <yao@codesourcery.com>
3527
3528 * gdb.mi/mi-cmd-param-changed.exp: New.
3529 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3530 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3531 * gdb.mi/mi2-prompt.exp: Likewise.
3532
4f485ebc
DE
35332012-08-08 Doug Evans <dje@google.com>
3534
3535 * gdb.base/debug-expr.c: New file.
3536 * gdb.base/debug-expr.exp: New file.
3537 * gdb.base/exprs.exp: Test {type} casts.
3538 * gdb.cp/debug-expr.exp: New file.
3539
5888842d
JK
35402012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3541
3542 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3543 global variable loop, not a 'break'. Add loop count limit to 100.
3544 Add new fail case for terminated vgdb.
3545
4f69f4c2
JK
35462012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3547 Jean-Marc Saffroy <saffroy@gmail.com>
3548
3549 PR 11804
3550 * gdb.base/gcore-relro.exp: New file.
3551 * gdb.base/gcore-relro-main.c: New file.
3552 * gdb.base/gcore-relro-lib.c: New file.
3553
e2de5390
JK
35542012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3555
3556 Do not false FAIL with old GCCs.
3557 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3558 GCC < 4.5 in $no_hw mode.
3559
606603c5
JK
35602012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3561
3562 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3563
777f26c2
JK
35642012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3565
3566 * gdb.base/list.exp (test_only_end): New function.
3567 Call it.
3568
2c12abee
TT
35692012-08-06 Tom Tromey <tromey@redhat.com>
3570
3571 * gdb.python/py-mi.exp: Add test for printer whose children
3572 are a list.
3573 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3574 (main): New variable children_as_list.
3575 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3576 New.
3577 (register_pretty_printers): Register new printer.
3578
0eae2cf4
EBM
35792012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3580
3581 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3582 symbols. Abort if vgdb remote connection is closed.
3583
09e0881d
DE
35842012-08-02 Doug Evans <dje@google.com>
3585
3586 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3587
b40f514f
SDJ
35882012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3589
3590 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3591 s390x, PowerPC 64 and m68k-linux.
3592
11315ae0
UW
35932012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3594
3595 * gdb.base/annota1.exp: Accept no frames-invalid notification
3596 when starting up the program.
3597 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3598 show a symbolic value as well.
3599 * gdb.server/server-exec-info.exp: Skip test when skipping
3600 gdbserver test and/or when skipping shared library tests.
3601 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3602 avoid name conflicts with other tests.
3603
0547eeed
UW
36042012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3605
3606 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3607 Fix wrong output on big-endian systems.
3608 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3609 4-byte pointer types on 64-bit s390x.
3610
bdddb4de
UW
36112012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3612
3613 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3614 marker comment at the beginning (after intialization).
3615 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3616 breakpoint on marker comment instead of function begin.
3617 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3618 PowerPC.
3619 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3620 or 64-bit PowerPC.
3621 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3622 gdb,no_hardware_watchpoints flag is set.
3623 (initialize): Remove now redundant can-use-hw-watchpoints change.
3624
5d206025
YQ
36252012-08-02 Yao Qi <yao@codesourcery.com>
3626 Pedro Alves <palves@redhat.com>
3627
3628 * boards/local-remote-host.exp: New.
3629
4f665099
UW
36302012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3631
3632 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3633 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3634 * gdb.base/print-file-var.exp: Likewise.
3635 * gdb.server/solib-list.exp: Skip on remote targets.
3636
b62e2b27
UW
36372012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3638
3639 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3640 watchpoints on ARM. When expecting software watchpoints, tolerate
3641 (remote) targets that report unsupported hardware watchpoint only
3642 at continue time.
3643 (test_wide_location_2): Likewise.
3644
a967a851
JK
36452012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3646
3647 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3648 valgrind versions.
3649
75d9f9ff 36502012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
3651
3652 * gdb.base/valgrind-infcall.c: New file.
3653 * gdb.base/valgrind-infcall.exp: New file.
3654
75d9f9ff
JK
3655 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3656
1c9f2ed2
KS
36572012-07-30 Keith Seitz <keiths@redhat.com>
3658
3659 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3660 linespecs.
3661
7f9b2034
DE
36622012-07-30 Doug Evans <dje@google.com>
3663
85220e01
DE
3664 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3665 * gdb.dwarf2/pr13961.S: Ditto.
3666
7f9b2034
DE
3667 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3668
4e969b4f
AB
36692012-07-30 Andrew Burgess <aburgess@broadcom.com>
3670
3671 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3672 change its format immediately after reloading the binary.
3673
e7de8362
JK
36742012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3675
3676 Fix testsuite regression after --use-deprecated-index-sections removal.
3677 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3678 string.
3679 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3680
7255706c
YQ
36812012-07-27 Yao Qi <yao@codesourcery.com>
3682
3683 KFAIL for PR remote/14161.
3684 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3685 Cleanup socket files.
3686 (strace_info_marker): Detach inferior.
3687
f2e8016f
TT
36882012-07-26 Tom Tromey <tromey@redhat.com>
3689
6fdff2c5 3690 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 3691
f66713d2
JK
36922012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3693
3694 * gdb.python/py-inferior.c (thread): New function.
3695 (check_threads): New function.
3696 (test_threads): New function.
3697 * gdb.python/py-inferior.exp: Added test.
3698 Replaced runto with continue to breakpoint.
3699
8223e12c
TT
37002012-07-26 Tom Tromey <tromey@redhat.com>
3701
3702 * lib/ada.exp (standard_ada_testfile): New proc.
3703 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3704 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3705 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3706 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3707 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3708 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3709 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3710 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3711 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3712 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3713 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3714 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3715 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3716 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3717 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3718 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3719 * gdb.ada/complete.exp: Use standard_ada_testfile.
3720 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3721 standard_output_file.
3722 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3723 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3724 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3725 standard_output_file.
3726 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3727 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3728 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3729 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3730 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3731 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3732 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3733 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3734 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3735 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3736 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3737 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
3738 * gdb.ada/interface.exp: Use standard_ada_testfile.
3739 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
3740 standard_output_file
3741 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
3742 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
3743 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
3744 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
3745 * gdb.ada/nested.exp: Use standard_ada_testfile.
3746 * gdb.ada/null_array.exp: Use standard_ada_testfile.
3747 * gdb.ada/null_record.exp: Use standard_ada_testfile.
3748 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
3749 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
3750 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
3751 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
3752 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
3753 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
3754 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
3755 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
3756 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
3757 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
3758 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
3759 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
3760 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
3761 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
3762 * gdb.ada/start.exp: Use standard_ada_testfile.
3763 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
3764 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
3765 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
3766 * gdb.ada/tagged.exp: Use standard_ada_testfile.
3767 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
3768 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
3769 * gdb.ada/tasks.exp: Use standard_ada_testfile.
3770 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
3771 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
3772 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
3773 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
3774 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
3775 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
3776 * gdb.ada/widewide.exp: Use standard_ada_testfile.
3777
bbec57e4
JK
37782012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3779
3780 Fix testsuite regression after --use-deprecated-index-sections removal.
3781 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
3782
9cc8e32c
JK
37832012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3784
3785 Fix compatibility with Tcl before 7.5.
3786 * lib/future.exp (lreverse): New function if it does not exist.
3787
ea5ca7b5
MK
37882012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
3789
3790 * gdb.mi/mi-pending.c: New method to set a second pending
3791 breakpoint.
3792 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
3793 condition.
3794
64776a0b
PA
37952012-07-20 Pedro Alves <palves@redhat.com>
3796
3797 PR threads/11692
3798 PR gdb/12203
3799
3800 * gdb.threads/create-fail.c: New file.
3801 * gdb.threads/create-fail.exp: New file.
3802
13e4e967
PA
38032012-07-19 Pedro Alves <palves@redhat.com>
3804
3805 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
3806 * config/vx.exp (gdb_start): Likewise.
3807 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
3808 * gdb.base/setvar.exp (test_set): Likewise.
3809 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
3810 * gdb.reverse/sigall-precsave.exp: Likewise.
3811 * gdb.reverse/sigall-reverse.exp: Likewise.
3812
b7aefa4d
PA
38132012-07-19 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
3816 handler before recording.
3817
608b4967
TT
38182012-07-19 Tom Tromey <tromey@redhat.com>
3819
3820 * gdb.cp/casts.exp: Add tests for typeof and decltype.
3821 * gdb.cp/casts.cc (decltype): New function.
3822 (main): Use it.
3823
b1e0c0fa
PA
38242012-07-19 Pedro Alves <palves@redhat.com>
3825
3826 * gdb.base/sigall.exp (signals): New list.
3827 <top level>: Loop over signals in the $signals list instead of
3828 calling a test function once per signal.
3829 * gdb.reverse/sigall-precsave.exp (signals): New list.
3830 <top level>: Loop over signals in the $signals list instead of
3831 calling a test function once per signal.
3832 * gdb.reverse/sigall-reverse.exp (signals): New list.
3833 <top level>: Loop over signals in the $signals list instead of
3834 calling a test function once per signal.
3835
6ace3df1
YQ
38362012-07-19 Yao Qi <yao@codesourcery.com>
3837
3838 * gdb.base/setshow.exp: Test 'set args ~'.
3839
263a0f8c
JK
38402012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3841
3842 * gdb.base/store.exp (check_set): Import gdb_prompt.
3843 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
3844 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
3845
8f043999
JK
38462012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 PR 11914
3849 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
3850 (main): Call eval_sub.
3851 * gdb.python/py-prettyprint.exp:
3852 (python execfile ('py-prettyprint.py')): Move it earlier.
3853 New breakpoint for eval-break.
3854 (continue to breakpoint: eval-break, info locals): New test.
3855 (python execfile ('py-prettyprint.py')): Move it from here.
3856 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
3857 (register_pretty_printers): Register pp_eval_type.
3858
725c7b66
JK
38592012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3860
3861 Fix a testcase regression by me.
3862 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
3863 DW_FORM_data4.
3864
4359dff1
JK
38652012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3866 Doug Evans <dje@google.com>
3867
3868 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
3869 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
3870
61e44cfa
JK
38712012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3872
3873 Fix gdbserver run regression.
3874 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
3875
93c0ef37
TT
38762012-07-12 Tom Tromey <tromey@redhat.com>
3877
3878 * lib/gdb.exp (standard_testfile): Don't declare objdir.
3879 (clean_restart): Likewise.
3880 (core_find): Use standard_output_file.
3881
76027ef5
TT
38822012-07-12 Tom Tromey <tromey@redhat.com>
3883
3884 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
3885 * gdb.dwarf2/dw2-anonymous-func.exp: Use
3886 prepare_for_testing_full.
3887 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
3888 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
3889 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
3890 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
3891 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
3892 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
3893 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
3894 prepare_for_testing_full.
3895 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
3896 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
3897 prepare_for_testing_full.
3898 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
3899 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
3900 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
3901
85b4440a
TT
39022012-07-12 Tom Tromey <tromey@redhat.com>
3903
3904 * lib/gdb.exp (build_executable_from_specs): New proc, from
3905 build_executable.
3906 (build_executable): Use it.
3907 (prepare_for_testing_full): New proc.
3908
55baab26
TT
39092012-07-11 Tom Tromey <tromey@redhat.com>
3910
3911 * gdb.reverse/break-precsave.exp: Use standard_output_file.
3912 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
3913 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
3914 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
3915 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
3916 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
3917 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
3918 * gdb.reverse/step-precsave.exp: Use standard_output_file.
3919 * gdb.reverse/until-precsave.exp: Use standard_output_file.
3920 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
3921
298a9cf0
TT
39222012-07-10 Tom Tromey <tromey@redhat.com>
3923
3924 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
3925 standard_output_file.
3926 * gdb.mi/gdb2549.exp: Use standard_testfile.
3927 * gdb.mi/gdb669.exp: Use standard_testfile.
3928 * gdb.mi/gdb701.exp: Use standard_testfile.
3929 * gdb.mi/gdb792.exp: Use standard_testfile.
3930 * gdb.mi/mi-async.exp: Use standard_testfile.
3931 * gdb.mi/mi-basics.exp: Use standard_testfile.
3932 * gdb.mi/mi-break.exp: Use standard_testfile.
3933 * gdb.mi/mi-cli.exp: Use standard_testfile.
3934 * gdb.mi/mi-console.exp: Use standard_testfile.
3935 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
3936 * gdb.mi/mi-eval.exp: Use standard_testfile.
3937 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
3938 * gdb.mi/mi-file.exp: Use standard_testfile.
3939 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
3940 * gdb.mi/mi-logging.exp: Use standard_testfile.
3941 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
3942 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
3943 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
3944 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
3945 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
3946 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
3947 * gdb.mi/mi-pending.exp: Use standard_testfile,
3948 standard_output_file.
3949 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
3950 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
3951 * gdb.mi/mi-regs.exp: Use standard_testfile.
3952 * gdb.mi/mi-return.exp: Use standard_testfile.
3953 * gdb.mi/mi-reverse.exp: Use standard_testfile.
3954 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
3955 * gdb.mi/mi-solib.exp: Use standard_testfile,
3956 standard_output_file.
3957 * gdb.mi/mi-stack.exp: Use standard_testfile.
3958 * gdb.mi/mi-stepi.exp: Use standard_testfile.
3959 * gdb.mi/mi-stepn.exp: Use standard_testfile.
3960 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
3961 * gdb.mi/mi-until.exp: Use standard_testfile.
3962 * gdb.mi/mi-var-block.exp: Use standard_testfile.
3963 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
3964 * gdb.mi/mi-var-child.exp: Use standard_testfile.
3965 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
3966 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
3967 * gdb.mi/mi-var-display.exp: Use standard_testfile.
3968 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
3969 standard_output_file.
3970 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
3971 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
3972 * gdb.mi/mi-watch.exp: Use standard_testfile.
3973 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
3974 * gdb.mi/mi2-basics.exp: Use standard_testfile.
3975 * gdb.mi/mi2-break.exp: Use standard_testfile.
3976 * gdb.mi/mi2-cli.exp: Use standard_testfile.
3977 * gdb.mi/mi2-console.exp: Use standard_testfile.
3978 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
3979 * gdb.mi/mi2-eval.exp: Use standard_testfile.
3980 * gdb.mi/mi2-file.exp: Use standard_testfile.
3981 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
3982 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
3983 * gdb.mi/mi2-regs.exp: Use standard_testfile.
3984 * gdb.mi/mi2-return.exp: Use standard_testfile.
3985 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
3986 * gdb.mi/mi2-stack.exp: Use standard_testfile.
3987 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
3988 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
3989 * gdb.mi/mi2-until.exp: Use standard_testfile.
3990 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
3991 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
3992 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
3993 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
3994 * gdb.mi/mi2-watch.exp: Use standard_testfile.
3995
f5f3a911
TT
39962012-07-10 Tom Tromey <tromey@redhat.com>
3997
3998 * gdb.cp/abstract-origin.exp: Use standard_testfile.
3999 * gdb.cp/ambiguous.exp: Use standard_testfile,
4000 prepare_for_testing.
4001 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4002 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4003 * gdb.cp/anon-ns.exp: Use standard_testfile.
4004 * gdb.cp/anon-struct.exp: Use standard_testfile.
4005 * gdb.cp/anon-union.exp: Use standard_testfile,
4006 prepare_for_testing.
4007 * gdb.cp/arg-reference.exp: Use standard_testfile,
4008 prepare_for_testing.
4009 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4010 * gdb.cp/breakpoint.exp: Use standard_testfile,
4011 prepare_for_testing.
4012 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4013 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4014 standard_output_file.
4015 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4016 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4017 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4018 (test_static_members): Update.
4019 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
4020 * gdb.cp/converts.exp: Use standard_testfile.
4021 * gdb.cp/cp-relocate.exp: Use standard_testfile.
4022 * gdb.cp/cpcompletion.exp: Use standard_testfile,
4023 prepare_for_testing.
4024 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
4025 * gdb.cp/cplabel.exp: Use standard_testfile.
4026 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
4027 prepare_for_testing.
4028 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
4029 * gdb.cp/derivation.exp: Use standard_testfile,
4030 prepare_for_testing.
4031 * gdb.cp/destrprint.exp: Use standard_testfile.
4032 * gdb.cp/dispcxx.exp: Use standard_testfile.
4033 * gdb.cp/exception.exp: Use standard_testfile,
4034 prepare_for_testing.
4035 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
4036 * gdb.cp/extern-c.exp: Use standard_testfile,
4037 prepare_for_testing.
4038 * gdb.cp/formatted-ref.exp: Use standard_testfile,
4039 prepare_for_testing.
4040 * gdb.cp/fpointer.exp: Use standard_testfile.
4041 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
4042 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
4043 standard_output_file.
4044 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
4045 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
4046 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
4047 standard_output_file.
4048 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
4049 (do_tests): Update.
4050 * gdb.cp/koenig.exp: Use standard_testfile.
4051 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
4052 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
4053 * gdb.cp/m-static.exp: Use standard_testfile,
4054 prepare_for_testing.
4055 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
4056 * gdb.cp/mb-inline.exp: Use standard_testfile,
4057 prepare_for_testing.
4058 * gdb.cp/mb-templates.exp: Use standard_testfile,
4059 prepare_for_testing.
4060 * gdb.cp/member-ptr.exp: Use standard_testfile,
4061 prepare_for_testing.
4062 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
4063 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
4064 * gdb.cp/method2.exp: Use standard_testfile.
4065 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
4066 standard_output_file.
4067 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
4068 (do_tests): Update.
4069 * gdb.cp/namespace-enum.exp: Use standard_testfile,
4070 prepare_for_testing.
4071 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
4072 prepare_for_testing.
4073 * gdb.cp/namespace.exp: Use standard_testfile,
4074 prepare_for_testing.
4075 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
4076 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
4077 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
4078 * gdb.cp/nsimport.exp: Use standard_testfile,
4079 prepare_for_testing.
4080 * gdb.cp/nsnested.exp: Use standard_testfile.
4081 * gdb.cp/nsnoimports.exp: Use standard_testfile.
4082 * gdb.cp/nsrecurs.exp: Use standard_testfile,
4083 prepare_for_testing.
4084 * gdb.cp/nsstress.exp: Use standard_testfile,
4085 prepare_for_testing.
4086 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
4087 * gdb.cp/operator.exp: Use standard_testfile.
4088 * gdb.cp/oranking.exp: Use standard_testfile.
4089 * gdb.cp/overload-const.exp: Use standard_testfile.
4090 * gdb.cp/overload.exp: Use standard_testfile,
4091 prepare_for_testing.
4092 * gdb.cp/ovldbreak.exp: Use standard_testfile.
4093 * gdb.cp/ovsrch.exp: Use standard_testfile.
4094 * gdb.cp/paren-type.exp: Use standard_testfile.
4095 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
4096 prepare_for_testing.
4097 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
4098 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
4099 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
4100 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
4101 * gdb.cp/pr10728.exp: Use standard_testfile,
4102 standard_output_file.
4103 * gdb.cp/pr12028.exp: Use standard_testfile.
4104 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
4105 * gdb.cp/pr9167.exp: Use standard_testfile.
4106 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
4107 * gdb.cp/printmethod.exp: Use standard_testfile,
4108 prepare_for_testing.
4109 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
4110 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
4111 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
4112 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
4113 standard_output_file.
4114 * gdb.cp/readnow-language.exp: Use standard_testfile.
4115 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
4116 (gdb_start_again): Use clean_restart.
4117 * gdb.cp/ref-types.exp: Use standard_testfile,
4118 prepare_for_testing.
4119 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
4120 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
4121 * gdb.cp/smartp.exp: Use standard_testfile.
4122 * gdb.cp/static-method.exp: Use standard_testfile.
4123 * gdb.cp/static-print-quit.exp: Use standard_testfile.
4124 * gdb.cp/temargs.exp: Use standard_testfile.
4125 * gdb.cp/templates.exp: Use standard_testfile,
4126 prepare_for_testing.
4127 (do_tests): Update.
4128 * gdb.cp/try_catch.exp: Use standard_testfile,
4129 prepare_for_testing.
4130 * gdb.cp/typedef-operator.exp: Use standard_testfile.
4131 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
4132 * gdb.cp/virtbase.exp: Use standard_testfile,
4133 prepare_for_testing.
4134 * gdb.cp/virtfunc.exp: Use standard_testfile,
4135 prepare_for_testing.
4136 (do_tests): Update.
4137 * gdb.cp/virtfunc2.exp: Use standard_testfile,
4138 prepare_for_testing.
4139
686f09d0
TT
41402012-07-10 Tom Tromey <tromey@redhat.com>
4141
4142 * lib/gdb.exp (standard_testfile): Unset output variables from
4143 earlier invocations.
4144
9357e021
YQ
41452012-07-10 Yao Qi <yao@codesourcery.com>
4146
4147 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
4148 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
4149 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
4150 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
4151 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
4152 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
4153 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
4154 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
4155 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
4156 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
4157 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
4158 * gdb.mi/mi-var-display.exp: Likewise.
4159 * gdb.mi/mi-var-invalidate.exp: Likewise.
4160 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
4161 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
4162 * gdb.mi/mi2-console.exp: Likewise.
4163 * gdb.mi/mi2-disassemble.exp: Likewise.
4164 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4165 * gdb.mi/mi2-read-memory.exp: Likewise.
4166 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4167 * gdb.mi/mi2-simplerun.exp: Likewise.
4168 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4169 * gdb.mi/mi2-syn-frame.exp: Likewise.
4170 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4171 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4172 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4173
e314d629
TT
41742012-07-09 Tom Tromey <tromey@redhat.com>
4175
4176 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4177 * gdb.base/callfuncs.exp: Add cast-based test.
4178 * gdb.base/callfuncs.c (voidfunc): New function.
4179
06928b3f
DE
41802012-07-08 Doug Evans <dje@google.com>
4181
4182 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4183
32f11bad
JK
41842012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4185
4186 Fix XFAIL compatibility with old i386 systems.
4187 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4188 Check also 'Cannot insert breakpoint 0'.
4189
76b83c51
JK
41902012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4191
4192 PR 14321
4193 * gdb.base/find.exp
4194 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4195
a6fb9c08
TT
41962012-07-06 Tom Tromey <tromey@redhat.com>
4197
4198 * gdb.base/whatis.exp: Add test.
4199
71918a86
TT
42002012-07-06 Tom Tromey <tromey@redhat.com>
4201
4202 * gdb.base/whatis.exp: Add regression test.
4203
fcde5961
TT
42042012-07-06 Tom Tromey <tromey@redhat.com>
4205
4206 * gdb.base/whatis.exp: Add tests.
4207
f9cf0f4a
JK
42082012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4209
4210 PR 12649
4211 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4212 gdb_test_multiple $gdb_prompt terminator.
4213
979ade8b
PA
42142012-07-04 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4217 supports_process_record.
4218
8a980b44
PA
42192012-07-04 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4222 endings.
4223 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4224
855ba978
SS
42252012-07-03 Stan Shebs <stan@codesourcery.com>
4226
4227 * gdb.base/info-os.c (main): Retry resource acquisition until an
4228 available one is found.
4229 * gdb.base/info-os.exp: Collect resource keys from the program
4230 and use them in matching.
4231
fcb44371
JK
42322012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4233
4234 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4235 Wrap the test into loop for corefile and core0file.
4236
08a67be6
JK
42372012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4240 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4241 .note.GNU-stack.
4242
0f3c2347
JK
4243 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4244
ff4a4500
SDJ
42452012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4246
4247 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4248 break): Include help message for the new `-probe' and `-probe-stap'
4249 options.
4250
d3ce09f5
SS
42512012-07-02 Stan Shebs <stan@codesourcery.com>
4252
4253 * gdb.base/dprintf.exp: Add agent style tests.
4254
a1624241
JK
42552012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4256
4257 * gdb.base/stale-infcall.c (infcall): New label test-next.
4258 (main): New labels test-pass and test-fail.
4259 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4260 $test_fail_bpnum to test-fail.
4261 (test system longjmp tracking support): New test.
4262 Delete $test_fail_bpnum.
4263 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4264 breakpoint.
4265
42e7ad6c
DE
42662012-06-30 Doug Evans <dje@google.com>
4267
4268 * gdb.dwarf2/fission-reread.S: New file.
4269 * gdb.dwarf2/fission-reread.exp: New file.
4270
37ce89eb
SS
42712012-06-28 Stan Shebs <stan@codesourcery.com>
4272
4273 * gdb.mi/mi-logging.exp: New file.
4274
e5ef252a
PA
42752012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4276 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.threads/siginfo-threads.exp: New file.
4279 * gdb.threads/siginfo-threads.c: New file.
4280 * gdb.threads/sigstep-threads.exp: New file.
4281 * gdb.threads/sigstep-threads.c: New file.
4282
22f1fbae
TT
42832012-06-28 Tom Tromey <tromey@redhat.com>
4284
4285 * gdb.go/package.exp: Partially revert earlier patch; use
4286 gdb_compile again. Use standard_output_file.
4287
2e3cf129
DE
42882012-06-27 Doug Evans <dje@google.com>
4289
4290 * gdb.dwarf2/fission-base.c: New file.
4291 * gdb.dwarf2/fission-base.S: New file.
4292 * gdb.dwarf2/fission-base.exp: New file.
4293
785fd303
JK
42942012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4297
1bb9788d
TT
42982012-06-27 Tom Tromey <tromey@redhat.com>
4299
4300 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4301 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4302
c83ee902
TT
43032012-06-27 Tom Tromey <tromey@redhat.com>
4304
4305 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4306 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4307 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4308 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4309 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4310 prepare_for_testing.
4311 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4312 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4313 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4314 standard_testfile.
4315 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4316 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
4317 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
4318 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
4319 prepare_for_testing.
4320 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
4321 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
4322 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
4323 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
4324 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
4325 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
4326 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
4327 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
4328 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
4329 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
4330 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
4331 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
4332 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
4333 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
4334 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
4335 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
4336 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
4337 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
4338 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
4339 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
4340 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
4341 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
4342 standard_output_file.
4343 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
4344 standard_output_file.
4345 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
4346 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
4347 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
4348 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
4349 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
4350 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
4351 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
4352 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
4353 * gdb.dwarf2/implptr.exp: Use standard_testfile.
4354 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
4355 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
4356 * gdb.dwarf2/pieces.exp: Use standard_testfile.
4357 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
4358 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
4359 * gdb.dwarf2/valop.exp: Use standard_testfile,
4360 prepare_for_testing.
4361
5204774b
TT
43622012-06-27 Tom Tromey <tromey@redhat.com>
4363
4364 * gdb.python/python.exp: Fix regexps in pagination tests.
4365
ee0bf529
SCR
43662012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4367
4368 * gdb.python/py-symtab.exp: Add tests to test the new attribute
4369 'last' of gdb.Symtab_and_line.
4370 * gdb.python/py-symbol.c: Move break point comment to enable
4371 testing of gdb.Symtab_and_line.last.
4372
14fcc022
TT
43732012-06-26 Tom Tromey <tromey@redhat.com>
4374
4375 * gdb.threads/step.c: Remove.
4376 * gdb.threads/step.exp: Remove.
4377 * gdb.threads/step2.exp: Remove.
4378
0efbbabc
TT
43792012-06-26 Tom Tromey <tromey@redhat.com>
4380
4381 * gdb.threads/watchpoint-fork.exp (test): Use
4382 standard_output_file. Don't declare objdir.
4383 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4384 standard_output_file.
4385 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4386 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4387 clean_restart. Remove incdir.
4388 * gdb.threads/corethreads.exp: Use standard_testfile.
4389 * gdb.threads/execl.exp: Use standard_testfile,
4390 standard_output_file, clean_restart.
4391 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4392 clean_restart.
4393 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4394 clean_restart.
4395 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4396 incdir.
4397 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4398 clean_restart. Remove incdir.
4399 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4400 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4401 clean_restart. Remove incdir.
4402 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4403 Remove incdir.
4404 * gdb.threads/leader-exit.exp: Use standard_testfile.
4405 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4406 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4407 clean_restart.
4408 * gdb.threads/manythreads.exp: Use standard_testfile,
4409 clean_restart. Remove incdir.
4410 * gdb.threads/multi-create.exp: Use standard_testfile,
4411 clean_restart.
4412 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4413 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4414 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4415 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4416 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4417 * gdb.threads/pending-step.exp: Use standard_testfile,
4418 clean_restart. Remove incdir.
4419 * gdb.threads/print-threads.exp: Use standard_testfile,
4420 clean_restart. Remove incdir.
4421 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4422 clean_restart. Remove incdir.
4423 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4424 Remove incdir.
4425 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4426 incdir.
4427 * gdb.threads/sigthread.exp: Use standard_testfile,
4428 clean_restart.
4429 * gdb.threads/staticthreads.exp: Use standard_testfile,
4430 clean_restart. Remove incdir.
4431 * gdb.threads/switch-threads.exp: Use standard_testfile,
4432 clean_restart. Remove incdir.
4433 * gdb.threads/thread-execl.exp: Use standard_testfile,
4434 clean_restart. Remove incdir.
4435 * gdb.threads/thread-find.exp: Use standard_testfile,
4436 clean_restart.
4437 * gdb.threads/thread-specific.exp: Use standard_testfile,
4438 clean_restart. Remove incdir.
4439 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4440 clean_restart. Remove incdir.
4441 * gdb.threads/thread_check.exp: Use standard_testfile,
4442 clean_restart. Remove incdir.
4443 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4444 incdir.
4445 * gdb.threads/threadapply.exp: Use standard_testfile,
4446 clean_restart. Remove incdir.
4447 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4448 clean_restart. Remove incdir.
4449 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4450 clean_restart.
4451 * gdb.threads/tls-shared.exp: Use standard_testfile,
4452 clean_restart, standard_output_file.
4453 * gdb.threads/tls-var.exp: Use standard_testfile,
4454 standard_output_file.
4455 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4456 Remove incdir.
4457 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4458 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4459 incdir.
4460 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4461 clean_restart. Remove incdir.
4462
497a5eb0
TT
44632012-06-26 Tom Tromey <tromey@redhat.com>
4464
4465 * gdb.trace/actions.exp: Use standard_testfile.
4466 * gdb.trace/ax.exp: Use standard_testfile.
4467 * gdb.trace/backtrace.exp: Use standard_testfile.
4468 * gdb.trace/change-loc.exp: Use standard_testfile.
4469 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4470 * gdb.trace/collection.exp: Use standard_testfile,
4471 prepare_for_testing.
4472 * gdb.trace/deltrace.exp: Use standard_testfile.
4473 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4474 * gdb.trace/ftrace.exp: Use standard_testfile.
4475 * gdb.trace/infotrace.exp: Use standard_testfile.
4476 * gdb.trace/packetlen.exp: Use standard_testfile.
4477 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4478 * gdb.trace/passcount.exp: Use standard_testfile.
4479 * gdb.trace/pending.exp: Use standard_testfile.
4480 * gdb.trace/report.exp: Use standard_testfile.
4481 * gdb.trace/save-trace.exp: Use standard_testfile.
4482 * gdb.trace/stap-trace.exp: Use standard_testfile.
4483 * gdb.trace/status-stop.exp: Use standard_testfile.
4484 * gdb.trace/strace.exp: Use standard_testfile.
4485 * gdb.trace/tfile.exp: Use standard_testfile.
4486 * gdb.trace/tfind.exp: Use standard_testfile.
4487 * gdb.trace/trace-break.exp: Use standard_testfile.
4488 * gdb.trace/trace-mt.exp: Use standard_testfile.
4489 * gdb.trace/tracecmd.exp: Use standard_testfile.
4490 * gdb.trace/tspeed.exp: Use standard_testfile.
4491 * gdb.trace/tstatus.exp: Use standard_testfile.
4492 * gdb.trace/tsv.exp: Use standard_testfile.
4493 * gdb.trace/unavailable.exp: Use standard_testfile,
4494 prepare_for_testing.
4495 * gdb.trace/while-dyn.exp: Use standard_testfile.
4496 * gdb.trace/while-stepping.exp: Use standard_testfile.
4497
7686c074
TT
44982012-06-26 Tom Tromey <tromey@redhat.com>
4499
4500 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4501 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4502 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4503 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4504 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4505 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4506 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4507 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4508 prepare_for_testing.
4509 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4510 prepare_for_testing.
4511 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4512 prepare_for_testing.
4513 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4514 prepare_for_testing.
4515 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4516 prepare_for_testing
4517 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4518 * gdb.reverse/machinestate.exp: Use standard_testfile.
4519 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4520 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4521 build_executable.
4522 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4523 build_executable.
4524 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4525 standard_output_file.
4526 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4527 standard_output_file.
4528 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4529 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4530 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4531 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4532 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4533 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4534
481fc100
TT
45352012-06-26 Tom Tromey <tromey@redhat.com>
4536
4537 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4538 standard_output_file.
4539 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4540 prepare_for_testing. Remove directory-checking code.
4541
7bb18ae2
TT
45422012-06-25 Tom Tromey <tromey@redhat.com>
4543
4544 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4545 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4546 build_executable, not prepare_for_testing.
4547 * gdb.multi/base.exp: Use standard_output_file. Use
4548 build_executable, not prepare_for_testing.
4549
cf09b3e4
TT
45502012-06-25 Tom Tromey <tromey@redhat.com>
4551
4552 * gdb.fortran/subarray.exp: Use standard_testfile,
4553 prepare_for_testing.
4554 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4555 * gdb.fortran/module.exp: Use standard_testfile.
4556 * gdb.fortran/logical.exp: Use standard_testfile.
4557 * gdb.fortran/library-module.exp: Use standard_testfile,
4558 standard_output_file.
4559 * gdb.fortran/derived-type.exp: Use standard_testfile,
4560 prepare_for_testing.
4561 * gdb.fortran/complex.exp: Use standard_testfile,
4562 prepare_for_testing.
4563 * gdb.fortran/charset.exp: Use standard_testfile.
4564 * gdb.fortran/array-element.exp: Use standard_testfile,
4565 prepare_for_testing.
4566
18b5ff1b
KS
45672012-06-25 Keith Seitz <keiths@redhat.com>
4568
4569 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4570 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4571
17b77626
TT
45722012-06-25 Tom Tromey <tromey@redhat.com>
4573
4574 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4575 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4576 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4577 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4578
f91e3dc1
TT
45792012-06-25 Tom Tromey <tromey@redhat.com>
4580
4581 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4582 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4583 * gdb.linespec/linespec.exp: Use standard_testfile.
4584
a884434d
TT
45852012-06-25 Tom Tromey <tromey@redhat.com>
4586
4587 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4588 prepare_for_testing.
4589
efc9d70a
TT
45902012-06-25 Tom Tromey <tromey@redhat.com>
4591
4592 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4593 prepare_for_testing.
4594 * gdb.opt/inline-break.exp: Use standard_testfile,
4595 prepare_for_testing.
4596 * gdb.opt/inline-bt.exp: Use standard_testfile,
4597 prepare_for_testing.
4598 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4599 prepare_for_testing.
4600 * gdb.opt/inline-locals.exp: Use standard_testfile,
4601 prepare_for_testing.
4602
e2fc92c6
TT
46032012-06-25 Tom Tromey <tromey@redhat.com>
4604
4605 * gdb.asm/asm-source.exp: Use standard_output_file,
4606 standard_testfile. Construct .o files in proper subdir.
4607
b0963d73
TT
46082012-06-25 Tom Tromey <tromey@redhat.com>
4609
4610 * gdb.server/ext-attach.exp: Use standard_testfile,
4611 prepare_for_testing.
4612 * gdb.server/ext-run.exp: Use standard_testfile,
4613 build_executable.
4614 * gdb.server/file-transfer.exp: Use standard_testfile,
4615 prepare_for_testing.
4616 * gdb.server/server-exec-info.exp: Use standard_testfile.
4617 * gdb.server/server-mon.exp: Use standard_testfile,
4618 prepare_for_testing.
4619 * gdb.server/server-run.exp: Use standard_testfile,
4620 build_executable.
4621 * gdb.server/solib-list.exp: Use standard_testfile,
4622 standard_output_file.
4623
8a3e1f8d
TT
46242012-06-25 Tom Tromey <tromey@redhat.com>
4625
4626 * lib/gdb.exp (standard_output_file): Use "file join".
4627 * gdb.go/chan.exp: Use standard_testfile.
4628 * gdb.go/handcall.exp: Use standard_testfile.
4629 * gdb.go/hello.exp: Use standard_testfile.
4630 * gdb.integers/chan.exp: Use standard_testfile.
4631 * gdb.go/methods.exp: Use standard_testfile.
4632 * gdb.go/package.exp: Use standard_testfile.
4633 * gdb.go/strings.exp: Use standard_testfile.
4634 * gdb.go/types.exp: Use standard_testfile.
4635 * gdb.go/unsafe.exp: Use standard_testfile.
4636
944a9061
MGD
46372012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4638
4639 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4640
1c06bd58
JK
46412012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 Fix regression by the previous commit.
4644 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4645
b4a58790
TT
46462012-06-22 Tom Tromey <tromey@redhat.com>
4647
4648 * gdb.python/lib-types.exp: Use standard_testfile,
4649 prepare_for_testing.
4650 * gdb.python/py-block.exp: Use standard_testfile.
4651 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4652 * gdb.python/py-events.exp: Use standard_testfile,
4653 standard_output_file.
4654 * gdb.python/py-evsignal.exp: Use standard_testfile.
4655 * gdb.python/py-evethreads.exp: Use standard_testfile.
4656 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4657 * gdb.python/py-explore.exp: Use standard_testfile.
4658 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4659 standard_output_file.
4660 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4661 prepare_for_testing.
4662 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4663 * gdb.python/py-frame.exp: Use standard_testfile.
4664 * gdb.python/py-inferior.exp: Use standard_testfile.
4665 * gdb.python/py-infthread.exp: Use standard_testfile.
4666 * gdb.python/py-mi.exp: Use standard_testfile.
4667 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4668 build_executable.
4669 * gdb.python/py-objfile.exp: Use standard_testfile.
4670 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4671 prepare_for_testing.
4672 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4673 * gdb.python/py-progspace.exp: Use standard_testfile,
4674 build_executable.
4675 * gdb.python/py-prompt.exp: Use standard_testfile,
4676 build_executable.
4677 * gdb.python/py-section-script.exp: Use standard_testfile,
4678 build_executable.
4679 * gdb.python/py-shared.exp: Use standard_testfile,
4680 standard_output_file, clean_restart.
4681 * gdb.python/py-symbol.exp: Use standard_output_file,
4682 prepare_for_testing.
4683 * gdb.python/py-symtab.exp: Use standard_output_file,
4684 prepare_for_testing
4685 * gdb.python/py-template.exp: Use standard_testfile.
4686 * gdb.python/py-type.exp: Use standard_testfile.
4687 * gdb.python/py-value-cc.exp: Use standard_testfile.
4688 * gdb.python/py-value.exp: Use standard_testfile.
4689 * gdb.python/python.exp: Use standard_testfile, build_executable.
4690
2c44deac
TT
46912012-06-22 Tom Tromey <tromey@redhat.com>
4692
4693 * gdb.objc/basicclass.exp: Use standard_testfile.
4694 (do_objc_tests): Don't declare objdir.
4695 * gdb.objc/nondebug.exp: Use standard_testfile.
4696 (do_objc_tests): Don't declare objdir.
4697 * gdb.objc/objcdecode.exp: Use standard_testfile.
4698 (do_objc_tests): Don't declare objdir.
4699
c24ccbce
TT
47002012-06-22 Tom Tromey <tromey@redhat.com>
4701
4702 * gdb.java/jmain.exp: Use standard_testfile.
4703 * gdb.java/jmisc.exp: Use standard_testfile.
4704 * gdb.java/jnpe.exp: Use standard_testfile.
4705 * gdb.java/jprint.exp: Use standard_testfile.
4706
0a6d0306
TT
47072012-06-22 Tom Tromey <tromey@redhat.com>
4708
4709 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4710 (standard_output_file, standard_testfile): New procs.
4711 (build_executable, clean_restart): Use standard_output_file.
4712
6ea815ef
YQ
47132012-06-22 Yao Qi <yao@codesourcery.com>
4714
4715 * boards/native-gdbserver.exp: New proc ${board}_exec.
4716 * boards/native-stdio-gdbserver.exp: Likewise.
4717
4c93b1db
TT
47182012-06-21 Tom Tromey <tromey@redhat.com>
4719
4720 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4721 (build_executable): Update.
4722 (get_compiler_info): Remove 'binfile' argument.
4723 * gdb.ada/arrayidx.exp: Update.
4724 * gdb.ada/null_array.exp: Update.
4725 * gdb.arch/altivec-abi.exp: Update.
4726 * gdb.arch/altivec-regs.exp: Update.
4727 * gdb.arch/amd64-byte.exp: Update.
4728 * gdb.arch/amd64-dword.exp: Update.
4729 * gdb.arch/amd64-word.exp: Update.
4730 * gdb.arch/i386-avx.exp: Update.
4731 * gdb.arch/i386-byte.exp: Update.
4732 * gdb.arch/i386-sse.exp: Update.
4733 * gdb.arch/i386-word.exp: Update.
4734 * gdb.arch/ppc-dfp.exp: Update.
4735 * gdb.arch/ppc-fp.exp: Update.
4736 * gdb.arch/vsx-regs.exp: Update.
4737 * gdb.base/all-bin.exp: Update.
4738 * gdb.base/annota1.exp: Update.
4739 * gdb.base/async.exp: Update.
4740 * gdb.base/attach.exp: Update.
4741 * gdb.base/break-interp.exp: Update.
4742 * gdb.base/call-ar-st.exp: Update.
4743 * gdb.base/call-rt-st.exp: Update.
4744 * gdb.base/call-sc.exp: Update.
4745 * gdb.base/callfuncs.exp: Update.
4746 * gdb.base/catch-load.exp: Update.
4747 * gdb.base/completion.exp: Update.
4748 * gdb.base/complex.exp: Update.
4749 * gdb.base/condbreak.exp: Update.
4750 * gdb.base/consecutive.exp: Update.
4751 * gdb.base/constvars.exp: Update.
4752 * gdb.base/corefile.exp: Update.
4753 * gdb.base/eval-skip.exp: Update.
4754 * gdb.base/expand-psymtabs.exp: Update.
4755 * gdb.base/exprs.exp: Update.
4756 * gdb.base/fileio.exp: Update.
4757 * gdb.base/fixsection.exp: Update.
4758 * gdb.base/funcargs.exp: Update.
4759 * gdb.base/gdb11530.exp: Update.
4760 * gdb.base/gdb1555.exp: Update.
4761 * gdb.base/gnu-ifunc.exp: Update.
4762 * gdb.base/gnu_vector.exp: Update.
4763 * gdb.base/info-macros.exp: Update.
4764 * gdb.base/jit-simple.exp: Update.
4765 * gdb.base/jit-so.exp: Update.
4766 * gdb.base/jit.exp: Update.
4767 * gdb.base/langs.exp: Update.
4768 * gdb.base/list.exp: Update.
4769 * gdb.base/logical.exp: Update.
4770 * gdb.base/long_long.exp: Update.
4771 * gdb.base/longjmp.exp: Update.
4772 * gdb.base/macscp.exp: Update.
4773 * gdb.base/mips_pro.exp: Update.
4774 * gdb.base/miscexprs.exp: Update.
4775 * gdb.base/morestack.exp: Update.
4776 * gdb.base/nodebug.exp: Update.
4777 * gdb.base/opaque.exp: Update.
4778 * gdb.base/pc-fp.exp: Update.
4779 * gdb.base/pending.exp: Update.
4780 * gdb.base/permissions.exp: Update.
4781 * gdb.base/pointers.exp: Update.
4782 * gdb.base/prelink.exp: Update.
4783 * gdb.base/printcmds.exp: Update.
4784 * gdb.base/psymtab.exp: Update.
4785 * gdb.base/ptype.exp: Update.
4786 * gdb.base/relational.exp: Update.
4787 * gdb.base/scope.exp: Update.
4788 * gdb.base/setvar.exp: Update.
4789 * gdb.base/shlib-call.exp: Update.
4790 * gdb.base/shreloc.exp: Update.
4791 * gdb.base/signals.exp: Update.
4792 * gdb.base/sizeof.exp: Update.
4793 * gdb.base/so-impl-ld.exp: Update.
4794 * gdb.base/so-indr-cl.exp: Update.
4795 * gdb.base/solib-disc.exp: Update.
4796 * gdb.base/solib-display.exp: Update.
4797 * gdb.base/solib-nodir.exp: Update.
4798 * gdb.base/solib-overlap.exp: Update.
4799 * gdb.base/solib-symbol.exp: Update.
4800 * gdb.base/solib-weak.exp: Update.
4801 * gdb.base/solib.exp: Update.
4802 * gdb.base/store.exp: Update.
4803 * gdb.base/structs.exp: Update.
4804 * gdb.base/structs2.exp: Update.
4805 * gdb.base/type-opaque.exp: Update.
4806 * gdb.base/unload.exp: Update.
4807 * gdb.base/varargs.exp: Update.
4808 * gdb.base/volatile.exp: Update.
4809 * gdb.base/watch_thread_num.exp: Update.
4810 * gdb.base/watchpoint-solib.exp: Update.
4811 * gdb.base/watchpoint.exp: Update.
4812 * gdb.base/watchpoints.exp: Update.
4813 * gdb.base/whatis.exp: Update.
4814 * gdb.cell/arch.exp: Update.
4815 * gdb.cell/break.exp: Update.
4816 * gdb.cell/bt.exp: Update.
4817 * gdb.cell/core.exp: Update.
4818 * gdb.cell/data.exp: Update.
4819 * gdb.cell/ea-cache.exp: Update.
4820 * gdb.cell/f-regs.exp: Update.
4821 * gdb.cell/fork.exp: Update.
4822 * gdb.cell/gcore.exp: Update.
4823 * gdb.cell/mem-access.exp: Update.
4824 * gdb.cell/ptype.exp: Update.
4825 * gdb.cell/registers.exp: Update.
4826 * gdb.cell/sizeof.exp: Update.
4827 * gdb.cell/solib-symbol.exp: Update.
4828 * gdb.cell/solib.exp: Update.
4829 * gdb.cp/ambiguous.exp: Update.
4830 * gdb.cp/breakpoint.exp: Update.
4831 * gdb.cp/bs15503.exp: Update.
4832 * gdb.cp/casts.exp: Update.
4833 * gdb.cp/class2.exp: Update.
4834 * gdb.cp/cpexprs.exp: Update.
4835 * gdb.cp/cplusfuncs.exp: Update.
4836 * gdb.cp/ctti.exp: Update.
4837 * gdb.cp/dispcxx.exp: Update.
4838 * gdb.cp/gdb1355.exp: Update.
4839 * gdb.cp/gdb2384.exp: Update.
4840 * gdb.cp/gdb2495.exp: Update.
4841 * gdb.cp/infcall-dlopen.exp: Update.
4842 * gdb.cp/local.exp: Update.
4843 * gdb.cp/m-data.exp: Update.
4844 * gdb.cp/m-static.exp: Update.
4845 * gdb.cp/mb-ctor.exp: Update.
4846 * gdb.cp/mb-inline.exp: Update.
4847 * gdb.cp/mb-templates.exp: Update.
4848 * gdb.cp/member-ptr.exp: Update.
4849 * gdb.cp/method.exp: Update.
4850 * gdb.cp/namespace.exp: Update.
4851 * gdb.cp/nextoverthrow.exp: Update.
4852 * gdb.cp/nsdecl.exp: Update.
4853 * gdb.cp/nsrecurs.exp: Update.
4854 * gdb.cp/nsstress.exp: Update.
4855 * gdb.cp/nsusing.exp: Update.
4856 * gdb.cp/pr-1023.exp: Update.
4857 * gdb.cp/pr-1210.exp: Update.
4858 * gdb.cp/pr-574.exp: Update.
4859 * gdb.cp/pr9631.exp: Update.
4860 * gdb.cp/printmethod.exp: Update.
4861 * gdb.cp/psmang.exp: Update.
4862 * gdb.cp/re-set-overloaded.exp: Update.
4863 * gdb.cp/rtti.exp: Update.
4864 * gdb.cp/shadow.exp: Update.
4865 * gdb.cp/templates.exp: Update.
4866 * gdb.cp/try_catch.exp: Update.
4867 * gdb.dwarf2/dw2-ranges.exp: Update.
4868 * gdb.dwarf2/pr10770.exp: Update.
4869 * gdb.fortran/library-module.exp: Update.
4870 * gdb.hp/gdb.aCC/optimize.exp: Update.
4871 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
4872 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
4873 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
4874 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
4875 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
4876 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
4877 * gdb.hp/gdb.compat/xdb1.exp: Update.
4878 * gdb.hp/gdb.compat/xdb2.exp: Update.
4879 * gdb.hp/gdb.compat/xdb3.exp: Update.
4880 * gdb.hp/gdb.defects/bs14602.exp: Update.
4881 * gdb.hp/gdb.defects/solib-d.exp: Update.
4882 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
4883 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
4884 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
4885 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
4886 * gdb.mi/gdb792.exp: Update.
4887 * gdb.mi/mi-pending.exp: Update.
4888 * gdb.mi/mi-solib.exp: Update.
4889 * gdb.mi/mi-var-cp.exp: Update.
4890 * gdb.opt/clobbered-registers-O2.exp: Update.
4891 * gdb.opt/inline-bt.exp: Update.
4892 * gdb.opt/inline-cmds.exp: Update.
4893 * gdb.opt/inline-locals.exp: Update.
4894 * gdb.python/py-events.exp: Update.
4895 * gdb.python/py-finish-breakpoint.exp: Update.
4896 * gdb.python/py-type.exp: Update.
4897 * gdb.reverse/solib-precsave.exp: Update.
4898 * gdb.reverse/solib-reverse.exp: Update.
4899 * gdb.server/solib-list.exp: Update.
4900 * gdb.stabs/weird.exp: Update.
4901 * gdb.threads/attach-into-signal.exp: Update.
4902 * gdb.threads/attach-stopped.exp: Update.
4903 * gdb.threads/tls-shared.exp: Update.
4904 * gdb.trace/change-loc.exp: Update.
4905 * gdb.trace/strace.exp: Update.
4906
95c391b6
TT
49072012-06-19 Tom Tromey <tromey@redhat.com>
4908
4909 * gdb.base/whatis.exp: Add tests.
4910
e910f0b6
TT
49112012-06-19 Tom Tromey <tromey@redhat.com>
4912
4913 * gdb.cp/m-static.cc (keepalive): New function.
4914 (gnu_obj_1::method): Use it.
4915
422d65e7
DE
49162012-06-18 Doug Evans <dje@google.com>
4917
4918 * gdb.base/info-fun.exp: New file.
4919 * gdb.base/info-fun.c: New file.
4920 * gdb.base/info-fun-solib.c: New file.
4921
e2e4d78b
JK
49222012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4923
4924 Remove stale dummy frames.
4925 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
4926 (maintenance info breakpoints): New tests.
4927 * gdb.base/stale-infcall.c: New file.
4928 * gdb.base/stale-infcall.exp: New file.
4929
1788b2d3
JK
49302012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 * gdb.arch/amd64-entry-value-param.S: New file.
4933 * gdb.arch/amd64-entry-value-param.c: New file.
4934 * gdb.arch/amd64-entry-value-param.exp: New file.
4935
663b969e
TT
49362012-06-15 Tom Tromey <tromey@redhat.com>
4937
4938 * gdb.cp/namespace.exp: Add "show lang" test.
4939
8e09ad05
IS
49402012-06-15 Iain Sandoe <iain@codesourcery.com>
4941
4942 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
4943 case. (top level): Use gdb_file_cmd instead of gdb_load.
4944
f85e18ee
JK
49452012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4946
4947 PR tdep/14222
4948 * gdb.arch/i386-sse-stack-align.S: New file.
4949 * gdb.arch/i386-sse-stack-align.c: New file.
4950 * gdb.arch/i386-sse-stack-align.exp: New file.
4951
f3b5e280
KS
49522012-06-13 Keith Seitz <keiths@redhat.com>
4953
4954 PR breakpoints/13798 and mi/11541
4955 * gdb.linespec/ls-errs.exp: Add a few more tests for
4956 filenames with spaces and colons.
4957
50af5481
JK
49582012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4959
4960 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4961 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
4962 (test_function): Call CV_f.
4963 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
4964 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
4965 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
4966 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
4967 (p CV_f(CV::i)): New tests.
4968
d55637df
TT
49692012-06-13 Tom Tromey <tromey@redhat.com>
4970
4971 * gdb.base/condbreak.exp: Add tests for "condition" completion.
4972
cc80f267
JK
49732012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4974
4975 Fix regression by the "ambiguous linespec" series.
4976 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
4977 tests.
4978
bb2af9cc
JK
49792012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4980
4981 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
4982 missing.
4983
e81a37f7
TT
49842012-06-11 Tom Tromey <tromey@redhat.com>
4985
4986 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
4987 location...
4988 (main): ...here.
4989
8efd7788
YQ
49902012-06-07 Yao Qi <yao@codesourcery.com>
4991
4992 * gdb.trace/strace.exp: Shorten some too-long lines.
4993
359f5fe6
PA
49942012-06-06 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.threads/clone-new-thread-event.c: New file.
4997 * gdb.threads/clone-new-thread-event.exp: New file.
4998
7b2fe205
YQ
49992012-06-06 Yao Qi <yao@codesourcery.com>
5000
5001 * gdb.base/dprintf.c (main): Add extra parameter when calling
5002 printf and fprintf.
5003 (bar): New function. It is a dead function, but to ensure
5004 'malloc' is linked explicitly.
5005
3eca55e8
YQ
50062012-06-06 Yao Qi <yao@codesourcery.com>
5007
5008 * gdb.base/info-proc.exp: Return if target doesn't support
5009 'info proc'.
5010
91cc9324
JK
50112012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5012
5013 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5014 (run program with breakpoint commands): XFAIl if it is not.
5015
c56e7c43
JB
50162012-06-05 Joel Brobecker <brobecker@adacore.com>
5017
5018 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
5019 and add comment.
5020 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
5021 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
5022 "STOP" marker. Adjust testing strategy to make it work on
5023 all targets.
5024
5025 * gdb.base/print-file-var-main.c (main): Rewrite using local
5026 variables and adjust get_version_2's return value check.
5027 Add small comment.
5028 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
5029 marker. Adjust testing strategy to make it work on all targets.
5030
ccab2054
JB
50312012-06-05 Joel Brobecker <brobecker@adacore.com>
5032
5033 * gdb.ada/bad-task-bp-keyword: New testcase.
5034
d0d86158
JK
50352012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
5038 Simplify it to ...
5039 (symbol-file ${testfile1}): ... here.
5040 (test eliminated var my_global_symbol)
5041 (test eliminated var my_static_symbol)
5042 (test eliminated var my_global_func, get address of main): Wrap them to
5043 'single psymtabs' and 'single symtabs'
5044 (get address of my_global_symbol, get address of my_static_symbol)
5045 (get address of my_global_func, get address of main): Wrap them to
5046 'order1' and 'order2'.
5047
952cf74c
JK
5048 * gdb.base/code_elim.exp
5049 (add-symbol-file ${testfile1} 0x100000)
5050 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
5051 'order2'.
5052 (order1: add-symbol-file ${testfile1} 0x100000)
5053 (order1: add-symbol-file ${testfile2} 0x200000)
5054 (order2: add-symbol-file ${testfile2} 0x200000)
5055 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
5056 .bss as appropriate.
5057
0c5bf5a9
JK
50582012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5059
5060 * gdb.server/solib-list-lib.c: New file.
5061 * gdb.server/solib-list-main.c: New file.
5062 * gdb.server/solib-list.exp: New file.
5063
4196f325
MR
50642012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
5065
5066 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
5067 for 'set print symbol' change.
5068
bfb05775
JK
50692012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5070
5071 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
5072 .debug_abbrev_seg3.
5073
685b1105
JK
50742012-05-24 John Steele Scott <toojays@toojays.net>
5075
5076 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5077 * gdb.dwarf2/dw2-icc-opaque.S: New file.
5078 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
5079
f3e0e960
SS
50802012-05-23 Stan Shebs <stan@codesourcery.com>
5081
5082 * gdb.mi/mi-info-os.exp: New file.
5083
11eb1b4d
KS
50842012-05-23 Keith Seitz <keiths@redhat.com>
5085
5086 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
5087 return -1 to suppress the rest of the tests.
5088 (compile_stap_bin): Return boolean success value.
5089
b1af9e97
TT
50902012-05-21 Tom Tromey <tromey@redhat.com>
5091
5092 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
5093 Remove kfails.
5094 (test_print_mi_member_types): Likewise.
5095
248537e3
TT
50962012-05-21 Tom Tromey <tromey@redhat.com>
5097
5098 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
5099 print symbol' change.
5100
d791e155
TJB
51012012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5102
5103 * gdb.python/py-prompt.exp: Quit if the target is remote.
5104
e77afa2e
JK
51052012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5106
5107 Fix ERROR: internal buffer is full.
5108 * gdb.base/info-os.exp (expect_multiline): New function.
5109 (get process list, get process groups, get threads)
5110 (get file descriptors, get internet-domain sockets)
5111 (get shared-memory regions, get semaphores, get message queues): Use
5112 it for these tests.
5113
9cb709b6
TT
51142012-05-18 Tom Tromey <tromey@redhat.com>
5115
5116 * gdb.mi/mi-var-cmd.exp: Update.
5117 * gdb.objc/basicclass.exp (do_objc_tests): Update.
5118 * gdb.cp/virtbase.exp: Update.
5119 * gdb.cp/classes.exp (test_static_members): Update.
5120 * gdb.cp/casts.exp: Update.
5121 * gdb.base/pointers.exp: Update.
5122 * gdb.base/funcargs.exp (pointer_args): Update.
5123 (structs_by_reference): Update.
5124 * gdb.base/find.exp: Update.
5125 * gdb.base/call-strs.exp: Send "set print symbol off".
5126 * gdb.base/call-ar-st.exp: Update.
5127 * gdb.ada/fun_addr.exp: Update.
5128 * gdb.base/printcmds.exp (test_print_symbol): New proc.
5129 Call it.
5130 (test_print_repeats_10, test_print_strings)
5131 (test_print_char_arrays): Update.
5132
b012acdd
TT
51332012-05-18 Tom Tromey <tromey@redhat.com>
5134
5135 * gdb.base/charset.exp (string_display): Update.
5136
1d51a733
TT
51372012-05-18 Tom Tromey <tromey@redhat.com>
5138
5139 * gdb.mi/mi2-var-display.exp: Update.
5140 * gdb.mi/mi-var-display.exp: Update.
5141 * gdb.mi/mi-var-child.exp: Update.
5142 * gdb.cp/expand-psymtabs-cxx.exp: Update.
5143 * gdb.cp/cp-relocate.exp (get_func_address): Update.
5144
957df313
DE
51452012-05-17 Doug Evans <dje@google.com>
5146
682c7f7b
DE
5147 * info-macros.exp: Pass "debug" to prepare_for_testing.
5148
957df313
DE
5149 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
5150 * gdb.ada/Makefile.in (clean): Ditto.
5151 * gdb.arch/Makefile.in (clean): Ditto.
5152 * gdb.asm/Makefile.in (clean): Ditto.
5153 * gdb.base/Makefile.in (clean): Ditto.
5154 * gdb.cell/Makefile.in (clean): Ditto.
5155 * gdb.cp/Makefile.in (clean): Ditto.
5156 * gdb.disasm/Makefile.in (clean): Ditto.
5157 * gdb.dwarf2/Makefile.in (clean): Ditto.
5158 * gdb.fortran/Makefile.in (clean): Ditto.
5159 * gdb.go/Makefile.in (clean): Ditto.
5160 * gdb.hp/Makefile.in (clean): Ditto.
5161 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
5162 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
5163 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
5164 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5165 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5166 * gdb.java/Makefile.in (clean): Ditto.
5167 * gdb.linespec/Makefile.in (clean): Ditto.
5168 * gdb.mi/Makefile.in (clean): Ditto.
5169 * gdb.modula2/Makefile.in (clean): Ditto.
5170 * gdb.multi/Makefile.in (clean): Ditto.
5171 * gdb.objc/Makefile.in (clean): Ditto.
5172 * gdb.opencl/Makefile.in (clean): Ditto.
5173 * gdb.opt/Makefile.in (clean): Ditto.
5174 * gdb.pascal/Makefile.in (clean): Ditto.
5175 * gdb.python/Makefile.in (clean): Ditto.
5176 * gdb.reverse/Makefile.in (clean): Ditto.
5177 * gdb.server/Makefile.in (clean): Ditto.
5178 * gdb.stabs/Makefile.in (clean): Ditto.
5179 * gdb.threads/Makefile.in (clean): Ditto.
5180 * gdb.trace/Makefile.in (clean): Ditto.
5181 * gdb.xml/Makefile.in (clean): Ditto.
5182
abc9d0dc
TT
51832012-05-16 Tom Tromey <tromey@redhat.com>
5184
5185 * gdb.base/macscp1.c (macscp_expr): Add comment.
5186 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5187
6a3a010b
MR
51882012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5189
5190 * gdb.base/return-nodebug.exp: Also test float and double types.
5191
01429c8e
JK
51922012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5193
5194 PR testsuite/12649
5195 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5196
54115cd4
JK
5197 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5198
0c5f383f
SDJ
51992012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5200
5201 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5202 `rerun_to_main'.
5203 (stap_test_no_debuginfo): Likewise.
5204
e7e0cddf
SS
52052012-05-14 Stan Shebs <stan@codesourcery.com>
5206
5207 * gdb.base/dprintf.c: New file.
5208 * gdb.base/dprintf.exp: New file.
5209
c772f8e7
HZ
52102012-05-14 Hui Zhu <hui_zhu@mentor.com>
5211
5212 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5213 * gdb.trace/disconnected-tracing.c: New file.
5214 * gdb.trace/disconnected-tracing.exp: New file.
5215
7efc75aa
SCR
52162012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5217
5218 * gdb.python/python.c: Add a new breakpoint comment.
5219 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5220
85d4a676
SS
52212011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5222
5223 * gdb.base/info-os.exp: New file.
5224 * gdb.base/info-os.c: New file.
5225
64ea88dc
JB
52262012-05-10 Joel Brobecker <brobecker@adacore.com>
5227
4647ab1b
JB
5228 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5229 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5230 New files.
64ea88dc 5231
afba63f1
JB
52322012-05-10 Joel Brobecker <brobecker@adacore.com>
5233
5234 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5235 gdb.base/ctxobj.exp: New files.
5236
9d198b1e
TT
52372012-05-09 Tom Tromey <tromey@redhat.com>
5238
5239 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5240
9bfee719
MR
52412012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5242
5243 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5244
3a7341d8
MR
52452012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5246
5247 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5248 before using it.
5249
52b3699b
TG
52502012-05-04 Tristan Gingold <gingold@adacore.com>
5251
5252 * gdb.base/set-noassign.exp: New test.
5253
a20ee7a4
SCR
52542012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5255
5256 * gdb.python/py-symbol.exp: Add tests to test the new methods
5257 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5258 * gdb.python/py-symbol.c: Add new struct to help test
5259 gdb.Symtab.static_block().
5260
bf2f0858
DE
52612012-05-03 Doug Evans <dje@google.com>
5262
5263 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5264 commented out.
5265
2d4e0376
YQ
52662012-05-03 Yao Qi <yao@codesourcery.com>
5267
5268 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5269 doesn't support.
5270 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5271 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5272
6d0bb9f3
YQ
52732012-05-03 Yao Qi <yao@codesourcery.com>
5274
5275 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5276
fd820528
DE
52772012-04-30 Doug Evans <dje@google.com>
5278
5279 PR testsuite/13961
5280 * gdb.dwarf2/pr13961.S: New file.
5281 * gdb.dwarf2/pr13961.exp: New file.
5282
b9e219b9
YQ
52832012-04-29 Yao Qi <yao@codesourcery.com>
5284
5285 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5286
3019eac3
DE
52872012-04-28 Doug Evans <dje@google.com>
5288
5289 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5290 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5291 All uses updated.
5292 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5293 "ptype func_cu1" to expand cu2 before cu1.
5294
62e5f89c
SDJ
52952012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5296 Tom Tromey <tromey@redhat.com>
5297
5298 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5299 variables.
5300 * gdb.base/stap-probe.c: New file.
5301 * gdb.base/stap-probe.exp: New file.
5302 * gdb.trace/stap-trace.c: New file.
5303 * gdb.trace/stap-trace.exp: New file.
5304 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5305 libgcc's unwinder.
5306
14132e89
MR
53072012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5308
5309 * gdb.arch/mips16-thunks-inmain.c: New file.
5310 * gdb.arch/mips16-thunks-main.c: New file.
5311 * gdb.arch/mips16-thunks-sin.c: New file.
5312 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5313 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5314 * gdb.arch/mips16-thunks-sinmain.c: New file.
5315 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5316 * gdb.arch/mips16-thunks.exp: New file.
5317
a766d390
DE
53182012-04-25 Doug Evans <dje@google.com>
5319
5320 * configure.ac: Create gdb.go/Makefile.
5321 * configure: Regenerate.
5322 * gdb.base/default.exp: Add "go" to "set language" testing.
5323 * gdb.go/Makefile.in: New file.
5324 * gdb.go/basic-types.exp: New file.
5325 * gdb.go/chan.exp: New file.
5326 * gdb.go/chan.go: New file.
5327 * gdb.go/handcall.exp: New file.
5328 * gdb.go/handcall.go: New file.
5329 * gdb.go/hello.exp: New file.
5330 * gdb.go/hello.go: New file.
5331 * gdb.go/integers.exp: New file.
5332 * gdb.go/integers.go: New file.
5333 * gdb.go/methods.exp: New file.
5334 * gdb.go/methods.go: New file.
5335 * gdb.go/package.exp: New file.
5336 * gdb.go/package1.go: New file.
5337 * gdb.go/package2.go: New file.
5338 * gdb.go/print.exp: New file.
5339 * gdb.go/strings.exp: New file.
5340 * gdb.go/strings.go: New file.
5341 * gdb.go/types.exp: New file.
5342 * gdb.go/types.go: New file.
5343 * gdb.go/unsafe.exp: New file.
5344 * gdb.go/unsafe.go: New file.
5345 * lib/future.exp: Add Go support.
5346 (gdb_find_go, gdb_find_go_linker): New procs.
5347 (gdb_default_target_compile): Add Go support.
5348 * lib/gdb.exp (skip_go_tests): New proc.
5349 * lib/go.exp: New file.
5350
e65f9ffb
TT
53512012-04-25 Tom Tromey <tromey@redhat.com>
5352
5353 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
5354
14e75d8e
JK
53552012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5356 Jan Kratochvil <jan.kratochvil@redhat.com>
5357
5358 PR symtab/7259:
5359 * gdb.base/enumval.c: New test case.
5360 * gdb.base/enumval.exp: New test case.
5361 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
5362 field.bitpos.
5363
f3525b70
PA
53642012-04-17 Pedro Alves <palves@redhat.com>
5365
5366 * Makefile.in (site.exp): Make site.exp source
5367 $srcdir/lib/append_gdb_boards_dir.exp.
5368 * lib/append_gdb_boards_dir.exp: New file.
5369
bccbefd2
JK
53702012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5371
5372 New option "set auto-load safe-path".
5373 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5374 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5375
bf88dd68
JK
53762012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5377
5378 auto-load: Implementation.
5379 * gdb.base/help.exp (test set height): Increase the height.
5380 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5381 to ...
5382 (info auto-load python-scripts): ... here.
5383 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5384 to ...
5385 (info auto-load python-scripts *): ... here.
5386
c0d4d1c0
YQ
53872012-04-16 Yao Qi <yao@codesourcery.com>
5388
5389 * lib/trace-support.exp (get_in_proc_agent): New.
5390 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5391 of in process trace agent.
5392 * gdb.trace/ftrace.exp: Likewise.
5393 * gdb.trace/pending.exp: Likewise.
5394 * gdb.trace/trace-break.exp: Likewise.
5395 * gdb.trace/trace-mt.exp
5396 * gdb.trace/tspeed.exp: Likewise.
5397 * gdb.trace/tstatus.exp
5398 * gdb.trace/strace.exp: Likewise.
5399
cbf68a60
TS
54002012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5401
dd6d3b70
TS
5402 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5403 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5404
cbf68a60
TS
5405 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5406
8264ba82
AG
54072012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5408
5409 PR mi/13393
5410 * gdb.mi/mi-var-rtti.cc: New file.
5411 * gdb.mi/mi-var-rtti.exp: New file.
5412 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5413 function.
5414 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5415
de0919f8 54162012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
5417
5418 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5419 EXECUTABLES.
5420 * gdb.python/py-explore.c: C program used for testing the new
5421 'explore' command on C constructs.
5422 * gdb.python/py-explore.cc: C++ program used for testing the new
5423 'explore' command on C++ constructs.
5424 * gdb-python/py-explore.exp: Tests for the new 'explore'
5425 command on C constructs.
5426 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5427 command on C++ constructs.
5428
a82da7dd
MK
54292012-04-07 Mark Kettenis <kettenis@gnu.org>
5430
5431 * gdb.base/funcargs.exp (complex_args): Fix typo.
5432
e127cba8
JK
54332012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5434
5435 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5436 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5437
40e084e1
KS
54382012-04-05 Keith Seitz <keiths@redhat.com>
5439
5440 * gdb.base/advance.exp: Update error message for
5441 "advance malformed" test.
5442 * gdb.base/break.exp: Likewise for "breakpoint with
5443 trailing garbage" test.
5444 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5445 with trailing garbage" test.
5446 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5447 trailng garbage" test.
5448 * gdb.base/until.exp: Likewise for "malformed until" test.
5449 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5450 for "breakpoint info (after setting on all)".
5451 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5452 tests.
5453 * gdb.cp/cplabel.cc: New file.
5454 * gdb.cp/cplabel.exp: New test.
5455 * gdb.linespec/ls-errs.c: New file.
5456 * gdb.linespec/ls-errs.exp: New test.
5457
a72c8f6a
JK
54582012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5459
5460 * gdb.trace/unavailable.exp
5461 (collect globals: print object on: print derived_partial)
5462 (collect globals: print object on: print derived_whole)
5463 (collect globals: print object off: print derived_partial)
5464 (collect globals: print object off: print derived_whole): Update
5465 expected output.
5466
f87a3023
KS
54672012-03-30 Keith Seitz <keiths@redhat.com>
5468
5469 * gdb.python: Add test for linespecs with commas.
5470
e2171b3c
KS
54712012-03-28 Keith Seitz <keiths@redhat.com>
5472
5473 * gdb.linespec/ls-dollar.cc: New file.
5474 * gdb.linespec/ls-dollar.exp: New test.
5475
54762012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
5477
5478 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5479 starting with the global namespace.
5480
2f4e0a80
DE
54812012-03-23 Doug Evans <dje@google.com>
5482
5483 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5484
7b282c5a
SCR
54852012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5486
5487 * gdb.python/py-value.cc: Add test case for testing the
5488 methodology exposing C++ values to Python.
5489 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5490 exposing C++ values to Python.
5491 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5492
2e98ca53
JK
54932012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5494 Siddhesh Poyarekar <siddhesh@redhat.com>
5495
5496 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5497 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5498 (generate native core dump): Make the test unsupported if core cannot
5499 be generated.
5500
8320cc4f
JK
55012012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5502
5503 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5504 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5505 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5506
3a69ffb2
JK
55072012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5508
5509 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5510
8fabffee
DE
55112012-03-17 Doug Evans <dje@google.com>
5512
5513 * dg-extract-results.sh: Handle KFAILs.
5514
ab260dad
JK
55152012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5516
5517 PR symtab/13777
5518 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5519
53ba8333
JB
55202012-03-16 Joel Brobecker <brobecker@adacore.com>
5521
5522 * gdb.ada/set_pckd_arr_elt: New testcase.
5523
481860b3
GB
55242012-03-16 Gary Benson <gbenson@redhat.com>
5525
5526 PR breakpoints/10738
5527 * gdb.opt/inline-break.exp: New file.
5528 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
5529 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5530 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
5531 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5532 * gdb.base/async-shell.exp: Likewise.
5533 * lib/mi-support.exp (library_loaded_re): Likewise.
5534
410528f0
TT
55352012-03-15 Tom Tromey <tromey@redhat.com>
5536
5537 * gdb.cp/virtfunc2.exp: Update expected output.
5538 * gdb.cp/pr9631.exp: Update expected output.
5539 * gdb.cp/member-ptr.exp: Update expected output.
5540 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5541 output.
5542 * gdb.cp/casts.exp: Update expected output.
5543
c4aeac85
TT
55442012-03-15 Tom Tromey <tromey@redhat.com>
5545
5546 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5547 (test_info_vtbl): Likewise.
5548 (do_tests): Call test_info_vtbl.
5549 * gdb.cp/virtfunc.cc (va): New global.
5550
856d06f9
TS
55512012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5552
5553 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5554 describing DWARF data structures.
5555 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5556 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5557 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5558 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5559 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5560 * gdb.dwarf2/dw2-param-error.S: Likewise.
5561 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5562 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5563 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5564 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5565 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5566 * gdb.dwarf2/pr11465.S: Likewise.
5567
e837f12a
JK
55682012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5569
5570 * gdb.mi/mi2-prompt.exp: New file.
5571
ccbb4f28
JB
55722012-03-13 Joel Brobecker <brobecker@adacore.com>
5573
5574 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5575
32039130
JB
55762012-03-13 Joel Brobecker <brobecker@adacore.com>
5577
5578 * gdb.ada/bp_range_type: New testcase.
5579
16899756
DE
55802012-03-13 Doug Evans <dje@google.com>
5581
5582 * gdb.base/default.exp: Delete tests for symbol-reloading.
5583 * gdb.base/help.exp: Ditto.
5584 * gdb.base/setshow.exp: Ditto.
5585 * gdb.base/gdb_history: Delete references to symbol-reloading.
5586
87b0bb13
JK
55872012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5588
5589 * gdb.base/attach-twice.c: New files.
5590 * gdb.base/attach-twice.exp: New files.
5591
0d7941a9
KS
55922012-03-08 Keith Seitz <keiths@redhat.com>
5593
5594 * lib/gdb.exp (gdb_get_line_number): Throw an
5595 error instead of returning -1.
5596 * gdb.base/break.exp: Remove unused variable
5597 bp_location5.
5598 * gdb.base/hbreak2.exp: Likewise.
5599 * gdb.base/sepdebug.exp: Likewise.
5600
f4647387
YQ
56012012-03-08 Yao Qi <yao@codesourcery.com>
5602 Pedro Alves <palves@redhat.com>
5603
5604 Fix PR server/13392.
5605 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5606 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5607 download tracepoints.
5608 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5609 (pending_tracepoint_resolved_during_trace): Likewise.
5610 (pending_tracepoint_installed_during_trace): Likewise.
5611 (pending_tracepoint_with_action_resolved): Likewise.
5612
83c532cb
KS
56132012-03-08 Keith Seitz <keiths@redhat.com>
5614
5615 * gdb.ada/array_bounds.exp: Get breakpoint for line
5616 with "START", not "STOP".
5617 * gdb.python/py-infthread.exp: Do not continue to
5618 line marked "Break here.", which is undefined.
5619
d6b6bbb7
LM
56202012-03-08 Luis Machado <lgustavo@codesourcery.com>
5621
5622 Revert:
5623
5624 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5625
5626 Implement testsuite workaround for PR breakpoints/13781.
5627 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5628 (set breakpoint condition-evaluation host): New conditional command.
5629
7fe25d9b
JK
56302012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5631
5632 Fix CU relative vs. absolute DIE offsets.
5633 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5634 one.
5635
51898c15
JK
56362012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5637
5638 Fix false FAIL on distros with relro linkage as default.
5639 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5640 -Wl,-z,norelro first.
5641
8131799e
JB
56422012-03-06 Joel Brobecker <brobecker@adacore.com>
5643
5644 * gdb.ada/bp_on_var: New testcase.
5645
ba241969
JB
56462012-03-06 Joel Brobecker <brobecker@adacore.com>
5647
5648 * gdb.ada/bp_enum_homonym: New testcase.
5649
abe49676
YQ
56502012-03-06 Yao Qi <yao@codesourcery.com>
5651
5652 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5653 x86_64-*-* and i?86-*-*.
5654 Set up KFAIL for gdb/13808.
5655
d8df103b
TT
56562012-03-05 Tom Tromey <tromey@redhat.com>
5657
5658 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5659 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5660
b7b189f3
TT
56612012-03-05 Tom Tromey <tromey@redhat.com>
5662
5663 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5664
69dc1c4d
YQ
56652012-03-04 Yao Qi <yao@codesourcery.com>
5666
5667 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5668 messages for KFAIL.
5669
3f20c47f
JK
56702012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5671
5672 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5673 (print one_two_three, indexes off, print few_reps, indexes off)
5674 (print many_reps, indexes off, print empty, indexes off)
5675 (print one_two_three, print few_reps, print many_reps, print empty):
5676 Call setup_xfail if $gcc_old.
5677
abf1152a
JK
56782012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5679
5680 Implement testsuite workaround for PR breakpoints/13781.
5681 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5682 (set breakpoint condition-evaluation host): New conditional command.
5683
a06715f8
JK
56842012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5685
5686 Code cleanup.
5687 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5688 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5689 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5690 number 1 by $bpnum. Four times.
5691
5808517f
YQ
56922012-03-03 Yao Qi <yao@codesourcery.com>
5693
5694 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5695
dfe2ac14
JK
56962012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5697
5698 Setup KFAIL for PR server/13796.
5699 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5700
8bbc467a
JB
57012012-03-02 Joel Brobecker <brobecker@adacore.com>
5702
5703 * gdb.ada/operator_bp: New testcase.
5704
c0eac87f
JB
57052012-03-02 Joel Brobecker <brobecker@adacore.com>
5706
5707 * gdb.ada/info_locals_renaming: New testcase.
5708
4f42c881
TT
57092012-03-02 Tom Tromey <tromey@redhat.com>
5710
5711 * gdb.base/nextoverexit.c: New file.
5712 * gdb.base/nextoverexit.exp: New file.
5713
7380c0c9
EBM
57142012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5715
5716 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5717 parameter.
5718
1faeff08
MR
57192012-03-01 Maciej W. Rozycki <macro@mips.com>
5720
5721 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5722 core registers.
5723
320b6f49 57242012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
5725 Maciej W. Rozycki <macro@codesourcery.com>
5726 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
5727
5728 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5729
ad5f7d6e
PA
57302012-03-01 Pedro Alves <palves@redhat.com>
5731
5732 PR gdb/13767
5733
5734 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5735 (gdb_collect_globals_test): Call it.
5736
d3dc44a6
KS
57372012-03-01 Keith Seitz <keiths@redhat.com>
5738
5739 * gdb.cp/method2.exp: Output of overload menu is now
5740 alphabetized. Update tests for "break A::method".
5741 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
5742 of hard-coding them.
5743 Overload menu is alphabetized: rewrite to accommodate.
5744 Unset variables LINE and TYPES which are used in other tests.
5745 Compute the output of "info break".
5746 Update the breakpoint table after all breakpoints are deleted.
5747 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
5748 compute ACTUALS and the method body based on parameters.
5749 Update expected output accordingly.
5750 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
5751 unique comments to allow the use of gdb_get_line_number.
5752
57532012-03-01 Keith Seitz <keiths@redhat.com>
5754
5755 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
5756 some Tcl syntax.
5757 * gdb.cp/ovldbreak.exp: Likewise.
5758
7949c2a0
KS
57592012-03-01 Keith Seitz <keiths@redhat.com>
5760
5761 * gdb.base/help.exp (help show user): Update expected result
5762 for new doc string changes (add "non-python").
5763
7d74f244
DE
57642012-03-01 Scott J. Goldman <scottjg@vmware.com>
5765
5766 * gdb.python/py-cmd.exp: Add test to verify that python commands can
5767 be put in the user-defined category and that the commands appear in
5768 "help user-defined".
5769
1b611343
JB
57702012-02-29 Joel Brobecker <brobecker@adacore.com>
5771
5772 * gdb.ada/tagged_not_init: New testcase.
5773
99b1c762
JB
57742012-02-29 Joel Brobecker <brobecker@adacore.com>
5775
5776 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
5777 * gdb.ada/enum_idx_packed: New testcase.
5778
2d4a02ee
JB
57792012-02-29 Joel Brobecker <brobecker@adacore.com>
5780
5781 * gdb.ada/aliased_array: New testcase.
5782
2e6fda7d
JB
57832012-02-29 Joel Brobecker <brobecker@adacore.com>
5784
5785 * gdb.ada/whatis_array_val: New testcase.
5786
9a7f938f
JK
57872012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5788
5789 Fix disp-step-syscall.exp: fork: single step over fork.
5790 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
5791 whitespaces.
5792 (single step over $syscall): Remove its check.
5793 (single step over $syscall final pc): New check.
5794
8703a944
JK
57952012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5796
5797 Support processors without SSSE3.
5798 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
5799 pabsd into ...
5800 (ssse3_test): ... a new function.
5801 (main): Call ssse3_test.
5802 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
5803 Update expected values everywhere.
5804 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
5805 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
5806 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
5807 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
5808 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
5809 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
5810 Move these tests lower.
5811 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
5812 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
5813 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
5814 New tests.
5815
c03e6ccc
YQ
58162012-02-29 Yao Qi <yao@codesourcery.com>
5817 Pedro Alves <palves@redhat.com>
5818
5819 * gdb.trace/trace-mt.c: New.
5820 * gdb.trace/trace-mt.exp: New.
5821
7964b62a
TS
58222012-02-28 Thomas Schwinge <thomas@codesourcery.com>
5823
2c8910ba
TS
5824 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
5825 numbers instead of hardcoding them.
5826 * gdb.base/annota1.c: Provide suitable markers.
5827 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
5828 numbers instead of hardcoding them.
5829 * gdb.base/annota3.c: Provide suitable markers.
5830
5831 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
5832 * gdb.base/annota3.c: Likewise.
5833 * gdb.base/sigall.c: Likewise.
5834 * gdb.base/signals.c: Likewise.
5835 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 5836
5a41c0b7
MR
58372012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
5838
5839 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
5840 failure return path.
5841
ebbbe5c5
LM
58422012-02-27 Luis Machado <lgustavo@codesourcery.com>
5843
5844 * gdb.base/save-bp.exp: Account for new condition evaluator output.
5845
8d126d8a
LM
58462012-02-24 Luis Machado <lgustavo@codesourcery.com>
5847
5848 * gdb.base/cond-eval-mode.exp: New file.
5849
11337c2f
PA
58502012-02-24 Pedro Alves <palves@redhat.com>
5851
5852 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
5853 (top level): Use with_test_prefix.
5854
13fc3e3c
PA
58552012-02-24 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.threads/attach-into-signal.exp (corefunc): Use
5858 with_test_prefix.
5859
07c1b626
JK
58602012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5861
5862 Fix false FAILs on old CPUs without SSE.
5863 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
5864 Return untested for Illegal instruction.
5865
596ba138
JK
58662012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5867
5868 Fix false FAILs with glibc debug infos installed.
5869 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
5870 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
5871
aeaa2474
SA
58722012-02-22 Sterling Augustine <saugustine@google.com>
5873
5874 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
5875 constant with cast.
5876
aed555c9
PA
58772012-02-21 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
5880
78afebb4
PA
58812012-02-21 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
5884
fdcfef12
PA
58852012-02-21 Pedro Alves <palves@redhat.com>
5886
5887 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
5888 with_test_prefix.
5889
0f4d39d5
PA
58902012-02-21 Pedro Alves <palves@redhat.com>
5891
5892 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
5893 with_test_prefix here.
5894 (top level): Do it here instead. Remove `:' from the
5895 with_test_prefix string.
5896 * gdb.base/attach-pie-misread.exp: Remove the leading space the
5897 the suffix `:' from the with_test_prefix prefix string.
5898 * gdb.base/break-interp.exp: Ditto.
5899 * gdb.base/catch-load.exp: Ditto.
5900 * gdb.base/disp-step-syscall.exp: Ditto.
5901 * gdb.base/jit-so.exp: Ditto.
5902 * gdb.base/jit.exp: Ditto.
5903 * gdb.base/sepdebug.exp: Ditto.
5904 * gdb.base/solib-display.exp: Ditto.
5905 * gdb.base/solib-overlap.exp: Ditto.
5906 * gdb.base/watch-cond-infcall.exp: Ditto.
5907 * gdb.base/watchpoint.exp: Ditto.
5908 * gdb.dwarf2/dw2-noloc.exp: Ditto.
5909 * gdb.mi/mi-watch.exp: Ditto.
5910 * gdb.mi/mi2-watch.exp: Ditto.
5911 * gdb.threads/non-ldr-exc-1.exp: Ditto.
5912 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5913 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5914 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5915 * gdb.threads/watchpoint-fork.exp: Ditto.
5916 * gdb.threads/watchthreads-reorder.exp: Ditto.
5917 * gdb.trace/change-loc.exp: Ditto.
5918 * gdb.trace/pending.exp: Ditto.
5919 * gdb.trace/status-stop.exp: Ditto.
5920 * gdb.trace/strace.exp: Ditto.
5921 * gdb.trace/trace-break.exp: Ditto.
5922 * gdb.trace/unavailable.exp: Ditto.
5923 * lib/gdb.exp (with_test_prefix): Always prefix with space and
5924 suffix with colon. Adjust leading comments.
5925
6a5870ce
PA
59262012-02-21 Pedro Alves <palves@redhat.com>
5927 Tom Tromey <tromey@redhat.com>
5928
5929 * lib/gdb.exp: Add description of test prefixes.
5930 (with_test_prefix): New procedure.
5931 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
5932 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
5933 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
5934 instead of lappend to append to pf_prefix.
5935 * gdb.base/catch-load.exp: Use with_test_prefix.
5936 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
5937 * gdb.base/jit-so.exp: Use with_test_prefix.
5938 * gdb.base/jit.exp: Use with_test_prefix.
5939 * gdb.base/return-nodebug.exp (do_test): Use append instead of
5940 lappend to append to pf_prefix.
5941 * gdb.base/sepdebug.exp: Use with_test_prefix.
5942 * gdb.base/solib-display.exp: Use with_test_prefix.
5943 * gdb.base/solib-overlap.exp: Use with_test_prefix.
5944 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
5945 * gdb.base/watchpoint.exp: Use with_test_prefix.
5946 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
5947 * gdb.mi/mi-watch.exp: Use with_test_prefix.
5948 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
5949 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
5950 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
5951 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
5952 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
5953 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
5954 append instead of lappend to append to pf_prefix.
5955 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
5956 * gdb.trace/change-loc.exp: Use with_test_prefix.
5957 * gdb.trace/pending.exp: Use with_test_prefix.
5958 * gdb.trace/status-stop.exp: Use with_test_prefix.
5959 * gdb.trace/strace.exp: Use with_test_prefix.
5960 * gdb.trace/trace-break.exp: Use with_test_prefix.
5961 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
5962 instead of lappend to append to pf_prefix.
5963
35dc4a6b
JK
59642012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5965
5966 Fix racy FAILs.
5967 * gdb.base/inferior-died.c (main): Add return of 0.
5968 * gdb.base/inferior-died.exp (continue): Fix expectation of
5969 asynchronous events.
5970 (p 1): New test.
5971
c5a006e6
PA
59722012-02-20 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
5975 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
5976 gdb's internal debug output. For the non-threaded case, look for
5977 "Program received signal SIGLARM", for the threaded case, peek at
5978 the thread's siginfo.
5979
cc51a170
PA
59802012-02-20 Pedro Alves <palves@redhat.com>
5981
5982 General cleanup, make output test messages unique, and build
5983 different executable files for the non-threaded and threaded
5984 cases.
5985
5986 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
5987 Delete.
5988 (executable_nothr, executable_thr): New globals.
5989 (top level): Adjust to delete both executables.
5990 (corefunc): New parameter $executable. Set $pf_prefix instead of
5991 hand writing a prefix in tests. Issue a clean_restart and enable
5992 lin-lwp debug output here.
5993 (top level): Adjust. Use build_executable. Don't start gdb here,
5994 and don't enable lin-lwp debug output here.
5995 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
5996
c755f03d
JK
59972012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5998
5999 Fix racy FAILs.
6000 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6001 "continue" command.
6002
6bec5e0a
JK
60032012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6004
6005 Fix for gdbserver non-extended mode.
6006 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6007 and gdb_run_cmd.
6008
2e8265fd
TT
60092012-02-17 Tom Tromey <tromey@redhat.com>
6010
6011 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6012 * gdb.python/py-events.exp: Check 'dir' output.
6013 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6014
9e507076
YQ
60152012-02-17 Yao Qi <yao@codesourcery.com>
6016
6017 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6018
32d22ab1
TT
60192012-02-16 Tom Tromey <tromey@redhat.com>
6020
6021 * gdb.base/inferior-died.c: Don't include stdio.h.
6022
9addecb9
TT
60232012-02-16 Tom Tromey <tromey@redhat.com>
6024
6025 * gdb.base/inferior-died.c: New file.
6026 * gdb.base/inferior-died.exp: New file.
6027
4cb6da1c
AR
60282012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6029
6030 * gdb.base/break-inline.exp: New file.
6031 * gdb.base/break-inline.c: New file.
6032
3af2590d
TT
60332012-02-15 Tom Tromey <tromey@redhat.com>
6034
6035 * gdb.base/pc-fp.exp: Add "info register" tests.
6036
29988831
TT
60372012-02-15 Tom Tromey <tromey@redhat.com>
6038
6039 * gdb.base/regs.exp: Remove.
6040
10010058
PA
60412012-02-15 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
6044 the target doesn't support tracepoints.
6045 * gdb.trace/circ.exp: Ditto.
6046 * gdb.trace/collection.exp: Ditto.
6047 * gdb.trace/packetlen.exp: Ditto.
6048 * gdb.trace/passc-dyn.exp: Ditto.
6049 * gdb.trace/report.exp: Ditto.
6050 * gdb.trace/tfind.exp: Ditto.
6051 * gdb.trace/tspeed.exp: Ditto.
6052 * gdb.trace/tsv.exp: Ditto.
6053 * gdb.trace/unavailable.exp: Ditto.
6054 * gdb.trace/while-dyn.exp: Ditto.
6055
a2e0062d
PA
60562012-02-15 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
6059 gdb_test_multiple, and call unsupported instead of fail, if the
6060 remote side does not support the request.
6061
a1999d40
PA
60622012-02-15 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
6065 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
6066 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
6067 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
6068 * gdb.server/server-run.exp: Make sure gdb is disconnected.
6069 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
6070 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
6071 doesn't start with "extended-" already.
6072
7cee1e54
PA
60732012-02-15 Pedro Alves <palves@redhat.com>
6074
6075 Support extended-remote. Avoid cascading timeouts.
6076
6077 * gdb.base/attach.exp (do_attach_tests): Add expected output for
6078 the extended-remote target. If attaching with no file fails, load
6079 the file manually.
6080 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
6081
816338b5
SS
60822012-02-14 Stan Shebs <stan@codesourcery.com>
6083
6084 * gdb.base/ena-dis-br.exp: Add enable count test.
6085
cc30c4bd
PA
60862012-02-13 Pedro Alves <palves@redhat.com>
6087
6088 * config/mips-idt.exp: Delete.
6089 * gdb.base/a2-run.exp: Remove mips-idt xfails.
6090 * gdb.base/bitfields.exp: Remove mips-idt restarts.
6091 * gdb.base/break.exp: Remove mips-idt references.
6092 * gdb.base/chng-syms.exp: Ditto.
6093 * gdb.base/default.exp: Ditto.
6094 * gdb.base/funcargs.exp (funcargs_reload): Delete.
6095 (top level): Don't call it.
6096 * gdb.base/opaque.exp: Remove mips-idt restarts.
6097 * gdb.base/ptype.exp: Remove mips-idt xfails.
6098 * gdb.base/scope.exp: Remove mips-idt restarts.
6099 * gdb.base/sepdebug.exp: Remove mips-idt references.
6100 * gdb.base/watchpoint.exp (maybe_clean_restart)
6101 (maybe_reinitialize): Delete.
6102 (test_disabling_watchpoints, test_disabling_watchpoints)
6103 (test_watchpoint_triggered_in_syscall)
6104 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6105 Don't call them.
6106
57008375
JK
61072012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6108
6109 * gdb.server/server-exec-info.exp: New file.
6110
4a2d9c08
PA
61112012-02-10 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
6114 always non-empty.
6115 (test_attach): Always pass $exec to test_attach_gdb.
6116
09fa21bd
TT
61172012-02-08 Tom Tromey <tromey@redhat.com>
6118
6119 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
6120 before inferior is started.
6121
f0823d2c
TT
61222012-02-07 Tom Tromey <tromey@redhat.com>
6123
6124 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
6125 Symbol.value.
6126 * gdb.python/py-symbol.c (qq): Set default value.
6127
61282012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
6129
6130 * gdb.python/py-symbol.c (qq): New global.
6131 * gdb.python/py-symbol.exp: Add test for frame-less
6132 lookup_symbol.
6133 * gdb.python/py-symtab.exp: Fix line number.
6134
f7e44f65
JB
61352012-02-03 Joel Brobecker <brobecker@adacore.com>
6136
6137 * gdb.ada/mi_task_arg: New testcase.
6138
4c9ed63c
PA
61392012-02-02 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.reverse/until-precsave.exp: Also put "record save" under the
6142 extended timeout.
6143
c0b9f2c6
PA
61442012-02-02 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
6147 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
6148
5f8cefd7
PA
61492012-02-02 Pedro Alves <palves@redhat.com>
6150
6151 * gdb.base/term.exp: Rewrite.
6152 * gdb.base/term.c: New.
6153
2f3a2569
PA
61542012-02-02 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/default.exp (run "r" abbreviation, run): Add
6157 extended-remote expected output.
6158
f149aabd
TT
61592012-02-02 Tom Tromey <tromey@redhat.com>
6160
6161 * gdb.cp/dispcxx.exp: New file.
6162 * gdb.cp/dispcxx.cc: New file.
6163
03bef283
TT
61642012-02-01 Tom Tromey <tromey@redhat.com>
6165
6166 * gdb.base/jit-simple.exp: New file.
6167 * gdb.base/jit-simple.c: New file.
6168
a79b18b5
YQ
61692012-01-30 Yao Qi <yao@codesourcery.com>
6170
6171 * gdb.base/skip.exp: Make test result unique.
6172
f0d1a53e
JK
61732012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6176 compatibility with valgrind-3.7.0.
6177
4b3c9f41
PA
61782012-01-27 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.base/watchpoint.exp (no_hw): New global.
6181 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6182 disable hw watchpoints.
6183 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6184 don't expect hw watchpoints.
6185 (no_hw_watchpoints): Always clean restart.
6186 (do_tests): New procedure, factored out from the top level.
6187 (top level): Run tests twice. Once with hw watchpoints enabled,
6188 another time with hw watchpoints disabled.
6189
a13491c8
PA
61902012-01-27 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6193 out from the top level.
6194 (top level): Call it instead.
6195
f2c8a051
PA
61962012-01-27 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6199 watchpoints sooner.
6200
654d7a9e
PA
62012012-01-27 Pedro Alves <palves@redhat.com>
6202
6203 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6204
274f47f3
PA
62052012-01-27 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6208 "You may have requested too many hardware
6209 breakpoints/watchpoints".
6210
e4d63ba2
PA
62112012-01-27 Pedro Alves <palves@redhat.com>
6212
6213 * gdb.base/watchpoint.exp (maybe_clean_restart)
6214 (maybe_reinitialize): New.
6215 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6216 expect "hit N times".
6217 (test_disabling_watchpoints, test_complex_watchpoint)
6218 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6219 Call maybe_clean_restart.
6220 (top level): Use clean_restart. Remove "mips-idt-*"
6221 reinitialization.
6222
dbd95daf
PA
62232012-01-27 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6226
f3ad2025
PA
62272012-01-27 Pedro Alves <palves@redhat.com>
6228
6229 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6230 require `initialize' anymore. Remove unnecessary `initialize'
6231 calls.
6232
100aa3ae
PA
62332012-01-27 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/watchpoint.exp (wp_set): Delete.
6236 (initialize, test_simple_watchpoint, top level): Remove dead code.
6237
c79a8e11
PA
62382012-01-27 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6241 typo.
6242
048fe15a
PA
62432012-01-27 Pedro Alves <palves@redhat.com>
6244
6245 * config/extended-gdbserver.exp: New file.
6246 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6247 comment.
6248 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6249 * boards/native-extended-gdbserver.exp: New file.
6250
4033a6bf
PA
62512012-01-26 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6254 and gdb_test_multiple.
6255
3d7f4b81
PA
62562012-01-26 Pedro Alves <palves@redhat.com>
6257
6258 Make test messages unique, and more identifiable.
6259 * gdb.multi/watchpoint-multi.exp: Change test messages.
6260
484abf42
TT
62612012-01-25 Tom Tromey <tromey@redhat.com>
6262
6263 * gdb.base/solib-disc.exp: Fix regexps.
6264
edcc5120
TT
62652012-01-24 Tom Tromey <tromey@redhat.com>
6266
6267 * lib/mi-support.exp (mi_expect_stop): Add special case for
6268 solib-event.
6269 * gdb.base/catch-load-so.c: New file.
6270 * gdb.base/catch-load.exp: New file.
6271 * gdb.base/catch-load.c: New file.
6272 * gdb.base/break-interp.exp (reach_1): Update regexp.
6273
30b91c90
JK
62742012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6275
6276 Fix fuzzy results.
6277 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6278 lpsimple and func.
6279
53fe1783
GB
62802012-01-24 Gary Benson <gbenson@redhat.com>
6281
6282 Delete #if 0'd out code.
6283 * gdb.base/default.exp (info catch): Remove.
6284 * gdb.base/gdb_history (info catch): Likewise.
6285 * gdb.base/help.exp (info catch): Likewise.
6286
d0d8b0c6
JK
62872012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6288
6289 Fix watchpoints to be specific for each inferior.
6290 * gdb.multi/watchpoint-multi.c: New file.
6291 * gdb.multi/watchpoint-multi.exp: New file.
6292
4403d8e9
JK
62932012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6294
6295 Fix watchpoints across inferior fork.
6296 * gdb.threads/watchpoint-fork-child.c: New file.
6297 * gdb.threads/watchpoint-fork-mt.c: New file.
6298 * gdb.threads/watchpoint-fork-parent.c: New file.
6299 * gdb.threads/watchpoint-fork-st.c: New file.
6300 * gdb.threads/watchpoint-fork.exp: New file.
6301 * gdb.threads/watchpoint-fork.h: New file.
6302
050a2e1d
PA
63032012-01-23 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.base/call-signal-resume.exp: Allow output after "return".
6306
6a52fb62
PA
63072012-01-20 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.python/py-finish-breakpoint.py: Fix typo.
6310
145b16a9
UW
63112012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6312
6313 * gdb.base/info-proc.exp: Also run on remote targets. Main
6314 "info proc" command is now always present; whether target supports
6315 actual info proc operation is detected when attempting to issue
6316 the command.
6317
26f6125e
JK
63182012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6319
6320 * .gdbinit: Remove.
6321
eb5227ce
PA
63222012-01-19 Pedro Alves <palves@redhat.com>
6323
6324 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
6325 look at the funtions' returns.
6326 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
6327 (jprint.print(int, int)): Change return type to int. Adjust.
6328
1db33378
PP
63292012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6330
6331 PR gdb/9538
6332 * gdb.base/sepdebug.exp: New test.
6333
b9736cf8
PA
63342012-01-18 Pedro Alves <palves@redhat.com>
6335
6336 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
6337 Allow output before ^done.
6338
4aac40c8
TT
63392012-01-16 Tom Tromey <tromey@redhat.com>
6340
6341 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
6342 Add tests for relative directory.
6343
cafec441
TT
63442012-01-16 Tom Tromey <tromey@redhat.com>
6345
6346 * gdb.base/printcmds.c (enum flag_enum): New.
6347 (three): New global.
6348 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
6349 enum printing.
6350 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
6351 FlagEnumerationPrinter.
6352 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
6353 * gdb.python/py-pp-maint.c (enum flag_enum): New.
6354 (fval): New global.
6355
abcc4978
PA
63562012-01-16 Pedro Alves <palves@redhat.com>
6357
6358 * lib/gdb.exp (banned_procedures): New variable.
6359 (banned_variables_traced): Rename to ...
6360 (banned_traced): ... this.
6361 (gdb_init): Also trace banned procedures.
6362 (gdb_finish): Also untrace banned procedures.
6363
97ccebe8
PA
63642012-01-16 Pedro Alves <palves@redhat.com>
6365
6366 Remove all calls to strace.
6367
2af7517b
JK
63682012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6369
6370 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
6371 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6372
9241a8bc
PP
63732012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6374
6375 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6376 * gdb.base/pie-execl.exp: Likewise.
6377
3848a17f
KS
63782012-01-12 Keith Seitz <keiths@redhat.com>
6379
6380 PR mi/10586
6381 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6382 (do_anonymous_type_tests): New function.
6383 (main): Call do_anonymous_type_tests.
6384 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6385 (verify_everything): New procedure.
6386 * gdb.mi/mi-var-cp.cc (class A): New class.
6387 (anonymous_structs_and_unions): New function.
6388 (main): Call anonymous_structs_and_unions.
6389 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6390 (verify_everything): New procedure.
6391
440e2fca
KS
63922012-01-12 Keith Seitz <keiths@redhat.com>
6393
6394 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6395 (varobj_tree::get_path_expr): Assume that all varobjs are
6396 compound unless they are known simple types.
6397 Adjust path expressions based on parent type, path parent type,
6398 and tree language.
6399 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6400 the root varobj.
6401 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6402
675399c9
PA
64032012-01-11 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6406 core files on this machine" anymore.
6407
97ddaa9b
PH
64082012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6409
6410 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6411 (main): Repeat recurser call.
6412 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6413 equivalent to 'local_x'.
6414
ea733575 64152012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 6416 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
6417
6418 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6419
2ca0b532
PA
64202012-01-05 Pedro Alves <alves.ped@gmail.com>
6421
6422 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6423 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6424 * gdb.python/py-events.exp: Test that "step N" tripping on a
6425 breakpoint emits a breakpoint event.
6426
6e681866
JB
64272012-01-03 Joel Brobecker <brobecker@adacore.com>
6428
6429 * gdb.base/auxv.exp: Reformat the copyright notice.
6430
3c2d6aff
YQ
64312012-01-03 Yao Qi <yao@codesourcery.com>
6432
6433 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6434 (strace_trace_on_diff_addr): New.
6435 * gdb.trace/strace.c: (main): Add two local variables.
6436
0852fee3
UW
64372011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6438
6439 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6440 * gdb.cell/gcore.exp: Likewise.
6441 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6442 to verify the correct instance of main is selected.
6443
12c3e59c
JB
64442012-01-02 Joel Brobecker <brobecker@adacore.com>
6445
6446 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6447 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6448 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6449 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6450 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6451 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6452 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6453 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6454 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6455 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6456 gdb.threads/thread_check.c: Reformat copyright header.
6457
c0f378ec
EBM
64582011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6459
e4a7ca93 6460 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
6461 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6462 is not enabled.
6463
3bc96cfb
JK
64642011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6465
6466 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6467 parameter to self_exec, adjust the function.
6468 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6469 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6470 (set var do_exit = 0): Remove test.
6471 (newline at end of file): Add one.
6472
095bcf5e
JB
64732011-12-27 Joel Brobecker <brobecker@adacore.com>
6474
6475 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6476 New files.
6477
18d19bd1
JK
64782011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6479
6480 Fix racy FAILs.
6481 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6482 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6483 (main): Call pthread_barrier_init for it.
6484
e809353a
JK
64852011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6486
6487 Fix double send_gdb leading to racy FAILs.
6488 * gdb.base/break.exp (set silent break bp_location1): Replace
6489 3x send_gdb and gdb_expect by gdb_test.
6490 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6491 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6492 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6493 instead of send_gdb. Twice.
6494 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6495 3x send_gdb and gdb_expect by gdb_test.
6496 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6497
da8cb7ec
JK
64982011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 * gdb.linespec/linespec.exp: Compile using {c++}.
6501
ae1a303e
JK
65022011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6503
6504 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6505 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6506 (verify GCC PR debug/51668): New test.
6507
cc72b2a2
KP
65082011-12-23 Kevin Pouget <kevin.pouget@st.com>
6509
6510 Introduce gdb.FinishBreakpoint in Python.
6511 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6512 py-finish-breakpoint2
6513 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6514 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6515 instead of line number.
6516 * gdb.python/py-finish-breakpoint.c: New file.
6517 * gdb.python/py-finish-breakpoint.exp: New file.
6518 * gdb.python/py-finish-breakpoint.py: New file.
6519 * gdb.python/py-finish-breakpoint2.cc: New file.
6520 * gdb.python/py-finish-breakpoint2.exp: New file.
6521 * gdb.python/py-finish-breakpoint2.py: New file.
6522
3b7962f9
JK
65232011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6524
6525 Partial fix of compatibility with gcc-4.7.
6526 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6527 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6528 Add comment to add a PASS case in the future.
6529
6538471c
JK
6530 Fix compatibility with gcc-4.7.
6531 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6532
7052e42c
UW
65332011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6534
6535 PR tdep/12797
6536 * gdb.base/callfuncs.exp: Remove KFAIL.
6537
9ac7f98e
JB
65382011-12-21 Joel Brobecker <brobecker@adacore.com>
6539
6540 * gdb.ada/task_bp: New testcase.
6541
f6eeced0
JK
65422011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6543
6544 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6545 -DNO_SECTIONS.
6546 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6547
72225e17
JK
65482011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6549
6550 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6551 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6552 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6553 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6554 conditional for gcc <= 4.5.
6555
13ac8d2c
JK
65562011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6557
6558 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6559 by XFAIL.
6560 * gdb.cp/static-method.exp (info addr A::func())
6561 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6562 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6563 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6564 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6565 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6566 (test value of F in k3_m): Likewise.
6567 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6568 Likewise.
6569
049682ba
JK
65702011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6571
6572 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6573 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6574 Remove.
6575 * gdb.threads/attachstop-mt.c: Remove.
6576 * gdb.threads/attachstop-mt.exp: Remove.
6577
2c9d8796
MK
65782011-12-17 Mark Kettenis <kettenis@gnu.org>
6579
6580 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6581
e0f9f062
DE
65822011-12-16 Doug Evans <dje@google.com>
6583
f4aa2101 6584 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
6585 * boards/native-gdbserver.exp: New file.
6586
e0f9f062
DE
6587 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6588 gdbserver output.
6589 (gdbserver_default_get_remote_address): New function.
6590 (gdbserver_start): Call gdb,get_remote_address to compute argument
6591 to "target remote" command.
6592
80b6e756
PM
65932011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6594
1c3ad6ab 6595 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
6596 python print-stack. Add set/show python print-stack
6597 off|full|message tests.
6598
1576bd00
YQ
65992011-12-15 Yao Qi <yao@codesourcery.com>
6600
6601 * gdb.trace/strace.c: New
6602 * gdb.trace/strace.exp: New.
6603
d6a0f6e0
TT
66042011-12-14 Tom Tromey <tromey@redhat.com>
6605
6606 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6607
31015e1d
DE
66082011-12-14 Doug Evans <dje@google.com>
6609
6610 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6611
7b50312a
PA
66122011-12-14 Pedro Alves <pedro@codesourcery.com>
6613
6614 PR threads/10729
6615
6616 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 6617 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 6618
924437bc
PA
66192011-12-13 Pedro Alves <pedro@codesourcery.com>
6620 Doug Evans <dje@google.com>
6621
6622 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6623 (clean_restart): Remove references to the gdb_stub target board
6624 variable.
6625 (gdb_step_for_stub): Delete.
6626
6627 * gdb.base/annota1.exp: Remove all references to [target_info
6628 exists gdb_stub], gdb_step_for_stub and usestubs.
6629 * gdb.base/annota3.exp: Ditto.
6630 * gdb.base/async.exp: Ditto.
6631 * gdb.base/break.exp: Ditto.
6632 * gdb.base/code-expr.exp: Ditto.
6633 * gdb.base/commands.exp: Ditto.
6634 * gdb.base/completion.exp: Ditto.
6635 * gdb.base/condbreak.exp: Ditto.
6636 * gdb.base/consecutive.exp: Ditto.
6637 * gdb.base/cvexpr.exp: Ditto.
6638 * gdb.base/define.exp: Ditto.
6639 * gdb.base/display.exp: Ditto.
6640 * gdb.base/ena-dis-br.exp: Ditto.
6641 * gdb.base/environ.exp: Ditto.
6642 * gdb.base/gnu-ifunc.exp: Ditto.
6643 * gdb.base/maint.exp: Ditto.
6644 * gdb.base/pending.exp: Ditto.
6645 * gdb.base/sect-cmd.exp: Ditto.
6646 * gdb.base/sepdebug.exp: Ditto.
6647 * gdb.base/unload.exp: Ditto.
6648 * gdb.base/watchpoint-solib.exp: Ditto.
6649 * gdb.cp/annota2.exp: Ditto.
6650 * gdb.cp/annota3.exp: Ditto.
6651 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6652 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6653 * gdb.mi/mi-pending.exp: Ditto.
6654 * gdb.trace/circ.exp: Ditto.
6655 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6656 * gdb.base/list.exp: Ditto.
6657
6658 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6659 breakpoint function and all references to the usestubs macro.
6660 * gdb.base/exprs.c: Ditto.
6661 * gdb.base/freebpcmd.c: Ditto.
6662 * gdb.base/bitfields.c: Ditto.
6663 * gdb.base/bitfields2.c: Ditto.
6664 * gdb.base/break.c: Ditto.
6665 * gdb.base/call-sc.c: Ditto.
6666 * gdb.base/call-signals.c: Ditto.
6667 * gdb.base/callfuncs.c: Ditto.
6668 * gdb.base/charset.c: Ditto.
6669 * gdb.base/consecutive.c: Ditto.
6670 * gdb.base/constvars.c: Ditto.
6671 * gdb.base/funcargs.c: Ditto.
6672 * gdb.base/int-type.c: Ditto.
6673 * gdb.base/interrupt.c: Ditto.
6674 * gdb.base/langs0.c: Ditto.
6675 * gdb.base/list0.c: Ditto.
6676 * gdb.base/mips_pro.c: Ditto.
6677 * gdb.base/miscexprs.c: Ditto.
6678 * gdb.base/nodebug.c: Ditto.
6679 * gdb.base/opaque0.c: Ditto.
6680 * gdb.base/pointers.c: Ditto.
6681 * gdb.base/printcmds.c: Ditto.
6682 * gdb.base/ptype.c: Ditto.
6683 * gdb.base/recurse.c: Ditto.
6684 * gdb.base/reread1.c: Ditto.
6685 * gdb.base/reread2.c: Ditto.
6686 * gdb.base/restore.c: Ditto.
6687 * gdb.base/return.c: Ditto.
6688 * gdb.base/run.c: Ditto.
6689 * gdb.base/scope0.c: Ditto.
6690 * gdb.base/sepdebug.c: Ditto.
6691 * gdb.base/setshow.c: Ditto.
6692 * gdb.base/setvar.c: Ditto.
6693 * gdb.base/sigall.c: Ditto.
6694 * gdb.base/signals.c: Ditto.
6695 * gdb.base/structs.c: Ditto.
6696 * gdb.base/structs2.c: Ditto.
6697 * gdb.base/testenv.c: Ditto.
6698 * gdb.base/twice.c: Ditto.
6699 * gdb.base/unwindonsignal.c: Ditto.
6700 * gdb.base/watchpoint.c: Ditto.
6701 * gdb.base/watchpoints.c: Ditto.
6702 * gdb.base/whatis.c: Ditto.
6703 * gdb.cp/classes.cc: Ditto.
6704 * gdb.cp/cplusfuncs.cc: Ditto.
6705 * gdb.cp/derivation.cc: Ditto.
6706 * gdb.cp/formatted-ref.cc: Ditto.
6707 * gdb.cp/misc.cc: Ditto.
6708 * gdb.cp/overload.cc: Ditto.
6709 * gdb.cp/ovldbreak.cc: Ditto.
6710 * gdb.cp/ref-params.cc: Ditto.
6711 * gdb.cp/ref-types.cc: Ditto.
6712 * gdb.cp/templates.cc: Ditto.
6713 * gdb.cp/virtfunc.cc: Ditto.
6714 * gdb.hp/gdb.aCC/run.c: Ditto.
6715 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6716 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6717 * gdb.reverse/consecutive-reverse.c: Ditto.
6718 * gdb.reverse/sigall-reverse.c: Ditto.
6719 * gdb.reverse/until-reverse.c: Ditto.
6720 * gdb.reverse/watch-reverse.c: Ditto.
6721 * gdb.trace/actions.c: Ditto.
6722 * gdb.trace/circ.c: Ditto.
6723 * gdb.trace/collection.c: Ditto.
6724
fabde485
PA
67252011-12-13 Pedro Alves <pedro@codesourcery.com>
6726
6727 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6728 (func6, func7): New.
6729 (main): Call func6 and func7.
6730 * gdb.base/watchpoint.exp (test_wide_location_1)
6731 (test_wide_location_2): New.
6732 (top level): Re-enable hardware watchpoints if necessary. Call
6733 test_wide_location_1 and test_wide_location_2.
6734
ff7d1690
YQ
67352011-12-11 Yao Qi <yao@codesourcery.com>
6736
6737 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
6738
a6af7abe
JB
67392011-12-11 Joel Brobecker <brobecker@adacore.com>
6740
6741 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
6742 expected output for unsupported case.
6743
61638e15
JK
67442011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6745
6746 PR testsuite/12649
6747 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
6748 Protect gdb_test_multiple by final $gdb_prompt match.
6749
0a00efc3
JK
67502011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6751
6752 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
6753 New variable, new test.
6754 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6755 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6756 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6757 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
6758 them if HAVE_GCC_45682_FIXED is not set.
6759
4511b1ba
YQ
67602011-12-10 Yao Qi <yao@codesourcery.com>
6761
6762 * gdb.trace/status-stop.exp: New.
6763 * gdb.trace/status-stop.c: New.
6764
27949e73
JK
67652011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6766
6767 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
6768 timeout.
6769
d8ea7931
TT
67702011-12-08 Tom Tromey <tromey@redhat.com>
6771
6772 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
6773 condition.
6774
1cc310d2
SS
67752011-12-07 Stan Shebs <stan@codesourcery.com>
6776
6777 * gdb.trace/tfind.exp: Update for output changes.
6778
d482a875
PA
67792011-12-07 Pedro Alves <pedro@codesourcery.com>
6780
6781 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
6782 throws "Cannot insert catchpoints in this configuration".
6783 * gdb.ada/mi_catch_ex.exp: Likewise.
6784
f0ba3972
PA
67852011-12-06 Pedro Alves <pedro@codesourcery.com>
6786
6787 * gdb.base/break-always.exp: Test changing memory at addresses
6788 with breakpoints inserted.
6789
f8eba3c6
TT
67902011-12-06 Joel Brobecker <brobecker@acacore.com>
6791
6fdff2c5
PA
6792 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
6793 involving a fully qualified function name.
f8eba3c6
TT
6794
67952011-12-06 Tom Tromey <tromey@redhat.com>
6796
6797 * gdb.ada/homonym.exp: Add three breakpoint tests.
6798
67992011-12-06 Tom Tromey <tromey@redhat.com>
6800
6801 * gdb.base/solib-weak.exp (do_test): Remove kfail.
6802 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
6803 * gdb.objc/objcdecode.exp: Update for output changes.
6804 * gdb.linespec/linespec.exp: New file.
6805 * gdb.linespec/lspec.cc: New file.
6806 * gdb.linespec/lspec.h: New file.
6807 * gdb.linespec/body.h: New file.
6808 * gdb.linespec/base/two/thefile.cc: New file.
6809 * gdb.linespec/base/one/thefile.cc: New file.
6810 * gdb.linespec/Makefile.in: New file.
6811 * gdb.cp/templates.exp (test_template_breakpoints): Update for
6812 output changes.
6813 * gdb.cp/re-set-overloaded.exp: Remove kfail.
6814 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
6815 makes one breakpoint.
6816 * gdb.cp/method2.exp (test_break): Update for output changes.
6817 * gdb.cp/mb-templates.exp: Update for output changes.
6818 * gdb.cp/mb-inline.exp: Update for output changes.
6819 * gdb.cp/mb-ctor.exp: Update for output changes.
6820 * gdb.cp/ovsrch.exp: Use fully-qualified names.
6821 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
6822 has multiple matches.
6823 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
6824 error message change.
6825 * gdb.base/list.exp (test_list_filename_and_number): Update for
6826 error message change.
6827 * gdb.base/break.exp: Disable pending breakpoints. Update for
6828 output changes.
6829 * configure.ac: Add gdb.linespec.
6830 * configure: Rebuild.
6831 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
6832
c642a434
UW
68332011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
6834
6835 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
6836 last_break register on s390*-*-* targets.
6837
b18003d1
JB
68382011-12-06 Joel Brobecker <brobecker@adacore.com>
6839
6840 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
6841 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
6842 of parameter X in procedure Foo.
6843
fe96589c
SS
68442011-12-05 Stan Shebs <stan@codesourcery.com>
6845
6846 * gdb.trace/tfind.exp: Update help string matches.
6847
1820ab47
JK
68482011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6849
6850 * gdb.server/ext-run.exp (get process list): Accept also systemd
6851 as PID 1.
6852
e11ac3a3
JK
68532011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6854 Pedro Alves <pedro@codesourcery.com>
6855
6856 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
6857 starting GDB.
6858 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
6859 $use_gdb_stub.
6860 * gdb.base/display.exp: Likewise.
6861 * gdb.base/ending-run.exp: Likewise.
6862 * gdb.base/list.exp (test_listsize): Likewise.
6863 * gdb.base/setshow.exp: Likewise.
6864 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
6865 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
6866 check by global $use_gdb_stub.
6867 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
6868 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
6869 (default_gdb_init): Unset global $use_gdb_stub.
6870 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
6871 by global $use_gdb_stub.
6872 * lib/gdbserver-support.exp: Extend comments for set_board_info
6873 gdb_protocol and gdb,socketport.
6874 (gdbserver_start_extended): Set global gdbserver_protocol and
6875 gdbserver_gdbport. Clear global use_gdb_stub.
6876 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
6877 from target use_gdb_stub.
6878 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
6879
1d41d75c
DE
68802011-12-03 Doug Evans <dje@google.com>
6881
6882 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
6883 (gdb_step_for_stub): Add comments.
6884
d6d7a51a
MR
68852011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
6886
6887 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
6888 to the caller.
6889 (gdb_test_multiple): Likewise.
6890
05acf274
JK
68912011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6892
6893 Fix gdb.mi/mi-solib.exp without system debug info installed.
6894 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
6895 expect attribute, return 0 for it. Update comments.
6896
2268b414
JK
68972011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6898
6899 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
6900 (corrupted list): Adjust the expectation.
6901
585861ea
JK
69022011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6903
6904 PR threads/13448
6905 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
6906 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
6907 * gdb.threads/tls-var-main.c: New file.
6908 * gdb.threads/tls-var.c: New file.
6909 * gdb.threads/tls-var.exp: New file.
6910
968643aa
JK
69112011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6912
6913 PR testsuite/12649
6914 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
6915 Protect gdb_test_multiple by final $gdb_prompt match.
6916 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
6917 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
6918 (test_tracepoints): Likewise.
6919
9750bca9
JK
69202011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6921
6922 PR breakpoints/13346
6923 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
6924 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
6925 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
6926
ac1349b7
JB
69272011-12-01 Joel Brobecker <brobecker@adacore.com>
6928
6929 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
6930 * gdb.ada/homonym/homonym.adb: For use of all types defined
6931 locally inside both Get_Value subprograms.
6932
26d44faf
JK
69332011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6934
6935 Fix racy FAILs.
6936 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
6937 of send_gdb.
6938
514f6425
UW
69392011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6940
6941 * gdb.base/testenv.exp: Skip on remote targets. Unset global
6942 environment variable after test completed.
6943
4255c8d2
UW
69442011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6945
6946 * gdb.base/solib-nodir.exp: Skip if remote target.
6947 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
6948 application. Call gdb_load_shlibs.
6949 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
6950
a35ad96a
JB
69512011-11-29 Joel Brobecker <brobecker@adacore.com>
6952
6953 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
6954
1a1d5513
JB
69552011-11-28 Joel Brobecker <brobecker@adacore.com>
6956
6957 * gdb.ada/fullname_bp: New testcase.
6958
50b4ddf8
JK
69592011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6960
6961 PR testsuite/12649
6962 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
6963 Wrap send_gdb into a new gdb_test.
6964
fb0aec57
JK
6965 Code cleanup.
6966 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
6967 Convert send_gdb and gdb_expect to gdb_test_multiple.
6968
2376d946
JK
69692011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6970
6971 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
6972
1eec78bd
KS
69732011-11-23 Keith Seitz <keiths@redhat.com>
6974
6975 * lib/mi-support.exp (varobj_tree): New namespace and procs.
6976 (mi_varobj_tree_test_children_callback): New proc.
6977 (mi_walk_varobj_tree): New proc.
6978
36dfb11c
TT
69792011-11-22 Tom Tromey <tromey@redhat.com>
6980
6981 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
6982 Add "use_mi_command" argument.
6983 (mi_run_cmd, mi_run_with_cli): New procs.
6984 * gdb.mi/solib-lib.c: New file.
6985 * gdb.mi/solib-main.c: New file.
6986 * gdb.mi/mi-solib.exp: New file.
6987
0e965dd0
DE
69882011-11-21 Doug Evans <dje@google.com>
6989
6990 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
6991 _Unwind_DebugHook is missing.
6992
f196051f
SS
69932011-11-20 Stan Shebs <stan@codesourcery.com>
6994
6995 * gdb.trace/tstatus.exp: New.
6996 * gdb.trace/actions.c: Include string.h.
6997
bfccc43c
YQ
69982011-11-18 Yao Qi <yao@codesourcery.com>
6999
7000 * gdb.trace/pending.exp: New.
7001 * gdb.trace/pending.c: New.
7002 * gdb.trace/pendshr1.c: New.
7003 * gdb.trace/pendshr2.c: New.
7004 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7005 tracepoint location becomes pending.
7006 (tracepoint_change_loc_2): New.
7007
73cd8ab1
DM
70082011-11-16 David S. Miller <davem@davemloft.net>
7009
7010 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7011 target is sparc*-*-linux*
7012
77426730
PK
70132011-11-15 Paul Koning <paul_koning@dell.com>
7014
7015 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7016 types.
7017
ed59ded5
DE
70182011-11-14 Doug Evans <dje@google.com>
7019
7020 * gdb.base/shell.exp: New file.
7021
405f8e94
SS
70222011-11-14 Stan Shebs <stan@codesourcery.com>
7023
7024 * gdb.trace/ftrace.c: New.
7025 * gdb.trace/ftrace.exp: New.
7026
1e4d1764
YQ
70272011-11-14 Yao Qi <yao@codesourcery.com>
7028
7029 * gdb.trace/change-loc-1.c: New.
7030 * gdb.trace/change-loc-2.c: New.
7031 * gdb.trace/change-loc.c: New.
7032 * gdb.trace/change-loc.exp: New.
7033 * gdb.trace/change-loc.h: New.
7034 * gdb.trace/trace-break.c (marker): Define new symbol.
7035 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 7036 New.
1e4d1764
YQ
7037 (break_trace_same_addr_6): New.
7038
71eba9c2 70392011-11-12 Matt Rice <ratmice@gmail.com>
7040
7041 * gdb.base/info-macros.exp: Make tests for info definitions
7042 test info macro. Add tests for info macro argument processing.
7043 Rename a few tests.
7044
1d93e29a
KS
70452011-11-11 Keith Seitz <keiths@redhat.com>
7046
7047 PR gdb/12843
7048 * gdb.base/linespecs.exp: New file.
7049
a4b5b48a
DE
70502011-11-11 Doug Evans <dje@google.com>
7051
7052 * gdb.threads/print-threads.exp: Extend timeout for slower
7053 tests.
7054
f6b47be4
DE
70552011-11-10 Doug Evans <dje@google.com>
7056
792a0230
DE
7057 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
7058 "record to end of main" test.
7059
f6b47be4
DE
7060 * gdb.python/py-type.c (TS): New typedef.
7061 (ts): New global.
7062 * gdb.python/py-type.exp: Test field list of typedef.
7063
22355c90
JB
70642011-11-10 Joel Brobecker <brobecker@adacore.com>
7065
7066 * gdb.ada/small_reg_param: New testcase.
7067
a7860e76
TT
70682011-11-09 Tom Tromey <tromey@redhat.com>
7069
7070 * gdb.cp/destrprint.exp: New file.
7071 * gdb.cp/destrprint.cc: New file.
7072
72a2e3dc
MI
70732011-11-08 Meador Inge <meadori@codesourcery.com>
7074
7075 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
7076 (switch_stack_to_other): New test function.
7077 * gdb.arch/thumb-prologue.exp: New test cases.
7078
c7195df2 70792011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
7080
7081 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
7082
d3895d7d
YQ
70832011-11-08 Yao Qi <yao@codesourcery.com>
7084
7085 * gdb.exp (supports_process_record): New.
7086 (supports_reverse): New.
7087 * gdb.reverse/break-precsave.exp: Call support_process_record
7088 to run test conditionally.
7089 * gdb.reverse/consecutive-precsave.exp: Likewise.
7090 * gdb.reverse/i386-precsave.exp: Likewise.
7091 * gdb.reverse/machinestate-precsave.exp: Likewise.
7092 * gdb.reverse/solib-precsave.exp: Likewise.
7093 * gdb.reverse/step-precsave.exp: Likewise.
7094 * gdb.reverse/until-precsave.exp: Likewise.
7095 * gdb.reverse/watch-precsave.exp: Likewise.
7096 * gdb.reverse/break-reverse.exp: Call support_reverse to run
7097 test conditionally.
7098 * gdb.reverse/consecutive-reverse.exp: Likewise.
7099 * gdb.reverse/finish-precsave.exp: Likewise.
7100 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
7101 * gdb.reverse/finish-reverse.exp: Likewise.
7102 * gdb.reverse/i386-reverse.exp: Likewise.
7103 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7104 * gdb.reverse/machinestate.exp: Likewise.
7105 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
7106 * gdb.reverse/sigall-precsave.exp: Likewise.
7107 * gdb.reverse/sigall-reverse.exp: Likewise.
7108 * gdb.reverse/solib-reverse.exp: Likewise.
7109 * gdb.reverse/step-reverse.exp: Likewise.
7110 * gdb.reverse/until-reverse.exp: Likewise.
7111 * gdb.reverse/watch-reverse.exp: Likewise.
7112
a59306a3
YQ
71132011-11-05 Yao Qi <yao@codesourcery.com>
7114
7115 * gdb.trace/trace-break.exp: Add test on setting two
7116 fast tracepoints at the same address.
7117
87769f59
JK
71182011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7119
7120 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
7121
3065dfb6
SS
71222011-11-02 Stan Shebs <stan@codesourcery.com>
7123
7124 * gdb.trace/collection.c: Add code using strings.
7125 * gdb.trace/collection.exp: Add tests of string collection.
7126
89e208db
JK
71272011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7128
7129 * gdb.base/skip-solib.exp (executable_main): New variable.
7130 (binfile_main): Base it on that.
7131 Use $executable_main in clean_restart calls. Drop gdb_exit and
7132 gdb_start calls.
7133
405e54e9
JK
71342011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7135
7136 Fix racy FAILs.
7137 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
7138 breakpoint_re globals import by async. Set string_regex to .* for
7139 async. Remove the optional thread_selected_re and breakpoint_re
7140 globals expectations.
7141
58e8570a
JM
71422011-11-01 Joseph Myers <joseph@codesourcery.com>
7143
7144 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
7145 well as Cygwin.
7146
7b35ec7f 71472011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
7148
7149 Add tests for skip command.
89e208db
JK
7150 * gdb.base/skip-solib-lib.c: New
7151 * gdb.base/skip-solib-main.c: New
7152 * gdb.base/skip-solib.exp: New
7153 * gdb.base/skip.c: New
7154 * gdb.base/skip.exp: New
7155 * gdb.base/skip1.c: New
7156 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 7157
b9fd1791
PA
71582011-10-31 Yao Qi <yao@codesourcery.com>
7159 Pedro Alves <pedro@codesourcery.com>
7160
6fdff2c5
PA
7161 * gdb.trace/trace-break.c: New.
7162 * gdb.trace/trace-break.exp: New.
b9fd1791 7163
4323fecc
JK
71642011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7165
7166 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7167 break-here-2.
7168
0e5bf2a8
PA
71692011-10-28 Pedro Alves <pedro@codesourcery.com>
7170
7171 * gdb.threads/no-unwaited-for-left.c: New.
7172 * gdb.threads/no-unwaited-for-left.exp: New.
7173 * gdb.threads/non-ldr-exc-1.c: New.
7174 * gdb.threads/non-ldr-exc-1.exp: New.
7175 * gdb.threads/non-ldr-exc-2.c: New.
7176 * gdb.threads/non-ldr-exc-2.exp: New.
7177 * gdb.threads/non-ldr-exc-3.c: New.
7178 * gdb.threads/non-ldr-exc-3.exp: New.
7179 * gdb.threads/non-ldr-exc-4.c: New.
7180 * gdb.threads/non-ldr-exc-4.exp: New.
7181
3a3dad98
JK
71822011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7183
7184 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7185 * gdb.base/attach-pie-misread.exp: Likewise.
7186 * gdb.base/break-interp.exp: Likewise.
7187 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7188 testcases for use_gdb_stub.
7189 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7190 (continue): New testcase.
7191 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7192 * gdb.threads/attach-into-signal.exp: Likewise.
7193 * gdb.threads/attach-stopped.exp: Likewise.
7194 * gdb.threads/attachstop-mt.exp: Likewise.
7195
d6a5d40c
PK
71962011-10-28 Paul Koning <paul_koning@dell.com>
7197
7198 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7199
ca539be8
JK
72002011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7201
7202 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7203 (mi_gdb_test): Import globals thread_selected_re
7204 and breakpoint_re. Expect them optionally at the regex start.
7205
d234ef5c
DE
72062011-10-27 Doug Evans <dje@google.com>
7207
7208 * gdb.python/python.exp: Test source -s.
7209
ab964825
PK
72102011-10-26 Paul Koning <paul_koning@dell.com>
7211
7212 * gdb.python/lib-types.cc (struct A): New structure.
7213 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 7214
54d8a644
PK
72152011-10-25 Paul Koning <paul_koning@dell.com>
7216
7217 PR python/13327
d234ef5c 7218
54d8a644
PK
7219 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7220 fetch_lazy method.
7221
b0221781
YQ
72222011-10-24 Yao Qi <yao@codesourcery.com>
7223
7224 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7225 target is tic6x-*-*.
7226
6cda5a20
JB
72272011-10-21 Joel Brobecker <brobecker@adacore.com>
7228
7229 * gdb.ada/mi_task_info/task_switch.adb: New file.
7230 * gdb.ada/mi_task_info.exp: New file.
7231
5ed9db04
JK
72322011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7233
7234 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7235 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7236
9df2fbc4
PM
72372011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7238
7239 PR python/12656
7240
7241 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7242 global_block tests.
7243
736086ba
TT
72442011-10-18 Tom Tromey <tromey@redhat.com>
7245
7246 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7247
4af31552
TT
72482011-10-18 Tom Tromey <tromey@redhat.com>
7249
7250 * gdb.base/source.exp: Don't include full file name in test name.
7251 * gdb.python/python.exp: Don't include full file name in test
7252 name.
7253
43136979
AR
72542011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7255
7256 * gdb.base/attach-pie-noexec.c: New files.
7257 * gdb.base/attach-pie-noexec.exp: New files.
7258
543a9323
JM
72592011-10-17 Joseph Myers <joseph@codesourcery.com>
7260
7261 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7262 prompt for each extra line in command.
7263
21ae7a4d
JK
72642011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7265
7266 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7267 Revert the part of:
7268 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7269 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7270 Change the expected string.
7271
20ec36d9
JK
72722011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7273
7274 Fix results with system glibc debug info installed.
7275 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7276 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7277 Accept also __libc_ symbol prefix and no prefix.
7278
6501c2fc
KS
72792011-10-14 Keith Seitz <keiths@redhat.com>
7280
7281 PR c++/13225
7282 * gdb.cp/converts.cc (foo3_1): New function.
7283 (foo3_2): New functions.
7284 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7285 and null pointer conversions of integer constant zero.
7286 Add test to check if all arguments are checked for incompatible
7287 conversion BADNESS.
7288
55b1fd0c
TT
72892011-10-14 Tom Tromey <tromey@redhat.com>
7290
7291 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7292 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7293 linespec.
7294
22c05d8a
JK
72952011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7296
7297 Fix internal error regression.
7298 * gdb.dwarf2/implptr-optimized-out.S: New file.
7299 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7300
1d6edc3c
JK
73012011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7302
7303 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7304 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7305 (loclist): New.
7306 (4): New abbrev.
7307 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7308 Use prepare_for_testing, remove clean_restart.
7309 (p arraynoloc, p arraycallnoloc): New tests.
7310
9ec72168
JK
73112011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7312
7313 * gdb.cp/namespace-enum.exp (executable): New variable.
7314 (binfile): Use ${objdir}/${subdir}/ prefix.
7315 Use ${executable} for clean_restart.
7316
9c6c53f7
SA
73172011-10-11 Sterling Augustine <saugustine@google.com>
7318
7319 * gdb.cp/Makefile.in: Add namespace-enum test.
7320 * gdb.cp/namespace-enum.exp: New file.
7321 * gdb.cp/namespace-enum.c: New file.
7322 * gdb.cp/namespace-enum-main.c: New file.
7323
fac7ceb3
UW
73242011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
7325
7326 * gdb.python/py-shared.exp: Relax filename check to handle remote:
7327 sysroot.
7328
941b2081
JK
73292011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7330
7331 Reimplement @entry in input expressions.
7332 * gdb.base/exprs.c (v_int_array_init): New variable.
7333 * gdb.base/exprs.exp (print v_int_array_init)
7334 (print *v_int_array_init@1, print *v_int_array_init@2)
7335 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
7336 (print v_int_array_init[1]@1): New tests.
7337
0344e878
JM
73382011-10-10 Joseph Myers <joseph@codesourcery.com>
7339
7340 * gdb.cp/gdb2495.exp: Do not include directories in filename in
7341 expected message.
7342
5a56e9c5
DE
73432011-10-09 Doug Evans <dje@google.com>
7344
7345 * gdb.base/alias.exp: Add tests for alias command.
7346
2bda9cc5
JK
73472011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7348
7349 * gdb.arch/amd64-entry-value.s: New file.
7350 * gdb.mi/mi2-amd64-entry-value.s: New file.
7351
a471c594
JK
73522011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7353
7354 Display @entry parameter values even for references.
7355 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
7356 functions.
7357 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
7358 reference and datap_input.
7359 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
7360 breakpoints.
7361 (continue to breakpoint: entry_reference: reference)
7362 (entry_reference: bt at entry)
7363 (continue to breakpoint: entry_reference: breakhere_reference)
7364 (entry_reference: bt, entry_reference: ptype regparam)
7365 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
7366 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
7367 (entry_reference: p regcopy, entry_reference: p nodataparam)
7368 (entry_reference: p nodataparam@entry): New tests.
7369
36b11add
JK
73702011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7371
7372 Support @entry in input expressions.
7373 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7374 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7375 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7376 (tailcall: p j@entry): New tests.
7377 * gdb.cp/koenig.cc (A::entry): New function.
7378 (main): Call it.
7379 * gdb.cp/koenig.exp (p entry (c)): New test.
7380
e18b2753
JK
73812011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7382
7383 Display @entry parameter values (without references).
7384 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7385 (different, validity, invalid): New functions.
7386 (main): Call them.
7387 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7388 stacktest, breakhere_stacktest, different, breakhere_different,
7389 breakhere_validity and breakhere_invalid.
7390 (entry: bt): Update for @entry.
7391 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7392 (entry_validity: *, entry_invalid: *): Many new tests.
7393 * gdb.base/break.exp
7394 (run until breakpoint set at small function, optimized file): Accept
7395 also the @entry suffix.
7396 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7397 * gdb.mi/mi2-amd64-entry-value.c: New files.
7398 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7399
2d6c5dc2
JK
74002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7401
7402 Protect entry values against self tail calls.
7403 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7404 (main): Call self.
7405 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7406 (set debug entry-values 1, self: bt debug entry-values): New tests.
7407
111c6489
JK
74082011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7409
7410 Recognize virtual tail call frames.
7411 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7412 (amb_b, amb_a): New.
7413 (main): Call a and b.
7414 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7415 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7416 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7417 New tests.
7418
8e3b41a9
JK
74192011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7420
7421 Implement basic support for DW_TAG_GNU_call_site.
7422 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7423 * gdb.arch/amd64-entry-value.cc: New file.
7424 * gdb.arch/amd64-entry-value.exp: New file.
7425
181cebd4
JK
74262011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7429 * gdb.dwarf2/implptr-64bit.S: New file.
7430 * gdb.dwarf2/implptr-64bit.exp: New file.
7431
741f5e3c
JK
74322011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7433
7434 Fix initial language detection with -readnow.
7435 * gdb.cp/readnow-language.cc: New file.
7436 * gdb.cp/readnow-language.exp: New file.
7437
a73d2258
JK
74382011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 Fix printed anonymous struct name.
7441 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7442
af369495
JM
74432011-10-09 Joseph Myers <joseph@codesourcery.com>
7444
7445 * gdb.base/solib-symbol.exp: Do not include directories in
7446 filenames in expected messages.
7447
1fa57852
DE
74482011-10-07 Doug Evans <dje@google.com>
7449
7450 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7451
bd054e06
KP
74522011-10-07 Kevin Pouget <kevin.pouget@st.com>
7453
7454 Allow Python notification of new object-file loadings.
7455 * gdb.python/py-events.exp: Test newobjfile event.
7456 * gdb.python/py-events.py: Register newobjfile callback.
7457 * gdb.python/py-events.c: Add call to shared library
7458 * gdb.python/py-events-shlib.c: New file.
7459
8031b6f8
JM
74602011-10-06 Joseph Myers <joseph@codesourcery.com>
7461
7462 * gdb.base/fixsection.exp: Do not include directories in filename
7463 in expected message.
7464
7fea6923
PM
74652011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7466
7467 Add tests for passing of environment variables to inferior.
7468 * gdb.base/testenv.c: New test source.
7469 * gdb.base/testenv.exp: New expect test.
7470
687f2a88
PK
74712011-10-04 Paul Koning <paul_koning@dell.com>
7472
7473 * gdb.python/py-value.c (main): Break before return.
7474
cb6be26b
KP
74752011-10-04 Kevin Pouget <kevin.pouget@st.com>
7476
7477 PR python/12691: Add the inferior to Python exited event
7478 * gdb.python/py-events.exp: Test the inferior attribute of exited
7479 event with a fork.
7480 * gdb.python/py-events.py: Print inferior number on exit.
7481 * gdb.python/py-events.c: Fork the inferior.
7482
fb213700
EBM
74832011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7484
7485 * gdb.base/jit.exp: Add testcase name to log message
7486
aa2071bd
PK
74872011-10-03 Paul Koning <paul_koning@dell.com>
7488 Jan Kratochvil <jan.kratochvil@redhat.com>
7489
7490 * gdb.python/py-value.exp
7491 (python inval = gdb.parse_and_eval('*(int*)0'))
7492 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7493 (set argc=2, python print argc_lazy): New tests.
7494
dd11a36c
JB
74952011-10-02 Joel Brobecker <brobecker@adacore.com>
7496
7497 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7498
46f886f1
JK
74992011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7500 Pedro Alves <pedro@codesourcery.com>
7501
7502 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7503 can_read_0, test for it.
7504 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7505 (parse_and_eval with memory error): ... here, make it untested if
7506 can_read_0.
7507
c5cb204f
MP
75082011-09-30 Marek Polacek <mpolacek@redhat.com>
7509
7510 * gdb.python/python.exp (verify pagination beforehand)
7511 (verify pagination afterwards): Fix race by splitting the line.
7512
68fb0ec0
JM
75132011-09-29 Joseph Myers <joseph@codesourcery.com>
7514
7515 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7516 for 64-bit multilibs from i?86-* targets.
7517
6aee0d90
MP
75182011-09-29 Marek Polacek <mpolacek@redhat.com>
7519
7520 * lib/gdb.exp: Fix a typo in one of the comments.
7521
e9101ff5
MP
75222011-09-29 Marek Polacek <mpolacek@redhat.com>
7523
7524 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7525 matching pattern.
7526
7a81bdbf
PK
75272011-09-28 Paul Koning <paul_koning@dell.com>
7528
7529 * gdb.python/py-type.c (enum E): New.
7530 * gdb.python/py-type.exp (test_fields): Add tests for Python
7531 mapping access to fields.
7532 (test_enums): New test for field access on enums.
7533
6710bf39
SS
75342011-09-27 Stan Shebs <stan@codesourcery.com>
7535
7536 * gdb.trace/collection.exp: Test collection of $_ret.
7537
b2a6bdeb
AT
75382011-09-22 Andreas Tobler <andreast@fgznet.ch>
7539
7540 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7541 list of compilation switches for <*-*-freebsd*>.
7542
3c9057f3
SS
75432011-09-19 Stan Shebs <stan@codesourcery.com>
7544
7545 * gdb.trace/tspeed.exp: New file.
7546 * gdb.trace/tspeed.c: New file.
7547
34518530
YQ
75482011-09-18 Yao Qi <yao@codesourcery.com>
7549
7550 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7551 instructions.
7552 (test_adr_32bit, test_pop_pc): Likewise.
7553 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7554 Thumb instructions.
7555 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7556 in gdb_test_multiple.
7557 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7558
ab254057
YQ
75592011-09-17 Yao Qi <yao@codesourcery.com>
7560
7561 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7562 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7563 support single step to signal handler.
7564
9c317b71
YQ
75652011-09-17 Yao Qi <yao@codesourcery.com>
7566
7567 * gdb.base/disp-step-fork.c: New.
7568 * gdb.base/disp-step-syscall.exp: New.
7569 * gdb.base/disp-step-vfork.c: New.
7570
a8123151
JB
75712011-09-16 Joel Brobecker <brobecker@adacore.com>
7572
7573 * gdb.ada/tasks.exp: Make the expected output for
7574 the `info tasks' tests more resilient to spacing
7575 changes.
7576
63a9aad8
JK
75772011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7578
7579 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7580 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7581
2aa48337
KP
75822011-09-15 Kevin Pouget <kevin.pouget@st.com>
7583
7584 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7585 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7586
6839b47f
KP
75872011-04-30 Kevin Pouget <kevin.pouget@st.com>
7588
7589 Handle multiple breakpoint hits in Python interface:
7590 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7591 presence.
7592 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7593 breakpoint hits.
7594
0935723e
JK
75952011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7596 Jan Kratochvil <jan.kratochvil@redhat.com>
7597
7598 * gdb.python/py-events.exp: Remove pretty printing comment.
7599 * gdb.python/py-evsignal.exp: New file.
7600 * gdb.python/py-evthreads.c: Include signal.h.
7601 (thread3): Remove variable count3. Remove variable bad and use raise
7602 instead.
7603 (thread2): Remove variable count2. Move thread3 pthread_create here,
7604 merge pthread_join to a single line.
7605 (main): Remove variable count1. Merge pthread_join with pthread_create
7606 to a single line.
7607 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7608 KFAIL python/12966 for gdbserver. Test return value of
7609 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7610 gdb_expect by gdb_test and gdb_test_multiple.
7611 (thread 2, thread 3): New tests.
7612
4801a9a3
PA
76132011-09-12 Matt Rice <ratmice@gmail.com>
7614 Pedro Alves <pedro@codesourcery.com>
7615
7616 PR gdb/13175
7617
7618 * gdb.base/interp.exp: New tests.
7619 * gdb.base/interp.c: New file.
7620
24ece742
DE
76212011-09-12 Doug Evans <dje@google.com>
7622
7623 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7624 * gdb.dwarf2/typeddwarf.exp: Ditto.
7625
7f062217
JK
76262011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7627
7628 Fix compatibility with x32 arch.
7629 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7630 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7631 is_x86_like_target.
7632 * testsuite/gdb.trace/collection.exp: Likewise.
7633 * testsuite/gdb.trace/report.exp: Likewise.
7634 * testsuite/gdb.trace/unavailable.exp: Likewise.
7635 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7636 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7637 (is_x86_like_target): Check also is_amd64_regs_target.
7638
08711b9a
JK
76392011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7640
7641 PR breakpoints/12435
7642 * gdb.arch/amd64-prologue-xmm.c: New file.
7643 * gdb.arch/amd64-prologue-xmm.exp: New file.
7644 * gdb.arch/amd64-prologue-xmm.s: New file.
7645
b99b5f66
JK
76462011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7647
7648 * gdb.dwarf2/dw2-param-error-main.c: New file.
7649 * gdb.dwarf2/dw2-param-error.S: New file.
7650 * gdb.dwarf2/dw2-param-error.exp: New file.
7651
a391a2f6
PA
76522011-09-08 Pedro Alves <pedro@codesourcery.com>
7653
7654 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7655 inferior's pid and look for a core dump named core.$pid. Use
7656 `remote_file' commands on the host instead of hand coding shell
7657 commands on the build.
7658 * gdb.base/valgrind-db-attach.exp: Kill the program before
7659 finishing the test.
7660
7d8e6458 76612011-09-02 Matt Rice <ratmice@gmail.com>
7662
7663 * lib/prompt.exp: New file for testing the first prompt.
7664 * gdb.python/py-prompt.exp: Ditto.
7665 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7666
68e77c9e
PA
76672011-09-02 Pedro Alves <pedro@codesourcery.com>
7668
7669 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7670 0, before testing gcore.
7671
9655e943
JK
76722011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7673
df6dc84d
JK
7674 * dw2-ifort-parameter-debug.S: Update copyright year.
7675 * dw2-ifort-parameter.c: Update copyright year.
7676 * dw2-ifort-parameter.exp: Update copyright year.
7677
9655e943
JK
7678 * dw2-ifort-parameter-debug.S: New file.
7679 * dw2-ifort-parameter.c: New file.
7680 * dw2-ifort-parameter.exp: New file.
7681
353d1d73
JK
76822011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7683
7684 * gdb.base/commands.exp (error_clears_commands_left): New function.
7685 (): Call it.
7686
5c07461a
JK
76872011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7688
7689 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7690 (C): Initialize `a'.
7691 * gdb.mi/mi-inheritance-syntax-error.exp
7692 (-data-evaluate-expression $path): Expect `a' as 5.
7693
0d932b2f
MK
76942011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7695
7696 PR mi/11912
7697 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7698 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7699 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7700 keyword in output of -var-info-path-expression.
7701
bdb54049
JK
77022011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7703
7704 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7705 * gdb.trace/collection.exp: Likewise.
7706 * gdb.trace/report.exp: Likewise.
7707 * gdb.trace/unavailable.exp: Likewise.
7708 * gdb.trace/while-dyn.exp: Likewise.
7709
59cde39c
KS
77102011-08-18 Keith Seitz <keiths@redhat.com>
7711
7712 PR c++/12266
7713 * gdb.cp/meth-typedefs.cc: New file.
7714 * gdb.cp/meth-typedefs.exp: New file.
7715
fa3a4f15
PM
77162011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7717
6fdff2c5 7718 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 7719
c1049fca
JK
77202011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7721
7722 * gdb.arch/i386-dr3-watch.exp
7723 (watchpoint on gap1 does not fit debug registers)
7724 (delete all watchpoints): Fix racy expect strings.
7725
d93f7b5c
YQ
77262011-08-14 Yao Qi <yao@codesourcery.com>
7727
7728 * gdb.base/maint.exp: set data_section to ".neardata".
7729 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7730 * gdb.base/savedregs.exp: Handle SIGILL.
7731 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7732 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7733
457e09f0
DE
77342011-08-12 Doug Evans <dje@google.com>
7735
7736 * gdb.python/py-symbol.exp: Add test for symbol.type.
7737
5d0bb2fb
UW
77382011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
7739
7740 * gdb.threads/pthreads.exp: Enable on non-native configurations.
7741 * gdb.mi/mi-pthreads.exp: Likewise.
7742 * gdb.mi/mi2-pthreads.exp: Likewise.
7743 * gdb.mi/gdb669.exp.exp: Likewise.
7744
fcdfa280
PA
77452011-08-09 Pedro Alves <pedro@codesourcery.com>
7746
7747 * lib/mi-support.exp (detect_async): Rename to...
7748 (mi_detect_async): ... this.
7749 * gdb.mi/mi-nonstop-exit.exp: Adjust.
7750 * gdb.mi/mi-nonstop.exp: Adjust.
7751 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
7752 * gdb.mi/mi-nsintrall.exp: Adjust.
7753 * gdb.mi/mi-nsmoribund.exp: Adjust.
7754 * gdb.mi/mi-nsthrexec.exp: Adjust.
7755
9d8fa392
PA
77562011-08-09 Pedro Alves <pedro@codesourcery.com>
7757
7758 * gdb.base/display.c (do_loops): New `p_i' local.
7759 * gdb.base/display.exp: Test displaying a variable that is
7760 temporarily at a bad address.
7761
b6cede78
JK
77622011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7763
7764 * gdb.dwarf2/dw2-op-stack-value.S: New file.
7765 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
7766
67bedb8c
JK
77672011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7768
7769 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
7770 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
7771 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 7772
af6e93b2
PA
77732011-08-05 Pedro Alves <pedro@codesourcery.com>
7774
7775 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
7776 procedure.
7777 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
7778
1cf0e11f
YQ
77792011-08-05 Yao Qi <yao@codesourcery.com>
7780
7781 * gdb.base/callfuncs.exp: Set language after main.
7782 * gdb.cp/cplusfuncs.exp: Likewise.
7783 * gdb.cp/inherit.exp: Likewise.
7784
a1e28cb2
UW
77852011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7786
7787 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
7788 * gdb.base/watch-vfork.exp: Skip on remote targets.
7789
d4f5bbb9
UW
77902011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7791
7792 * gdb.threads/thread-find.exp: Support remote targets.
7793
724f4f80
UW
77942011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7795
7796 * gdb.base/jit.exp: Download solib_binfile to target.
7797 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
7798 and call dlopen without full path name.
7799 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
7800 dlopen without full path name.
7801
934709f0
PW
78022011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7803
7804 * gdb.base/break-always.exp: Complete the test
7805 with duplicated breakpoints and enabling/disabling them.
7806
c26106c4
TT
78072011-08-02 Tom Tromey <tromey@redhat.com>
7808
7809 PR gdb/11289:
7810 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
7811
9300444e 78122011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
7813
7814 PR gdb/13045
7815 * gdb.base/float.exp: Add new test case for PR gdb/13045
7816 * gdb.base/float.c: New file.
7817
00bd41d6
PM
78182011-07-28 Phil Muldoon <pmuldoon@redhat.com>
7819
7820 * gdb.python/py-mi.exp: Test printers returning string hint, and
7821 also not returning a value.
7822 * gdb.python/py-prettyprint.c: Add testcase for above.
7823 * gdb.python/py-prettyprint.py: Add test printer for above.
7824
d24f74ce
JK
78252011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7826
7827 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
7828 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
7829 (.Ldie30) Add as field "data4".
7830 (.Ldie32) Rename field "b" to "shl".
7831 (abbrev4) Change for the "data4" field.
7832 (abbrev5, abbrev6) Remove.
7833 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
7834 (p &s.shl): ... here. Add comment.
7835 (p &s.data4): New.
7836
bb7da2bf
JK
78372011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7838
7839 Fix crash on lval_computed values.
7840 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
7841
11081198
JK
78422011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7843
7844 * gdb.base/help.exp (help whatis): Update the expected string.
7845
3c6e0cb3
JK
78462011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7847
7848 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
7849 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
7850 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7851 Change the expected string.
7852
efa80663
PA
78532011-07-26 Pedro Alves <pedro@codesourcery.com>
7854
7855 * gdb.base/watchpoint.exp
7856 (test_disable_enable_software_watchpoint): New procedure.
7857 (top level): Run it.
7858
db8e4570
UW
78592011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
7860
7861 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
7862 executable file "${binfile}", C++ version "${binfile}-cxx".
7863 * gdb.python/py-prettyprint.exp: Likewise.
7864 * gdb.python/py-symbol.exp: Likewise.
7865 * gdb.python/py-type.exp: Likewise.
7866 * gdb.python/py-value.exp: Likewise.
7867 * gdb.python/py-template.exp (test_template_arg): Pass full executable
7868 file name instead of just suffix.
7869
543305c9
JK
78702011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7871
7872 Fix implicit pointer offsets.
7873 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
7874 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
7875 (continue to breakpoint: continue to baz breakpoint for implptr)
7876 (sanity check element 0, sanity check element 1)
7877 (enter the inlined function, check element 0 for the offset)
7878 (check element 1 for the offset)
7879 (continue to breakpoint: ignore the second baz breakpoint): New tests.
7880 (set foo breakpoint for implptr): Update the breakpoint number.
7881
b3215adc
UW
78822011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7883
7884 * gdb.python/py-mi.exp: Use different file names for different
7885 versions of the executable under test.
7886 * gdb.python/py-prettyprint.exp: Likewise.
7887 * gdb.python/py-symbol.exp: Likewise.
7888 * gdb.python/py-template.exp: Likewise.
7889 * gdb.python/py-type.exp: Likewise.
7890 * gdb.python/py-value.exp: Likewise.
7891
182b9acc
UW
78922011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7893
7894 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
7895 flag after restarting GDB if necessary.
7896
e6052b5d
UW
78972011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7898
7899 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
7900
1ced966e
PA
79012011-07-22 Pedro Alves <pedro@codesourcery.com>
7902
7903 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
7904 backend doesn't leave used debug registers behind.
7905
3543a589
TT
79062011-07-22 Tom Tromey <tromey@redhat.com>
7907
7908 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
7909 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
7910 argument.
7911 * gdb.dwarf2/typeddwarf-amd64.S: New file.
7912
14d15303 79132011-07-21 Matt Rice <ratmice@gmail.com>
7914
7915 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
7916 in mostlyclean rule. Add files ending in .core.
7917
9b158ba0 79182011-07-21 Matt Rice <ratmice@gmail.com>
7919
7920 PR macros/12999
7921 * gdb.base/info-macros.c: New test sources.
7922 * gdb.base/info-macros.exp: New tests.
7923
d17b6f81
PM
79242011-07-21 Phil Muldoon <pmuldoon@redhat.com>
7925
7926 * gdb.python/python.exp: Add prompt substitution tests.
7927
918dd910
JK
79282011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7929
7930 Fix crash if referenced CU is aged out.
7931 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
7932 New.
7933 * gdb.dwarf2/implptr.exp: Likewise.
7934
0e37a63c
JK
79352011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7936
7937 * gdb.dwarf2/implptr.S: Rebuilt.
7938 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
7939 (bar): Use them for j, k, l.
7940 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
7941 COMPILE.
7942 (print j in implptr:bar): Update for the intp typedef.
7943 (print p[0].x in implptr:foo): Use more exact regex.
7944
f65cf84c
TT
79452011-07-18 Tom Tromey <tromey@redhat.com>
7946
7947 * gdb.cp/static-method.exp: Add missing single quote.
7948
d5b4a7be
YQ
79492011-07-18 Yao Qi <yao@codesourcery.com>
7950
7951 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
7952 supported.
7953 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7954 * gdb.mi/mi-nonstop.exp: Likewise.
7955 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7956 * gdb.mi/mi-nsintrall.exp: Likewise.
7957 * gdb.mi/mi-nsmoribund.exp: Likewise.
7958 * gdb.mi/mi-nsthrexec.exp: Likewise.
7959 * gdb.python/py-evthreads.exp: Likewise.
7960
e9ea2662
JK
79612011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7962
7963 Code cleanup.
7964 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
7965 it. Substitute it instead of test_compiler_info everywhere.
7966
ce451573
UW
79672011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7968
7969 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
7970 remote targets as well.
7971
756d88a7
UW
79722011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7973
7974 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
7975 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
7976
31f83dc5
UW
79772011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7978
7979 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
7980 a remote machine, not the host.
7981 (gdb_compile_shlib): Set soname if target is remote.
7982
059241a0
PP
79832011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7984
7985 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
7986
28a0b48c 79872011-07-13 Matt Rice <ratmice@gmail.com>
7988
7989 * gdb.python/py-objfile-script-gdb.py: Renamed to
7990 py-objfile-script-gdb.py.in.
7991 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
7992 py-objfile-script-gdb.py.
7993 * gdb.python/py-objfile-script.exp: Update reference to
7994 py-objfile-script-gdb.py.
7995
9a771b67
JK
79962011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7997
7998 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
7999 reference undefined label.
8000
04ad99e6
JK
80012011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8002
8003 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8004 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8005 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8006 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8007
713389e0
PM
80082011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8009
6fdff2c5 8010 PR python/12438
713389e0 8011 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 8012 deprecated tests. Add set/show python print-backtrace tests.
713389e0 8013
97d146f8
JK
80142011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8015
8016 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8017 debug info.
8018
facde0e5 80192011-07-06 Matt Rice <ratmice@gmail.com>
8020
8021 * gdb.python/python.exp: Update filename paths.
8022 * gdb.python/py-symtab.exp: Ditto.
8023
438640d1
MP
80242011-07-06 Marek Polacek <mpolacek@redhat.com>
8025
8026 * gdb.python/py-evthreads.exp: Add missing `$'.
8027
33a365df
MF
80282011-07-06 Jie Zhang <jie.zhang@analog.com>
8029
8030 * config/bfin.exp: New file.
8031 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
8032 * gdb.asm/bfin.inc: New file.
8033
8f7ae686
MP
80342011-07-06 Marek Polacek <mpolacek@redhat.com>
8035
df46027d 8036 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
8037 the whole output.
8038
eb2a6f42
TT
80392011-07-05 Tom Tromey <tromey@redhat.com>
8040
8041 * gdb.java/jprint.java (jprint.hi): New field.
8042 * gdb.java/jprint.exp: Print string.
8043
177b42fe
TJB
80442011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
8045
8046 * gdb.base/call-sc.c: Fix typos.
8047 * gdb.base/ifelse.exp: Likewise.
8048 * gdb.base/structs.c: Likewise.
8049
3b2a0cf2
JB
80502011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8051
8052 * gdb.base/jit-so.exp: New test.
8053 * gdb.base/jit-dlmain.c: New file.
8054 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
8055
46fc714c
JK
80562011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8057
8058 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
8059 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
8060 * gdb.cp/pr9167.exp (p b): Likewise.
8061 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
8062 (test value of P in inner_m, test type of Z in inner_m): Call
8063 setup_xfail for gcc <= 4.5.
46fc714c 8064
418c7cf7
JK
80652011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * gdb.cp/paren-type.cc: New files.
8068 * gdb.cp/paren-type.exp: New files.
8069
3d50dd94
JK
80702011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8071
8072 Stop on first linespec terminator instead of eating what we can.
8073 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
8074 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
8075 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
8076 (break C::f()): ... this one.
8077 (break C::operator()()): New test.
8078 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
8079 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
8080 test.
8081
dcf9f4ab
JK
80822011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8083
8084 Fall back linespec to minimal symbols.
8085 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
8086 error message.
8087 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
8088 * gdb.cp/minsym-fallback-main.cc: New file.
8089 * gdb.cp/minsym-fallback.cc: New file.
8090 * gdb.cp/minsym-fallback.exp: New file.
8091 * gdb.cp/minsym-fallback.h: New file.
8092
3f542ed1
JK
80932011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8094
8095 * gdb.cp/no-dmgl-verbose.cc: New file.
8096 * gdb.cp/no-dmgl-verbose.exp: New file.
8097
80982011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
8099
8100 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
8101 __GI_.
8102 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
8103 (f): New function.
8104 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
8105 (complete p 'func<short>(): ... here.
8106 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
8107 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
8108 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
8109 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
8110 Make them KFAIL gcc/49546.
8111
00eb2c4a
JB
81122011-07-01 Joel Brobecker <brobecker@adacore.com>
8113
8114 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
8115
85a20c42
JK
81162011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8117
8118 Test GCC PR debug/49546.
8119 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
8120 (test type of F in k3_m, test value of F in k3_m): New.
8121 * gdb.cp/temargs.cc (struct S3, struct K3): New.
8122 (main): New variable k3. Call k3.k3_m.
8123
d2d43431
JB
81242011-07-01 Jean-Charles Delay <delay@adacore.com>
8125
8126 * gdb.ada/packed_array.exp: Fix expected outout.
8127
54ae186f
JB
81282011-07-01 Jean-Charles Delay <delay@adacore.com>
8129
8130 * gdb.ada/packed_array.exp: fixed expected output.
8131
8f17729f
JB
81322011-07-01 Joel Brobecker <brobecker@adacore.com>
8133
8134 * gdb.ada/same_enum: New testcase.
8135
f5aa6869
JB
81362011-07-01 Joel Brobecker <brobecker@adacore.com>
8137
8138 * gdb.ada/ptr_typedef: New testcase.
8139
828292f2
JB
81402011-07-01 Joel Brobecker <brobecker@adacore.com>
8141
8142 * gdb.ada/arrayptr.exp: Add ptype test.
8143
18920c42
JB
81442011-07-01 Joel Brobecker <brobecker@adacore.com>
8145
8146 * gdb.ada/char_enum: New testcase.
8147
3536d9e3 81482011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
8149
8150 * gdb.base/dump.exp (capture_pointer_with_type): New.
8151 Get value from address instead of name.
8152 Start GDB once, and do `dump' and `restore'
8153 tests together.
8154
db863c42
MF
81552011-06-30 Jie Zhang <jie.zhang@analog.com>
8156 Mike Frysinger <vapier@gentoo.org>
8157
8158 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
8159 helper functions for getting/setting remotetimeout variable.
8160 * lib/gdb.exp (gdb_load): If the target is remote, set
8161 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
8162 with $loadtimeout. Set $load_ok to 0 before doing the load.
8163 Instead of returning, immediately, set $load_ok to 0. Call
8164 set_remotetimeout with $oldremotetimeout, and then return if
8165 $load_ok is 1.
8166
e9e642a8
AB
81672011-06-30 Andrew Burgess <aburgess@broadcom.com>
8168
8169 * gdb.python/py-template.exp: Don't run this test if the target
8170 does not support c++ tests.
8171
32019081
JK
81722011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8173
8174 Fix non-only rename list for Fortran modules import.
8175 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8176 tests.
8177 * gdb.fortran/module.f90 (module moduse): New.
8178 (program module): use moduse, test var_x, var_y and var_z.
8179
0ecee54c
TT
81802011-06-29 Tom Tromey <tromey@redhat.com>
8181
8182 PR testsuite/12040:
8183 * gdb.fortran/array-element.exp: Use f90, not f77.
8184 * gdb.fortran/complex.exp: Use f90, not f77.
8185 * gdb.fortran/derived-type.exp: Use f90, not f77.
8186 * gdb.fortran/library-module.exp: Use f90, not f77.
8187 * gdb.fortran/logical.exp: Use f90, not f77.
8188 * gdb.fortran/module.exp: Use f90, not f77.
8189 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8190 * gdb.fortran/subarray.exp: Use f90, not f77.
8191
3b2b8fea
TT
81922011-06-29 Tom Tromey <tromey@redhat.com>
8193
8194 * gdb.fortran/charset.exp: New file.
8195 * gdb.fortran/charset.f90: New file.
8196
42159ca5
TT
81972011-06-29 Tom Tromey <tromey@redhat.com>
8198
8199 PR testsuite/12040:
8200 * lib/future.exp: New file, mostly extracted from ada.exp.
8201 Rewrote compatibility code to use rename.
8202 (gdb_find_gfortran): New proc.
8203 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8204 gfortran patch.
8205 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8206 Move to future.exp.
8207 * lib/gdb.exp: Always load future.exp.
8208
af69a5ce
YQ
82092011-06-28 Yao Qi <yao@codesourcery.com>
8210
8211 * gdb.cp/exception.cc: Don't include iostream.
8212 (bar): Remove print statement.
8213 (catcher): New.
8214 (main): Remove print statements. Call function catcher.
8215 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8216 Set breakpoint on catcher, and check the value of parameter.
8217
ab5c6a72
YQ
82182011-06-23 Yao Qi <yao@codesourcery.com>
8219
6fdff2c5
PA
8220 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8221 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 8222
9497469f
MP
82232011-06-23 Marek Polacek <mpolacek@redhat.com>
8224
8225 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8226 mi_gdb_test.
8227
b9132588
MP
82282011-06-23 Marek Polacek <mpolacek@redhat.com>
8229
5d197ed0 8230 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 8231
e55595ca
MP
82322011-06-23 Marek Polacek <mpolacek@redhat.com>
8233
5d197ed0
MP
8234 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8235
82362011-06-23 Marek Polacek <mpolacek@redhat.com>
8237
8238 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8239 `test_exec_and_symbol_mi_operatons' return value.
8240 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8241 gdb_test_multiple.
8242 (test_exec_and_symbol_mi_operatons): Likewise.
8243 (test_path_specification): Likewise.
e55595ca 8244
be777e08
YQ
82452011-06-23 Yao Qi <yao@codesourcery.com>
8246
8247 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8248 supported.
8249 * lib/gdb.exp (support_displaced_stepping): New.
8250
615556d6
YQ
82512011-06-23 Yao Qi <yao@codesourcery.com>
8252
8253 * gdb.threads/execl.exp: Skip on remote target.
8254
833b0ca7
MP
82552011-06-21 Marek Polacek <mpolacek@redhat.com>
8256
5d197ed0 8257 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
8258 mi_gdb_test.
8259
1ee4023a
MP
82602011-06-20 Marek Polacek <mpolacek@redhat.com>
8261
5d197ed0 8262 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 8263
d0b1d624
MP
82642011-06-20 Marek Polacek <mpolacek@redhat.com>
8265
5d197ed0 8266 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
8267 mi_gdb_test.
8268
79aa92c1
MP
82692011-06-20 Marek Polacek <mpolacek@redhat.com>
8270
5d197ed0 8271 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 8272
5ce5db06
YQ
82732011-06-14 Yao Qi <yao@codesourcery.com>
8274
8275 gdb/testsuite/
8276 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8277
533a737e
JK
82782011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8279
8280 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8281
d0e53741
TT
82822011-06-10 Tom Tromey <tromey@redhat.com>
8283
8284 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8285 Add tests for pointer-to-member-function.
8286 * gdb.cp/temargs.cc (S::somefunc): New function.
8287 (K2): New class.
8288 (main): Instantiate K2; call method.
8289
b5916bbd
JB
82902011-06-08 Joel Brobecker <brobecker@adacore.com>
8291
8292 * gdb.python/py-inferior.c (f2): Make str an array rather
8293 than a pointer.
8294 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8295
5be4dfca
JK
82962011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8297
8298 * gdb.base/async-shell.c: New file.
8299 * gdb.base/async-shell.exp: New file.
8300
9f47e254
PA
83012011-06-06 Pedro Alves <pedro@codesourcery.com>
8302
8303 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8304
64b9b334
JB
83052011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8306
8307 From Stephen Kitt <steve@sk2.org>
8308 * gdb.base/help.exp: Adjust following some spelling corrections
8309 in GDB.
8310
dbc0f131
YQ
83112011-06-01 Yao Qi <yao@codesourcery.com>
8312
8313 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8314
fd336a18
KS
83152010-05-31 Keith Seitz <keiths@redhat.com>
8316
8317 PR c++/12750
8318 * gdb.cp/static-method.cc: New file.
8319 * gdb.cp/static-method.exp: New file.
8320
fa8b9902
KS
83212010-05-31 Keith Seitz <keiths@redhat.com>
8322
8323 PR symtab/12704
8324 * gdb.cp/anon-ns.cc: New file.
8325 * gdb.cp/anon-ns.exp: New file.
8326
0a5b1e09
PA
83272011-05-31 Pedro Alves <pedro@codesourcery.com>
8328
8329 * gdb.arch/i386-dr3-watch.c: New file.
8330 * gdb.arch/i386-dr3-watch.exp: New file.
8331
0578b8d1
YQ
83322011-05-30 Yao Qi <yao@codesourcery.com>
8333
8334 * gdb.base/callfuncs.c (t_structs_fc): New.
8335 (t_structs_dc, t_structs_ldc): New.
8336 (t_double_many_args):
8337 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
8338 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
8339 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
8340 * gdb.base/callfuncs.exp: Call new functions.
8341
6680506e
YQ
83422011-05-30 Yao Qi <yao@codesourcery.com>
8343
ff4d2c60
YQ
8344 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
8345 Call rerun_and_prepare for each test to isolate effects.
8346
83472011-05-30 Yao Qi <yao@codesourcery.com>
8348
8349 * gdb.base/varargs.c (find_max_float_real): New.
8350 (find_max_double_real, find_max_long_double_real): New.
8351 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
8352 * lib/gdb.exp (setup_kfail_for_target): New.
8353
e43ec454
YQ
83542011-05-30 Yao Qi <yao@codesourcery.com>
8355
8356 * gdb.base/funcargs.c (callca, callcb, callcc): New.
8357 (callcd, callce, callcf, callc1a, callc1b): New.
8358 (callc2a, callc2b): New.
8359 * gdb.base/funcargs.exp (complex_args): New.
8360 (complex_integral_args, complex_float_integral_args): New.
8361 * lib/gdb.exp (support_complex_tests): New. Determine
8362 whether to run test cases on _Complex types.
8363
432b4d03
JK
83642011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8365
8366 * gdb.threads/leader-exit.c: New file.
8367 * gdb.threads/leader-exit.exp: New file.
8368
6caf069d
MP
83692011-05-27 Marek Polacek <mpolacek@redhat.com>
8370
9497469f 8371 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 8372
97fce28b
MP
83732011-05-27 Marek Polacek <mpolacek@redhat.com>
8374
8375 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8376 remove the `supported' variable.
8377 * gdb.mi/mi-nonstop.exp: Likewise.
8378 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8379 * gdb.mi/mi-nsintrall.exp: Likewise.
8380 * gdb.mi/mi-nsmoribund.exp: Likewise.
8381 * gdb.mi/mi-nsthrexec.exp: Likewise.
8382
9da8c2a0
PA
83832011-05-26 Pedro Alves <pedro@codesourcery.com>
8384
8385 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8386
2c03e5be
PA
83872011-05-26 Pedro Alves <pedro@codesourcery.com>
8388
8389 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8390
2e21250d
KS
83912011-05-24 Keith Seitz <keiths@redhat.com>
8392
8393 PR breakpoint/12803
8394 * gdb.cp/cmpd-minsyms.cc (a): New method.
8395 (b): New method.
8396 (c): New method.
8397 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8398
cdac0397
PA
83992011-05-24 Pedro Alves <pedro@codesourcery.com>
8400
8401 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8402 watchpoint's command list didn't execute when the watchpoint went
8403 out of scope.
8404
ee5683ab
PM
84052011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8406
8407 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8408 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8409 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8410 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8411 * gdb.arch/i386-permbkpt.exp: Likewise.
8412 * gdb.arch/i386-prologue.exp: Likewise.
8413 * gdb.arch/i386-size-overlap.exp: Likewise.
8414 * gdb.arch/i386-size.exp: Likewise.
8415 * gdb.arch/i386-unwind.exp: Likewise.
8416 * gdb.reverse/i386-precsave.exp: Likewise.
8417 * gdb.reverse/i386-reverse.exp: Likewise.
8418 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8419 * gdb.reverse/i387-env-reverse.exp: Likewise.
8420 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8421
c91c8c16
PA
84222011-05-24 Pedro Alves <pedro@codesourcery.com>
8423
8424 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8425 file doesn't error, using MI.
8426
c50491a7
TT
84272011-05-23 Tom Tromey <tromey@redhat.com>
8428
8429 * gdb.base/charset.exp (string_display): Add tests to assign to
8430 arrays.
8431 * gdb.base/charset.c (short_array, int_array, long_array): New.
8432
4a07b7da
PA
84332011-05-20 Pedro Alves <pedro@codesourcery.com>
8434
8435 Cope with async mode.
8436
4a07b7da
PA
8437 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8438 into gdb_test + mi_expect_stop.
8439
b275f2d2
PA
84402011-05-20 Pedro Alves <pedro@codesourcery.com>
8441
8442 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8443 (callme): Remove printf call.
8444
eec52c44
PM
84452011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8446
8447 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8448 quote pattern to avoid problems with Cygwin/mingw expect versions.
8449 * gdb.base/default.exp (show convenience): Use double
8450 quote pattern for regular expressions.
8451
b3c8eb43
JK
84522011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8453
8454 Fix -readnow for -gdwarf-4 unused type units.
8455 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8456 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8457
ed731959
JK
84582011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8459
8460 * gdb.base/kill-after-signal.c: New file.
8461 * gdb.base/kill-after-signal.exp: New file.
8462
3b48433d
PA
84632011-05-16 Pedro Alves <pedro@codesourcery.com>
8464
8465 * gdb.ada/start.exp: Call untested with the correct test filename.
8466 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8467 test filename. Make the test's binary unique.
8468 * gdb.arch/i386-signal.exp: Call untested with the correct test
8469 filename.
8470 * gdb.arch/i386-size-overlap.exp: Ditto.
8471 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8472 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8473 * gdb.cp/call-c.exp: Ditto.
8474 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8475 filename. Make the test's binary unique.
8476 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8477 * gdb.python/py-mi.exp: Ditto.
8478 * gdb.python/Makefile.in (EXECUTABLES): Update.
8479 * gdb.reverse/i386-precsave.exp: Ditto.
8480 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8481 test filename.
8482 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8483 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8484 unique.
8485 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8486 test filename.
8487 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8488 * gdb.trace/tfile.exp: Ditto.
8489
ba4a8bdd
YQ
84902011-05-14 Yao Qi <yao@codesourcery.com>
8491
8492 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8493 type.
8494
dbaefcf7
DE
84952011-05-13 Doug Evans <dje@google.com>
8496
8497 * gdb.python/py-objfile-script.exp: New file.
8498 * gdb.python/py-objfile-script.c: New file.
8499 * gdb.python/py-objfile-script-gdb.py: New file.
8500 * testsuite/gdb.python/py-section-script.exp: Test
8501 "info auto-load-scripts".
8502
9930639c
TT
85032011-05-13 Tom Tromey <tromey@redhat.com>
8504
8505 * gdb.dwarf2/clztest.exp: New file.
8506 * gdb.dwarf2/clztest.c: New file.
8507 * gdb.dwarf2/clztest.S: New file.
8508
05272e11
DE
85092011-05-13 Doug Evans <dje@google.com>
8510
cc63ef9b
DE
8511 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8512 String16 tests.
05272e11 8513
6edba76f
TT
85142011-05-13 Tom Tromey <tromey@redhat.com>
8515
8516 * lib/gdb.exp (is_x86_like_target): New proc.
8517 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8518 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8519 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8520 -nostdlib to compiler.
8521 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8522 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8523 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8524 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8525 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8526
028d0ed5
TJB
85272011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8528
8529 * gdb.python/py-function.exp: Test setting a value from a function
8530 which executes a command.
8531
8a9b8146
TT
85322011-05-12 Tom Tromey <tromey@redhat.com>
8533
8534 * gdb.dwarf2/typeddwarf.S: New file.
8535 * gdb.dwarf2/typeddwarf.c: New file.
8536 * gdb.dwarf2/typeddwarf.exp: New file.
8537
10483e8e
MP
85382011-05-12 Marek Polacek <mpolacek@redhat.com>
8539
8540 * gdb.mi/mi-basics.exp: Fix races. Honour the
8541 `test_exec_and_symbol_mi_operatons' return value.
8542 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8543 gdb_test_multiple.
8544 (test_exec_and_symbol_mi_operatons): Likewise.
8545 (test_path_specification): Likewise.
8546
faf067f1
JK
85472011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8548
8549 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8550 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8551 Replace `file copy' and `file rename' by `file mtime'. Twice.
8552
7ff911a3
JK
85532011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8554
8555 * gdb.base/readline-ask.c: New file.
8556 * gdb.base/readline-ask.exp: New file.
8557 * gdb.base/readline-ask.inputrc: New file.
8558
a536c6d7
UW
85592011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8560
8561 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8562 to avoid race condition.
8563 * gdb.cell/coremaker.c: Use small stack size.
8564 * gdb.cell/ea-standalone.exp: Use file name without path as
8565 argument to c_to.
8566 * gdb.cell/fork.exp: Allow other output when continuing to end.
8567
d472a426
JK
85682011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8569
8570 * gdb.threads/corethreads.c: New file.
8571 * gdb.threads/corethreads.exp: New file.
8572
85732011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
8574
8575 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8576 Try to compile the test using -Wl,-z,norelro first.
8577 (load_core): New variable libthread_db_seen, initialize it.
8578 (zeroed-threads cannot be listed): Protect it by XFAIL on
8579 !$libthread_db_seen.
8580
8be455d7
JK
85812011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8582
8583 PR 12573
8584 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8585 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8586 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8587
1976171a
JK
85882011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8589
8590 * gdb.cp/psymtab-parameter.cc: New file.
8591 * gdb.cp/psymtab-parameter.exp: New file.
8592
7db6f30f
JK
85932011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8594
8595 Fix a race.
8596 * gdb.cp/static-print-quit.exp (print c): Split to ...
8597 (print c - <return>, print c - q <return>, print c - to quit):
8598 ... these. Make the testfile untested on gdb-7.1.
8599
85161e9e 86002011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
8601
8602 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8603 gdb_rename_execfile, gdb_touch_execfile): New.
8604 * gdb.base/reread.exp: Use new procs to handle multiple
8605 exec files.
8606
0c51be18
YQ
86072011-05-05 Yao Qi <yao@codesourcery.com>
8608
8609 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8610 (test_adr_32bit, test_pop_pc): New.
8611 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8612 (test_adr_32bit, test_pop_pc): New.
8613
4d393d60
JM
86142011-05-04 Joseph Myers <joseph@codesourcery.com>
8615
8616 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8617 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8618 targets.
8619 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8620 handle targets.
8621
8ffd0459
JK
86222011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8623
8624 * gdb.base/completion.exp (complete help info wat): Rename to ...
8625 (complete 'help info wat'): ... here.
8626 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8627 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8628
8e28d804
PA
86292011-05-04 Pedro Alves <pedro@codesourcery.com>
8630
8631 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8632 gdb_test and explicit $gdb_prompt/timeout matches.
8633
3eb2ef34
YQ
86342011-05-04 Yao Qi <yao@codesourcery.com>
8635
8636 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8637 and __thumb2__.
8638
aaaf81a3
MP
86392011-05-03 Marek Polacek <mpolacek@redhat.com>
8640
8641 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8642 in place of `gdb_test "delete breakpoints"'. This eliminates two
8643 testcases.
8644
c4cbc0df
PA
86452011-05-02 Pedro Alves <pedro@codesourcery.com>
8646
8647 PR testsuite/12649
8648 Fix races.
8649
8650 * gdb.base/completion.exp: Remove all sleep calls. Remove
8651 unnecessary regexs. Don't explicitly expect anything after the
8652 prompt. Eat the prompt if necessary.
8653
b4cbb4a3
EBM
86542011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8655
8656 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8657 accept to show the caller line again as well as the line after.
8658
d65aec65
PM
86592011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8660
8661 PR mi/12531
8662
8663 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8664 compile target.
8665 * gdb.python/py-prettyprint.exp: Add C++ object for
8666 CPLUS_FAKE_CHILD test.
8667
30852783
UW
86682011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8669
8670 * gdb.base/signest.exp: New file.
8671 * gdb.base/signest.c: Likewise.
8672
c7b1f0d9
JK
86732011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8674
8675 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8676 thread and breakpoint notifications.
8677
559a7a62
JK
86782011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8679
8680 * gdb.base/fortran-sym-case.c: New file.
8681 * gdb.base/fortran-sym-case.exp: New file.
8682 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8683 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8684 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8685
8344e389
JK
86862011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8687
8688 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8689 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8690 false #1', `if true else false #2' and `if true else false #3'.
8691
2484c66b
UW
86922011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8693
8694 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8695 while delivering signal.
8696
8d3788bd
VP
86972011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8698
8699 MI breakpoint notifications.
8700
8701 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
8702 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8703 * testsuite/gdb.mi/mi-watch.exp: Adust.
8704 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8705 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8706 notifications.
8d3788bd 8707
3e03848b
JK
87082011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8709
8710 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8711 * gdb.base/gdbindex-stabs.c: New file.
8712 * gdb.base/gdbindex-stabs.exp: New file.
8713
918c9108
YQ
87142011-04-25 Yao Qi <yao@codesourcery.com>
8715
8716 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8717 with /*...*/.
8718 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8719
90556b8c
JK
87202011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8721
8722 * gdb.python/py-value.exp (test_objfiles): Name the first test
8723 `py-value in file.filename'.
8724
03f2bd59
JK
87252011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8726
8727 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8728 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8729 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8730 !gdbserver_reconnect_p..
8731 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8732
7b08b9eb
JK
87332011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8734
8735 * gdb.cp/cpcompletion.exp (complete class methods)
8736 (complete class methods beginning with F): Move them above runto. New
8737 comment about the runto delimiter.
8738
b78974c3
PA
87392011-04-20 Pedro Alves <pedro@codesourcery.com>
8740
8741 * gdb.base/maint.exp: Test that "maint print registers" works
8742 without a running program.
8743
20429c40 87442011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 8745
20429c40
MP
8746 * gdb.base/setshow.exp: Fix racy tests.
8747 ($old_gdb_prompt): New variable.
8748
7a9dd1b2
TT
87492011-04-19 Tom Tromey <tromey@redhat.com>
8750
8751 * gdb.mi/mi-nsmoribund.exp:
8752 * gdb.hp/gdb.objdbg/objdbg01.exp:
8753 * gdb.base/structs.exp (test_struct_returns):
8754 * gdb.base/call-sc.exp (test_scalar_returns):
8755 * gdb.base/bigcore.exp: Remove duplicate words.
8756
02835898
JK
87572011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8758
8759 * gdb.base/break-interp-lib.c (v, vptr): New variables.
8760 * gdb.base/break-interp.exp (test_attach): New comment.
8761
254f582e
JK
87622011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 * gdb.threads/gcore-thread.exp ($core0file): New variable.
8765 (clear __stack_user.next, clear stack_used.next)
8766 (save a zeroed-threads corefile): New test.
8767 Call core_load for $core0file.
8768 (zeroed-threads cannot be listed): New test.
8769
4fe85f5c
JK
87702011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8771
8772 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
8773 filename.
8774 ($srcfile): Preserve the original value.
8775 ($testfile): Match it the .exp filename.
8776 ($corefile): New variable. Substitute it around.
8777 Use clean_restart.
8778 ($prev_timeout): Remove.
8779 (load_core): Move core loading into this proc.
8780 Fix restore of $timeout if load_core fails.
8781
63524580
JK
87822011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8783
8784 * gdb.base/eu-strip-infcall.c: New file.
8785 * gdb.base/eu-strip-infcall.exp: New file.
8786
90359a16
JK
87872011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8788
8789 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
8790 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
8791
626e7282
JK
87922011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8793
8794 Fix Python access to inlined frames.
8795 * gdb.python/py-frame-inline.c: New file.
8796 * gdb.python/py-frame-inline.exp: New file.
8797
3363d018
EBM
87982011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
8799
8800 * gdb.base/gdb1090.exp: Change breakpoint location to read the
8801 content of 's24' correctly (avoiding "optimized out").
8802 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
8803
28781456
JK
88042011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8805
8806 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
8807
4a4106ca
TJB
88082011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8809
8810 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
8811 expect a colon in watch -location output.
8812
d26ccb4f
JK
88132011-04-13 Marek Polacek <mpolacek@redhat.com>
8814
df46027d 8815 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
8816 New testcase `expect response to define backtrace'. Also remove
8817 redundant `default' block.
8818
e1ab1f9c
JK
88192011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8820
8821 * gdb.python/py-prettyprint.c (struct hint_error): New.
8822 (main): New variable hint_error.
8823 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
8824 "print hint_error".
8825 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
8826 (register_pretty_printers): Register it.
8827
0c2e6019
TT
88282011-04-04 Tom Tromey <tromey@redhat.com>
8829
8830 * gdb.cp/maint.exp (test_help): Update.
8831 (test_namespace): Likewise.
8832
af57139d
JB
88332011-04-01 Joel Brobecker <brobecker@adacore.com>
8834
8835 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
8836 * gdb.ada/arrayptr.exp: Add new tests.
8837
956a9fb9
JB
88382011-04-01 Joel Brobecker <brobecker@adacore.com>
8839
8840 * gdb.ada/mi_catch_ex: New testcase.
8841
d0c4d642
PA
88422011-04-01 Pedro Alves <pedro@codesourcery.com>
8843
8844 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
8845 base::overload(void) method without specifying "const".
8846
18819fa6
UW
88472011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8848
8849 * gdb.arch/thumb-singlestep.S: New file.
8850 * gdb.arch/thumb-singlestep.exp: Likewise.
8851
a4c8e806
TT
88522011-03-31 Tom Tromey <tromey@redhat.com>
8853
8854 * gdb.python/py-prettyprint.py (exception_flag): New global.
8855 (NoStringContainerPrinter._iterator.next): Check it.
8856 * gdb.python/py-prettyprint.c (main): New variable nstype2.
8857 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
8858
53832f31
TT
88592011-03-29 Tom Tromey <tromey@redhat.com>
8860
8861 * gdb.cp/anon-struct.cc: New file.
8862 * gdb.cp/anon-struct.exp: New file.
8863
e4620230
JK
88642011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8865
8866 Test STT_GNU_IFUNC support.
8867 * gdb.base/gnu-ifunc-lib.c: New file.
8868 * gdb.base/gnu-ifunc.c: New file.
8869 * gdb.base/gnu-ifunc.exp: New file.
8870
d0fb5eae
JK
88712011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8872
8873 Support a ring of related breakpoints.
8874 * gdb.base/watchpoint-delete.c: New file.
8875 * gdb.base/watchpoint-delete.exp: New file.
8876
20106cfb
JK
88772011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8878
8879 * gdb.ada/arrayparam.exp (print first after function call): Use
8880 explicit package name. Add a comment
8881 (print lasta after function call): Rename ...
8882 (print last after function call): ... it and use explicit package
8883 name.
8884 (print length after function call): Use explicit package name.
8885 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
8886 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
8887 (multiple matches for symbol i): Rename ...
8888 (multiple matches for symbol integervar): ... it.
8889 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
8890 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
8891
e7ab5e63
AB
88922011-03-25 Andrew Burgess <aburgess@broadcom.com>
8893
8894 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
8895 environment variable to make grep output more predictable. Move
8896 all the environment setup into gdb_init so it's done once per test
8897 case rather than each time we start gdb.
8898
9ef07c8c
TT
88992011-03-24 Tom Tromey <tromey@redhat.com>
8900
8901 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
8902 test.
8903
dd90784c
JK
89042011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8905
8906 * gdb.dwarf2/dw2-entry-value-main.c: New file.
8907 * gdb.dwarf2/dw2-entry-value.S: New file.
8908 * gdb.dwarf2/dw2-entry-value.exp: New file.
8909
05775840
PM
89102011-03-22 Phil Muldoon <pmuldoon@redhat.com>
8911
6fdff2c5 8912 PR python/12183
05775840
PM
8913
8914 * gdb.python/py-function.exp: Add GdbError tests.
8915
8661b11b
PA
89162011-03-18 Pedro Alves <pedro@codesourcery.com>
8917
8918 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
8919 (reglocal_test_func, statlocal_test_func): New functions.
8920 (globals_test_func): Call new functions.
8921 * gdb.trace/unavailable.exp (gdb_collect_args_test)
8922 (gdb_collect_locals_test): New procedure.
8923 (gdb_trace_collection_test): Call new procedures.
8924
0fdb4f18
PA
89252011-03-18 Pedro Alves <pedro@codesourcery.com>
8926
8927 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
8928 (test_register, test_register_unavailable): New procedures.
8929 (gdb_unavailable_registers_test): New procedure.
8930 (gdb_trace_collection_test): Call it.
8931
99c3dc11
PM
89322011-03-18 Phil Muldoon <pmuldoon@redhat.com>
8933
6fdff2c5 8934 PR python/12149
99c3dc11
PM
8935
8936 * gdb.python/python.exp: Add gdb.write tests.
8937
29703da4
PM
89382010-03-17 Phil Muldoon <pmuldoon@redhat.com>
8939
8940 * gdb.python/Makefile.in: Add py-objfile.
8941 * gdb.python/py-objfile.exp: New file.
8942 * gdb.python/py-objfile.c: New file.
8943 * gdb.python/py-block.exp: Add is_valid tests.
8944 * gdb.python/py-inferior.exp: Ditto.
8945 * gdb.python/py-infthread.exp: Ditto.
8946 * gdb.python/py-symbol.exp: Ditto.
8947 * gdb.python/py-symtab.exp: Ditto.
8948
598997c8
KS
89492011-03-16 Keith Seitz <keiths@redhat.com>
8950
8951 PR c++/12273
8952 * gdb.cp/cmpd-minsyms.exp: New test.
8953 * gdb.cp/cmpd-minsyms.cc: New file.
8954
8955 PR c++/11734
8956 * gdb.cp/ovsrch.exp: New test.
8957 * gdb.cp/ovsrch.h: New file.
8958 * gdb.cp/ovsrch1.cc: New file.
8959 * gdb.cp/ovsrch2.cc: New file.
8960 * gdb.cp/ovsrch3.cc: New file.
8961 * gdb.cp/ovsrch4.cc: New file.
8962
c91513d8
PP
89632011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8964
8965 PR gdb/12528
8966 * gdb.base/Makefile.in: Adjust EXECUTABLES.
8967 * gdb.base/break-on-linker-gcd-function.exp: New test.
8968 * gdb.base/break-on-linker-gcd-function.cc: New file.
8969
7470fc63
AT
89702011-03-15 Andreas Tobler <andreast@fgznet.ch>
8971
8972 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
8973
959e7469
PM
89742011-03-15 Phil Muldoon <pmuldoon@redhat.com>
8975
8976 * lib/gdb.exp (gdb_unload): Add another termination case.
8977
9373cf26
JK
89782011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8979
8980 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
8981 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
8982 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
8983 Provide a stub byte there.
8984 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
8985 DW_AT_entry_pc.
8986 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
8987
24e9cda0
UW
89882011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8989
8990 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
8991 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
8992 "generic ABI, auto".
8993 (altivec_abi_tests): Accept vectors returned by reference.
8994
7371cf6d
PM
89952010-03-14 Phil Muldoon <pmuldoon@redhat.com>
8996
8997 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
8998
ce77046a
UW
89992011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9000
9001 * gdb.python/py-section-script.exp: Skip test if no Python support.
9002
176400c3
UW
90032011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9004
9005 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9006
ecec24e6
PM
90072011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9008
9009 * gdb.python/py-parameter.exp: Update tests to the new Python
9010 parameter API. Add "no documentation" test. Add deprecated API
9011 backward compatibility test.
9012
5dbdd470
TT
90132011-03-09 Tom Tromey <tromey@redhat.com>
9014
9015 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9016 gdb_continue_to_end.
9017
b66e66ee
MK
90182011-03-09 Mark Kettenis <kettenis@gnu.org>
9019
9020 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
9021 tabs.
9022
eceb0c5f
TT
90232011-03-09 Tom Tromey <tromey@redhat.com>
9024
9025 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
9026 parentheses.
9027 (gdb_continue_to_end): Add "allow_extra" parameter. Use
9028 $command.
9029 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
9030 argument to gdb_continue_to_end.
9031 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
9032 argument to gdb_continue_to_end.
9033 * gdb.cp/annota3.exp: Fix regex.
9034 * gdb.cp/annota2.exp: Fix regex.
9035 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
9036 gdb_continue_to_end.
9037 * gdb.base/call-signal-resume.exp: Revert earlier patch.
9038 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
9039 gdb_continue_to_end.
9040
63154eca
PA
90412011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9042
9043 * gdb.server/ext-run.exp
9044 (load new file without any gdbserver inferior): New test.
9045
967d1f9b
TT
90462011-03-07 Tom Tromey <tromey@redhat.com>
9047
9048 * Makefile.in (TAGS): Rewrite.
9049
d68dcbb9
JK
90502011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9051
9052 * gdb.trace/report.exp (12.1: trace report #1): New match for the
9053 initial commands echo. New match for `Found trace'. Anchor all the
9054 other matches. Anchor and match for `No trace frame found' the final
9055 match.
9056
6bf58e63
TT
90572011-03-07 Tom Tromey <tromey@redhat.com>
9058
9059 * Makefile.in (TAGS): New target.
9060
fda326dd
TT
90612011-03-07 Tom Tromey <tromey@redhat.com>
9062
9063 * lib/opencl.exp (skip_opencl_tests): Update for exit message
9064 change.
9065 * lib/mi-support.exp (mi_gdb_test): Update for exit message
9066 change.
9067 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
9068 exit message change.
9069 (skip_altivec_tests): Update for exit message change.
9070 (skip_vsx_tests): Likewise.
9071 (gdb_continue_to_end): Likewise. Add 'command' argument.
9072 * lib/cell.exp (skip_cell_tests): Update for exit message change.
9073 * gdb.threads/tls.exp: Update for exit message change.
9074 * gdb.threads/thread-unwindonsignal.exp: Use
9075 gdb_continue_to_end.
9076 * gdb.threads/step.exp (step_it): Update for exit message change.
9077 (continue_all): Likewise.
9078 * gdb.threads/print-threads.exp (test_all_threads): Update for
9079 exit message change.
9080 * gdb.threads/interrupted-hand-call.exp: Use
9081 gdb_continue_to_end.
9082 * gdb.threads/execl.exp: Use gdb_continue_to_end.
9083 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
9084 gdb_continue_to_end.
9085 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
9086 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
9087 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
9088 * gdb.cp/method.exp: Update for exit message change.
9089 * gdb.cp/mb-templates.exp: Update for exit message change.
9090 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
9091 * gdb.cp/annota3.exp: Update for exit message change.
9092 * gdb.cp/annota2.exp: Update for exit message change.
9093 * gdb.cell/fork.exp: Use gdb_continue_to_end.
9094 * gdb.base/term.exp: Update for exit message change.
9095 * gdb.base/step-test.exp (test_i): Update for exit message change.
9096 * gdb.base/sigstep.exp (advance): Update for exit message change.
9097 (advancei): Likewise.
9098 * gdb.base/siginfo.exp: Update for exit message change.
9099 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
9100 * gdb.base/reread.exp: Use gdb_continue_to_end.
9101 * gdb.base/langs.exp: Use gdb_continue_to_end.
9102 * gdb.base/interrupt.exp: Update for exit message change.
9103 * gdb.base/gdb1555.exp: Update for exit message change.
9104 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
9105 * gdb.base/ending-run.exp: Update for exit message change.
9106 * gdb.base/chng-syms.exp: Update for exit message change.
9107 * gdb.base/checkpoint.exp: Update for exit message change.
9108 * gdb.base/catch-syscall.exp (check_for_program_end): Use
9109 gdb_continue_to_end.
9110 (test_catch_syscall_with_wrong_args): Likewise.
9111 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
9112 * gdb.base/break-interp.exp (test_ld): Update for exit message
9113 change.
9114 * gdb.base/bang.exp: Update for exit message change.
9115 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
9116 (do_call_attach_tests): Likewise.
9117 * gdb.base/a2-run.exp: Update for exit message change.
9118 * gdb.arch/ppc-dfp.exp: Update for exit message change.
9119 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
9120 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
9121
dd19bd70
JK
91222011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9123
9124 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
9125
30e62689
TT
91262011-03-03 Tom Tromey <tromey@redhat.com>
9127
9128 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
9129 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
9130 * gdb.hp/gdb.aCC/configure.ac: Remove.
9131 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
9132 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
9133 * gdb.hp/gdb.base-hp/configure.ac: Remove.
9134 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
9135 * gdb.hp/gdb.compat/configure (Makefile): Remove.
9136 * gdb.hp/gdb.compat/configure.ac: Remove.
9137 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
9138 * gdb.hp/gdb.defects/configure (Makefile): Remove.
9139 * gdb.hp/gdb.defects/configure.ac: Remove.
9140 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
9141 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
9142 * gdb.hp/gdb.objdbg/configure.ac: Remove.
9143 * gdb.hp/configure.ac: Remove.
9144 * gdb.hp/configure: Remove.
9145 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
9146 substitution.
9147 (Makefile): Remove rule.
9148 * gdb.cell/configure.ac: Remove.
9149 * gdb.cell/configure: Remove.
9150 * gdb.stabs/Makefile.in (Makefile): Remove.
9151 (distclean): Don't remove config.status or config.log.
9152 * gdb.stabs/configure (Makefile): Remove.
9153 * gdb.stabs/configure.ac: Remove.
9154 * configure: Rebuild.
9155 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
9156 Remove stabs- and cell-specific logic. Test for existence of
9157 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
9158 subdirectories, gdb.cell, and and gdb.stabs.
9159 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
9160
c171f854
JB
91612011-03-03 Joel Brobecker <brobecker@adacore.com>
9162
9163 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
9164 end of buffer.
9165
9a5193cb
JB
91662011-03-02 Joel Brobecker <brobecker@adacore.com>
9167
9168 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9169 gdb_test when running a test where we expected no output back.
9170
9bb4c1bb
MS
91712011-02-28 Michael Snyder <msnyder@vmware.com>
9172
9173 * gdb.cp/overload.cc: Change initializer value to integer.
9174
3bd0f5ef
MS
91752011-02-27 Michael Snyder <msnyder@vmware.com>
9176
9177 * gdb.multi/base.exp: Add test for remove-inferiors.
9178
2279eaad
JB
91792011-02-26 Joel Brobecker <brobecker@adacore.com>
9180
9181 * gdb.python/py-frame.exp: Simplify the initialization phase
9182 using prepare_for_testing.
9183
c82c0b55
MS
91842011-02-25 Michael Snyder <msnyder@vmware.com>
9185
9186 * gdb.multi/base.exp: Add tests for info inferiors with args.
9187
1d94651b
JK
91882011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9189
9190 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9191 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9192 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9193 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9194 asmfile3. Comment the STABS (#3) file compilation. Compile
9195 everything through assembler. Provide KFAIL for symtab/12497.
9196 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9197 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9198 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9199 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9200
3bd0f5ef
MS
92012011-02-24 Michael Snyder <msnyder@vmware.com>
9202
9203 * gdb.base/break.exp: Add tests for delete breakpoints using
9204 convenience variables and value history references.
9205
12c1418e
MS
92062011-02-24 Michael Snyder <msnyder@vmware.com>
9207
9208 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9209 left behind in previous check-in.
9210
e5a67952
MS
92112011-02-23 Michael Snyder <msnyder@vmware.com>
9212
9213 * gdb.base/break.exp: Add tests for "info break" with arguments.
9214 * gdb.trace/infotrace.exp: Update patterns for error and help.
9215 * gdb.base/completion.exp: Update pattern.
9216 * gdb.base/ena-dis-br.exp: Update pattern.
9217 * gdb.base/help.exp: Update patterns.
9218
92192011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
9220
9221 * gdb.base/memattr.exp: New test.
9222 * gdb.base/memattr.c: Test load for memattr.exp.
9223
6e6fbe60
DE
92242011-02-22 Doug Evans <dje@google.com>
9225
9226 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9227
1d41d745
MS
92282011-02-22 Michael Snyder <msnyder@vmware.com>
9229
9230 * Makefile.in: Make more clean.
9231 * gdb.ada/Makefile.in: Ditto.
9232 * gdb.arch/Makefile.in: Ditto.
9233 * gdb.asm/Makefile.in: Ditto.
9234 * gdb.base/Makefile.in: Ditto.
9235 * gdb.cp/Makefile.in: Ditto.
9236 * gdb.dwarf2/Makefile.in: Ditto.
9237 * gdb.java/Makefile.in: Ditto.
9238 * gdb.mi/Makefile.in: Ditto.
9239 * gdb.modula2/Makefile.in: Ditto.
9240 * gdb.python/Makefile.in: Ditto.
9241 * gdb.server/Makefile.in: Ditto.
9242 * gdb.stabs/Makefile.in: Ditto.
9243 * gdb.threads/Makefile.in: Ditto.
9244 * gdb.trace/Makefile.in: Ditto.
9245
79ba84ca
MS
92462011-02-22 Michael Snyder <msnyder@vmware.com>
9247
df46027d 9248 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
9249 info threads.
9250
b9b35694
JB
92512011-02-22 Joel Brobecker <brobecker@adacore.com>
9252
9253 * gdb.python/py-breakpoint.exp: Fix the expected output of
9254 one of the "maint info breakpoints" tests to accept the output
9255 generated on platforms that do not have hardware watchpoints.
9256
8bfb830f
JB
92572011-02-22 Joel Brobecker <brobecker@adacore.com>
9258
9259 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9260 clean_restart. Be a little stricter in the expected output
9261 for one of the tests. Fix a typo in one of the comments.
9262
c45f3c54
JB
92632011-02-22 Joel Brobecker <brobecker@adacore.com>
9264
9265 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9266 Delete variable binfile, no longer use. Add or modify test
9267 comments to make them unique.
9268
b97c863c
MS
92692011-02-21 Michael Snyder <msnyder@vmware.com>
9270
9271 * Makefile.in: Update for make clean.
9272 * gdb.ada/Makefile.in: Ditto.
9273 * gdb.arch/Makefile.in: Ditto.
9274 * gdb.asm/Makefile.in: Ditto.
9275 * gdb.base/Makefile.in: Ditto.
9276 * gdb.cp/Makefile.in: Ditto.
9277 * gdb.dwarf2/Makefile.in: Ditto.
9278 * gdb.java/Makefile.in: Ditto.
9279 * gdb.mi/Makefile.in: Ditto.
9280 * gdb.modula2/Makefile.in: Ditto.
9281 * gdb.python/Makefile.in: Ditto.
9282 * gdb.server/Makefile.in: Ditto.
9283 * gdb.stabs/Makefile.in: Ditto.
9284 * gdb.threads/Makefile.in: Ditto.
9285 * gdb.trace/Makefile.in: Ditto.
9286
aea5b279
MS
92872011-02-21 Michael Snyder <msnyder@vmware.com>
9288
9289 * gdb.threads/thread-find.exp: Update patterns for changes in
9290 output of "info threads" command.
9291
e3039479
UW
92922011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9293 Ulrich Weigand <uweigand@de.ibm.com>
9294
9295 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9296 (skip_hw_watchpoint_tests): Likewise.
9297 (skip_hw_watchpoint_multi_tests): Likewise.
9298
b800ec70
UW
92992011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9300
9301 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9302 (skip_hw_watchpoint_tests): Likewise.
9303 (skip_hw_watchpoint_multi_tests): Likewise.
9304 (skip_hw_watchpoint_access_tests): Likewise.
9305
9306 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9307 * gdb.base/pr11022.exp: Likewise.
9308 * gdb.base/watch-read.exp: Likewise.
9309 * gdb.base/watch_thread_num.exp: Likewise.
9310 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9311 * gdb.base/watchpoint-hw.exp: Likewise.
9312 * gdb.base/watchpoint.exp: Likewise.
9313 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9314 * gdb.threads/watchthreads-reorder.exp: Likewise.
9315 * gdb.threads/watchthreads.exp: Likewise.
9316 * gdb.threads/watchthreads2.exp: Likewise.
9317
91033e37
JB
93182011-02-21 Joel Brobecker <brobecker@adacore.com>
9319
9320 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
9321 the debugger is unable to find the array bounds.
9322
eeaafae2
JK
93232011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9324
9325 * gdb.cp/typedef-operator.exp: New file.
9326 * gdb.cp/typedef-operator.cc: New file.
9327
e338d953
MS
93282011-02-17 Michael Snyder <msnyder@vmware.com>
9329
9330 * gdb.threads/thread-find.exp: Fix regular expressions.
9331
e67ad678
JB
93322011-02-17 Joel Brobecker <brobecker@adacore.com>
9333
9334 * gdb.ada/packed_array: Expand testcase to test printing of
9335 unconstrained packed array.
9336
93084bca
JB
93372011-02-17 Joel Brobecker <brobecker@adacore.com>
9338
9339 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
9340
a0c78a73
PA
93412011-02-16 Pedro Alves <pedro@codesourcery.com>
9342
f65d5553 9343 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
9344 (main): Initialize it before collecting, and and clear it
9345 afterwards.
f65d5553
PA
9346 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9347 collecting with '{type} addr', where the addr expression is not an
9348 rvalue.
a0c78a73 9349
3dfcbbd2
KW
93502011-02-16 Ken Werner <ken.werner@de.ibm.com>
9351
9352 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
9353 a bool variable. Expect correct OpenCL names for vector types. Use the
9354 uc3 variable name instead of referring to the uchar3 built-in type.
9355 Escape the asterisk at the half pointer test.
9356
08807d5a
PA
93572011-02-16 Pedro Alves <pedro@codesourcery.com>
9358
f65d5553 9359 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
9360 (main): Initialize it before collecting, and and clear it
9361 afterwards.
f65d5553
PA
9362 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9363 collecting overlapping memory ranges.
08807d5a 9364
60f98dde
MS
93652011-02-15 Michael Snyder <msnyder@vmware.com>
9366
9367 * gdb.base/default.exp: Add tests for thread commands.
9368 * gdb.base/help.exp: Add tests for thread commands.
9369 * gdb.threads/thread-find.exp: New test for thread find command.
9370
648cd113
KW
93712011-02-15 Ken Werner <ken.werner@de.ibm.com>
9372
9373 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9374
494e194e
YQ
93752011-02-15 Yao Qi <yao@codesourcery.com>
9376
9377 PR tdep/12352
9378 * gdb.arch/arm-disp-step.S : New test for str instruction.
9379 * gdb.arch/arm-disp-step.exp : Likewise.
9380
d9492458
TJB
93812011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9382
9383 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9384 "vector_register2_vr" test strings. Test the extended floating
9385 point registers (F32~F63).
9386 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9387 IBM XL C compiler. Make the test program use a register provided
9388 by the compiler for the lxvd2x instruction.
9389
8af8e3bc
PA
93902011-02-14 Pedro Alves <pedro@codesourcery.com>
9391
9392 * gdb.trace/unavailable.cc (class Base, class Middle, class
9393 Derived): New types.
9394 (derived_unavail, derived_partial, derived_whole): New globals.
9395 (virtual_partial): New global.
9396 (virtualp): Point at virtual_partial.
9397 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9398 related to unavailable vptr.
9399
1b28d0b3
PA
94002011-02-14 Pedro Alves <pedro@codesourcery.com>
9401
9402 * gdb.trace/unavailable.cc (a, b, c): New globals.
9403 (main): Set and clear them.
9404 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9405 `a' and `c', and check that `b' isn't collected, although `a' and
9406 `c' are.
9407
ec0a52e1
PA
94082011-02-14 Pedro Alves <pedro@codesourcery.com>
9409
9410 * gdb.trace/unavailable.cc (struct Virtual): New.
9411 (virtualp): New global pointer.
9412 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9413 printing a pointer to an object whose type has a vtable, with
9414 print object on.
9415
24e6bcee
PA
94162011-02-14 Pedro Alves <pedro@codesourcery.com>
9417
9418 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9419 value repeat handles unavailableness.
9420
39d37385
PA
94212011-02-14 Pedro Alves <pedro@codesourcery.com>
9422
9423 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9424 tests for building arrays from unavailable values, subscripting
9425 non-memory rvalue unvailable arrays, and accessing fields or
9426 baseclasses of non-lazy unavailable values,
9427 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9428 struct types.
9429 (g_smallstruct, g_smallstruct_b): New globals.
9430
06d72e16
PA
94312011-02-14 Pedro Alves <pedro@codesourcery.com>
9432
9433 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9434
bc9a5551
JK
94352011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9436
9437 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9438 * gdb.cp/overload-const.exp: New file.
9439 * gdb.cp/overload-const.cc: New file.
9440
54fcddd0
UW
94412011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9442
9443 * gdb.opencl/callfuncs.cl: New file.
9444 * gdb.opencl/callfuncs.exp: New test.
9445 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9446
d6dafb7c
UW
94472011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9448
9449 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9450 when computing result.
9451 * gdb.arch/altivec-abi.exp: Update expected results.
9452
a449c2d8
TJB
94532011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9454
9455 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9456 * gdb.base/jit.exp: Likewise.
9457 * gdb.base/pie-execl.exp: Likewise.
9458 * gdb.base/solib-nodir.exp: Likewise.
9459 * gdb.base/solib-overlap.exp: Likewise.
9460
764880b7
PA
94612011-02-07 Pedro Alves <pedro@codesourcery.com>
9462
9463 * gdb.trace/collection.c (global_pieces): New.
9464 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9465 New procedure.
9466 (gdb_trace_collection_test): Call it.
9467
505500db
SW
94682011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9469
9470 * gdb.python/py-evthreads.c: New file.
9471 * gdb.python/py-evthreads.exp: New file.
9472 * gdb.python/py-events.py: New file.
9473 * gdb.python/py-events.exp: New file.
9474 * gdb.python/py-events.c: New file.
9475
385203ed
DD
94762011-02-04 David Daney <ddaney@caviumnetworks.com>
9477
9478 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9479
9011945e
AB
94802011-02-03 Andrew Burgess <aburgess@broadcom.com>
9481
9482 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9483 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9484 boundary between two compilation units.
9485
580688f3
PA
94862011-02-02 Pedro Alves <pedro@codesourcery.com>
9487
9488 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9489 (Virtual): New structs.
9490 (virtual_o, virtual_middle_b): New globals.
9491 * gdb.cp/virtbase.exp: New tests.
9492
d3f0f853
PP
94932011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9494
9495 * gdb.base/jit.exp: New file.
9496 * gdb.base/jit-main.c: New file.
9497 * gdb.base/jit-solib.c: New file.
9498
b2030fb5
UW
94992011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9500
9501 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9502 proceed to initial kernel entry point.
9503 * gdb.opencl/datatypes.exp: Likewise.
9504 * gdb.opencl/operators.exp: Likewise.
9505 * gdb.opencl/vec_comps.exp: Likewise.
9506
2db19d1e
SW
95072011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9508
9509 * gdb.cp/nsnested.cc: New.
9510 * gdb.cp/nsnested.exp: New.
9511 * gdb.cp/nsnoimports.exp: New.
9512 * gdb.cp/nsnoimports.cc: New.
9513
6b0c4c1f
JB
95142011-01-31 Joel Brobecker <brobecker@adacore.com>
9515
9516 * gdb.base/interact.exp: Add extra tests that verify that
9517 the value of the interactive-mode setting does not change
9518 after the script is sourced.
9519
80b23b6a
JK
95202011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9521
9522 * gdb.cp/noparam.exp: New file.
9523 * gdb.cp/noparam.cc: New file.
9524
ffd5ec24
PA
95252011-01-28 Pedro Alves <pedro@codesourcery.com>
9526
9527 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9528 there's no stack or registers.
9529
a81766d8
TT
95302011-01-26 Tom Tromey <tromey@redhat.com>
9531
9532 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9533 space before string output. Add test for "set print pretty off"
9534 case.
9535
585fdaa1
PA
95362011-01-25 Pedro Alves <pedro@codesourcery.com>
9537
9538 * gdb.base/frame-args.exp: Adjust.
9539 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9540 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9541 * gdb.dwarf2/pieces.exp: Adjust.
9542 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9543 * gdb.opt/inline-locals.exp: Adjust.
9544 * gdb.threads/fork-child-threads.exp: Adjust.
9545
d468832a
KW
95462011-01-25 Ken Werner <ken.werner@de.ibm.com>
9547
9548 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9549 OpenCL kernel function. Add a comment as marker. Add address space
9550 qualifiers for the remaining program scope variables.
9551 * gdb.opencl/datatypes.cl: Likewise.
9552 * gdb.opencl/operators.cl: Likewise.
9553 * gdb.opencl/vec_comps.cl: Likewise.
9554 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9555 Add breakpoint at the marker comment.
9556 * gdb.opencl/datatypes.exp: Likewise.
9557 * gdb.opencl/operators.exp: Likewise.
9558 * gdb.opencl/vec_comps.exp: Likewise.
9559
490f124f
PA
95602011-01-24 Pedro Alves <pedro@codesourcery.com>
9561
9562 * gdb.base/printcmds.c (some_struct): New struct and instance.
9563 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9564 procedure.
9565 <global scope>: Call it.
9566
6da78614
KW
95672011-01-21 Ken Werner <ken.werner@de.ibm.com>
9568
9569 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9570 argument to the gdb_compile_opencl_hostapp call.
9571
ec64c9aa
YQ
95722011-01-19 Yao Qi <yao@codesourcery.com>
9573
9574 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9575 positve list.
9576
810cfdbb
YQ
95772011-01-19 Yao Qi <yao@codesourcery.com>
9578
9579 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9580 canonical form.
9581 Remove "xscale-*-*"
9582 * gdb.xml/tdesc-regs.exp: Likewise.
9583 * gdb.python/py-section-script.exp: Replace ARM target triplet
9584 with canonical form.
9585 Match arm*-*-symbianelf*.
9586 * gdb.base/dup-sect.exp: Likewise.
9587 * lib/dwarf.exp: New.
9588 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9589 dwarf2_support.
9590 * gdb.dwarf2/dup-psym.exp: Likewise.
9591 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9592 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9593 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9594 * gdb.dwarf2/dw2-basic.exp: Likewise.
9595 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9596 * gdb.dwarf2/dw2-const.exp: Likewise.
9597 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9598 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9599 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9600 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9601 * gdb.dwarf2/dw2-filename.exp: Likewise.
9602 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9603 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9604 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9605 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9606 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9607 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9608 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9609 * gdb.dwarf2/dw2-producer.exp: Likewise.
9610 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9611 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9612 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9613 * gdb.dwarf2/dw2-strp.exp: Likewise.
9614 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9615 * gdb.dwarf2/implptr.exp: Likewise.
9616 * gdb.dwarf2/mac-fileno.exp: Likewise.
9617 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9618 * gdb.dwarf2/pieces.exp: Likewise.
9619 * gdb.dwarf2/pr11465.exp: Likewise.
9620 * gdb.dwarf2/valop.exp: Likewise.
9621 * gdb.dwarf2/watch-notconst.exp: Likewise.
9622 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9623
4694da01
TT
96242011-01-19 Tom Tromey <tromey@redhat.com>
9625
9626 * gdb.python/py-infthread.exp: Add thread tests.
9627
b075872c
JB
96282011-01-14 Joel Brobecker <brobecker@adacore.com>
9629
9630 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9631
2c3e6e24
JB
96322011-01-14 Joel Brobecker <brobecker@adacore.com>
9633
9634 * gdb.ada/widewide: New testcase.
9635
de8fa76c
JB
96362011-01-13 Joel Brobecker <brobecker@adacore.com>
9637
9638 * gdb.base/interact.exp: New testcase.
9639
1b05df00
TT
96402011-01-12 Tom Tromey <tromey@redhat.com>
9641
9642 * gdb.mi/gdb2549.exp: Update for error message changes.
9643 * gdb.mi/mi-cli.exp: Likewise.
9644 * gdb.mi/mi-disassemble.exp: Likewise.
9645 * gdb.mi/mi-pthreads.exp: Likewise.
9646 * gdb.mi/mi-regs.exp: Likewise.
9647 * gdb.mi/mi-stack.exp: Likewise.
9648 * gdb.mi/mi-var-block.exp: Likewise.
9649 * gdb.mi/mi-var-cmd.exp: Likewise.
9650 * gdb.mi/mi2-cli.exp: Likewise.
9651 * gdb.mi/mi2-disassemble.exp: Likewise.
9652 * gdb.mi/mi2-pthreads.exp: Likewise.
9653 * gdb.mi/mi2-regs.exp: Likewise.
9654 * gdb.mi/mi2-stack.exp: Likewise.
9655 * gdb.mi/mi2-var-block.exp: Likewise.
9656 * gdb.mi/mi2-var-cmd.exp: Likewise.
9657
c2ff108b
JK
96582011-01-12 Andrew Burgess <aburgess@broadcom.com>
9659 Jan Kratochvil <jan.kratochvil@redhat.com>
9660
9661 PR fortran/11104 and DWARF unbound arrays detection.
9662 * gdb.fortran/multi-dim.exp: New file.
9663 * gdb.fortran/multi-dim.f90: New file.
9664
b716877b
AB
96652011-01-12 Andrew Burgess <aburgess@broadcom.com>
9666
9667 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9668 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9669 add new tests for opcode dumping.
9670
6c162d5e
TT
96712011-01-11 Tom Tromey <tromey@redhat.com>
9672
9673 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9674
77b06cd7
TJB
96752010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9676
9677 Convert hardware watchpoints to use breakpoint_ops.
9678 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9679 type is not supported.
9680 * gdb.base/foll-fork.exp: Likewise.
9681 * gdb.base/foll-vfork.exp: Likewise.
9682
f39a75d0
PM
96832011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9684
9685 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9686 Use load_lib gdb-python.exp.
9687 * gdb.python/python.exp: Ditto.
9688 * gdb.python/py-function.exp: Ditto.
9689
fc529d80
AS
96902011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9691
9692 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9693
fb03cb59
JK
96942011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9695
9696 * configure: Regenerate.
9697
d8e22779
TT
96982011-01-06 Tom Tromey <tromey@redhat.com>
9699
9700 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9701
09050809
JB
97022011-01-06 Joel Brobecker <brobecker@adacore.com>
9703
fc529d80
AS
9704 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9705 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9706 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9707 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9708 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9709 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9710 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9711 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9712 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9713 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9714 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9715 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9716 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9717 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9718 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9719 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9720 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9721 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9722 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9723 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9724 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9725 gdb.ada/uninitialized_vars.exp,
9726 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9727 Simplify by using clean_restart.
09050809 9728
8ed5dd9e
JB
97292011-01-06 Joel Brobecker <brobecker@adacore.com>
9730
9731 Add marker to be used as anchor for inserting breakpoints.
9732 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9733 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9734 Likewise.
9735
9736 Remove uses of gdb_start_cmd.
9737 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
9738 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
9739
9740 Do not run testcase if testing with GDBserver.
9741 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
9742 if testing with GDBserver.
9743
368a124f
JB
97442011-01-06 Joel Brobecker <brobecker@adacore.com>
9745
9746 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
9747 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
9748 copyright header.
9749
44944448
JB
97502011-01-05 Joel Brobecker <brobecker@adacore.com>
9751
9752 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
9753 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
9754 testsuite/gdb.fortran/complex.f,
9755 testsuite/gdb.fortran/derived-type.f90,
9756 testsuite/gdb.fortran/library-module-lib.f90,
9757 testsuite/gdb.fortran/library-module-main.f90,
9758 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
9759 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
9760 Copyright year update.
9761
31886ea6
JB
97622011-01-05 Joel Brobecker <brobecker@adacore.com>
9763
9764 * gdb.base/langs1.f: Add copyright header.
9765
ebedcab5
JK
97662011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9767
9768 * gdb.base/morestack.exp: New file.
9769 * gdb.base/morestack.c: New file.
9770
de1eb2f9
JK
97712011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9772
9773 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
9774
9e87a409
JB
97752010-12-29 Joel Brobecker <brobecker@adacore.com>
9776
9777 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
9778 * gdb.ada/arrayptr.exp: Add test printing that new variable.
9779
720d1a40
JB
97802010-12-29 Joel Brobecker <brobecker@adacore.com>
9781
9782 * gdb.ada/lang_switch.exp: Correct expected parameter value.
9783
a283af87
AS
97842010-12-25 Andreas Schwab <schwab@linux-m68k.org>
9785
5d3d9cba
AS
9786 * gdb.threads/tls.exp: Fix typo.
9787
a283af87
AS
9788 * gdb.threads/thread-specific.exp (get_thread_list): Update.
9789 * gdb.threads/execl.exp: Update.
9790
2a20745c
YQ
97912010-12-23 Yao Qi <yao@codesourcery.com>
9792
9793 * gdb.arch/arm-disp-step.exp: New.
9794 * gdb.arch/arm-disp-step.S: New.
9795
a7658b96
TT
97962010-12-21 Tom Tromey <tromey@redhat.com>
9797
9798 * gdb.threads/execl.exp: Update.
9799 * gdb.threads/linux-dp.exp: Update.
9800 * gdb.threads/manythreads.exp: Update.
9801 * gdb.threads/tls.exp: Update.
9802
5b79abe7
TT
98032010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9804
9805 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
9806 (NextOverThrowDerivates) <resumebpt>: New.
9807 (resumebpt_test): New.
9808 (main): Call resumebpt_test.
9809 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
9810
0914bcdb
SS
98112010-12-12 Stan Shebs <stan@codesourcery.com>
9812
9813 * gdb.trace/tsv.exp: Test print command on trace state variables.
9814
305aeedc
TT
98152010-12-09 Tom Tromey <tromey@redhat.com>
9816
9817 * gdb.base/interp.exp: Add regression test.
9818
186c406b
TT
98192010-12-09 Tom Tromey <tromey@redhat.com>
9820
9821 * gdb.java/jnpe.java: New file.
9822 * gdb.java/jnpe.exp: New file.
9823 * gdb.cp/nextoverthrow.exp: New file.
9824 * gdb.cp/nextoverthrow.cc: New file.
9825
aae1c79a
DE
98262010-12-07 Doug Evans <dje@google.com>
9827
9828 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
9829 of data-directory.
9830 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
9831 updated.
9832 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
9833
60f98dde 98342010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
9835
9836 * gdb.base/callfuncs.exp: Test for skip_float_tests.
9837 * gdb.base/call-sc.exp: Ditto.
9838 * gdb.base/finish.exp: Ditto.
9839 * gdb.base/return.exp: Ditto.
9840 * gdb.base/return2.exp: Ditto.
9841
5fa290c1
DE
98422010-11-30 Doug Evans <dje@google.com>
9843
9844 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
9845 (gdb_expect_list): Fix spelling errors in comments.
9846 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
9847 send_gdb/gdb_expect_list where applicable.
9848 * gdb.base/call-ar-st.exp: Ditto.
9849 * gdb.base/funcargs.exp: Ditto.
9850 * gdb.base/gcore.exp: Ditto.
9851 * gdb.base/page.exp: Ditto.
9852 * gdb.base/sigaltstack.exp: Ditto.
9853 * gdb.base/siginfo.exp: Ditto.
9854 * gdb.base/sigstep.exp: Ditto.
9855 * gdb.base/trace-commands.exp: Ditto.
9856
4e04c971
DE
98572010-11-29 Doug Evans <dje@google.com>
9858
9859 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
9860 printer-name;subprinter-name.
9861
8cf6f0b1
TT
98622010-11-29 Tom Tromey <tromey@redhat.com>
9863
9864 * gdb.dwarf2/implptr.exp: New file.
9865 * gdb.dwarf2/implptr.c: New file.
9866 * gdb.dwarf2/implptr.S: New file.
9867
94b6973e
PM
98682010-11-29 Phil Muldoon <pmuldoon@redhat.com>
9869
fc529d80 9870 PR python/12199
94b6973e
PM
9871
9872 * gdb.python/py-breakpoint.exp: Test the delete method.
9873
8358c15c
JK
98742010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9875
9876 Fix step_resume_breakpoint unsaved during an infcall.
9877 * gdb.base/step-resume-infcall.exp: New file.
9878 * gdb.base/step-resume-infcall.c: New file.
9879
f6df29bc
TJB
98802010-11-24 Edjunior Machado <emachado@br.ibm.com>
9881
9882 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
9883
f2b5a5cf
TJB
98842010-11-24 Edjunior Machado <emachado@br.ibm.com>
9885
9886 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
9887 on ppc64's symbols; "finish" and "return" commands must accept to
9888 show the caller line again as well as the line after.
9889 * gdb.asm/powerpc64.inc: New file.
9890
6b0ecdc2
DE
98912010-11-23 Doug Evans <dje@google.com>
9892
9893 * lib/gdb.exp (gdb_test_sequence): New function.
9894 (gdb_expect_list): Add verbose -log call for each pattern.
9895 * gdb.base/signals.exp (test_handle_all_print): Call it.
9896 Reduce timeout increment from 6 minutes to 1 minute.
9897 * gdb.server/ext-run.exp: Call it.
9898
ea976c60
PM
98992010-11-23 Phil Muldoon <pmuldoon@redhat.com>
9900
f2b5a5cf 9901 PR python/12212
ea976c60
PM
9902
9903 * gdb.python/python.exp: Check that selected_thread raises an
9904 error when no inferior is loaded.
9905
c0efa795
JK
99062010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9907
9908 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
9909 * gdb.dwarf2/dw2-stack-boundary.S: New file.
9910
ec3aa567
JK
99112010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9912
9913 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
9914 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
9915
d8249011
DE
99162010-11-18 Doug Evans <dje@google.com>
9917
9918 * gdb.server/ext-run.exp: Fix intermittent failures.
9919
d4eba7d1
NF
99202010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9921
9922 * gdb.stabs/gdb11479.exp: Use runto_main.
9923
b04c2f88
NF
99242010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9925
9926 * gdb.base/break-entry.exp: Skip if using a stub.
9927
ae9d7ce4
NF
99282010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9929
9930 * gdb.python/py-inferior.exp: Pack values in target endianness.
9931
621c8364
TT
99322010-11-12 Tom Tromey <tromey@redhat.com>
9933
9934 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
9935 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
9936 MemoryError.
9937 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
9938 type.
9939 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
9940 MemoryError.
9941 (test_subscript_regression): Update exception type.
9942
84f4c1fe
PM
99432010-11-11 Phil Muldoon <pmuldoon@redhat.com>
9944
9945 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
9946 breakpoint tests.
9947
a1442452
PA
99482010-11-09 Pedro Alves <pedro@codesourcery.com>
9949
9950 * gdb.base/watchpoint.exp: Test "watch -location" with an
9951 innacessible location.
9952
efd11a33
JK
99532010-11-09 Edjunior Machado <emachado@br.ibm.com>
9954 Luis Machado <luisgpm@br.ibm.com>
9955
9956 * gdb.base/maint.exp: Expect "." prefix.
9957 * gdb.base/nodebug.exp: Expect "." Likewise.
9958 * gdb.base/sepsymtab.exp: Expect "." Likewise.
9959 * gdb.base/watchpoint-cond-gone.exp: Likewise.
9960 * gdb.base/watchpoint.exp: Expect a software watch to be created for
9961 POWER server processors.
9962
aa00efb5
JK
99632010-11-08 Edjunior Machado <emachado@br.ibm.com>
9964 Luis Machado <luisgpm@br.ibm.com>
9965
9966 * gdb.base/break-entry.exp: convert entry point for
9967 ppc64 and expect leading `.' on ppc64's symbols
9968
99e7ae30
DE
99692010-11-05 Doug Evans <dje@google.com>
9970
9971 * gdb.base/help.exp: Update expected output.
b521dba8
DE
9972 * gdb.python/py-param.exp: Delete, contents moved to ...
9973 * gdb.python/py-parameter.exp: ... here. New file.
9974 Add test for gdb.parameter ("directories").
99e7ae30 9975
f4b8a18d
KW
99762010-11-05 Ken Werner <ken.werner@de.ibm.com>
9977
9978 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
9979 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
9980 * configure: Regenerate.
9981 * gdb.opencl/Makefile.in: New File.
9982 * gdb.opencl/datatypes.exp: Likewise.
9983 * gdb.opencl/datatypes.cl: Likewise.
9984 * gdb.opencl/operators.exp: Likewise.
9985 * gdb.opencl/operators.cl: Likewise.
9986 * gdb.opencl/vec_comps.exp: Likewise.
9987 * gdb.opencl/vec_comps.cl: Likewise.
9988 * gdb.opencl/convs_casts.exp: Likewise.
9989 * gdb.opencl/convs_casts.cl: Likewise.
9990 * lib/opencl.exp: Likewise.
9991 * lib/opencl_hostapp.c: Likewise.
9992 * lib/opencl_kernel.cl: Likewise.
9993 * lib/cl_util.c: Likewise.
9994 * lib/cl_util.c: Likewise.
9995 * gdb.base/default.exp (set language): Add "opencl" to the list of
9996 languages.
9997
a9d5ef47
SW
99982010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
9999
10000 * gdb.cp/overload.exp: Added test for inheritance overload.
10001 * gdb.cp/overload.cc: Ditto.
10002 * gdb.cp/oranking.exp: Removed releveant kfails.
10003
03eb1c79
JK
100042010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10005 Joel Brobecker <brobecker@adacore.com>
10006
10007 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10008 check test_compiler_info.
10009
dbc98a8b
KW
100102010-11-03 Ken Werner <ken.werner@de.ibm.com>
10011
10012 * gdb.base/gnu_vector.exp: Adjust expect messages.
10013
120bd360
KW
100142010-11-03 Ken Werner <ken.werner@de.ibm.com>
10015
10016 * gdb.base/gnu_vector.exp: Add unary operator tests.
10017
c37f7098
KW
100182010-11-03 Ken Werner <ken.werner@de.ibm.com>
10019
10020 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
10021
7b51bc51
DE
100222010-11-02 Doug Evans <dje@google.com>
10023
10024 * gdb.python/py-pp-maint.c: New file.
10025 * gdb.python/py-pp-maint.exp: New file.
10026 * gdb.python/py-pp-maint.py: New file.
10027
50c97f38
TT
100282010-11-02 Tom Tromey <tromey@redhat.com>
10029
10030 * gdb.base/default.exp: Remove "scheme" from language list.
10031
a289b8f6
JK
100322010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10033
10034 Revert:
10035 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10036 * gdb.threads/sigstep-threads.exp: New file.
10037 * gdb.threads/sigstep-threads.c: New file.
10038
cd017491
MS
100392010-10-20 Michael Snyder <msnyder@vmware.com>
10040
10041 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
10042
8e6a5956
UW
100432010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10044
10045 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
10046 Skip test completely if gdb,no_hardware_watchpoints.
10047
2c04da0d
UW
100482010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10049
10050 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
10051 strict, but do not check for any particular function name within libc.
10052
79afc5ef
SW
100532010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10054
10055 * gdb.cp/smartp.exp: New test.
10056 * gdb.cp/smartp.cc : New test.
10057
026ffab7
SW
100582010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10059
10060 * gdb.cp/converts.exp: Test pointer to bool conversion.
10061 Test pointer to long conversion.
10062 * gdb.cp/oranking.exp: Removed relevant kfail.
10063
3a772aa4
TT
100642010-10-18 Tom Tromey <tromey@redhat.com>
10065
10066 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
10067 argument to lazy_string.
10068 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
10069 (pp_ls.to_string): Use it.
10070 * gdb.python/py-prettyprint.c (main): Move declarations to top.
10071 Add "estring2" local.
10072
5fc3827b
JK
100732010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10074
10075 Fix s390x compatibility.
10076 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
10077 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
10078
8aeb23f3
JK
100792010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10080
10081 * gdb.threads/sigstep-threads.exp: New file.
10082 * gdb.threads/sigstep-threads.c: New file.
10083
c1e56572
JK
100842010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10085
10086 * gdb.base/pie-execl.exp: New file.
10087 * gdb.base/pie-execl.c: New file.
10088
92163a10
JK
100892010-10-13 Doug Evans <dje@google.com>
10090 Jan Kratochvil <jan.kratochvil@redhat.com>
10091
10092 PR exp/12117
10093 * gdb.cp/ptype-cv-cp.cc: New file.
10094 * gdb.cp/ptype-cv-cp.exp: New file.
10095
7062b0a0
SW
100962010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
10097
10098 * gdb.cp/converts.cc: New test program.
10099 * gdb.cp/converts.exp: New test.
10100 * gdb.cp/overload.exp: Added test for void* vs int*.
10101 * gdb.cp/overload.exp: Ditto.
10102 * gdb.cp/oranking.exp: Removed related kfail.
10103
0e3509db
DE
101042010-10-13 Doug Evans <dje@google.com>
10105
10106 * lib/gdb-python.exp (gdb_check_python_config): New function.
10107 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
10108 * gdb.python/lib-types.cc: New file.
10109 * gdb.python/lib-types.exp: New file.
10110
8dc78533
JK
101112010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10112
10113 * gdb.python/py-error.exp: New file.
10114 * gdb.python/py-error.py: New file.
10115
93c17e06
JK
101162010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10117
10118 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
10119 gdb_test_multiple.
10120
d8b34041
JK
101212010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10122
10123 * gdb.base/break-interp.exp: Use ldlags for linking flags.
10124 * gdb.base/prelink.exp: Likewise.
10125 * gdb.base/solib-nodir.exp: Likewise.
10126 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
10127 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
10128 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
10129
e0cc584e
UW
101302010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
10131
10132 * break-interp.exp (test_ld): Use two separate gdb_expect statements
10133 for the "info files" test to avoid timeouts on slow machines.
10134
cfc353b1
JK
101352010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10136
10137 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
10138 (main): Make openlib dummy call.
10139
d3d7896d
JK
101402010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10141
10142 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
10143 * break-interp.exp (reach): Move the core body ...
10144 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
10145 (test_ld): Provide always real argument, even to the linker. Replace
10146 dl_main by _dl_debug_state.
10147
5e533c94
JK
101482010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10149
10150 Fix results of prelinked PIEs on ppc*.
10151 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
10152 Accept also DISPLACEMENT "PRESENT".
10153 (main): Replace "ZERO" displacements by "PRESENT".
10154
33540610
SW
101552010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
10156
10157 * gdb.cp/oranking.exp: New test.
10158 * gdb.cp/oranking.cc: New test program.
10159
3bdf2bbd
KW
101602010-10-08 Ken Werner <ken.werner@de.ibm.com>
10161
10162 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
10163 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
10164
2f608a3a
KW
101652010-10-06 Ken Werner <ken.werner@de.ibm.com>
10166
10167 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10168 lush, lynx) New constant.
10169 * gdb.base/constvars.exp: Test const array types.
10170 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10171
aa2e2d8d
DE
101722010-10-06 Doug Evans <dje@google.com>
10173
10174 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10175 of syscall staging area.
10176
2844d6b5
KW
101772010-10-06 Ken Werner <ken.werner@de.ibm.com>
10178
10179 * gdb.base/gnu_vector.c: Add variable c4.
10180 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10181 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10182
7d8ac8bb
MR
101832010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10184
10185 * gdb.arch/altivec-abi.exp: Fix a typo.
10186
84a02e58
MR
101872010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10188
10189 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10190 to match a thread ID.
10191
b18e6318
JK
101922010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10193
10194 Fix s390x testcase compatibility.
10195 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10196
a2c09bd0
DE
101972010-10-01 Doug Evans <dje@google.com>
10198
10199 * lib/gdb-python.exp: New file.
10200 * gdb.python/py-block.exp: Use it.
10201 * gdb.python/py-breakpoint.exp: Ditto.
10202 * gdb.python/py-frame.exp: Ditto.
10203 * gdb.python/py-inferior.exp: Ditto.
10204 * gdb.python/py-param.exp: Ditto.
10205 * gdb.python/py-prettyprint.exp: Ditto.
10206 * gdb.python/py-shared.exp: Ditto.
10207 * gdb.python/py-symbol.exp: Ditto.
10208 * gdb.python/py-symtab.exp: Ditto.
10209 * gdb.python/py-type.exp: Ditto.
10210 * gdb.python/py-value.exp: Ditto.
10211 * gdb.python/python.exp: Ditto.
10212
38f12cfc
TT
102132010-09-30 Tom Tromey <tromey@redhat.com>
10214
10215 * gdb.base/anon.exp: New file.
10216 * gdb.base/anon.c: New file.
10217
9ae8282d
TT
102182010-09-30 Tom Tromey <tromey@redhat.com>
10219
10220 * gdb.base/completion.exp: Test completion through anonymous
10221 union.
10222 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10223
e9e07ba6
JK
102242010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10225
10226 Fix printing parameters of inlined functions.
10227 * gdb.dwarf2/dw2-inline-param.exp: New file.
10228 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10229 * gdb.dwarf2/dw2-inline-param.S: New file.
10230
cd2effb2
JK
102312010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10232
10233 PR corefiles/12071.
10234 * gdb.base/corefile.exp (quit with a process, no question: load core)
10235 (quit with a core file): New tests.
10236
bceffbf3
JK
102372010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10238
10239 Fix GDB crash on inferior calls with self-referencing classes.
10240 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10241 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10242 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10243
1736ad11
JK
102442010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10245
10246 Fix lost siginfo_t for inferior calls.
10247 * gdb.base/siginfo-infcall.exp: New file.
10248 * gdb.base/siginfo-infcall.c: New file.
10249
a176ad92
JB
102502010-09-22 Joel Brobecker <brobecker@adacore.com>
10251
10252 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10253
c2b0a229
JK
102542010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10255
10256 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10257 New test.
10258 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10259
e8ae22d1
JB
102602010-09-22 Joel Brobecker <brobecker@adacore.com>
10261
10262 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10263 type of our const type.
10264
ec322823
SW
102652010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10266
10267 * gdb.cp/pr12028.cc: New.
10268 * gdb.cp/pr12028.exp: New.
10269
72929c62
JB
102702010-09-22 Joel Brobecker <brobecker@adacore.com>
10271
10272 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10273
875b4ff5 102742010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 10275 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
10276
10277 PR mi/11407
10278 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10279 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10280 * gdb.mi/dw2-ref-missing-frame.S New File.
10281 * gdb.mi/dw2-ref-missing-frame.exp New File.
10282
7155d578
TT
102832010-09-14 Tom Tromey <tromey@redhat.com>
10284
10285 PR symtab/8399:
10286 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10287
515ed532
TT
102882010-09-14 Tom Tromey <tromey@redhat.com>
10289
10290 PR exp/11803:
10291 * gdb.threads/tls.exp: Use C++.
10292 (check_thread_local): Use K::another_thread_local.
10293 * gdb.threads/tls.c (class K): New.
10294 (another_thread_local): Now a member of K.
10295 (spin): Update. No longer K&R C.
10296
450ca57c
SW
102972010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10298
10299 * gdb.cp/koenig.cc: created class for testing member lookup.
10300 * gdb.cp/koenig.exp: Added test for member lookup.
10301
dbd492a3
JK
103022010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10303
10304 Fix false FAILs on sourcetree topdir directory containing "kill".
10305 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10306 source line matching regexp.
10307
8d4d924b
JK
103082010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10309
10310 * gdb.python/python.exp (set height 0, collect help from uiout)
10311 (verify help to uiout): New tests.
10312
8e64f2a0
JK
103132010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10314
10315 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10316 is_lp64_target to check 64bit target.
10317
4569eed2
JK
103182010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10319
10320 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
10321 (test_ld) <powerpc64-*>: New.
10322
5e1617b1
DJ
103232010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10324
10325 * gdb.cp/templates.exp (test_template_args): Allow "struct".
10326
c767944b
DJ
103272010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10328
10329 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
10330 (FunctionArg::method): New function.
10331 (empty, arg): New variables.
10332 (main): Call arg.method.
10333 * gdb.cp/templates.exp (test_template_args): New function.
10334 (do_tests): Call it.
10335
27d3a3fc
UW
103362010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10337
10338 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
10339 of "next" to proceed over pthread_exit call.
10340
55b7ce7f
UW
103412010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10342
10343 * gdb.base/maint.exp: Avoid wildcards against potentially very long
10344 "maint print statistics" output to prevent expect timeouts.
10345
809df446
JK
103462010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
10349 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10350 (test_float_rejected): ... here.
10351 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
10352 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10353 (test_float_rejected): ... here.
10354 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
10355 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10356 (test_float_rejected): ... here.
10357 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
10358 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10359 (test_float_rejected): ... here.
10360
8464be76
DJ
103612010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10362
10363 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
10364 before disabling hardware watchpoints.
10365 (test_inaccessible_watchpoint): Check that hardware watchpoints
10366 are used. Test for watchpoints on a constant address.
10367
14dba4b4
JK
103682010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10369
10370 * gdb.base/ui-redirect.exp: New file.
10371
3f3540e1 103722010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 10373 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
10374
10375 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10376
0f254bb7
DE
103772010-08-31 Doug Evans <dje@google.com>
10378
10379 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10380
03f17ccf
TT
103812010-08-30 Tom Tromey <tromey@redhat.com>
10382
10383 PR python/11792:
10384 * gdb.python/py-value.exp (test_subscript_regression): Add
10385 dynamic_type test.
10386
640617ad
DJ
103872010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10388
10389 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10390 instead of running to main. Do not test the main function.
10391 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10392 Add new main.
10393
2ed91d1b
PA
103942010-08-26 Pedro Alves <pedro@codesourcery.com>
10395
10396 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10397 one test.
10398
673bfd45
DE
103992010-08-24 Doug Evans <dje@google.com>
10400
10401 PR symtab/11942
10402 * gdb.dwarf2/dw4-sig-types.cc: New file.
10403 * gdb.dwarf2/dw4-sig-types.h: New file.
10404 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10405 * gdb.dwarf2/dw4-sig-types.exp: New file.
10406
f9ffd4bb
TT
104072010-08-23 Tom Tromey <tromey@redhat.com>
10408
10409 PR python/11145:
10410 * gdb.python/py-value.c (Base, Derived): New types.
10411 (base): New global.
10412 * gdb.python/py-value.exp (test_subscript_regression): Add
10413 dynamic_cast test.
10414
d839c8a4
TT
104152010-08-23 Tom Tromey <tromey@redhat.com>
10416
10417 PR python/10676:
10418 * gdb.python/py-type.exp (test_fields): Add tests for type
10419 equality.
10420
702c2711
TT
104212010-08-23 Tom Tromey <tromey@redhat.com>
10422
10423 PR python/11915:
10424 * gdb.python/py-type.exp (test_fields): Add tests for array.
10425
832bafd3
KS
104262010-08-23 Keith Seitz <keiths@redhat.com>
10427
10428 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10429 have any children. Create a new abbrev for it.
10430 Add missing terminal sequence to .debug_abbrev.
10431
c37bf528
KS
104322010-08-20 Keith Seitz <keiths@redhat.com>
10433
10434 PR symtab/11465:
10435 * gdb.dwarf2/pr11465.exp: New test.
10436 * gdb.dwarf2/pr11465.S: New file.
10437 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10438 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10439
4572cbac
TJB
104402010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10441
10442 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10443 registers. Update data sets with the new v2_double element in the
10444 VSX register union. Add vector_register3_vr data set for the AltiVec
10445 registers. Use gdb_test_no_output instead of send_gdb.
10446
e7fbb131
PA
104472010-08-19 Pedro Alves <pedro@codesourcery.com>
10448
10449 * gdb.python/py-shared.exp: New file, factored out from
10450 python.exp.
10451 * gdb.python/py-shared.c: New file.
10452 * gdb.python/py-shared-sl.c: New file.
10453 * gdb.python/python-1.c: New file.
10454 * gdb.python/python-sl.c: Delete.
10455 * gdb.python/python.c: Mention python-1.c.
10456 * gdb.python/python.exp: Move shared library tests to
10457 py-shared.exp.
10458 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10459 (MISCELLANEOUS): New.
10460 (clean mostlyclean): Also remove $MISCELLANEOUS.
10461
d30f5e1f
DE
104622010-08-19 Doug Evans <dje@google.com>
10463
10464 PR exp/11926
10465 * gdb.base/printcmds.exp (test_float_accepted): New function.
10466 Move existing float tests there. Add tests for floats with suffixes.
10467 (test_float_rejected): New function.
10468 * gdb.java/jv-print.exp (test_float_accepted): New function.
10469 (test_float_rejected): New function.
10470 * gdb.objc/print.exp: New file.
10471 * gdb.pascal/print.exp: New file.
10472 * lib/objc.exp: New file.
10473
7b3fd859
PM
104742010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10475
10476 * gdb.base/default.exp (info set): Avoid full buffer error and force
10477 reading up to final gdb prompt.
10478 (show): Likewise.
10479
c92817ce
TT
104802010-08-18 Tom Tromey <tromey@redhat.com>
10481
10482 PR symtab/11919:
10483 * gdb.base/completion.exp: Add test.
10484
f1208f9e
DE
104852010-08-18 Doug Evans <dje@google.com>
10486
10487 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10488 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10489 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10490 Simplify, early exit if runto_main fails.
10491 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10492 (set_lang_fortran): Moved to lib/fortran.exp.
10493 * gdb.fortran/types.exp: load_lib fortran.exp.
10494 (set_lang_fortran): Moved to lib/fortran.exp.
10495 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10496 * gdb.java/jprint.exp (set_lang_java): Ditto.
10497 * gdb.java/jv-exp.exp: load_lib java.exp.
10498 If set_lang_java fails, issue a warning instead of failure to be
10499 consistent with other set_lang_foo uses.
10500 (set_lang_java): Moved to lib/java.exp.
10501 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10502 If set_lang_java fails, issue a warning instead of failure to be
10503 consistent with other set_lang_foo uses.
10504 * gdb.pascal/types.exp: load_lib pascal.exp.
10505 (set_lang_pascal): Moved to lib/pascal.exp.
10506 * lib/fortran.exp: New file.
10507 * lib/java.exp (set_lang_java): New function.
10508 * lib/pascal.exp (set_lang_pascal): New function.
10509
2f06b485
YQ
105102010-08-18 Yao Qi <yao@codesourcery.com
10511
10512 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10513 func_nofb_start and func_loopfb_start, so that address of functions
10514 is equal to these labels on Thumb.
10515
96e25403
YQ
105162010-08-18 Yao Qi <yao@codesourcery.com>
10517
10518 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10519 to reflect latest c source file.
10520
36e6adc4
JK
105212010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10522
10523 * gdb.cp/infcall-dlopen.exp: New file.
10524 * gdb.cp/infcall-dlopen.cc: New file.
10525 * gdb.cp/infcall-dlopen-lib.cc: New file.
10526
f431efe5
PA
105272010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10528 Pedro Alves <pedro@codesourcery.com>
10529
10530 PR breakpoints/11371
10531
10532 * gdb.base/watch-cond-infcall.exp: New file.
10533 * gdb.base/watch-cond-infcall.c: New file.
10534
06a64a0b
TT
105352010-08-16 Tom Tromey <tromey@redhat.com>
10536
10537 * gdb.base/help.exp: Update.
10538 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10539 watchpoint.
10540 (test_watch_location): New proc.
10541 (test_watchpoint_in_big_blob): Delete watchpoint.
10542 * gdb.base/watchpoint.c (func5): New function.
10543 (main): Call it.
10544
70ebf4ed
DE
105452010-08-16 Doug Evans <dje@google.com>
10546
10547 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10548
ca5c20b6
PM
105492010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10550
10551 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10552 tests.
10553
7346b668
KW
105542010-08-11 Ken Werner <ken.werner@de.ibm.com>
10555
10556 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10557 * gdb.base/gnu_vector.c: New File.
10558 * gdb.base/gnu_vector.exp: Likewise.
10559
cb2e07a6
PM
105602010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10561
10562 * gdb.python/python.c: New File.
10563 * gdb.python/python-sl.c: New File.
10564 * gdb.python/python.exp: Test solib_address and decode_line
10565 * functions.
10566
5da1313b
JK
105672010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10568
10569 * gdb.python/python.exp (show height, set height 10)
10570 (verify pagination beforehand, verify pagination beforehand: q)
10571 (gdb.execute does not page, verify pagination afterwards)
10572 (verify pagination afterwards: q): New.
10573
49c3ccf7
DE
105742010-08-02 Doug Evans <dje@google.com>
10575
10576 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10577 because of an older gcc, change test2
10578 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10579 to unsupported.
10580
42c0c4f1
KH
105812010-07-30 Kazu Hirata <kazu@codesourcery.com>
10582
10583 * gdb.base/break-always.exp: Do not expect full paths to file
10584 names.
10585 * gdb.base/commands.exp: Likewise.
10586
d3765805
DE
105872010-07-30 Doug Evans <dje@google.com>
10588
c98ee71b
DE
10589 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10590 xfail them when run with older gccs.
10591
fd961404
DE
10592 * lib/gdb.exp (build_executable): Forward "c++" option to
10593 get_compiler_info.
10594
999adef4
DE
10595 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10596 "python print ttype.template_argument(1)" and
10597 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10598 if using gcc 4.4 or earlier.
10599
d3765805
DE
10600 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10601 attach-to-debugger handling.
10602
1276c759
JK
106032010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10604
10605 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10606 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10607 (main): Use copyreloc.
10608 * gdb.base/prelink.exp (split debug of executable)
10609 (.dynbss vs. .bss address shift): New tests.
10610
88caa9b9
PA
106112010-07-29 Pedro Alves <pedro@codesourcery.com>
10612
10613 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10614 in gdb_test_multiple.
10615
c6f2ac43
PA
106162010-07-29 Pedro Alves <pedro@codesourcery.com>
10617
10618 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10619 environment.
10620
326fd672
TT
106212010-07-28 Tom Tromey <tromey@redhat.com>
10622
10623 PR python/11060:
10624 * gdb.python/py-type.c (Temargs): New template.
10625 (temvar): New variable.
10626 * gdb.python/py-type.exp (test_template): New proc.
10627
3ce3b1ba
PA
106282010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10629
10630 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10631 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10632
34eaf542
TT
106332010-07-28 Tom Tromey <tromey@redhat.com>
10634
10635 PR c++/9946:
10636 * gdb.cp/temargs.exp: New file.
10637 * gdb.cp/temargs.cc: New file.
10638
d41b819e
JK
106392010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10640
10641 * gdb.base/help.exp (help disassemble): Update the content.
10642
26ab7092
JK
106432010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10644
10645 * gdb.threads/ia64-sigill.exp: New file.
10646 * gdb.threads/ia64-sigill.c: New file.
10647
5283e9e1
TT
106482010-07-27 Tom Tromey <tromey@redhat.com>
10649
10650 * gdb.opt/inline-cmds.c (ATTR): New define.
10651 (func1): Use it.
10652 (func2): Likewise.
10653 (func3): Likewise.
10654 (outer_inline1): Likewise.
10655 (outer_inline2): Likewise.
10656 * gdb.opt/inline-bt.c (ATTR): New define.
10657 (func1): Use it.
10658 (func2): Likewise.
10659 * gdb.opt/inline-locals.c (ATTR): New define.
10660 (func1): Use it.
10661 (func2): Likewise.
10662
e992ef73
TT
106632010-07-27 Tom Tromey <tromey@redhat.com>
10664
10665 * gdb.stabs/gdb11479.c (hack): New function.
10666 (test): Use it.
10667 (test2): Use it.
10668 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10669 (int32_search_buf, int64_search_buf): No longer static.
10670 (x): Remove.
10671 * gdb.base/relocate.c (hack): New function.
10672
5374244e
PM
106732010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10674
10675 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10676 * gdb.python/py-value.c (func1): New function.
10677 (func2): Likewise.
10678
a99aee83
CV
106792010-07-26 Corinna Vinschen <vinschen@redhat.com>
10680
10681 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10682 as not to clash with .data section.
10683
a04ba985
JG
106842010-07-26 Jerome Guitton <guitton@adacore.com>
10685
10686 * gdb.base/code_elim.exp: New file.
10687 * gdb.base/code_elim1.c: New file.
10688 * gdb.base/code_elim2.c: New file.
10689
23bd0f7c
PA
106902010-07-21 Pedro Alves <pedro@codesourcery.com>
10691
10692 PR symtab/11827
10693
10694 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10695 (some_volatile_enum): New variable.
10696 * gdb.base/printcmds.exp (test_print_enums): New.
10697 <top level>: Call it.
10698
883df6dd
SW
106992010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10700
10701 * gdb.cp/fpointer.cc: New test.
10702 * gdb.cp/fpointer.exp: New test.
10703
569b05a5
JK
107042010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10705
10706 * gdb.base/solib-nodir.exp: New file.
10707 * lib/gdb.exp (runto): New case for a GDB internal error.
10708
51d7d803
JK
107092010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10710 Ulrich Weigand <uweigand@de.ibm.com>
10711 Tom Tromey <tromey@redhat.com>
10712
10713 * gdb.base/charset-malloc.c: New file.
10714 * gdb.base/charset.c (malloc_stub): New prototype.
10715 (main): Call it instead of malloc itself.
10716 * gdb.base/charset.exp: Use only prepare_for_testing.
10717 (binfile): Remove the variable.
10718
c0edd9ed
JK
107192010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10720
10721 Make core files the process_stratum.
10722 * gdb.base/corefile.exp (run: load core again)
10723 (run: sanity check we see the core file, run: with core)
10724 (run: core file is cleared, attach: load core again)
10725 (attach: sanity check we see the core file, attach: with core)
10726 (attach: core file is cleared): New tests.
10727 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10728
3cbaedff
KW
107292010-07-14 Ken Werner <ken.werner@de.ibm.com>
10730
10731 * gdb.arch/altivec-abi.exp: New tests.
10732
91158a56
TT
107332010-07-13 Tom Tromey <tromey@redhat.com>
10734
10735 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10736 (main): Use it.
10737 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
10738
0f5238ed
TT
107392010-07-13 Tom Tromey <tromey@redhat.com>
10740
10741 * gdb.base/label.exp: New file.
10742 * gdb.base/label.c: New file.
10743
add265ae
L
107442010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
10745 H.J. Lu <hongjiu.lu@intel.com>
10746
10747 * lib/gdb.exp (is_ilp32_target): New.
10748 (is_lp64_target): Likewise.
10749
10750 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
10751 target.
10752 * gdb.arch/amd64-disp-step.exp: Likewise.
10753 * gdb.arch/amd64-dword.exp: Likewise.
10754 * gdb.arch/amd64-i386-address.exp: Likewise.
10755 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 10756
add265ae
L
10757 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
10758 target.
10759 * gdb.arch/i386-bp_permanent.exp: Likewise.
10760 * gdb.arch/i386-byte.exp: Likewise.
10761 * gdb.arch/i386-disp-step.exp: Likewise.
10762 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10763 * gdb.arch/i386-prologue.exp: Likewise.
10764 * gdb.arch/i386-size-overlap.exp: Likewise.
10765 * gdb.arch/i386-size.exp: Likewise.
10766 * gdb.arch/i386-sse.exp: Likewise.
10767 * gdb.arch/i386-unwind.exp: Likewise.
10768 * gdb.arch/i386-word.exp: Likewise.
10769
10770 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
10771 test only when building 64-bit executables. Do not hard-code
10772 -m64 option.
10773
2dfb8c17
DE
107742010-07-07 Doug Evans <dje@google.com>
10775
10776 * lib/gdb.exp (gdb_test_list_exact): New function.
10777 * gdb.base/default.exp (show convenience): Call it, add tests for
10778 $_sdata = void, $_thread = 0.
10779
4e5799b6
JK
107802010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10781 Joel Brobecker <brobecker@adacore.com>
10782
10783 Fix re-run of PIE executable, PR shlibs/11776.
10784 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
10785 Remove $displacement_main to match the solib-svr4.c change. New "kill"
10786 and re-"run" of the inferior.
10787
1a219cc7
JK
107882010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10789 Joel Brobecker <brobecker@adacore.com>
10790
10791 Cope with missing /usr/sbin/prelink.
10792 * lib/prelink-support.exp (prelink_no):
10793 <result == 1 && $output is "no such file or directory">: New.
10794 (prelink_yes): Likewise. Return on failed prelink_no.
10795
5e3b36f8
JK
107962010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10797 Joel Brobecker <brobecker@adacore.com>
10798
10799 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
10800 build_executable by build_executable_own_libs. Replace "prelink -R"
10801 execution by a call of prelink_yes. Comment why "prelink -r" needs no
10802 change.
10803 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
10804 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
10805 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
10806 Replace build_executable by build_executable_own_libs's function
10807 build_executable_own_libs.
10808 (prelinkNO): Create new stub to call prelink_no.
10809 (prelinkYES): Create new stub to call prelink_yes.
10810 (test_attach): Rename calls of copy to file_copy.
10811 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
10812 (copy): Move to ...
10813 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
10814 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
10815 * gdb.base/prelink.exp: Disable testcase also for is_remote and
10816 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
10817 special flags by gdb_compile_shlib. Replace second gdb_compile by
10818 build_executable_own_libs. Replace "prelink -R" execution by a call of
10819 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
10820 a second call of prelink_yes. Replace restart commands by
10821 clean_restart.
10822 (prelink): Rename to ...
10823 (seen displacement message): ... this test. Extend its expectation
10824 strictness.
10825
86e4bafc
JK
108262010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10827
10828 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
10829 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
10830 displacement message exactly once.
10831
3cd07d20
JK
108322010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10833 Joel Brobecker <brobecker@adacore.com>
10834
10835 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
10836 its restore after the <$relink_args != ""> loop. new comment.
10837
0a1e94c7
JK
108382010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10839 Joel Brobecker <brobecker@adacore.com>
10840
10841 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
10842 code for it. New variable relink_args.
10843 (prelinkYES): Call prelinkNO.
10844 (test_attach): Accept new parameter relink_args. Re-prelink the binary
10845 in such case. Move the core code to ...
10846 (test_attach_gdb): ... a new function. Send GDB command "file".
10847 Extend expected "Attaching to " string.
10848
2f70bcfb
TT
108492010-07-02 Tom Tromey <tromey@redhat.com>
10850
10851 * gdb.base/bitops.exp: Remove extraneous "pass".
10852
a17ac5b0
TT
108532010-07-02 Ken Werner <ken.werner@de.ibm.com>
10854
10855 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10856
dc10affe
PA
108572010-07-01 Pedro Alves <pedro@codesourcery.com>
10858
d41c0fc8
PA
10859 * gdb.base/help.exp: Adjust expected output.
10860
108612010-07-01 Pedro Alves <pedro@codesourcery.com>
10862
10863 * gdb.base/help.exp: Adjust expected output.
dc10affe 10864
0a600c36
JK
108652010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10866
10867 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
10868 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
10869 c++/11702.
10870
37cc8bfe
JK
108712010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10872 Doug Evans <dje@google.com>
10873
10874 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
10875 add .dynamic entry'.
10876
254e6b9e
DE
108772010-06-29 Doug Evans <dje@google.com>
10878
10879 Test PR c++/11702.
10880 * gdb.cp/m-static.exp: Add testcase.
10881 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
10882
595939de 108832010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
10884 Tom Tromey <tromey@redhat.com>
10885 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
10886
10887 * gdb.python/py-inferior.c: New File.
10888 * gdb.python/py-infthread.c: New File.
10889 * gdb.python/py-inferior.exp: New File.
10890 * gdb.python/py-infthread.exp: New File.
10891
98751a41
JK
108922010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10893
10894 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
10895 (ptype ::C::OtherFileClass typedefs): New.
10896 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
10897 (C::OtherFileClass::cOtherFileClassVar2): New.
10898 (C::OtherFileClass::cOtherFileClassVar_use): Use also
10899 cOtherFileClassVar2.
10900 (C::cOtherFileType2, C::cOtherFileVar2): New.
10901 (C::cOtherFileVar_use): use also cOtherFileVar2.
10902 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
10903
41f62f39
JK
109042010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10905
10906 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
10907 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
10908 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
10909 (print ::C::cOtherFileVar)
10910 (whatis C::OtherFileClass::cOtherFileClassType)
10911 (whatis ::C::OtherFileClass::cOtherFileClassType)
10912 (print C::OtherFileClass::cOtherFileClassVar)
10913 (print ::cOtherFileClassVar)
10914 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
10915 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
10916 trailing content.
10917 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
10918 (C::OtherFileClass::cOtherFileClassVar)
10919 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
10920 (C::cOtherFileVar, C::cOtherFileVar_use): New.
10921
af53d231
JK
109222010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10923
10924 Test PR c++/11703 and PR gdb/1448.
10925 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
10926 gdb/1448.
10927
9655fd1a
JK
109282010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10929
10930 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
10931 (main) <rtti_data>: New.
10932 * gdb.cp/virtbase.exp (print rtti_data): New.
10933
824cc8dd
JK
109342010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10935 Joel Brobecker <brobecker@adacore.com>
10936
10937 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
10938
6036c742
JK
109392010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10940
10941 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
10942
de6a0421
DE
109432010-06-28 Doug Evans <dje@google.com>
10944
10945 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
10946
b2dae948
DE
109472010-06-27 Doug Evans <dje@google.com>
10948
10949 * gdb.cp/m-static.exp: Update expected test output.
10950
0f3bb72e
PH
109512010-06-25 Paul Hilfinger <hilfinger@adacore.com>
10952
889bf7c5
PA
10953 * gdb.gdb/selftest.exp: Adjust expected message for
10954 capturing start-up runtime.
0f3bb72e 10955
bc9f0842
TT
109562010-06-25 Tom Tromey <tromey@redhat.com>
10957
10958 PR python/10808:
10959 * gdb.python/python.exp: Add new tests.
10960
099ef718
SW
109612010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
10962
10963 * gdb.cp/operator.cc: Created an import loop.
10964 * gdb.cp/operator.exp: Added testcase for import loop.
10965
5868a632
JK
109662010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10967
10968 Test PR python/11407.
10969 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
10970 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
10971 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
10972 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
10973 executable_nofb and executable_fb. New variables srcsfile, objsfile,
10974 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
10975 binfile. Call gdb_compile with clean_restart twice.
10976 (func_nofb print, func_nofb backtrace, func_loopfb print)
10977 (func_loopfb backtrace): New.
10978
af76db58
JK
109792010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10980
10981 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
10982 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
10983 by a hand made one.
10984 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
10985 i?86 requirement. Remove variables srcfile and binfile. New variable
10986 sources, executable_nofb and executable_fb. Call prepare_for_testing.
10987
f2c7657e
UW
109882010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10989
10990 * gdb.cell/dwarfaddr.exp: New file.
10991 * gdb.cell/dwarfaddr.S: New file.
10992
628fe4e4
JK
109932010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10994
10995 Test PR 9436.
10996 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
10997
f1421989
HZ
109982010-06-24 Hui Zhu <teawater@gmail.com>
10999
11000 * gdb.base/eval.exp: New file.
11001
d03285ec
UW
110022010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11003
11004 * gdb.cell/fork.exp: New file.
11005 * gdb.cell/fork.c: Likewise.
11006 * gdb.cell/fork-spu.c: Likewise.
11007
41b2c92d
PM
110082010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11009
11010 * lib/gdb.exp (banned_variables_traced): New global variable.
11011 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11012 (gdb_init): Use `trace add variable' instead of obsolete
11013 `trace variable'.
11014
d5bc977f
DE
110152010-06-21 Doug Evans <dje@google.com>
11016
11017 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11018
d2ed6730
UW
110192010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11020
11021 * gdb.arch/spu-ls.exp: New file.
11022 * gdb.arch/spu-ls.c: Likewise.
11023
6aed2dbc
SS
110242010-06-18 Stan Shebs <stan@codesourcery.com>
11025
11026 * gdb.threads/thread-specific.exp: Add tests of $_thread.
11027
e0756905
UW
110282010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11029
11030 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
11031 * gdb.base/watch-cond.exp: Likewise.
11032 * gdb.python/py-breakpoint.exp: Likewise.
11033
d8053d4d
PA
110342010-06-18 Pedro Alves <pedro@codesourcery.com>
11035
11036 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
11037 clean_restart, make sure every test has a distinct message, and
11038 that messages don't include the executable' full path.
11039
81ce510c
DE
110402010-06-17 Doug Evans <dje@google.com>
11041
11042 * gdb.arch/i386-size.exp: Updated expected output for
11043 DISASSEMBLY_OMIT_FNAME.
11044
65d79d4b
SDJ
110452010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11046 Sergio Durigan Junior <sergiodj@redhat.com>
11047
11048 * gdb.base/watch-notconst.c: New file.
11049 * gdb.base/watch-notconst.S: New file.
11050 * gdb.base/watch-notconst2.c: New file.
11051 * gdb.base/watch-notconst2.S: New file.
11052 * gdb.base/watch-notconst.exp: New file.
11053 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
11054 (func4): Add operations on `global_ptr_ptr'.
11055 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
11056 routine to test watchpoints created with a constant expression.
11057 (test_inaccessible_watchpoint): Include tests for watchpoints
11058 created with a constant expression.
11059
df0f4836
KB
110602010-06-14 Kevin Buettner <kevinb@redhat.com>
11061
11062 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
11063 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
11064 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
11065 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
11066 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
11067 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
11068 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
11069 of `_start'.
11070
b769def5
UW
110712010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11072
11073 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
11074 not supported on the target.
11075 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11076 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11077 * gdb.mi/mi-nsintrall.exp: Likewise.
11078 * gdb.mi/mi-nsmoribund.exp: Likewise.
11079 * gdb.mi/mi-nsthrexec.exp: Likewise.
11080
d914c394
SS
110812010-06-11 Stan Shebs <stan@codesourcery.com>
11082
11083 * gdb.base/permissions.exp: New file.
11084
110852010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
11086
11087 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
11088 does not support ELF executable class.
11089
f3ce5b9c
UW
110902010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11091
11092 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
11093
8e46892c
JK
110942010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11095
11096 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
11097 (runto): Catch "The target does not support running in non-stop mode.".
11098
6cc55c64
MS
110992010-06-11 Michael Snyder <msnyder@vmware.com>
11100
11101 * gdb.base/setshow.exp (set language asm): Don't use
11102 gdb_test_no_output, fails on some targets.
11103
caddefa4
UW
111042010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11105
11106 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
11107 * gdb.cp/pr9167.exp: Likewise.
11108
468b1aa7
UW
111092010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11110
11111 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
11112
5c3552dc
UW
111132010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11114
11115 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
11116
02e6fe6a
UW
111172010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11118
11119 * gdb.base/charset.c (main): Make sure malloc gets linked in.
11120
0e03807e
TT
111212010-06-11 Tom Tromey <tromey@redhat.com>
11122
11123 PR gdb/9977, PR exp/11636::
11124 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
11125 (pieces_test_f6): Update expected output.
11126
2bdf28a0
JK
111272010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11128
11129 * gdb.base/moribund-step.exp: New.
11130
f6978de9
MS
111312010-06-08 Michael Snyder <msnyder@vmware.com>
11132
11133 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 11134 * gdb.ada/boolean_expr.exp:
f6978de9
MS
11135 * gdb.ada/frame_args.exp: Ditto.
11136 * gdb.ada/lang_switch.exp: Ditto.
11137 * gdb.ada/ptype_arith_binop.exp: Ditto.
11138 * gdb.ada/ref_param.exp: Ditto.
11139 * gdb.ada/type_coercion.exp:Ditto.
11140
11141 * gdb.asm/asm-source.exp: Ditto.
11142
11143 * gdb.base/attach.exp: Ditto.
11144 * gdb.base/bitfields2.exp: Ditto.
11145 * gdb.base/call-signal-resume.exp: Ditto.
11146 * gdb.base/callfuncs.exp: Ditto.
11147 * gdb.base/commands.exp: Ditto.
11148 * gdb.base/dbx.exp: Ditto.
11149 * gdb.base/default.exp: Ditto.
11150 * gdb.base/dump.exp: Ditto.
11151 * gdb.base/exprs.exp: Ditto.
11152 * gdb.base/freebpcmd.exp: Ditto.
11153 * gdb.base/interrupt.exp: Ditto.
11154 * gdb.base/list.exp: Ditto.
11155 * gdb.base/long_long.exp: Ditto.
11156 * gdb.base/maint.exp: Ditto.
11157 * gdb.base/ptype.exp: Ditto.
11158 * gdb.base/return.exp: Ditto.
11159 * gdb.base/setshow.exp: Ditto.
11160 * gdb.base/sigbpt.exp: Ditto.
11161 * gdb.base/sigrepeat.exp: Ditto.
11162
11163 * gdb.cp/classes.exp: Ditto.
11164
11165 * gdb.dwarf2/dw2-restore.exp: Ditto.
11166
11167 * gdb.gdb/selftest.exp: Ditto.
11168
11169 * gdb.multi/base.exp: Ditto.
11170 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11171
11172 * gdb.python/py-block.exp: Ditto.
11173 * gdb.python/py-prettyprint.exp: Ditto.
11174 * gdb.python/py-template.exp: Ditto.
11175
11176 * gdb.server/ext-attach.exp: Ditto.
11177 * gdb.server/ext-run.exp: Ditto.
11178 * gdb.server/server-mon.exp: Ditto.
11179
11180 * gdb.threads/fork-thread-pending.exp: Ditto.
11181 * gdb.threads/hand-call-in-threads.exp: Ditto.
11182 * gdb.threads/interrupted-hand-call.exp: Ditto.
11183 * gdb.threads/linux-dp.exp: Ditto.
11184 * gdb.threads/manythreads.exp: Ditto.
11185 * gdb.threads/print-threads.exp: Ditto.
11186 * gdb.threads/pthreads.exp: Ditto.
11187 * gdb.threads/schedlock.exp: Ditto.
11188 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11189 * gdb.threads/threadapply.exp: Ditto.
11190
de7ff789
MS
111912010-06-08 Michael Snyder <msnyder@vmware.com>
11192
889bf7c5 11193 * gdb.ada/exec_changed.exp:
de7ff789
MS
11194 Use ".*" instead of "" as wildcard regexp.
11195
11196 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11197 * gdb.base/call-ar-st.exp: Ditto.
11198 * gdb.base/checkpoint.exp: Ditto.
11199 * gdb.base/default.exp: Ditto.
11200 * gdb.base/dump.exp: Ditto.
11201 * gdb.base/ending-run.exp: Ditto.
11202 * gdb.base/fileio.exp: Ditto.
11203 * gdb.base/miscexprs.exp: Ditto.
11204 * gdb.base/pointers.exp: Ditto.
11205 * gdb.base/readline.exp: Ditto.
11206 * gdb.base/reread.exp: Ditto.
11207 * gdb.base/restore.exp: Ditto.
11208 * gdb.base/shlib-call.exp: Ditto.
11209 * gdb.base/valgrind-db-attach.exp: Ditto.
11210 * gdb.base/volatile.exp: Ditto.
11211 * gdb.base/watchpoints.exp: Ditto.
11212
11213 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11214
11215 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11216 * gdb.python/py-value.exp: Ditto.
11217
11218 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11219 * gdb.trace/circ.exp: Ditto.
11220 * gdb.trace/collection.exp: Ditto.
11221 * gdb.trace/packetlen.exp: Ditto.
11222 * gdb.trace/passc-dyn.exp: Ditto.
11223 * gdb.trace/report.exp: Ditto.
11224 * gdb.trace/tfile.exp: Ditto.
11225 * gdb.trace/tfind.exp: Ditto.
11226 * gdb.trace/while-dyn.exp: Ditto.
11227
3bebe2f2
JK
112282010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11229
11230 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11231
5c631832
JK
112322010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11233
11234 Test PR 10640.
11235 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11236
4c3376c8
SW
112372010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11238
11239 * gdb.cp/koenig.exp: Test for ADL operators.
11240 * gdb.cp/koenig.cc: Added ADL operators.
11241 * gdb.cp/operator.exp: New test.
11242 * gdb.cp/operator.cc: New test.
11243
dc226d5a
MS
112442010-06-04 Michael Snyder <msnyder@vmware.com>
11245
dfb88a23
MS
11246 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11247 * gdb.base/pending.exp: Ditto.
f7ae76b3 11248
dc226d5a
MS
11249 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11250
967cf477
DE
112512010-06-04 Doug Evans <dje@google.com>
11252
11253 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11254 disabled printers.
11255 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11256 (enable_lookup_function): New function.
11257
eb801841
TT
112582010-06-04 Tom Tromey <tromey@redhat.com>
11259
11260 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11261 of hash and id.
11262
38979823
JK
112632010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11264
11265 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11266 newline.
11267 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11268 (empty verbose non-noisy clear, empty verbose noisy clear)
11269 (empty non-verbose noisy clear): Likewise.
11270
35ec993f
MS
112712010-06-03 Michael Snyder <msnyder@vmware.com>
11272
11273 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11274 * gdb.base/display.exp: Ditto.
11275 * gdb.base/find.exp: Ditto.
11276 * gdb.base/ifelse.exp: Ditto.
11277 * gdb.base/multi-forks.exp: Ditto.
11278 * gdb.base/recurse.exp: Ditto.
11279 * gdb.base/setshow.exp: Ditto.
11280 * gdb.base/value-double-free.exp: Ditto.
11281 * gdb.base/watch-vfork.exp: Ditto.
11282 * gdb.base/watch_thread_num.exp: Ditto.
11283 * gdb.base/watchpoint-solib.exp: Ditto.
11284 * gdb.base/watchpoint.exp: Ditto.
11285 * gdb.base/watchpoints.exp: Ditto.
11286
11287 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11288 * gdb.cp/overload.exp: Ditto.
11289 * gdb.cp/virtfunc.exp: Ditto.
11290
11291 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11292
889bf7c5 11293 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
11294 Replace gdb_test with gdb_test_no_output.
11295
889bf7c5 11296 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
11297 Replace gdb_test with gdb_test_no_output.
11298 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11299 * gdb.threads/watchthreads.exp: Ditto.
11300 * gdb.threads/watchthreads2.exp: Ditto.
11301
11302 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11303 * gdb.trace/tfind.exp: Ditto.
11304
c22decce
JB
113052010-06-03 Joel Brobecker <brobecker@adacore.com>
11306
11307 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11308 successful test if message is the empty string.
11309
fd5700c7
JK
113102010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11311
11312 * gdb.fortran/module.exp (stopped language detection): New test.
11313
f55ee35c
JK
113142010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11315
11316 Support DW_TAG_module as separate namespaces.
11317 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
11318 gdb.fortran/library-module-lib.f90: New.
11319 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
11320 (print i): Remove.
11321 (continue to breakpoint: i-is-1, print var_i value 1)
11322 (continue to breakpoint: i-is-2, print var_i value 2)
11323 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
11324 (print var_d, print var_i value 14, ptype modmany, complete `modm)
11325 (complete `modmany, complete `modmany`, complete `modmany`var)
11326 (show language, setting breakpoint at module): New tests.
11327 * gdb.fortran/module.f90 (module mod): Remove.
11328 (module mod1, module mod2, module modmany, subroutine sub1)
11329 (subroutine sub2, program module): New.
11330
b8e8282f
JK
113312010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11332
11333 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
11334 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
11335 * gdb.cp/anon-union.exp (pass): Rename to ...
11336 (print z 2): ... here.
b8e8282f 11337
019ebafc
MS
113382010-06-02 Michael Snyder <msnyder@vmware.com>
11339
e68d8fd4
MS
11340 * gdb.trace/actions.exp: Use gdb_test_no_output.
11341 * gdb.trace/circ.exp: Ditto.
11342 * gdb.trace/packetlen.exp: Ditto.
11343 * gdb.trace/save-trace.exp: Ditto.
11344 * gdb.trace/tracecmd.exp: Ditto.
11345 * gdb.trace/tsv.exp: Ditto.
11346
12b5d08a
MS
11347 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
11348 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
11349 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11350 * gdb.threads/manythreads.exp: Ditto.
11351 * gdb.threads/print-threads.exp: Ditto.
11352 * gdb.threads/pthreads.exp: Ditto.
11353 * gdb.threads/schedlock.exp: Ditto.
11354 * gdb.threads/staticthreads.exp: Ditto.
11355 * gdb.threads/thread-specific.exp: Ditto.
11356 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11357 * gdb.threads/threadapply.exp: Ditto.
11358 * gdb.threads/watchthreads.exp: Ditto.
11359 * gdb.threads/watchthreads2.exp: Ditto.
11360
89493308
MS
11361 * gdb.python/py-block.exp: Use gdb_test_no_output.
11362 * gdb.python/py-prettyprint.exp: Ditto.
11363 * gdb.python/py-template.exp: Ditto.
11364 * gdb.python/py-value.exp: Ditto.
11365
11366 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
11367 * gdb.reverse/watch-reverse.exp: Ditto.
11368
11369 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
11370 * gdb.server/ext-run.exp: Ditto.
11371
019ebafc
MS
11372 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11373 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11374 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11375 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11376 * gdb.dwarf2/dw2-producer.exp: Ditto.
11377 * gdb.dwarf2/mac-fileno.exp: Ditto.
11378
11379 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11380 * gdb.gdb/selftest.exp: Ditto.
11381
11382 * gdb.multi/base.exp: Use gdb_test_no_output.
11383
11384 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11385
3e0ca3a5
JK
113862010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11387
11388 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11389
9db70545
MS
113902010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11391
a8d52276
MS
11392 * gdb.cp/class2.exp: Use gdb_test_no_output.
11393 * gdb.cp/classes.exp: Ditto.
11394 * gdb.cp/extern-c.exp: Ditto.
11395 * gdb.cp/inherit.exp: Ditto.
11396 * gdb.cp/maint.exp: Ditto.
11397 * gdb.cp/mb-inline.exp: Ditto.
11398 * gdb.cp/mb-templates.exp: Ditto.
11399 * gdb.cp/method2.exp: Ditto.
11400 * gdb.cp/misc.exp: Ditto.
11401 * gdb.cp/ovldbreak.exp: Ditto.
11402 * gdb.cp/punctuator.exp: Ditto.
11403 * gdb.cp/templates.exp: Ditto.
11404 * gdb.cp/virtbase.exp: Ditto.
11405
889bf7c5 11406 * gdb.threads/attach-stopped.exp:
9db70545 11407 Replace uses of send_gdb / gdb_expect.
889bf7c5 11408 * gdb.threads/attachstop-mt.exp:
9db70545 11409 Replace uses of send_gdb / gdb_expect.
889bf7c5 11410 * gdb.threads/gcore-thread.exp:
9db70545 11411 Replace uses of send_gdb / gdb_expect.
889bf7c5 11412 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
11413 Replace uses of send_gdb / gdb_expect.
11414 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 11415 * gdb.threads/print-threads.exp:
9db70545
MS
11416 Replace uses of send_gdb / gdb_expect.
11417 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11418 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11419 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11420
11421 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11422 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11423 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11424 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11425 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11426 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11427 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11428 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11429 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11430 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11431 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11432
359cc68c
JK
114332010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11434
11435 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11436
7d3fe98e
SW
114372010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11438
11439 * gdb.cp/koenig.exp: Added new test case.
11440 * gdb.cp/koenig.cc: Ditto.
11441
27d3a1a2
MS
114422010-06-01 Michael Snyder <msnyder@vmware.com>
11443
11444 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11445 * gdb.base/arrayidx.exp: Ditto.
11446 * gdb.base/attach.exp: Ditto.
11447 * gdb.base/auxv.exp: Ditto.
11448 * gdb.base/bigcre.exp: Ditto.
11449 * gdb.base/break-always.exp: Ditto.
11450 * gdb.base/break-interp.exp: Ditto.
11451 * gdb.base/break.exp: Ditto.
11452 * gdb.base/breakpoint-shadow.exp: Ditto.
11453 * gdb.base/call-ar-st.exp: Ditto.
11454 * gdb.base/call-sc.exp: Ditto.
11455 * gdb.base/call-signal-resume.exp: Ditto.
11456 * gdb.base/callfuncs.exp: Ditto.
11457 * gdb.base/catch-syscall.exp: Ditto.
11458 * gdb.base/charset.exp: Ditto.
11459 * gdb.base/code-expr.exp: Ditto.
11460 * gdb.base/commands.exp: Ditto.
11461 * gdb.base/cond-expr.exp: Ditto.
11462 * gdb.base/condbreak.exp: Ditto.
11463 * gdb.base/cursal.exp: Ditto.
11464 * gdb.base/cvexpr.exp: Ditto.
11465 * gdb.base/default.exp: Ditto.
11466 * gdb.base/del.exp: Ditto.
11467 * gdb.base/detach.exp: Ditto.
11468 * gdb.base/display.exp: Ditto.
11469 * gdb.base/ena-dis-br.exp: Ditto.
11470 * gdb.base/eval-skip.exp: Ditto.
11471 * gdb.base/foll-fork.exp: Ditto.
11472 * gdb.base/foll-vfork.exp: Ditto.
11473 * gdb.base/frame-args.exp: Ditto.
11474 * gdb.base/funcargs.exp: Ditto.
11475 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11476 * gdb.base/gdbvars.exp: Ditto.
11477 * gdb.base/help.exp: Ditto.
11478 * gdb.base/ifelse.exp: Ditto.
11479 * gdb.base/included.exp: Ditto.
11480 * gdb.base/list.exp: Ditto.
11481 * gdb.base/macscp.exp: Ditto.
11482 * gdb.base/maint.exp: Ditto.
11483 * gdb.base/multi-fork.exp: Ditto.
11484 * gdb.base/overlays.exp: Ditto.
11485 * gdb.base/page.exp: Ditto.
11486 * gdb.base/pending.exp: Ditto.
11487 * gdb.base/pointers.exp: Ditto.
11488 * gdb.base/pr11022.exp: Ditto.
11489 * gdb.base/prelink.exp: Ditto.
11490 * gdb.base/printcmds.exp: Ditto.
11491 * gdb.base/psymtab.exp: Ditto.
11492 * gdb.base/randomize.exp: Ditto.
11493 * gdb.base/relational.exp: Ditto.
11494 * gdb.base/relocate.exp: Ditto.
11495 * gdb.base/remote.exp: Ditto.
11496 * gdb.base/sepdebug.exp: Ditto.
11497 * gdb.base/set-lang-auto.exp: Ditto.
11498 * gdb.base/setshow.exp: Ditto.
11499 * gdb.base/setvar.exp: Ditto.
11500 * gdb.base/signals.exp: Ditto.
11501 * gdb.base/signull.exp: Ditto.
11502 * gdb.base/sigstep.exp: Ditto.
11503 * gdb.base/sizeof.exp: Ditto.
11504 * gdb.base/solib-disc.exp: Ditto.
11505 * gdb.base/store.exp: Ditto.
11506 * gdb.base/structs.exp: Ditto.
11507 * gdb.base/structs2.exp: Ditto.
11508 * gdb.base/subst.exp: Ditto.
11509 * gdb.base/term.exp: Ditto.
11510 * gdb.base/trace-commands.exp: Ditto.
11511 * gdb.base/unwindonsignal.exp: Ditto.
11512 * gdb.base/valgrind-db-attach.exp: Ditto.
11513 * gdb.base/varargs.exp: Ditto.
11514 * gdb.base/watch-cond.exp: Ditto.
11515 * gdb.base/watch_thread_num.exp: Ditto.
11516 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11517 * gdb.base/watchpoint.exp: Ditto.
11518 * gdb.base/whatis-exp.exp: Ditto.
11519
f8d3bf8f
MS
115202010-06-01 Michael Snyder <msnyder@vmware.com>
11521
11522 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11523 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11524 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11525 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11526 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11527 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11528 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11529 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11530 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11531 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11532 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11533 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11534 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11535 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11536 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11537
3f9e0d32
JK
115382010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11539
11540 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11541 trailing newline.
11542 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11543 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11544 (p *args): ... here and remove excessive trailing newline.
11545
f629457d
JB
115462010-05-31 Joel Brobecker <brobecker@adacore.com>
11547
11548 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11549
09eef106
JK
115502010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11551
11552 Accept the new Linux kernel "t (tracing stop)" string.
11553 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11554 Update comment.
11555 (state_wait) <T (tracing stop)>: New.
11556 (main): Update the state_wait expect string.
11557
94f31136
PA
115582010-05-28 Pedro Alves <pedro@codesourcery.com>
11559
11560 * limits.c, limits.exp: Delete files.
11561 * Makefile.in (clean mostlyclean): Adjust.
11562 * tracecmd.exp: Adjust.
11563
096554ab
JK
115642010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11565
11566 * gdb.base/tui-layout.exp: New.
11567
27d3a1a2 115682010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 11569
889bf7c5 11570 * gdb.reverse/break-precsave.exp:
bcd2dc50 11571 Replace uses of send_gdb / gdb_expect.
889bf7c5 11572 * gdb.reverse/break-reverse.exp:
bcd2dc50 11573 Replace uses of send_gdb / gdb_expect.
889bf7c5 11574 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 11575 Replace uses of send_gdb / gdb_expect.
889bf7c5 11576 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 11577 Replace uses of send_gdb / gdb_expect.
889bf7c5 11578 * gdb.reverse/finish-precsave.exp:
bcd2dc50 11579 Replace uses of send_gdb / gdb_expect.
889bf7c5 11580 * gdb.reverse/finish-reverse.exp:
bcd2dc50 11581 Replace uses of send_gdb / gdb_expect.
889bf7c5 11582 * gdb.reverse/i386-precsave.exp:
bcd2dc50 11583 Replace uses of send_gdb / gdb_expect.
889bf7c5 11584 * gdb.reverse/i386-reverse.exp:
bcd2dc50 11585 Replace uses of send_gdb / gdb_expect.
889bf7c5 11586 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 11587 Replace uses of send_gdb / gdb_expect.
889bf7c5 11588 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 11589 Replace uses of send_gdb / gdb_expect.
889bf7c5 11590 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 11591 Replace uses of send_gdb / gdb_expect.
889bf7c5 11592 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 11593 Replace uses of send_gdb / gdb_expect.
889bf7c5 11594 * gdb.reverse/machinestate.exp:
bcd2dc50 11595 Replace uses of send_gdb / gdb_expect.
889bf7c5 11596 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 11597 Replace uses of send_gdb / gdb_expect.
889bf7c5 11598 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 11599 Replace uses of send_gdb / gdb_expect.
889bf7c5 11600 * gdb.reverse/solib-precsave.exp:
bcd2dc50 11601 Replace uses of send_gdb / gdb_expect.
889bf7c5 11602 * gdb.reverse/solib-reverse.exp:
bcd2dc50 11603 Replace uses of send_gdb / gdb_expect.
889bf7c5 11604 * gdb.reverse/step-precsave.exp:
bcd2dc50 11605 Replace uses of send_gdb / gdb_expect.
889bf7c5 11606 * gdb.reverse/step-reverse.exp:
bcd2dc50 11607 Replace uses of send_gdb / gdb_expect.
889bf7c5 11608 * gdb.reverse/until-precsave.exp:
bcd2dc50 11609 Replace uses of send_gdb / gdb_expect.
889bf7c5 11610 * gdb.reverse/until-reverse.exp:
bcd2dc50 11611 Replace uses of send_gdb / gdb_expect.
889bf7c5 11612 * gdb.reverse/watch-precsave.exp:
bcd2dc50 11613 Replace uses of send_gdb / gdb_expect.
889bf7c5 11614 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
11615 Replace uses of send_gdb / gdb_expect.
11616
3def43e0
JK
116172010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11618
11619 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11620 excessive newline.
11621
27d3a1a2 116222010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
11623
11624 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
11625 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11626 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11627 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11628 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11629 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11630 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11631 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11632 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11633 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11634 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11635 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11636 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11637 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11638 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11639 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11640 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11641 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11642 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 11643
27d3a1a2 116442010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 11645
22454424
MS
11646 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11647 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11648
11649 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11650 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11651 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11652
889bf7c5 11653 * gdb.reverse/consecutive-reverse.exp:
22454424 11654 Replace uses of send_gdb / gdb_expect.
889bf7c5 11655 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
11656 Replace uses of send_gdb / gdb_expect.
11657
11658 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11659 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11660 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 11661 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
11662 Replace uses of send_gdb / gdb_expect.
11663 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11664 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11665 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11666 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11667 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11668 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11669 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11670 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11671 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
11672
116732010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 11674
22454424 11675 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11676
22454424 11677 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11678
22454424
MS
11679 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11680 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11681 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11682 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11683 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11684 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11685 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11686 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11687 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11688
6e5f2c59
TT
116892010-05-25 Tom Tromey <tromey@redhat.com>
11690
11691 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11692
bbc8b958
TT
116932010-05-25 Tom Tromey <tromey@redhat.com>
11694
11695 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11696 argument order.
11697 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11698 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11699 order.
11700 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11701 order.
11702 * gdb.base/call-sc.exp (setup_kfails): Remove.
11703 (setup_compiler_kfails): Remove.
11704 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11705 argument order.
11706 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11707 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11708 (advancei): Fix setup_kfail argument order.
11709 * gdb.base/radix.exp: Fix setup_kfail argument order.
11710 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11711 order.
11712 * gdb.base/structs.exp (setup_kfails): Remove.
11713 (setup_compiler_kfails): Fix setup_kfail argument order.
11714 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11715 order.
11716 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11717 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11718 setup_kfail argument order.
11719 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11720
83d1babf
TT
117212010-05-25 Tom Tromey <tromey@redhat.com>
11722
11723 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11724
6acb16a2
MS
117252010-05-25 Michael Snyder <msnyder@vmware.com>
11726
11727 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11728 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11729 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11730 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11731 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11732 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11733 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11734 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11735 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
11736 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11737 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
11738 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
11739 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
11740 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
11741 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
11742 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
11743 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
11744 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
11745 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
11746 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
11747 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
11748 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
11749 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
11750 * gdb.base/default.exp: Replace send_gdb with gdb_test.
11751 * gdb.base/define.exp: Replace send_gdb with gdb_test.
11752 * gdb.base/display.exp: Replace send_gdb with gdb_test.
11753 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
11754 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
11755 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
11756 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
11757 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
11758 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
11759 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
11760 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
11761 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
11762 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
11763 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
11764 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
11765 * gdb.base/help.exp: Replace send_gdb with gdb_test.
11766 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
11767 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
11768 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
11769 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
11770 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
11771 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
11772 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
11773 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 11774 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
11775
117762010-05-25 Doug Evans <dje@google.com>
11777
11778 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
11779 gdb.string_to_argv.
ad3986f0 11780
d3b1e874
TT
117812010-05-21 Tom Tromey <tromey@redhat.com>
11782
11783 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
11784 Call it.
11785 * gdb.dwarf2/pieces.S: Update.
11786 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
11787
cb826367
TT
117882010-05-21 Tom Tromey <tromey@redhat.com>
11789
11790 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
11791 Call it.
11792 * gdb.dwarf2/pieces.c (struct C): New.
11793 (f6): New function.
11794 * gdb.dwarf2/pieces.S: Replace.
11795
74de6778
TT
117962010-05-21 Tom Tromey <tromey@redhat.com>
11797
11798 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
11799 Call it.
11800
afd74c5f
TT
118012010-05-21 Tom Tromey <tromey@redhat.com>
11802
11803 * gdb.dwarf2.pieces.exp: New file.
11804 * gdb.dwarf2.pieces.S: New file.
11805 * gdb.dwarf2.pieces.c: New file.
11806
a7b75dfd 118072010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 11808 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
11809
11810 * lib/gdb.exp (gdb_test_no_output): New function.
11811 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
11812 when testing commands that should produce no output.
11813
c81c812a
JB
118142010-05-17 Joel Brobecker <brobecker@adacore.com>
11815
11816 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
11817 parameter that we want to watch being a constant.
11818
0cce5bd9
JB
118192010-05-17 Joel Brobecker <brobecker@adacore.com>
11820
11821 * gdb.ada/cond_lang: New testcase.
11822
47050449
JB
118232010-05-17 Joel Brobecker <brobecker@adacore.com>
11824
11825 * lib/gdb.exp (banned_variables): New variable/constant.
11826 (gdb_init): Add write trace on variables listed in banned_variables.
11827 (gdb_finish): Remove write traces on variables listed in
11828 banned_variables.
11829
77c01586
JB
118302010-05-17 Joel Brobecker <brobecker@adacore.com>
11831
11832 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
11833 * gdb.cp/koenig.exp: Likewise.
11834
88d4aea7
PM
118352010-05-14 Phil Muldoon <pmuldoon@redhat.com>
11836
889bf7c5 11837 PR python/11482
88d4aea7
PM
11838
11839 * gdb.python/py-value.exp (test_value_hash): New function.
11840
f5a010c0
PM
118412010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
11842
11843 PR exp/11530.
11844 * gdb.base/gdb11530.c: New file.
11845 * gdb.base/gdb11530.exp: New file.
11846
8ef4892f
JK
118472010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11848
11849 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
11850 * gdb.dwarf2/dw2-modula2-self-type.S: New.
11851
7322dca9
SW
118522010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
11853
11854 * gdb.cp/koenig.exp: New test.
11855 * gdb.cp/koenig.cc: New test program.
11856
02e7ea18
JB
118572010-05-05 Joel Brobecker <brobecker@adacore.com>
11858
11859 Remove the use of prms_id and bug_id throughout the testsuite.
11860
e1c34c5d
PM
118612010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
11862
11863 PR exp/11349.
11864 * testsuite/gdb.cp/ref-types.exp: Add test to examine
11865 use a reference local variable.
11866
8e1d0c49
JK
118672010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11868
11869 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
11870 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
11871 variable different_dir. Move debugfile into a full directory pathname
11872 under DIFFERENT_DIR.
11873 * lib/gdb.exp (separate_debug_filename): Remove.
11874 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
11875 variable debug_dir and mkdir of it. Update function comments.
11876
e66408ed
PA
118772010-04-29 Pedro Alves <pedro@codesourcery.com>
11878
11879 PR gdb/11557
11880
11881 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
11882 files.
11883
d7b32ed3
PM
118842010-04-29 Phil Muldoon <pmuldoon@redhat.com>
11885
889bf7c5 11886 * gdb.python/py-param.exp: New File.
d7b32ed3 11887
6aecb9c2
JB
118882010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
11889
11890 * gdb.base/default.exp: Fix "set language" test.
11891
bdf92a1c
PM
118922010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
11893
11894 PR breakpoints/11531.
11895 * gdb.base/gdb11531.c: New file.
11896 * gdb.base/gdb11531.exp: New file.
11897
3f172e24
TT
118982010-04-26 Tom Tromey <tromey@redhat.com>
11899
11900 * gdb.base/completion.exp: Add tests for completion and deprecated
11901 commands.
11902
64af4c92
JK
119032010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11904
11905 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
11906 (print /x char_array): Escape curly brackets.
11907
492928e4
JK
119082010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11909
11910 Fix deadlock on looped list of loaded shared objects.
11911 * gdb.base/solib-corrupted.exp: New.
11912
66d09542
DE
119132010-04-23 Doug Evans <dje@google.com>
11914
11915 * gdb.python/py-section-script.c: New file.
11916 * gdb.python/py-section-script.exp: New file.
11917 * gdb.python/py-section-script.py: New file.
11918
8bd10a10
CM
119192010-04-20 Chris Moller <cmoller@redhat.com>
11920
11921 PR 10179
11922
11923 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
11924 * gdb.base/pr10179-a.c:
11925 * gdb.base/pr10179-b.c:
11926 * gdb.base/pr10179.exp: New files.
11927
c0201579
JK
119282010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11929
11930 Fix crashes on dangling display expressions.
11931 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
11932 is SEP.
11933 (lib_flags): Remove the "debug" keyword.
11934 (libsepdebug): New variable for iterating new loop.
11935 (save_pf_prefix): New variable wrapping the loop.
11936 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
11937 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
11938
793b0ff8
PM
119392010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11940
11941 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
11942
097f51f7
PM
119432010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11944
11945 PR stabs/11479.
11946 * gdb.stabs/gdb11479.exp: New file.
11947 * gdb.stabs/gdb11479.c: New file.
11948
9a22f0d0
PM
119492010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11950
11951 * gdb.base/charset.c (Strin16, String32): New variables.
11952 * gdb.base/charset.exp (gdb_test): Test correct display
11953 of 16 or 32 bit strings.
11954
119552010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
11956
11957 PR 9167
11958 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
11959 * gdb.cp/pr9167.cc: New file.
11960 * gdb.cp/pr9167.exp: New file.
11961
11962
6e354e5e
PM
119632010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
11964
11965 PR pascal/11492.
11966 * gdb.pascal/gdb11492.pas: New file.
11967 * gdb.pascal/gdb11492.exp: New file.
11968
be942545
JB
119692010-04-20 Joel Brobecker <brobecker@adacore.com>
11970
1667e6e3 11971 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 11972
0c3acc09
JB
119732010-04-20 Joel Brobecker <brobecker@adacore.com>
11974
11975 * gdb.ada/dyn_loc: New testcase.
11976
ec31cde5
CM
119772010-04-20 Chris Moller <cmoller@redhat.com>
11978
11979 PR 10867
889bf7c5 11980
ec31cde5
CM
11981 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
11982 * gdb.cp/pr10687.cc: New file.
11983 * gdb.cp/pr10687.exp: New file.
11984
11985
ce4b0682
SDJ
119862010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11987 Sergio Durigan Junior <sergiodj@redhat.com>
11988
11989 * gdb.fortran/logical.exp: New testcase.
11990 * gdb.fortran/logical.f90: New file.
11991
3436961f
DE
119922010-04-19 Doug Evans <dje@google.com>
11993
11994 * gdb.base/help.exp (help source): Update expected output.
11995
4d836c09
JK
119962010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11997
11998 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
11999 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12000 gdb_exit and return.
12001 (executable): New variable.
12002 (binfile): Use it.
12003
6149aea9
PA
120042010-04-19 Pedro Alves <pedro@codesourcery.com>
12005
12006 PR breakpoints/8554.
12007
12008 * gdb.trace/save-trace.exp: Adjust.
12009
ed41462c
L
120102010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12011
12012 PR corefiles/11511
12013 * gdb.arch/system-gcore.exp: New.
12014 * gdb.arch/gcore.c: Likewise.
12015
3f7b2faa
DE
120162010-04-15 Doug Evans <dje@google.com>
12017
fa33c3cd
DE
12018 * gdb.python/py-progspace.c: New file.
12019 * gdb.python/py-progspace.exp: New file.
12020
3f7b2faa
DE
12021 * gdb.base/source.exp: Add tests for "source -s".
12022
79f283fe
PM
120232010-04-14 Phil Muldoon <pmuldoon@redhat.com>
12024
12025 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
12026 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
12027 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
12028 * gdb.python/py-mi.exp: New test for to_string returning None.
12029
fc8eb08a
PM
120302010-04-12 Phil Muldoon <pmuldoon@redhat.com>
12031
12032 * gdb.python/py-breakpoint.c: Make result global.
12033
26e197f6
JK
120342010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12035
12036 Fix non-GNU make compatibility.
12037 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
12038
adc36818
PM
120392010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12040
12041 * gdb.python/py-breakpoint.exp: New File.
12042 * gdb.python/py-breakpoint.C: Ditto.
12043
64e17368
SS
120442010-04-08 Stan Shebs <stan@codesourcery.com>
12045
12046 * gdb.trace/actions.exp: Clear default-collect.
12047 * gdb.trace/save-trace.exp: Clear default-collect.
12048
fff5cc64
PM
120492010-04-08 Phil Muldoon <pmuldoon@redhat.com>
12050
12051 * gdb.python/py-value: Add null string variable.
12052 (test_lazy_string): Test zero length, NULL address lazy
12053 strings.
12054
a055a187
L
120552010-04-07 H.J. Lu <hongjiu.lu@intel.com>
12056
12057 * gdb.arch/i386-avx.c: New.
12058 * gdb.arch/i386-avx.exp: Likewise.
12059
12060 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
12061
96e39866
DE
120622010-04-06 Doug Evans <dje@google.com>
12063
12064 * gdb.base/source-test.gdb: New file.
12065 * gdb.base/source.exp: Test source -v.
12066
5984a431
UW
120672010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12068
12069 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
12070
ec8a089a
PM
120712010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
12072
12073 * gdb.stabs/aout.sed: Convert all backslash to double backslash
12074 within one line, unless it is followed by a double quote.
12075 * gdb.stabs/hppa.sed: Idem.
12076 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
12077 * gdb.stabs/weird.exp: Check for correct parsing of
12078 char and string constants.
ec8a089a
PM
12079 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
12080 in .stabs to .stabx substitution.
12081
fce3c1f0
SS
120822010-04-05 Stan Shebs <stan@codesourcery.com>
12083
12084 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
12085 constant global.
12086 * gdb.trace/tfile.exp: Try to print them.
12087
d77f58be
SS
120882010-04-04 Stan Shebs <stan@codesourcery.com>
12089
12090 * gdb.base/completion.exp: Update for new "info watchpoints".
12091 * gdb.base/default.exp: Ditto.
12092 * gdb.base/help.exp: Ditto.
12093 * gdb.base/watchpoint.exp: Ditto.
12094 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 12095
af54718e
SS
120962010-04-04 Stan Shebs <stan@codesourcery.com>
12097
12098 * gdb.trace/tfile.exp: Sharpen tfind test.
12099
74d1f91e
JK
121002010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12101
12102 * gdb.base/break-entry.exp: New.
12103
eb8e76db 121042010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 12105 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
12106
12107 * gdb.reverse/i386-sse-reverse.exp: New file.
12108 * gdb.reverse/i386-sse-reverse.c: New file.
12109
bf65cad8
PA
121102010-04-02 Pedro Alves <pedro@codesourcery.com>
12111
12112 * gdb.trace/tfind.exp: Adjust expected disassembly output.
12113
fff87407
SS
121142010-04-01 Stan Shebs <stan@codesourcery.com>
12115
12116 * gdb.trace/actions.exp: Tweak expected output.
12117 * gdb.trace/while-stepping.exp: Tweak expected output.
12118
fe01d668
L
121192010-04-01 H.J. Lu <hongjiu.lu@intel.com>
12120
12121 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
12122
86b17b60
PA
121232010-04-01 Pedro Alves <pedro@codesourcery.com>
12124
12125 * gdb.base/commands.exp: Adjust.
12126 * gdb.cp/extern-c.exp: Adjust.
12127
2c58c0a9
PA
121282010-04-01 Pedro Alves <pedro@codesourcery.com>
12129
12130 * gdb.trace/collection.c (local_test_func): Define a local struct,
12131 and instanciate it.
12132
0db9b91c
PA
121332010-04-01 Pedro Alves <pedro@codesourcery.com>
12134
12135 * gdb.trace/collection.exp (gdb_collect_args_test)
12136 (gdb_collect_argarray_test): XFAIL the tests that assume the
12137 argarray argument's elements are collected.
12138
8072405b
JK
121392010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12140
12141 * gdb.dwarf2/dw2-bad-parameter-type.exp,
12142 gdb.dwarf2/dw2-bad-parameter-type.S: New.
12143
8bf6485c
SS
121442010-03-31 Stan Shebs <stan@codesourcery.com>
12145
12146 * gdb.trace/save-trace.exp: Test save/restore of default-collect
12147 and tracepoint conditionals.
12148 (gdb_verify_tracepoints): Delete unused return.
12149
fd7f724a
KS
121502010-03-26 Keith Seitz <keiths@redhat.com>
12151
12152 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
12153 appear in the output before main.
12154 Remove KFAIL for gdb/2215 aka bz 9320.
12155
8d9e7719
DE
121562010-03-30 Doug Evans <dje@google.com>
12157
0906dd0b
DE
12158 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
12159 by dejagnu.
12160 * gdb.arch/amd64-dword.exp: Ditto.
12161
8d9e7719
DE
12162 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
12163 match.
12164 (break printf): Ditto.
12165
1da644f0
SW
121662010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12167
12168 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12169 gcc < 4.4.
12170 * gdb.cp/shadow.exp: Ditto.
12171
a8121990
PA
121722010-03-29 Pedro Alves <pedro@codesourcery.com>
12173
12174 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12175 "tstart" is silent.
12176
6e79d367
PA
121772010-03-29 Pedro Alves <pedro@codesourcery.com>
12178
12179 * gdb.trace/collection.exp (executable): New.
12180 (binfile): Use it.
12181 (fpreg, spreg, pcreg): New.
12182 (test_register): Use gdb_test_multiple. Pass /x to print.
12183 (prepare_for_trace_test): New.
12184 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12185 (gdb_collect_args_test, gdb_collect_argstruct_test)
12186 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12187 prepare_for_trace_test.
12188 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12189 fpreg, spreg and pcreg.
12190 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12191 prepare_for_trace_test.
12192 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12193 try to detect tracing support here. Don't set breakpoints at
12194 `begin' or `end' here.
12195 <global scope>: Use clean_restart. Run to main before checking
12196 for tracing support. Check for for tracing support here.
12197
09248348
JK
121982010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12199
12200 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12201 " as $displacement" to "seen displacement message".
12202
d350db38
PA
122032010-03-28 Pedro Alves <pedro@codesourcery.com>
12204
12205 * gdb.trace/while-dyn.exp (executable): New variable.
12206 (binfile): Use it.
12207 (test_while_stepping): New function. Move most tests here. Call
12208 it once for each of the while-stepping, stepping and ws aliases.
12209
907af001
UW
122102010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12211
12212 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12213 that do not provide the tagless_struct type name at all.
12214 (test_print_anon_union): Do not check value of uninitialized
12215 union member. Do not use cp_test_ptype_class, so we can accept
12216 "long" as well as "long int".
12217
610197fd
PA
122182010-03-26 Pedro Alves <pedro@codesourcery.com>
12219
12220 * gdb.trace/tfile.c (tohex, bin2hex): New.
12221 (write_error_trace_file): Hexify error description.
12222
6c28cbf2
SS
122232010-03-25 Stan Shebs <stan@codesourcery.com>
12224
12225 * gdb.trace/tfile.c: Generate an additional trace file, improve
12226 portability.
12227 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12228 files in a better way.
12229
e62b8c7e
KS
122302010-03-25 Keith Seitz <keiths@redhat.com>
12231
12232 * gdb.java/jprint.exp: XFAIL printing of static class members
12233 because of GCC debuginfo problem.
12234
82ccf5a5
JK
122352010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12236
12237 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12238
293e2f9e
DJ
122392010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12240
12241 * gdb.base/completion.exp: Allow long instead of long int.
12242 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12243 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12244 variable p.
12245 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12246 * gdb.base/pointers.exp: Allow long instead of long int.
12247 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12248 * gdb.base/step-line.exp: Allow a directory before the source file name.
12249
95a42b64
TT
122502010-03-24 Tom Tromey <tromey@redhat.com>
12251
12252 PR breakpoints/9352:
12253 * gdb.base/default.exp: Update.
12254 * gdb.base/commands.exp: Update.
12255 * gdb.cp/extern-c.exp: Test setting commands on multiple
12256 breakpoints at once.
12257
2390201f
DJ
122582010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12259
12260 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12261 if gdb,nosignals.
12262 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12263 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12264 exited".
12265
8c9a6790
SS
122662010-03-24 Stan Shebs <stan@codesourcery.com>
12267
12268 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12269
a6c727b2
DJ
122702010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12271
12272 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12273 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12274 argument. Handle "short" and "long".
12275 (Top level): Pass overprototyped output for old_fptr and xptr.
12276
4dfd5423
PA
122772010-03-23 Pedro Alves <pedro@codesourcery.com>
12278
12279 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12280 format strings and add casts to avoid compiler warnings.
12281
122822010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
12283
12284 * lib/trace-support.exp (gdb_trace_setactions):
12285 Don't expect whitespace after ">" prompt.
12286 * gdb.trace/actions.exp: Adjust for output changes.
12287 * gdb.trace/while-stepping.exp: Likewise.
12288
c847d045
JK
122892010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12290
12291 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12292 and r157645).
12293
5f717f1d
JK
122942010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12295
12296 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12297 New.
12298
7d6d51d5
DJ
122992010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12300
12301 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12302 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12303
3b11a015
SS
123042010-03-19 Stan Shebs <stan@codesourcery.com>
12305
12306 * gdb.trace/ax.exp: New file.
12307
d7d158ed
DE
123082010-03-19 Doug Evans <dje@google.com>
12309
6bb85cd1
DE
12310 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12311 output from gcc.
12312
d7d158ed
DE
12313 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12314 named /usr/sbin/prelink<foo>.
12315
4daf5ac0
SS
123162010-03-18 Stan Shebs <stan@codesourcery.com>
12317
12318 * gdb.trace/circ.exp: Test circular-trace-buffer.
12319 * gdb.trace/tfile.exp: Update tstatus test.
12320
e8d05480
JB
123212010-03-18 Joel Brobecker <brobecker@adacore.com>
12322
12323 * gdb.dwarf2/dw2-anonymous-func.S: New file.
12324 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
12325
441b986a
UW
123262010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12327
12328 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
12329
4247603b
PA
123302010-03-18 Pedro Alves <pedro@codesourcery.com>
12331
12332 * gdb.base/default.exp: Adjust the expected output of the finish
12333 and until commands when the inferior is not being run.
12334
13387711
SW
123352010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
12336
12337 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
12338 * gdb.cp/nsusing.exp: Ditto.
12339
6e31430b
TT
123402010-03-15 Tom Tromey <tromey@redhat.com>
12341
12342 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
12343 * gdb.cp/userdef.cc (operator==): New function.
12344 (main): New locals mem1, mem2.
12345
e2d69cb5
JZ
123462010-03-15 Jie Zhang <jie@codesourcery.com>
12347
12348 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
12349 Declare and use new loadtimeout variable.
12350
f572f0a9
DJ
123512010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
12352
12353 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
12354 Use gdb_load later.
12355
51f4c0b0
PA
123562010-03-14 Pedro Alves <pedro@codesourcery.com>
12357
12358 * gdb.base/solib-disc.c (main): Make format of fprintf a string
12359 literal. Add missing endlines to prints to stderr.
12360
1c809c68
TT
123612010-03-12 Tom Tromey <tromey@redhat.com>
12362
12363 PR c++/9708:
12364 * gdb.cp/m-static.exp: Add regression test.
12365 * gdb.cp/m-static.cc (method): New method.
12366 (main): Call it.
12367
00ae8fef
SW
123682010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
12369
12370 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
12371 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12372
759f0f0b
PA
123732010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12374
21e24d21
PA
12375 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12376
123772010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12378
759f0f0b
PA
12379 * lib/gdb.exp (skip_stl_tests): New.
12380 (gdb_compile): Symbian needs -ldl.
12381 (shlib_target_file): New.
12382 (shlib_symbol_file): New.
12383 (gdb_load_shlibs): Use shlib_target_file.
12384 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12385 * gdb.cp/exception.exp: Use skip_stl_tests.
12386 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12387 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12388 * gdb.cp/mb-templates.exp: Ditto.
12389 * gdb.base/commands.exp: Relax regexes.
12390 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12391 shlib_target_file and shlib_symbol_file.
12392 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12393 sections.
12394 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12395 * gdb.base/solib-disc.exp: Use
12396 shlib_target_file and shlib_symbol_file.
12397 * gdb.base/unload.exp: Don't skip on symbian. Use
12398 shlib_target_file and shlib_symbol_file.
12399 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12400
6a8f2671 124012010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 12402
6a8f2671
PA
12403 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12404 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12405 Issue a tfind end before looking for a tracepoint frame.
12406 * gdb.trace/tfind.exp: Adjust tstatus output.
12407 Adjust disassembly output.
12408 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12409
ccf26247
JK
124102010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12411
12412 * gdb.base/break-interp.exp: Create new displacement parameter value
12413 for the test_ld calls.
12414 (reach): New parameter displacement, verify its content. New push of
12415 pf_prefix "reach-$func:". Import global expect_out.
12416 (test_core): New parameter displacement, verify its content. New push
12417 of pf_prefix "core:". New command "set verbose on". Import global
12418 expect_out.
12419 (test_attach): New parameter displacement, verify its content. New
12420 push of pf_prefix "attach:". New command "set verbose on". Import
12421 global expect_out.
12422 (test_ld): New parameter displacement, pass it to the reach, test_core
12423 and test_attach calls and verify its content in the "ld.so exit" test.
12424 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12425 (prelink): Update expected text, use gdb_test.
12426
e469c7fb
DE
124272010-03-10 Doug Evans <dje@google.com>
12428
12429 * gdb.base/checkpoint.exp: Fix comment.
12430 Lengthen timeout while doing >600 checkpoints test.
12431 Rename duplicate "kill all one" test to keep test names unique.
12432
60e1c644
PA
124332010-03-10 Pedro Alves <pedro@codesourcery.com>
12434
12435 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12436
cec808ec
KS
124372010-03-08 Keith Seitz <keiths@redhat.com>
12438
889bf7c5
PA
12439 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12440 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12441 (dm_type_long): New function.
12442 (dm_type_unsigned_short): New function.
12443 (dm_type_unsigned_long): New function.
12444 (myint): New typedef.
12445 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12446 long, unsigned shor and long, operator char*, and typedef.
12447 (test_lookup_operator_functions): Add operator char* test.
12448 (test_paddr_operator_functions): Likewise.
12449 (test_paddr_overloaded_functions): Use probe values for
12450 short, long, and unsigned short and long.
12451 (test_paddr_hairy_functions): If the demangler probe detected
12452 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12453 demangler.
12454 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12455 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12456 and "print null_pmf".
12457 Add test "ptype a.*pmf".
12458 * gdb.cp/overload.exp: Allow optional "int" to appear with
12459 "short" and "long".
12460 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12461 long expect value for men_overload1arg.
12462 Allow "int" to appear with "short" and "long".
12463 When testing "info break", add argument for main (void).
12464 Also allow "int" to appear with "short" and "long".
12465 Ditto with "unsigned" and "long long".
cec808ec
KS
12466 * gdb.java/jmain.exp: Do not enclose methods names in single
12467 quotes.
12468 * gdb.java/jmisc.exp: Likewise.
12469 * gdb.java/jprint.exp: Likewise.
12470 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12471
12472 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12473 * gdb.cp/exception.exp (backtrace after first throw)
12474 (backtrace after second throw): Allow a namespace before __cxa_throw.
12475 (backtrace after first catch, backtrace after second catch): Allow
12476 a namespace before __cxa_begin_catch.
12477
12478 * gdb.cp/cpexprs.exp: New file.
12479 * gdb.cp/cpexprs.cc: New file.
12480
12481 From Daniel Jacobowitz <dan@codesourcery.com>
12482 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12483 to use string_to_regexp.
12484 (ctor, dtor): New functions. Use them to match constructor
12485 and destructor function types.
12486 (Top level): Use runto_main.
12487
f870a310
TT
124882010-03-05 Tom Tromey <tromey@redhat.com>
12489
12490 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12491 gdb.target_charset.
12492 (pp_ns.to_string): Likewise.
12493
0c199f28
KS
124942010-03-04 Keith Seitz <keiths@redhat.com>
12495
12496 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12497 can be quoted. Test that both the filename and function/line
12498 portions can be quoted at the same time.
12499
c7437ca6
PA
125002010-03-04 Pedro Alves <pedro@codesourcery.com>
12501
12502 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12503
b111b805
DE
125042010-03-03 Doug Evans <dje@google.com>
12505
24486cb7
DE
12506 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12507 libc contains libpthread.
12508
b111b805
DE
12509 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12510 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12511 of gdb_compile. Add another pattern to match android backtrace.
12512
a0e0ef55
TT
125132010-03-03 Tom Tromey <tromey@redhat.com>
12514
12515 PR gdb/11345:
12516 * gdb.base/printcmds.exp (test_printf): Add test.
12517
1ba53b71
L
125182010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12519
12520 * gdb.arch/amd64-byte.exp: New.
12521 * gdb.arch/amd64-dword.exp: Likewise.
12522 * gdb.arch/amd64-pseudo.c: Likewise.
12523 * gdb.arch/amd64-word.exp: Likewise.
12524 * gdb.arch/i386-byte.exp: Likewise.
12525 * gdb.arch/i386-pseudo.c: Likewise.
12526 * gdb.arch/i386-word.exp: Likewise.
12527
f5dff777
DJ
125282010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12529
12530 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12531 types. Add structreg, bitfields, and flags registers.
12532 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12533 registers.
12534
90884b2b
L
125352010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12536
12537 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12538 (load_description): Set architecture if defined.
12539
dc00d89f
PM
125402010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12541
12542 * gdb.python/py-frame.exp: Add read_var block tests.
12543 * gdb.python/py-frame.c (block): New function.
12544
0e095b7e
JK
125452010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12546 Daniel Jacobowitz <dan@codesourcery.com>
12547
12548 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12549
624f1a65
DM
125502010-02-25 David S. Miller <davem@davemloft.net>
12551
12552 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12553 fix logic for setting all_syscalls_numbers.
12554
f3e9a817
PM
125552010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12556
12557 * Makefile.in: Add py-block and py-symbol.
12558 * gdb.python/py-symbol.exp: New File.
12559 * gdb.python/py-symtab.exp: New File.
12560 * gdb.python/py-block.exp: New File.
12561 * gdb.python/py-symbol.c: New File.
12562 * gdb.python/py-block.c: New File.
12563
f6bbabf0
PM
125642010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12565
12566 PR python/11314
12567 * lib/gdb.exp (skip_python_tests): New function.
12568 * gdb.python/py-cmd.exp: Use skip_python_tests.
12569 * gdb.python/py-frame.exp: Likewise.
12570 * gdb.python/py-function.exp: Likewise.
12571 * gdb.python/py-prettyprint.exp: Likewise.
12572 * gdb.python/py-template.exp: Likewise.
12573 * gdb.python/py-type.exp: Likewise.
12574 * gdb.python/py-value.exp: Likewise.
12575
85d721b8
PA
125762010-02-22 Pedro Alves <pedro@codesourcery.com>
12577
12578 PR9605
12579
12580 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12581
48e32051
TT
125822010-02-19 Tom Tromey <tromey@redhat.com>
12583
12584 PR c++/8693, PR c++/9496:
12585 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12586 regression tests.
12587
ac9c0048
JK
125882010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12589
12590 Fix compatibility with m68k as.
12591 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12592 Use only /* comments */.
12593
57bb97a4
UW
125942010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12595
12596 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12597 * configure: Regenerate.
12598
7d1bf85c
DJ
125992010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12600
12601 * gdb.python/py-type.exp: Check for Python support.
12602
061b5285
PA
126032010-02-17 Pedro Alves <pedro@codesourcery.com>
12604
12605 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12606 `regsub' syntax available.
12607
f8a8bc2c
PA
126082010-02-17 Pedro Alves <pedro@codesourcery.com>
12609
12610 * gdb.base/shmain.c (main): Remove printf call.
12611 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12612 * gdb.base/unload.c (main): Make format of fprintf a string
12613 literal. Add missing endlines to prints to stderr.
12614 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12615
6f451e5e
TT
126162010-02-17 Tom Tromey <tromey@redhat.com>
12617
12618 * gdb.java/jprint.java (jprint.props): New field.
12619 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12620
12d79008
PA
126212010-02-17 Pedro Alves <pedro@codesourcery.com>
12622
ef801a0e 12623 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
12624 available.
12625
d252f7e5
DJ
126262010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12627
12628 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12629 creation to support remote host testing.
12630
67bdab6c
DJ
126312010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12632
12633 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12634 Recognize "command not found".
12635
bb391223
DJ
126362010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12637
12638 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12639 single-stepping.
12640
70362913
DJ
126412010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12642
12643 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12644 if arguments are not supported.
12645
493f3c00
DJ
126462010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12647
12648 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12649 be const or non-const.
12650
8034c749
DJ
126512010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12652
12653 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12654 mi_send_resuming_command to send -exec-continue.
12655
791dfb64
DJ
126562010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12657
12658 * gdb.base/list.exp (test_list_filename_and_function): Add test
12659 with single quotes.
12660 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12661 matching.
12662 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12663 Add KFAIL'd tests for PR gdb/11289.
12664
7c5fe868
DJ
126652010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12666
12667 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12668
fdc498b8
DJ
126692010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12670
12671 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12672 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12673 a temporary directory.
12674
b519e2a6
DJ
126752010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12676
12677 * gdb.base/charset.exp: Use a single regular expression to match
12678 show host-charset and show target-charset output.
12679
74164c56
JK
126802010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12681
12682 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12683 "Illegal process-id" expect string more exact.
12684 (attach to digits-starting nonsense is prohibited): New.
12685
701ed6dc
JK
126862010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12687
12688 * gdb.base/prelink.exp (set verbose on): New.
12689
889bf7c5 126902010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
12691
12692 * mi-reverse.exp: New file. Test for reverse option to the
12693 following MI commands: exec-continue, exec-finish, exec-next,
12694 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 12695
dadf0e9c
JB
126962010-02-09 Joel Brobecker <brobecker@adacore.com>
12697
12698 * gdb.ada/ptype_tagged_param: New testcase.
12699
714f19d5
TT
127002010-02-08 Tom Tromey <tromey@redhat.com>
12701
12702 PR c++/8017:
12703 * gdb.cp/overload.exp: Add tests.
12704 * gdb.cp/overload.cc (struct K): New.
12705 (namespace N): New.
12706 (main): Call new functions.
12707 (K::staticoverload): Define.
12708
889bf7c5 127092010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
12710
12711 PR gdb/10728
12712 * gdb.cp/pr10728-x.h: New file.
12713 * gdb.cp/pr10728-x.cc: New file.
12714 * gdb.cp/pr10728-y.cc: New file.
12715 * gdb.cp/pr10728.exp: New file.
12716 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12717
889bf7c5 127182010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
12719
12720 PR gdb/9067
12721 * gdb.cp/pr9067.exp: New
12722 * gdb.cp/pr9067.cc: New
12723 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12724
7b356089
JB
127252010-02-08 Joel Brobecker <brobecker@adacore.com>
12726
12727 * lib/gdb.exp (gdb_test_timeout): New global variable.
12728 Set it to timeout if not already set.
12729 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12730
1be00882
DE
127312010-02-05 Doug Evans <dje@google.com>
12732
12733 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12734 user.
12735
82856980
SW
127362010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12737
12738 PR c++/7935:
12739 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
12740
1a334831
TT
127412010-02-04 Tom Tromey <tromey@redhat.com>
12742
12743 * gdb.cp/virtbase.exp: Make test case names unique.
12744
9c3c02fd
TT
127452010-02-02 Tom Tromey <tromey@redhat.com>
12746
12747 * gdb.cp/virtbase.exp: Add regression tests.
12748 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
12749 (main): Instantiate RHC.
12750
0cc2414c
TT
127512010-02-02 Tom Tromey <tromey@redhat.com>
12752
12753 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
12754 type-printing change.
12755
edf3d5f3
TT
127562010-02-02 Tom Tromey <tromey@redhat.com>
12757
12758 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
12759 * gdb.cp/virtbase.cc: New file.
12760 * gdb.cp/virtbase.exp: New file.
12761 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
12762
e4b7f41c
JK
127632010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12764
12765 PR libc/11214:
12766 * gdb.threads/current-lwp-dead.c: Include features.h.
12767 (HAS_NOMMU): New.
12768 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
12769
b381ea14
JK
127702010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12771
12772 * gdb.base/symbol-without-target_section.exp,
12773 gdb.base/symbol-without-target_section.c: New.
12774
c593ac0e
DJ
127752010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12776
12777 * gdb.base/bigcore.exp: Reset increased timeout.
12778 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
12779
db25f29d
DJ
127802010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12781
12782 * gdb.base/gcore.exp (capture_command_output): Use
12783 gdb_test_multiple.
12784
f9d67f43
DJ
127852010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12786
12787 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
12788 * gdb.arch/thumb2-it.exp (test_it_break): New function.
12789 (Top level): Call it.
12790
177321bd
DJ
127912010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12792
12793 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
12794
97f2ed50
DJ
127952010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12796
12797 * gdb.base/call-strs.exp, gdb.base/default.exp,
12798 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
12799 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
12800 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
12801 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
12802 gdb.base/watchpoint-solib.exp: Save and restore timeout.
12803 * gdb.base/ending-run.exp: Correct restore of timeout.
12804 * gdb.base/page.exp: Remove unnecessary timeout setting.
12805
e4e2711a
JB
128062010-01-29 Joel Brobecker <brobecker@adacore.com>
12807
12808 * gdb.ada/rec_return: New testcase.
12809
ba581dc1
JB
128102010-01-29 Joel Brobecker <brobecker@adacore.com>
12811
12812 * gdb.ada/call_pn: New testcase.
12813
4ea95be9
DJ
128142010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12815
12816 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
12817 (Top level): Use it to resume.
12818 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
12819 the Thumb mode displaced stepping error as unsupported.
12820
df83a9bf
SW
128212010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
12822
889bf7c5
PA
12823 * gdb.cp/nsusing.exp: Added more tests.
12824 * gdb.cp/nsrecurs.exp: Ditto.
12825 * gdb.cp/nsusing.cc: Added test functions.
12826 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 12827
40b27cdc
JK
128282010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12829
12830 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
12831 absolute directory pathnames in gdb.sum file.
12832
de958931
SW
128332010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
12834
12835 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
12836 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
12837
708ead4e
TT
128382010-01-26 Tom Tromey <tromey@redhat.com>
12839
12840 PR exp/7643:
12841 * gdb.base/printcmds.exp (test_print_string_constants): Remove
12842 setup_kfail.
12843
b14e635e
SW
128442010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
12845
12846 * gdb.cp/nsrecurs.exp: New test.
12847 * gdb.cp/nsrecurs.cc: New test program.
12848 * gdb.cp/nsstress.exp: New test.
12849 * gdb.cp/nsstress.cc: New test program.
12850 * gdb.cp/nsdecl.exp: New test.
12851 * gdb.cp/nsdecl.cc: New test program.
12852
8540c487
SW
128532010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
12854
12855 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
12856 imported into file scope.
12857 Marked test as xfail.
12858 * gdb.cp/namespace-using.cc (marker5): New function.
12859 * gdb.cp/shadow.exp: New test.
12860 * gdb.cp/shadow.cc: New test program.
12861 * gdb.cp/nsimport.exp: New test.
12862 * gdb.cp/nsimport.cc: New test program.
12863
421d5d99
TT
128642010-01-25 Tom Tromey <tromey@redhat.com>
12865
12866 PR gdb/11049:
12867 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
12868 with "set print null-stop on".
12869
691f8dc1
JK
128702010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12871
12872 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
12873 Adjust it for DISASSEMBLY_OMIT_FNAME.
12874
0b92b5bb
TT
128752010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12876
12877 PR symtab/11199:
12878 * gdb.dwarf2/member-ptr-forwardref.exp,
12879 gdb.dwarf2/member-ptr-forwardref.S: New.
12880
23787403
JK
128812010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12882
12883 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
12884 (thread1_func): Protect thread1_tid with thread1_tid_cond by
12885 thread1_tid_mutex. Remove gdbstop_mutex handling.
12886 (thread2_func): Protect thread2_tid with thread2_tid_cond by
12887 thread2_tid_mutex. Remove gdbstop_mutex handling.
12888 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
12889 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
12890 pthread_cond_wait conditionalizations by while loops.
12891
b966cb8a
TT
128922010-01-20 Tom Tromey <tromey@redhat.com>
12893
12894 PR backtrace/10770:
12895 * gdb.dwarf2/pr10770.exp: New file.
12896 * gdb.dwarf2/pr10770.c: New file.
12897 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
12898
fcae584b
VP
128992010-01-20 Vladimir Prus <vladimir@codesourcery.com>
12900
12901 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
12902 that target was removed, and the test always runs native anyway.
12903
a0f49112
JK
129042010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12905
12906 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
12907 gdb.base/watchpoint-cond-gone-stripped.c: New.
12908
ceeb3d5a
TT
129092010-01-19 Tom Tromey <tromey@redhat.com>
12910
12911 PR c++/8000:
12912 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
12913 existing tests.
12914 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
12915 (main): Use AAA::SomeEnum.
12916
dd322c54
JK
129172010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12918
12919 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
12920 (test_ignore_count): Declare line_callme_body global.
12921 (run to breakpoint with ignore count): Use line_callme_body.
12922 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
12923 (set line_main_hello, set line_main_return): Reindent.
12924 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
12925 New.
12926 (continue to callee4): Use line_callee4_body.
12927 (check *stopped from CLI command): Use line_callee4_next.
12928 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
12929 (set line_main_hello, set line_main_return): Reindent.
12930 (set line_callee4_head, set line_callee4_body): New.
12931 (continue to callee4): Use line_callee4_body.
12932
4e8f195d
TT
129332010-01-18 Tom Tromey <tromey@redhat.com>
12934
12935 PR c++/9680:
12936 * gdb.cp/casts.cc: Add new classes and variables.
12937 * gdb.cp/casts.exp: Test new operators.
12938
9e14a9ba
JB
129392010-01-18 Tom Tromey <tromey@redhat.com>
12940 Thiago Jung Bauermann <bauerman@br.ibm.com>
12941
12942 * gdb.python/source2.py: New file.
12943 * gdb.python/source1: New file.
12944 * gdb.python/python.exp: Test "source" command.
12945
00bf0b85
SS
129462010-01-15 Stan Shebs <stan@codesourcery.com>
12947
12948 * gdb.trace/tfile.c: New file.
12949 * gdb.trace/tfile.exp: New file.
889bf7c5 12950
55235ad7
JK
129512010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12952
12953 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
12954
9f2982ff
JK
129552010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12956
12957 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
12958
bbfba9ed
JK
129592010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12960
12961 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
12962 (libfunc): New parameter action. Implement also selectable "sleep".
12963 * gdb.base/break-interp-main.c: Include assert.h.
12964 (libfunc): New parameter action.
12965 (main): New parameters argc and argv. Assert argc. Pass argv.
12966 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
12967 (test_attach): New proc.
12968 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
12969 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
12970
61f0d762
JK
129712010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12972
12973 * gdb.base/break-interp.exp (test_core): New proc.
12974 (test_ld): Call it.
12975
06a6f270
JK
129762010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12977
12978 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
12979 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
12980 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
12981 and gdb_compile_shlib. Use new -Wl compiler options.
12982 (dl bt, main bt): New tests.
12983
51bee8e9
JK
129842010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12985
12986 Support PIEs with no symfile_objfile.
12987 * gdb.base/break-interp.exp: New argument at the test_ld calls.
12988 (test_ld): New parameter trynosym.
12989 (test_ld <$trynosym>): New block.
12990
b8040f19
JK
129912010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12992
12993 * gdb.base/break-interp.exp: New file.
12994
be759fcf
PM
129952010-01-13 Phil Muldoon <pmuldoon@redhat.com>
12996
12997 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
12998 * gdb.python/py-prettyprint.py (pp_ls): New printer.
12999 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13000 test.
13001 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13002 * gdb.python/py-mi.exp: Add lazy string test.
13003
dc146f7c
VP
130042010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13005
13006 * lib/mi-support.exp (mi_check_thread_states): Handle
13007 core number in thread listing.
13008
b4ba55a1
JB
130092010-01-12 Joel Brobecker <brobecker@adacore.com>
13010
13011 * gdb.base/maint.exp: Adjust the expected output for the
13012 "maint print type" test. Use gdb_test_multiple instead of
13013 gdb_sent/gdb_expect.
13014
08e24bd4
DE
130152010-01-11 Doug Evans <dje@google.com>
13016
6496a609
DE
13017 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13018 from gdbserver_download. All callers updated.
13019
08e24bd4
DE
13020 * gdb.server/ext-run.exp: "info os processes" requires xml support.
13021
b5cfddf5
JK
130222010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13023
13024 Implement binary numbers parsing.
13025 * gdb.base/printcmds.exp (test_integer_literals_accepted)
13026 (test_integer_literals_rejected): New binary tests.
13027
3725885a
RW
130282010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13029
13030 * gdb.cell/configure: Regenerate.
13031
37aeb5df
JK
130322010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13033
13034 * gdb.base/corefile.exp: Move the core finding block out and call it as
13035 core_find, new variable $corefile, replace corefile by $corefile and
13036 [file tail $corefile] for usage vs. test names resp.
13037 * lib/gdb.exp (core_find): Move it as a new function here. New
13038 parameter binfile and deletefiles. New variable $destcore. Pre-delete
13039 $destcore. Return "" on error.
13040
d521f563
JK
130412010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13042
13043 Workaround PR binutils/10802.
13044 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
13045 (twice).
13046
28f24826
DJ
130472010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
13048
13049 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
13050
2de75e71
JB
130512010-01-08 Joel Brobecker <brobecker@adacore.com>
13052
13053 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
13054 call, to avoid interruption.
13055
fe00719b 130562010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
13057
13058 * gdb.stabs/weird.def (args93): New.
13059
d0ef5df8
DE
130602010-01-07 Doug Evans <dje@google.com>
13061
13062 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
13063
3a08d52f
TT
130642010-01-07 Tom Tromey <tromey@redhat.com>
13065
13066 * gdb.base/source.exp: Use correct line number.
13067
7a697b8d
SS
130682010-01-05 Stan Shebs <stan@codesourcery.com>
13069
13070 * gdb.trace/tracecmd.exp: Test ftrace.
13071
7803799a
UW
130722010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13073
13074 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
13075
c54eabfa
JK
130762010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13077
13078 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
13079 "uint_for_mi_testing".
13080
02e7ef19
JB
130812010-01-01 Joel Brobecker <brobecker@adacore.com>
13082
13083 Test indented comment in file being sourced.
13084 * gdb.base/commands.exp: Test indented comment in file being sourced.
13085
abd775ce
JB
130862010-01-01 Joel Brobecker <brobecker@adacore.com>
13087
13088 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
13089 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
13090 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
13091 notice.
13092
79b55b82
JB
130932010-01-01 Joel Brobecker <brobecker@adacore.com>
13094
13095 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
13096 notice.
13097
8997583e
JK
130982010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13099
13100 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
13101 missing $after_stopped and comma (,) expectation.
13102
6da95a67
SS
131032009-12-31 Stan Shebs <stan@codesourcery.com>
13104
13105 * gdb.trace/actions.exp: Test teval action.
889bf7c5 13106
218d2fc6
TJB
131072009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13108
13109 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
13110 (top level): Call test_watchpoint_in_big_blob.
13111 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
13112 watchpoints.
13113 (func3): Write to buf.
13114
236f1d4d
SS
131152009-12-29 Stan Shebs <stan@codesourcery.com>
13116
13117 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 13118
f61e138d
SS
131192009-12-28 Stan Shebs <stan@codesourcery.com>
13120
13121 * gdb.trace/tsv.exp: New file.
13122 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 13123
0219b378
DJ
131242009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
13125
13126 * gdb.base/find.c (main): Reference search buffers.
13127 * gdb.base/included.c (main): Reference integer.
13128 * gdb.base/ptype.c (charfoo): Declare.
13129 (intfoo): Call charfoo.
13130 * gdb.base/scope0.c (useitp): New function.
13131 (usestatics): Use useitp.
13132 (useit): Add a type for val.
13133 * gdb.base/scope1.c (useit1): Take a pointer argument.
13134 (usestatics1): Update calls to useit1.
13135 * gdb.cp/call-c.cc: Declare foo.
13136 (main): Call foo.
13137 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
13138 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
13139 (main): Call C::ensureRefs and ensureOtherRefs.
13140 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
13141 variables.
13142 (ensureOtherRefs): New function.
13143 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
13144 * gdb.cp/templates.cc (main): Call t5i.value.
13145
3f78692f
JK
131462009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13147
13148 Fix compatibility with G++-4.5.
13149 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
13150 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
13151 (uncaught return): Remove.
13152
429374b8
JK
131532009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13154 Phil Muldoon <pmuldoon@redhat.com>
13155
13156 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
13157 (bp_location13, bp_location14, bp_location17, bp_location18)
13158 (marker3_proto, marker4_proto): New variables.
13159 (breakpoint info): Update output.
13160 (run until breakpoint at marker3, run until breakpoint at marker4): New
13161 tests.
13162
859825b8
JK
131632009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13164
13165 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13166 Replace the printf call of Y by provided "y-set-1" label. New block
13167 for the second shared library.
13168 * gdb.base/unload.exp: Compile also the second library, call
13169 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13170 (single pending breakpoint info): Rename to ...
13171 (pending breakpoint info before run): ... this extended test.
13172 (libfile2, libname2, libsrcfile2, libsrc2)
13173 (lib_sl2): New variables.
13174 (exec_opts): Set also SHLIB_NAME2.
13175 (pending breakpoint info on first run at shrfunc1)
13176 (pending breakpoint info on second run at shrfunc1)
13177 (pending breakpoint info on second run at shrfunc2)
13178 (print y from libfile, print y from libfile2): New tests.
13179 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13180 * gdb.base/unloadshr2.c: New.
13181
e6a386cd
HZ
131822009-12-22 Hui Zhu <teawater@gmail.com>
13183
13184 * gdb.reverse/sigall-reverse.exp: Adjust.
13185
9e19b45e
VP
131862009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13187
13188 PR gdb/10884
13189
13190 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13191 (main): Call do_bitfield_tests.
aacf5b1e 13192 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 13193
d53a7b30
JB
131942009-12-20 Joel Brobecker <brobecker@adacore.com>
13195
13196 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13197 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13198 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13199 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13200 gdb.modula2/unbounded1.c: Update copyright header.
13201
191ca0a1
CM
132022009-12-10 Chris Moller <moller@mollerware.com>
13203
13204 PR gdb/9399
13205 * gdb.cp/virtfunc2.exp: New tests
13206 * gdb.cp/virtfunc2.cc: New tests
13207 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13208
0fa6cf1b
MS
132092009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13210
13211 * gdb.reverse/i387-env-reverse.c: New file.
13212 * gdb.reverse/i387-env-reverse.exp: New file.
13213 * gdb.reverse/i387-stack-reverse.c: New file.
13214 * gdb.reverse/i387-stack-reverse.exp: New file.
13215
361ae042
PM
132162009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13217
13218 * gdb.python/py-type.exp (test_range): New test.
13219
bfd31e71
PM
132202009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13221
13222 PR python/10805
13223
13224 * gdb.python/py-type.exp: New file.
13225 * gdb.python/py-type.c: New file.
13226 * Makefile.in: Add py-type.
13227
57a1d736
TT
132282009-12-03 Tom Tromey <tromey@redhat.com>
13229
13230 * gdb.python/py-value.exp (test_parse_and_eval): New
13231 function.
13232
1f3b5d1b
PP
132332009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13234
13235 PR gdb/11022
13236
13237 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
13238 * gdb.base/pr11022.c: New test.
13239
8b7dbdc9
JK
132402009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13241
13242 Fix spurious false FAILs.
13243 * gdb.base/structs.c (chartest): New.
13244 (main): Fill-in chartest.
13245 * gdb.base/structs.exp (anychar_re, first): New.
13246 (start_structs_test): Import global anychar_re and first.
13247 New gdb_test call "set print elements 300; ${testfile}"
13248 (start_structs_test <$first>): New block.
13249 (any): Import global anychar_re. New variable ac. Use ${ac}.
13250
6a53b2ec
JK
132512009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13252
13253 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13254
d7167b4c
JK
132552009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13256
13257 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13258 Force $srcfile file.
13259 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13260
b1798462
UW
132612009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13262
13263 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13264 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13265 * gdb.threads/watchthreads-reorder.exp: Likewise.
13266
b6199126
DJ
132672009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13268
13269 PR gdb/8704
13270
13271 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13272 "if", and "thread". Correct matching in the previous test.
13273
b22a0510
DJ
132742009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13275
13276 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13277
930636d2
MS
132782009-11-23 Michael Snyder <msnyder@vmware.com>
13279
13280 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13281 * gdb.reverse-watch-precsave.exp: Ditto.
13282
21a0512e
PP
132832009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13284
13285 * gdb.asm/asm-source.exp: Adjust.
13286 * gdb.base/help.exp: Adjust.
889bf7c5 13287
fc30d5e0
PA
132882009-11-22 Pedro Alves <pedro@codesourcery.com>
13289
13290 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13291 (do_syscall_tests_without_xml): Set data-directory to
13292 /the/path/to/nowhere.
13293
f6bc2008
PA
132942009-11-21 Pedro Alves <pedro@codesourcery.com>
13295
13296 * gdb.threads/local-watch-wrong-thread.c,
13297 gdb.threads/local-watch-wrong-thread.exp: New files.
13298
8c2fb5de
PA
132992009-11-21 Pedro Alves <pedro@codesourcery.com>
13300
13301 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13302 assume new `regsub' syntax available.
13303
ebec9a0f
PA
133042009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13305
a79d3c27
JK
13306 * gdb.base/watchpoint-hw-hit-once.exp,
13307 gdb.base/watchpoint-hw-hit-once.c: New.
13308
133092009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13310
13311 * gdb.threads/watchthreads-reorder.exp,
13312 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 13313
276a961b
MK
133142009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13315
13316 * gdb.xml/tdesc-regs.exp: Use for m68k.
13317
4867c1fb
PA
133182009-11-15 Pedro Alves <pedro@codesourcery.com>
13319
13320 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
13321
f6838f81
DJ
133222009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13323
13324 * lib/gdb.exp (current_target_name): New procedure.
13325 (gdb_wrapper_target): New variable.
13326 (gdb_wrapper_init): Set gdb_wrapper_target.
13327 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
13328 wrapper.
13329
4ac4dd3f
DJ
133302009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13331
13332 * gdb.base/remote.exp: Delete the slowest load test.
13333 Do not load with fixed packet sizes.
13334
a7881759
DJ
133352009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13336
13337 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
13338
97a5b505
DJ
133392009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13340
13341 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
13342 srcfile when setting a breakpoint.
13343
d3e1fc54
DJ
133442009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
13345
13346 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
13347 macros.
13348
7cbcbded
DJ
133492009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13350
13351 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
13352 to be in memory.
13353 * gdb.base/display.c (force_mem): New.
13354 (do_loops): Use it. Add breakpoint comments.
13355 (do_vars): Add a breakpoint comment.
13356 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
13357 line numbers.
13358
bdea3a92
NF
133592009-11-13 Nathan Froyd <froydnj@codesourcery.com>
13360
13361 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
13362 instead of a bare "run".
13363
269f82e5
PP
133642009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
13365
13366 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 13367
a69b7d9d
DJ
133682009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13369
13370 * lib/cell.exp (skip_cell_tests): Clean up test files before
13371 returning.
13372
b598bfda
DJ
133732009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13374
13375 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13376 and the breakpoint menu. Do not call perror if a prompt is seen.
13377 Consume the following GDB prompt.
13378 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13379 * gdb.cp/namespace.exp: Use gdb_test.
13380 * gdb.cp/templates.exp: Use gdb_test.
13381 (test_template_breakpoints): Use gdb_test_multiple.
13382
87728fa0
DJ
133832009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13384
13385 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13386 (marker4): Reference values.
13387
b67c692f
DJ
133882009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13389
13390 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13391 is missing.
13392
f0df251a
DJ
133932009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13394
13395 * gdb.base/break.c (need_malloc): New.
13396 * gdb.base/constvars.c (main): Reference crass and crisp.
13397 * gdb.base/gdb1821.c (main): Reference bar.
13398 * gdb.cp/gdb1355.cc (main): Reference s1.
13399 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13400 (main): Call them.
13401 * gdb.cp/hang2.cc (dummy2): Define.
13402 * gdb.cp/hang3.cc (dummy3): Define.
13403 * gdb.cp/m-data.cc (main): Reference shadow.
13404
bdf7534a
NF
134052009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13406 Nathan Froyd <froydnj@codesourcery.com>
13407
13408 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13409 remote host.
13410
f24fce77
NF
134112009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13412
13413 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13414 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13415 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13416 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13417 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13418 * gdb.dwarf2/dw2-producer.exp: Likewise.
13419 * gdb.dwarf2/mac-fileno.exp: Likewise.
13420 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13421 py-prettyprint.py to the remote host.
13422 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13423
40f0318e
KS
134242009-11-11 Keith Seitz <keiths@redhat.com>
13425
13426 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13427 use it instead of "Foo".
13428 * gdb.cp/classes.exp (do_tests): Add a test to access
13429 a method through a typedef'd class name.
13430
f3d9f7fb
NF
134312009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13432
13433 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13434 exponents.
13435 * gdb.base/pointers.exp: Likewise.
13436 * gdb.cp/ref-types.exp: Likewise.
13437
a4216f37
KS
134382009-11-11 Keith Seitz <keiths@redhat.com>
13439
13440 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13441 new[] and delete[].
13442 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13443 "void".
13444 (probe_demangler): Remove all single-quoting of
13445 method and variable names.
13446 (info_func_regexp): Remove the word "void" from any
13447 occurrence of "(void)".
13448 (print_addr_2): Remove all single-quoting of
13449 method names.
13450 (print_addr_2_kfail): Likewise.
13451 (print_addr): Single-quote C function names before
13452 passing to print_addr_2.
13453 (test_paddr_operator_functions): Remove single-quoting
13454 for method names.
13455 Add tests for operator new[] and operator delete[].
13456
9b14d7aa
JK
134572009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13458
13459 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13460
85feb311
KS
134612009-11-09 Keith Seitz <keiths@redhat.com>
13462
13463 * gdb.cp/overload.exp: Add tests for resolving overloaded
13464 methods in expression parsing/evaluation.
13465
fa335448
DJ
134662009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13467
13468 * lib/gdb.exp (default_gdb_version): Use --version instead of
13469 --command.
13470
ec3c07fc
NS
134712009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13472
13473 * lib/gdb.exp (gdb_compile_test): New.
13474 (skip_ada_tests, skip_java_tests): New.
13475 (gdb_compile): Use gdb_compile_test for f77.
13476 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13477 * lib/java.exp (compile_java_from_source): Remove runtests check,
13478 use gdb_compile_test to record result.
13479 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13480 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13481 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13482 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13483 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13484 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13485 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13486 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13487 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13488 adjust gdb_compile invocations.
13489
b8b4e42b
JK
134902009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13491
13492 * Makefile.in (abs_builddir): New.
13493 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13494 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13495 `$(abs_builddir)/site.exp'.
13496
f8b7eaf3
DJ
134972009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13498
13499 * config/m68k-emc.exp, lib/emc-support.exp,
13500 gdb.trace/gdb_c_test.c: Delete.
13501 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13502 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13503 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13504 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13505 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13506 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13507 casing for m68k-*-elf.
13508
c4187697
NS
135092009-11-03 Pedro Alves <pedro@codesourcery.com>
13510
13511 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13512 * gdb.arch/i386-prologue.exp: Likewise.
13513 * gdb.arch/i386-unwind.exp: Likewise.
13514
db16b772
DJ
135152009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13516
13517 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13518
bcf71277
DJ
135192009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13520
13521 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13522
0105cee2
DJ
135232009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13524
13525 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13526
24ddea62
JK
135272009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13528
13529 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13530
287ccc17
JK
135312009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13532
13533 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13534 * gdb.base/sepdebug2.c: New file.
13535
08bca259 135362009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
13537
13538 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13539 the modified warnings for catch syscall. Verify if GDB was compiled
13540 with support for lib expat, and choose which tests to run depending
13541 on this.
13542
5d4e2b76
VP
135432009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13544
13545 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13546 that composite commands are parsed OK. And also test
13547 that breakpoint commands do work.
13548
240e538a
MS
135492009-10-23 Michael Snyder <msnyder@vmware.com>
13550
13551 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13552 to allow for new disassembly style.
13553
9c419145
PP
135542009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13555
13556 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 13557
02506ff1
MS
135582009-10-22 Michael Snyder <msnyder@vmware.com>
13559
13560 * gdb.reverse/break-precsave.exp: New test.
13561 * gdb.reverse/consecutive-precsave.exp: Ditto.
13562 * gdb.reverse/finish-precsave.exp: Ditto.
13563 * gdb.reverse/i386-precsave.exp: Ditto.
13564 * gdb.reverse/machinestate-precsave.exp: Ditto.
13565 * gdb.reverse/sigall-precsave.exp: Ditto.
13566 * gdb.reverse/solilb-precsave.exp: Ditto.
13567 * gdb.reverse/step-precsave.exp: Ditto.
13568 * gdb.reverse/until-precsave.exp: Ditto.
13569 * gdb.reverse/watch-precsave.exp: Ditto.
13570
4cf866a3
MS
135712009-10-22 Michael Snyder <msnyder@vmware.com>
13572
13573 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13574 for gdb_expect. Adjust one test's expect strings for the new
13575 format of disassemble.
13576 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13577 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13578 gdb_test_multiple.
13579 * gdb.reverse/step-reverse.exp: Delete 'return'.
13580 * gdb.reverse/until-reverse.exp: Delete blank lines.
13581 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13582
2b28d209
PP
135832009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13584
13585 * gdb.base/consecutive.exp: Adjust.
13586 * gdb.base/display.exp: Likewise.
13587 * gdb.base/pc-fp.exp: Likewise.
13588 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 13589
33b9c32b
MS
135902009-10-19 Michael Snyder <msnyder@vmware.com>
13591
13592 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13593 * gdb.reverse/finish-reverse.c: Ditto.
13594 * gdb.reverse/sigall-reverse.c: Ditto.
13595 * gdb.reverse/solib-reverse.c: Ditto.
13596 * gdb.reverse/step-reverse.c: Ditto.
13597 * gdb.reverse/watch-reverse.c: Ditto.
13598
6c95b8df
PA
135992009-10-19 Pedro Alves <pedro@codesourcery.com>
13600 Stan Shebs <stan@codesourcery.com>
13601
13602 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13603 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13604 "Executing new program".
13605 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13606 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13607 left listed after having been killed.
13608 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13609 * gdb.base/maint.exp: Adjust test.
13610
13611 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13612 * gdb.multi/Makefile.in: New.
13613 * gdb.multi/base.exp: New.
13614 * gdb.multi/goodbye.c: New.
13615 * gdb.multi/hangout.c: New.
13616 * gdb.multi/hello.c: New.
13617 * gdb.multi/bkpt-multi-exec.c: New.
13618 * gdb.multi/bkpt-multi-exec.exp: New.
13619 * gdb.multi/crashme.c: New.
13620
279017b7
TG
136212009-10-13 Tristan Gingold <gingold@adacore.com>
13622
13623 * gdb.base/sepdebug.exp: Check debug info are found.
13624
0413d738
PA
136252009-10-08 Pedro Alves <pedro@codesourcery.com>
13626
13627 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13628 bits.
13629
c628eecc
JK
136302009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13631
13632 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13633
38af1bfe
JB
136342009-10-07 Joel Brobecker <brobecker@adacore.com>
13635
13636 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13637 of the comments.
13638
2b0adecd
PM
136392009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13640
13641 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13642 * gdb.base/annota3.exp: Idem.
13643 * gdb.base/maint.exp: Idem.
13644
8d417781
PM
136452009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13646
889bf7c5 13647 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
13648 to default.
13649
bb61102d
PM
136502009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13651
889bf7c5 13652 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
13653 mingw and cygwin targets.
13654
ace5c364
PM
136552009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13656 Pedro Alves <pedro@codesourcery.com>
13657
889bf7c5 13658 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
13659 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13660
c2d494a0
PM
136612009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13662
e1b52ce2
PM
13663 * gdb.base/shr1.c: Use %p in format string.
13664 * gdb.base/unload.c: Avoid warning in fprintf.
13665 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 13666
209f53f5
PM
136672009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13668
13669 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13670 long type.
13671 (test_unlink): Correct printf string.
13672 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13673 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13674
8172766a
JK
136752009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13676
13677 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13678 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13679 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13680
0f73703c
UW
136812009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13682
13683 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13684 * gdb.objc/nondebug.exp: Likewise.
13685
b32306ca
UW
136862009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13687
13688 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13689 target_info setting.
13690
13691 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13692 that detect new threads during "info threads".
13693
0057022f
UW
136942009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13695
13696 * gdb.threads/manythreads.c (main): Increase thread stack size
13697 to 2*PTHREAD_STACK_MIN.
13698 * gdb.threads/multi-create.c (main): Likewise.
13699 (create_function): Likewise.
13700
f29c0325
UW
137012009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13702
13703 * gdb.base/dump.exp: Pass difference of pointer types instead
13704 of integer types as offset to restore in intarr3.srec case.
13705
fcb34849
UW
137062009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13707
13708 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13709
d5142e3b
UW
137102009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13711
13712 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13713
087b74b2 137142009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 13715
087b74b2
PM
13716 New test for two watchpoints, with disabling of
13717 the first inserted.
13718 * testsuite/gdb.base/watchpoints.c: New file.
13719 * testsuite/gdb.base/watchpoints.exp: New file.
13720
96c07c5b
TT
137212009-09-25 Tom Tromey <tromey@redhat.com>
13722
13723 * gdb.base/charset.exp: Test utf-16 strings with Python.
13724
b8899f2b
TT
137252009-09-25 Tom Tromey <tromey@redhat.com>
13726
13727 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13728 UCS-4.
13729 * gdb.base/charset.c (utf_32_string): Rename.
13730 (init_utf32): Rename.
13731 (main): Update.
13732
329719ec
TT
137332009-09-22 Tom Tromey <tromey@redhat.com>
13734
13735 * gdb.python/py-function.exp: Add regression tests.
13736
11ef0d76
KS
137372009-09-21 Keith Seitz <keiths@redhat.com>
13738
13739 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
13740 with invalid operator.
13741
3fe8f3b3
KS
137422009-09-21 Keith Seitz <keiths@redhat.com>
13743
13744 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
13745 and destructor using typedef name of class.
13746 * gdb.cp/classes.cc (class Base1): Add a destructor.
13747 (base1): New typedef.
13748 (use_methods): Instanitate an object of type base1.
13749 * gdb.cp/templates.exp (test_template_typedef): New procedure.
13750 (do_tests): Call test_template_typedef.
13751 * gdb.cp/templates.cc (Baz::~Baz): New method.
13752 (intBazOne): New typedef.
13753 (main): Instantiate intBazOne.
13754
7a9fe101
PM
137552009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13756
13757 PR python/10633
13758
13759 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
13760 Function.
13761 (run_lang_tests): Add print elements test.
13762
2e4d963f
PM
137632009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13764
13765 * gdb.python/py-value.exp (test_subscript_regression): New
13766 function. Test for invalid subscripts.
13767 * gdb.python/py-value.c (main): Add test array, and pointer to it.
13768 (ptr_ref): New function.
13769
ec7e75e7
PP
137702009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13771
13772 * gdb.base/default.exp: Fix "show convenience".
13773
0cc7d26f
TT
137742009-09-15 Tom Tromey <tromey@redhat.com>
13775
13776 * lib/mi-support.exp (mi_create_varobj): Update.
13777 (mi_create_floating_varobj): Likewise.
13778 (mi_create_dynamic_varobj): New proc.
13779 (mi_varobj_update): Update.
13780 (mi_varobj_update_with_type_change): Likewise.
13781 (mi_varobj_update_kv_helper): New proc.
13782 (mi_varobj_update_dynamic_helper): Rewrite.
13783 (mi_varobj_update_dynamic): New proc.
13784 (mi_list_varobj_children): Update.
13785 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
13786 * gdb.python/python-prettyprint.py (pp_outer): New class.
13787 (pp_nullstr): Likewise.
13788 (lookup_function): Register new printers.
13789 * gdb.python/python-prettyprint.c (struct substruct): New type.
13790 (struct outerstruct): Likewise.
13791 (substruct_test): New function.
13792 (struct nullstr): New type.
13793 (string_1, string_2): New globals.
13794 (main): Add new tests.
13795 * gdb.python/python-mi.exp: Added regression tests.
13796 * gdb.mi/mi2-var-display.exp: Update.
13797 * gdb.mi/mi2-var-cmd.exp: Update.
13798 * gdb.mi/mi2-var-child.exp: Update.
13799 * gdb.mi/mi2-var-block.exp: Update.
13800 * gdb.mi/mi-var-invalidate.exp: Update.
13801 * gdb.mi/mi-var-display.exp: Update.
13802 * gdb.mi/mi-var-cmd.exp: Update.
13803 * gdb.mi/mi-var-child.exp: Update.
13804 * gdb.mi/mi-var-block.exp: Update.
13805 * gdb.mi/mi-break.exp: Update.
13806 * gdb.mi/gdb701.exp: Update.
13807
a96d9b2e
SDJ
138082009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13809
13810 * Makefile.in: Inclusion of catch-syscall object.
13811 * gdb.base/catch-syscall.c: New file.
13812 * gdb.base/catch-syscall.exp: New file.
13813
b43b923a
MS
138142009-09-12 Michael Snyder <msnyder@vmware.com>
13815
13816 * gdb.reverse/step-reverse.exp: Explicitly check for targets
13817 that can support reverse debuggnig.
13818
cec03d70
TT
138192009-09-11 Tom Tromey <tromey@redhat.com>
13820
13821 * gdb.dwarf2/valop.S: New file.
13822 * gdb.dwarf2/valop.exp: New file.
13823
e23bb3fc
MK
138242009-09-11 Mark Kettenis <kettenis@gnu.org>
13825
13826 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
13827
37c3696d
DE
138282009-09-10 Doug Evans <dje@google.com>
13829
13830 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
13831 Add $gdb_prompt to second breakpoint regexp.
13832
5172aecb
JB
138332009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
13834
13835 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
13836 names, add missing ones.
13837 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
13838 * gdb.python/py-frame.c: Rename from python-frame.c.
13839 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
13840 testfile name.
13841 * gdb.python/py-function.exp: Rename from python-function.exp.
13842 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
13843 testfile name.
13844 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
13845 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
13846 Adjust testfile name.
13847 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
13848 * gdb.python/py-template.cc: Rename from python-template.cc.
13849 * gdb.python/py-template.exp: Rename from python-template.exp.
13850 Adjust testfile name.
13851 * gdb.python/py-value.c: Rename from python-value.c.
13852 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
13853 testfile name.
13854
b554e4bd
JK
138552009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13856
13857 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
13858 $bpt2address.
13859 (Second breakpoint address is valid on ia64)
13860 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
13861
9a68ae16
JM
138622009-09-03 Joseph Myers <joseph@codesourcery.com>
13863
13864 * gdb.base/ending-run.exp: Restrict regular expression matching
13865 line number to require closing brace following.
13866
146b9145
DE
138672009-09-03 Doug Evans <dje@google.com>
13868
13869 * gdb.base/store.exp (check_set): Fix typo in expected value message.
13870
787d21e1
TT
138712009-09-02 Tom Tromey <tromey@redhat.com>
13872
13873 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
13874
e7802207
TT
138752009-09-02 Tom Tromey <tromey@redhat.com>
13876
13877 * gdb.dwarf2/callframecfa.exp: New file.
13878 * gdb.dwarf2/callframecfa.S: New file.
13879
817aadd2
JK
138802009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13881
13882 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
13883 gdb.base/solib-overlap-main.c: New.
13884
4a76eae5
DJ
138852009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
13886
13887 PR gdb/10565
13888
13889 * gdb.base/bitfields.c (struct container, container): New.
13890 (main): Initialize it and call break5.
13891 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
13892
d4b96c9a
JK
138932009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13894
13895 Support constant DW_AT_data_member_location by GCC PR debug/40659.
13896 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
13897
4e22772d
JK
138982009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13899
13900 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
13901
2efab443
MS
139022009-08-26 Michael Snyder <msnyder@vmware.com>
13903
13904 * gdb.base/i386-reverse.c: New file.
13905 * gdb.base/i386-reverse.exp: New file.
13906 * gdb.base/Makefile.in: Add new files to be removed.
13907
07ab73a0
JM
139082009-08-26 Joseph Myers <joseph@codesourcery.com>
13909
13910 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
13911 environment-pwd for remote host.
13912 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
13913
676accff
KS
139142009-08-24 Keith Seitz <keiths@redhat.com>
13915
13916 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
13917 Add two new C++ completer tests which limit the output to a
889bf7c5 13918 given class.
676accff 13919
f9f7ad22
MS
139202009-08-24 Michael Snyder <msnyder@vmware.com>
13921
13922 * gdb.base/del.exp: Fix typo in comment.
13923 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
13924
81ecdfbb
RW
139252009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13926
13927 * configure: Regenerate.
13928 * gdb.hp/configure: Likewise.
13929 * gdb.hp/gdb.aCC/configure: Likewise.
13930 * gdb.hp/gdb.base-hp/configure: Likewise.
13931 * gdb.hp/gdb.compat/configure: Likewise.
13932 * gdb.hp/gdb.defects/configure: Likewise.
13933 * gdb.hp/gdb.objdbg/configure: Likewise.
13934 * gdb.stabs/configure: Likewise.
13935
cab0c772
UW
139362009-08-19 Doug Evans <dje@google.com>
13937
13938 * gdb.base/gdbvars.c: New file.
13939 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
13940
b8fa0bfa
PA
139412009-08-14 Pedro Alves <pedro@codesourcery.com>
13942
13943 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
13944 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
13945
b84aa90a
PA
139462009-08-13 Pedro Alves <pedro@codesourcery.com>
13947
13948 * gdb.base/default.exp: Adjust "set language test": it's now an
13949 enum command. Larger help string moved to "help set language".
13950 * gdb.base/help.exp: Adjust "help set language" expected output,
13951 now lists all known languages.
13952
0d8f9b2c
NF
139532009-08-11 Nathan Froyd <froydnj@codesourcery.com>
13954
13955 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
13956 all frame arguments.
13957 * gdb.arch/altivec-regs.exp: Likewise.
13958
bda180e0
TT
139592009-08-07 Tom Tromey <tromey@redhat.com>
13960
13961 * gdb.base/setshow.exp: Add tests for changes to set language, set
13962 check range, and set check type.
13963
48cb2d85
VP
139642009-08-03 Vladimir Prus <vladimir@codesourcery.com>
13965
13966 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
13967 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 13968 Call it.
48cb2d85 13969
1ea34204
UW
139702009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13971
13972 * configure.ac: Run gdb.cell tests when appropriate.
13973 * configure: Regenerate.
13974 * lib/cell.exp: New file.
13975 * gdb.cell: New directory.
13976 * gdb.cell/configure.ac: New file.
13977 * gdb.cell/configure: New file.
13978 * gdb.cell/Makefile.in: New file.
13979 * gdb.cell/arch.exp: New file.
13980 * gdb.cell/break.c: New file.
13981 * gdb.cell/break.exp: New file.
13982 * gdb.cell/break-spu.c: New file.
13983 * gdb.cell/bt.c: New file.
13984 * gdb.cell/bt2-spu.c: New file.
13985 * gdb.cell/bt-spu.c: New file.
13986 * gdb.cell/bt.exp: New file.
13987 * gdb.cell/coremaker.c: New file.
13988 * gdb.cell/coremaker-spu.c: New file.
13989 * gdb.cell/core.exp: New file.
13990 * gdb.cell/gcore.exp: New file.
13991 * gdb.cell/data.c: New file.
13992 * gdb.cell/data.exp: New file.
13993 * gdb.cell/data-spu.c: New file.
13994 * gdb.cell/ea-cache.exp: New file.
13995 * gdb.cell/ea-cache.c: New file.
13996 * gdb.cell/ea-cache-spu.c: New file.
13997 * gdb.cell/ea-standalone.c: New file.
13998 * gdb.cell/ea-standalone.exp: New file.
13999 * gdb.cell/ea-test.c: New file.
14000 * gdb.cell/ea-test.exp: New file.
14001 * gdb.cell/f-regs.exp: New file.
14002 * gdb.cell/mem-access.c: New file.
14003 * gdb.cell/mem-access.exp: New file.
14004 * gdb.cell/mem-access-spu.c: New file.
14005 * gdb.cell/ptype.exp: New file.
14006 * gdb.cell/registers.exp: New file.
14007 * gdb.cell/size.c: New file.
14008 * gdb.cell/sizeof.exp: New file.
14009 * gdb.cell/size-spu.c: New file.
14010 * gdb.cell/solib.exp: New file.
14011 * gdb.cell/solib-symbol.exp: New file.
14012
85e747d2
UW
140132009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14014
14015 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14016
58d6951d
DJ
140172009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14018
14019 * gdb.base/float.exp: Handle VFP registers.
14020
6e0a4f15
MS
140212009-07-14 Michael Snyder <msnyder@vmware.com>
14022
dcd5da87
MS
14023 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
14024 to bring gdb to the beginning of the calling line.
14025
6e0a4f15
MS
14026 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
14027 confusing the i386 epilogue unwinder.
14028
782b2b07
SS
140292009-07-14 Stan Shebs <stan@codesourcery.com>
14030
14031 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
14032
f662c3bc
MS
140332009-07-14 Michael Snyder <msnyder@vmware.com>
14034
14035 * gdb.reverse/step-reverse.exp (stepi into function call):
14036 Call instruction may not be first instruction in the line.
14037 (reverse stepi from a function call): Used wrong line number.
14038
8f313923
JK
140392009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14040
14041 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
14042
4662c76e
JK
140432009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14044
14045 Fix gdb.base/macscp.exp when using custom inputrc.
14046 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
14047 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
14048 env(TERM) set.
14049 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
14050 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
14051
aa81e255
JK
140522009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14053
14054 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
14055 * gdb.base/annota1.exp (thread_test): Import global $testfile.
14056 Change the compilation target to match the testcase name.
14057 * gdb.base/sect-cmd.exp: Change the compilation target to match the
14058 testcase name.
14059 * a2-run.exp: Use for setup prepare_for_testing. Change the
14060 compilation target to match the testcase name.
14061 * gdb.base/commands.exp: Likewise.
14062 * gdb.base/finish.exp: Likewise.
14063 * gdb.base/float.exp: Likewise.
14064 * gdb.base/info-target.exp: Likewise.
14065 * gdb.base/relational.exp: Likewise.
14066 * gdb.base/term.exp: Likewise.
14067 * gdb.base/until.exp: Likewise.
14068 * gdb.base/volatile.exp: Likewise.
14069 * gdb.base/whatis-exp.exp: Likewise.
14070
4c93b1d7
HZ
140712009-07-11 Hui Zhu <teawater@gmail.com>
14072
14073 * gdb.base/help.exp (disassemble): Update expected help text.
14074
812f7342
TT
140752009-07-09 Tom Tromey <tromey@redhat.com>
14076
14077 * lib/gdb.exp: Handle TRANSCRIPT.
14078 (remote_spawn, remote_close, send_gdb): New procs.
14079
fbb8f299
PM
140802009-07-10 Phil Muldoon <pmuldoon@redhat.com>
14081
14082 * gdb.python/python-prettyprint.c: Add counted null string
14083 structure.
14084 * gdb.python/python-prettyprint.exp: Print null string. Test for
14085 embedded nulls.
14086 * gdb.python/python-prettyprint.py (pp_ns): New Function.
14087 * gdb.python/python-value.exp (test_value_in_inferior): Add
14088 variable length string fetch tests.
14089 * gdb.python/python-value.c (main): Add strings for string fetch tests.
14090
c0ac0ec7
JK
140912009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14092
14093 * gdb.base/dump.exp (inaccessible memory is reported): New test.
14094
30b66ecc
TT
140952009-07-07 Tom Tromey <tromey@redhat.com>
14096
14097 * gdb.base/call-rt-st.exp: Update for change to escape output.
14098 * gdb.base/callfuncs.exp: Likewise.
14099 * gdb.base/charset.exp: Likewise.
14100 * gdb.base/constvars.exp: Likewise.
14101 * gdb.base/long_long.exp: Likewise.
14102 * gdb.base/pointers.exp: Likewise.
14103 * gdb.base/printcmds.exp: Likewise.
14104 * gdb.base/setvar.exp: Likewise.
14105 * gdb.base/store.exp: Likewise.
14106 * gdb.cp/ref-types.exp: Likewise.
14107 * gdb.mi/mi-var-child.exp: Likewise.
14108 * gdb.mi/mi-var-display.exp: Likewise.
14109 * gdb.mi/mi2-var-display.exp: Likewise.
14110 * gdb.base/charset.exp: Test octal escape sequence length.
14111 Update for change to escape output.
14112
187c4a2b
JK
141132009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14114
14115 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
14116
d80a43f9
DJ
141172009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
14118
14119 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
14120
047427a8
JK
141212009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14122
14123 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
14124 gdbserver increasing $portnum if "Can't bind address" has been seen.
14125
8b5a0f4f
PA
141262009-07-05 Pedro Alves <pedro@codesourcery.com>
14127
14128 * gdb.base/ending-run.exp: Add "step out of main" pattern for
14129 mingw32ce.
14130
7d93ba58
PA
141312009-07-05 Pedro Alves <pedro@codesourcery.com>
14132
14133 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
14134 VFP format.
14135
2277426b
PA
141362009-07-02 Pedro Alves <pedro@codesourcery.com>
14137
14138 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
14139 linux. Adjust to use "inferior", "info inferiors", "detach
14140 inferior" and "kill inferior" instead of "restart", "info fork",
14141 "detach fork" and "delete fork".
14142 * gdb.base/ending-run.exp: Spell out "info".
14143 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
14144 the "kill" command.
14145
5af949e3
UW
141462009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14147
14148 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
14149 change to prefix TLS offset in hex with 0x.
14150
5d3729b5
UW
141512009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14152
14153 * gdb.base/default.exp: Update test case for "x" changes.
14154
af589bd0
TG
141552009-07-01 Tristan Gingold <gingold@adacore.com>
14156
14157 * gdb.base/bigcore.exp: Make darwin untested.
14158
40974f91
JK
141592009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14160
14161 * gdb.base/completion.exp (directory completion): Create the directory.
14162 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
14163 escapeuniquesub.
14164 (directory completion 2): Expect now ${escapeuniquesub}.
14165 (Glob remaining of directory test): Remove one excessive newline.
14166 Expect the real output.
14167
59dd3af6
JK
141682009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14169
14170 Fix `make check//%' target after `make check' has been ran.
14171 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14172 a mkdir call.
14173 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14174 (%/.dir): Remove.
14175
f4e164aa
JK
141762009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14177
14178 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14179 the expected result record.
14180
69af2122
JK
141812009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14182
14183 Remove racy FAILs relying just on the timeouts.
14184 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14185 (annotation_level 2): Remove racy FAILs.
14186
2fd481e1
PP
141872009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14188
14189 gdb/10275
889bf7c5
PA
14190 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14191
c38f313d
DJ
141922009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14193
14194 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14195
8b777f02
VP
141962009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14197
14198 * gdb.mi/mi-stack.exp: Testing symbolic options
14199 to -stack-list-locals and -stack-list-arguments.
14200
00c7eacf
JK
142012009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14202
14203 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14204
6bc80edc
TT
142052009-06-29 Tom Tromey <tromey@redhat.com>
14206
14207 * dg-extract-results.sh: New file.
14208 * Makefile.in (FORCE_PARALLEL): New variable.
14209 (CHECK_TARGET): New conditional variable.
14210 (check): Use CHECK_TARGET.
14211 (DO_RUNTEST): New variable.
14212 (check-single): New target.
14213 (TEST_DIRS): New variable.
14214 (TEST_TARGETS): Likewise.
14215 (check-parallel): New target.
14216 (check-gdb.%): New pattern.
14217 (BASE1_FILES): New variable.
14218 (BASE2_FILES): Likewise.
14219 (check-gdb.base%): New pattern.
14220 (%/.dir): New pattern.
14221 * configure: Rebuild.
14222 * aclocal.m4 (AM_CONDITIONAL): New defun.
14223 * configure.ac: Check whether user is using GNU make.
14224 (GMAKE): New conditional.
14225
794684b6
SW
142262009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14227
14228 * gdb.cp/namespace-nested-import.cc: New test.
14229 * gdb.cp/namespace-nested-import.exp: New test.
14230
edb3359d
DJ
142312009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14232
14233 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14234 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14235 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14236 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14237 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14238 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14239 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14240 gdb.opt/inline-markers.c: New files.
14241 * lib/gdb.exp (skip_inline_frame_tests): New function.
14242 (skip_inline_var_tests): New function.
14243
cf657a0c
AS
142442009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14245
14246 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14247 backtrace.
14248
28d41a99
MS
142492009-06-27 Michael Snyder <msnyder@vmware.com>
14250
14251 * gdb.reverse: New directory.
14252 * gdb.reverse/break-reverse.c: New test.
14253 * gdb.reverse/break-reverse.exp: New test.
14254 * gdb.reverse/consecutive-reverse.c: New test.
14255 * gdb.reverse/consecutive-reverse.exp: New test.
14256 * gdb.reverse/finish-reverse.c: New test.
14257 * gdb.reverse/finish-reverse.exp: New test.
14258 * gdb.reverse/machinestate.c: New test.
14259 * gdb.reverse/ms1.c: New test.
14260 * gdb.reverse/machinestate.exp: New test.
14261 * gdb.reverse/Makefile.in: New file.
14262 * gdb.reverse/shr2.c: New test.
14263 * gdb.reverse/solib-reverse.c: New test.
14264 * gdb.reverse/solib-reverse.exp: New test.
14265 * gdb.reverse/step-reverse.c: New test.
14266 * gdb.reverse/step-reverse.exp: New test.
14267 * gdb.reverse/until-reverse.c: New test.
14268 * gdb.reverse/ur1.c: New test.
14269 * gdb.reverse/until-reverse.exp: New test.
14270 * gdb.reverse/watch-reverse.c: New test.
14271 * gdb.reverse/watch-reverse.exp: New test.
14272 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14273 * configure: Regenerate.
14274
fe3c8b0d
DE
142752009-06-26 Doug Evans <dje@google.com>
14276
14277 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14278
3a72a602
PM
142792009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14280
14281 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14282 windows problem for 'file delete $binfile'.
14283
27aa8d6a
SW
142842009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14285
14286 * gdb.cp/namespace-using.exp: New test.
14287 * gdb.cp/namespace-using.cc: New test.
14288
8ac055f8
JB
142892009-05-20 Joel Brobecker <brobecker@adacore.com>
14290
14291 * gdb.ada/variant_record_packed_array: New testcase.
14292
85e306ed
TT
142932009-06-23 Tom Tromey <tromey@redhat.com>
14294
14295 * gdb.base/charset.exp (test_combination): Regression test.
14296 * gdb.base/charset.c (my_wchar_t): New typedef.
14297 (myvar): New global.
14298 (main): Set myvar.
14299
56643c5e
PM
143002009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14301
14302 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14303 target.
14304
1fac167a
UW
143052009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14306
14307 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14308
7ccb0be9
UW
143092009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14310
14311 * gdb.mi/gdb680.exp: Update test for error message.
14312
568d6575
UW
143132009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14314
14315 * gdb.base/annota1.exp: Allow multiple occurrences of the
14316 frames-invalid annotation.
14317 * gdb.cp/annota2.exp: Likewise.
14318
7cd1089b
PM
143192009-06-15 Phil Muldoon <pmuldoon@redhat.com>
14320
14321 * gdb.cp/gdb2495.cc: New file.
14322 * gdb.cp/gdb2495.exp: New file.
14323
72c63395
JK
143242009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14325
14326 Report error on GDB crash during runto.
14327 * lib/gdb.exp (runto <eof>): New.
14328
3788363d
DJ
143292009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
14330
14331 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
14332 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
14333 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
14334 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
14335 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
14336 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
14337 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
14338 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
14339 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
14340 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
14341 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
14342 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
14343 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14344 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
14345 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
14346 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
14347 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
14348 gdb.server/server-mon.exp, gdb.server/server-run.exp,
14349 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14350 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14351 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
14352 gdb.trace/passcount.exp, gdb.trace/report.exp,
14353 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
14354 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
14355 gdb.trace/while-stepping.exp: Use a unique name for the compiled
14356 executable.
14357
17592de3
PA
143582009-06-07 Pedro Alves <pedro@codesourcery.com>
14359
14360 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
14361 defined before referencing it.
14362
701e355d
DE
143632009-06-03 Doug Evans <dje@google.com>
14364
14365 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
14366 * gdb.arch/i386-see.c: Ditto.
14367
f2292c65
PM
143682009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
14369
14370 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
14371 (check_macro): Return 1 if undefined.
14372 If first test fails, check if macro debug information is available,
14373 and report unsupported test if no macro information is found.
14374
5a437975
DE
143752009-05-29 Doug Evans <dje@google.com>
14376
14377 * gdb.threads/hand-call-in-threads.exp: New.
14378 * gdb.threads/hand-call-in-threads.c: New.
14379
c141c696
MS
143802009-05-29 Michael Snyder <msnyder@vmware.com>
14381
14382 * gdb.base/break-always.exp: Change "1" to "on".
14383 Add confirmation check.
14384
b3444185
PA
143852009-05-28 Pedro Alves <pedro@codesourcery.com>
14386
14387 * gdb.threads/threxit-hop-specific.c: New.
14388 * gdb.threads/threxit-hop-specific.exp: New.
14389 * gdb.threads/thread-execl.c: New.
14390 * gdb.threads/thread-execl.exp: New.
14391
b6313243
TT
143922009-05-27 Tom Tromey <tromey@redhat.com>
14393 Thiago Jung Bauermann <bauerman@br.ibm.com>
14394
14395 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14396 (mi_child_regexp): Likewise.
14397 (mi_list_varobj_children_range): Likewise.
14398 (mi_get_features): Likewise.
14399 (mi_list_varobj_children): Rewrite.
14400 * gdb.python/python-mi.exp: New file.
14401
a6bac58e
TT
144022009-05-27 Tom Tromey <tromey@redhat.com>
14403 Thiago Jung Bauermann <bauerman@br.ibm.com>
14404 Phil Muldoon <pmuldoon@redhat.com>
14405 Paul Pluzhnikov <ppluzhnikov@google.com>
14406
14407 * gdb.python/python-prettyprint.exp: New file.
14408 * gdb.python/python-prettyprint.c: New file.
14409 * gdb.python/python-prettyprint.py: New file.
14410 * gdb.base/display.exp: print/r is now valid.
14411
2c74e833
TT
144122009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14413 Tom Tromey <tromey@redhat.com>
14414 Pedro Alves <pedro@codesourcery.com>
14415 Paul Pluzhnikov <ppluzhnikov@google.com>
14416
14417 * gdb.python/python-template.exp: New file.
14418 * gdb.python/python-template.cc: New file.
14419 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14420 tests.
14421 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14422 Call it.
14423 (test_value_after_death): New proc.
14424 * gdb.python/python-value.c (PTR): New typedef.
14425 (main): New variable 'x'.
14426
89c73ade
TT
144272009-05-27 Tom Tromey <tromey@redhat.com>
14428
14429 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14430 tests.
14431 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14432 Call it.
14433
a75724bc
PA
144342009-05-27 Pedro Alves <pedro@codesourcery.com>
14435
14436 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14437
e58b0e63
PA
144382009-05-24 Pedro Alves <pedro@codesourcery.com>
14439
14440 * gdb.threads/fork-thread-pending.c: New.
14441 * gdb.threads/fork-thread-pending.exp: New.
14442
4ac36638
JK
144432009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14444
14445 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14446 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14447
889bf7c5 144482009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 14449
889bf7c5 14450 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 14451
b242c3c2
PA
144522009-05-17 Pedro Alves <pedro@codesourcery.com>
14453
14454 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14455 `gdb_get_line_number'. Call `callee' in both parent and child.
14456 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14457 `gdb_get_line_number' instead of hardcoding line numbers.
14458 (catch_fork_unpatch_child): New procedure to test detaching
14459 breakpoints from child fork.
14460 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14461 hardcoding line numbers.
14462 (do_fork_tests): Run `catch_fork_unpatch_child'.
14463
ee342b23
VP
144642009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14465
14466 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14467 of structure type enters or leaves the scope, it
14468 is reported by -var-update.
14469
e2009e98
DE
144702009-05-11 Doug Evans <dje@sebabeach.org>
14471
14472 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 14473 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
14474 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14475
00903456
JK
144762009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14477
14478 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14479
dc621c35
DE
144802009-04-30 Doug Evans <dje@google.com>
14481
14482 * gdb.threads/watchthreads2.exp: New testcase.
14483 * gdb.threads/watchthreads2.c: New testcase.
14484
9ab4e744
DE
144852009-04-29 Doug Evans <dje@google.com>
14486
14487 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14488 * gdb.cp/mb-ctor.cc: Ditto.
14489 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14490 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14491 * gdb.cp/mb-inline1.cc: Call it.
14492 * gdb.cp/mb-inline2.cc: Ditto.
14493 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14494 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14495
484086b7
JK
144962009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14497
14498 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14499 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14500 Replace all uses of `decimal' by `nonzero'.
14501 (info macro FROM_COMMANDLINE): New test.
14502
379a77b5
TT
145032009-04-27 Tom Tromey <tromey@redhat.com>
14504
14505 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14506
b92b73c2
DE
145072009-04-27 Doug Evans <dje@google.com>
14508
14509 * gdb.threads/watchthreads.c (main): Initialize args before starting
14510 the threads. Plus formatting cleanup.
14511 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14512 biased scheduling of one thread.
14513
945a118d
JG
145142009-04-27 Jerome Guitton <guitton@adacore.com>
14515
14516 * gdb.cp/templates.cc (GetMax): New template.
14517 (main): Declare two instances of GetMax.
14518 * gdb.cp/templates.exp: Add new test.
14519
d389af10
JK
145202009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14521
14522 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14523
e7f86de9
JM
145242009-04-22 Joseph Myers <joseph@codesourcery.com>
14525
14526 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14527
334cc82d
TT
145282009-04-15 Tom Tromey <tromey@redhat.com>
14529
14530 * gdb.base/charset.exp: Add regression test.
14531
d12672cc
JB
145322009-04-14 Joel Brobecker <brobecker@adacore.com>
14533
14534 * gdb.base/exe-lock.exp: New testcase.
14535
18e8c3bc
TT
145362009-04-13 Tom Tromey <tromey@redhat.com>
14537
14538 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14539 operator on Frame.
14540
5ecd5cbe
UW
145412009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14542
14543 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14544 * gdb.server/ext-attach.exp: Likewise.
14545
7309f756
VP
145462009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14547
14548 Eliminate some sleep usage.
14549
889bf7c5
PA
14550 * gdb.mi/basics.c (do_nothing): New.
14551 (main): Use do_nothing instead of printf, so that
14552 not to introduce race condition between output of
14553 inferiour and output of gdb. Do not use sleep as it
14554 is not generally available on embedded targets.
7309f756 14555
f4b95f6f
PA
145562009-04-02 Pedro Alves <pedro@codesourcery.com>
14557
14558 * gdb.server/ext-attach.exp: Expect an optional process id after
14559 "Detached from remote process".
14560
de40b933
JK
145612009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14562
14563 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14564 gdb.dwarf2/dw2-unresolved.exp: New.
14565
2ae101a4
PA
145662009-04-02 Pedro Alves <pedro@codesourcery.com>
14567
14568 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14569 mi_run_to_main.
14570
56a8e183
PA
145712009-04-02 Pedro Alves <pedro@codesourcery.com>
14572
14573 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14574 mi_run_to_main. Skip thread exit test on remote targets.
14575 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14576 mi_run_to_main.
14577 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14578 mi_run_to_main.
14579 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14580 when expecting ^connected. Detect when the target doesn't support
14581 non-stop mode.
14582 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14583 supported. Return -1 on error, 0 on success.
14584 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14585 (mi_runto): Return mi_runto_helper's result explicitly.
14586
c35fafde
PA
145872009-04-01 Pedro Alves <pedro@codesourcery.com>
14588
14589 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14590
f8a8dce6
JB
145912009-04-01 Tom Tromey <tromey@redhat.com>
14592
14593 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14594 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14595 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14596 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14597
71c25dea
TT
145982009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14599 Jan Kratochvil <jan.kratochvil@redhat.com>
14600
14601 PR gdb/931
14602 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14603 output.
14604 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14605 for gdb/931.
14606 * dw2-strp.S (DW_AT_language): Change to C++.
14607 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14608
02d9a9ce
JB
146092009-03-31 Joel Brobecker <brobecker@adacore.com>
14610
14611 * gdb.ada/tasks: New testcase.
14612
1042e4c0
SS
146132009-03-30 Stan Shebs <stan@codesourcery.com>
14614
14615 * gdb.trace/actions.exp: Update to match new info trace format.
14616 * gdb.trace/deltrace.exp: Ditto.
14617 * gdb.trace/infotrace.exp: Ditto.
14618 * gdb.trace/passcount.exp: Ditto.
14619 * gdb.trace/save-trace.exp: Ditto.
14620 * gdb.trace/while-stepping.exp: Ditto.
14621 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14622
f8f6f20b
TJB
146232009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14624
14625 * gdb.python/python-frame.c: New file.
14626 * gdb.python/python-frame.exp: New file.
14627
c0c6f777
TJB
146282009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14629
14630 * gdb.python/python-value.exp: Add tests for the address
14631 attribute.
14632
3cb51905
AS
146332009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14634
14635 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14636
88fc996f
DE
146372009-03-26 Doug Evans <dje@google.com>
14638
14639 * gdb.mi/mi-nonstop-exit.exp: New file.
14640 * gdb.mi/non-stop-exit.c: New file.
14641
56ef84b1
TT
146422009-03-26 Tom Tromey <tromey@redhat.com>
14643
14644 Update for change to prologue skipping:
14645 * gdb.mi/mi2-simplerun.exp: Update.
14646 * gdb.mi/mi2-break.exp: Update.
14647 * gdb.mi/mi-simplerun.exp: Update.
14648 * gdb.mi/mi-break.exp: Update.
14649 * gdb.base/ending-run.exp: Update.
14650
def2b000
TJB
146512009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14652
14653 * gdb.python/python-value.exp (test_value_in_inferior): Test
14654 gdb.Value.is_optimized_out attribute.
14655
442ddf59
JK
146562009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14657
14658 * gdb.dwarf2/dw2-noloc-main.c: New file.
14659 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14660 (.text): Remove.
14661 (.data): New.
14662 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14663 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14664 (DW_TAG_subprogram func_cu1, noloc): Remove.
14665 (main): New.
14666 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14667 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14668 (file_symbols): New procedure.
14669
a8df5de4
TT
146702009-03-25 Tom Tromey <tromey@redhat.com>
14671
14672 * gdb.base/charset.exp (valid_target_charset): New proc.
14673 Use it to skip tests on invalid charsets.
14674
cc1d7add
PM
146752009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14676
14677 * gdb.base/completion.exp: Add a test for directory completion.
14678
bcd5727b
JK
146792009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14680
14681 Fix a racy FAIL.
14682 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14683 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14684
cc924cad
TJB
146852009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14686
14687 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14688 * gdb.python/python-function.exp: Add test for function returning
14689 a GDB value.
14690
bc3b79fd
TJB
146912009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14692
14693 * gdb.python/python-function.exp: New file.
14694
6c7a06a3
TT
146952009-03-20 Tom Tromey <tromey@redhat.com>
14696
14697 * gdb.base/store.exp: Update for change to escape output.
14698 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14699 to escape output.
14700 * gdb.base/pointers.exp: Update for change to escape output.
14701 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14702 to escape output.
14703 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14704 escape output.
14705 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14706 to escape output.
14707 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14708 escape output.
14709 * gdb.base/setvar.exp: Update for change to escape output.
14710 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14711 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14712 to escape output.
14713 (test_print_string_constants): Likewise.
14714 * gdb.base/charset.exp (valid_host_charset): Check size of
14715 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14716 cases. Handle "auto"-related output.
14717 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14718 (uvar, Uvar): New globals.
14719
c31af87b
JG
147202009-03-19 Jerome Guitton <guitton@adacore.com>
14721
14722 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14723 deltas.
14724 * gdb.ada/fixed_points.exp: Ditto.
14725
51272cf2
PA
147262009-03-18 Pedro Alves <pedro@codesourcery.com>
14727
14728 * return-nodebug.c: Don't include stdio.h.
14729 (init): Delete.
14730 (func): Delete definition and provide extern declaration.
14731 (t): New.
14732 (main): Don't call printf. Call func and store its result in t.
14733 * return-nodebug1.c: New.
14734 * return-nodebug.exp: Don't expect stdio output. Instead, print
14735 the global variable t. Drop printf formatters and cast types from
14736 foreach loop. Don't use prepare_for_testing. Compile
14737 return-nodebug.c and return-nodebug1.c in separate steps. Don't
14738 define FORMAT or CAST.
14739
d24948ac
PP
147402009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14741
14742 * gdb.base/solib-display.exp: Disable test for remote targers.
14743
61ff14c6
JK
147442009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14745
14746 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
14747
cb4dce93
JK
147482009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14749
14750 Fix a racy FAIL.
14751 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
14752 code from `follow parent, print pids'.
14753 (`follow child, print pids', `follow parent, print pids'): Call it.
14754 Replace `gdb_test "break..."' by gdb_breakpoint.
14755
f7c60c5e
VP
147562009-03-13 Vladimir Prus <vladimir@codesourcery.com>
14757
14758 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 14759 sync and async modes.
f7c60c5e 14760
383ace49
JB
147612009-03-12 Joel Brobecker <brobecker@adacore.com>
14762
14763 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
14764 that was checked in by mistake. Remove loading of ada.exp, since
14765 this is not necessary in this case.
14766
4ce102af
JB
147672009-03-12 Joel Brobecker <brobecker@adacore.com>
14768
14769 * gdb.ada/ptype_arith_binop.exp: New testcase.
14770
529a2aef
JB
147712009-03-12 Joel Brobecker <brobecker@adacore.com>
14772
14773 * gdb.ada/mod_from_name: New testcase.
14774
8a38181c
JB
147752009-03-12 Joel Brobecker <brobecker@adacore.com>
14776
14777 * gdb.ada/tick_last_segv: New testcase.
14778
11436dee
VP
147792009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14780
61ff14c6 14781 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 14782
1f31650a
VP
147832009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14784
61ff14c6
JK
14785 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
14786 include the token in ^running and frame info in *stopped.
1f31650a 14787
a3247a22
PP
147882009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14789
14790 * solib-display.exp: New file.
14791 * solib-display-main.c: New file.
14792 * solib-display-lib.c: New file.
61ff14c6 14793
aae64587
PA
147942009-03-05 Pedro Alves <pedro@codesourcery.com>
14795
14796 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
14797
44aabfbc
JK
147982009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14799
14800 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
14801 (list_and_check_macro): Use more specific test name.
14802 (next to definition): Make the test names unique.
14803
c087fcd3
PM
148042009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
14805
14806 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 14807
c86cf029
VP
148082009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14809
14810 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
14811 notifications.
14812 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
14813 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
14814 * lib/mi-support.exp (library_loaded_re): New.
14815 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
14816
3ea85240
VP
148172009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14818
14819 * gdb.gdb/observer.exp: Use test_notification observer, not
14820 normal_stop, everywhere.
14821 (test_normal_stop_notifications): Rename to...
14822 (test_notifications): ...this.
14823 (test_observer_normal_stop): Rename to...
14824 (test_observer): ...this.
14825
1903f0e6
DE
148262009-02-16 Doug Evans <dje@google.com>
14827
14828 * gdb.arch/amd64-disp-step.S (test_int3): New test.
14829 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
14830 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
14831 (test_prefixed_syscall,test_int3): New tests.
14832 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
14833 (test_prefixed_syscall,test_int3): New tests.
14834
1d33d6ba
VP
148352009-02-14 Vladimir Prus <vladimir@codesourcery.com>
14836
3cb51905
AS
14837 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
14838 (mi_expect_interrupt): Likewise.
14839 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
14840 response.
1d33d6ba 14841
faafb047
PM
148422009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14843
14844 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
14845 * gdb.base/pc-fp.exp (get_valueofx): Remove.
14846 Replace calls to get_valueofx by get_hexadecimal_valueof.
14847
417e16e2
PM
148482009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14849
14850 * lib/gdb.exp (get_valueof): Accept anything as a return value.
14851 (get_integer_valueof): New procedure.
14852 (get_sizeof): Use new get_integer_value_of.
14853 * gdb.base/sizeof.exp: Replace all uses of get_valueof
14854 by get_integer_valueof.
14855
7065b901
TT
148562009-02-13 Tom Tromey <tromey@redhat.com>
14857
14858 * gdb.base/remote.exp (get_sizeof): Remove.
14859 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
14860 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
14861 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
14862 * lib/gdb.exp (get_valueof): Move from long_long.exp.
14863 (get_sizeof): Likewise.
14864
5d7cb8df
JK
148652009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14866
14867 PR fortran/9806
14868 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
14869
b2febfff
PP
148702009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14871
14872 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
14873
4aa995e1
PA
148742009-02-06 Pedro Alves <pedro@codesourcery.com>
14875
14876 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
14877
d8906c6f
TJB
148782009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14879
14880 * gdb.python/python-cmd.exp: New file.
14881
ff4ab08d
TG
148822009-02-06 Tristan Gingold <gingold@adacore.com>
14883
14884 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
14885
aacd552b
TG
148862009-02-05 Tristan Gingold <gingold@adacore.com>
14887
14888 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
14889 pointer is dereferenced and use this signal name in regexp.
14890 * gdb.base/signull.exp: Ditto.
14891 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
14892 * gdb.base/signull.c (main): Ditto.
14893
08c637de
TJB
148942009-02-04 Tom Tromey <tromey@redhat.com>
14895 Thiago Jung Bauermann <bauerman@br.ibm.com>
14896
14897 * gdb.python/python-value.exp: Use `gdb.history' instead of
14898 `gdb.value_from_history'.
14899 (test_value_numeric_ops): Add test for conversion of enum constant.
14900 * gdb.python/python-value.c (enum e): New type.
14901 (evalue): New global.
14902 (main): Use argv.
14903
20261af8
JG
149042009-02-04 Jerome Guitton <guitton@adacore.com>
14905
14906 * gdb.ada/uninitialized_vars: New test program.
14907 * gdb.ada/uninitialized_vars.exp: New testcase.
14908
52e44b43
TT
149092009-02-02 Tom Tromey <tromey@redhat.com>
14910
14911 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
14912 * gdb.cp/pr2489.cc: Rename...
14913 * gdb.cp/pr9594.cc: ... to this.
14914
1c71341a
TT
149152009-02-02 Tom Tromey <tromey@redhat.com>
14916
14917 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
14918 * gdb.cp/pr2489.cc: New file.
14919 * gdb.cp/cpcompletion.exp: New file.
14920
a4295225
TT
149212009-02-02 Tom Tromey <tromey@redhat.com>
14922
14923 PR exp/9059:
14924 * gdb.cp/call-c.exp: Add regression test.
14925 * gdb.cp/call-c.cc (FooHandle): New typedef.
14926 (main): New variable 'handle'.
14927
592375cd
VP
149282009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14929
14930 * lib/mi-support.exp (et_mi_thread_list)
14931 (check_mi_and_console_threads): Adjust for current thread in
14932 -thread-list-ids output.
14933
41447f92
VP
149342009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14935
889bf7c5
PA
14936 * gdb.mi/mi-break.exp (test_disabled_creation): New.
14937 Call it.
41447f92 14938
35669430
DE
149392009-01-28 Doug Evans <dje@google.com>
14940
14941 * gdb.arch/amd64-disp-step.S: New file.
14942 * gdb.arch/amd64-disp-step.exp: New file.
14943 * gdb.arch/i386-disp-step.S: New file.
14944 * gdb.arch/i386-disp-step.exp: New file.
14945
09f00d9a
PM
149462009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
14947
14948 * gdb.base/find.exp: Set newline variable
14949 using quotes instead of braces to fix cygwin failures.
14950
1e8fb976
PA
149512009-01-23 Pedro Alves <pedro@codesourcery.com>
14952
14953 * gdb.base/radix.exp: Add tests to ensure that that set
14954 input-radix 0 and set output-radix 0 are really rejected.
14955
da061712
PA
149562009-01-23 Pedro Alves <pedro@codesourcery.com>
14957
14958 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
14959 copyright years.
14960
dd7e2d2b
PA
149612009-01-23 Pedro Alves <pedro@codesourcery.com>
14962
14963 PR gdb/9664:
14964 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
14965
392452f6
PA
149662009-01-22 Pedro Alves <pedro@codesourcery.com>
14967
14968 PR c++/9631:
14969 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
14970
8653e71c
PM
149712009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
14972
14973 * gdb.server/file-transfer.exp: Use EXEEXT variable for
14974 binfile definition to fix Windows OS failure.
14975
a12cc160
DJ
149762009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14977
14978 PR gdb/9346
14979 * gdb.base/interrupt.c (sigint_handler): New.
14980 (main): Install a SIGINT handler if SIGNALS is defined. Exit
14981 on error.
14982 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
14983 Test "signal SIGINT".
14984
b89667eb
DE
149852009-01-19 Doug Evans <dje@google.com>
14986
14987 * gdb.base/break.exp: Update expected gdb output.
14988 * gdb.base/sepdebug.exp: Ditto.
14989 * gdb.mi/mi-syn-frame.exp: Ditto.
14990 * gdb.mi/mi2-syn-frame.exp: Ditto.
14991 * gdb.base/call-signal-resume.exp: New file.
14992 * gdb.base/call-signals.c: New file.
14993 * gdb.base/unwindonsignal.exp: New file.
14994 * gdb.base/unwindonsignal.c: New file.
14995 * gdb.threads/interrupted-hand-call.exp: New file.
14996 * gdb.threads/interrupted-hand-call.c: New file.
14997 * gdb.threads/thread-unwindonsignal.exp: New file.
14998
adb483fe
DJ
149992009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15000
15001 * gdb.base/define.exp: Test defining and hooking prefix commands.
15002 * gdb.python/python.exp: Update test for "show user" output.
15003
60023297
JK
150042009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15005
15006 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15007 now the output exactly, using less wildcards. Expect also the output
15008 of gfortran-4.3. Update for the f-valprint.c modification from
15009 2008-04-22.
15010 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15011 Remove gdb_test test names where matching the command.
15012
ccc57cf9
PA
150132009-01-01 Pedro Alves <pedro@codesourcery.com>
15014
15015 PR breakpoints/9681:
15016 * gdb.base/watchpoint.exp: Add regression test.
15017
c7a6ca08
PA
150182008-12-31 Pedro Alves <pedro@codesourcery.com>
15019
15020 * gdb.threads/attach-into-signal.exp: Don't use
15021 gdb_suppress_entire_file.
15022 * gdb.threads/attach-stopped.exp: Ditto.
15023 * gdb.threads/attachstop-mt.exp: Ditto.
15024
3a031f65
PA
150252008-12-31 Pedro Alves <pedro@codesourcery.com>
15026
15027 PR gdb/8812:
15028 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
15029
09e6485f
PA
150302008-12-29 Pedro Alves <pedro@codesourcery.com>
15031
15032 PR gdb/7536:
15033 * gdb.base/radix.exp: Add tests to ensure invalid input radices
15034 and unsupported output radices are really rejected.
15035
0cd53049
JK
150362008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15037
15038 * gdb.cp/punctuator.exp: Backslash the '$' signs.
15039
ba163c7e
TT
150402008-12-22 Tom Tromey <tromey@redhat.com>
15041
15042 * gdb.cp/punctuator.exp: New file.
15043
6f4de6c9
JK
150442008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15045
15046 * gdb.base/completion.exp (Completing non-existing component): New test.
15047
0f34d0b4
JK
150482008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15049
15050 Fix for PR gdb/8648.
15051 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
15052 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
15053 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
15054 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
15055
db2ad4c3
JK
150562008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15057
15058 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
15059
bb5ef15e
DP
150602008-12-16 Christophe Lyon <christophe.lyon@st.com>
15061
15062 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
15063 compiler actually generate code at the expected line number.
15064
90142adc
JZ
150652008-12-15 Jie Zhang <jie.zhang@analog.com>
15066
15067 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
15068
fad6eecd
TT
150692008-12-12 Tom Tromey <tromey@redhat.com>
15070
15071 * gdb.base/commands.exp (redefine_hook_test): New proc.
15072 Call it.
15073
17c8aaf5
TT
150742008-12-11 Tom Tromey <tromey@redhat.com>
15075
15076 * gdb.base/macscp.exp: New regression test.
15077
7c8adf68
TT
150782008-12-11 Tom Tromey <tromey@redhat.com>
15079
15080 * gdb.base/macscp.exp: Print "address.addr".
15081 * gdb.base/macscp1.c (struct outer): New struct.
15082 (address): New global.
15083
b05dcbb7
TT
150842008-12-09 Tom Tromey <tromey@redhat.com>
15085
15086 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
15087 Call it.
15088
2d476de1
DE
150892008-12-04 Doug Evans <dje@google.com>
15090
15091 * gdb.server/ext-run.exp: Relax regexp for init program.
15092
87bdc959
TG
150932008-12-03 Tristan Gingold <gingold@adacore.com>
15094
15095 * gdb.base/macscp.exp: Generate an object file during compilation
15096 to work around Darwin dsymutil limitations.
15097
e0740f77
JK
150982008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15099
15100 Test resolving external references to TLS variables.
15101 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
15102 FILE2_THREAD_LOCAL.
15103 (testfile2, srcfile2): New variables.
15104 * gdb.threads/tls.c (file2_thread_local)
15105 (function_referencing_file2_thread_local): New.
15106 * gdb.threads/tls2.c: New file.
15107
67f0aac5
JB
151082008-11-28 Joel Brobecker <brobecker@adacore.com>
15109
15110 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
15111 rather than integer, as integer might not be big enough when
15112 on 64bit targets.
67f0aac5 15113
c332165e
JG
151142008-11-27 Jerome Guitton <guitton@adacore.com>
15115
15116 * gdb.cp/formatted-ref.exp: Add equality test.
15117 * gdb.ada/formatted_ref.exp: Ditto.
15118
fc9b693c
JK
151192008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15120
15121 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
15122 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
15123
a9c64011
AS
151242008-11-20 Andreas Schwab <schwab@suse.de>
15125
15126 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
15127 matching syscall entry point.
15128 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15129 (tcatch_vfork_then_child_follow): Likewise. Finish through
15130 vfork even if we stopped at the syscall trampoline.
15131
e2fd701e
DE
151322008-11-20 Doug Evans <dje@google.com>
15133
15134 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
15135
69abc51c
TJB
151362008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
15137
15138 * gdb.arch/ppc-dfp.exp: New file.
15139 * gdb.arch/ppc-dfp.c: New file.
15140
c14c28ba
PP
151412008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15142
15143 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 15144
2e74121d
DE
151452008-11-17 Doug Evans <dje@google.com>
15146
15147 * gdb.mi/mi-syn-frame.exp: Update expected output.
15148 * gdb.mi/mi2-syn-frame.exp: Update expected output.
15149
66bb093b
VP
151502008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15151
15152 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
15153 "thread N" results in =thread-selected.
15154 * lib/mi-support (mi_run_cmd, mi_expect_stop)
15155 (mi_send_resuming_command_raw): Be prepared for
15156 =thread-selected.
15157
3d043ef6
VP
151582008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15159
a9c64011
AS
15160 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
15161 * lib/mi-support.exp: Likewise.
3d043ef6 15162
808104c8
JB
151632008-11-16 Joel Brobecker <brobecker@adacore.com>
15164
15165 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15166 commands from the expected output for "help catch".
15167
00b22944
JB
151682008-11-15 Joel Brobecker <brobecker@adacore.com>
15169
15170 * gdb.ada/int_deref.exp: New testcase.
15171
59669435
TT
151722008-11-14 Nick Roberts <nickrob@snap.net.nz>
15173
15174 * gdb.mi/gdb2549.exp: New file.
15175
de04a248
DE
151762008-11-11 Doug Evans <dje@google.com>
15177
15178 * gdb.base/callexit.exp: New file.
15179 * gdb.base/callexit.c: New file.
15180
6b8ce727
DE
151812008-11-10 Doug Evans <dje@google.com>
15182
15183 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15184 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15185 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15186 (default_gdb_start,default_gdb_exit): Ditto.
15187 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15188 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15189 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15190 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15191 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15192 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15193
1b14b8aa
AS
151942008-11-03 Andreas Schwab <schwab@suse.de>
15195
15196 * gdb.base/hashline2.exp: Fix typo.
15197 * gdb.base/hashline3.exp: Likewise.
15198
f3134b88
TT
151992008-10-30 Tom Tromey <tromey@redhat.com>
15200
15201 * gdb.base/pointers.exp: Add test.
15202 * gdb.base/pointers.c (k, S): New typedefs.
15203 (instance): New global.
15204
c2226152
AS
152052008-10-30 Andreas Schwab <schwab@suse.de>
15206
15207 * gdb.base/args.exp: Add tests for newlines.
15208
462f405c
JB
152092008-10-30 Joel Brobecker <brobecker@adacore.com>
15210
15211 gdb.base/foll-exec.exp: Update the expected output of a couple
15212 of "info breakpoints" tests.
15213
79a45b7d
TT
152142008-10-28 Tom Tromey <tromey@redhat.com>
15215
15216 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15217
adc13a14
PA
152182008-10-24 Pedro Alves <pedro@codesourcery.com>
15219
15220 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15221 gdb_start_cmd.
15222 Use runto_main before any test that requires execution.
15223
252fbfc8
PA
152242008-10-23 Pedro Alves <pedro@codesourcery.com>
15225
15226 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15227 instead of SIGINT.
15228
28148e3d
JB
152292008-10-22 Joel Brobecker <brobecker@adacore.com>
15230
15231 * gdb.base/completion.exp: Update expected output following
15232 the addition of the "info tasks" command.
15233
c209f847
TT
152342008-10-22 Tom Tromey <tromey@redhat.com>
15235
15236 * gdb.base/exprs.exp (test_expr): Add test for string
15237 concatenation.
15238
f177e350
PA
152392008-10-19 Pedro Alves <pedro@codesourcery.com>
15240
15241 * configure.ac: Output gdb.python/Makefile.
15242 * configure: Regenerate.
15243 * gdb.python/Makefile.in: New.
15244
cce89356
JB
152452008-10-16 Joel Brobecker <brobecker@adacore.com>
15246
15247 * gdb.base/foll-fork.exp: Adjust the expected output to match
15248 the new description for fork/vfork catchpoints in the "info
15249 breakpoints" output.
15250
176d289d
TJB
152512008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15252
15253 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15254
a08702d6
TJB
152552008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15256
15257 * gdb.python/python-value.c: New file.
15258 * gdb.python/python-value.exp: New file.
15259
1c5cfe86
PA
152602008-10-15 Pedro Alves <pedro@codesourcery.com>
15261
15262 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15263
5a98ad69
DP
152642008-10-15 Denis Pilat <denis.pilat@st.com>
15265
41702f1b 15266 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 15267
dcb1a1e2
TT
152682008-10-09 Tom Tromey <tromey@redhat.com>
15269
15270 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15271 'fprintf' and 'stderr'.
15272
9124fe48
JB
152732008-10-07 Joel Brobecker <brobecker@adacore.com>
15274
15275 * gdb.ada/ref_tick_size.exp: New testcase.
15276
45452591
DE
152772008-10-06 Doug Evans <dje@google.com>
15278
15279 * gdb.dwarf2/dw2-cu-size.exp: New file.
15280 * gdb.dwarf2/dw2-cu-size.S: New file.
15281
15282 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15283 .Ltype_int for clarity.
15284
4fc5b208
PP
152852008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15286
15287 PR gdb/2384:
15288 * gdb.cp/gdb2384.exp: Extended to test more cases.
15289 * gdb.cp/gdb2384.cc: Likewise.
15290 * gdb.cp/gdb2384-base.h: Likewise.
15291 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 15292
d78df370
JK
152932008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15294
15295 * gdb.base/maint.exp (maint print type): Remove printing
15296 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15297
9a044a89
TT
152982008-09-30 Tom Tromey <tromey@redhat.com>
15299
15300 * gdb.base/macscp.exp: Add completion tests.
15301 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15302 (TWENTY_THREE): Likewise.
15303 (FORTY_EIGHT): Likewise.
15304
506800a9
TT
153052008-09-30 Tom Tromey <tromey@redhat.com>
15306
15307 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15308 everywhere.
15309 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15310
1a6f01b5
JK
153112008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15312
15313 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15314 testcase is derived from. Fix racy dependency on an expected PID
15315 number. No longer support the testcase on Linux kernel 2.4.x.
15316
2fae03e8
TT
153172008-09-27 Tom Tromey <tromey@redhat.com>
15318
15319 * gdb.base/macscp.exp: Add tests for stringification, splicing,
15320 and varargs.
15321
1ad15515
PA
153222008-09-22 Pedro Alves <pedro@codesourcery.com>
15323
15324 * lib/mi-support.exp (mi_expect_interrupt): New.
15325 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
15326 from gdb.mi/mi-nonstop.exp.
15327 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
15328 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
15329 lib/mi-support.exp.
15330 Use mi_check_thread_states throughout. Avoid ".*" and do not
15331 require an anchor after -exec-run.
15332
d0b76dc6
DJ
153332008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
15334
15335 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
15336 stop is pending. Avoid ".*" when two stops are pending.
15337 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
15338 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
15339 newlines in fullnames.
15340 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
15341 (mi_expect_stop): Update comments. Only anchor in sync mode.
15342 Do not match newlines.
15343 (mi_send_resuming_command_raw): Always return status.
15344 (mi_get_stop_line): Do not match more than one line by accident.
15345 Only anchor in sync mode.
15346 (mi_run_inline_test): If -exec-next fails, give up.
15347
9990c830
UW
153482008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15349
15350 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
15351 on SPU.
15352
ebcf6f00
JB
153532008-09-10 Joel Brobecker <brobecker@adacore.com>
15354
15355 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
15356
b6db24e5
JB
153572008-09-10 Joel Brobecker <brobecker@adacore.com>
15358
15359 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
15360 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
15361 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
15362 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
15363 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
15364 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
15365 gdb.ada/interface.exp, gdb.ada/null_array.exp,
15366 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
15367 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
15368 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
15369 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
15370 Include the "= " sequence in the expected output of print tests.
15371
2bf448e0
JB
153722008-09-10 Joel Brobecker <brobecker@adacore.com>
15373
15374 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15375 description for boolean types.
15376
d51fd4c8
PA
153772008-09-09 Pedro Alves <pedro@codesourcery.com>
15378
15379 * gdb.base/hook-stop-continue.c: New.
15380 * gdb.base/hook-stop-continue.exp: New.
15381
694182d2
DJ
153822008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15383
15384 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15385
3b8a7fc0
JG
153862008-09-08 Jerome Guitton <guitton@adacore.com>
15387
15388 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15389 (stack_check_probe_2, stack_check_probe_loop_1)
15390 (stack_check_probe_loop_2): New functions.
15391 (main): Add call to these new functions.
15392 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15393 functions, check that the breakpoint is inserted at the appropriate
15394 location.
15395 (insert_breakpoint): Slightly refine this procedure so that it can
15396 be called several times in the test.
15397
96cc0ae8
JG
153982008-09-08 Jerome Guitton <guitton@adacore.com>
15399
15400 * gdb.base/stack-checking.c: New file.
15401 * gdb.base/stack-checking.exp: New file.
15402
1f08b409
TJB
154032008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15404
15405 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15406 * gdb.arch/altivec-regs.exp: Likewise.
15407 * gdb.arch/vsx-regs.exp: Likewise.
15408
3099e1c4
TJB
154092008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15410
15411 * gdb.arch/ppc-fp.exp: New file.
15412 * gdb.arch/ppc-fp.c: New file.
15413
cc69bfc1
PP
154142008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15415
15416 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15417 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 15418
b02a33db
MS
154192008-09-04 Michael Snyder <msnyder@vmware.com>
15420
15421 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15422 as "at" (for non-debug functions such as _start).
15423
2992cbe0
UW
154242008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15425
15426 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15427 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15428 software watchpoints.
15429 * gdb.base/watch_thread_num.exp: Likewise.
15430
514f746b
AR
154312008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15432
15433 * gdb.arch/i386-bp_permanent.exp: New test.
15434
876cecd0
TT
154352008-08-24 Tom Tromey <tromey@redhat.com>
15436
15437 * gdb.base/maint.exp: Update "maint print type".
15438
80f73d71
VP
154392008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15440
15441 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15442 support. Adjust the order of "*running" notifications.
15443 * gdb.mi/non-stop.c: Don't cast from int to void* and
15444 back.
15445
d9c78d7d
MK
154462008-08-20 Mark Kettenis <kettenis@gnu.org>
15447
15448 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15449 expect to find it in the "info frame" output.
15450
97a2d1d3
DJ
154512008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15452
15453 * gdb.base/interp.exp: Always consume both prompts.
15454
b96e2927
PA
154552008-08-20 Pedro Alves <pedro@codesourcery.com>
15456
15457 * gdb.base/pending.exp: Test pending breakpoints without symbols
15458 loaded.
15459
8cf6e61a
VP
154602008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15461
15462 * lib/mi-support.exp (mi_expect_stop): Produce
15463 more details on failures.
15464 * gdb.mi/mi-nonstop.exp: New.
15465 * gdb.mi/non-stop.c: New.
15466
c6ebd6cf
VP
154672008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15468
a9c64011
AS
15469 * gdb.mi/mi-async.exp: Use 'set target-async'.
15470 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 15471
46a9b8ed
DJ
154722008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15473
15474 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15475
44feb3ce
TT
154762008-08-17 Tom Tromey <tromey@redhat.com>
15477
15478 * gdb.base/help.exp (help catch): Rewrite.
15479
311a4e6b
TJB
154802008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15481
15482 * gdb.base/define.exp: Test indented command documentation.
15483 * gdb.python/python.exp: Test indented multi-line command.
15484
604c2f83
LM
154852008-08-15 Luis Machado <luisgpm@br.ibm.com>
15486
15487 * testsuite/gdb.arch/vsx-regs.c: New source file.
15488 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15489 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15490
886a217c
TT
154912008-08-14 Tom Tromey <tromey@redhat.com>
15492
15493 * gdb.base/macscp.exp: Add regression test for "macro define" or
15494 "macro undef" with no arguments.
15495
c814a4f3
PP
154962008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15497
15498 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 15499
12ab8a60
UW
155002008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15501
15502 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15503
d57a3c85
TJB
155042008-08-06 Tom Tromey <tromey@redhat.com>
15505
15506 * gdb.python/python.exp: New file.
15507
c7b778ff
JK
155082008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15509
15510 Fix for PR gdb/1543.
15511 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15512 $LOCATION.
15513 (location): New variable.
15514 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15515 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15516 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15517 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15518 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15519 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15520 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15521 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15522 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15523 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15524 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15525 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15526 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15527 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15528 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15529 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15530 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15531 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15532 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15533 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15534 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15535 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15536 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15537 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15538 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15539 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15540 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15541 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15542 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15543 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15544 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15545 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15546 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15547 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15548 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15549 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15550 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15551 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15552 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15553 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15554 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15555 gdb.base/type-opaque.exp, gdb.base/until.exp,
15556 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15557 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15558 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15559 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15560 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15561 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15562 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15563 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15564 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15565 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15566 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15567 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15568 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15569 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15570 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15571 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15572 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15573 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15574 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15575 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15576 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15577 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15578 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15579 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15580 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15581 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15582 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15583 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15584 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15585 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15586 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15587 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15588 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15589 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15590 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15591 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15592 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15593 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15594 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15595 to bug-gdb@prep.ai.mit.edu .
15596
5e06a3d1
VP
155972008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15598
15599 * lib/mi-support.exp (mi_load_shlibs): New.
15600 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15601
9d81d21b
VP
156022008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15603
15604 * lib/mi-support.exp (get_mi_thread_list)
15605 (check_mi_and_console_threads): New, moved from ...
15606 * gdb.mi/mi-pthread.exp: ...here.
15607 * gdb.mi/gdb669.exp (get_mi_thread_list)
15608 (check_mi_and_console_threads): Delete.
15609 * gdb.mi/mi2-pthread.exp: Likewise.
15610
bae98fe0
TT
156112008-07-28 Tom Tromey <tromey@redhat.com>
15612
15613 * Makefile.in (just-check): Remove. Move body to...
15614 (check): ... here.
15615
57380f4e
DJ
156162008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15617
15618 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15619 Add a test for duplicated SIGINTs.
15620
e09490f1
DJ
156212008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15622
15623 * gdb.threads/schedlock.exp (get_args): Update to work for any
15624 value of NUM.
15625 (Top level): Report the number of threads that did not resume.
15626
6387b45f
DJ
156272008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15628
15629 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15630
62f64ff2
DJ
156312008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15632
15633 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15634 non-MI prompt.
15635
fa8de41e
TT
156362008-07-26 Tom Tromey <tromey@redhat.com>
15637
15638 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15639 (function_struct, function_struct_ptr): New globals.
15640 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15641 function pointer in a struct.
15642
ccb3ac8a
TT
156432008-07-26 Tom Tromey <tromey@redhat.com>
15644
15645 * gdb.base/macscp.exp: Add test for macro lexing bug.
15646
d7d9f01e
TT
156472008-07-18 Tom Tromey <tromey@redhat.com>
15648
15649 * gdb.base/macscp.exp: Add macro tests.
15650
9bf07184
PP
156512008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15652
15653 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15654
becf6477
PP
156552008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15656
15657 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15658
0709f7d3
PP
156592008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15660
15661 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 15662
7093c834
PP
156632008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15664
15665 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 15666
b432ffe3
JK
156672008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15668
15669 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15670
b1a268e5
VP
156712008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15672
15673 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15674
e2995f8e
KB
156752008-07-11 Kevin Buettner <kevinb@redhat.com>
15676
15677 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15678 of regexp to account for changes made to GDB in the printing of
15679 byte vectors.
15680
14032a66
TT
156812008-07-11 Tom Tromey <tromey@redhat.com>
15682
15683 * gdb.base/completion.exp: Add 'help' completion test.
15684
981505ef
JK
156852008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15686
15687 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15688
10568435
JK
156892008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15690
15691 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15692
4487aabf
PA
156932008-07-09 Pedro Alves <pedro@codesourcery.com>
15694
15695 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15696
a4a9b1c4
PA
156972008-07-09 Pedro Alves <pedro@codesourcery.com>
15698
15699 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15700
3c3185ac
JK
157012008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15702
15703 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15704
7ebd49dc
VP
157052008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15706
15707 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15708 previous commit. Add a comment.
15709
84e46146
PA
157102008-06-28 Pedro Alves <pedro@codesourcery.com>
15711
15712 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15713
0f8d4a2f
VP
157142008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15715
15716 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15717
f747e0ce
PA
157182008-06-27 Pedro Alves <pedro@codesourcery.com>
15719
15720 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15721 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15722 compiling an executable, link in an object that forces unbuffered
15723 output.
15724 * lib/set_unbuffered_mode.c: New file.
15725
734a5c36
JK
157262008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15727
15728 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15729
a2840c35
VP
157302008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15731
a9c64011
AS
15732 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15733 mi_expect_stop.
15734 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15735 Demand that *running is output.
15736 (detect_async): Perform checking every time.
15737 (mi_send_resuming_command): Extract everything into...
15738 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
15739 (mi_expect_stop): Don't accept any output before *stopped.
15740
6ae37fef
VP
157412008-06-13 Vladimir Prus <vladimir@codesourcery.com>
15742
15743 Robustify mi-simplerun.
a9c64011
AS
15744 * gdb.mi/basics.c (main): Add a call to sleep.
15745 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
15746 * gdb.mi/mi2-cli.exp: Likewise.
15747 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 15748
b4aa76f0 157492008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
15750
15751 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
15752
e1ac3328
VP
157532008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15754
a9c64011
AS
15755 * gdb.mi/mi-console.exp: Adjust.
15756 * gdb.mi/mi-syn-frame.exp: Adjust.
15757 * gdb.mi/mi2-console.exp: Adjust.
15758 * gdb.mi/mi2-syn-frame.exp: Adjust.
15759 * lib/mi-support.exp (mi_run_cmd): Adjust.
15760 (mi_send_resuming_command): Adjust.
e1ac3328 15761
f7f9a841
VP
157622008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15763
15764 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
15765 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
15766 testing of stopped.
15767 * gdb.mi/mi2-syn-frame.exp: Likewise.
15768 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
15769 (async, detect_async): New.
15770 (mi_expect_stop, mi_continue_to_line): Adjust expectation
15771 depending on if we're running in sync or async mode.
f7f9a841 15772
37cd5d19
TT
157732008-06-09 Tom Tromey <tromey@redhat.com>
15774
15775 * gdb.base/completion.exp: New tests for field name completion
15776 with spaces, and field name completion with '->'.
15777
65d12d83
TT
157782008-06-06 Tom Tromey <tromey@redhat.com>
15779
15780 * gdb.base/break1.c (struct some_struct): New struct.
15781 (values): New global.
15782 * gdb.base/completion.exp: Add field name completion test.
15783
ebfe2e3f
PP
157842008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15785
15786 * gdb.cp/call-c.exp: Test for incorrect handling of reference
15787 to pointer.
15788 * gdb.cp/call-c.cc: Likewise.
15789
bcf6fc3a
NR
157902008-06-06 Nick Roberts <nickrob@snap.net.nz>
15791
15792 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
15793 annotation.
15794
49fd4a42 157952008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 15796 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
15797
15798 * gdb.threads/execl.c, gdb.threads/execl1.c,
15799 gdb.threads/execl.exp: New tests.
a9c64011 15800
8a34ac3f
AR
158012008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
15802 Daniel Jacobowitz <dan@codesourcery.com>
15803
15804 * gdb.cp/exception.exp: Activate test, make it work with pending
15805 catchpoints.
15806
86ae69ef
JK
158072008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15808
15809 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
15810
f7f9ae2c
VP
158112008-05-28 Vladimir Prus <vladimir@codesourcery.com>
15812
a9c64011
AS
15813 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
15814 now printed.
15815 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 15816
2a2d4dc3
AS
158172008-05-27 Andreas Schwab <schwab@suse.de>
15818
15819 * gdb.base/frame-args.exp: Handle arguments that are optimized
15820 out.
15821
5099e4d9
LM
158222008-05-26 Luis Machado <luisgpm@br.ibm.com>
15823
15824 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
15825 quiet for ppc32 and group options into a single variable.
15826
d9c36a91
JB
158272008-05-23 Joel Brobecker <brobecker@adacore.com>
15828
15829 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
15830 of zero-size elements.
15831 * gdb.ada/null_array.exp: Test printing this new array.
15832
103a8671
JK
158332008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15834
15835 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
15836
07a4cc1a 158372008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
15838
15839 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
15840 of the "finish" command.
15841
55f996a7
NR
158422008-05-21 Nick Roberts <nickrob@snap.net.nz>
15843
15844 * gdb.base/annota1.exp: Test for new annotation.
15845
907fc202
UW
158462008-05-16 Pedro Alves <pedro@codesourcery.com>
15847
15848 * gdb.base/fixsection.exp: New file.
15849 * gdb.base/fixsection0.c: New file.
15850 * gdb.base/fixsection1.c: New file.
15851
e8f97270
UW
158522008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15853
15854 * gdb.base/annota1.exp: Accept printf@... in place of printf.
15855 * gdb.base/annota3.exp: Likewise.
15856
ac0bb574
NF
158572008-05-13 Nathan Froyd <froydnj@codesourcery.com>
15858
15859 * gdb.base/watch_thread_num.exp: Don't run tests that require
15860 watchpoints if the target doesn't support them.
15861
6fadd07a
DE
158622008-05-12 Doug Evans <dje@google.com>
15863
15864 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
15865
6e9a4a30
JB
158662008-05-09 Joel Brobecker <brobecker@adacore.com>
15867
15868 * gdb.ada/assign_1.exp: New testcase.
15869
08388c79
DE
158702008-05-09 Doug Evans <dje@google.com>
15871
a3c83fae
DE
15872 * gdb.base/find.exp: New file.
15873 * gdb.base/find.c: New file.
08388c79 15874
bd5ddfe8
DJ
158752008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
15876
15877 * gdb.base/commands.exp (watchpoint_command_test): Handle
15878 gdb,no_hardware_watchpoints.
15879 * gdb.base/float.exp: Allow ARM targets without floating point.
15880 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
15881
b5dd68e2 158822008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 15883 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
15884
15885 * gdb.ada/lang_switch: New test program.
15886 * gdb.ada/lang_switch.exp: New testcase.
15887
382d13d1
DE
158882008-05-05 Doug Evans <dje@google.com>
15889
15890 * gdb.base/help.exp (disassemble): Update expected help text.
15891
9dd789d0
PA
158922008-05-04 Pedro Alves <pedro@codesourcery.com>
15893
15894 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
15895
611c83ae
PA
158962008-05-04 Pedro Alves <pedro@codesourcery.com>
15897
15898 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
15899 different times.
15900
ff013f42
JK
159012008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15902
15903 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
15904 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
15905 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
15906 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
15907
96dff6a2
VP
159082008-05-04 Vladimir Prus <vladimir@codesourcery.com>
15909
15910 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
15911 notification to appear.
15912
55cd6f92
DJ
159132008-05-04 Daniel Jacobowitz <dan@debian.org>
15914
15915 * gdb.base/fullname.c: New file.
15916 * gdb.base/fullname.exp: New file.
15917 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
15918
d705c43c
PA
159192008-05-03 Pedro Alves <pedro@codesourcery.com>
15920
15921 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
15922 expressions with macros.
15923
333222e1
JK
159242008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15925
15926 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
15927
5ac01682
DJ
159282008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
15929
15930 * gdb.base/completion.exp: Handle lack of other symbols beginning
15931 with "a".
15932
15933 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
15934
237fc4c9
PA
159352008-05-02 Jim Blandy <jimb@codesourcery.com>
15936
15937 * gdb.asm/asmsrc1.s: Add scratch space.
15938
ed5e9466
DJ
159392008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15940 Daniel Jacobowitz <dan@codesourcery.com>
15941
15942 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
15943 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
15944 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
15945
b39cc962
DJ
159462007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
15947
15948 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
15949
36d520f5
JB
159502008-05-01 Joel Brobecker <brobecker@adacore.com>
15951
15952 * gdb.base/info-target.exp: New testcase.
15953
8d4e3071
DJ
159542008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15955
15956 * gdb.cp/hang.exp: Use .cc instead of .C.
15957 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
15958 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
15959
6f3f3097
DJ
159602008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15961
15962 * gdb.base/gdb1250.exp: Remove perror.
15963 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
15964
5550a914
PA
159652008-04-30 Pedro Alves <pedro@codesourcery.com>
15966
15967 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
15968 .2byte.
15969
d848e687
DJ
159702008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
15971
15972 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
15973 (maybe_kfail): New.
15974
93b5768b
PA
159752008-04-25 Pedro Alves <pedro@codesourcery.com>
15976
15977 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
15978
721c02de
VP
159792008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15980
a9c64011
AS
15981 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
15982 * gdb.mi/mi2-syn-frame.exp: Likewise.
15983 * lib/mi-support.exp: Likewise.
721c02de 15984
74960c60
VP
159852008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15986
15987 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
15988 to specify regexp for the location to stop at.
15989 * gdb.base/break-always.c: New.
15990 * gdb.base/break-always.exp: New.
15991
d24317b4
VP
159922008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15993
15994 * lib/mi-support.exp (mi_runto_helper): Adjust
15995 for the original-location field.
15996 (mi_create_breakpoint, mi_list_breakpoints): New.
15997 * gdb.mi/mi-break.exp: Adjust.
15998 * gdb.mi/mi2-break.exp: Adjust.
15999 * gdb.mi/mi-pending.exp: Adjust.
16000 * gdb.mi/mi-simplerun.exp: Adjust.
16001 * gdb.mi/mi2-simplerun.exp: Adjust.
16002 * gdb.mi/mi-syn-frame.exp: Adjust.
16003 * gdb.mi/mi2-syn-frame.exp: Adjust.
16004 * gdb.mi/mi-until.exp: Adjust.
16005 * gdb.mi/mi2-until.exp: Adjust.
16006 * gdb.mi/mi-var-display.exp: Adjust.
16007 * gdb.mi/mi2-var-display.exp: Adjust.
16008 * gdb.mi/mi-watch.exp: Adjust.
16009 * gdb.mi/mi2-watch.exp: Adjust.
16010
fdc59709 160112008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 16012
a9c64011
AS
16013 * aclocal.m4: Add override.m4.
16014 * configure: Regenerate.
fdc59709 16015
8e91f023
VP
160162008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16017
16018 * gdb.mi/var-cmd.c (do_at_tests): Verify that
16019 '-var-update --all-values' reports new value even the type
16020 of a variable object has changed.
16021
233a11ab
CS
160222008-04-18 Craig Silverstein <csilvers@google.com>
16023
16024 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
16025 files.
d24317b4 16026
9c1137ad
JB
160272008-04-18 Joel Brobecker <brobecker@adacore.com>
16028
16029 * gdb.ada/atomic_enum: New test program.
16030 * gdb.ada/atomic_enum.exp: New testcase.
16031
66d0bbc7
DE
160322008-04-17 Doug Evans <dje@google.com>
16033
16034 * gdb.opt/Makefile.in: Fix whitespace.
16035
100906b0
UW
160362008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
16037
16038 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
16039
4584e32e
DE
160402008-04-17 Doug Evans <dje@google.com>
16041
16042 * gdb.base/hashline1.exp: New testcase.
16043 * gdb.base/hashline2.exp: New testcase.
16044 * gdb.base/hashline2.exp: New testcase.
16045
0a320680
PA
160462008-04-17 Pedro Alves <pedro@codesourcery.com>
16047
16048 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
16049
18ac113b
AR
160502008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
16051
16052 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
16053 temporary breakpoint to match "Temporary breakpoint".
16054 * gdb.base/break.exp (delete_breakpoints): Likewise.
16055 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
16056 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
16057 * gdb.base/display.exp: Likewise.
16058 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
16059 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
16060 * gdb.base/restore.exp (restore_tests): Likewise.
16061 * gdb.base/sepdebug.exp: Likewise.
16062 * gdb.base/watchpoint.exp: Likewise.
16063 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
16064 * gdb.mi/mi-pending.exp: Likewise.
16065 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
16066 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
16067 * gdb.mi/mi-var-cmd.exp: Likewise.
16068 * gdb.mi/mi-var-display.exp: Likewise.
16069 * gdb.mi/mi2-cli.exp: Likewise.
16070 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
16071 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
16072 * gdb.mi/mi2-var-display.exp: Likewise.
16073 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
16074 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
16075 new "disp" field.
a9c64011 16076 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
16077 reason. This is to support fix for PR2424.
16078
add38693
JK
160792008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16080
16081 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
16082
fcacd99f
VP
160832008-04-13 Vladimir Prus <vladimir@codesourcery.com>
16084
16085 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 16086 field. Add more floating varobj tests.
fcacd99f 16087 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
16088 field.
16089 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
16090 (main): Call do_at_tests.
16091 * lib/mi-support.exp (mi_create_floating_varobj)
16092 (mi_varobj_update_with_type_change): New.
fcacd99f 16093
de051565
MK
160942008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
16095
16096 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
16097 option of -var-evaluate-expression.
16098 * gdb.mi/mi2-var-display.exp: Likewise.
16099
dbc52822
VP
161002008-04-07 Vladimir Prus <vladimir@codesourcery.com>
16101
16102 Introduce test setup helpers.
a9c64011
AS
16103 * lib/gdb.exp (build_executable, clean_restart)
16104 (prepare_for_testing): New.
16105 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
16106 * gdb.base/return.exp: Likewise.
16107 * gdb.base/ending-run.exp: Likewise.
dbc52822 16108
473591da
NR
161092008-04-07 Nick Roberts <nickrob@snap.net.nz>
16110
16111 * gdb.mi/mi-async.exp: New test for asynchronous Machine
16112 Interface (MI) responses.
16113
2b2d9e11
VP
161142008-04-06 Vladimir Prus <vladimir@codesourcery.com>
16115
a9c64011
AS
16116 * gdb.cp/breakpoint.cc: New code to test conditions involving
16117 member variables.
16118 * gdb.cp/breakpoint.exp: Test condition involving member
16119 variables.
2b2d9e11 16120
bb378428
VP
161212008-04-05 Vladimir Prus <vladimir@codesourcery.com>
16122
16123 * lib/mi-support.exp (mi_expect_stop): New.
16124 (mi_run_cmd): Change the
16125 token. Use mi_send_resuming_command, use
16126 mi_expect_stop.
16127 (mi_execute_to_helper): Rename to mi_execute_to.
16128 (mi_send_resuming_command): Add more error patterns.
16129 (mi_wait_for_stop): Renamed to...
16130 (mi_get_stop_line): ...this.
16131 (mi_run_inline_test): Adjust.
16132
16133 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
16134 * gdb.mi/mi-console.exp: Likewise.
16135 * gdb.mi/mi-pending.exp: Likewise.
16136 * gdb.mi/mi-simplerun.exp: Likewise.
16137 * gdb.mi/mi-stack.exp: Likewise.
16138 * gdb.mi/mi-stepi.exp: Likewise.
16139 * gdb.mi/mi-syn-frame.exp: Add comment.
16140 * gdb.mi/mi-until.exp: Likewise.
16141 * gdb.mi/mi-var-display.exp: Likewise.
16142 * gdb.mi/mi-watch.exp: Likewise.
16143 * gdb.mi/mi2-cli.exp: Likewise.
16144 * gdb.mi/mi2-console.exp: Likewise.
16145 * gdb.mi/mi2-simplerun.exp: Likewise.
16146 * gdb.mi/mi2-stack.exp: Likewise.
16147 * gdb.mi/mi2-stepi.exp: Likewise.
16148 * gdb.mi/mi2-until.exp: Likewise.
16149 * gdb.mi/mi2-var-display.exp: Likewise.
16150 * gdb.mi/mi2-watch.exp: Likewise.
16151
62172bb9
UW
161522008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16153
16154 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
16155
16156 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
16157
a13e061a
PA
161582008-04-04 Pedro Alves <pedro@codesourcery.com>
16159
16160 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
16161 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
16162 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16163 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
16164 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16165 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16166 expect an mi error duplicated in stderr.
16167
eae06beb
JB
161682008-04-03 Joel Brobecker <brobecker@adacore.com>
16169
16170 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16171 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16172 Add a couple of tests that verify the behavior when the new setting
16173 is set to "cancel" and "all".
16174 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16175 "ask" before we start the testing.
16176
79c6ced6
AR
161772008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16178
16179 * gdb.cp/casts.cc: Add class reference variables.
16180 * gdb.cp/casts.exp: New test cases for up/down casting references.
16181
6c2d1a6b
MK
161822008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16183
16184 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16185 instead of beginning to make an extra test pass.
16186 * gdb.mi/mi2-var-display.exp: Likewise.
16187
55b411d9
MR
161882008-03-31 Maciej W. Rozycki <macro@mips.com>
16189
16190 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16191
c6140da2
MD
161922008-03-31 Markus Deuling <deuling@de.ibm.com>
16193 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16194
16195 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16196 value. Add xfail for older kernels.
16197
79732189
AR
161982008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16199
16200 Bring mi-support in line with gdb.exp.
16201 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16202 (mi_gdb_start): New function.
16203
33c3676e
MR
162042008-03-28 Maciej W. Rozycki <macro@mips.com>
16205
16206 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16207
92e28119
VP
162082008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16209
16210 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16211 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 16212
9e8e3afe
VP
162132008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16214
16215 * lib/mi-support.exp (mi_create_varobj_checked): New.
16216 (mi_list_varobj_children): Allow to check for a
16217 value.
16218 (mi_list_array_varobj_children): New.
16219
16220 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16221 and mi_list_varobj_children, as opposed to hardcoding
16222 expected strings.
16223 * gdb.mi/gdb701.exp: Likewise.
16224 * gdb.mi/gdb792.exp: Likewise.
16225 * gdb.mi/mi-var-block.exp: Likewise.
16226 * gdb.mi/mi-var-cmd.exp: Likewise.
16227 * gdb.mi/mi-var-invalidate.exp: Likewise.
16228 * gdb.mi/mi2-var-block.exp: Likewise.
16229 * gdb.mi/mi2-var-child.exp: Likewise.
16230 * gdb.mi/mi2-var-cmd.exp: Likewise.
16231 * gdb.mi/mi2-var-display.exp: Likewise.
16232
9df50351
JK
162332008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16234
16235 Fix random false FAILs on i386.
16236 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16237
31e5d73a
DJ
162382008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16239
16240 PR gdb/544
16241 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16242
12f4afab
DJ
162432008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16244
16245 PR gdb/544
16246 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16247
b562a0cb
DJ
162482008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16249
16250 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16251 fixed PR gdb/544.
16252
17faa917
DJ
162532008-03-21 Pedro Alves <pedro@codesourcery.com>
16254
16255 * gdb.threads/fork-child-threads.exp: Test next over fork.
16256
6214f497
DJ
162572008-03-21 Chris Demetriou <cgd@google.com>
16258
16259 * gdb.base/break.exp (rbreak junk): New test for rbreak
16260 "Junk at end of arguments" issue.
16261
63092375
DJ
162622008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16263
16264 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16265 *& to work on created array elements.
16266 (Top level): Test print $pc with a file. Test string operations
16267 without a target.
16268 * gdb.base/ptype.exp: Do not expect *& to work on created array
16269 elements.
16270
b21991b0
DJ
162712008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16272
16273 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16274 gdb.threads/staticthreads.exp: Update exit query.
16275
c4b347c7
SL
162762008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16277
16278 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16279
fa4727a6
DJ
162802008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16281
16282 * gdb.base/watchpoint.c (global_ptr, func4): New.
16283 (main): Call func4.
16284 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16285 (test_inaccessible_watchpoint): New.
16286
2f34202f
MR
162872008-02-29 Maciej W. Rozycki <macro@mips.com>
16288
16289 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16290 select the largest.
16291
0d6ba1b1
DJ
162922008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16293
16294 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16295 frames-invalid annotations.
16296
e691325a
PM
162972008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16298
a9c64011 16299 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 16300
f85b5ecc
DE
163012008-02-27 Doug Evans <dje@google.com>
16302
16303 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16304 for bug 1738.
16305 (breakpoint_to_handler_entry): Ditto.
16306
b40e7bf3
JB
163072008-02-27 Joel Brobecker <brobecker@adacore.com>
16308
16309 * gdb.base/ending-run.exp: Use the first line of code inside
16310 function body to test breakpoints.
16311 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16312 location where the breakpoint is inserted when using the line
16313 where a function is declared. Fix typo in the description of
16314 one of the tests.
16315 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16316
2faca73a
PM
163172008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16318
16319 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 16320 tests.
2faca73a 16321
6f439c36
PM
163222008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16323
16324 * gdb.base/args.exp: avoid same output for tests
16325 with single quotes.
16326
54e52265
VP
163272008-02-26 Vladimir Prus <vladimir@codesourcery.com>
16328
a9c64011
AS
16329 * gdb.base/annota1.exp: Adjust for 'info break'
16330 format changes.
16331 * gdb.base/annota3.exp: Likewise.
16332 * gdb.base/break.exp: Likewise.
16333 * gdb.base/condbreak.exp: Likewise.
16334 * gdb.base/pending.exp: Likewise.
16335 * gdb.base/sepdebug.exp: Likewise.
16336 * gdb.base/unload.exp: Likewise.
16337 * gdb.cp/ovldbreak.exp: Likewise.
16338 * gdb.mi/mi-pending.exp: Likewise.
54e52265 16339
897b09ca
DE
163402008-02-07 Doug Evans <dje@google.com>
16341
16342 * gdb.cp/mb-inline.exp: New.
16343 * gdb.cp/mb-inline.h: New.
16344 * gdb.cp/mb-inline1.cc: New.
16345 * gdb.cp/mb-inline2.cc: New.
16346
b1c32d35
PM
163472008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
16348
16349 * gdb.pascal/floats.pas: New test program.
16350 * gdb.pascal/floats.exp: New testcase.
16351
1a4ca44a
TJB
163522008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16353
16354 * gdb.base/callfuncs.c (t_float_many_args): New function.
16355 (t_double_many_args): New function.
16356 * gdb.base/callfuncs.exp: Add tests for exceeding float
16357 and double parameters passed through the stack.
16358
439048e8
JB
163592008-02-05 Joel Brobecker <brobecker@adacore.com>
16360
16361 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
16362 gdb.ada/complete/foo.adb: New files.
16363 * gdb.ada/complete.exp: New testcase.
16364
81fe8080
DE
163652008-02-03 Doug Evans <dje@google.com>
16366
301f0ecf
DE
16367 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
16368
81fe8080
DE
16369 * gdb.cp/gdb2384.exp: New file.
16370 * gdb.cp/gdb2384.cc: New file.
16371 * gdb.cp/gdb2384-base.h: New file.
16372 * gdb.cp/gdb2384-base.cc: New file.
16373
4b071aec
DE
163742008-02-02 Doug Evans <dje@google.com>
16375
16376 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16377
61137ba6
JB
163782007-02-01 Joel Brobecker <brobecker@adacore.com>
16379
16380 * gdb.ada/sym_print_name: New test program.
16381 * gdb.ada/sym_print_name.exp: New testcase.
16382
163832007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
16384
16385 * gdb.ada/nested/hello.adb: New file.
16386 * gdb.ada/nested.exp: New testcase.
16387 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16388
98deb0da
VP
163892008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16390
16391 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
16392 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16393 don't cause future evaluations of function to report
16394 creation of internal breakpoints.
98deb0da 16395
723a2275
VP
163962008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16397
16398 * gdb.mi/mi-break.exp (test_error): New.
16399 Call it.
16400
fb546a2f
LM
164012008-01-31 Luis Machado <luisgpm@br.ibm.com>
16402
16403 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16404 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16405
2d8fd90a
PM
164062008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16407
16408 * gdb.pascal/integers.pas: New test program.
16409 * gdb.pascal/integers.exp: New testcase.
16410
a7fa0ded
PM
164112008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16412
16413 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16414
5e1a1926
TJB
164152008-01-30 Luis Machado <luisgpm@br.ibm.com>
16416
16417 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16418 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16419
8d04f9f0
JB
164202008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16421
16422 * gdb.ada/formatted_ref: New test program.
16423 * gdb.ada/formatted_ref.exp: New testcase.
16424
16425 * gdb.cp/formatted-ref.cc: New file.
16426 * gdb.cp/formatted-ref.exp: New testcase.
16427
ce75a98f
JB
164282008-01-30 Joel Brobecker <brobecker@adacore.com>
16429
16430 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16431
e835f6bf
NR
164322008-01-30 Nick Roberts <nickrob@snap.net.nz>
16433
16434 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16435 (test_file_list_exec_source_file): Update to new macro-info field.
16436
d118ef87
PH
164372008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16438
16439 * gdb.ada/exprs: New test program.
16440 * gdb.ada/exprs.exp: New testcase.
16441
7d35ab09
TJB
164422008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16443
16444 * dfp-test.c (DELTA, DELTA_B): New definitions.
16445 (double_val1, double_val2, double_val3, double_val4, double_val5,
16446 double_val6, double_val7, double_val8, double_val9, double_val10,
16447 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16448 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16449 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16450 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16451 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16452 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16453 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16454 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16455 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16456 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16457 dec128_val16): New global variables.
16458 (decimal_dec128_align): New function.
16459 (decimal_mixed): Likewise.
16460 (decimal_many_args_dec32): Likewise.
16461 (decimal_many_args_dec64): Likewise.
16462 (decimal_many_args_dec128): Likewise.
16463 (decimal_many_args_mixed): Likewise.
16464 * dfp-test.exp: Add tests calling new inferior functions.
16465
2d717e4f
DJ
164662008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16467
16468 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16469 gdb.server/ext-run.exp: New files.
16470 * lib/gdbserver-support.exp (gdbserver_download): New.
16471 (gdbserver_start): New. Update gdbserver expected
16472 output.
16473 (gdbserver_spawn): Use them.
16474 (gdbserver_start_extended): New.
16475
e85a822c
DJ
164762008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16477
16478 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16479 Run on GNU/Linux.
16480 (do_exec_tests): Check for systems which do not support catchpoints.
16481 Do not match START.
16482 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16483 Run on GNU/Linux. Enable verbose output.
16484 (check_fork_catchpoints): New.
16485 (explicit_fork_child_follow, catch_fork_child_follow)
16486 (tcatch_fork_parent_follow): Update expected messages.
16487 (do_fork_tests): Use check_fork_catchpoints.
16488 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16489 Run on GNU/Linux. Enable verbose output.
16490 (check_vfork_catchpoints): New.
16491 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16492 expected messages.
16493 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16494
401ea829
JB
164952008-01-29 Jim Blandy <jimb@red-bean.com>
16496
16497 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16498 host' errors.
16499 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16500
aceaf3ad
JB
165012008-01-29 Jim Blandy <jimb@red-bean.com>
16502
16503 * gdb.threads/sigthread.c: Use barriers to ensure that
16504 child_thread and child_thread_two are always initialized before we
16505 start to use them.
16506
a5606eee
VP
165072008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16508
16509 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
16510 * gdb.base/watchpoint-solib.c: New.
16511 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 16512
c55a82bb
PM
165132008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16514
16515 * gdb.base/gdb1056.exp: Add unsigned integer test.
16516
0993fe05
DE
165172008-01-28 Doug Evans <dje@google.com>
16518
16519 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16520
4fe42e7f
JB
165212008-01-27 Jim Blandy <jimb@codesourcery.com>
16522
c7a69933
JB
16523 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16524
4fe42e7f
JB
16525 * gdb.base/expand-psymtabs.exp: Doc fix.
16526
5def8285
MK
165272008-01-26 Mark Kettenis <kettenis@gnu.org>
16528
16529 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16530
5313c911
NR
165312008-01-24 Nick Roberts <nickrob@snap.net.nz>
16532
a9c64011 16533 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
16534 -var-set-format.
16535
93815fbf
VP
165362008-01-23 Chris Demetriou <cgd@google.com>
16537
16538 * gdb.threads/thread_events.c: New testcase source file.
16539 * gdb.threads/thread_events.exp: New testcase expect file.
16540
467a88ee
NR
165412008-01-23 Nick Roberts <nickrob@snap.net.nz>
16542
16543 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
16544
16545 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
16546 -var-set-format.
16547
d8f82aba
DJ
165482008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16549 Vladimir Prus <vladimir@codesourcery.com>
16550
16551 * gdb.base/float.exp: Allow missing floating point for m68k and
16552 PowerPC.
16553
60c46647
VP
165542008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16555
16556 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
16557 ignore count.
16558 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16559 * gdb.mi/mi-cli.exp: Adjust.
16560 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 16561
c7dd36a1
PA
165622008-01-17 Pedro Alves <pedro@codesourcery.com>
16563
16564 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16565 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16566 with dummy_ptr's address.
16567 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16568 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16569 all targets.
16570 * gdb.mi/mi2-var-child.exp: Likewise.
16571
39d5313e
JB
165722008-01-09 Joel Brobecker <brobecker@adacore.com>
16573
16574 * gdb.ada/null_array: New test program.
16575 * gdb.ada/null_array.exp: New testcase.
16576
0aea4bf3
LM
165772008-01-09 Luis Machado <luisgpm@br.ibm.com>
16578
16579 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16580 with required float modifiers.
16581
0b354900
JB
165822008-01-08 Joel Brobecker <brobecker@adacore.com>
16583
16584 * gdb.ada/funcall_param: New test program.
16585 * gdb.ada/funcall_param.exp: New testcase.
16586
cdb7f5d4
JB
165872008-01-08 Joel Brobecker <brobecker@adacore.com>
16588
16589 * gdb.ada/arrayparam: New test program.
16590 * gdb.ada/arrayparam.exp: New testcase.
16591
88e2547f
JB
165922008-01-08 Joel Brobecker <brobecker@adacore.com>
16593
16594 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16595 landed. Should also fix random failures in the test following it.
16596
f6867ce0
TJB
165972008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16598
16599 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16600 for expressions with decimal float values.
16601 (test_dfp_conversions): New function to test casts to and from
16602 decimal float types.
16603 Call test_dfp_conversions.
16604 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16605 elements.
16606 (main): Initialize ds.float4 and ds.double8 elements.
16607 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16608 string to new error message.
16609 (d64_set_tests): Likewise.
16610 (d128_set_tests): Likewise.
16611 Add tests for expressions with decimal float variables. Add tests for
16612 conversions to and from decimal float types.
16613
f9c11282
JB
166142008-01-05 Joel Brobecker <brobecker@adacore.com>
16615
16616 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16617 * gdb.ada/packed_tagged.exp: New testcase.
16618
0ecbca72
JB
166192008-01-04 Joel Brobecker <brobecker@adacore.com>
16620
16621 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16622 gdb.ada/homonym/homonym_main.adb: New files.
16623 * gdb.ada/homonym.exp: New testcase.
16624
c18d3d89
JB
166252008-01-04 Joel Brobecker <brobecker@adacore.com>
16626
16627 * gdb.ada/packed_array.exp: Add testing of references to
16628 a packed array.
16629
ecc7085b
JB
166302008-01-04 Joel Brobecker <brobecker@adacore.com>
16631
16632 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16633 New files.
16634 * gdb.ada/type_coercion.exp: New testcase.
16635
c474c922
JB
166362008-01-04 Joel Brobecker <brobecker@adacore.com>
16637
16638 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16639 gdb.ada/tagged/foo.adb: New file.
16640 * gdb.ada/tagged.exp: New testcase.
16641
9005b927
JB
166422008-01-04 Joel Brobecker <brobecker@adacore.com>
16643
16644 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16645 gdb.ada/ptype_field/foo.adb: New files.
16646 * gdb.ada/ptype_field.exp: New testcase.
16647
1a6aaad8
JB
166482008-01-03 Joel Brobecker <brobecker@adacore.com>
16649
16650 * gdb.ada/print_pc.exp: New testcase.
16651
0ef22f53
JB
166522008-01-03 Joel Brobecker <brobecker@adacore.com>
16653
16654 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16655 gdb.ada/taft_type/p.adb: New files.
16656 * gdb.ada/taft_type.exp: New testcase.
16657
1689ecf8
JB
166582008-01-03 Joel Brobecker <brobecker@adacore.com>
16659
16660 * gdb.ada/array_bounds/bar.adb: New file.
16661 * gdb.ada/array_bounds.exp: New testcase.
16662
a4d0b9c3
JB
166632008-01-03 Joel Brobecker <brobecker@adacore.com>
16664
16665 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16666 gdb.ada/arrayptr/foo.adb: New files.
16667 * gdb.ada/arrayptr.exp: New testcase.
16668
a31ace00
JB
166692008-01-03 Joel Brobecker <brobecker@adacore.com>
16670
16671 * gdb.base/set-lang-auto.exp: New testcase.
16672
a97fced3
JB
166732008-01-03 Joel Brobecker <brobecker@adacore.com>
16674
16675 * gdb.ada/fun_addr/foo.adb: New file.
16676 * gdb.ada/fun_addr.exp: New testcase.
16677
ef29ce1a
JK
166782008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16679
16680 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16681 New files
16682
0fafefe3
JB
166832008-01-02 Joel Brobecker <brobecker@adacore.com>
16684
16685 * array_subscript_addr/p.adb: New file.
a9c64011 16686 * array_subscript_addr.exp: New testcase.
0fafefe3 16687
c4359f8d
JB
166882008-01-02 Joel Brobecker <brobecker@adacore.com>
16689
a9c64011 16690 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
16691 New files.
16692 * gdb.ada/str_cmp_ref.exp: New testcase.
16693
1aa1b15b
JB
166942008-01-01 Joel Brobecker <brobecker@adacore.com>
16695
16696 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16697 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 16698 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 16699
81c9b2cf
JB
167002008-01-01 Joel Brobecker <brobecker@adacore.com>
16701
16702 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16703 gdb.ada/ref_param/pck.ads: New files.
16704 * gdb.ada/ref_param.exp: New testcase.
16705
319e4674
JB
167062008-01-01 Joel Brobecker <brobecker@adacore.com>
16707
16708 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16709 gdb.ada/interface/foo.adb: New files.
16710 * gdb.ada/interface.exp: New testcase.
16711
ef682c56
JB
167122007-12-31 Jim Blandy <jimb@codesourcery.com>
16713
16714 * gdb.base/multi-forks.exp: Consume all output from child
16715 processes before proceeding to next test.
16716
f6f3eb6c
JB
167172007-12-29 Jim Blandy <jimb@codesourcery.com>
16718
16719 * configure: Regenerated.
16720
f652e42f
JB
167212007-12-27 Joel Brobecker <brobecker@adacore.com>
16722
16723 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16724 gdb.ada/fixed_cmp/fixed.adb: New files.
16725 * gdb.ada/fixed_cmp.exp: New testcase.
16726
6943e596
JB
167272007-12-27 Joel Brobecker <brobecker@adacore.com>
16728
16729 * gdb.ada/boolean_expr.exp: New testcase.
16730
aad9a193
JB
167312007-12-26 Jim Blandy <jimb@codesourcery.com>
16732
16733 * gdb.base/multi-forks.exp: Doc fix.
16734
fb5f3683
JB
167352007-12-26 Joel Brobecker <brobecker@adacore.com>
16736
16737 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16738 * gdb.ada/char_param.exp: Do not compile our test program with
16739 -gnata, this is unnecessary.
16740 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
16741
384e4a9c
JB
167422007-12-24 Joel Brobecker <brobecker@adacore.com>
16743
16744 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
16745 gdb.ada/print_chars/foo.adb: New files.
16746 * gdb.ada/print_chars.exp: New testcase.
16747
01e044f7
JB
167482007-12-24 Joel Brobecker <brobecker@adacore.com>
16749
16750 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
16751 gdb.ada/char_param/foo.adb: New files.
16752 * gdb.ada/char_param.exp: New testcase.
16753
0ce17860
JB
167542007-12-22 Jim Blandy <jimb@codesourcery.com>
16755
16756 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
16757 hard-coding source line numbers into the test.
16758 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
16759 gdb_get_line_number to find.
16760
919809b9
JB
167612007-12-22 Joel Brobecker <brobecker@adacore.com>
16762
16763 * gdb.base/ptype.c (highest): New struct type.
16764 (the_highest): New variable of that type.
16765 (main): Add dummy assignment to a field of variable the_highest.
16766 * gdb.base/ptype.exp: Test type printing of our new variable.
16767
abc8a88d
PM
167682007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
16769
16770 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 16771 and record first explicitly generated thread number.
abc8a88d
PM
16772 Use that thread number for thread specific watchpoint test.
16773 Add iteration number to repetitive tests.
16774
5158f3e3
CES
167752007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
16776 Jim Blandy <jimb@codesourcery.com>
16777
16778 * gdb.base/expand-psymtabs.c: New testcase
16779 source file.
16780 * gdb.base/expand-psymtabs.exp: New testcase
16781 expect file.
16782
37e4754d
LM
167832007-12-17 Luis Machado <luisgpm@br.ibm.com>
16784
16785 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
16786 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
16787
551e5d04
JB
167882007-12-17 Joel Brobecker <brobecker@adacore.com>
16789
16790 * gdb.ada/frame_args/foo.adb: New file.
16791 * gdb.ada/frame_args/pck.ads: New file.
16792 * gdb.ada/frame_args/pck.adb: New file.
16793 * gdb.ada/frame_args.exp: New testcase.
16794
a05ee097
JB
167952007-12-17 Joel Brobecker <brobecker@adacore.com>
16796
16797 * gdb.base/frame-args.c: New file.
16798 * gdb.base/frame-args.exp: New testcase.
16799
c162e8c9 168002007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 16801 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
16802
16803 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
16804
afe8ab22 168052007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 16806
afe8ab22
VP
16807 * gdb.mi/mi-pending.exp: New.
16808 * gdb.mi/mi-pending.c: New.
16809 * gdb.mi/mi-pendshr.c: New.
16810
dfdfb3ca
JB
168112007-12-06 Jim Blandy <jimb@codesourcery.com>
16812
16813 * gdb.base/default.exp: Update expected output for 'info catch'.
16814
b7fca990
JK
168152007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16816
16817 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
16818 must be set to binary.
16819
6a1afc1e
PA
168202007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
16821
16822 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
16823
a6b151f1
DJ
168242007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
16825
16826 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
16827 gdb.mi/mi-file-transfer.exp: New.
16828
43039443
JK
168292007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16830
16831 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
16832
0ef2251b
MR
168332007-11-22 Maciej W. Rozycki <macro@mips.com>
16834
16835 * gdb.trace/backtrace.exp: Fix a typo.
16836 * gdb.trace/circ.exp: Likewise.
16837 * gdb.trace/collection.exp: Likewise.
16838 * gdb.trace/limits.exp: Likewise.
16839 * gdb.trace/report.exp: Likewise.
16840 * gdb.trace/tfind.exp: Likewise.
16841 * gdb.trace/while-dyn.exp: Likewise.
16842
5443631e
NR
168432007-11-21 Nick Roberts <nickrob@snap.net.nz>
16844
16845 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
16846 objects of pointers that can't be dereferenced are now
16847 "noneditable".
16848
a4ce5b0d
UW
168492007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16850
16851 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
16852 (target_cpu): Remove.
16853
d6e956e5
VP
168542007-10-15 Vladimir Prus <vladimir@codesourcery.com>
16855
16856 * gdb.base/ending-run.exp: Expect the list of cleared
16857 breakpoint to come in natural order, not the reversed one.
a9c64011 16858
214270ab
VP
168592007-11-07 Vladimir Prus <vladimir@codesourcery.com>
16860
16861 * gdb.mi/mi-var-child.c (do_child_deletion): New.
16862 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 16863
1a619819
LM
168642007-11-05 Luis Machado <luisgpm@br.ibm.com>
16865
16866 * gdb.base/printcmds.exp: New function
16867 test_printf_with_dfp.
16868
5b01a6fa
DE
168692007-11-02 Doug Evans <dje@google.com>
16870
16871 * gdb.disasm/t01_mov.s: Remove carriage returns.
16872 * gdb.disasm/t02_mova.s: Ditto.
16873 * gdb.disasm/t03_add.s: Ditto.
16874 * gdb.disasm/t04_sub.s: Ditto.
16875 * gdb.disasm/t05_cmp.s: Ditto.
16876 * gdb.disasm/t06_ari2.s: Ditto.
16877 * gdb.disasm/t07_ari3.s: Ditto.
16878 * gdb.disasm/t08_or.s: Ditto.
16879 * gdb.disasm/t09_xor.s: Ditto.
16880 * gdb.disasm/t10_and.s: Ditto.
16881 * gdb.disasm/t11_logs.s: Ditto.
16882 * gdb.disasm/t12_bit.s: Ditto.
16883 * gdb.disasm/t13_otr.s: Ditto.
16884
ec33ab7f
JK
168852007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16886
16887 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
16888
ae0d01ff
UW
168892007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16890
16891 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
16892 provide DFP support.
16893
55eddb0f
DJ
168942007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
16895
16896 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
16897 Test "set powerpc vector-abi". Skip auto-detection tests for old
16898 toolchains.
16899
7020f05c
PA
169002007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16901
16902 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
16903 with [string compare].
16904
84bc3db9
PA
169052007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16906
16907 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
16908 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
16909
5876dc88
LM
169102007-10-25 Luis Machado <luisgpm@br.ibm.com>
16911
16912 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
16913 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
16914 * gdb.opt/Makefile.in: New makefile.
16915 * Makefile.in: Create new directory "gdb.opt".
16916 * configure.ac: Add "gdb.opt" directory.
16917 * configure: Regenerated.
a9c64011 16918
c3ea9a14
DE
169192007-10-25 Doug Evans <dje@google.com>
16920
16921 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
16922 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
16923
a9c64011 169242007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
16925 Thiago Jung Bauermann <bauerman@br.ibm.com>
16926
16927 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
16928 Floating Point expressions.
16929 * gdb.base/dfp-test.exp: new file adding tests for Decimal
16930 Floating Point variables.
16931 * gdb.base/dfp-test.c: new file containing program with Decimal
16932 Floating variables, used by gdb.base/dfp-test.exp.
16933
62a24a2b
DJ
169342007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
16935
16936 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
16937
e7b1eae6
UW
169382007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16939
16940 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
16941 compiling test case with GCC.
16942 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
16943
c641edcc
UW
169442007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16945
16946 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16947 format changes.
16948
5e5ebfe6
MS
169492007-10-18 Michael Snyder <msnyder@specifix.com>
16950
16951 * gdb.base/dbx.exp: Add missing "-re " operator.
16952
e831e7b6
GM
169532007-10-16 Gaius Mulley <gaius@glam.ac.uk>
16954
16955 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
16956 * configure.ac: Removed trailing spaces after backslash.
16957 * gdb.modula2: New directory.
16958 * gdb.modula2/Makefile.in: New file.
16959 * gdb.modula2/unbounded-array.exp: New file.
16960 * gdb.modula2/unbounded1.c: New file.
16961
7cc46491
DJ
169622007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
16963
16964 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
16965
169662007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
16967
16968 * gdb.base/sigstep.c (main): Add checks for
16969 return values for setitimer call.
16970 Call setitimer again with itimer = ITIMER_REAL
16971 if first call to setitimer fails.
16972
e91528f0
KH
169732007-10-11 Kazu Hirata <kazu@codesourcery.com>
16974
16975 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
16976 of $timeout.
16977
2ec9a4f8
DJ
169782007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16979
16980 * gdb.server/server-run.exp: Test for dynamic linker symbols.
16981
169822007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
16983
16984 * lib/gdb.exp (gdb_run_cmd): Move comment outside
16985 of gdb_expect call, to avoid interruption.
16986
64b2fa04
PA
169872007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
16988
16989 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
16990 (v_unsigned_long_long, v_long_long_array)
16991 (v_signed_long_long_array, v_unsigned_long_long_array)
16992 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
16993 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
16994 [!NO_LONG_LONG]: New.
16995 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
16996 v_long_long_member.
16997
16998 (v_long_long_func, v_signed_long_long_func)
16999 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17000 (main) [!NO_LONG_LONG]: Initialize long long variants.
17001
17002 * gdb.base/whatis.exp: If board file requests no_long_long, build
17003 test with NO_LONG_LONG defined. Test long long, signed long long,
17004 and unsigned long long variants but only if board file doesn't
17005 disable it.
17006
a912286e 170072007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 17008 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
17009
17010 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17011 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17012 * configure: Regenerated.
17013 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17014 gdb.pascal/types.exp, lib/pascal.exp: New files.
17015
471ba8c9
DJ
170162007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17017
17018 * gdb.cp/classes.exp (do_tests): Always step to the line after the
17019 call.
17020 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
17021 to return to the call.
17022 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
17023 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
17024 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
17025 * gdb.mi/mi-until.exp (test_until): Likewise.
17026 * gdb.mi/mi2-until.exp (test_until): Likewise.
17027
fef8a650
DJ
170282007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
17029
17030 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
17031 two-char array.
17032 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
17033
d983da9c
DJ
170342007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
17035
17036 * gdb.threads/watchthreads.c (thread_function): Sleep between
17037 iterations.
17038 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
17039 at once for S/390. Generate matching fails and passes.
17040
17f62551
VP
170412007-09-27 Vladimir Prus <vladimir@codesourcery.com>
17042
17043 * gdb.mi/var-cmd.c (do_children_tests): Initialize
17044 the 'struct_declarations' variable to zeros.
a9c64011 17045
ed0616c6
VP
170462007-09-24 Vladimir Prus <vladimir@codesourcery.com>
17047
17048 * gdb.cp/mb-ctor.cc: New.
17049 * gdb.cp/mb-ctor.exp: New.
17050 * gdb.cp/mb-templates.cc: New.
17051 * gdb.cp/mb-templates.exp: New.
17052
41f1b697
DJ
170532007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
17054
17055 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
17056
3f213f78
PA
170572007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
17058
17059 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
17060 targets.
17061 * configure: Regenerate.
17062
0d381245 170632007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17064
0d381245
VP
17065 * gdb.base/annota1.exp: Adjust for 'info break'
17066 format changes.
17067 * gdb.base/annota3.exp: Likewise.
17068 * gdb.base/break.exp: Likewise.
17069 * gdb.base/condbreak.exp: Likewise.
17070 * gdb.base/pending.exp: Likewise.
17071 * gdb.base/sepdebug.exp: Likewise.
17072 * gdb.base/unload.exp: Likewise.
17073 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 17074
fe3f5fa8
VP
170752007-09-22 Vladimir Prus <vladimir@codesourcery.com>
17076
17077 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
17078 messages.
17079 * gdb.base/chng-syms.exp: Likewise.
17080 * gdb.base/unload.exp: Likewise.
a9c64011 17081
a75cf6c0
DJ
170822007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
17083
17084 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
17085
18ecae38
DJ
170862007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
17087
17088 * schedlock.c (NUM): Change to 1.
17089 (main): Use args[0] for the main thread.
17090 * schedlock.exp: Only expect two threads. Only issue one pass or fail
17091 regardless of the number of threads.
17092
5509918f
MR
170932007-09-14 Maciej W. Rozycki <macro@mips.com>
17094
4a543daf
MR
17095 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
17096 type down.
17097 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17098 test.
17099 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
17100 watchpoint type down.
17101 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17102 test.
17103
171042007-09-14 Maciej W. Rozycki <macro@mips.com>
17105
5509918f
MR
17106 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
17107 Move all the tests here and run them twice, once using software
17108 watchpoints and once using hardware watchpoints.
17109 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
17110
40b53987
DJ
171112007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
17112
17113 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
17114 test.
17115
695e2681
MK
171162007-09-10 Mark Kettenis <kettenis@gnu.org>
17117
8b3fc8d8
MK
17118 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
17119 build-id.
17120
695e2681
MK
17121 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
17122 know about $ORIGIN. Calculate output dir from $dest instead of
17123 using ${objdir}/{$subdir}.
17124
58d69f29
MK
171252007-09-09 Mark Kettenis <kettenis@gnu.org>
17126
17127 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
17128 gcore, before continuing with the test.
17129
3e347599
DJ
171302007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
17131
17132 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
17133 * gdb.mi/mi-watch.exp: Likewise.
17134
ea37ba09
DJ
171352007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17136 Jim Blandy <jimb@codesourcery.com>
17137
17138 * gdb.arch/i386-sse.exp: Do not expect character constants.
17139 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
17140 * gdb.base/display.exp: Allow print/s.
17141 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
17142 and unsigned char array changes.
17143
2025a643
DJ
171442007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17145
17146 * gdb.base/display.exp: Add tests for printf %p.
17147
26669a27
PA
171482007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
17149
17150 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
17151 the dll name to unicode.
17152
c8f021f8
JK
171532007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17154
17155 * gdb.base/default.exp (show version): Update the version text.
17156 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
17157
4cf31eea
JK
171582007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17159
17160 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
17161 New files.
17162
4935890f
JK
171632007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17164
17165 * lib/gdb.exp (build_id_debug_filename_get): New function.
17166 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17167 Remove the generate DEBUG file for the future testcase runs.
17168 New testcase for the NT_GNU_BUILD_ID retrieval.
17169 Move the final testing step to ...
17170 (test_different_dir): ... a new function.
17171 New parameter XFAIL to XFAIL all the tests performed.
17172 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17173 New parameter TYPE to PF_PREFIX all the tests performed.
17174
02142340
VP
171752007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17176
17177 * gdb.mi/mi-var-cp.cc (path_expression): New
17178 function.
17179 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17180
36acd84e
UW
171812007-08-27 Markus Deuling <deuling@de.ibm.com>
17182
17183 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17184 to fit into SPU Local Store memory.
17185
a896d121
JB
171862007-08-23 Joel Brobecker <brobecker@adacore.com>
17187
17188 * gdb.base/default.exp: Adjust the expected output of "info
17189 warranty" after the switch to GPLv3.
17190
7b433602
JB
171912007-08-23 Joel Brobecker <brobecker@adacore.com>
17192
17193 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17194 to 30000 (from 20000).
17195
e22f8b7c
JB
171962007-08-23 Joel Brobecker <brobecker@adacore.com>
17197
17198 Switch the license of all .exp files to GPLv3.
17199 Switch the license of all .f and .f90 files to GPLv3.
17200 Switch the license of all .s and .S files to GPLv3.
17201
5a0e3bd0
JB
172022007-08-23 Joel Brobecker <brobecker@adacore.com>
17203
17204 * configure.ac: Switch license to GPLv3.
17205
cc00619d
JB
172062007-08-23 Joel Brobecker <brobecker@adacore.com>
17207
17208 Switch the licensing to GPLv3 for all .ads and .adb files.
17209
8d26208a
DJ
172102007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17211
17212 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17213 and t_int_double.
17214 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17215
4fcb9948
JB
172162007-08-17 Joel Brobecker <brobecker@adacore.com>
17217
17218 * gdb.base/step-line.c: Switch license to GPL version 3, and
17219 update copyright year.
17220 * gdb.base/step-line.inp: Likewise.
17221
b9c34f67
JB
172222007-08-17 Joel Brobecker <brobecker@adacore.com>
17223
17224 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17225 changes inside gdb1555.c.
17226 * gdb.base/pending.exp: Likewise.
17227
2cc17678
DJ
172282007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17229
17230 * config/default.exp: New file.
17231
e48883f7
DJ
172322007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17233
17234 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17235 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17236
1ab80e5b
MR
172372007-07-30 Maciej W. Rozycki <macro@mips.com>
17238
17239 * gdb.base/dump.exp: Force the correct endianness for binary
17240 formats not carrying this information.
17241
aba471f5
DJ
172422007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17243
17244 * gdb.threads/staticthreads.exp: Match .*sem_post.
17245
d4e07204
DJ
172462007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17247
17248 * gdb.base/readline.exp (operate_and_get_next): Match the final
17249 prompt.
17250
2b97317d
KB
172512007-07-23 Kevin Buettner <kevinb@redhat.com>
17252
17253 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17254 to restarting SID.
17255
44efa07a
KB
172562007-07-18 Kevin Buettner <kevinb@redhat.com>
17257
17258 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17259 prior to `gdb_start'.
17260
7b5ebade
KB
172612007-07-18 Kevin Buettner <kevinb@redhat.com>
17262
17263 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17264 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17265 Remove call to gdb_unload.
17266
255e7678
DJ
172672007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17268 Daniel Jacobowitz <dan@codesourcery.com>
17269
17270 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17271 for __WIN32__.
17272 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17273 * gdb.base/unload.exp: Use shared library test routines.
17274
3a40aaa0
UW
172752007-07-03 Markus Deuling <deuling@de.ibm.com>
17276
17277 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17278 * gdb.base/solib-symbol-lib.c: Likewise.
17279 * gdb.base/solib-symbol-main.c: Likewise.
17280
b0f4b84b
DJ
172812007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17282
17283 * config/gdbserver.exp (gdb_reconnect): New.
17284 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17285 gdb.base/solib-disc.exp: New files.
17286 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17287 remote debugging".
17288 (gdb_compile): Add shlib_load flag.
17289 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17290 port.
17291 (gdbserver_reconnect): New.
17292
1b05479a
DJ
172932007-07-01 Nick Roberts <nickrob@snap.net.nz>
17294 Daniel Jacobowitz <dan@codesourcery.com>
17295
17296 * gdb.base/annota3.exp: Test for if construct.
17297
86f78eb2
DJ
172982007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17299
17300 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17301
6a2eb474 173022007-06-21 Chris Dearman <chris@mips.com>
a9c64011 17303 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
17304
17305 * gdb.base/display.exp: Allow a newline after display/i.
17306 * gdb.base/pc-fp.exp: Likewise.
17307 * gdb.base/sigbpt.exp: Likewise.
17308
f8b73d13
DJ
173092007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17310
17311 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17312 required features to be included.
17313
4339e69e
DJ
173142007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17315
17316 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
17317 in info threads output.
17318
23d964e7
UW
173192007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17320 Markus Deuling <deuling@de.ibm.com>
17321
17322 * gdb.arch/spu-info.exp: New testcase.
17323 * gdb.arch/spu-info.c: New file.
17324
fd20f75b
DJ
173252007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
17326
17327 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
17328 tpcs_offset. Restore lr after the call.
17329 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
17330
2226f861
DJ
173312007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
17332
17333 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
17334 (gdbserver_run): Kill any running gdbserver.
17335 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
17336
d12371a9
MR
173372007-05-17 Maciej W. Rozycki <macro@mips.com>
17338
17339 * gdb.base/sigbpt.exp: Preset segv_addr.
17340
93f02886
DJ
173412007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
17342
17343 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
17344 (gdb_compile_shlib): Likewise.
17345 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
17346 (default_gdb_init): Clear cleanfiles.
17347 (gdb_finish): Delete recorded cleanfiles.
17348 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
17349
17350 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
17351 Do not use isnative.
17352 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
17353 gdb.base/so-impl-ld.exp: Likewise.
17354 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
17355 * gdb.base/unload.exp: Likewise. Do not pass empty option to
17356 gdb_compile.
17357
b04e06d7
VP
173582007-05-15 Vladimir Prus <vladimir@codesourcery.com>
17359
17360 * config/unknown.exp: Remove.
17361
069ed931
UW
173622007-05-15 Markus Deuling <deuling@de.ibm.com>
17363
17364 * gdb.base/info-proc.exp: Check is_remote.
17365
09db0d03
UW
173662007-05-14 Markus Deuling <deuling@de.ibm.com>
17367
17368 * gdb.base/gcore.exp: Initialize variable core_supported.
17369
af2cbe8c
DJ
173702007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17371
17372 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17373
027c0295
DJ
173742007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17375
17376 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17377 * gdb.threads/print-threads.exp (test_all_threads): Allow
17378 negative and hexadecimal thread IDs.
17379
dc5000e7
DJ
173802007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17381
17382 * gdb.java/jprint.java (public): Avoid invalid call to static
17383 method.
17384
2e74ed18
DP
173852007-05-14 Denis Pilat <denis.pilat@st.com>
17386
17387 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17388 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17389 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17390 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17391 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17392
83547f02
UW
173932007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17394
17395 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 17396 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
17397 this mode.
17398 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17399 * gdb.base/spu.ld: New file.
17400
b18be20d
DJ
174012007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17402
17403 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17404
be444858
DJ
174052007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17406
17407 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17408
b1d53152
DJ
174092007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17410
17411 * gdb.java/jmain.exp: Handle demangled names with and without method
17412 signatures.
17413
d084b331
DJ
174142007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17415
17416 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17417 (have_a_very_merry_interrupt): Remove calls to puts.
17418 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17419 inferior output.
17420 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17421 test names.
17422
db9d7fc5
DJ
174232007-04-29 Markus Deuling <deuling@de.ibm.com>
17424 Daniel Jacobowitz <dan@codesourcery.com>
17425
17426 * gdb.base/auxv.exp (core_works): Also check is_remote.
17427 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17428
ef783a7d 174292007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17430
ef783a7d
VP
17431 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17432 message, not the undefined 'module' variable.
17433 * gdb.base/siginfo.exp: Likewise.
17434 * gdb.base/sigstep.exp: Likewise.
17435 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17436 serialport.
17437 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17438
b7b73cae
CV
174392007-04-25 Corinna Vinschen <vinschen@redhat.com>
17440
17441 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17442 target sim fails. Return 0 otherwise.
17443 (gdb_load): Return prematurely if gdb_target_sim fails.
17444
7d90fdfa
DP
174452007-04-16 Denis Pilat <denis.pilat@st.com>
17446
17447 * gdb.base/setshow.exp: Reset height after having set it to 100.
17448
5d3e9c85
DP
174492007-04-16 Denis Pilat <denis.pilat@st.com>
17450
17451 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17452
18e75969
DP
174532007-04-16 Denis Pilat <denis.pilat@st.com>
17454
17455 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17456
25d5ea92
VP
174572007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17458
17459 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17460 tests. Run the frozen varobjs test.
17461 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 17462 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 17463
0b49cb80
JK
174642007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17465
17466 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17467 gdb.base/type-opaque.exp: New files.
17468
a73bafbc 174692007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
17470
17471 * gdb.mi/mi-var-child.c
a73bafbc
VP
17472 (do_children_tests): User char[2] instead of
17473 char so that automatic printing of pointers to char
17474 don't give unpredicable result.
17475 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17476 local variables.
17477 * gdb.mi/mi-var-child.exp: Step to right line
17478 of do_children_tests.
17479 * gdb.mi/mi2-var-child.exp: Likewise.
17480 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 17481 do_locals_tests.
a73bafbc
VP
17482 (do_children_tests): User char[2] instead of
17483 char so that automatic printing of pointers to char
a9c64011 17484 don't give unpredicable result.
a73bafbc 17485 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 17486 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
17487 Pass test name to mi_wait_for_stop.
17488
7ce59000
DJ
174892007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17490
17491 * gdb.asm/asm-source.exp: Remove d10v case.
17492 * lib/gdb.exp (skip_cplus_tests): Likewise.
17493 * gdb.asm/d10v.inc: Deleted.
17494
20389057
DJ
174952007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17496
17497 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17498
8807d78b
DJ
174992007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17500
17501 * config/netware.exp: Delete file.
17502
aa3edb8e
JB
175032007-03-29 Joel Brobecker <brobecker@adacore.com>
17504
17505 * gdb.dwarf2/dw2-noloc.S: New file.
17506 * gdb.dwarf2/dw2-noloc.exp: New file.
17507
297561ac
PA
175082007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17509
17510 * gdb.cp/method2.cc: New test.
17511 * gdb.cp/method2.exp: New test.
17512 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17513
1f81bd39
DJ
175142007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17515
17516 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17517
9453113a
DJ
175182007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17519
17520 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17521
b741e217
DJ
175222007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17523
17524 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17525 (gdb_load): Delete, replace with...
17526 (gdb_reload): ...this.
17527 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17528 * gdb.server/server-mon.exp: Likewise.
17529 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17530 (gdb_start_cmd): New.
17531 (gdb_file_cmd): Save the last loaded file.
17532 (gdb_reload): New.
17533 (gdb_gnu_strip_debug): Use transform.
17534 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17535 support here. Use new $last_loaded_file. Check mtime.
17536 (gdb_target_cmd): Handle ObjC failure case.
17537 (infer_host_exec): Delete.
17538 (gdbserver_load): Rename to...
17539 (gdbserver_run): ...this. Simplify.
17540 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17541 (mi_gdb_load): Move most contents to a new function...
17542 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17543 (mi_run_cmd): Use mi_gdb_target_load.
17544 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17545 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17546 Use gdb_run_cmd.
17547 * gdb.base/charsign.exp: Remove incorrect comment.
17548 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17549 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17550 gdb.base/start.exp: Use gdb_start_cmd.
17551
446ab585 175522007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 17553 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
17554
17555 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17556 * gdb.base/signull.exp: Similarly.
17557
bbb88ebf
UW
175582007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17559
17560 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17561 messages available to test cases (like chng-sym.exp).
17562
cb8c4a99
AS
175632007-03-14 Andreas Schwab <schwab@suse.de>
17564
17565 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17566 format changes.
17567
4e463ff5
DJ
175682007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17569
17570 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17571 (optimized_1): New.
17572 (main): Call optimized_1.
17573 (gdb2029): Correct typos. Call gdb2029_marker.
17574 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17575 for gdb2029.
17576
b6db2c47
MK
175772007-03-12 Mark Kettenis <kettenis@gnu.org>
17578
17579 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17580 as tabs. Remove redundant test pattern.
17581
70ed3737
UW
175822007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17583
17584 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17585 for /a format output.
17586
47b67b60
DJ
175872007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17588
17589 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17590 collect output incrementally.
17591
b8953b0e
UW
175922007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17593
17594 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17595 for -var-create lpcharacter test.
17596 * gdb.mi/mi2-var-cmd.exp: Likewise.
17597
7acd5c40
UW
175982007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17599
17600 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17601 pass on targets where address zero is readable.
17602
9c6759c1
UW
176032007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17604
17605 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17606 just a single architecture.
17607
a2f1aeb4
UW
176082007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17609
17610 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17611 (fetch_all_registers): New function, uses gdb_test_multiple and
17612 exp_continue to fetch inferior output line-by-line.
17613 Replace all uses of do_get_all_registers by fetch_all_registers.
17614
46579ac2
UW
176152007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17616
17617 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17618 in target_info.
17619
fc133f24
MS
176202007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17621
a9c64011 17622 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
17623 consistancy; add a default (timeout) case.
17624
7646a51d
MS
176252007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17626
17627 * gdb.base/watchpoint.exp: Fix truncated comment.
17628
dcfff61f
MS
176292007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17630
17631 * Makefile.in: Remove spurious single-quotes from sed command.
17632
664e3ee9
DJ
176332007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17634
17635 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17636 func.
17637 * gdb.mi/mi2-var-cmd.exp: Likewise.
17638
d7cc6f2f
JB
176392007-02-27 Joel Brobecker <brobecker@adacore.com>
17640
a9c64011
AS
17641 * gdb.dwarf2/dw2-producer.S: New file.
17642 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
17643
176442007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
17645
17646 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17647 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17648 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17649 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17650 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17651 Revert tests to use mi_gdb_test and include value field in output
17652 of -var-create.
17653
93d42b30
DJ
176542007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17655
17656 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17657
c499ed39
DJ
176582007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17659
17660 * gdb.base/maint.exp: Remove full paths from test names.
17661 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17662 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17663
9836f81b
JB
176642007-02-27 Joel Brobecker <brobecker@adacore.com>
17665
17666 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17667
c74d0ad8
DJ
176682007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17669
17670 * gdb.server/server-mon.exp: New test.
17671
2711e456
DJ
176722007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17673
17674 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17675
ff6f572f
DJ
176762007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17677
17678 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17679 register capitalization.
17680
fada3feb
DP
176812007-02-13 Denis Pilat <denis.pilat@st.com>
17682
17683 * gdb.mi/mi-var-invalidate.exp: New file.
17684
fb1e4ffc
DJ
176852007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17686
17687 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17688
3da939d7
DJ
176892007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17690
17691 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17692
123dc839
DJ
176932007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17694
17695 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17696 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17697
877e3645 176982007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
17699
17700 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17701 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17702 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17703 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17704 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 17705 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 17706 Update tests to include value field in output of -var-create.
a9c64011 17707
3c0a2960
AS
177082007-02-08 Andreas Schwab <schwab@suse.de>
17709
17710 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17711
108546a0
DJ
177122007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17713
17714 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17715 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17716
d701dcab
DP
177172007-02-02 Denis Pilat <denis.pilat@st.com>
17718
17719 * gdb.threads/threadapply.exp: check that frame is not changed by
17720 the thread apply all command.
17721
783e3e2f
AS
177222007-01-31 Andreas Schwab <schwab@suse.de>
17723
6d9c3a87
AS
17724 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17725
3c50d7b9
AS
17726 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17727 in the dwarf sections.
17728 * gdb.dwarf2/mac-fileno.S: Likewise.
17729
783e3e2f
AS
17730 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17731 bspstore register on ia64.
17732
78ff580e
AS
177332007-01-29 Andreas Schwab <schwab@suse.de>
17734
cc8e9b12
AS
17735 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17736 "frame-begin" annotation.
17737
78ff580e
AS
17738 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
17739 number of "frames-invalid" annotations.
17740
704a4f78
DJ
177412007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17742
17743 * gdb.base/commands.exp: Call if_commands_test.
17744 (gdb_test_no_prompt, if_commands_test): New.
17745
e741bf94
MK
177462007-01-28 Mark Kettenis <kettenis@gnu.org>
17747
17748 * gdb.threads/sigthread.c (NSIGS): Make bigger.
17749
474d0ad3
AS
177502007-01-27 Andreas Schwab <schwab@suse.de>
17751
17752 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
17753 .short/.int/.quad in the dwarf sections.
17754 * gdb.dwarf2/dw2-intercu.S: Likewise.
17755 * gdb.dwarf2/dw2-intermix.S: Likewise.
17756
e784b426
JK
177572007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17758
17759 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
17760 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
17761 array.
e784b426
JK
17762 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
17763 * gdb.base/setvar.exp: Likewise.
17764
37f08e04
AS
177652007-01-26 Andreas Schwab <schwab@suse.de>
17766
9a01813a
AS
17767 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
17768 test.
17769
37f08e04
AS
17770 * gdb.base/multi-forks.exp ("restart $i"): Also match
17771 __kernel_syscall_via_break.
17772
6e2a9270
VP
177732007-01-24 Vladimir Prus <vladimir@codesourcery.com>
17774
17775 * lib/mi-support.exp (mi_delete_varobj): New.
17776 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
17777 testcase.
17778 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
17779 (main): Call the above.
17780 (reference_update_test, base_in_reference_test)
17781 (reference_to_pointer): Delete the created varobjs.
a9c64011 17782
e515b470
DJ
177832007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
17784
17785 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
17786 * configure: Regenerated.
17787 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
17788 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
17789 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
17790 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
17791 * lib/gdb.exp (gdb_skip_xml_test): New function.
17792
08d8bcd7
DJ
177932007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
17794
17795 * gdb.base/sigrepeat.exp: Correct error message.
17796
177972007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
17798 Daniel Jacobowitz <dan@codesourcery.com>
17799
17800 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
17801 gdb.arch/i386-gnu-cfi-asm.S: New files.
17802
97c3f1f3
JK
178032007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17804
17805 * lib/gdb.exp: Abort on missing `site.exp'.
17806
cb1df416
DJ
178072007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17808 Daniel Jacobowitz <dan@codesourcery.com>
17809
17810 * gdb.base/included.c, gdb.base/included.exp,
17811 gdb.base/included.h: New files.
17812
35990120
DJ
178132007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17814
17815 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
17816 (maximize_rlimit): Reduce limits on 64-bit systems.
17817
6e81a116 178182007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
17819
17820 From Marcus Deuling <deuling@de.ibm.com>:
17821 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
17822 every case.
17823
6c3c41f3
NR
178242007-01-13 Nick Roberts <nickrob@snap.net.nz>
17825
17826 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
17827 (test_path_specification): Use objdir instead of srcdir to always
17828 get an absolute filename.
17829
2f12c312
DJ
178302007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
17831
17832 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
17833
81121995
VP
178342007-01-11 Vladimir Prus <vladimir@codesourcery.com>
17835
17836 * gdb.mi/mi-var-cp.cc (reference_update_tests):
17837 Make sure the variable we're using is in scope.
17838 (reference_to_pointer): Likewise.
17839
4741b737
DJ
178402007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17841
17842 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
17843 has no debug information.
17844
054410c3
DJ
178452007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17846
17847 * gdb.base/annota1.exp: Remove extra send_gdb.
17848
818f79f6
DJ
178492007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17850
17851 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
17852
f7a6bb70
DJ
178532007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17854
17855 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
17856
57e66780
DJ
178572007-01-08 Nick Roberts <nickrob@snap.net.nz>
17858 Daniel Jacobowitz <dan@codesourcery.com>
17859
17860 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
17861 lcharacter or linteger change. Correct duplicated test name.
17862 * gdb.mi/mi2-var-cmd.exp: Likewise.
17863
3d799a95
DJ
178642007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
17865
17866 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
17867
178682007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 17869
a9c64011
AS
17870 * gdb.base/nofield.c: New file.
17871 * gdb.base/nofield.exp: New testcase.
51679ba9 17872
eafb94e8
NR
178732007-01-05 Nick Roberts <nickrob@snap.net.nz>
17874
17875 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
17876
17877 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
17878 test.
17879
5e572bb4
DJ
178802007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17881
17882 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
17883
74a44383
DJ
178842007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17885
17886 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
17887 when continuing.
17888
1b572db9
DJ
178892007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17890
17891 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
17892 Expect ".exe" extension.
17893
381bc39b
DJ
178942007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17895
17896 * gdb.base/charset.exp: Add explicit filename to break.
17897 * gdb.base/dbx.exp: Add explicit filename to breaks.
17898
2b70e4c6
DJ
178992007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17900
17901 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
17902 * gdb.mi/mi2-file.exp: Likewise.
17903
303b6f5d
DJ
179042007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17905
17906 Implement specification of MI tests as comments
17907 in C and C++ sources.
17908 * lib/mi-support.exp (mi_autotest_data): New variable.
17909 (mi_autotest_source): New variable.
17910 (count_newlines, mi_prepare_inline_tests)
17911 (mi_get_inline_test, mi_continue_to_line)
17912 (mi_run_inline_test, mi_tbreak)
17913 (mi_send_resuming_command, mi_wait_for_stop): New functions.
17914 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
17915 Run inline tests.
17916 * gdb.mi/mi-var-cp.cc: Define tests here.
17917
23da0d94
VP
179182007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17919
17920 Simplify usage of mi_continue_to.
17921 * lib/mi-support.exp (mi_runto_helper): Renamed
17922 from mi_runto, added new parameter 'run_or_continue'.
17923 (mi_runto): Use mi_runto_helper.
17924 (mi_continue_to): Accept just function name as parameter.
17925 Use mi_runto_helper.
17926 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
17927 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 17928
f9e18282
JB
179292006-01-04 Joel Brobecker <brobecker@adacore.com>
17930
17931 Make this testcase a bit more realistic. The current code
17932 is too simplistic, and allows the compiler to optimize out
17933 some of the entities we need for this testcase.
17934 * gdb.ada/null_record/bar.ads (Void_Star): New type.
17935 (Do_Nothing): Add extra parameter.
17936 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
17937 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
17938 by using a variable of type Void_Star.
17939
fd678c65
JB
179402006-01-04 Joel Brobecker <brobecker@adacore.com>
17941
17942 * gdb.ada/catch_ex/foo.adb: New file.
17943 * gdb.ada/catch_ex.exp: New testcase.
17944
05cfdb42
DJ
179452007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
17946
17947 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
17948 pass --image-base to linker.
17949
2e03ee74
DJ
179502007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17951 Daniel Jacobowitz <dan@codesourcery.com>
17952
17953 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
17954 secondary prompts.
17955
0d5de010
DJ
179562007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17957
17958 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
17959 output. Test the types of members and member pointers.
17960 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
17961 gdb/2092.
17962 * gdb.cp/member-ptr.exp: Search for a comment instead of a
17963 statement. Enable for GCC. Update expected output for some tests
17964 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
17965 layout.
17966 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
17967 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
17968 (Diamond::vget_base): New.
17969 (main): Add new tests.
17970 * gdb.cp/printmethod.exp: Update expected output for member functions.
17971 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
17972 print pEe->D::vg().
17973
61a771aa
DJ
179742007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17975
17976 * gdb.threads/tls.exp: Allow stops in sem_post.
17977
2fa63963
DJ
179782006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
17979
17980 * gdb.base/annota1.exp: Allow .*printf in backtraces.
17981 * gdb.base/annota3.exp: Likewise.
17982 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
17983 again (instead of timing out).
17984 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
17985 GCC bug 26475.
17986 * gdb.java/jmisc.exp: Adjust to work with method signatures including
17987 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
17988 test from jmisc1.exp.
17989 * gdb.java/jmisc1.exp: Delete.
17990 * gdb.java/jprint.exp: Adjust to work with method signatures including
17991 return types.
17992 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
17993 * gdb.threads/linux-dp.exp: Don't be confused by program output.
17994 * lib/java.exp (compile_java_from_source): Pass the correct type
17995 to target_compile.
17996
5eefc2b7
JB
179972006-12-31 Joel Brobecker <brobecker@adacore.com>
17998
17999 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18000 (stack_align_edx): New function.
18001 (stack_align_eax): New function.
18002 (main): Add calls to stack_align_edx and stack_align_eax.
18003 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18004 Add testing for the cases where the register used during a stack
18005 realignment is edx. Same for eax.
18006
227c54da
DJ
180072006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18008
18009 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18010 and generic PE targets.
18011
cab8ac94
JB
180122006-12-29 Joel Brobecker <brobecker@adacore.com>
18013
18014 * gdb.ada/array_return.exp: Update copyright date list.
18015
ba54f318
JB
180162006-12-27 Joel Brobecker <brobecker@adacore.com>
18017
18018 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
18019 (Create_Small_Float_Vector): New function.
18020 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
18021 function body.
18022 * gdb.ada/array_return/p.adb: Use new type and function from
18023 package Pck.
18024 * gdb.ada/array_return.exp: Add a test verifying that GDB is
18025 able to print the value returned by a function returning an
18026 array of float.
18027
6b7a35dd
JB
180282006-12-20 Joel Brobecker <brobecker@adacore.com>
18029
18030 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
18031 The associated tests should be PASSing.
18032
038224f6
VP
180332006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18034
18035 Test for base in references.
18036 * gdb.mi/mi-var-cp.cc: Add test code.
18037 * gdb.mi/mi-var-cp.exp: Test for bases in references.
18038 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
18039 * gdb.mi/mi2-watch.exp: Likewise.
18040 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
18041 (mi_list_varobj_children): New function.
18042
b26ed50d
VP
180432006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18044
18045 * lib/mi-support.exp
18046 (mi_runto): Accept "()" after function name.
18047 (mi_create_varobj): New function.
18048 (mi_varobj_update): New function.
18049 (mi_Check_varobj_value): New function.
18050 * gdb.mi/mi-var-cp.exp: New file.
18051 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 18052
08232497
DJ
180532006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
18054
18055 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
18056 gdb.base/weaklib2.c: New files.
18057
d394c993 180582006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 18059
ac6c2fba
NS
18060 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
18061 info. Adjust test names.
18062
8ec659a0 18063 * gdb.base/break.c (main): Move position of malloc.
d394c993 18064 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 18065
acd65feb
VP
180662006-11-28 Vladimir Prus <vladimir@codesourcery.com>
18067
18068 * gdb.mi/mi-var-cmd.exp: Check -var-update after
18069 assignement of arrays and function pointers.
18070 * gdb.mi/var-cmd.c: Add declaration necessary for above
18071 tests.
18072
f556d5e5
NS
180732006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18074
18075 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
18076
18077 * gdb.threads/linux-dp.exp: Read thread table before and after
18078 creating each philosopher and verify it.
18079
697bc68d
NS
180802006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18081 Paul Brook <paul@codesourcery.com>
18082 Daniel Jacobowitz <dan@codesourcery.com>
18083
18084 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 18085 main to remove duplication. Add start function of the form
697bc68d
NS
18086 '_*start[1-9]*'. Add RVDS start function.
18087
29d73ae4
DJ
180882006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18089
18090 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
18091
c1d88655
UW
180922006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18093
18094 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
18095 * gdb.asm/spu.inc: New file.
18096 * gdb.base/term.exp: Disable if [target_info exists noargs].
18097 * gdb.gdb/complaints.exp: Disable if ![isnative].
18098 * gdb.gdb/selftest.exp: Likewise.
18099 * gdb.gdb/observer.exp: Likewise.
18100 * gdb.gdb/xfullpath.exp: Likewise.
18101 * gdb.base/attach.exp: Disable on SPU target.
18102 * gdb.cp/bs145503.exp: Likewise.
18103 * gdb.cp/exception.exp: Likewise.
18104 * gdb.cp/userdef.exp: Likewise.
18105
32a13b1a
DJ
181062006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18107
18108 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
18109
d8295fe9
VP
181102006-11-10 Vladimir Prus <vladimir@codesourcery.com>
18111
18112 * gdb.base/completion.exp: Fix completion tests for
18113 'info' and 'info '.
18114 * gdb.base/help.exp (help_test_raw, test_class_help)
18115 (test_prefix_command_help): Move...
18116 * lib/gdb.exp: Here.
18117 * gdb.base/main.exp: Adjust.
18118 * gdb.cp/maint.exp: Adjust.
18119 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 18120
8c394015
VP
181212006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18122
18123 * gdb.stabs/weird.exp (print_weird_var): Use
18124 gdb_test_multiple instead of gdb_expect.
18125
027fc1bc
VP
181262006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18127
18128 * gdb.base/help.exp (help_test_raw): New.
18129 (test_class_help): New.
18130 (test_prefix_command_help): New.
18131 Adjust testcases.
18132
67609209
FR
181332006-11-09 Christophe Lyon <christophe.lyon@st.com>
18134
18135 * gdb.base/constvars.c (main): Write to crass and crips, so that
18136 they are allocated by the compiler.
18137
f73adfeb
AS
181382006-10-27 Andreas Schwab <schwab@suse.de>
18139
18140 * gdb.base/multi-forks.exp: Use "detach fork" instead of
18141 "detach-fork".
18142
2f83a18e
DJ
181432006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
18144
18145 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
18146 of patterns.
18147
94277a38
DJ
181482006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18149
18150 * gdb.base/sepdebug.exp: Remove debug format test.
18151 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
18152 Handle no-symtab.
18153 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
18154
5bd2f6e2
DJ
181552006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18156
18157 * gdb.threads/manythreads.c (thread_function, main): Don't cast
18158 int to pointer or pointer to int.
18159 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
18160
8c008720
DJ
181612006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
18162
18163 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
18164
9e35dae4
DJ
181652006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18166
18167 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18168
d9639e13
DJ
181692006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18170
18171 PR c++/2116
18172 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18173
390a1bd0
JB
181742006-10-06 Joel Brobecker <brobecker@adacore.com>
18175
18176 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18177 the corresponding bug has been fixed in GDB (PR/2018).
18178
dd920c33
JB
181792006-10-06 Joel Brobecker <brobecker@adacore.com>
18180
18181 * gdb.base/subst.exp: New testcase.
18182
53bbefe9
JB
181832006-10-06 Joel Brobecker <brobecker@adacore.com>
18184
18185 * gdb.ada/array_return/pck.ads: Add copyright notice.
18186 * gdb.ada/array_return/pck.adb: Likewise.
18187 * gdb.ada/array_return/p.adb: Likewise.
18188 * gdb.ada/exec_changed/first.adb: Likewise.
18189 * gdb.ada/exec_changed/second.adb: Likewise.
18190
09851417
JB
181912006-10-06 Joel Brobecker <brobecker@adacore.com>
18192
18193 * gdb.ada/watch_arg/watch.adb: New file.
18194 * gdb.ada/watch_arg.exp: New testcase.
18195
041bf30d
VP
181962006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18197
18198 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 18199 via string_to_regexp.
041bf30d 18200 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 18201
f286fbdd 182022006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
18203
18204 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18205 Remove unused / obsolete files.
18206
7c07f349
NR
182072006-09-19 Nick Roberts <nickrob@snap.net.nz>
18208
18209 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18210
cd5ff84a
VP
182112006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18212
18213 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18214 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 18215 the number of frames.
cd5ff84a 18216
ae018d1a
DJ
182172006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18218
18219 * gdb.base/args.c (main): Add breakpoint marker.
18220 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18221 really test empty arguments.
18222 (args_load): Delete.
18223 (args_test): New.
18224
b399c549
NR
182252006-09-13 Nick Roberts <nickrob@snap.net.nz>
18226
18227 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 18228 check for one file.
b399c549 18229
2ab1eb7a
VP
182302006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18231
18232 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18233 HIGH_FRAME argument to -stack-list-locals can be larger than
18234 the number of frames.
a9c64011 18235
476308bf
FF
182362006-08-18 Fred Fish <fnf@specifix.com>
18237
18238 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18239 '$' in front of skip_vmx_tests_saved when setting that.
18240
8625200f
AS
182412006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18242
18243 * gdb.base/trace-commands.exp: New file.
18244
089ec8f1
DJ
182452006-08-10 Joel Brobecker <brobecker@adacore.com>
18246 Daniel Jacobowitz <dan@codesourcery.com>
18247
18248 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18249 expected output of the backtrace commands.
18250
b60f0898
JB
182512006-08-09 Joel Brobecker <brobecker@adacore.com>
18252
18253 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18254 untested followed by return combination.
18255 * gdb.arch/altivec-regs.exp: Likewise.
18256 * gdb.arch/e500-abi.exp: Likewise.
18257 * gdb.arch/e500-regs.exp: Likewise.
18258 * gdb.arch/gdb1291.exp: Likewise.
18259 * gdb.arch/gdb1431.exp: Likewise.
18260 * gdb.arch/gdb1558.exp: Likewise.
18261 * gdb.arch/i386-prologue.exp: Likewise.
18262 * gdb.arch/i386-unwind.exp: Likewise.
18263 * gdb.asm/asm-source.exp: Likewise.
18264 * gdb.base/a2-run.exp: Likewise.
18265 * gdb.base/advance.exp: Likewise.
18266 * gdb.base/all-bin.exp: Likewise.
18267 * gdb.base/annota1.exp: Likewise.
18268 * gdb.base/annota3.exp: Likewise.
18269 * gdb.base/args.exp: Likewise.
18270 * gdb.base/arithmet.exp: Likewise.
18271 * gdb.base/assign.exp: Likewise.
18272 * gdb.base/async.exp: Likewise.
18273 * gdb.base/attach.exp: Likewise.
18274 * gdb.base/bang.exp: Likewise.
18275 * gdb.base/bigcore.exp: Likewise.
18276 * gdb.base/bitfields.exp: Likewise.
18277 * gdb.base/bitfields2.exp: Likewise.
18278 * gdb.base/break.exp: Likewise.
18279 * gdb.base/call-sc.exp: Likewise.
18280 * gdb.base/call-strs.exp: Likewise.
18281 * gdb.base/callfuncs.exp: Likewise.
18282 * gdb.base/checkpoint.exp: Likewise.
18283 * gdb.base/chng-syms.exp: Likewise.
18284 * gdb.base/code-expr.exp: Likewise.
18285 * gdb.base/commands.exp: Likewise.
18286 * gdb.base/completion.exp: Likewise.
18287 * gdb.base/cond-expr.exp: Likewise.
18288 * gdb.base/condbreak.exp: Likewise.
18289 * gdb.base/consecutive.exp: Likewise.
18290 * gdb.base/constvars.exp: Likewise.
18291 * gdb.base/corefile.exp: Likewise.
18292 * gdb.base/cvexpr.exp: Likewise.
18293 * gdb.base/dbx.exp: Likewise.
18294 * gdb.base/define.exp: Likewise.
18295 * gdb.base/detach.exp: Likewise.
18296 * gdb.base/display.exp: Likewise.
18297 * gdb.base/dump.exp: Likewise.
18298 * gdb.base/ena-dis-br.exp: Likewise.
18299 * gdb.base/ending-run.exp: Likewise.
18300 * gdb.base/environ.exp: Likewise.
18301 * gdb.base/eval-skip.exp: Likewise.
18302 * gdb.base/exprs.exp: Likewise.
18303 * gdb.base/fileio.exp: Likewise.
18304 * gdb.base/finish.exp: Likewise.
18305 * gdb.base/float.exp: Likewise.
18306 * gdb.base/foll-exec.exp: Likewise.
18307 * gdb.base/foll-fork.exp: Likewise.
18308 * gdb.base/foll-vfork.exp: Likewise.
18309 * gdb.base/freebpcmd.exp: Likewise.
18310 * gdb.base/funcargs.exp: Likewise.
18311 * gdb.base/gcore.exp: Likewise.
18312 * gdb.base/gdb1090.exp: Likewise.
18313 * gdb.base/gdb1250.exp: Likewise.
18314 * gdb.base/huge.exp: Likewise.
18315 * gdb.base/info-proc.exp: Likewise.
18316 * gdb.base/interrupt.exp: Likewise.
18317 * gdb.base/jump.exp: Likewise.
18318 * gdb.base/langs.exp: Likewise.
18319 * gdb.base/lineinc.exp: Likewise.
18320 * gdb.base/list.exp: Likewise.
18321 * gdb.base/logical.exp: Likewise.
18322 * gdb.base/long_long.exp: Likewise.
18323 * gdb.base/macscp.exp: Likewise.
18324 * gdb.base/maint.exp: Likewise.
18325 * gdb.base/mips_pro.exp: Likewise.
18326 * gdb.base/miscexprs.exp: Likewise.
18327 * gdb.base/multi-forks.exp: Likewise.
18328 * gdb.base/opaque.exp: Likewise.
18329 * gdb.base/overlays.exp: Likewise.
18330 * gdb.base/pc-fp.exp: Likewise.
18331 * gdb.base/pointers.exp: Likewise.
18332 * gdb.base/printcmds.exp: Likewise.
18333 * gdb.base/psymtab.exp: Likewise.
18334 * gdb.base/ptype.exp: Likewise.
18335 * gdb.base/recurse.exp: Likewise.
18336 * gdb.base/relational.exp: Likewise.
18337 * gdb.base/relocate.exp: Likewise.
18338 * gdb.base/remote.exp: Likewise.
18339 * gdb.base/reread.exp: Likewise.
18340 * gdb.base/restore.exp: Likewise.
18341 * gdb.base/return.exp: Likewise.
18342 * gdb.base/return2.exp: Likewise.
18343 * gdb.base/scope.exp: Likewise.
18344 * gdb.base/sect-cmd.exp: Likewise.
18345 * gdb.base/sep.exp: Likewise.
18346 * gdb.base/sepdebug.exp: Likewise.
18347 * gdb.base/setshow.exp: Likewise.
18348 * gdb.base/setvar.exp: Likewise.
18349 * gdb.base/sigall.exp: Likewise.
18350 * gdb.base/sigbpt.exp: Likewise.
18351 * gdb.base/signals.exp: Likewise.
18352 * gdb.base/signull.exp: Likewise.
18353 * gdb.base/sizeof.exp: Likewise.
18354 * gdb.base/solib.exp: Likewise.
18355 * gdb.base/step-line.exp: Likewise.
18356 * gdb.base/step-test.exp: Likewise.
18357 * gdb.base/structs.exp: Likewise.
18358 * gdb.base/structs2.exp: Likewise.
18359 * gdb.base/term.exp: Likewise.
18360 * gdb.base/twice.exp: Likewise.
18361 * gdb.base/until.exp: Likewise.
18362 * gdb.base/varargs.exp: Likewise.
18363 * gdb.base/volatile.exp: Likewise.
18364 * gdb.base/watchpoint.exp: Likewise.
18365 * gdb.base/whatis-exp.exp: Likewise.
18366 * gdb.base/whatis.exp: Likewise.
18367 * gdb.cp/ambiguous.exp: Likewise.
18368 * gdb.cp/annota2.exp: Likewise.
18369 * gdb.cp/annota3.exp: Likewise.
18370 * gdb.cp/bool.exp: Likewise.
18371 * gdb.cp/breakpoint.exp: Likewise.
18372 * gdb.cp/casts.exp: Likewise.
18373 * gdb.cp/class2.exp: Likewise.
18374 * gdb.cp/classes.exp: Likewise.
18375 * gdb.cp/cplusfuncs.exp: Likewise.
18376 * gdb.cp/ctti.exp: Likewise.
18377 * gdb.cp/derivation.exp: Likewise.
18378 * gdb.cp/exception.exp: Likewise.
18379 * gdb.cp/gdb1355.exp: Likewise.
18380 * gdb.cp/hang.exp: Likewise.
18381 * gdb.cp/inherit.exp: Likewise.
18382 * gdb.cp/local.exp: Likewise.
18383 * gdb.cp/m-data.exp: Likewise.
18384 * gdb.cp/m-static.exp: Likewise.
18385 * gdb.cp/member-ptr.exp: Likewise.
18386 * gdb.cp/method.exp: Likewise.
18387 * gdb.cp/misc.exp: Likewise.
18388 * gdb.cp/namespace.exp: Likewise.
18389 * gdb.cp/overload.exp: Likewise.
18390 * gdb.cp/ovldbreak.exp: Likewise.
18391 * gdb.cp/pr-1023.exp: Likewise.
18392 * gdb.cp/pr-1210.exp: Likewise.
18393 * gdb.cp/pr-574.exp: Likewise.
18394 * gdb.cp/printmethod.exp: Likewise.
18395 * gdb.cp/psmang.exp: Likewise.
18396 * gdb.cp/ref-params.exp: Likewise.
18397 * gdb.cp/ref-types.exp: Likewise.
18398 * gdb.cp/rtti.exp: Likewise.
18399 * gdb.cp/templates.exp: Likewise.
18400 * gdb.cp/try_catch.exp: Likewise.
18401 * gdb.cp/userdef.exp: Likewise.
18402 * gdb.cp/virtfunc.exp: Likewise.
18403 * gdb.disasm/am33.exp: Likewise.
18404 * gdb.disasm/h8300s.exp: Likewise.
18405 * gdb.disasm/mn10300.exp: Likewise.
18406 * gdb.disasm/sh3.exp: Likewise.
18407 * gdb.disasm/t01_mov.exp: Likewise.
18408 * gdb.disasm/t02_mova.exp: Likewise.
18409 * gdb.disasm/t03_add.exp: Likewise.
18410 * gdb.disasm/t04_sub.exp: Likewise.
18411 * gdb.disasm/t05_cmp.exp: Likewise.
18412 * gdb.disasm/t06_ari2.exp: Likewise.
18413 * gdb.disasm/t07_ari3.exp: Likewise.
18414 * gdb.disasm/t08_or.exp: Likewise.
18415 * gdb.disasm/t09_xor.exp: Likewise.
18416 * gdb.disasm/t10_and.exp: Likewise.
18417 * gdb.disasm/t11_logs.exp: Likewise.
18418 * gdb.disasm/t12_bit.exp: Likewise.
18419 * gdb.disasm/t13_otr.exp: Likewise.
18420 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18421 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18422 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18423 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18424 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18425 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18426 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18427 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18428 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18429 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18430 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18431 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18432 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18433 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18434 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18435 * gdb.mi/gdb701.exp: Likewise.
18436 * gdb.mi/gdb792.exp: Likewise.
18437 * gdb.mi/mi-basics.exp: Likewise.
18438 * gdb.mi/mi-break.exp: Likewise.
18439 * gdb.mi/mi-cli.exp: Likewise.
18440 * gdb.mi/mi-console.exp: Likewise.
18441 * gdb.mi/mi-disassemble.exp: Likewise.
18442 * gdb.mi/mi-eval.exp: Likewise.
18443 * gdb.mi/mi-file.exp: Likewise.
18444 * gdb.mi/mi-read-memory.exp: Likewise.
18445 * gdb.mi/mi-regs.exp: Likewise.
18446 * gdb.mi/mi-return.exp: Likewise.
18447 * gdb.mi/mi-simplerun.exp: Likewise.
18448 * gdb.mi/mi-stack.exp: Likewise.
18449 * gdb.mi/mi-stepi.exp: Likewise.
18450 * gdb.mi/mi-syn-frame.exp: Likewise.
18451 * gdb.mi/mi-until.exp: Likewise.
18452 * gdb.mi/mi-var-block.exp: Likewise.
18453 * gdb.mi/mi-var-child.exp: Likewise.
18454 * gdb.mi/mi-var-cmd.exp: Likewise.
18455 * gdb.mi/mi-var-display.exp: Likewise.
18456 * gdb.mi/mi-watch.exp: Likewise.
18457 * gdb.mi/mi2-basics.exp: Likewise.
18458 * gdb.mi/mi2-break.exp: Likewise.
18459 * gdb.mi/mi2-cli.exp: Likewise.
18460 * gdb.mi/mi2-console.exp: Likewise.
18461 * gdb.mi/mi2-disassemble.exp: Likewise.
18462 * gdb.mi/mi2-eval.exp: Likewise.
18463 * gdb.mi/mi2-file.exp: Likewise.
18464 * gdb.mi/mi2-read-memory.exp: Likewise.
18465 * gdb.mi/mi2-regs.exp: Likewise.
18466 * gdb.mi/mi2-return.exp: Likewise.
18467 * gdb.mi/mi2-simplerun.exp: Likewise.
18468 * gdb.mi/mi2-stack.exp: Likewise.
18469 * gdb.mi/mi2-stepi.exp: Likewise.
18470 * gdb.mi/mi2-syn-frame.exp: Likewise.
18471 * gdb.mi/mi2-until.exp: Likewise.
18472 * gdb.mi/mi2-var-block.exp: Likewise.
18473 * gdb.mi/mi2-var-child.exp: Likewise.
18474 * gdb.mi/mi2-var-cmd.exp: Likewise.
18475 * gdb.mi/mi2-var-display.exp: Likewise.
18476 * gdb.mi/mi2-watch.exp: Likewise.
18477 * gdb.stabs/exclfwd.exp: Likewise.
18478 * gdb.stabs/weird.exp: Likewise.
18479 * gdb.threads/gcore-thread.exp: Likewise.
18480 * gdb.trace/actions.exp: Likewise.
18481 * gdb.trace/backtrace.exp: Likewise.
18482 * gdb.trace/circ.exp: Likewise.
18483 * gdb.trace/collection.exp: Likewise.
18484 * gdb.trace/deltrace.exp: Likewise.
18485 * gdb.trace/infotrace.exp: Likewise.
18486 * gdb.trace/limits.exp: Likewise.
18487 * gdb.trace/packetlen.exp: Likewise.
18488 * gdb.trace/passc-dyn.exp: Likewise.
18489 * gdb.trace/passcount.exp: Likewise.
18490 * gdb.trace/report.exp: Likewise.
18491 * gdb.trace/save-trace.exp: Likewise.
18492 * gdb.trace/tfind.exp: Likewise.
18493 * gdb.trace/tracecmd.exp: Likewise.
18494 * gdb.trace/while-dyn.exp: Likewise.
18495 * gdb.trace/while-stepping.exp: Likewise.
18496
f4b618d1
JB
184972006-08-08 Joel Brobecker <brobecker@adacore.com>
18498
18499 * gdb.base/step-bt.c: New file.
18500 * gdb.base/step-bt.exp: New testcase.
18501
3d00d119
DJ
185022006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18503
18504 * config/monitor.exp (gdb_load): Remove support for obsolete
18505 download-write-size.
18506 * gdb.base/remote.exp: Likewise. Update all callers of
18507 gdb_timed_load.
18508
017b5bd4
DJ
185092006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18510
18511 * cursal.exp: Pass binfile to gdb_load.
18512
837c599d
DJ
185132006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18514
18515 * gdb.base/cursal.exp: Add "" to gdb_load call.
18516
8dd4540b
MK
185172006-07-29 Mark Kettenis <kettenis@gnu.org>
18518
18519 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18520 NetBSD/ELF targets.
18521
ab5c9f60
DJ
185222006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18523
18524 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18525 operator*.
18526
4c42eaff
DJ
185272006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18528
18529 * gdb.base/completion.exp: Update for change in "file" behavior.
18530 * gdb.stabs/weird.exp: Likewise.
18531 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18532 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18533
0155cc76
NS
185342006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18535
18536 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18537 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18538
16026cd7
AS
185392006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18540
18541 * gdb.base/default.exp: Update source command error message.
18542 * gdb.base/help.exp: Update 'help source' message.
18543
16963cb6
DJ
185442006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18545
18546 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18547 test.
18548
6d7fd486
AS
185492006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18550
18551 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18552
29e8a844
DJ
185532006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18554
18555 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18556
6afcfa39
DJ
185572006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18558
18559 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18560
267a692b
MK
185612006-07-17 Mark Kettenis <kettenis@gnu.org>
18562
18563 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18564 *-*-openbsd* from targets for wich we expect ARM FPA floating
18565 point format.
18566
85d2fec4
NR
185672006-07-17 Nick Roberts <nickrob@snap.net.nz>
18568
18569 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18570
185712006-07-17 Mark Kettenis <kettenis@gnu.org>
18572
18573 * gdb.base/annota3.exp: Expect frame-begin annotation.
18574
85b4c6e8
JB
185752006-07-14 Joel Brobecker <brobecker@adacore.com>
18576
18577 * gdb.base/help.exp: Adjust "help unset" test to accept
18578 any list of unset commands.
18579
fb933624
DJ
185802006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18581 Daniel Jacobowitz <dan@codesourcery.com>
18582
18583 * gdb.cp/ref-params.exp: New test.
18584 * gdb.cp/ref-params.cc: New source file.
18585 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18586
1dff4b64
MK
185872006-07-08 Mark Kettenis <kettenis@gnu.org>
18588
18589 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18590 spaces/tabs in regular expressions since they might not be there.
18591
40d2e0e3
AS
185922006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18593
18594 * gdb.base/ifelse.exp: New file.
18595
f6c957d2
NS
185962006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18597
18598 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18599 line.
18600 * gdb.base/huge.exp: Loop over compilation to find a size that
18601 is acceptable.
18602 * gdb.base/remote.exp: Correct expected strings.
18603 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18604
b9c5a23d
DJ
186052006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18606
18607 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18608
9af2e58d
DJ
186092006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18610
18611 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18612 native.
18613
30930ca5
DJ
186142006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18615
18616 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18617 enable stabs testing.
18618
aa32fa1d
DJ
186192006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18620
bd4a4c80 18621 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
18622 gdb_test_multiple does.
18623
321fef15
DJ
186242006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18625
18626 * Makefile.in (host_alias): Remove.
18627 (target_alias): Use @target_noncanonical@.
18628 (site.exp): Don't set host_alias.
18629 * aclocal.m4: Remove contents. Include acx.m4.
18630 * configure: Regenerated.
18631 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18632
e1c2defa
NS
186332006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18634
e63b55d1
NS
18635 * lib/gdb.exp (gdb_load_cmd): New.
18636
5600ea19
NS
18637 * gdb.base/fileio.c: Add system(NULL) test.
18638 * gdb.base/fileio.exp: Check it.
18639
e1c2defa
NS
18640 * gdb.base/break.c: Add 10a breakpoint at }
18641 * gdb.base/break.exp: Add test for breakpoint at }
18642 * gdb.cp/anon-union.cc: Add code at end of function.
18643 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18644 * gdb.mi/var-cmd.c: Add code at end of function.
18645 * gdb.mi/mi-var-display.exp: Adjust end of next.
18646 * gdb.mi/mi2-var-display.exp: Likewise.
18647 * gdb.base/fileio.c: Add stop function and insert calls at
18648 stopping places.
18649 * gdb.base/fileio.exp: Breakpoint stop function and remove
18650 explicit line number references.
18651
6c0112ec
JB
186522006-05-19 Joel Brobecker <brobecker@adacore.com>
18653
a9c64011
AS
18654 * gdb.base/del.exp (test_delete_alias): New function.
18655 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 18656
154189a4
FF
186572006-05-18 Fred Fish <fnf@specifix.com>
18658
18659 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18660 required. Check for spurious output after program exits normally.
18661
582e64c2
FF
186622006-05-17 Fred Fish <fnf@specifix.com>
18663
18664 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18665 gdb_load, so it works in the simulator.
18666
8ef6493a
FF
186672006-05-11 Fred Fish <fnf@specifix.com>
18668
18669 * gdb.base/bang.exp: Ignore unexpected output between the
18670 "program exited normally" and the gdb prompt, as many other
18671 tests do.
18672
692b141c
MK
186732006-05-07 Mark Kettenis <kettenis@gnu.org>
18674
18675 * gdb.base/help.exp: Make "delete checkpoint" part option for
18676 "help d" and "help delete" tests.
18677
540b8a30
UW
186782006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18679
a9c64011 18680 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
18681 expected output in some mi_gdb_test statements.
18682 * gdb.mi/mi2-basics.exp: Likewise.
18683
9b6462d9
JB
186842006-05-05 Joel Brobecker <brobecker@adacore.com>
18685
18686 * gdb.base/del.c: New file.
18687 * gdb.base/del.exp: New testcase.
18688
954de43b
DM
186892006-05-05 David S. Miller <davem@sunset.davemloft.net>
18690
18691 * gdb.base/break.exp: Do not assume a breakpoint on
18692 main will actually be in $srcfile when optimizing.
1303f75e
DM
18693 * gdb.base/savedregs.exp: Do not require that the dummy
18694 frame location match up to a symbol and source file location.
c3242428
DM
18695 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18696 will get printed without a mi_cmd_data_list_register_values prefix.
18697 (*-data-list-register-*): Correct regular expressions to expect the new
18698 pseudo d? floating point registers.
18699 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 18700
c7e64c9a
DJ
187012006-05-05 Christophe Lyon <christophe.lyon@st.com>
18702
18703 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18704 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18705 is allocated by the compiler.
18706 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18707 anons, e, anone to force their allocation by the compiler.
18708
187092006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
18710
18711 * gdb.base/help.exp: Update expected text for help d and
18712 help delete.
18713
27ce9a6d
MK
187142006-05-02 Mark Kettenis <kettenis@gnu.org>
18715
18716 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18717 NetBSD/ELF targets.
18718
8608915f
MK
187192006-04-30 Mark Kettenis <kettenis@gnu.org>
18720
18721 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18722 single-step breakpoint fails; make this a KFAIL on
18723 sparc*-*-openbsd*.
18724 * gdb.base/siginfo.exp: Likewise.
18725 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18726
b8db102d
MS
187272006-04-26 Michael Snyder <msnyder@redhat.com>
18728
18729 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18730 which may have to consume output from other forks.
18731 Add tests to make sure that "delete fork" succeeded.
18732
c702009a
MS
187332006-04-20 Michael Snyder <msnyder@redhat.com>
18734
18735 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18736 Add support for the Renesas M32C and M16C.
18737
18738 * gdb.asm/asm-source.exp: Add m32c target.
18739 * gdb.asm/m32c.inc: Support for m32c target.
18740
e28493f2
AS
187412006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
18742
18743 * gdb.base/commands.exp (recursive_source_test): New test.
18744
880da185
DM
187452006-04-04 David S. Miller <davem@sunset.davemloft.net>
18746
18747 * gdb.base/float.exp: Add pattern for sparc targets.
18748
61d9b92f
DJ
187492006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18750
18751 * gdb.base/commands.exp (stray_arg0_test): New test.
18752
bd717df8
PB
187532006-03-30 Paul Brook <paul@codesourcery.com>
18754
18755 * gdb.mi/mi-until.exp: kfail broken until command.
18756 * gdb.mi/mi2-until.exp: Ditto.
18757
ec793d3c
NR
187582006-03-27 Nick Roberts <nickrob@snap.net.nz>
18759
18760 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
18761
831004b7
AO
187622006-03-08 Alexandre Oliva <aoliva@redhat.com>
18763
18764 * gdb.base/prelink.exp: Anchor tested-for regular expression
18765 on gdb prompt.
18766
effe49a0
PB
187672006-03-07 Paul Brook <paul@codesourcery.com>
18768
18769 * gdb.base/assign.exp: Correct fail message.
18770
e5461016
PB
187712006-03-07 Paul Brook <paul@codesourcery.com>
18772
18773 * lib/compiler.c: Extract armcc version number.
18774 * lib/compiler.cc: Ditto.
18775
fc91c6c2
PB
187762006-03-07 Paul Brook <paul@codesourcery.com>
18777
18778 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
18779 additional_flags=-w.
18780 * gdb.arch/altivec-regs.exp: Ditto.
18781 * gdb.arch/e500-abi.exp: Ditto.
18782 * gdb.arch/e500-regs.exp: Ditto.
18783 * gdb.base/all-bin.exp: Ditto.
18784 * gdb.base/annota1.exp: Ditto.
18785 * gdb.base/annota3.exp: Ditto.
18786 * gdb.base/args.exp: Ditto.
18787 * gdb.base/arithmet.exp: Ditto.
18788 * gdb.base/assign.exp: Ditto.
18789 * gdb.base/async.exp: Ditto.
18790 * gdb.base/bang.exp: Ditto.
18791 * gdb.base/break.exp: Ditto.
18792 * gdb.base/call-rt-st.exp: Ditto.
18793 * gdb.base/completion.exp: Ditto.
18794 * gdb.base/cond-expr.exp: Ditto.
18795 * gdb.base/condbreak.exp: Ditto.
18796 * gdb.base/consecutive.exp: Ditto.
18797 * gdb.base/define.exp: Ditto.
18798 * gdb.base/display.exp: Ditto.
18799 * gdb.base/ena-dis-br.exp: Ditto.
18800 * gdb.base/environ.exp: Ditto.
18801 * gdb.base/eval-skip.exp: Ditto.
18802 * gdb.base/info-proc.exp: Ditto.
18803 * gdb.base/jump.exp: Ditto.
18804 * gdb.base/logical.exp: Ditto.
18805 * gdb.base/long_long.exp: Ditto.
18806 * gdb.base/maint.exp: Ditto.
18807 * gdb.base/miscexprs.exp: Ditto.
18808 * gdb.base/pc-fp.exp: Ditto.
18809 * gdb.base/pointers.exp: Ditto.
18810 * gdb.base/relational.exp: Ditto.
18811 * gdb.base/reread.exp: Ditto.
18812 * gdb.base/sect-cmd.exp: Ditto.
18813 * gdb.base/sep.exp: Ditto.
18814 * gdb.base/sepdebug.exp: Ditto.
18815 * gdb.base/until.exp: Ditto.
18816 * gdb.base/whatis-exp.exp: Ditto.
18817 * gdb.cp/annota2.exp: Ditto.
18818 * gdb.cp/annota3.exp: Ditto.
18819 * gdb.trace/actions.exp: Ditto.
18820 * gdb.trace/backtrace.exp: Ditto.
18821 * gdb.trace/circ.exp: Ditto.
18822 * gdb.trace/collection.exp: Ditto.
18823 * gdb.trace/deltrace.exp: Ditto.
18824 * gdb.trace/infotrace.exp: Ditto.
18825 * gdb.trace/limits.exp: Ditto.
18826 * gdb.trace/packetlen.exp: Ditto.
18827 * gdb.trace/passc-dyn.exp: Ditto.
18828 * gdb.trace/passcount.exp: Ditto.
18829 * gdb.trace/report.exp: Ditto.
18830 * gdb.trace/save-trace.exp: Ditto.
18831 * gdb.trace/tfind.exp: Ditto.
18832 * gdb.trace/tracecmd.exp: Ditto.
18833 * gdb.trace/while-dyn.exp: Ditto.
18834 * gdb.trace/while-stepping.exp: Ditto.
18835 * lib/gdb.exp: Ditto.
18836 (gdb_compile): Handle nowarning option.
18837
5f4a23d9
AO
188382006-03-07 Alexandre Oliva <aoliva@redhat.com>
18839
18840 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
18841 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
18842 Rename executable to prelinkt. Don't re-prelink if we didn't
18843 get a core file. Test prelink -u exit status to tell whether
18844 prelinking failed. Use gdb_test_multiple.
18845
9733fc94
DJ
188462006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
18847
18848 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
18849 (do_tests): Call it.
18850
cc10cae3
AO
188512006-02-28 Alexandre Oliva <aoliva@redhat.com>
18852
18853 * gdb.base/prelink.exp: New test.
18854 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
18855
15c46491
WZ
188562006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
18857
18858 * gdb.fortran/derived-type.f90: New file.
18859 * gdb.fortran/derived-type.exp: New testcase.
18860
5c9f7ded
DJ
188612006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
18862
18863 * gdb.base/default.exp: Allow ';' as a directory separator.
18864
5b96932b
AS
188652006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18866
18867 * gdb.base/help.exp (help add-symbol-file): Update.
18868
1986bccd
AS
188692006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18870
18871 * gdb.base/help.exp (help load): Update expected results.
18872
a8b7528f
FF
188732006-02-19 Fred Fish <fnf@specifix.com>
18874
18875 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
18876 specifix hex value as part of results.
18877 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 18878
f8261448
FF
188792006-02-16 Fred Fish <fnf@specifix.com>
18880
18881 * gdb.base/whatis.c: Define variables using typedefs char_addr,
18882 ushort_addr, and slong_addr, so the typedefs are not optimized
18883 away.
18884 * gdb.base/whatis.exp: Add tests using type name for struct type,
18885 union type, enum type, and typedef.
a9c64011 18886
31d8bdd2
MK
188872006-02-13 Mark Kettenis <kettenis@gnu.org>
18888
18889 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
18890
34e41e63
JB
188912006-02-13 Jim Blandy <jimb@redhat.com>
18892
18893 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
18894 case where it takes two "next" commands to skip past the init
18895 call.
18896
ac6e4f31
FF
188972006-02-12 Fred Fish <fnf@specifix.com>
18898
18899 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
18900 to handle cases where it takes two "next" commands to skip
18901 past the init call.
18902
2db2d571
JB
189032006-02-07 Joel Brobecker <brobecker@adacore.com>
18904
18905 * gdb.ada/array_return.exp: Mark the last test as expected to fail
18906 on hppa32 targets.
18907
38fcd64c
DJ
189082006-02-06 Vladimir Prus <ghost@cs.msu.su>
18909
18910 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
18911 field.
18912
1315ad46
MK
189132006-01-29 Mark Kettenis <kettenis@gnu.org>
18914
18915 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
18916
5625b943
DJ
189172006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18918
18919 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
18920 files.
18921
80df1bbe
DJ
189222006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18923
18924 * gdb.cp/maint.exp: Set complaints to a positive value.
18925
9078e690
DJ
189262006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18927
18928 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
18929 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
18930 function name.
18931
9c903399
DJ
189322006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18933
18934 * gdb.base/checkpoint.c: Update copyright notice. Include
18935 <stdlib.h>.
18936
761ae4d6
JB
189372006-01-04 Jim Blandy <jimb@redhat.com>
18938
18939 * gdb.asm/asm-source.exp: Independently provide default values for
18940 asm-flags and debug-flags. Use 'string equal' to do the
18941 comparison, not the implicit expr's '==' operator. Remove
18942 now-unneeded assignments to asm-flags. In h8300 case, place
18943 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
18944
099ac3dd
MS
189452006-01-04 Michael Snyder <msnyder@redhat.com>
18946
18947 * gdb.base/checkpoint.c: New file.
18948 * gdb.base/checkpoint.exp: New file.
18949 * gdb.base/multi-fork.c: New file.
18950 * gdb.base/multi-fork.exp: New file.
18951 * gdb.base/pi.txt: New file (data for checkpoint.c test).
18952
f4d85314
FF
189532006-01-04 Fred Fish <fnf@specifix.com>
18954
18955 * gdb.base/ptype.c (foo): Add typedef.
18956 (intfoo): Add function.
18957 * gdb.base/ptype1.c: New file.
18958 * gdb.base/ptype.exp: Handle compilation and linking with two
18959 source files. Test that proper type for "foo" is found based
18960 on source context rather than first match found in symtabs.
18961
a1b06f35
MK
189622005-12-28 Mark Kettenis <kettenis@gnu.org>
18963
18964 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
18965 * gdb.asm/openbsd.inc: Indent commands.
18966
d082a1e2
MK
189672005-12-26 Mark Kettenis <kettenis@gnu.org>
18968
c65016bd
MK
18969 * gdb.base/freebpcmd.exp: Increase timeout.
18970
d082a1e2
MK
18971 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
18972
d3c32a0e
DJ
189732005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
18974
18975 * gdb.base/default.exp: Update check for "show version".
18976
9fdb1f50
RC
189772005-12-09 Randolph Chung <tausq@debian.org>
18978
18979 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
18980 * gdb.asm/pa64.inc: New file.
18981
5f2c56f7
RC
189822005-12-09 Randolph Chung <tausq@debian.org>
18983
18984 * gdb.asm/common.inc: Indent commands.
18985 * gdb.asm/asmsrc1.s: Likewise.
18986 * gdb.asm/asmsrc2.s: Likewise.
18987
8117349c
RC
189882005-12-09 Randolph Chung <tausq@debian.org>
18989
18990 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
18991 (get_addr_of_sym): Remove duplicate print.
18992 (gen_core): xfail hppa*-*-hpux*, update expected output.
18993 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
18994 * gdb.arch/pa64-nullify.s: New file.
18995
8f07f25a
RC
189962005-12-09 Randolph Chung <tausq@debian.org>
18997
18998 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
18999
55b39184
DJ
190002005-12-07 Christophe Lyon <christophe.lyon@st.com>
19001
19002 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19003 code generation for these functions.
19004 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19005 error message.
19006
31e2b00f
AS
190072005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19008
19009 * gdb.base/help.exp (help b, help br, help bre, help brea)
19010 (help break): Update the expected message.
19011
c3d0b56e
SC
190122005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19013
19014 * gdb.asm/m68hc11.inc: Setup the data section.
19015 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19016 script for this test.
19017 (m6812-*-*): Likewise.
19018
36ae0ea9
RC
190192005-11-09 Randolph Chung <tausq@debian.org>
19020
19021 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
19022
9d6f42e9
WZ
190232005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
19024
19025 * gdb.base/break.exp: Fix a comment typo.
19026
e2126a14
EZ
190272005-11-03 Jim Blandy <jimb@redhat.com>
19028
a9c64011
AS
19029 Checked in by Elena Zannoni <ezannoni@redhat.com>
19030
889bf7c5 19031 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 19032
e0ac7199
CV
190332005-11-02 Corinna Vinschen <vinschen@redhat.com>
19034
19035 * gdb.arch/gdb1558.c: Include stdio.h.
19036
31d3fb18
MK
190372005-10-31 Mark Kettenis <kettenis@gnu.org>
19038
19039 * gdb.asm/asm-source.exp: Use -e instead of --entry.
19040
e52b687c
MK
190412005-10-31 Mark Kettenis <kettenis@gnu.org>
19042
19043 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
19044
f4711d79
PG
190452005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
19046
a9c64011
AS
19047 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19048 vscr" tests to better match output.
f4711d79 19049
987a9106
JB
190502005-10-12 Jim Blandy <jimb@redhat.com>
19051
19052 * gdb.base/structs.exp (any): New function.
19053 (test_struct_returns): Don't make any assumptions at all about
19054 what value the function returns when GDB can't set the return
19055 value.
19056
2336bb58
JB
190572005-10-09 Joel Brobecker <brobecker@adacore.com>
19058
19059 * gdb.ada/arrayidx/p.adb: New file.
19060 * gdb.ada/arrayidx.exp: New testcase
19061
190622005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
19063
19064 * gdb.ada/array_return/pck.ads: New file.
19065 * gdb.ada/array_return/pck.adb: New file.
19066 * gdb.ada/array_return/p.adb: New file.
19067 * gdb.ada/array_return.exp: New testcase.
19068
705335ea
JB
190692005-10-03 Joel Brobecker <brobecker@adacore.com>
19070
a9c64011
AS
19071 * gdb.base/arrayidx.c: New file.
19072 * gdb.base/arrayidx.exp: New testcase.
705335ea 19073
11ee9940
NR
190742005-09-29 Nick Roberts <nickrob@snap.net.nz>
19075
19076 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
19077 frames-invalid and breakpoints-invalid are no longer generated
19078 with level 3 so don't expect them in the output.
19079
39fb8e9e
BR
190802005-09-27 Bob Rossi <bob@brasko.net>
19081
a9c64011 19082 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
19083 from test. Escape the | in mi_gdb_test call.
19084 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
19085 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
19086 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
19087 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
19088 expected regex's in mi_gdb_test calls.
19089 * lib/mi-support.exp: Remove arbitrary .* from tests.
19090 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
19091 Fully anchor GDB/MI expected results in mi_gdb_test.
19092 * lib/gdb.exp (string_to_regexp): Escape the ] character.
19093 * gdb.base/sizeof.exp: Remove escape character. Correct test.
19094
2af48f68
PB
190952005-09-26 Paul Brook <paul@codesourcery.com>
19096
19097 * long_long.exp: Exclude eabi targets from arm FPA float format test.
19098
f34502bc
WZ
190992005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19100
19101 * bfp-test.c: New file.
19102 * bfp-test.exp: New testcase.
19103
ca929517
WZ
191042005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19105
19106 * gdb.fortran/subarray.exp: New testcase to test the evaluation
19107 of subarray and substring variable.
19108 * gdb.fortran/subarray.f: New source file for the test of subarray
19109 and substring variable evaluation.
19110 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
19111 of string constant.
19112
c761af65
DJ
191132005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
19114
19115 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
19116 copyright dates.
19117
561d7a1d
PG
191182005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
19119
19120 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
19121 powerpc altivec' test with an almost identical 'info vector' test.
19122
b2b64cc9
PG
191232005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19124
a9c64011
AS
19125 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19126 vscr" tests to match output.
b2b64cc9 19127
6ac4d15a
PG
191282005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19129
a9c64011
AS
19130 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
19131 output.
6ac4d15a 19132
40e55bef
BR
191332005-09-11 Bob Rossi <bob@brasko.net>
19134
889bf7c5
PA
19135 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
19136 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
19137 commands that return an MI output command and an asyncronous MI output
19138 command.
40e55bef
BR
19139 * gdb.mi/mi-console.exp: Ditto.
19140
3c7385ec
BR
191412005-09-11 Bob Rossi <bob@brasko.net>
19142
19143 * gdb.mi/mi-var-child.c: Include <string.h>.
19144
a6cd0eb3
DJ
191452005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
19146
19147 * killed.exp: Correct gdb_expect syntax.
19148
2f168eed
CV
191492005-08-09 Corinna Vinschen <vinschen@redhat.com>
19150
19151 * lib/mi-support.exp (mi_gdb_load): Fix typo.
19152
ecd3fd0f
BR
191532005-08-02 Bob Rossi <bob@brasko.net>
19154
19155 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
19156 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
19157 Change tests to inferior-tty-set/show.
19158 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
19159 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
19160 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
19161 inferior. Use mi_gdb_test to get GDB and Inferior output.
19162 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
19163 descriptor.
19164 (mi_inferior_tty_name): Add inferior PTY file name.
19165 (mi_gdb_start): Add INFERIOR_PTY parameter.
19166 (mi_gdb_test): Add IPATTERN parameter.
19167
f1ea48cb 191682005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 19169
f1ea48cb
BR
19170 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19171 parameter to mi_gdb_test.
19172 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19173
6e650a67
DJ
191742005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19175
19176 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19177 struct_declarations.
19178 * gdb.mi/mi-var-child.exp: Step over the initialization of
19179 struct_declarations.
19180
8be260b6
DJ
191812005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19182
19183 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19184 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19185 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19186 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19187 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19188 file.
19189
4e660f07
NR
191902005-07-27 Nick Roberts <nickrob@snap.net.nz>
19191
19192 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19193 (do_children_tests): Assign values to the extra elements.
19194
19195 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19196 them for tests for "-var-update --no-values" and
a9c64011 19197 "-var-update --all-values".
4e660f07
NR
19198 Add test for "-var-list-children --simple-values".
19199
19200 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19201
19202 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19203 "-stack-list-locals --simple-values" Improve doc strings and
19204 comments.
19205
6bdae935
MK
192062005-07-18 Mark Kettenis <kettenis@gnu.org>
19207
598b7a6f
MK
19208 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19209 *-*-openbsd*.
19210 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19211
6bdae935
MK
19212 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19213 sigaltsatck'.
19214
1323e929 192152005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 19216
1323e929
BR
19217 * gdb.base/default.exp (tty): Changed output of command.
19218 * gdb.base/help.exp (help tty): Ditto.
19219
b1a9c082
MK
192202005-07-12 Mark Kettenis <kettenis@gnu.org>
19221
19222 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19223
10a844a2
MK
192242005-07-10 Mark Kettenis <kettenis@gnu.org>
19225
19226 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19227 -stack-select-frame without arguments.
19228 (test_stack_frame_listing): Add test for newly implemented command
19229 -stack-info-frame.
19230
3cb3b8df
BR
192312005-07-06 Bob Rossi <bob@brasko.net>
19232
19233 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19234 command.
19235 (Copyright): Update copyright.
19236
a0c5fbcf
WZ
192372005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19238
19239 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19240 tests to evaluate exponentiation expression.
19241
984971d0
AS
192422005-06-29 Andreas Schwab <schwab@suse.de>
19243
19244 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19245 main to avoid warnings.
19246
19247 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19248
fe03833f
NR
192492005-06-20 Nick Roberts <nickrob@snap.net.nz>
19250
19251 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19252 -stack-select-frame without arguments.
19253 (test_stack_frame_listing): Add test for newly implemented command
19254 -stack-info-frame.
a9c64011 19255
7a55f279
WZ
192562005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19257
0ffa0ea5
DJ
19258 * gdb.fortran/array-element.f: New file.
19259 * gdb.fortran/array-element.exp: New testcase.
7a55f279 19260
26585198
DJ
192612005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19262
19263 * gdb.base/bigcore.exp: Correct checks for systems which can
19264 not dump a large core file.
19265
c1bd25fd
DJ
192662005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19267
19268 * gdb.base/relocate.c: Add a copyright notice.
19269 (dummy): Remove.
19270 * gdb.base/relocate.exp: Test printing the values of variables
19271 from a relocatable file.
19272
589e074d
DJ
192732005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19274
19275 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19276 excess MI output after an error.
19277
0915f927
JB
192782005-05-29 Joel Brobecker <brobecker@adacore.com>
19279
19280 * gdb.arch/alpha-step.c: New file.
19281 * gdb.arch/alpha-step.exp: New testcase.
19282
76ff342d
DJ
192832005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19284 Dennis Brueni <dennis@slickedit.com>
19285
19286 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19287 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19288 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19289 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19290 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19291 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19292 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19293
96b0c7ac
DJ
192942005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19295 Wu Zhou <woodzltc@cn.ibm.com>
19296
19297 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19298 IBM's xlc compiler.
19299 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19300 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19301
f21565d2
JB
193022005-05-13 Jim Blandy <jimb@redhat.com>
19303
19304 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19305 calling gdb_suppress_entire_file.
19306 * gdb.base/charset.exp: Same.
19307 * gdb.base/call-rt-st.exp: Same.
19308
6006a3a1
BR
193092005-05-05 Bob Rossi <bob_rossi@cox.net>
19310
19311 * lib/gdb.exp (fullname_syntax): Added global regex.
19312 (fullname_syntax_POSIX): Ditto.
19313 (fullname_syntax_UNC): Ditto.
19314 (fullname_syntax_DOS_CASE): Ditto.
19315 (fullname_syntax_DOS): Ditto.
19316 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
19317 fullname_syntax variable to scope and use it.
19318 (test_file_list_exec_source_files): Ditto.
19319 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
19320
c3b69c04
DJ
193212005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
19322
19323 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
19324
3c95e6af
PG
193252004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
19326
a9c64011
AS
19327 * lib/gdb.exp (skip_altivec_tests): New function, based on
19328 check_vmx_hw_available from the GCC testsuite.
19329 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
19330 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 19331
78df6c56
JB
193322005-05-02 Jim Blandy <jimb@redhat.com>
19333
19334 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
19335 calling gdb_suppress_entire_file.
19336
1690f9cf
DJ
193372005-04-30 Randolph Chung <tausq@debian.org>
19338
19339 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
19340 Slightly relax "sem_post" name checking.
19341
5ea106f7
PG
193422005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19343
19344 * gdb.base/unload.exp: Use new shared library infrastructure.
19345
bf7234cf
PG
193462005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19347
19348 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 19349 infrastructure.
bf7234cf 19350
547b869a
CV
193512005-04-29 Corinna Vinschen <vinschen@redhat.com>
19352
19353 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
19354 * gdb.asm/h8300.inc: New file.
19355
f07e55f0
PG
193562005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19357
19358 * gdb.base/shlib-call.exp: Change to use new shared library
19359 infrastructure.
19360
3cbba3d1
PG
193612005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19362
a9c64011
AS
19363 * gdb.base/pending.exp: Change to use new shared library
19364 infrastructure.
3cbba3d1 19365
ed6df200
PG
193662005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19367
a9c64011
AS
19368 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19369 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 19370
8c8f4ebe
PG
193712005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19372
a9c64011
AS
19373 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19374 shared objects being adjusted and update copyright years.
8c8f4ebe 19375
607fbc54
DJ
193762005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19377
19378 * ChangeLog: Correct some 2003-01-13 dates.
19379 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19380 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19381 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19382 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19383 gdb.trace/tfind.exp: Update copyright years.
19384
57bf0e56
DJ
193852005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19386 Daniel Jacobowitz <dan@codesourcery.com>
19387
19388 * lib/gdb.exp (gdb_compile): Handle shlib=.
19389 (gdb_compile_shlib): New function.
19390
9b593790
PG
193912005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19392
a9c64011 19393 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 19394
9494c6a5
DJ
193952005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19396
19397 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19398 gdb.server.
19399 * configure.ac: Likewise.
19400 * configure: Regenerated.
19401 * gdb.gdbserver/Makefile.in: Moved to...
19402 * gdb.server/Makefile.in: ... here.
19403 * gdb.gdbserver/server.c: Moved to...
19404 * gdb.server/server.c: ... here.
19405 * gdb.gdbserver/server-run.exp: Moved to...
19406 * gdb.server/server-run.exp: ... here.
19407
6f8eac0e
DJ
194082005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19409
19410 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19411 * configure.ac: Create gdb.gdbserver/Makefile.
19412 * configure: Regenerated.
19413 * lib/gdbserver-support.exp: New file, derived from
19414 config/gdbserver.exp.
19415 * config/gdbserver.exp: Use gdbserver-support.exp.
19416 * gdb.gdbserver/Makefile.in: New file.
19417 * gdb.gdbserver/server.c: New file.
19418 * gdb.gdbserver/server-run.exp: New file.
19419
6e87504d
PG
194202005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19421
a9c64011
AS
19422 * lib/gdb.exp (test_compiler_info): Return compiler_info
19423 if no arguments are given.
6e87504d 19424
d1779be4
PG
194252005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19426
19427 * gdb.arch/altivec-abi.exp: Check for compiler and set
19428 use altivec' flag accordingly.
19429 * gdb.arch/altivec-regs.exp: Likewise.
19430
88750304
DJ
194312005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19432
19433 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19434
f3fb768d
AS
194352005-03-27 Andreas Schwab <schwab@suse.de>
19436
19437 * gdb.base/bigcore.c (main): Add missing mode argument in open
19438 call.
19439
7e813ac5
DJ
194402005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19441
19442 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19443 downloads.
19444 * config/gdbserver.exp (gdb_load): Likewise.
19445
8e3049aa
PB
194462005-03-14 Paul Brook <paul@codesourcery.com>
19447
19448 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19449 targets.
19450
a9df7c44
JB
194512005-03-09 Joel Brobecker <brobecker@adacore.com>
19452
19453 * gdb.dwarf2/dup-psym.S: New file.
19454 * gdb.dwarf2/dup-psym.exp: New testcase.
19455
9f0d94e8
JB
194562005-03-09 Joel Brobecker <brobecker@adacore.com>
19457
19458 * gdb.ada/exec_changed/first.adb: New file.
19459 * gdb.ada/exec_changed/second.adb: New file.
19460 * gdb.ada/exec_changed.exp: New testcase.
19461
5f579bc5
NS
194622005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19463
36e9969c
NS
19464 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19465 (A2): New class.
19466 (main): Test operator+.
19467 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19468 breakpoint test.
19469
5f579bc5
NS
19470 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19471 * gdb.base/signull.exp: Disable if gdb,nosignals.
19472 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19473 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19474 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19475 * gdb.mi/mi2-console.exp: Likewise.
19476 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19477 continue output at start.
19478 (gdb_collect_locals_test): Robustify regexp.
19479 * gdb.trace/passc-dyn.exp: Fix comment typo.
19480 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19481
be46087e
CV
194822005-03-08 Corinna Vinschen <vinschen@redhat.com>
19483
19484 * gdb.asm/asm-source.exp: Add iq2000 case.
19485 * gdb.asm/iq2000.inc: New file.
19486
384e1a61 194872005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 19488
384e1a61
MI
19489 * gdb.base/command.exp: Change hardcoded value to regular expression.
19490 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19491
584b6e9e
DJ
194922005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19493
19494 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19495 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19496 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19497 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19498 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19499
ab5b5d61
MK
195002005-03-05 Mark Kettenis <kettenis@gnu.org>
19501
19502 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19503 changes.
19504
ae051c1b
PG
195052004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19506
a9c64011
AS
19507 * lib/compiler.c: Add test for IBM's xlc compiler.
19508 * lib/compiler.cc: Likewise.
ae051c1b 19509
3f0f6ed2
JB
195102004-02-24 Joel Brobecker <brobecker@adacore.com>
19511
19512 * gdb.ada/fixed_points.exp: Create compilation object directory
19513 before running the test.
19514 * gdb.ada/null_record.exp: Likewise.
19515 * gdb.ada/packed_array.exp: Likewise.
19516 * gdb.ada/start.exp: Likewise.
19517
724f452b
JB
195182005-02-15 Joel Brobecker <brobecker@adacore.com>
19519
19520 * gdb.ada/packed_array/pa.adb: New file.
19521 * gdb.ada/packed_array.exp: New testcase.
19522
57f5cdfb 195232005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 19524
1f393151
MK
19525 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19526 files.
19527
ebdda337
MK
19528 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19529 on *-*-openbsd*. Correctly match whitespace in regukar
19530 expressions.
19531
cf309262
DJ
195322005-02-10 Daniel Jacobowitz <dan@debian.org>
19533
19534 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19535 PR exp/1821
19536 * gdb.base/gdb1821.c: New test file.
19537 * gdb.base/gdb1821.exp: New test file.
19538
3be49e7a
JB
195392005-02-09 Joel Brobecker <brobecker@adacore.com>
19540
19541 * gdb.base/start.c: New file.
19542 * gdb.base/start.exp: New testcase.
19543
e292e67d
JB
195442005-02-09 Joel Brobecker <brobecker@adacore.com>
19545
19546 * gdb.ada/start/dummy.adb: New file.
19547 * gdb.ada/start.exp: New testcase.
19548
dbdfa66c
CV
195492005-02-09 Corinna Vinschen <vinschen@redhat.com>
19550
19551 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19552 for printing symbols and statistics.
19553 Add test for using relative pathnames in "maint print msymbols" test.
19554 Mark "maint info sections DATA" XFAIL on Cygwin.
19555 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19556 tests.
19557
d7941671
AC
195582005-02-09 Andreas Schwab <schwab@suse.de>
19559
19560 Committed by Andrew Cagney <cagney@gnu.org>
19561 * gdb.base/remotetimeout.exp: New file.
19562
74e5ef44
MK
195632005-02-07 Mark Kettenis <kettenis@gnu.org>
19564
19565 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19566
464dd14d
JB
195672005-02-03 Joel Brobecker <brobecker@adacore.com>
19568
19569 * gdb.ada/gnat_ada.gpr: New file.
19570 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19571 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19572 * configure.ac: No longer generate gnat_ada.gpr.
19573 * configure: Regenerate.
19574 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19575 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19576 * gdb.ada/null_record/bar.ads: Likewise.
19577 * gdb.ada/null_record/bar.adb: Likewise.
19578 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19579 * gdb.ada/null_record.exp (testdir): New variable.
19580 (testfile): executable is now in testdir subdirectory.
19581 (srcfile): Use full path to the main compilation unit.
19582 * gdb.ada/fixed_points.exp: Same changes as above.
19583
30d756ae
NR
195842005-02-03 Nick Roberts <nickrob@snap.net.nz>
19585
19586 * gdb.base/interp.exp: New test.
19587
9d799f85
AC
195882005-01-24 Andrew Cagney <cagney@gnu.org>
19589
19590 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19591
15656118
AC
195922005-01-19 Andrew Cagney <cagney@gnu.org>
19593
a892c31b
AC
19594 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19595 configure.ac not configure.in.
19596
15656118
AC
19597 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19598 of powerpc*-*-*.
19599 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 19600 * gdb.base/list.exp (test_list_function)
15656118
AC
19601 (test_list_filename_and_function): Ditto.
19602 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19603
a7b01baf
AC
196042005-01-16 Andrew Cagney <cagney@gnu.org>
19605
17d92a02
AC
19606 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19607
a7b01baf
AC
19608 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19609
bc8332bb
AC
196102005-01-14 Andrew Cagney <cagney@gnu.org>
19611
19612 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19613 * gdb.mi/mi2-var-cmd.exp: Ditto.
19614
4d074752
CV
196152005-01-10 Corinna Vinschen <vinschen@redhat.com>
19616
19617 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19618
bec39cab
AC
196192005-01-07 Andrew Cagney <cagney@gnu.org>
19620
19621 * configure.ac: Rename configure.in, require autoconf 2.59.
19622 * configure: Re-generate.
19623 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19624 * gdb.stabs/configure: Re-generate.
19625 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19626 * gdb.hp/configure: Re-generate.
19627 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19628 autoconf 2.59.
19629 * gdb.hp/gdb.objdbg/configure: Re-generate.
19630 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19631 autoconf 2.59.
19632 * gdb.hp/gdb.defects/configure: Re-generate.
19633 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19634 autoconf 2.59.
19635 * gdb.hp/gdb.compat/configure: Re-generate.
19636 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19637 autoconf 2.59.
19638 * gdb.hp/gdb.base-hp/configure: Re-generate.
19639 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19640 autoconf 2.59.
19641 * gdb.hp/gdb.aCC/configure: Re-generate.
19642
f10b16d4
JB
196432004-12-15 Jim Blandy <jimb@redhat.com>
19644
19645 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19646 under NPTL when there is debugging info available for libpthread.
19647
fb6e1814
JG
196482004-12-13 Jerome Guitton <guitton@gnat.com>
19649
19650 * gdb.ada/fixed_points.c: New file.
19651 * gdb.ada/fixed_points.exp: New file.
19652
fe46cd3a
RC
196532004-12-03 Randolph Chung <tausq@debian.org>
19654
19655 * gdb.arch/pa-nullify.exp: New file.
19656 * gdb.arch/pa-nullify.s: New file.
19657
8de0841b
RC
196582004-11-30 Randolph Chung <tausq@debian.org>
19659
19660 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19661 instead of "tbug". Fix regexp to work properly with gdb_test.
19662
c8170782
PH
196632004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19664
19665 * gdb.base/bitfields2.exp: New test.
19666 * gdb.base/bitfields2.c: New file.
19667
954269c2
RE
196682004-11-28 Richard Earnshaw <rearnsha@arm.com>
19669
19670 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19671
0107feed
RC
196722004-11-16 Randolph Chung <tausq@debian.org>
19673
19674 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19675
f073ae8c
DJ
196762004-11-14 Daniel Jacobowitz <dan@debian.org>
19677
19678 * gdb.threads/threadapply.exp: Correct "macro details" test.
19679
19ad59e7
JJ
196802004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19681
19682 * gdb.threads/threadapply.exp: New test.
19683 * gdb.threads/threadapply.c: New file.
19684
9cf0961b
MK
196852004-11-07 Mark Kettenis <kettenis@gnu.org>
19686
19687 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19688 frames.
19689
c789492a
FL
196902004-11-05 Felix Lee <felix+log1@specifixinc.com>
19691
19692 * gdb.base/cursal.exp: New file.
19693 * gdb.base/cursal.c: New file.
19694
a1e167bb
AC
196952004-11-03 Andrew Cagney <cagney@gnu.org>
19696
19697 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19698
b7cbf173
MK
196992004-10-30 Mark Kettenis <kettenis@gnu.org>
19700
19701 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19702 NetBSD/ELF targets.
19703
88f9d34f
JB
197042004-10-29 Joel Brobecker <brobecker@gnat.com>
19705
19706 * gdb.threads/bp_in_thread.c: New file, copied from
19707 pthread_cond_wait.c.
19708 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19709 file, rather than reusing the .c file from another testcase.
19710
ca7d6a0c
JB
197112004-10-20 Joel Brobecker <brobecker@gnat.com>
19712
19713 * gdb.ada/null_record.exp: Check where we stopped after
19714 sending the start command, instead of where the associated
19715 temporary breakpoint was inserted.
19716
0d863d03
AC
197172004-10-14 Andrew Cagney <cagney@gnu.org>
19718
19719 * gdb.mi/gdb701.c (main): Return 0.
19720
d11e72cb
DJ
197212004-10-13 Daniel Jacobowitz <dan@debian.org>
19722
d40539a4 19723 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 19724
e1923096
JJ
197252004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19726
19727 * gdb.threads/schedlock.c: Add comment markers to use to find
19728 line numbers.
19729 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19730 comments.
19731 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19732 breakpoint lines.
19733
ec8ba2c9
DJ
197342004-10-12 Daniel Jacobowitz <dan@debian.org>
19735
19736 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19737
0eb3658b
DJ
197382004-10-12 Daniel Jacobowitz <dan@debian.org>
19739
19740 * configure.in: Add gdb.dwarf2.
19741 * configure: Regenerated.
19742 * Makefile.in: Add gdb.dwarf2.
19743 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
19744 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
19745 gdb.dwarf2/file1.txt: New files.
19746
a271cc33
OF
197472004-10-11 Orjan Friberg <orjanf@axis.com>
19748
a9c64011 19749 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
19750 of "run", since the latter doesn't work with remote targets. Adjust
19751 the breakpoint numbering accordingly.
19752 * gdb.threads/pthread_cond_wait.exp: Ditto.
19753
895ce074
MC
197542004-10-08 Michael Chastain <mec.gnu@mindspring.com>
19755
19756 * gdb.base/overlays.exp: Update copyright years.
19757
6be3092d
KI
197582004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
19759
19760 * gdb.base/overlays.exp: Disable if target is Linux.
19761
e05389b8
FL
197622004-10-06 Felix Lee <felix+log1@specifixinc.com>
19763
19764 * config/gdbserver.exp (gdb_load): Use right filename on remote.
19765
73cb587d
KI
197662004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
19767
19768 * gdb.asm/asm-source.exp: Add m32r-linux target.
19769 * gdb.asm/m32r-linux.inc: New file.
19770
3c0edcdc
AC
197712004-09-24 Andrew Cagney <cagney@redhat.com>
19772 David Anderson <anderson@redhat.com>
19773
19774 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
19775 command fails, assume things will work.
19776 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
19777 (_GNU_SOURCE): Define.
19778 (print_unsigned, print_hex): Change parameter to "long long".
19779 (print_byte_count): New function, use to print byte counts.
19780 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
19781 O_LARGEFILE.
19782 (main): Compute an upper bound on a corefile in max_core_size.
19783 Limit memory chunk size to max_core_size. Limit total memory
19784 allocated to max_core_size.
19785
4bb3667f
AC
197862004-09-23 Andrew Cagney <cagney@gnu.org>
19787
19788 * gdb.base/bigcore.exp: Replace the code that creates a corefile
19789 from a separate process with code that creates a corefile by
19790 making the inferior dump core.
19791
60fe1a51
MK
197922004-09-23 Mark Kettenis <kettenis@gnu.org>
19793
19794 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
19795 block.
19796
8e937346
MC
197972004-09-23 Michael Chastain <mec.gnu@mindspring.com>
19798
19799 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
19800 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
19801 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
19802 Likewise.
19803
7213f6d6
JJ
198042004-09-20 Jeff Johnston <jjohnstn@redhat.com>
19805
19806 * gdb.java/jprint.exp: New test case for java inferior call.
19807 * gdb.java/jprint.java: Ditto.
19808
eac69dca
JB
198092004-09-15 Joel Brobecker <brobecker@gnat.com>
19810
19811 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
19812
22227696
MC
198132004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19814
19815 * gdb.threads/killed.c: Include <stdlib.h>.
19816 * gdb.threads/pthreads.c: Likewise.
19817
7dd403a4
MC
198182004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19819
19820 * gdb.threads/killed.c: Add copyright notice.
19821
33f2d567
JM
198222004-09-10 Jason Molenda (jmolenda@apple.com)
19823
a9c64011
AS
19824 * gdb.base/define.exp: Two new tests to verify zero space chars
19825 after 'if' and 'while' commands in a user-defined command is correctly
19826 parsed.
33f2d567 19827
e05b62ac
AC
198282004-09-08 Andrew Cagney <cagney@gnu.org>
19829
19830 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
19831 delivery test with duplicate at end of file.
19832
9cbe82da
MK
198332004-09-06 Mark Kettenis <kettenis@jive.nl>
19834
19835 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
19836
564803d9
MC
198372004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19838
19839 * config/hppro.exp: Removed.
19840
7c6807ce
MC
198412004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19842
19843 * config/sparclet.exp: Removed.
19844
bf7e26dd
MC
198452004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19846
19847 * config/udi.exp: Removed.
19848
714e341b
MC
198492004-09-02 Michael Chastain <mec.gnu@mindspring.com>
19850
19851 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
19852 of "exp_continue".
19853 (advancei): Likewise.
19854
1236e623
JJ
198552004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19856
19857 * gdb.base/unload.exp: Fix so messages aren't duplicated.
19858
3bdcad15
MI
198592004-09-01 Manoj Iyer <manjo@austin.ibm.com>
19860
228af206 19861 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
19862 to check for nodebug in executable.
19863 * gdb.gdb/observer.exp (setup_test): Likewise.
19864 * gdb.gdb/selftest.exp (test_with_self): Likewise.
19865 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
19866
c72b934c
AC
198672004-09-01 Andrew Cagney <cagney@gnu.org>
19868
19869 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19870 files.
19871
edd9b715
JJ
198722004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19873
19874 * gdb.base/unload.exp: Fix expected warning message to match
19875 latest format.
19876
fb4ce06b
CV
198772004-09-01 Corinna Vinschen <vinschen@redhat.com>
19878
19879 * gdb.base/call-rt-st.exp: Fix typos.
19880
ce78e7c3
MI
198812004-08-31 Manoj Iyer <manjo@austin.ibm.com>
19882
19883 * gdb.threads/thread_check.exp: New testcase.
19884 * gdb.threads/thread_check.c: New testcase.
19885
2dedb159
AC
198862004-08-31 Andrew Cagney <cagney@gnu.org>
19887
19888 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
19889 (skip_to_handler_entry): New procedures. Test stepping into a
19890 handler when the breakpoint is at the handler's entry point.
19891
68f53502
AC
198922004-08-30 Andrew Cagney <cagney@gnu.org>
19893
19894 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
19895 gdb/1757.
19896
3e3ffd2b
MC
198972004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19898
19899 With code from Manoj Iyer <manjo@austin.ibm.com>:
19900 * lib/gdb.exp (gdb_file_cmd): Return more information in the
19901 return value. Add an arm for "no debugging symbols found".
19902 Change a stray "error" to "perror".
19903 (gdb_run_cmd): Adapt to new return value.
19904 * gdb.base/remote.exp: Adapt to new return value.
19905 * gdb.gdb/complaints.exp: Likewise.
19906 * gdb.gdb/observer.exp: Likewise.
19907 * gdb.gdb/selftest.exp: Likewise.
19908 * gdb.gdb/xfullpath.exp: Likewise.
19909
4b6f5fd2
JB
199102004-08-27 Joel Brobecker <brobecker@gnat.com>
19911
19912 * gdb.threads/bp_in_thread.exp: New testcase.
19913
e5b25496
MC
199142004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19915
19916 Fix PR testsuite/1735.
19917 * gdb.threads/schedlock.c (thread_function): Add a cast
19918 to suppress a gcc warning.
19919 * gdb.threads/thread-specific.c (thread_function): Likewise.
19920
934353d6
MC
199212004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19922
19923 * gdb.base/unload.c: Include <stdlib.h>.
19924
f98a0aef 199252004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 19926
f98a0aef 19927 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
19928 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
19929 synchronized after the "return".
19930
5a2e8882
MC
199312004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19932
19933 * gdb.mi/basics.c: Include <stdio.h>.
19934 * gdb.mi/pthreads.c: Include <stdlib.h>.
19935 * gdb.mi/var-cmd.c: Include <stdlib.h>.
19936
a9640423
MC
199372004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19938
19939 * gdb.threads/schedlock.c: Add copyright notice.
19940
b04e311d
AC
199412004-08-25 Andrew Cagney <cagney@gnu.org>
19942
19943 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
19944 (skip_over_handler, breakpoint_over_hander): New test procedures.
19945 (advance, advancei): Add a proper prefix, do not use
19946 rerun_to_main.
19947 * gdb.base/sigstep.c (main): Change to use an infinite loop.
19948
7c27f15b
MC
199492004-08-24 Michael Chastain <mec.gnu@mindspring.com>
19950
19951 * gdb.mi/basics.c: Add copyright notice.
19952 * gdb.mi/var-cmd.c: Add copyright notice.
19953
fffc87ae
MC
199542004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19955
19956 * lib/gdb.exp: Remove signed_keyword_not_used.
19957 * lib/compiler.c: Likewise.
19958 * lib/compiler.cc: Likewise.
19959
d782e0bf
MC
199602004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19961
19962 * gdb.base/whatis.c: Remove conditional disabling of "signed".
19963 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
19964
96033e83
MC
199652004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19966
19967 * gdb.base/whatis.c: Add copyright notice.
19968
cf38c229
MK
199692004-08-20 Mark Kettenis <kettenis@gnu.org>
19970
19971 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
19972 it to skip the breakpoints encoded in the inline assembly.
19973
f4b49756
MC
199742004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19975
19976 * Makefile.in: Add gdb.fortran.
19977
2f193b69
MC
199782004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19979
19980 * gdb.base/call-sc.exp (test_scalar_returns):
19981 Fix cut-and-paste glitch in "Make fun return now".
19982
89a237cb
MC
199832004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19984
19985 * configure.in: Add gdb.fortran.
19986 * configure: Regenerate.
19987 * gdb.fortran/Makefile.in: New file.
19988 * lib/gdb.exp (skip_fortran_tests): New procedure.
19989
469aff8e
MC
199902004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19991
19992 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
19993 reference to bug-gnu@prep.ai.mit.edu.
19994 * gdb.mi/mi-var-child.exp: Likewise.
19995 * gdb.mi/mi-var-cmd.exp: Likewise.
19996 * gdb.mi/mi-var-display.exp: Likewise.
19997 * gdb.mi/mi2-var-block.exp: Likewise.
19998 * gdb.mi/mi2-var-child.exp: Likewise.
19999 * gdb.mi/mi2-var-cmd.exp: Likewise.
20000 * gdb.mi/mi2-var-display.exp: Likewise.
20001
00b51b9f
MK
200022004-08-15 Mark Kettenis <kettenis@gnu.org>
20003
20004 * gdb.base/unload.c (main): Make local variable msg const.
20005
45f07fef
MC
200062004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20007
20008 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20009 to bug-gnu@prep.ai.mit.edu.
20010 * gdb.mi/mi-disassemble.exp: Likewise.
20011 * gdb.mi/mi-eval.exp: Likewise.
20012 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20013 default line number.
20014 * gdb.mi/mi-return.exp: Likewise.
20015 * gdb.mi/mi-simplerun.exp: Likewise.
20016 * gdb.mi/mi-stack.exp: Likewise.
20017 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20018 number with explicit range test.
20019 * gdb.mi/mi-watch.exp: Likewise.
20020 * gdb.mi/mi2-break.exp: Likewise.
20021 * gdb.mi/mi2-cli.exp: Likewise.
20022 * gdb.mi/mi2-disassemble.exp: Likewise.
20023 * gdb.mi/mi2-eval.exp: Likewise.
20024 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
20025 default line number.
20026 * gdb.mi/mi2-return.exp: Likewise.
20027 * gdb.mi/mi2-simplerun.exp: Likewise.
20028 * gdb.mi/mi2-stack.exp: Likewise.
20029 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
20030 number with explicit range test.
20031 * gdb.mi/mi2-watch.exp: Likewise.
20032
dd8c8ee7
MC
200332004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20034
20035 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
20036 * gdb.cp/m-static.exp: Likewise.
20037 * gdb.cp/rtti.exp: Likewise.
20038
4e838464
MK
200392004-08-14 Mark Kettenis <kettenis@gnu.org>
20040
20041 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
20042
8d8cb839
EZ
200432004-08-14 Eli Zaretskii <eliz@gnu.org>
20044
20045 * ChangeLog: Prefix Local Variables with semi-colons and indent
20046 the reference to older ChangeLog files, to fix fontification in
20047 Emacs.
20048
deea8bb0
MC
200492004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20050
20051 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
20052 * gdb.mi/mi2-break.exp: Likewise.
20053
c3297504
MC
200542004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20055
20056 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
20057
25808999
MC
200582004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20059
20060 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
20061
226a8d71
MC
200622004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20063
20064 * gdb.cp/classes.exp: Remove unused declarations. Just let
20065 test names default instead of providing special names. Remove
20066 extraneous demangler test.
20067
37fdf854
JJ
200682004-08-12 Jeff Johnston <jjohnstn@redhat.com>
20069
20070 * gdb.base/unload.exp: New test for breakpoints in dynamically
20071 loaded libraries.
20072 * gdb.base/unload.c: Ditto.
20073 * gdb.base/unloadshr.c: Ditto.
20074
2d3a7986
MC
200752004-08-12 Michael Chastain <mec.gnu@mindspring.com>
20076
20077 * gdb.cp/classes.exp (test_ptype_class_objects): Call
20078 cp_test_ptype_class.
20079 (test_enums): Likewise.
20080
c72b934c
AC
200812004-08-10 Andrew Cagney <cagney@gnu.org>
20082
20083 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20084 files.
20085
cc503c8a
AC
200862004-08-10 Andrew Cagney <cagney@gnu.org>
20087
20088 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
20089 init_malloc call.
20090
902f2ccb
MC
200912004-08-10 Michael Chastain <mec.gnu@mindspring.com>
20092
20093 * ChangeLog: Add copyright notice. The notice is copied
20094 from emacs 21.3 top level ChangeLog.
20095
78c90502
MC
200962004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20097
20098 * lib/cp-support.exp: New file.
20099 * lib/cp-support.exp (cp_test_type_class): New function.
20100 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
20101 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
20102 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
20103 cp_test_ptype_class.
20104
88e5ea78
MC
201052004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20106
20107 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
20108 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
20109 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
20110 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
20111 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
20112 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
20113 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
20114 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
20115 gdb.mi/mi2-watch.exp: Update copyright years.
20116
6a89fc9c
MK
201172004-08-09 Mark Kettenis <kettenis@gnu.org>
20118
20119 * gdb.base/sigaltstack.exp: Provide proper anchoring.
20120
1482e0de
MC
201212004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20122
20123 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
20124 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
20125 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
20126 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
20127 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
20128 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
20129 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
20130 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
20131 gdb.mi/mi-watch.exp: Update copyright years.
20132
1a5ce3f3
DJ
201332004-08-08 Daniel Jacobowitz <dan@debian.org>
20134
20135 PR gdb/1738
20136 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
20137 from a breakpoint with a pending signal.
20138
04f6ecf2
DJ
201392004-08-08 Daniel Jacobowitz <dan@debian.org>
20140
20141 PR gdb/1736
20142 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
20143 * gdb.base/sigaltstack.exp (finish_test): Consume output until
20144 the prompt.
20145 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
20146
54d90d35
DJ
201472004-08-08 Daniel Jacobowitz <dan@debian.org>
20148
20149 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
20150
d2f6abb0
DJ
201512004-08-08 Daniel Jacobowitz <dan@debian.org>
20152
20153 PR gdb/1736
20154 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
20155 for i?86-*-linux*.
20156
5598c03d
DJ
201572004-08-08 Daniel Jacobowitz <dan@debian.org>
20158
20159 * gdb.arch/i386-prologue.exp: Compile without debug information.
20160
c6fee705
MC
201612004-08-08 Michael Chastain <mec.gnu@mindspring.com>
20162
20163 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
20164 rather than asking gdb to search.
20165
dd90efdb
MC
201662004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20167
20168 * gdb.base/gcore.c: Include <string.h>.
20169
1e84bec1
MC
201702004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20171
20172 * gdb.base/gcore.c: Add copyright notice.
20173
e425eb2b
MC
201742004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20175
20176 * gdb.base/freebpcmd.c: Include <stdio.h>.
20177 * gdb.base/long_long.c: Include <string.h>.
20178 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20179 * gdb.base/siginfo.c: Include <string.h>.
20180 * gdb.base/sigstep.c: Include <string.h>.
20181
cb9aaed5
MC
201822004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20183
20184 * gdb.base/complex.c: Include <stdlib.h>.
20185
55944f3d
MC
201862004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20187
20188 * gdb.base/complex.c: Add copyright notice.
20189
7b2953d9
MC
201902004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20191
20192 * gdb.base/charset.c: Include <stdlib.h>.
20193
c9133d23
MC
201942004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20195
20196 * gdb.base/auxv.c: Include <stdlib.h>.
20197
0a8490ad
MC
201982004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20199
20200 * gdb.base/auxv.c: Add copyright notice.
20201
3426d5ec
MC
202022004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20203
20204 * gdb.base/coremaker.c: Add copyright notice.
20205 * gdb.base/coremaker2.c: Add copyright notice.
20206
8da195dd
AC
202072004-08-04 Andrew Cagney <cagney@gnu.org>
20208
20209 * gdb.base/store.exp: Update copyright.
20210 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20211 names, do not import gdb_prompt.
20212
8d394f98
AC
202132004-08-01 Andrew Cagney <cagney@gnu.org>
20214
20215 Fix PR testsuite/1729.
20216 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20217 not use capture_value with value 4.
20218 (capture_value): Add optional test name parameter.
20219 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20220 the prefix, pass to capture_value.
20221
b6702b23
MK
202222004-08-01 Mark Kettenis <kettenis@gnu.org>
20223
20224 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20225 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20226 (main): Call new function.
20227
c203e0ca
MC
202282004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20229
20230 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20231
a7995a30
MC
202322004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20233
20234 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20235
9366563b
MC
202362004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20237
b6eeaf26 20238 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
20239 Accept more values of vtbl pointer. Remove some messages
20240 about "obsolete gcc or gdb".
20241
2fc1f950
MC
202422004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20243
20244 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20245
c724d49b
MC
202462004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20247
20248 * gdb.base/asm-source.exp: Properly convert target board
20249 debug flags from gcc format to binutils format.
20250
736b0fce
MK
202512004-07-28 Mark Kettenis <kettenis@gnu.org>
20252
20253 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20254 gdb1718". PR backtrace/1718 partially fixed.
20255
5633ea5c
JJ
202562004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20257
20258 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20259
575eebb1
NC
202602004-07-26 Nick Clifton <nickc@redhat.com>
20261
20262 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20263 good default value for a specific architecture is available then
20264 set it to that value. Otherwise default to the -gstabs switch.
20265 Remove the -g... switches from the asm-flags variable. Allow the
20266 target board info to override the value if it wants to. Pass the
20267 switch on the assembler command line.
20268
62104619
MK
202692004-07-23 Mark Kettenis <kettenis@gnu.org>
20270
20271 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20272 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20273 (main): Call new function.
20274
4a1135b8
MC
202752004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20276
20277 Test for PR exp/1715.
20278 * gdb.base/radix.exp: Refactor common procedures. Make all
20279 test names unique. Change XFAIL to KFAIL.
20280
8a12c1f0
MC
202812004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20282
20283 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20284 * gdb.ada/gnat_ada.gin: ... to here.
20285 * configure.in: Use gnat_ada.gin.
20286 * configure: Regenerate.
20287
23b451cf
AC
202882004-07-20 Andrew Cagney <cagney@gnu.org>
20289
20290 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20291 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20292 XFAILs. Clean up test messages and comments. Check backtraces.
20293 Delete re-sync code.
20294
ab618a02
MC
202952004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20296
20297 Fix PR cli/740.
20298 * gdb.base/annota1.exp: Honor gdb,nosignals.
20299 * gdb.base/annota3.exp: Likewise.
20300
46dad340
MC
203012004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20302
20303 * lib/java.exp: Update copyright notice.
20304
756d8c70
AC
203052004-07-19 Andrew Cagney <cagney@gnu.org>
20306
20307 * gdb.base/selftest.exp: Copy file from here ...
20308 * gdb.gdb/selftest.exp: ... to here.
20309
586027e6
AC
203102004-07-16 Andrew Cagney <cagney@redhat.com>
20311
20312 * lib/insight-support.exp: Delete file.
20313 * lib/java.exp (java_init): Fix copyright.
20314
029d2200
AC
203152004-07-16 Andrew Cagney <cagney@gnu.org>
20316
20317 * gdb.base/restore.c: Append "prologue" to comments marking the a
20318 function's prologue.
20319 * gdb.base/restore.exp: Update copyright, re-indent.
20320 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
20321 callerN" prefix where needed. Update patterns that match a
20322 function's prologue.
20323
653b62c5
MC
203242004-07-16 Michael Chastain <mec.gnu@mindspring.com>
20325
20326 * gdb.base/restore.c: Add copyright notice.
20327
f7d690e5
AC
203282004-07-16 Andrew Cagney <cagney@gnu.org>
20329
20330 * gdb.base/logical.exp: Update copyright.
20331 (evaluate): New procedure. Use to re-implement tests using
20332 several tables.
20333
d629a7cb
MH
203342004-07-14 Martin Hunt <hunt@redhat.com>
20335
20336 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
20337 which fixes some problems where init.tcl was not found.
20338
9c7bb332
AC
203392004-07-13 Andrew Cagney <cagney@gnu.org>
20340
6bf46641
AC
20341 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
20342 (check_sizeof, check_valueof): Do not include the output in the
20343 test name. Use gdb_test.
20344 (get_valueof): Use gdb_test_multiple.
20345
c4ffd4c0
AC
20346 * gdb.base/step-test.exp: Update copyright. Use
20347 gdb_test_multiple. Ensure that test names do not include
20348 architecture dependent output.
20349
ab89363a
AC
20350 * gdb.gdb/observer.exp: Update copyright.
20351 (setup_test): Use gdb_test_multiple.
20352 (attach_first_observer, attach_second_observer)
20353 (attach_third_observer, detach_first_observer)
20354 (detach_second_observer, detach_third_observer)
20355 (reset_counters, check_counters): Make $message a prefix.
20356 (test_normal_stop_notifications): Add "args" parameter - a list of
20357 init functions to be called. Make $message a prefix,
20358 (test_observer_normal_stop): Change the message prefixes so that
20359 they are unique, pass the attach / detach procedures to
20360 test_normal_stop_notifications.
20361
ec58997a
AC
20362 * gdb.base/signull.exp (test_segv): Prefix all tests with
20363 "${name}". Clean up test messages.
20364
b475183b
AC
20365 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
20366
9c7bb332
AC
20367 * gdb.base/ena-dis-br.exp: Update copyright.
20368 (break_at): New function. Replace send_gdb with gdb_test,
20369 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
20370 ignore count, not stopped at bpt", with KFAIL.
20371
2dd95497
CV
203722004-07-13 Corinna Vinschen <vinschen@redhat.com>
20373
20374 * gdb.base/attach.exp: Remove cleanupfile handling.
20375
419e626b
AC
203762004-07-12 Andrew Cagney <cagney@gnu.org>
20377
20378 * gdb.base/annota1.exp: Cleanup corefile test name.
20379 * gdb.base/annota3.exp: Ditto.
20380
8b1b3228
AC
203812004-07-12 Andrew Cagney <cagney@gnu.org>
20382
78650829
AC
20383 * gdb.base/signals.exp: Clean up copyright, re-indent.
20384
8b1b3228
AC
20385 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20386 gdb_test and gdb_test_multiple.
20387
935c2760
JJ
203882004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20389
20390 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 20391 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
20392 provide line number info for first statement in main.
20393
1544280f
AC
203942004-07-08 Andrew Cagney <cagney@gnu.org>
20395
1279f4ff
AC
20396 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20397
1544280f
AC
20398 * gdb.base/sigbpt.exp: Make the common part of each test name a
20399 prefix instead of suffix.
20400
bcc82369
BR
204012004-07-07 Bob Rossi <bob_rossi@cox.net>
20402
20403 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20404 test from test_tbreak_creation_and_listing to
20405 test_file_list_exec_source_file
20406 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20407 Changed name of test from test_tbreak_creation_and_listing to
20408 test_file_list_exec_source_file
20409
23f4b0aa
JJ
204102004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20411
20412 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20413 the jmisc() constructor instead of <init>.
20414 * gdb.java/jmisc1.exp: Ditto.
20415
56401cd5
AC
204162004-07-07 Andrew Cagney <cagney@gnu.org>
20417
20418 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20419 corrupting the PC.
20420
44ae2f6a
MC
204212004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20422
20423 * gdb.cp/templates.exp: Accept whitespace change in demangler
20424 output.
20425
45a83408
AC
204262004-07-06 Andrew Cagney <cagney@gnu.org>
20427
20428 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20429
d205ad70
MC
204302004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20431
20432 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20433 * lib/compiler.cc: Likewise.
20434
06ea1a61
MC
204352004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20436
20437 * lib/compiler.cc: Work around string preprocessing problem
20438 with old hp c++ compiler.
20439 * lib/compiler.c: Likewise.
20440
daab1251
CV
204412004-06-29 Corinna Vinschen <vinschen@redhat.com>
20442
20443 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20444 directives to conditionalize symbol prefixing.
20445 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20446 additional_flags handling. Add underscore prefix for Cygwin.
20447 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20448 conditionalize symbol prefixing.
20449 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20450 additional_flags handling. Add underscore prefix for Cygwin.
20451
cc984116
CV
204522004-06-29 Corinna Vinschen <vinschen@redhat.com>
20453
20454 * gdb.base/bigcore.exp: Skip test on Cygwin.
20455
c279b077
MC
204562004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20457
20458 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20459 formats for "info register". Use gdb_test_multiple. Fix
20460 the "invalid register" test.
20461
0e915747
CV
204622004-06-28 Corinna Vinschen <vinschen@redhat.com>
20463
20464 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20465 PID for Cygwin. Add Cygwin specific strings to check for in some
20466 tests.
20467 (do_attach_tests): Add a test for user interaction when attaching
20468 to a process with no matching symbol table already loaded.
20469
11422c86
AC
204702004-06-26 Andrew Cagney <cagney@gnu.org>
20471
20472 Test PR java/1567 and PR java/1565.
20473 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20474 * gdb.java/jmisc2.exp: Delete file.
20475
cefbce26
MC
204762004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20477
20478 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20479
e19f872c
CV
204802004-06-25 Corinna Vinschen <vinschen@redhat.com>
20481
20482 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20483 attach process.
20484
d931ba3b
MC
204852004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20486
20487 * gdb.cp/pr-1553.exp: Remove.
20488
aef68c48
MC
204892004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20490
20491 * gdb.cp/pr-1553.cc: Remove.
20492 * gdb.cp/pr-1553.exp: Disable this test.
20493
8d5df71a
JB
204942004-06-20 Jim Blandy <jimb@redhat.com>
20495
a9c64011 20496 Fix PR testsuite/1680.
8d5df71a
JB
20497 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20498 regular expressions.
20499
4ac6f39d
MC
205002004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20501
20502 Fix PR testsuite/1679.
20503 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20504 Issue an UNSUPPORTED result instead.
20505
1b413552
JB
205062004-06-18 Jim Blandy <jimb@redhat.com>
20507
20508 * gdb.base/charset.exp: Only send a control-C if we see a new
20509 prompt and incomplete command.
20510
6daa6ebd
MC
205112004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20512
20513 * gdb.cp/pr-574.cc: Add copyright notice.
20514
51fa4ae0
JB
205152004-06-17 Jim Blandy <jimb@redhat.com>
20516
20517 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20518 cases where the regexp has no groups; this grabs random text from
20519 the previous test suite, whatever that was.
20520
8fea26c5
MC
205212004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20522
20523 * gdb.cp/printmethod.cc: Add copyright notice.
20524
1e3aeb41
MC
205252004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20526
20527 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20528
9d9030bc
AC
205292004-06-16 Andrew Cagney <cagney@gnu.org>
20530
20531 * gdb.base/signull.c: Update copyright. Include <string.h>.
20532 (bowler): Replace data_pointer with data_read
20533 and data_write cases. Add code_descriptor case.
20534 (zero, desc): New array and pointer.
20535 (data, code): Change to simple pointers.
20536 * gdb.base/signull.exp: Fix probe pattern matching a function
20537 descriptor SIGSEGV. Replace data_pointer with data_read and
20538 data_write tests.
20539
acd4ad44
AC
205402004-06-16 Andrew Cagney <cagney@gnu.org>
20541
20542 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20543
08fd625c
MC
205442004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20545
20546 * gdb.base/long_long.c: Add copyright notice.
20547
1903502c
MC
205482004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20549
20550 * gdb.base/long_long.exp: Remove reference to
20551 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20552 to gdb_breakpoint and gdb_continue_to_breakpoint.
20553
83313cb1
JB
205542004-06-14 Jim Blandy <jimb@redhat.com>
20555
20556 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20557 endian case.
20558
1bf404ef
AC
205592004-06-14 Andrew Cagney <cagney@gnu.org>
20560
20561 * gdb.base/gcore.exp (capture_command_output): Delete the always
20562 passing tests containing inferior values.
20563 * gdb.base/ending-run.exp: Do not include the breakpoint address
20564 in the test message. Update copyright.
20565 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20566 size in the test name, use gdb_test_multiple. Update copyright.
20567
ef220b33
MC
205682004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20569
20570 * gdb.cp/ref-types.cc: Add copyright notice.
20571
4f70a4c9
MC
205722004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20573
20574 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20575 hp_aCC_compiler.
20576 * lib/compiler.cc: Likewise.
20577 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20578 'set' commands. Log diagnostics for other lines. Set
20579 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20580
335928ac
MC
205812004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20582
20583 * gdb.cp/try_catch.cc: Add copyright notice.
20584
2efb12e8
MC
205852004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20586
20587 * gdb.cp/userdef.cc: Add copyright notice.
20588
0bbed51a
MC
205892004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20590
20591 * gdb.cp/virtfunc.cc: Add copyright notice.
20592
e12a46c9
RC
205932004-06-11 Randolph Chung <tausq@debian.org>
20594
20595 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20596 problem.
20597
338e05af
AC
205982004-06-10 Andrew Cagney <cagney@gnu.org>
20599
20600 * lib/compiler.cc, lib/compiler.c: Append either
20601 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20602 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20603 instead of gcc-3-3.
20604
dc3f10cb
AC
206052004-06-09 Andrew Cagney <cagney@gnu.org>
20606
b4d946af
AC
20607 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20608 gdb/1455, bug is specific to "long long" and "double".
a9c64011 20609
dc3f10cb
AC
20610 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20611 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20612 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20613 fixed.
20614
b5c0bfa2
AC
206152004-06-09 Andrew Cagney <cagney@gnu.org>
20616
20617 * gdb.base/structs.exp (test_struct_returns): Replace
20618 "return_value_unknown" and "finish_value_unknown" by
20619 "return_value_known" and "finish_value_known". Instead of
20620 "return_value_unknown" iff "finish_value_unknown", check
20621 "return_value_known" implies "finish_value_known".
20622
caeb605f
MH
206232004-06-08 Martin Hunt <hunt@redhat.com>
20624
20625 * gdb.base/float.exp: Add pattern for mips targets.
20626
c892bb64
RC
206272004-06-08 Randolph Chung <tausq@debian.org>
20628
20629 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20630 message for unknown architectures more clear.
20631
48306d3e
JB
206322004-06-08 Joel Brobecker <brobecker@gnat.com>
20633
20634 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20635 start the execution of the program.
20636
83ecb59f
JB
206372004-06-07 Jim Blandy <jimb@redhat.com>
20638
20639 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20640 * gdb.arch/i386-cpuid.h: New helper file.
20641
55264cb4
RC
206422004-06-07 Randolph Chung <tausq@debian.org>
20643
20644 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20645 has started.
20646
23cadb28
RM
206472004-06-04 Roland McGrath <roland@redhat.com>
20648
20649 Fix PR gdb/1647.
20650 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20651 differently to be robust to output buffering differences.
20652
51d01eda
MC
206532004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20654
20655 * gdb.threads/pthreads.exp: Update copyright years.
20656 (check_control_c): Change asynchronous 'after' to synchronous.
20657
f4fc3b93
RM
206582004-06-04 Roland McGrath <roland@redhat.com>
20659
20660 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20661 next gdb prompt.
20662
4013522b
MC
206632004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20664
20665 Fix PR gdb/1636.
20666 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20667 calls to synchronous.
20668
7a8f1e6b
JB
206692004-05-26 Jim Blandy <jimb@redhat.com>
20670
20671 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20672
81bb3443
RC
206732004-05-24 Randolph Chung <tausq@debian.org>
20674
20675 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20676 * gdb.asm/pa.inc: New file.
20677
8f5a3103
MK
206782004-05-22 Mark Kettenis <kettenis@gnu.org>
20679
20680 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20681
734b8fe8 206822004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 20683 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
20684
20685 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20686 GDB prompt.
20687
725603e1
UW
206882004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20689
f4fc3b93 20690 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
20691 setjmp/longjmp. Use sigaction instead of signal.
20692
8b923272 206932004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 20694 Michael Snyder <msnyder@redhat.com>
8b923272
JB
20695
20696 * gdb.threads/pthread_cond_wait.c: New file.
20697 * gdb.threads/pthread_cond_wait.exp: New testcase.
20698
8bfabb04
AC
206992004-05-13 Andrew Cagney <cagney@redhat.com>
20700
20701 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20702 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20703
42edda50
AC
207042004-05-11 Andrew Cagney <cagney@redhat.com>
20705
20706 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20707 fixed but revealed gdb/1639.
20708
d303a6c7
AC
207092004-05-10 Andrew Cagney <cagney@redhat.com>
20710
20711 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20712 func1" and "next to 2nd alarm", kernel bug avoided.
20713
bf08c2a1
DJ
207142004-05-10 Daniel Jacobowitz <dan@debian.org>
20715
20716 PR external/1568
20717 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20718 XFAIL if it is smaller than bytes_allocated.
20719 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20720 (main): Make chunks_allocated unsigned. Correct comment.
20721
c0586a34
JB
207222004-05-07 Joel Brobecker <brobecker@gnat.com>
20723
20724 * gdb.arch/powerpc-aix-prologue.c: New file.
20725 * gdb.arch/powerpc-aix-prologue.exp: New file.
20726
f2785d12
JB
207272004-05-07 Jim Blandy <jimb@redhat.com>
20728
20729 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20730 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20731
bd7f6e30
JB
207322004-05-06 Joel Brobecker <brobecker@gnat.com>
20733
20734 * gdb.base/sep.exp: No longer setup_kfail when the program was
20735 built with dwarf2.
20736
0a5e7efe
JI
207372004-05-05 Jim Ingham <jingham@apple.com>
20738
20739 * gdb.base/pending.exp: Make sure pending breakpoints
20740 preserve the ignore count.
f4fc3b93 20741
a8958849
MK
207422004-04-27 Jerome Guitton <guitton@gnat.com>
20743
20744 * i386-prologue.exp: Add testcase for jump instruction as first
20745 instruction of the real code.
20746 * i386-prologue.c (jump_at_beginning): New function.
20747
7e103f5b
MK
207482004-04-28 Mark Kettenis <kettenis@gnu.org>
20749
20750 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
20751 x86_64-*-*.
20752
5d38b224
MK
207532004-04-28 Mark Kettenis <kettenis@gnu.org>
20754
20755 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
20756 i*86-*-*.
20757
0ef32fd9
MK
207582004-04-25 Mark Kettenis <kettenis@gnu.org>
20759
20760 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
20761 expression that checks the return type.
20762
71d7dd7c
AC
207632004-04-23 Andrew Cagney <cagney@redhat.com>
20764
20765 * gdb.base/call-sc.exp: New test of scalar call/return values.
20766 * gdb.base/call-sc.c: Ditto.
20767
1e9f977e
JJ
207682004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20769
20770 * gdb.threads/manythreads.c: Reduce thread stack size.
20771
899d9e3a
JJ
207722004-04-23 Jeff Johnston <jjohnstn@redhat.com>
20773
20774 * gdb.threads/manythreads.c: Add copyright notice.
20775
61bcae62
AC
207762004-04-23 Andrew Cagney <cagney@redhat.com>
20777
20778 * gdb.base/siginfo.exp: Better handle step out of signal.
20779 * gdb.base/sigstep.exp: Ditto.
20780
7339a42e 207812004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 20782 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
20783
20784 * gdb.threads/manythreads.c: New testcase.
20785 * gdb.threads/manythreads.exp: Ditto.
20786
5c98409b
JB
207872004-04-22 Jim Blandy <jimb@redhat.com>
20788
20789 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
20790 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
20791
3b611f1a
MC
207922004-04-21 Michael Chastain <mec.gnu@mindspring.com>
20793
20794 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
20795
f0fd9238
AC
207962004-04-21 Andrew Cagney <cagney@redhat.com>
20797
20798 * gdb.base/sigstep.c: New file.
20799 * gdb.base/sigstep.exp: New file.
20800
90990674
JB
208012004-04-16 Joel Brobecker <brobecker@gnat.com>
20802
20803 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
20804 call to observer_notify_normal_stop.
20805
78cef34b
AC
208062004-04-15 Andrew Cagney <cagney@redhat.com>
20807
20808 * gdb.base/siginfo.c: New file.
20809 * gdb.base/siginfo.exp: New file.
20810
d2343407
JB
208112004-04-12 J. Brobecker <brobecker@gnat.com>
20812
20813 * gdb.base/sep.exp: Fix typo in comment.
20814
a2dba3c8
JB
208152004-04-12 J. Brobecker <brobecker@gnat.com>
20816
20817 * gdb.base/sep.c: New file.
20818 * gdb.base/sep-proc.c: New file.
20819 * gdb.base/sep.exp: New testcase.
20820
15f7b60e
MK
208212004-04-09 Mark Kettenis <kettenis@gnu.org>
20822
20823 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
20824 support.
20825
44f4de1a
AC
208262004-04-05 Andrew Cagney <cagney@redhat.com>
20827
20828 * gdb.base/sigaltstack.c: New file.
20829 * gdb.base/sigaltstack.exp: New file.
20830
ef04f396
JB
208312004-04-04 Joel Brobecker <brobecker@gnat.com>
20832
20833 * gdb.base/foll-fork.exp: Update the expected output for
20834 "help set follow-fork-mode", to match a change that was made
20835 to the help of this variable on 2004-01-13.
20836
d40d2c92
JB
208372004-04-01 Joel Brobecker <brobecker@gnat.com>
20838
20839 * lib/ada.exp: Add copyright notice.
20840 * bar.ads: Likewise.
20841 * bar.adb: Likewise.
20842 * null_record.adb: Likewise.
20843 * null_record.exp: Likewise.
20844 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
20845
f86ef5a3
JB
208462004-04-01 Joel Brobecker <brobecker@gnat.com>
20847
20848 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
20849 * configure: Regenerate.
20850
414e70e3
JB
208512004-04-01 Joel Brobecker <brobecker@gnat.com>
20852
20853 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
20854 to build the application. Remove the message printed when in
20855 verbose mode, redundant with the UNSUPPORTED message above.
20856
f0aaee49
JB
208572004-03-31 Joel Brobecker <brobecker@gnat.com>
20858
20859 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
20860 * gdb.ada (null_record.exp): New testcase.
20861
ac81cb54
JB
208622004-03-31 Joel Brobecker <brobecker@gnat.com>
20863
20864 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
20865
854af2f7
JB
208662004-03-31 Joel Brobecker <brobecker@gnat.com>
20867
20868 * gdb.ada: New subdirectory.
20869 * gdb.ada/Makefile.in: New file.
20870 * gdb.ada/gnat_ada.gpr.in: New file.
20871
034cb681
JB
208722004-03-31 Joel Brobecker <brobecker@gnat.com>
20873
20874 * lib/ada.exp: New file.
20875
78a1a894
DJ
208762004-03-24 Daniel Jacobowitz <drow@mvista.com>
20877
20878 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
20879 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
20880
4b2b3b3e
AC
208812004-03-22 Andrew Cagney <cagney@redhat.com>
20882
20883 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
20884 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
20885 Problem identified by Ulrich Weigand.
20886
23c73aa3
DC
208872004-03-17 David Carlton <carlton@kealia.com>
20888
20889 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
20890 PR c++/826.
20891
d63a86f8
RM
208922004-03-16 Roland McGrath <roland@redhat.com>
20893
20894 * gdb.base/auxv.exp: New file.
20895 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
20896
0e02aa50
DC
208972004-03-12 David Carlton <carlton@kealia.com>
20898
20899 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
20900 * gdb.cp/pr-1553.cc: Ditto.
20901 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
20902 pass branch.
20903
c20b71be
MC
209042004-03-12 Michael Chastain <mec.gnu@mindspring.com>
20905
20906 * gdb.cp/templates.exp: Accept more template types.
20907
c7414a01
MC
209082004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20909
20910 From Corinna Vinschen with modifications.
20911 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
20912 local variable obj_with_enum.
20913 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
20914 results with obj_with_enum.
20915
ed69573c
MC
209162004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20917
20918 * gdb.cp/classes.cc: New file, copied from misc.cc.
20919 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
20920
28301461
MC
209212004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20922
20923 * gdb.cp/misc.cc: Add copyright notice.
20924
1198ecbe
DC
209252004-03-05 David Carlton <carlton@kealia.com>
20926
20927 * gdb.cp/rtti.exp: Add 'print *obj3' test.
20928 * gdb.cp/rtti.h: Update copyright.
20929 (namespace n2::n3): New.
20930 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
20931 (n2::n3::func3): New.
20932 (main): Call n2::n3::func3.
20933 * gdb.cp/rtti2.cc: Update copyright.
20934 (n2::create3): New.
20935
9e08c470
MK
209362004-03-04 Mark Kettenis <kettenis@gnu.org>
20937
20938 * gdb.asm/openbsd.inc: Fix typo.
20939
4bebc3aa
FF
209402004-03-03 Fred Fish <fnf@redhat.com>
20941
20942 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
20943 "val" instead of unused "size". Update copyright year.
20944
6ea9fb37
DJ
209452004-02-29 Daniel Jacobowitz <drow@mvista.com>
20946
20947 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
20948 to use unsigned char.
20949 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
20950 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
20951
23b23974
DJ
209522004-02-29 Daniel Jacobowitz <drow@mvista.com>
20953
20954 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
20955 line of output.
20956
7574fd53
DJ
209572004-02-28 Daniel Jacobowitz <drow@mvista.com>
20958
20959 * gdb.base/relocate.c (dummy): Initialize.
20960
a195357f
DJ
209612004-02-28 Daniel Jacobowitz <drow@mvista.com>
20962
20963 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
20964 a breakpoint at exit.
20965
72fd54a9
FF
209662004-02-27 Fred Fish <fnf@redhat.com>
20967
20968 * gdb.base/chng-syms.exp: Add expect condition to match failing
20969 case that isn't a timeout.
20970
b9d23137
AC
209712004-02-27 Andrew Cagney <cagney@redhat.com>
20972
20973 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
20974 support.
20975
15d208f6 209762004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 20977
15d208f6
FF
20978 * gdb.arch/gdb1431.c: Remove.
20979 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
20980 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
20981 of "until" incorrectly.
20982
98f9cd2d
JB
209832004-02-26 J. Brobecker <brobecker@gnat.com>
20984
20985 * gdb.cp/class2.cc (empty): New class.
20986 (refer): New function.
20987 (main): Declare an object of type empty and use it.
20988 * gdb.cp/class2.exp: Print the value of an object of type empty.
20989
9b50c11b
JJ
209902004-02-26 Jeff Johnston <jjohnstn@redhat.com>
20991
20992 * gdb.base/langs.exp: Update query string to match the
20993 new nquery format used for pending breakpoints.
20994
0dcd613f
AC
209952004-02-26 Andrew Cagney <cagney@redhat.com>
20996
20997 Fix PR i18n/1570.
20998 * gdb.base/charset.c: Update copyright notice.
20999 (main, init_string): Remove the escape character '\e' tests.
21000 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21001 * gdb.base/charset.exp (valid_host_charset): Ditto.
21002 * gdb.base/setvar.exp: Ditto.
21003
b8a56647
AC
210042004-02-24 Andrew Cagney <cagney@redhat.com>
21005
90d59e34
AC
21006 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21007 mmapped data in core file" PASS and FAIL messages consistent.
21008
b8a56647
AC
21009 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21010 setting a breakpoint. Work around PR java/1565.
21011
9f27c604
JJ
210122004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21013
21014 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21015 new nquery format.
21016 * gdb.base/pending.exp: Ditto.
21017
3224a706
MK
210182004-02-22 Mark Kettenis <kettenis@gnu.org>
21019
21020 * configure.in: Run stabs tests on *BSD.
21021 * configure: Regenerated.
21022
41e0a9ca
MK
210232004-02-21 Mark Kettenis <kettenis@gnu.org>
21024
21025 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
21026
1e1b3428
FF
210272004-02-20 Fred Fish <fnf@redhat.com>
21028
21029 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
21030 blank in test for "returns short", for consistency with other
21031 "returns xxx" tests. Update copyright year.
21032
f9a7572a
FF
210332004-02-19 Fred Fish <fnf@redhat.com>
21034
21035 New testcase for PR breakpoint/1558.
21036 * gdb.arch/gdb1558.exp: New file.
21037 * gdb.arch/gdb1558.c: New file.
21038
b2ce2854
EZ
210392004-02-19 Elena Zannoni <ezannoni@redhat.com>
21040
21041 * gdb.base/nodebug.exp: Fix typo.
21042
e7c9ff01
JB
210432004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21044
21045 Committed by Jim Blandy <jimb@redhat.com>.
21046
62f4b920
JB
21047 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
21048
2db536a1
JB
21049 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
21050
e7c9ff01
JB
21051 * gdb.base/float.exp: Support s390*-*-* targets.
21052
f3205b34
AF
210532004-02-17 Adam Fedor <fedor@gnu.org>
21054
21055 * gdb.base/gdb1555.exp: New file.
21056 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
21057
9d62932d
EZ
210582004-02-17 Elena Zannoni <ezannoni@redhat.com>
21059
21060 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
21061
344c9711
FF
210622004-02-16 Fred Fish <fnf@redhat.com>
21063
21064 * gdb.arch/gdb1291.c: Remove
21065 * gdb.arch/gdb1291.s: New test input file.
21066 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21067 fail. Test for correct result, known incorrect result, other
21068 failures and timeouts.
21069
2d822687
AC
210702004-02-16 Andrew Cagney <cagney@redhat.com>
21071
21072 * gdb.base/bigcore.exp: New file.
21073 * gdb.base/bigcore.c: New file.
21074
dac15b66
AC
210752004-02-13 Andrew Cagney <cagney@redhat.com>
21076
21077 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
21078 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
21079 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
21080 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
21081 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
21082 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
21083 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
21084 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
21085 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
21086 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
21087
6bdfc2c4
JJ
210882004-02-11 Jeff Johnston <jjohnstn@redhat.com>
21089
21090 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
21091 executed is an alloc instruction.
21092
87b3ede8
DC
210932004-02-11 David Carlton <carlton@kealia.com>
21094
21095 * gdb.cp/breakpoint.exp: New.
21096 * gdb.cp/breakpoint.cc: New.
21097
6e19e2bf
MC
210982004-02-11 Michael Chastain <mec.gnu@mindspring.com>
21099
21100 Partial fix for PR gdb/1543.
21101 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
21102 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
21103 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
21104 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
21105 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
21106 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
21107 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
21108 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
21109 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
21110 to bug-gdb@prep.ai.mit.edu .
21111 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
21112 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
21113 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
21114 Likewise.
21115
5c5455dc
AC
211162004-02-10 Andrew Cagney <cagney@redhat.com>
21117
21118 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
21119 using gdb_internal_error_resync.
21120
9cf689d7
DJ
211212004-02-09 Daniel Jacobowitz <drow@mvista.com>
21122
21123 * gdb.threads/thread-specific.exp: Stop early if no threads are
21124 found.
21125
d2dc51db
MC
211262004-02-09 Michael Chastain <mec.gnu@mindspring.com>
21127
21128 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
21129
14b1a056
DJ
211302004-02-08 Daniel Jacobowitz <drow@mvista.com>
21131
21132 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
21133 breakpoints.
21134
83f66e8f
DJ
211352004-02-07 Daniel Jacobowitz <drow@mvista.com>
21136
21137 * config/sim.exp (gdb_load): Handle $arg == "".
21138 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
21139 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
21140
30fc0091
EZ
211412004-02-07 Elena Zannoni <ezannoni@redhat.com>
21142
a9c64011
AS
21143 * gdb.base/maint.exp: Update test to reflect
21144 obstack changes.
30fc0091 21145
4d806929
JJ
211462004-02-04 Jeff Johnston <jjohnstn@redhat.com>
21147
21148 * gdb.base/pendshr.c (pendfunc): New function that calls
21149 pendfunc1.
21150 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
21151
7bfdd688
FF
211522004-02-04 Fred Fish <fnf@redhat.com>
21153
21154 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
21155 function symbols and update copyright years.
21156 * gdb.arch/gdb1291.c: Ditto.
21157
aaa08ee4
MC
211582004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21159
21160 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
21161
dbad7755
MC
211622004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21163
21164 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21165
ec4646ef
MC
211662004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21167
21168 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21169
1b802196
FF
211702004-02-02 Fred Fish <fnf@redhat.com>
21171
21172 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21173 remote targets. Update copyright years.
21174
18fe2033
JJ
211752004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21176
21177 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21178 support.
21179 * gdb.base/langs.exp: Fix test which attempts to create
21180 breakpoint on non-existent function to handle new pending
21181 support.
21182 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21183 a breakpoint.
21184 * gdb.base/pending.exp: New test.
21185 * gdb.base/pending.c: New file.
21186 * gdb.base/pendshr.c: Ditto.
21187
8d577d32
DC
211882004-02-02 David Carlton <carlton@kealia.com>
21189
21190 * gdb.cp/overload.exp: Add overloadNamespace tests.
21191 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21192 (overloadNamespace, XXX): New.
21193 (main): Call XXX::marker2.
21194
3ad13771
FF
211952004-02-01 Fred Fish <fnf@redhat.com>
21196
21197 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21198 * gdb.base/finish.exp: Ditto.
21199 * gdb.base/gcore.exp: Ditto.
21200 * gdb.base/huge.exp: Ditto.
21201 * gdb.base/info-proc.exp: Ditto.
21202 * gdb.base/return2.exp: Ditto.
21203 * gdb.threads/gcore-thread.exp: Ditto.
21204
44c75849
DJ
212052004-02-01 Daniel Jacobowitz <drow@mvista.com>
21206
21207 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21208
005bc093
MK
212092004-02-01 Mark Kettenis <kettenis@gnu.org>
21210
21211 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21212 that opening the file succeeds on OpenBSD.
21213
c47cebdb
DJ
212142004-02-01 Daniel Jacobowitz <drow@mvista.com>
21215
21216 * gdb.threads/thread-specific.c: New file.
21217 * gdb.threads/threads-specific.exp: New test script.
21218 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21219 to expect_out.
21220
5a01311c
MK
212212004-02-01 Mark Kettenis <kettenis@gnu.org>
21222
21223 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21224 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21225 only on the "print_small_structs from print_long_arg_list" test.
21226
ce22a4f1
DJ
212272004-02-01 Daniel Jacobowitz <drow@mvista.com>
21228
21229 * gdb.base/completion.exp: Kill a stray backslash.
21230
21231 From Jim Ingham <jingham@apple.com>:
21232 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21233 agrees with the result from sending a tab.
21234
abbab9d3
DJ
212352004-01-31 Daniel Jacobowitz <drow@mvista.com>
21236
21237 * gdb.base/chng-syms.exp: Remove stray newline.
21238
53904d1e
MK
212392004-01-31 Mark Kettenis <kettenis@gnu.org>
21240
21241 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21242 *-*-openbsd*.
21243 * gdb.asm/openbsd.inc: New file.
21244
3a4b3aac
MK
212452004-01-30 Mark Kettenis <kettenis@gnu.org>
21246
21247 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21248 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21249 *-*solaris2*. Remove commented out default settings for
21250 asm-flags. Replace gdb_compile with target_link.
21251
ebac27b4
MC
212522004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21253
21254 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21255 for all tests. Remove old hp-ux and cygnus xfail cases.
21256
d8679d84
PH
212572004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21258
21259 * gdb.base/chng-syms.exp: New file.
21260 * gdb.base/chng-syms.c: New file.
21261
0a55bc22
MC
212622004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21263
21264 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21265 Provide arms for current output in all my configurations.
21266
94b8e876
MC
212672004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21268
21269 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21270 * lib/compiler.cc: Likewise.
21271 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21272 get the right preprocessor. Eval the output directly. Remove
21273 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21274 hp_f77_compiler and hp_f90_compiler completely.
21275 (gdb_preprocess): Delete.
21276 (get_compiler): Delete.
21277
7cf03d44
MK
212782004-01-24 Mark Kettenis <kettenis@gnu.org>
21279
21280 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21281 <string.h>.
21282
68b6dce9
NR
212832004-01-24 Nick Roberts <nick@nick.uklinux.net>
21284
21285 * gdb.mi/mi-stack.exp: Update copyright.
21286
b368761e
DC
212872004-01-23 David Carlton <carlton@kealia.com>
21288
21289 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21290 test for cp_lookup_transparent_type.
21291 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21292 call them.
21293
f2061b53
DJ
212942004-01-23 Daniel Jacobowitz <drow@mvista.com>
21295
21296 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21297 after -var-update.
21298
37fc574a
DC
212992004-01-23 David Carlton <carlton@kealia.com>
21300
21301 * gdb.cp/namespace.cc (C::ensureRefs): New.
21302 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21303
8e94b928
NR
213042004-01-20 Nick Roberts <nick@nick.uklinux.net>
21305
21306 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21307 case "-stack-list-locals 2".
21308 * gdb.mi/mi-var-child.exp: Test for case
21309 "-var-list-children --all-values NAME".
21310
997b0952
MC
213112004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21312
21313 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21314
52470da3
MK
213152004-01-18 Mark Kettenis <kettenis@gnu.org>
21316
7049b4b8
MK
21317 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
21318 used with gdb_test_multiple.
21319
52470da3
MK
21320 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
21321 read at address 0. This fixes PR testsuite/1504.
21322
da6012e5
DJ
213232004-01-18 Daniel Jacobowitz <drow@mvista.com>
21324
21325 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
21326 Remove downloading, guessing the host executable, the calls to
21327 gdb_file_cmd and gdb_target_cmd, and "load" support.
21328 (infer_host_exec): New function broken out from gdb_load.
21329 (gdb_load): New wrapper for gdbserver_gdb_load.
21330 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
21331 gdb_target_cmd. Use -target-select.
21332 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
21333 Download binaries to the host. Clear last_mi_remote_file when
21334 we load a new binary.
21335 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
21336 call gdbserver_gdb_load and mi_gdb_target_cmd.
21337
32c70722
MC
213382004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21339
21340 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
21341 type patterns.
21342
b0cecf36
MC
213432004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21344
21345 * gdb.cp/templates.exp: Fix typo in test name of
21346 "print Foo<volatile char*>::foo".
21347
4120d7e6
MC
213482004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21349
21350 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
21351
f679e530
BE
213522004-01-16 Ben Elliston <bje@wasabisystems.com>
21353
21354 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
21355 (clean mostlyclean): Remove empty rm.
21356
091c48f6
MC
213572004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21358
21359 * gdb.base/setvar.exp: Add copyright years.
21360
3e5fc8d2
DC
213612004-01-14 David Carlton <carlton@bactrian.org>
21362
21363 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
21364 PR c++/1511 and update coment.
21365 * gdb.cp/templates.exp: Update patterns to match current output.
21366 If changes involve something other than whitespace, KFAIL
21367 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
21368
63d06c5c
DC
213692004-01-14 David Carlton <carlton@kealia.com>
21370
21371 * gdb.cp/namespace.exp: Add tests involving classes defined within
21372 namespaces.
21373 * gdb.cp/namespace.cc (C::CClass): New.
21374 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21375
a51dab88
EZ
213762004-01-14 Elena Zannoni <ezannoni@redhat.com>
21377
21378 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21379 what debug info we have. Print a better message if something goes
21380 wrong while producing the separate debug info file.
21381
a476ccc9
MC
213822004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21383
21384 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21385
f453692c
MC
213862004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21387
21388 * gdb.base/callfuncs.c: Add copyright notice.
21389
f40063a5
MC
213902004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21391
21392 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21393 inheritance. PR gdb/1498, PR gcc/13539.
21394
19ac3974
EZ
213952004-01-13 Elena Zannoni <ezannoni@redhat.com>
21396
a9c64011
AS
21397 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21398 test specific name.
21399 * gdb.mi/gdb669.exp: Ditto.
21400 * gdb.mi/mi-pthreads.exp: Ditto.
21401 * gdb.mi/mi1-pthreads.exp: Ditto.
21402 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 21403
56c97c6e
MC
214042004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21405
21406 * gdb.cp/member-ptr.cc: Add copyright notice.
21407
a0644324
MC
214082004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21409
21410 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21411 some patterns for recent versions of gcc and hpacc. Delete
21412 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21413 Delete tests that access a NULL pointer-to-member-data. This
21414 script is still disabled for gcc.
21415
32fabe09
EZ
214162004-01-12 Elena Zannoni <ezannoni@redhat.com>
21417
21418 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 21419 escaped correctly.
32fabe09 21420
1f8a6abb
EZ
214212004-01-12 Elena Zannoni <ezannoni@redhat.com>
21422
21423 * gdb.base/sepdebug.exp: New file.
21424 * gdb.base/sepdebug.c: New file.
21425 * lib/gdb.exp (separate_debug_filename): New procedure.
21426 (gdb_gnu_strip_debug): New procedure.
21427
48efe704
AC
214282004-01-12 Andrew Cagney <cagney@redhat.com>
21429
21430 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21431 * gdb.mi/ChangeLog-1999-2003: New file.
21432
a9415475
AC
214332004-01-12 Andrew Cagney <cagney@redhat.com>
21434
21435 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21436 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21437 or EEXIST", treat EBUSY as an XFAIL.
21438
83b8cf9d
MC
214392004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21440
21441 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21442 hp_cc_compiler.
21443
9939d2a8
MC
214442004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21445
21446 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21447 decorations.
21448
1ff8cadf
MC
214492004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21450
21451 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21452 and "(aCC)" decorations. Remove obsolete doco about old
21453 test results.
21454
6fa9022e
MC
214552004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21456
21457 * gdb.cp/exception.exp: Fix typo in doco.
21458
209721fe
MK
214592004-01-09 Mark Kettenis <kettenis@gnu.org>
21460
21461 * gdb.base/gdb1476.exp: Fix typo.
21462
ef11303e
MC
214632004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21464
21465 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21466 file.
21467
041ab88c
MC
214682004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21469
21470 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21471 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21472 Use gdb_compile. Remove restriction on gcc. Add some patterns
21473 for recent version of gdb. Delete second half, which was a copy
21474 of the first half with different build flags. This test is
21475 still disabled because it is still not ready for production.
21476
e36d075a
MC
214772004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21478
21479 * gdb.cp/exception.cc: Add copyright notice.
21480 * gdb.cp/exception.exp: Add a notice that this file is broken
21481 because of line number changes caused by addition of copyright
21482 notice.
21483
42b190ad
MC
214842004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21485
21486 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21487 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21488
8f25f06b
MC
214892004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21490
21491 * gdb.cp/classes.exp: Accept gnu abi 2.
21492 * gdb.cp/derivation.exp: Likewise.
21493 * gdb.cp/overload.exp: Likewise.
21494 * gdb.cp/virtfunc.exp: Likewise.
21495
06ded8b8
MC
214962004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21497
21498 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21499 semicolon after end of function.
21500
77c26ae3
MC
215012004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21502
21503 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21504 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21505 boilerplate code for compiling and running the program under
21506 test. Add some string method tests.
21507
20757486
MC
215082004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21509
21510 * gdb.cp/bs15503.cc: Add copyright notice.
21511 * gdb.cp/bs15503.exp: Adjust line number.
21512
0fd3b503
MC
215132004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21514
21515 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21516 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21517
10d1bea8
MC
215182004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21519
21520 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21521 hp_cc_compiler.
21522
2789202a
MC
215232004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21524
21525 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21526 * gdb.cp/ctti.exp: Use the marker instead of "next".
21527 With gcc, run further before bailing.
21528
b862f14c
MC
215292004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21530
21531 * gdb.cp/cttiadd.cc: Add copyright notice.
21532 * gdb.cp/cttiadd1.cc: Likewise.
21533 * gdb.cp/cttiadd2.cc: Likewise.
21534 * gdb.cp/cttiadd3.cc: Likewise.
21535
96da2469
MC
215362004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21537
21538 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21539 Use gdb_test, gdb_test_multiple. Use floating-point values that
21540 have exact representations in IEEE-ish formats.
21541
053248ff
MC
215422004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21543
21544 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21545 compilers. Delete duplicate call to get_compiler_info.
21546 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21547 * gdb.base/volatile.exp: Likewise.
21548
84acecdd
MK
215492004-01-07 Mark Kettenis <kettenis@gnu.org>
21550
21551 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21552 memory at address 0.
21553
fe11a27f
MC
215542004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21555
21556 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21557 to test for hp-ux assembler. Fix copyright years.
21558
60ad077b
AC
215592004-01-07 Andrew Cagney <cagney@redhat.com>
21560
21561 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21562
1c9b8f33
AC
215632004-01-07 Andrew Cagney <cagney@redhat.com>
21564
21565 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21566 when creating the read-only file. From analysis by Roland McGrath
21567 and Elena Zannoni.
21568
753ccc7a
MC
215692004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21570
21571 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21572
eca3e36b
MC
215732004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21574
21575 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21576 data pointers.
21577
f8d4bac4
MC
215782004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21579
21580 * gdb.cp/m-static.exp: Compile one source file at a time.
21581 Delete unused call to get_compiler_info.
21582
9b4e0f94
MC
215832004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21584
21585 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21586 * gdb.base/call-rt-st.exp: Likewise.
21587 * gdb.base/nodebug.exp: Likewise.
21588 * gdb.base/volatile.exp: Likewise.
21589 * gdb.cp/ref-types.exp: Likewise.
21590 * gdb.cp/templates.exp: Likewise.
21591
023c1024
MK
215922004-01-05 Mark Kettenis <kettenis@gnu.org>
21593
21594 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21595
19703c4a
MC
215962004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21597
21598 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21599 hppa*-hp-hpux*.
21600
18b67037
MK
216012004-01-04 Mark Kettenis <kettenis@gnu.org>
21602
ba6219c8
MK
21603 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21604 x86_64-*-*.
21605
18b67037
MK
21606 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21607 sparc64-*-* and sparc*-solaris2*.
21608
1bfbbb9d
MK
216092004-01-04 Mark Kettenis <kettenis@gnu.org>
21610
21611 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21612 return ${tests}" test. The ${tests} already mentions the
21613 filename.
21614
06846494
MC
216152004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21616
21617 * gdb.cp/local.exp: Accept gcc abi 2.
21618
3b0cb202
MC
216192004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21620
21621 * gdb.cp/templates.exp: Accept gcc abi 2.
21622
0643ec3f
MC
216232004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21624
21625 * lib/compiler.cc: Remove supports_template_debugging.
21626 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21627
d231d0b1
MC
216282004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21629
21630 * gdb.cp/namespace.exp: Accept gcc abi 2.
21631
44ffb27c
MC
216322004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21633
21634 * gdb.cp/method.exp: Accept gcc abi 2.
21635
184ad485
MC
216362004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21637
21638 * gdb.cp/classes.exp: Generate identical results as old version.
21639 * gdb.cp/derivation.exp: Likewise.
21640 * gdb.cp/overload.exp: Likewise.
21641 * gdb.cp/virtfunc.exp: Likewise.
21642
116f09e7
MC
216432004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21644
21645 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21646 mysterious bug with sourceware version of expect.
21647
b1379776
MC
216482004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21649
21650 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21651 current versions of gcc, including gcc abi 2. Remove gratuitous
21652 restart of test program. Use gdb_test_multiple and gdb_test for
21653 all tests. Add patterns to xfail missing "const" in "const char *"
21654 and kfail PR gdb/1155.
21655
6b7a4c0e
MC
216562004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21657
21658 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21659 current versions of gcc, including gcc abi 2. Remove gratuitous
21660 restart of test program. Use gdb_test_multiple and gdb_test for
21661 all tests. Add patterns to kfail PR gdb/1498.
21662
51615d72
MC
216632003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21664
21665 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21666 current versions of gcc, including gcc abi 2. Use "breakpoint"
21667 and "continue" instead of restarting the target program. Use
21668 gdb_test_multiple and gdb_test for all tests.
21669
7b79a9d7
MK
216702004-01-01 Mark Kettenis <kettenis@gnu.org>
21671
21672 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21673 for *-*-solaris2*.
21674
1cd3489f
MC
216752003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21676
21677 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21678 current versions of gcc, including gcc abi 2. Use "breakpoint"
21679 and "continue" instead of restarting the target program several
21680 times. Use gdb_test_multiple and gdb_test for all tests.
21681
850742db
MC
216822003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21683
21684 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21685 source files.
21686
eb4bbda8
MC
216872003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21688
21689 * gdb.base/environ.exp: Handle compiling test case from multiple
21690 source files.
21691
e42c7771
MC
216922003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21693
21694 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21695
80e4b428
JB
216962003-12-17 Jim Blandy <jimb@redhat.com>
21697
5f06973a
JB
21698 * gdb.base/freebpcmd.c: Add copyright notice.
21699
80e4b428
JB
21700 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21701
0ab84fb7
MC
217022003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21703
21704 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21705
1b3bb3d0
JB
217062003-12-13 Jim Blandy <jimb@redhat.com>
21707
21708 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21709
3a4c9371
KB
217102003-12-12 Kevin Buettner <kevinb@redhat.com>
21711
21712 * gdb.asm/frv.inc: New file.
21713 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21714
a1dea79a
FF
217152003-12-09 Fred Fish <fnf@redhat.com>
21716
21717 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21718 functions to break1.c and leave prototypes behind. Add more
21719 "set breakpoint NN here" comments.
21720 * gdb.base/break1.c: New file.
21721
21722 * gdb.base/break.exp: Handle compiling test case from multiple
21723 source files and change source file references as needed.
21724 * gdb.base/completion.exp: Ditto.
21725 * gdb.base/condbreak.exp: Ditto.
21726 * gdb.base/define.exp: Ditto.
21727 * gdb.base/ena-dis-br.exp: Ditto.
21728 * gdb.base/info-proc.exp: Ditto.
21729 * gdb.base/maint.exp: Ditto.
21730 * gdb.base/until.exp: Ditto.
21731
21732 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21733 hardcoded line numbers.
21734 * gdb.base/define.exp: Ditto.
21735 * gdb.base/ena-dis-br.exp: Ditto.
21736 * gdb.base/maint.exp: Ditto.
21737 * gdb.base/until.exp: Ditto.
21738
21739 * gdb.base/completion.exp: Use "break1" for completion tests since
21740 "break" is no longer a unique prefix.
21741
5266b69c
AC
217422003-12-06 Andrew Cagney <cagney@redhat.com>
21743
21744 * gdb.base/structs.exp (test_struct_returns): When applicable, set
21745 "return_value_unimplemented". When an unimplemented struct return
21746 architecture, report incorrect values as a KFAIL
21747
374451f0
MC
217482003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21749
21750 * gdb.cp/rtti.exp: Accept new wording of warning from
21751 cp_lookup_rtti_type.
21752
ba9b20a7
MC
217532003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21754
21755 Partial fix for PR testsuite/1456.
21756 * gdb.base/scope.exp (test_at_main): Replace references to
21757 gcc_compiled with calls to test_compiler_info.
21758 (test_at_foo): Likewise.
21759 (test_at_bar): Likewise.
21760
b74b6d0b
MC
217612003-12-04 Michael Chastain <mec.gnu@mindspring.com>
21762
21763 Partial fix for PR testsuite/1456.
21764 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
21765 to test_compiler_info.
21766
ccfa3402
MC
217672003-12-03 Michael Chastain <mec.gnu@mindspring.com>
21768
21769 * gdb.base/so-impl-ld.exp: Update copyright notice.
21770
f6246aba
MC
217712003-12-02 Michael Chastain <mec.gnu@mindspring.com>
21772
21773 Partial fix for PR testsuite/1456.
21774 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
21775 to test_compiler_info.
21776
13ae734a
MC
217772003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21778
21779 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
21780 from current versions of gdb. Clean up regular expressions.
21781 Delete redundant timeout case.
21782
d8e1cdee
MC
217832003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21784
21785 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
21786 from current versions of gdb. Clean up regular expressions.
21787 Delete redundant timeout case.
21788
96457b64
MC
217892003-12-01 Michael Chastain <mec.gnu@mindspring.com>
21790
21791 Partial fix for PR testsuite/1456.
21792 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
21793 gcc_compiled with call to test_compiler_info.
21794
f35309fc
MC
217952003-11-30 Michael Chastain <mec.gnu@mindspring.com>
21796
21797 Partial fix for PR testsuite/1456.
21798 * gdb.base/list.exp (test_list_function): Delete unused declaration
21799 of gcc_compiled.
21800
d7afdf9b
MC
218012003-11-29 Michael Chastain <mec.gnu@mindspring.com>
21802
21803 Partial fix for PR testsuite/1456.
21804 * gdb.base/complex.exp: Replace reference to gcc_compiled with
21805 call to test_compiler_info.
21806
71507b56
MK
218072003-11-29 Mark Kettenis <kettenis@gnu.org>
21808
21809 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
21810 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
21811 it to create the appropriate note.inc.
21812 * gdb.asm/asmsrc1.s: Include "note.inc".
21813 * gdb.asm/netbsd.inc: New file.
21814 * gdb.asm/empty.inc: New file.
21815
f81f93f7
MC
218162003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21817
21818 Partial fix for PR testsuite/1456.
21819 * gdb.base/constvars.exp: Replace references to gcc_compiled with
21820 calls to test_compiler_info.
21821
9a77938e
MC
218222003-11-27 Michael Chastain <mec.gnu@mindspring.com>
21823
21824 Partial fix for PR testsuite/1456.
21825 * gdb.base/volatile.exp: Replace references to gcc_compiled with
21826 calls to test_compiler_info.
21827
e8367dc7
MK
218282003-11-27 Mark Kettenis <kettenis@gnu.org>
21829
21830 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
21831 pattern for the KFAILs.
21832
526c61ee
AF
218332003-11-25 Adam Fedor <fedor@gnu.org>
21834
21835 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
21836 * gdb.objc/objcdecode.m: New file.
21837
28f2d600
AF
218382003-11-25 Adam Fedor <fedor@gnu.org>
21839
21840 * gdb.objc/nondebug.exp: Test for PR objc/1236.
21841 * gdb.objc/nondebug.m: New file.
21842
a3895cee
BE
218432003-11-26 Ben Elliston <bje@wasabisystems.com>
21844
21845 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21846 NetBSD as it does on FreeBSD. Modelled on a similar change by
21847 Mark Kettenis on 2003-05-30.
21848 (link-flags): Set to "--entry _start" regardless of target.
21849 Special linker flags are to be appended to $link-flags.
21850 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
21851
c9f2c8a3
MC
218522003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21853
21854 * gdb.cp/method.exp: Accept output of new demangler.
21855
15a0587a 218562003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
21857
21858 * gdb/class2.exp: New file.
21859 * gdb/class2.cc: New file.
21860
3c00b570
MC
218612003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21862
21863 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
21864 of new demangler.
21865
7027acc7
MK
218662003-11-23 Mark Kettenis <kettenis@gnu.org>
21867
21868 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
21869 of gdb_test "run".
21870
b0e1598a
MK
218712003-11-23 Mark Kettenis <kettenis@gnu.org>
21872
21873 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
21874 "continue" into "run".
21875
4d9eda44
MC
218762003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21877
21878 Partial fix for PR testsuite/1456.
21879 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
21880 call to test_compiler_info.
21881 * gdb.cp/ctti.exp: Likewise.
21882 * gdb.cp/derivation.exp: Likewise.
21883 * gdb.cp/member-ptr.exp: Likewise.
21884 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
21885 reference to gcc_compiled.
21886
218872003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
21888
21889 Fix PR testsuite/1463.
21890 * gdb.base/structs.exp (start_structs_test): Call
21891 get_debug_format before using the debug format.
21892
d422fe19
AC
218932003-11-22 Andrew Cagney <cagney@redhat.com>
21894
21895 * lib/gdb.exp (gdb_test_multiple): Add simple example.
21896 * gdb.base/structs.exp: Use gdb_test_multiple.
21897
039cf96d
AC
218982003-11-20 Andrew Cagney <cagney@redhat.com>
21899
6882279b
AC
21900 * gdb.base/structs.exp: Handle and recover from internal errors.
21901 Replace "foo${n}" with "foo<n>" in test messages.
21902
e53890ae
AC
21903 * gdb.base/structs.exp: Update copyright. Rewrite.
21904 * gdb.base/structs.c: Update copyright. Rewrite.
21905
2b211c59
AC
21906 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
21907 resync count exceeded.
d63a86f8 21908
039cf96d
AC
21909 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
21910 from the internal error.
21911 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
21912 Original from Jim Blandy.
21913 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 21914
eac98b22
AC
219152003-11-19 Andrew Cagney <cagney@redhat.com>
21916
21917 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
21918 KFAIL.
21919
67455b2a
MK
219202003-11-17 Mark Kettenis <kettenis@gnu.org>
21921
21922 New testcase for PR backtrace/1435.
21923 * gdb.arch/i386-unwind.exp: New file.
21924 * gdb.arch/i386-unwind.c: New file.
21925
853d6e5b
AC
219262003-11-17 Andrew Cagney <cagney@redhat.com>
21927
21928 * lib/gdb.exp (compiler_info): New global.
21929 (test_compiler_info): New function.
21930 (get_compiler_info): Set compiler_info.
21931 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
21932 "compiler_info" to gcc-<major>-<minor>.
21933
38cf6e11
MC
219342003-11-15 Michael Chastain <mec.gnu@mindspring.com>
21935
21936 * gdb.trace/configure: Remove.
21937
a50d3602
EZ
219382003-11-13 Elena Zannoni <ezannoni@redhat.com>
21939
21940 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 21941 breakpoints.
a50d3602
EZ
21942 * gdb.base/break.exp: Remove all references to explicit line
21943 numbers.
21944
d9407aaa
NC
219452003-11-11 Nick Clifton <nickc@redhat.com>
21946
21947 * gdb.base/shreloc.exp: Do not run for targets which do not
21948 support shared objects.
21949
db488fc1
CV
219502003-11-10 Corinna Vinschen <vinschen@redhat.com>
21951
21952 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
21953 Don't run tests if nofileio flag is given.
21954
6a90a18e
EZ
219552003-11-07 Elena Zannoni <ezannoni@redhat.com>
21956
21957 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 21958 as well as 'Watchpoint'.
6a90a18e 21959
0b915e9c
EZ
219602003-11-06 Elena Zannoni <ezannoni@redhat.com>
21961
21962 Reported by Jim Ingham <jingham@apple.com>:
21963 * gdb.base/annota1.exp: Match at least one occurrence of the
21964 signal handler annotation.
21965
d7e4b55f
EZ
219662003-11-06 Elena Zannoni <ezannoni@redhat.com>
21967
a9c64011
AS
21968 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
21969 as well as 'Watchpoint'.
d7e4b55f 21970
2fe4e8d0
MC
219712003-11-05 Michael Chastain <mec@shout.net>
21972
21973 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
21974
6ef88553
KW
219752003-11-03 Kris Warkentin <kewarken@qnx.com>
21976
21977 * gdb.arch/gdb1291.c: New test file.
21978 * gdb.arch/gdb1291.exp: New test script.
21979 * gdb.arch/gdb1431.c: New test file.
21980 * gdb.arch/gdb1431.exp: New test script.
21981
ae7dc4d8
MC
219822003-10-22 Michael Chastain <mec@shout.net>
21983
21984 * gdb.mi/pthreads.c: Add copyright notice.
21985
c39d7427
MC
219862003-10-22 Michael Chastain <mec@shout.net>
21987
21988 * gdb.threads/pthreads.c: Add copyright notice.
21989
8b7d96c1
MC
219902003-10-20 Michael Chastain <mec@shout.net>
21991
21992 * gdb.base/gdb1056.exp: New test script.
21993
d1d69fdd
DJ
219942003-10-13 Daniel Jacobowitz <drow@mvista.com>
21995
21996 * gdb.threads/killed.exp: Use gdb_run_cmd.
21997
7d605576
DJ
219982003-10-13 Daniel Jacobowitz <drow@mvista.com>
21999
22000 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22001 create a core file.
22002 * gdb.threads/gcore-thread.exp: Likewise.
22003
618ec112
CV
220042003-10-13 Corinna Vinschen <vinschen@redhat.com>
22005
22006 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22007 type, based on char type.
22008 (struct bit_flags_short_t): New bitfield type, based on short type.
22009 (init_bit_flags_char): New fuction.
22010 (init_bit_flags_short): Ditto.
22011 (print_bit_flags_char): Ditto.
22012 (print_bit_flags_short): Ditto.
22013 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22014
9367a73c
MC
220152003-10-11 Michael Chastain <mec@shout.net>
22016
22017 * gdb.base/call-rt-st.exp: Update copyright year.
22018
1decf120
KI
220192003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
22020
22021 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
22022 * gdb.disasm/sh3.s: Ditto.
22023
5445b2ae
DJ
220242003-10-07 Daniel Jacobowitz <drow@mvista.com>
22025
22026 * gdb.threads/switch-threads.exp: New test.
22027 * gdb.threads/switch-threads.c: New source file.
22028
aec24853
CV
220292003-10-07 Corinna Vinschen <vinschen@redhat.com>
22030
22031 * gdb.base/ending-run.exp: Add sh specific case.
22032
adc7428d
AC
220332003-10-06 Andrew Cagney <cagney@redhat.com>
22034
22035 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
22036 * gdb.disasm/mn10200.exp: Delete obsolete file.
22037
c9d37158
DJ
220382003-09-29 Daniel Jacobowitz <drow@mvista.com>
22039
22040 * ChangeLog: Correct an entry command.exp -> commands.exp.
22041 * gdb.base/commands.exp (bp_deleted_in_command_test)
22042 (temporary_breakpoint_commands): Check noargs.
22043
79c2c32d
DC
220442003-09-25 David Carlton <carlton@kealia.com>
22045
22046 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
22047 of some print tests, where appropriate. Add tests for C::D::cd,
22048 E::ce, F::cXfX, G::XgX.
22049 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
22050
594e6d67
RE
220512003-09-25 Richard Earnshaw <rearnsha@arm.com>
22052
22053 * lib/java.exp (java_init): Import target_alias before using it.
22054
10f0d451
DC
220552003-09-25 David Carlton <carlton@kealia.com>
22056
22057 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
22058
274bcba0
EZ
220592003-09-23 Elena Zannoni <ezannoni@redhat.com>
22060
d63a86f8 22061 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 22062 weirdness.
274bcba0 22063
cdbf20f7
MC
220642003-09-17 Michael Chastain <mec@shout.net>
22065
22066 * gdb.cp/gdb1355.exp: New file.
22067 * gdb.cp/gdb1355.c: New file.
22068
71e06f80
CV
220692003-09-15 Corinna Vinschen <vinschen@redhat.com>
22070
22071 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
22072 * gdb.asm/sh.inc: New file.
22073
5c4e30ca
DC
220742003-09-11 David Carlton <carlton@kealia.com>
22075
bd45b7af
DC
22076 * gdb.cp/namespace.exp: Add tests for namespace types.
22077 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
22078 (test_namespace): New.
22079
1c199746
EZ
220802003-09-11 Elena Zannoni <ezannoni@redhat.com>
22081
a9c64011 22082 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 22083 * gdb.stabs/weird.exp: Ditto.
1c199746 22084
04ed252f
MC
220852003-09-08 Michael Chastain <mec@shout.net>
22086
22087 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
22088
d8a2d9e7
MC
220892003-09-07 Michael Chastain <mec@shout.net>
22090
22091 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
22092 'parse error'.
22093
161afb24
MK
220942003-09-07 Mark Kettenis <m.kettenis@osp.nl>
22095
22096 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
22097
49f2741a
MC
220982003-08-30 Michael Chastain <mec@shout.net>
22099
22100 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
22101 * gdb.gdb/observer.exp: Ditto.
22102 * gdb.gdb/xfullpath.exp: Ditto.
22103
8afa723e
MK
221042003-08-29 Mark Kettenis <kettenis@gnu.org>
22105
22106 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
22107 *-*-*bsd*.
22108
f31dfe3b
JJ
221092003-08-28 Jeff Johnston <jjohnstn@redhat.com>
22110
22111 * gdb.base/dump.exp: Skip for ia64.
22112
4630e498
JJ
221132003-08-25 Jeff Johnston <jjohnstn@redhat.com>
22114
22115 * gdb.asm/asm-source.exp: Add ia64 support.
22116 * gdb.asm/ia64.inc: New file.
22117
1105b7ef
MC
221182003-08-22 Michael Chastain <mec@shout.net>
22119
22120 * gdb.cp: New directory.
22121 * gdb.cp/*: Copy from gdb.c++/*.
22122 * gdb.c++/*: Remove.
22123 * Makefile.in: Change gdb.c++ to gdb.cp.
22124 * configure.in: Ditto.
22125 * configure: Regnerate.
22126
c945b932
MK
221272003-08-18 Mark Kettenis <kettenis@gnu.org>
22128
22129 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
22130 * gdb.arch/i386-prologue.c (gdb1338): Add function.
22131
2b66634b
DJ
221322003-08-17 Daniel Jacobowitz <drow@mvista.com>
22133
22134 * mi-var-display.exp (-var-list-children weird): Accept function
22135 pointers with argument types.
22136 * mi1-var-display.exp (-var-list-children weird): Likewise.
22137 * mi2-var-display.exp (-var-list-children weird): Likewise.
22138
a356f73b
DJ
221392003-08-17 Daniel Jacobowitz <drow@mvista.com>
22140
22141 * gdb.base/annota3.exp: Add missing newline.
22142
483417b8
MC
221432003-08-06 Michael Chastain <mec@shout.net>
22144
22145 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
22146
c99c59c3
MS
221472003-08-12 Michael Snyder <msnyder@redhat.com>
22148
22149 * gdb.base/float.exp: Add test for SH.
22150
55ed7501
MK
221512003-08-10 Mark Kettenis <kettenis@gnu.org>
22152
22153 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
22154
1a371f2e
EZ
221552003-08-07 Elena Zannoni <ezannoni@redhat.com>
22156
22157 * gdb.base/completion.exp: Remove reduntant completion test
22158 on filename.
22159
e0f353ce
EZ
221602003-08-07 Elena Zannoni <ezannoni@redhat.com>
22161
a9c64011
AS
22162 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
22163 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
22164 gdb.trace/save-trace.exp: Make sure that full pathnames are
22165 escaped correctly.
e0f353ce 22166
5710a1af 221672003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 22168
a9c64011
AS
22169 * configure.in: Don't generate config.h from config.hin.
22170 * configure: Regenerate.
22171 * config.hin: Remove file.
22172 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22173 * gdb.threads/pthreads.c: Ditto.
5710a1af 22174
dcd81ce9
DJ
221752003-08-07 Daniel Jacobowitz <drow@mvista.com>
22176
22177 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22178 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22179 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22180 Replace ld24 with seth/add3.
22181
6009d884
AC
221822003-08-02 Andrew Cagney <cagney@redhat.com>
22183
22184 * gdb.base/annota3.exp: New file.
22185 * gdb.base/annota3.c: New file.
22186 * gdb.c++/annota3.exp: New file.
22187 * gdb.c++/annota3.cc: New file.
22188
51514e06
MC
221892003-07-29 Michael Chastain <mec@shout.net>
22190
22191 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22192 actually failed.
22193 (do_pass): Likewise.
22194 * gdb.threads/tls.exp: Always initialize no_of_threads.
22195
4ee6625b
DJ
221962003-07-27 Daniel Jacobowitz <drow@mvista.com>
22197
22198 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22199 pattern.
22200 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22201 * gdb.threads/tls.exp: Recognize one case of the host library not
22202 supporting TLS.
22203
225f2bf6
AC
222042003-07-27 Andrew Cagney <cagney@redhat.com>
22205
22206 * gdb.base/fileio.exp: Use SH when running commands using
22207 remote_exec.
22208
bcb27c9f
DJ
222092003-07-24 Daniel Jacobowitz <drow@mvista.com>
22210
22211 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22212 * gdb.base/relocate.c (dummy): New padding array.
22213
3d67be83
MS
222142003-07-22 Michael Snyder <msnyder@redhat.com>
22215
d63a86f8 22216 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
22217
22218 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22219 patterns to be more general, accepting old and new output.
22220 Some output chars (such as '+') also must be quoted.
d63a86f8 22221 Some addresses are displayed numerically instead of
3d67be83
MS
22222 symbolically.
22223
57ba3b85
MS
222242003-07-23 Michael Snyder <msnyder@redhat.com>
22225
686d097c
MS
22226 * gdb.base/return2.exp: Don't test long-long return.
22227
57ba3b85
MS
22228 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22229 * gdb.disasm/t01_mov.exp: Ditto.
22230 * gdb.disasm/t02_mova.s: Ditto.
22231 * gdb.disasm/t02_mova.exp: Ditto.
22232 * gdb.disasm/t03_add.s: Ditto.
22233 * gdb.disasm/t03_add.exp: Ditto.
22234 * gdb.disasm/t04_sub.s: Ditto.
22235 * gdb.disasm/t04_sub.exp: Ditto.
22236 * gdb.disasm/t05_cmp.s: Ditto.
22237 * gdb.disasm/t05_cmp.exp: Ditto.
22238 * gdb.disasm/t06_ari2.s: Ditto.
22239 * gdb.disasm/t06_ari2.exp: Ditto.
22240 * gdb.disasm/t07_ari3.s: Ditto.
22241 * gdb.disasm/t07_ari3.exp: Ditto.
22242 * gdb.disasm/t08_or.s: Ditto.
22243 * gdb.disasm/t08_or.exp: Ditto.
22244 * gdb.disasm/t09_xor.s: Ditto.
22245 * gdb.disasm/t09_xor.exp: Ditto.
22246 * gdb.disasm/t10_and.s: Ditto.
22247 * gdb.disasm/t10_and.exp: Ditto.
22248 * gdb.disasm/t11_logs.s: Ditto.
22249 * gdb.disasm/t11_logs.exp: Ditto.
22250 * gdb.disasm/t12_bit.s: Ditto.
22251 * gdb.disasm/t12_bit.exp: Ditto.
22252 * gdb.disasm/t13_otr.s: Ditto.
22253 * gdb.disasm/t13_otr.exp: Ditto.
22254
e00759ef
EZ
222552003-07-22 Elena Zannoni <ezannoni@redhat.com>
22256
22257 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22258
8bc2021f
EZ
222592003-07-22 Elena Zannoni <ezannoni@redhat.com>
22260
a9c64011
AS
22261 * gdb.threads/tls.c : New file.
22262 * gdb.threads/tls.exp : New file.
22263 * gdb.threads/tls-main.c : New file.
22264 * gdb.threads/tls-shared.c : New file.
22265 * gdb.threads/tls-shared.exp : New file.
8bc2021f 22266
89320c4c
AS
222672003-07-22 Andreas Schwab <schwab@suse.de>
22268
22269 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22270
180dea7c
AS
222712003-07-20 Andreas Schwab <schwab@suse.de>
22272
22273 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22274 due to insn reordering.
22275
0714963c
AC
222762003-07-15 Andrew Cagney <cagney@redhat.com>
22277
22278 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22279
98a23b3f
MC
222802003-07-15 Michael Chastain <mec@shout.net>
22281
22282 * gdb.base/gdb1250.exp: New file.
22283 * gdb.base/gdb1250.c: New file.
22284
27e417a2
ML
222852003-07-09 Michal Ludvig <mludvig@suse.cz>
22286
22287 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22288 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22289
8bc2021f
EZ
222902003-07-09 Elena Zannoni <ezannoni@redhat.com>
22291
a9c64011
AS
22292 * gdb.threads/tls.c: New file.
22293 * gdb.threads/tls.exp: New file.
22294 * gdb.threads/tls-main.c: New file.
22295 * gdb.threads/tls-shared.c: New file.
22296 * gdb.threads/tls-shared.exp: New file.
8bc2021f 22297
d99968dc
EZ
222982003-07-09 Elena Zannoni <ezannoni@redhat.com>
22299
22300 * gdb.base/annota1.exp: Make sure that we properly escape the
22301 full path of the source file. Xfail more permissive patterns,
d63a86f8 22302 due to a compiler debug info problem.
d99968dc 22303
83876b3b
AS
223042003-07-07 Andreas Schwab <schwab@suse.de>
22305
2705e972
AS
22306 * gdb.asm/m68k.inc: New file.
22307 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22308
83876b3b
AS
22309 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22310 arguments"): Also match negative number.
22311
22312 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22313
3a871b37
DJ
223142003-07-03 Daniel Jacobowitz <drow@mvista.com>
22315
22316 * gdb.base/store.c (charest): New typedef.
22317 (add_char): Rename to add_charest, update.
22318 (wack_char): Rename to wack_charest, update types. Return l + r
22319 to keep r live across the call.
22320 (wack_short, wack_int, wack_long, wack_longest, wack_float)
22321 (wack_double, wack_doublest): Return l + r to keep r live across
22322 the call.
22323 * gdb.base/store.exp: Accomodate store.c changes.
22324
b2a7f303
DC
223252003-06-30 David Carlton <carlton@kealia.com>
22326
22327 * gdb.c++/maint.exp (test_invalid_name): New.
22328 (test_first_component): Add tests for invalid names.
22329
3c6cb4a1
MC
223302003-06-29 Michael Chastain <mec@shout.net>
22331
22332 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
22333 output of '<VTT for class>' for virtual base classes.
22334
f1c2644b
DJ
223352003-06-29 Daniel Jacobowitz <drow@mvista.com>
22336
22337 * gdb.base/completion.exp: Tab-complete "complet" instead of
22338 "compl".
22339 * gdb.base/complex.exp, gdb.base/complex.c: New files.
22340
18080350
DJ
223412003-06-29 Daniel Jacobowitz <drow@mvista.com>
22342
22343 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
22344 * gdb.base/volatile.exp: Likewise.
22345
f56973f8
DJ
223462003-06-29 Daniel Jacobowitz <drow@mvista.com>
22347
22348 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
22349 gdb/1265.
22350
223512003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
22352 Daniel Jacobowitz <drow@mvista.com>
22353
22354 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
22355 initial line count of 'captured_main' from 26 to 32.
22356 (test_with_self): Allow xmalloc call to be interleaved with the
22357 preceding two lines.
22358
e766d4d6
JB
223592003-06-24 Joel Brobecker <brobecker@gnat.com>
22360
22361 * gdb.base/bang.exp: New testcase.
22362
f125c9a4
JB
223632003-06-23 Joel Brobecker <brobecker@gnat.com>
22364
22365 * gdb.base/langs.exp: Add some tests for the "minimal" language
22366 support.
22367
6e25beaf
EZ
223682003-06-23 Elena Zannoni <ezannoni@redhat.com>
22369
22370 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
22371 the testcase.
22372
2f816dda
DJ
223732003-06-22 Daniel Jacobowitz <drow@mvista.com>
22374
22375 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22376 offset.
22377
db5a5748
DJ
223782003-06-22 Daniel Jacobowitz <drow@mvista.com>
22379
22380 * gdb.c++/pr-1210.cc: New file.
22381 * gdb.c++/pr-1210.exp: New file.
22382
1df0c130
DJ
223832003-06-21 Daniel Jacobowitz <drow@mvista.com>
22384
22385 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22386 000-exec-continue.
22387
a92feac0
MK
223882003-06-15 Mark Kettenis <kettenis@gnu.org>
22389
22390 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22391 on *-*-*bsd* instead of *-*-freebsd*.
22392
81a58f5b
AC
223932003-06-14 Andrew Cagney <cagney@redhat.com>
22394
22395 * gdb.base/store.exp: Test longest and doublest. Test all
22396 parameters. Weaken return statement match.
22397 * gdb.base/store.c: Add longest and doublest - aka long long and
22398 long double functions. Put all parameters into local register
22399 variables. Use negative values.
22400
b257a0d3
AC
224012003-06-14 Andrew Cagney <cagney@redhat.com>
22402
22403 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22404 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22405 exit status.
22406 * gdb.base/fileio.exp: Disable target when nointerrupts and
22407 noinferiorio, instead of limiting it to remote. Use remote_exec
22408 instead of system.
d63a86f8 22409
21c38304
JJ
224102003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22411
22412 * gdb.base/float.exp: Add ia64 support.
22413
1bcdb424
CV
224142003-06-12 Corinna Vinschen <vinschen@redhat.com>
22415
22416 * gdb.base/fileio.exp: Run only on remote targets.
22417
6aeb981f
CV
224182003-06-10 Corinna Vinschen <vinschen@redhat.com>
22419
22420 * gdb.base/fileio.c: New file, testing File-I/O.
22421 * gdb.base/fileio.exp: Ditto.
22422
53df362e
RG
224232003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22424
22425 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22426 shared objects after relocation at load time (gdb PR/1132).
22427 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 22428 as above, part of the shared object relocation test.
53df362e 22429
ffee1b46
MK
224302003-06-08 Mark Kettenis <kettenis@gnu.org>
22431
b5ca3722
MK
22432 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22433 fully filled history list.
22434 * gdb.base/gdb_history: New file.
22435
03ed860d
MK
22436 * gdb.base/signals.exp: XFAIL "continue to func1" on
22437 i*86-*-freebsd*.
22438
ffee1b46
MK
22439 * gdb.base/attach.exp: When trying to attach to a nonexistent
22440 process, make it possible to specify the PID based on the target,
22441 and do so for *-*-freebsd*.
22442
d80dbb52
RH
224432003-06-02 Richard Henderson <rth@redhat.com>
22444
22445 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22446
6dd77b81
RH
224472003-06-02 Richard Henderson <rth@redhat.com>
22448
22449 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22450
f6347e16
RH
224512003-06-02 Richard Henderson <rth@redhat.com>
22452
22453 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22454
2c161407
DJ
224552003-06-01 Daniel Jacobowitz <drow@mvista.com>
22456
22457 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22458 of globalvar.
22459
572eb746
MK
224602003-06-01 Mark Kettenis <kettenis@gnu.org>
22461
22462 * gdb.asm/asm-source.exp: Check for memory read errors in
22463 disassembler test on *BSD too.
22464
9e9617a5
RH
224652003-06-01 Richard Henderson <rth@redhat.com>
22466
22467 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22468 for .frame.
22469 (gdbasm_call): Lose ldgp.
22470 (gdbasm_startup): Add frame information.
22471 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22472
7b34ad4e
MK
224732003-05-31 Mark Kettenis <kettenis@gnu.org>
22474
22475 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22476 i?86-*-*.
22477
10059fdf
MK
224782003-05-30 Mark Kettenis <kettenis@gnu.org>
22479
22480 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22481 FreeBSD.
22482
acf4b816
RH
224832003-05-29 Richard Henderson <rth@redhat.com>
22484
22485 * gdb.asm/alpha.inc: New file.
22486 * gdb.asm/asm-source.exp: Use it.
22487
e9ecd949
JB
224882003-05-29 Jim Blandy <jimb@redhat.com>
22489
22490 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22491 'core.PID'.
22492
e3e5a4f3
JB
224932003-05-22 Jim Blandy <jimb@redhat.com>
22494
22495 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22496 backtrace.
d63a86f8 22497
72fe3d25
DC
224982003-05-20 David Carlton <carlton@math.stanford.edu>
22499
22500 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22501 this time.
22502
58da2eb2
DC
225032003-05-19 David Carlton <carlton@bactrian.org>
22504
22505 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22506 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22507
1fcb5155
DC
225082003-05-19 David Carlton <carlton@bactrian.org>
22509
22510 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22511 namespace tests.
22512 Bump copyright date.
22513 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22514 (main): Call C::D::marker2.
22515 * gdb.c++/namespace1.cc: New file.
22516
85e85163
JJ
225172003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22518
22519 Roland McGrath <roland@redhat.com>
d63a86f8 22520 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
22521 there is no manager thread.
22522
a25fbfec
JJ
225232003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22524
d63a86f8
RM
22525 * gdb.threads/schedlock.exp: Remove assumption that all threads
22526 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
22527 in one of the child threads rather than the main thread.
22528
be375bae
JB
225292003-05-07 Jim Blandy <jimb@redhat.com>
22530
09bf6082
JB
22531 Add support for assembly source testing on the s390x.
22532 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22533 architecture.
22534 * gdb.asm/s390x.inc: New file.
22535
be375bae
JB
22536 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22537 succession of 'if' statements.
22538
00905d52
AC
225392003-05-05 Andrew Cagney <cagney@redhat.com>
22540
22541 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22542
b1e29e33
AC
225432003-05-05 Andrew Cagney <cagney@redhat.com>
22544
22545 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22546 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22547
e33d66ec
EZ
225482003-05-02 Elena Zannoni <ezannoni@redhat.com>
22549
22550 * gdb.base/charset.exp: Update based on new behavior of set/show
22551 charset commands.
22552
2b6fd0d8
AC
225532003-05-01 Andrew Cagney <cagney@redhat.com>
22554
22555 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22556 variable do not give memory errors.
22557
130cacce
AF
225582003-04-30 Adam Fedor <fedor@gnu.org>
22559
22560 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22561 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22562 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22563 gdb.objc/basicclass.m: : New files
22564
22565 * lib/gdb.exp (gdb_compile_objc): New procedure.
22566
bea71854
DJ
225672003-04-27 Daniel Jacobowitz <drow@mvista.com>
22568
22569 * gdb.base/signals.exp: Make backtrace tests more specific.
22570
0f20eeea
DC
225712003-04-23 David Carlton <carlton@bactrian.org>
22572
22573 * gdb.c++/maint.exp (test_first_component): Add tests for
22574 'operator' in more locations.
22575
c8c4d8dc
KB
225762003-04-16 Kevin Buettner <kevinb@redhat.com>
22577
22578 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22579
3fe60e3c
EZ
225802003-04-16 Elena Zannoni <ezannoni@redhat.com>
22581
22582 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 22583 func marke' instead. Update test name.
3fe60e3c 22584
9219021c
DC
225852003-04-15 David Carlton <carlton@math.stanford.edu>
22586
22587 * gdb.c++/maint.exp: New file.
22588
5dd55bdd
EZ
225892003-04-14 Elena Zannoni <ezannoni@redhat.com>
22590
22591 * gdb.threads/schedlock.c: Change type of thread function argument
22592 to long, to avoid warnings on 64-bit platforms.
22593
00890572
EZ
225942003-04-14 Elena Zannoni <ezannoni@redhat.com>
22595
a9c64011
AS
22596 * gdb.base/attach.exp: Add new message from ptrace in case of
22597 attaching to nonexistent process.
d63a86f8 22598
93201743
JB
225992003-04-11 Jim Blandy <jimb@redhat.com>
22600
22601 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22602 gdb.c++/userdef.cc: Place comments on the lines to which the
22603 marker function might return.
22604 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22605 gdb.c++/userdef.exp: Look for those comments to check that we've
22606 returned to the right place, instead of checking line numbers.
22607
2a11c64d
EZ
226082003-04-11 Elena Zannoni <ezannoni@redhat.com>
22609
a9c64011
AS
22610 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22611 match on sourcefile name, instead of directory name.
2a11c64d 22612
68ab8fc5
EZ
226132003-04-10 Elena Zannoni <ezannoni@redhat.com>
22614
d63a86f8 22615 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
22616 working directory name.
22617
5624293a
JB
226182003-04-09 Jim Blandy <jimb@redhat.com>
22619
22620 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22621 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22622 after an inferior function call, report the failure, but allow the
22623 test to continue.
22624
f1f02ee4
SC
226252003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22626
22627 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22628 with -DPROTOTYPES.
22629
6eb79af0
SC
226302003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22631
22632 * gdb.base/break.exp: Revert last patch.
22633
8dfb4cf0
SC
226342003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22635
22636 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22637 with -DPROTOTYPES.
22638
ed4c619a
AC
226392003-04-02 Andrew Cagney <cagney@redhat.com>
22640
22641 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22642 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22643 matching directories by the name breakpoint.
22644 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22645 Make "continue to marker1" consistent.
22646 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22647 message consistent.
22648 * lib/gdb.exp: Put "the program is no longer running", and "the
22649 program exited" in parenthesis.
22650 * lib/mi-support.exp: Ditto.
d63a86f8 22651
4e35d5f0 226522003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 22653
4e35d5f0
BR
22654 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22655
71900fe8
AC
226562003-03-29 Andrew Cagney <cagney@redhat.com>
22657
22658 * gdb.base/sizeof.c (main): Print the value of '\377'.
22659 * gdb.base/sizeof.exp: Check the sign of '\377'.
22660
c0655a16
MC
226612003-03-27 Michael Chastain <mec@shout.net>
22662
22663 * gdb.base/gdb1090.exp: New file.
22664 * gdb.base/gdb1090.cc: New file.
22665
5b2a3989
JB
226662003-03-27 J. Brobecker <brobecker@gnat.com>
22667
22668 * gdb.gdb/observer.exp: New regression test.
22669
79876890
MC
226702003-03-27 Michael Chastain <mec@shout.net>
22671
22672 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22673 * gdb.base/ptype.exp: Likewise.
22674
6eac95e3
CV
226752003-03-27 Corinna Vinschen <vinschen@redhat.com>
22676
22677 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22678
e8c71839
MC
226792003-03-26 Michael Chastain <mec@shout.net>
22680
22681 * gdb.base/ptype.exp: Actually use some typedef'd types.
22682
71b10041
SC
226832003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22684
22685 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22686 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22687
2512cf80
CV
226882003-03-20 Corinna Vinschen <vinschen@redhat.com>
22689
22690 * gdb.base/default.exp: Fix regular expression.
22691
0d195a4f
CV
226922003-03-20 Corinna Vinschen <vinschen@redhat.com>
22693
22694 * gdb.base/args.exp: Fix regular expression.
22695
8a2dbca8
CV
226962003-03-20 Corinna Vinschen <vinschen@redhat.com>
22697
22698 * gdb.base/help.exp: Allow Win32 child process.
22699
bf028682
CV
227002003-03-20 Corinna Vinschen <vinschen@redhat.com>
22701
22702 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22703 when stepping out of main().
22704
182dbe85
CV
227052003-03-20 Corinna Vinschen <vinschen@redhat.com>
22706
22707 * gdb.base/default.exp: Check for win32 specific message when calling
22708 "run" without executable.
22709
d67a6ba5
CV
227102003-03-20 Corinna Vinschen <vinschen@redhat.com>
22711
22712 * gdb.base/args.exp: Expect .exe in output.
22713
a955b5bb
CV
227142003-03-20 Corinna Vinschen <vinschen@redhat.com>
22715
22716 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22717 Cygwin native.
22718
bf6bad4b
AC
227192003-03-17 Andrew Cagney <cagney@redhat.com>
22720
22721 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22722 vector registes.
22723 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22724 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22725
293e9a31
DC
227262003-03-17 David Carlton <carlton@math.stanford.edu>
22727
22728 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22729 test, for PR breakpoints/38.
22730 Call test_watchpoint_and_breakpoint.
22731 * gdb.base/watchpoint.c (func3): New function.
22732 (main): Call func3.
22733
5330f2db
DC
227342003-03-04 David Carlton <carlton@math.stanford.edu>
22735
22736 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22737 Garply<Garply<char> >:: garply".
22738 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
22739 with respect to PR c++/1111; note also PR c++/1113.
22740 (test_template_breakpoints): KFAIL "constructor breakpoint" with
22741 respect to PR c++/1062.
22742 KFAIL "destructor breakpoint" with respect to PR c++/1112.
22743
6ece72da
DC
227442003-03-03 David Carlton <carlton@math.stanford.edu>
22745
22746 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
22747 with respect to PR c++/57.
22748 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
22749 c++/826.
22750 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
22751 respect to PR c++/57.
22752
85ca1584
DC
227532003-03-03 David Carlton <carlton@math.stanford.edu>
22754
22755 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
22756 respect to PR c++/33 into FAILs.
22757
98e9c5b8
MC
227582003-03-03 Michael Chastain <mec@shout.net>
22759
7bedbf27
MC
22760 * configure.in: Update copyright years.
22761
227622003-03-03 Michael Chastain <mec@shout.net>
22763
22764 * Makefile.in: Update copyright years.
98e9c5b8 22765
f683e100
DC
227662003-02-28 David Carlton <carlton@math.stanford.edu>
22767
22768 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
22769 print class instead of struct and/or superfluous protection
22770 specifiers, as long as the resulting output is equivalent to the
22771 source code.
22772 Delete FIXME from end of messages on tests that don't need
22773 fixing.
22774
a9e0cf2c
DC
227752003-02-28 David Carlton <carlton@math.stanford.edu>
22776
22777 * gdb.c++/templates.exp (do_tests): Allow const in the two
22778 Foo<volatile char *>::foo tests.
22779
e8d359df
MS
227802003-02-27 Michael Snyder <msnyder@redhat.com>
22781
d63a86f8 22782 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
22783 will be consistant.
22784
0b71dc91
DC
227852003-02-26 David Carlton <carlton@math.stanford.edu>
22786
22787 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
22788 char *>::foo" test with respect to PR c++/33. Create a new test
22789 which is identical to that one except that it doesn't put the
22790 space between the "char" and the "*"; KFAIL it, too.
22791
dd14ab43
DC
227922003-02-26 David Carlton <carlton@math.stanford.edu>
22793
22794 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
22795 template types into either PASSes or KFAILs (corresponding to PR
22796 c++/57). Tweak indentation. Update copyright.
22797
1146c7f1
SC
227982003-02-23 Stephane Carrez <stcarrez@nerim.fr>
22799
22800 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
22801
74641dfb
MC
228022003-02-13 Michael Chastain <mec@shout.net>
22803
22804 * gdb.base/exprs.exp: Remove i960 remnants.
22805 * gdb.base/funcargs.exp: Likewise.
22806 * gdb.base/list.exp: Likewise.
22807 * gdb.base/ptype.exp: Likewise.
22808
559cd2d0
DC
228092003-02-14 David Carlton <carlton@math.stanford.edu>
22810
22811 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
22812 pEe->D::vg()" from XFAIL to KFAIL.
22813
c4f90d87
JM
228142003-02-13 Jason Molenda (jmolenda@apple.com)
22815
22816 * gdb.base/maint.exp: Update maint print statistics regexp to include
22817 new entries.
22818
cbc4d97c
MC
228192003-02-13 Michael Chastain <mec@shout.net>
22820
22821 * gdb.c++/inherit.exp: Remove call to get_debug_format.
22822
40f235b7
MC
228232003-02-12 Michael Chastain <mec@shout.net>
22824
22825 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
22826 * gdb.c++/inherit.exp: Likewise.
22827 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
22828 * gdb.c++/templates.exp: Likewise.
22829 * gdb.c++/virtfunc.exp: Likewise.
22830
c56716b0
JM
228312003-02-06 Jason Molenda (jason-cl@molenda.com)
22832
22833 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
22834 why the code is written that way.
22835
070afcf8
MC
228362003-02-05 Michael Chastain <mec@shout.net>
22837
22838 * gdb.base/dump.exp: Add missing copyright line.
22839
5d0331e5
JM
228402003-02-05 Jason Molenda (jason-cl@molenda.com)
22841
f7ae6d3e 22842 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
22843 at the beginning so the breakpoint doesn't get set on the loop.
22844
92851186
MC
228452003-02-05 Michael Chastain <mec@shout.net>
22846
22847 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
22848 output for configurations with gcc 2.95.3.
22849
cbf1e085
AC
228502003-02-05 Keith Seitz <keiths@redhat.com>
22851 Andrew Cagney <ac131313@redhat.com>
22852
22853 * gdb.mi/mi-cli.exp: New file.
d63a86f8 22854
29518e1e
MC
228552003-02-04 Michael Chastain <mec@shout.net>
22856
22857 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
22858 Call perror and then continue.
22859
5af1d5f3
MC
228602003-02-03 Michael Chastain <mec@shout.net>
22861
22862 * gdb.c++/pr-1023.cc: New file.
22863 * gdb.c++/pr-1023.exp: New file.
22864
6b549786
JB
228652003-02-05 Jim Blandy <jimb@redhat.com>
22866
22867 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
22868 it's local to foobar. Check for it there, and check that it's not
22869 present in main.
22870 * gdb.c++/local.cc (marker2): New function.
22871 (foobar): Call marker1.
22872 (main): Call marker2 instead of marker1.
22873
67f16606
AC
228742003-02-04 Andrew Cagney <ac131313@redhat.com>
22875
22876 * gdb.disasm/mn10200.exp: Obsolete file.
22877 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
22878 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
22879 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
22880
1c5cb38e
DC
228812003-02-04 David Carlton <carlton@math.stanford.edu>
22882
22883 * gdb.c++/overload.exp: Test intToChar(1).
22884 * gdb.c++/overload.cc (intToChar): New.
22885 (main): Call intToChar.
22886
d1fe6965
DC
228872003-02-03 David Carlton <carlton@math.stanford.edu>
22888
22889 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
22890 'might_kfail' arg.
22891 KFAIL some of the continue_to_bp_overloaded calls, according to
22892 PR c++/1025.
22893
9ba61c5d
MC
228942003-02-01 Michael Chastain <mec@shout.net>
22895
22896 * gdb.base/advance.c (marker1): New marker function.
22897 * gdb.base/advance.exp: When the 'advance' command lands on the
22898 return breakpoint, it can legitimately stop on either the
22899 current line or the next line. Accommodate both outcomes.
22900 * gdb.base/until.exp: Likewise.
22901
e7494ffb
AC
229022003-02-02 Andrew Cagney <ac131313@redhat.com>
22903
22904 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
22905 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
22906 now a list, not a tuple.
22907 * gdb.mi/mi-var-display.exp: Ditto.
22908 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 22909
075559bc
AC
229102003-02-01 Andrew Cagney <ac131313@redhat.com>
22911
22912 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
22913 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
22914 stack backtraces.
22915 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 22916
2bd4c7b1
MK
229172003-02-01 Mark Kettenis <kettenis@gnu.org>
22918
22919 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22920 gdb.mi/mi1-pthreads.exp: Return instead of calling
22921 gdb_suppress_entire_file.
22922
eabd8992
MS
229232003-02-01 Mark Salter <msalter@redhat.com>
22924
22925 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
22926
71469e2f
MS
229272003-01-31 Mark Salter <msalter@redhat.com>
22928
22929 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
22930 Support empty arg.
22931
38a94d44
MC
229322003-01-30 Michael Chastain <mec@shout.net>
22933
22934 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
22935 This was a workaround for a UTF-8 bug in readline 4.3. The bug
22936 has been fixed in gdb/readline on 2003-01-09.
22937
19ea9e73
MS
229382003-01-29 Michael Snyder <msnyder@redhat.com>
22939
e8d359df
MS
22940 * gdb.base/maint.exp: Allow for leading underscore in symbol.
22941 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
22942 * gdb.base/args.exp: Skip if target does not support args passing.
22943
2307bd6a
DJ
229442003-01-22 Daniel Jacobowitz <drow@mvista.com>
22945
19ea9e73 22946 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
22947 gdb_test. Accept a list of expect arguments as the third
22948 parameter.
22949 (gdb_test): Use it.
22950
f2dd3617
EZ
229512003-01-20 Elena Zannoni <ezannoni@redhat.com>
22952
22953 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
22954 allow for different test tree configurations. Update some
22955 tescases accordingly.
22956 * gdb.arch/altivec-regs.exp: Ditto.
22957 * gdb.asm/asm-source.exp: Ditto.
22958 * gdb.base/advance.exp: Ditto.
22959 * gdb.base/display.exp: Ditto.
d63a86f8 22960 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
22961 * gdb.base/mips_pro.exp: Ditto.
22962 * gdb.base/overlays.exp: Ditto.
22963 * gdb.base/relocate.exp: Ditto.
22964 * gdb.base/setshow.exp: Ditto.
22965 * gdb.base/step-line.exp: Ditto.
22966 * gdb.base/step-test.exp: Ditto.
22967 * gdb.base/until.exp: Ditto.
22968 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
22969
c71cdefd
DC
229702003-01-17 David Carlton <carlton@math.stanford.edu>
22971
22972 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
22973 corresponding to PR c++/945.
22974 Update copyright.
22975
fdba05d7
DC
229762003-01-17 David Carlton <carlton@math.stanford.edu>
22977
22978 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
22979 corresponding to PR c++/68.
22980
229812003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
22982
22983 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
22984 (test_paddr_hairy_functions): Call print_addr_2_kfail for
22985 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
22986
c362c33a
EZ
229872003-01-15 Elena Zannoni <ezannoni@redhat.com>
22988
0fbc361c
EZ
22989 * gdb.base/break.exp: Fix change of default location, because of
22990 removal of until tests.
22991 * gdb.base/help.exp: Update test for new 'until' help message.
22992 Add test for help on 'advance'.
a9c64011 22993 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 22994
dabf8a35
MK
229952003-01-15 Mark Kettenis <kettenis@gnu.org>
22996
22997 * gdb.base/default.exp: Adapt "info float" test for recent changes
22998 to that command. Add test for "info vector".
22999 * gdb.base/float.exp: New file. Add test for "info float" that
23000 resembles the old test in gdb.base/default.exp.
23001
a1769aca
DC
230022003-01-15 David Carlton <carlton@math.stanford.edu>
23003
23004 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23005
82025e13
EZ
230062003-01-15 Elena Zannoni <ezannoni@redhat.com>
23007
23008 * gdb.base/break.exp: Move the tests of until command from here...
23009 * gdb.base/until.exp: ... to here. New file. Add other tests.
23010 * gdb.base/advance.c: New file.
23011 * gdb.base/advance.exp: New file.
23012
8f9ab801
EZ
230132003-01-14 Elena Zannoni <ezannoni@redhat.com>
23014
a9c64011
AS
23015 * gdb.base/args.c: New file.
23016 * gdb.base/args.exp: New file.
8f9ab801 23017
9ae66589
DJ
230182003-01-14 Daniel Jacobowitz <drow@mvista.com>
23019
23020 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
23021
8d77e5c3
DJ
230222003-01-14 Daniel Jacobowitz <drow@mvista.com>
23023
23024 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
23025
12d2f0a1
DJ
230262003-01-14 Daniel Jacobowitz <drow@mvista.com>
23027
23028 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
23029 dates.
23030
6ca37014
DJ
230312003-01-13 Daniel Jacobowitz <drow@mvista.com>
23032
23033 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
23034
b0023472
DJ
230352003-01-13 Daniel Jacobowitz <drow@mvista.com>
23036
23037 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
23038 (ptype &*"foo").
23039 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
23040
607fbc54 230412003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
23042
23043 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
23044 * gdb.mi/mi1-console.exp: Likewise.
23045
607fbc54 230462003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
23047
23048 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
23049 * gdb.mi/mi1-console.exp: Likewise.
23050
a1fb14a2
DJ
230512003-01-13 Daniel Jacobowitz <drow@mvista.com>
23052
23053 * gdb.c++/overload.exp: Remove some fixed XFAILs.
23054
c4cf40b7
DJ
230552003-01-09 Daniel Jacobowitz <drow@mvista.com>
23056
23057 * gdb.base/detach.exp: New test.
23058
696d5a5b
DJ
230592003-01-09 Daniel Jacobowitz <drow@mvista.com>
23060
23061 * Makefile.in (ALL_SUBDIRS): New variable.
23062 (subdirs, clean, distclean): Use it.
23063 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
23064 regenerating Makefile, since it is generated from the top level.
23065 * gdb.asm/Makefile.in: Likewise.
23066 * gdb.base/Makefile.in: Likewise.
23067 * gdb.c++/Makefile.in: Likewise.
23068 * gdb.disasm/Makefile.in: Likewise.
23069 * gdb.java/Makefile.in: Likewise.
23070 * gdb.mi/Makefile.in: Likewise.
23071 * gdb.threads/Makefile.in: Likewise.
23072 * gdb.trace/Makefile.in: Likewise.
23073
754533e4
DC
230742003-01-09 David Carlton <carlton@math.stanford.edu>
23075
23076 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
23077 Add copyright year 2003.
23078
d8b3e9ee
MC
230792003-01-06 Michael Chastain <mec@shout.net>
23080
23081 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
23082 When selecting a thread, 'line' and 'file' are optional.
23083 * gdb.mi/mi1-pthreads.exp: Likewise.
23084
8e9e0fe6
AS
230852003-01-06 Andreas Schwab <schwab@suse.de>
23086
23087 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
23088 failures.
23089
b5ab8ff3
DJ
230902003-01-04 Daniel Jacobowitz <drow@mvista.com>
23091
23092 Fix PR gdb/844
23093 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
23094 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
23095
23096 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
23097 instead of calling gdb_suppress_entire_file.
23098 * gdb.threads/print-threads.exp: Likewise.
23099 * gdb.threads/schedlock.exp: Likewise.
23100
23101 * gdb.threads/killed.exp: Return instead of calling
23102 gdb_suppress_entire_file.
23103 * gdb.threads/linux-dp.exp: Likewise.
23104 * gdb.threads/pthreads.exp: Likewise.
23105
1e698235
DJ
231062003-01-04 Daniel Jacobowitz <drow@mvista.com>
23107
23108 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
23109 stabs.
23110 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
23111 * gdb.base/whatis.exp: Always allow (void) after function names.
23112
147ff08c
DJ
231132003-01-04 Daniel Jacobowitz <drow@mvista.com>
23114
23115 * gdb.c++/casts.exp: Correct regexp.
23116
dc62bfc2
MK
231172003-01-04 Mark Kettenis <kettenis@gnu.org>
23118
23119 * configure.in: Call AC_CONFIG_HEADER. Don't call
23120 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
23121 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
23122 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
23123 aforementioned directories in the AC_OUPUT call.
23124 * config.hin: New file.
23125 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23126 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
23127 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
23128 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
23129 pass -I$objdir instead of -I$objdir/$subdir in compilation.
23130 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
23131 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
23132 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
23133 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
23134 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
23135 gdb.threads/configure.in, gdb.threads/configure,
23136 gdb.threads/config.in, gdb.trace/configure.in,
23137 gdb.trace/configure: Removed.
23138
77afa639
MC
231392003-01-03 Michael Chastain <mec@shout.net>
23140
23141 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
23142 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
23143
7634bb6e
DJ
231442003-01-03 Daniel Jacobowitz <drow@mvista.com>
23145
23146 * gdb.base/store.exp: Fix regular expressions.
23147
b39c905e
MK
231482002-12-28 Mark Kettenis <kettenis@gnu.org>
23149
23150 * configure.in: Rewrite.
23151 * configure: Regenerated.
23152
0a8551dd
DC
231532003-01-03 David Carlton <carlton@math.stanford.edu>
23154
23155 * gdb.base/psymtab.exp: New file.
23156 * gdb.base/psymtab1.c: Ditto.
23157 * gdb.base/psymtab2.c: Ditto.
23158
c60b7188
AF
231592002-12-23 Adam Fedor <fedor@gnu.org>
23160
23161 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
23162
ee73db83
DC
231632002-12-23 David Carlton <carlton@math.stanford.edu>
23164
23165 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23166 and current_directory initialization.
23167
d6c1774e
JB
231682002-12-22 Jim Blandy <jimb@redhat.com>
23169
f0a847b8
JB
23170 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23171 rather than as part of the output file name.
23172
d6c1774e
JB
23173 * gdb.base/attach.exp: There's no need to copy the test program to
23174 /tmp; that was only ever necessary on HP/UX, and this test is
23175 entirely disabled there anyway.
23176
f0708dbb
JB
231772002-12-21 Jim Blandy <jimb@redhat.com>
23178
4c2acfea
JB
23179 * gdb.c++/psmang.exp: Doc fix.
23180
f0708dbb
JB
23181 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23182 test.
23183
9579e000
DC
231842002-12-20 David Carlton <carlton@math.stanford.edu>
23185
23186 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23187
d1810171
MC
231882002-12-18 Michael Chastain <mec@shout.net>
23189
23190 * gdb.c++/annota2.exp: Add copyright year 2002.
23191
76565097
DC
231922002-12-17 David Carlton <carlton@math.stanford.edu>
23193
23194 * gdb.c++/try_catch.cc: Add marker comments.
23195 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23196 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23197 * gdb.c++/m-static.cc: Ditto.
23198 * gdb.c++/m-static1.cc: Ditto.
23199 * gdb.c++/try_catch.cc: Ditto.
23200
da81390b
JJ
232012002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23202
23203 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23204 to see whether we are using the new -environment-directory
23205 command which resets via -r or the old version of the command
23206 which may prompt the user. Part of fix for gdb/741.
23207
b304d130
AC
232082002-12-13 Andrew Cagney <ac131313@redhat.com>
23209
23210 * gdb.fortran/types.exp: Update obsolete comment.
23211 * gdb.fortran/exprs.exp: Ditto.
23212 * lib/gdb.exp: Delete obsolete code.
23213 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23214 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23215 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23216 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23217 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23218 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23219 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23220 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23221 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23222 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23223 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23224 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23225 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23226 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23227 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23228 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23229 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23230 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23231 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23232 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23233 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23234 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23235 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23236 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23237 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23238 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23239 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23240 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23241 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23242 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23243 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23244 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23245 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23246 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23247 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23248 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23249 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23250
a23b6e6a
DC
232512002-12-11 David Carlton <carlton@math.stanford.edu>
23252
23253 * gdb.c++/m-data.exp: Add test for members that shadow global
23254 variables: see PR gdb/804.
23255 * gdb.c++/m-data.cc: Ditto.
23256
6604731b
DJ
232572002-12-10 Daniel Jacobowitz <drow@mvista.com>
23258
23259 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23260
de46ecd7
DC
232612002-12-06 David Carlton <carlton@math.stanford.edu>
23262
23263 * gdb.base/store.c: Don't declare functions static.
23264
27e829d0
AC
232652002-12-04 Andrew Cagney <ac131313@redhat.com>
23266
23267 * gdb.base/store.exp, gdb.base/store.c: New files.
23268
92806416
DJ
232692002-12-03 Daniel Jacobowitz <drow@mvista.com>
23270
23271 * gdb.base/selftest.exp: Update for current gdb.
23272
3bcbaac5
DJ
232732002-12-03 Daniel Jacobowitz <drow@mvista.com>
23274
23275 * gdb.base/maint.exp: Only dump symbols from one source file
23276 or objfile.
23277
f4f00b1f
DJ
232782002-12-03 Daniel Jacobowitz <drow@mvista.com>
23279
23280 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23281 function call.
23282
f1c8a949
JB
232832002-11-25 Jim Blandy <jimb@redhat.com>
23284
23285 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23286 function appearing in error message.
23287
9e297a97
DJ
232882002-11-21 Daniel Jacobowitz <drow@mvista.com>
23289
23290 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23291
1f312e79
JJ
232922002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23293
d63a86f8
RM
23294 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23295 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
23296 should be in mi console format. This is part of fix for PR gdb/604.
23297
83c31e7d
FN
232982002-09-18 Fernando Nasser <fnasser@redhat.com>
23299
23300 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23301 which explicitly prints the zero offset as "+0".
23302
322b3f65
DJ
233032002-10-22 Daniel Jacobowitz <drow@mvista.com>
23304
23305 * gdb.threads/schedlock.c (args): Make unsigned.
23306
233072002-10-21 Daniel Jacobowitz <drow@mvista.com>
23308
23309 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23310 numbers. Allow "foo2|selected stack frame".
23311 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23312 * gdb.asm/asmsrc2.s: Likewise.
23313 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23314 comments.
23315 * gdb.asm/mips.inc: New file.
23316
5e2fe5b8
AF
233172002-10-18 Adam Fedor <fedor@gnu.org>
23318
23319 * gdb.base/default.exp: Update expected output to include 'ObjC'.
23320 * gdb.base/help.exp: Likewise.
23321
abe1a5d0
KB
233222002-10-17 Kevin Buettner <kevinb@redhat.com>
23323
23324 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23325 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
23326
10abb1d4
JB
233272002-10-02 Jim Blandy <jimb@redhat.com>
23328
23329 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
23330
1f609b42
AC
233312002-10-01 Andrew Cagney <ac131313@redhat.com>
23332
23333 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
23334 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
23335 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
23336 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
23337 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
23338 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
23339 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
23340
0aee02e4
AC
233412002-09-29 Andrew Cagney <ac131313@redhat.com>
23342
23343 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
23344 * mi0-disassemble.exp, mi0-eval.exp: Delete.
23345 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
23346 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
23347 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
23348 * mi0-var-block.exp, mi0-var-child.exp: Delete.
23349 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 23350
6fde09ad
KB
233512002-09-27 Kevin Buettner <kevinb@redhat.com>
23352
23353 * gdb.base/annota1.exp (info break): Make directory components of
23354 path optional since not all compilers emit this debug information.
23355
889bf7c5
PA
23356 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
23357 step ends up stepping out of the function instead of stopping on
23358 the epilogue.
6fde09ad 23359
9e8aab75
KS
233602002-09-26 Keith Seitz <keiths@redhat.com>
23361
23362 * lib/insight-support.exp (gdbtk_start): Figure out where
23363 the insight executable is based on where gdb is. Use this
23364 executable to start insight instead of gdb.
23365
e36180d7
AC
233662002-09-25 Andrew Cagney <cagney@redhat.com>
23367
23368 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
23369
9dd34b2b
AC
233702002-09-24 Andrew Cagney <ac131313@redhat.com>
23371
23372 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23373 test_isolated_complaints.
23374 (test_empty_complaint): New function.
23375 (test_empty_complaints): New function. Check no output when no
23376 complaints.
d63a86f8 23377
dea97812
KB
233782002-09-19 Jim Blandy <jimb@redhat.com>
23379
a9c64011 23380 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 23381
54951bd7
AC
233822002-09-19 Andrew Cagney <ac131313@redhat.com>
23383
23384 * gdb.gdb/complaints.exp: New file.
23385
dec43320
AC
233862002-09-18 Andrew Cagney <ac131313@redhat.com>
23387
23388 * gdb.base/maint.exp: Check `help maint internal-warning'.
23389
e70d6e3f
DC
233902002-09-18 David Carlton <carlton@math.stanford.edu>
23391
23392 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23393 numbers, and replace them by a single breakpoint after the
23394 constructors are all finished.
23395 Add test 4.
23396 * gdb.c++/m-static.cc: Add test 4.
23397 * gdb.c++/m-static.h: New file.
23398 * gdb.c++/m-static1.cc: New file.
23399
23400 * gdb.c++/printmethod.exp: New file.
23401 * gdb.c++/printmethod.cc: New file.
23402
23403 * gdb.c++/pr-574.exp: New file.
23404 * gdb.c++/pr-574.cc: New file.
23405
afb5c968
CV
234062002-09-18 Corinna Vinschen <vinschen@redhat.com>
23407
23408 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23409 embedded targets which never actually exit.
23410
31e45dee
FN
234112002-09-18 Fernando Nasser <fnasser@redhat.com>
23412
23413 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23414 "don't step after run" as unresolved or unsupported, instead of xfail.
23415
a283c5a1
CV
234162002-09-18 Corinna Vinschen <vinschen@redhat.com>
23417
23418 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23419 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23420 Add newline to expected string in "step out of main (status wrapper)"
23421 case.
23422
11350d2a
CV
234232002-09-18 Corinna Vinschen <vinschen@redhat.com>
23424
23425 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23426 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23427
0deec7d6
TT
234282002-09-17 Tom Tromey <tromey@redhat.com>
23429
23430 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23431 \000, not \0, in double-quoted string.
23432
b2b4a1b5
CV
234332002-09-14 Corinna Vinschen <vinschen@redhat.com>
23434
c9d37158 23435 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
23436 string after running the commands execution on breakpoint tests.
23437
1c56143a
CV
234382002-09-13 Corinna Vinschen <vinschen@redhat.com>
23439
23440 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23441
37f8da45
JB
234422002-09-12 Joel Brobecker <brobecker@gnat.com>
23443
23444 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23445
08b468e0
KS
234462002-09-10 Keith Seitz <keiths@redhat.com>
23447
23448 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23449 runto proc.
23450 (mi_run_to_main): Use mi_runto.
23451 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23452
dc360f58
KS
234532002-09-10 Keith Seitz <keiths@redhat.com>
23454
23455 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23456 regexp for stopping at main. Could have multiple event notifications.
23457 Don't assume that main was declared with no parameters.
23458 (mi_next): Use mi_step_to.
23459 (mi_step): Use mi_next_to.
23460
ce3abcfb
CV
234612002-09-09 Corinna Vinschen <vinschen@redhat.com>
23462
23463 * gdb.base/default.exp: Fix expected string in `info float' test.
23464
d1f5b980
BE
234652002-09-09 Ben Elliston <bje@redhat.com>
23466
23467 * config/mips.exp: Update comments.
23468 * config/mips-idt.exp: Likewise.
23469 * config/nind.exp: Likewise.
23470 * config/slite.exp: Likewise.
23471 * config/sparclet.exp: Likewise.
23472 * config/udi.exp: Likewise.
23473 * config/vx.exp: Likewise.
23474 * config/vxworks29k.exp: Likewise.
23475
2f71430b
JB
234762002-09-05 Jim Blandy <jimb@redhat.com>
23477
23478 * gdb.threads/killed.exp: Fix test failure message.
23479
7ddebc7e
KS
234802002-09-04 Keith Seitz <keiths@redhat.com>
23481
23482 * lib/mi-support.exp: Update copyright.
23483 (mi_gdb_test): Increase the priority of the expected pattern
23484 so that it matches gdb_test.
23485
0ae67eb3
KS
234862002-09-03 Keith Seitz <keiths@redhat.com>
23487
23488 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23489 Use integer comparison instead of string comparison for testing
23490 whether binary was built.
23491
38fc42c8
JB
234922002-09-03 Jim Blandy <jimb@redhat.com>
23493
23494 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23495
b6ff0e81
JB
234962002-08-29 Jim Blandy <jimb@redhat.com>
23497
23498 * gdb.threads/pthreads.exp: Move the portable thread compilation
23499 code into a function in lib/gdb.exp, and call that from here.
23500 * lib/gdb.exp (gdb_compile_pthreads): New function.
23501
07c98896
KS
235022002-08-29 Keith Seitz <keiths@redhat.com>
23503
23504 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23505 expect_out so that callers can get at it.
23506
0312286c
DJ
235072002-08-23 Daniel Jacobowitz <drow@mvista.com>
23508
23509 * gdb.threads/print-threads.c: New file.
23510 * gdb.threads/print-threads.exp: New file.
23511 * gdb.threads/schedlock.c: New file.
23512 * gdb.threads/schedlock.exp: New file.
23513
dd039bc4
EZ
235142002-08-22 Elena Zannoni <ezannoni@redhat.com>
23515
a9c64011
AS
23516 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23517 not altivec.c.
dd039bc4 23518
1f36144c
MK
235192002-08-17 Mark Kettenis <kettenis@gnu.org>
23520
23521 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23522 targets. The problem should be fixed now.
23523
16057ec7 235242002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
23525
23526 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23527 2002-07-24 change that removes final dots from error messages.
23528
3c1499ad
TT
235292002-08-13 Tom Tromey <tromey@redhat.com>
23530
23531 * gdb.base/readline.exp: New file.
23532
a20ce2c3
AC
235332002-08-01 Andrew Cagney <ac131313@redhat.com>
23534
23535 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23536 supress message.
23537
db034ac5
AC
235382002-08-01 Andrew Cagney <cagney@redhat.com>
23539
23540 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23541 CHILL_FOR_TARGET and CHILL_LIB.
23542 * configure.in (configdirs): Remove gdb.chill.
23543 * configure: Regenerate.
23544 * lib/gdb.exp: Obsolete references to chill.
23545 * gdb.fortran/types.exp: Ditto.
23546 * gdb.fortran/exprs.exp: Ditto.
23547
3e000b18
KB
235482002-07-30 Kevin Buettner <kevinb@redhat.com>
23549
23550 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23551 set Irix-specific compile and link flags.
23552
28f4966b
KB
235532002-07-29 Kevin Buettner <kevinb@redhat.com>
23554
23555 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23556 source files. The ``-o'' option doesn't work with the ``-E'' option
23557 when using the Irix compiler.
23558
46c0d5a6
DJ
235592002-07-19 Daniel Jacobowitz <drow@mvista.com>
23560
23561 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23562 Improve support for reusing an exec file. Copy exec file
23563 to target, and run gdbserver on the target instead of on the host.
23564
eecf4bed
JB
235652002-07-18 Jim Blandy <jimb@redhat.com>
23566
0f815cdf
JB
23567 * gdb.base/ending-run.exp: Don't expect to see the program end in
23568 some orderly fashion when we're running on a real stand-alone
23569 board.
23570
eecf4bed
JB
23571 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23572 targets that don't support interrupts.
23573
52d309e4
JB
235742002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23575
23576 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23577 systems.
23578 Move comments in expect statements to inside the actions, so that they
23579 don't get matched against.
23580
ff683d9e
MK
235812002-07-10 Mark Kettenis <kettenis@gnu.org>
23582
23583 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23584 function when asleep" test.
23585
b5356753
AC
235862002-07-10 Andrew Cagney <ac131313@redhat.com>
23587
23588 * gdb.base/page.exp: Rewrite to handle problems with very long
23589 `info set' output. Update copyright.
23590
6aa4d13a
AC
235912002-06-26 Andrew Cagney <ac131313@redhat.com>
23592
23593 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23594 gdb.threads-hp.
23595 * gdb.hp/configure: Regenerate.
23596 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23597 * gdb.hp/gdb.threads-hp/configure: Delete file.
23598 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23599
8cf8c2b8
AC
236002002-06-22 Andrew Cagney <ac131313@redhat.com>
23601
23602 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23603 setlocale, bindtextdomain and textdomain.
23604
6827a8f8
JB
236052002-06-11 Jim Blandy <jimb@redhat.com>
23606
919d772c
JB
23607 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23608 preprocessor macro information is present.
23609
6827a8f8
JB
23610 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23611 tests.
23612
c15b0d21
MS
236132002-06-06 Michael Snyder <msnyder@redhat.com>
23614
c5984d70
MS
23615 * gdb.base/overlays.exp: Record addresses of overlay
23616 functions in TCL variables rather than in GDB variables,
23617 to avoid having GDB convert them to pointers (with loss
23618 of information).
23619
d63a86f8 23620 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 23621 default linker script changes.
c15b0d21
MS
23622 * gdb.base/long_long.exp: Add check for sizeof (long double).
23623
be26fe0d
ML
236242002-06-06 Michal Ludvig <mludvig@suse.cz>
23625
23626 * gdb.asm/asm-source.exp: Add x86-64 target.
23627 * gdb.asm/x86_64.inc: New.
d63a86f8 23628
258093ca 236292002-05-30 Michael Chastain <mec@shout.net>
258093ca 23630
4b3153f1 23631 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
23632 * gdb.c++/m-static.cc: New file.
23633 * gdb.c++/m-static.exp: New file.
23634
241264c6
MS
236352002-05-28 Michael Snyder <msnyder@redhat.com>
23636
23637 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23638 precision.
23639
9bba8c8f 236402002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 23641
4b3153f1 23642 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
23643 * gdb.c++/m-data.cc: New file.
23644 * gdb.c++/m-data.exp: New file.
23645
236462002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 23647
4b3153f1 23648 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 23649 * gdb.c++/try_catch.cc: New file.
d63a86f8 23650 * gdb.c++/try_catch.exp: New file.
9bba8c8f 23651
def1b996
MC
236522002-05-27 Michael Chastain <mec@shout.net>
23653
23654 * gdb.c++/local.exp: Accept more nested types in output.
23655
522ba268
MC
236562002-05-26 Michael Chastain <mec@shout.net>
23657
23658 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23659
277254ba
MS
236602002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23661
23662 * lib/gdb.exp (gdb_wrapper_init): Just because
23663 gdb_wrapper_file exists, this does not mean that the file
23664 should not be rebuilt. That is what gdb_wrapper_initialized
23665 is for.
23666 (default_gdb_init): Reset gdb_wrapper_initialized.
23667
b61a8733
MS
236682002-05-23 Michael Snyder <msnyder@redhat.com>
23669
d63a86f8 23670 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
23671 the precision of the floating point test results.
23672 * gdb.base/call-rt-st.exp: Ditto.
23673
b61a8733
MS
23674 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23675 * gdb.base/call-rt-st.exp: Ditto.
23676
56f6e910
MC
236772002-05-19 Michael Chastain <mec@shout.net>
23678
23679 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23680
ad0b0016
EZ
236812002-05-19 Elena Zannoni <ezannoni@redhat.com>
23682
a9c64011
AS
23683 * configure.in (configdirs): Add gdb.arch.
23684 * configure: Regenerate.
ad0b0016 23685
f617d2b6
JB
236862002-05-17 Jim Blandy <jimb@redhat.com>
23687
23688 * gdb.base/completion.exp: Recognize the more detailed error
23689 messages produced by the macro expander's lexical analyzer.
23690
eac2a696
EZ
236912002-05-14 Elena Zannoni <ezannoni@redhat.com>
23692
a9c64011
AS
23693 * gdb.arch/altivec-abi.c: New file.
23694 * gdb.arch/altivec-abi.exp: New file.
23695 * gdb.arch/altivec-regs.c: New file.
23696 * gdb.arch/altivec-regs.exp: New file.
eac2a696 23697
2fdde8f8
DJ
236982002-05-14 Daniel Jacobowitz <drow@mvista.com>
23699
23700 * gdb.base/maint.exp (maint print type): Update for new type
23701 structure.
d63a86f8 23702
e31f1a7c
EZ
237032002-05-14 Elena Zannoni <ezannoni@redhat.com>
23704
23705 * gdb.arch: New directory.
23706 * gdb.arch/configure.in: New file.
23707 * gdb.arch/configure: New file.
23708 * gdb.arch/Makefile.in: New file.
23709
db589741
CV
237102002-05-13 Corinna Vinschen <vinschen@redhat.com>
23711
23712 * gdb.asm/asm-source.exp: Add v850 as supported target.
23713 * gdb.asm/v850.inc: New file.
23714
8ce2a7dc
DJ
237152002-05-13 Daniel Jacobowitz <drow@mvista.com>
23716
23717 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23718
df763c7f
DJ
237192002-05-12 Daniel Jacobowitz <drow@mvista.com>
23720
23721 * gdb.base/break.exp: Check 'break "marker2"'.
23722
377daeed
MS
237232002-05-10 Michael Snyder <msnyder@redhat.com>
23724
23725 * gdb.base/long_long.exp: Fix typo.
23726
c4b7bc2b
JB
237272002-05-10 Jim Blandy <jimb@redhat.com>
23728
ecac9a4e
JB
23729 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23730 a bug.
23731
c4b7bc2b
JB
23732 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23733 Recognize more detailed error message produced by the macro
23734 expander's lexical analyzer.
23735 * lib/gdb.exp (test_print_reject): Same.
23736
e71019a1
MK
237372002-05-09 Mark Kettenis <kettenis@gnu.org>
23738
23739 * gdb.c++/method.exp: Fix typo.
23740
fedfc8e6
MS
237412002-05-08 Michael Snyder <msnyder@redhat.com>
23742
166a1957
MS
23743 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
23744 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 23745 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
23746 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
23747 Add iftarget clause for strongarm.
d63a86f8 23748
f1c47eb2
MS
237492002-05-06 Michael Snyder <msnyder@redhat.com>
23750
cb9a9d3e
MS
23751 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
23752 (gdb_continue_to_end): Accept output from status wrapper.
23753 * gdb.base/ending-run.exp: Add case for output from status wrapper.
23754 Clean up fail messages to match pass messages.
23755
f1c47eb2
MS
23756 Enable the "needs_status_wrapper" testsuite feature.
23757 * lib/gdb.exp (gdb_wrapper_init): New procedure.
23758 (gdb_compile): Conditionally call gdb_wrapper_init.
23759 * gdb.base/a2-run.exp: Recognize output from status wrapper.
23760 * gdb.c++/method.exp: Recognize output from status wrapper.
23761
6079c749
BE
237622002-05-06 Ben Elliston <bje@redhat.com>
23763From Graydon Hoare <graydon@redhat.com>
23764
23765 * config/sid.exp: Include support for "rawsid" protocol.
23766
188baff3
JB
237672002-05-03 Jim Blandy <jimb@redhat.com>
23768
23769 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
23770 * gdb.c++/hang3.C: New file.
23771
b9c07f0f
AC
237722002-05-04 Andrew Cagney <ac131313@redhat.com>
23773
23774 * gdb.base/default.exp: Remove obsolete code.
23775 * gdb.c++/misc.exp: Ditto. Update copyright.
23776 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
23777 * gdb.base/whatis.exp: Ditto. Update copyright.
23778 * gdb.base/scope.exp: Ditto. Update copyright.
23779 * gdb.base/ptype.exp: Ditto. Update copyright.
23780 * gdb.base/printcmds.exp: Ditto. Update copyright.
23781 * gdb.base/opaque.exp: Ditto. Update copyright.
23782 * gdb.base/list.exp: Ditto.
23783 * gdb.base/funcargs.exp: Ditto. Update copyright.
23784 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
23785 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
23786 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
23787 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
23788 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
23789 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
23790
5c7a0397
MS
237912002-05-02 Michael Snyder <msnyder@redhat.com>
23792
d6dcc264 23793 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
23794 * gdb.base/long_long.exp: Add xscale target.
23795 * gdb.base/default.exp: Add xscale target.
23796
eb7f1c48
JB
237972002-05-01 Jim Blandy <jimb@redhat.com>
23798
23799 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
23800 gdb.c++/hang.exp: New test.
23801
a6befae8
FF
238022002-05-01 Fred Fish <fnf@redhat.com>
23803
23804 * gdb.base/completion.exp: Handle completions of "./Make" for
23805 more than one completion possibility, as is the case when we
23806 build and test in the source tree.
23807
0a310277
AG
238082002-04-29 Anthony Green <green@redhat.com>
23809
23810 * gdb.java/jmisc1.exp: New file.
23811 * gdb.java/jmisc2.exp: New file.
23812
6ff9af88
DJ
238132002-04-24 Daniel Jacobowitz <drow@mvista.com>
23814
23815 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
23816
96b3d632
EZ
238172002-04-23 Elena Zannoni <ezannoni@redhat.com>
23818
23819 * gdb.base/help.exp: Change 'help status' to allow for target
23820 dependent output differences.
23821
5019bb54
MC
238222002-04-22 Michael Chastain <mec@shout.net>
23823
23824 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
23825
a805a116
MC
238262002-04-22 Michael Chastain <mec@shout.net>
23827
23828 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
23829
a1706bfd
DM
238302002-04-17 David S. Miller <davem@redhat.com>
23831
23832 * gdb.asm/sparc64.inc: New file.
23833 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
23834
a73a20a2
EZ
238352002-04-19 Elena Zannoni <ezannoni@redhat.com>
23836
23837 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
23838 instruction file directly into the build tree. Clean up at end of
23839 test.
23840
ba678339
DM
238412002-04-18 David S. Miller <davem@redhat.com>
23842
23843 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
23844 handle 64-bit platforms correctly.
23845 * gdb.base/maint.exp: Likewise.
23846
b03399da
KB
238472002-04-18 Kevin Buettner <kevinb@redhat.com>
23848
23849 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
23850 ``-fpic'' when compiling files comprising a shared library, but
23851 it does need additional linker flags in order to find shared
23852 libraries at run time.
23853
e2004992
KB
238542002-04-18 Kevin Buettner <kevinb@redhat.com>
23855
23856 * gdb.base/cvexpr.c (use): New function.
23857 (main): Invoke use() on all global variables to prevent
23858 some linkers from deleting these otherwise unused symbols.
23859
d8937120
MC
238602002-04-17 Michael Chastain <mec@shout.net>
23861From David S. Miller <davem@redhat.com>
23862
23863 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
23864 handle 64-bit platforms correctly.
23865
ffd61a58
MS
238662002-04-12 Michael Snyder <msnyder@redhat.com>
23867From Jim Blandy <jimb@redhat.com>
a9c64011 23868 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
23869 script can handle this instead.
23870 * gdb.base/bar.c (barx): Same.
23871 * gdb.base/baz.c (bazx): Same.
23872 * gdb.base/grbx.c (grbxx): Same.
23873
23874 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
23875 manager doesn't automatically unmap overlays unnecessarily.
23876
6b8426a6
MH
238772002-04-10 Martin M. Hunt <hunt@redhat.com>
23878
23879 * gdb.base/ending-run.exp: Fix pattern for Mips targets
23880 stepping out of main.
23881
34af4875
MC
238822002-04-09 Michael Chastain <mec@shout.net>
23883
23884 * gdb.c++/local.cc (main): Move call to marker1() inside nested
23885 scope so that the nested scope tests will make sense.
23886 * gdb.c++/local.exp: Write patterns that actually work with gcc
23887 (the HP patterns "were never known to work with gcc").
23888 Keep the old aCC patterns too.
23889
2d1676a0
DJ
238902002-04-09 Daniel Jacobowitz <drow@mvista.com>
23891
23892 * gdb.base/attach.exp: Correct target board test.
23893
3a63e3f9
MC
238942002-04-08 Michael Chastain <mec@shout.net>
23895
23896 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
23897 in a const method. Add some xfail and fail cases for configurations
23898 that do not emit the "const ...".
23899
f18dabd2
MC
239002002-04-07 Michael Chastain <mec@shout.net>
23901
23902 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
23903 Accept "A * const" and "const A * const" as type of "this".
23904 Fix spelling of getFunky throughout. Make messages uniform.
23905
0fcddd82
EZ
239062002-04-07 Elena Zannoni <ezannoni@redhat.com>
23907
a9c64011 23908 Work around for PR gdb/285:
0fcddd82
EZ
23909 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
23910
16a8534a
EZ
239112002-04-07 Elena Zannoni <ezannoni@redhat.com>
23912
23913 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
23914 instructions file at run time instead of configure time.
23915 Sometimes we run the test in a directory that is not the one we
23916 configured in.
23917 * gdb.asm/configure.in: Delete creation of symlink.
23918 * gdb.asm/configure: Regenerate.
23919
24181d81
JB
239202002-04-05 J. Brobecker <brobecker@gnat.com>
23921
23922 * gdb.gdb/xfullpath.exp: New test, to exercise the new
23923 xfullpath () function.
23924
7cdb7107
DJ
239252002-04-04 Daniel Jacobowitz <drow@mvista.com>
23926
23927 * gdb.asm/Makefile.in: Correct dependencies.
23928
23929 * gdb.asm/powerpc.inc: New file.
23930 * gdb.asm/asm-source.exp: Add PowerPC.
23931 * gdb.asm/configure.in: Likewise.
23932 * gdb.asm/configure: Regenerated.
23933
a7d17088
DJ
239342002-04-04 Daniel Jacobowitz <drow@mvista.com>
23935
23936 * gdb.base/relocate.exp: New file.
23937 * gdb.base/relocate.c: New file.
23938
cd721503
FF
239392002-04-04 Fred Fish <fnf@redhat.com>
23940
23941 * gdb.base/step-test.exp: Update comment regarding stopping in
23942 memcpy/bcopy calls inserted as part of the compiler runtime.
23943
b22ad7a7
MS
239442002-04-04 Michael Snyder <msnyder@redhat.com>
23945
23946 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
23947
5f279fa6
DJ
239482002-04-03 Daniel Jacobowitz <drow@mvista.com>
23949
23950 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
23951 (gdb_expect): Remove $notransfer hack.
23952
dd0fd3ce
DJ
239532002-04-02 Daniel Jacobowitz <drow@mvista.com>
23954
23955 * gdb.c++/classes.exp ("calling method for small class"): Match
23956 updated register output.
23957
1e50cda1
DJ
239582002-03-30 Daniel Jacobowitz <drow@mvista.com>
23959
23960 Fix PR gdb/452
23961 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
23962 when finished. Make gdb_file_cmd send "exec-file" when
23963 appropriate.
23964
24015922
DJ
239652002-03-30 Daniel Jacobowitz <drow@mvista.com>
23966
23967 * gdb.base/attach.exp: Remove extra setup_xfail.
23968
dd7dfd64
MS
239692002-03-26 Michael Snyder <msnyder@redhat.com>
23970
23971 * gdb.base/default.exp: Add tests for dump, append, and restore.
23972 * gdb.base/help.exp: Add tests for dump, append, and restore.
23973 * gdb.base/dump.exp: New file, test dump, append and restore.
23974 * gdb.base/dump.c: New file.
23975
48b2f8d7
MS
239762002-03-27 Michael Snyder <msnyder@redhat.com>
23977
d63a86f8 23978 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
23979 clean-ups in help messages.
23980
05b4d525
FF
239812002-03-26 Fred Fish <fnf@redhat.com>
23982
23983 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
23984 have debugging info for those functions and the compiler uses them
23985 internally to copy structs around.
23986
d7679631
FF
239872002-03-26 Fred Fish <fnf@redhat.com>
23988
23989 * gdb.base/list.exp: Revert the change made yesterday and add note
23990 about why we don't list the default lines for remote targets.
23991
523ac3f9
MS
239922002-03-25 Michael Snyder <msnyder@redhat.com>
23993
23994 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
23995
754b2b8d
FF
239962002-03-25 Fred Fish <fnf@redhat.com>
23997
23998 * gdb.base/list.exp: This test works on remote targets so remove
23999 the short circuit for remote targets. Update copyright.
24000
33c3e192
FF
240012002-03-25 Fred Fish <fnf@redhat.com>
24002
24003 * gdb.base/attach.exp: Fix logic error that was suppressing this
24004 test for all non hppa*-*-hpux* targets, instead of the hp target.
24005 Move comments closer to the suppression point. Also now need to
24006 check that we are running natively.
24007
d43e73ee
MS
240082002-03-22 Michael Snyder <msnyder@redhat.com>
24009
882c8f02
MS
24010 * gdb.base/default.exp: Add test for gcore. Update copyright.
24011 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 24012
04c12f60
FF
240132002-03-06 Fred Fish <fnf@redhat.com>
24014
24015 * gdb.base/funcargs.c: Remove extraneous ';' character.
24016 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24017
b43df995
MC
240182002-03-04 Michael Chastain <mec@shout.net>
24019
24020 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
24021 accommodate gcc v3 function signature.
24022 * gdb.mi/mi0-var-cmd-exp: Ditto.
24023
92362027
AC
240242002-02-24 Andrew Cagney <ac131313@redhat.com>
24025
24026 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
24027 ``GNU/Linux'' or ``Linux kernel''
24028 * testsuite/gdb.threads/pthreads.c: Ditto.
24029
258ad32d
MC
240302002-02-24 Michael Chastain <mec@shout.net>
24031
24032 * gdb.threads/pthreads.c (thread1): Add a return statement.
24033 (thread2): Likewise.
24034 (foo): Likewise.
24035
04c3b3d4
MC
240362002-02-23 Michael Chastain <mec@shout.net>
24037
24038 * gdb.threads/linux-dp.c (philosopher): Add a return statement
24039 to placate gcc.
24040
5a2a0a20
MC
240412002-02-23 Michael Chastain <mec@shout.net>
24042
24043 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
24044 test "ptype bint". The test passes on all my stabs configurations.
24045
a640f7fc
JB
240462002-02-21 Jim Blandy <jimb@redhat.com>
24047
27924826
JB
24048 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
24049 filename at a time, and watch for the ones we want to see.
24050
a640f7fc
JB
24051 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
24052 types of pointers to prototyped functions.
24053
edcc8c75
AC
240542002-02-20 Andrew Cagney <ac131313@redhat.com>
24055
24056 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
24057 signed, unsigned and straight char.
24058 (padding_char, padding_short, padding_int, padding_long,
24059 padding_long_long, padding_float, padding_double,
24060 padding_long_double): New global variables.
24061 (fill, fill_structs): New functions.
24062
24063 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
24064 for correctly sized writes. Update copyright.
24065 (get_valueof): New procedure.
24066 (get_sizeof): Call get_valueof.
24067 (check_valueof): New procedure.
24068 (check_padding): New procedure.
24069
ac57ea44
MC
240702002-02-20 Michael Chastain <mec@shout.net>
24071
24072 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
24073 to setup_xfail. Document some of the remaining calls.
24074
7a10c941
MC
240752002-02-18 Michael Chastain <mec@shout.net>
24076
24077 * gdb.c++/userdef.exp: Update copyright year.
24078
fb8acdcc
DJ
240792002-02-18 Daniel Jacobowitz <drow@mvista.com>
24080
24081 * gdb.c++/userdef.exp: Test overloaded operators properly.
24082 Remove xfails.
24083
fda6ae12
MS
240842002-02-14 Michael Snyder <msnyder@redhat.com>
24085
24086 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
24087
676a0442
DJ
240882002-02-14 Daniel Jacobowitz <drow@mvista.com>
24089
24090 * gdb.base/a2-run.exp: Check for a remote target properly.
24091 * gdb.base/annota1.exp: Likewise.
24092 * gdb.base/list.exp: Likewise.
24093 * gdb.base/reread.exp: Likewise.
24094 * gdb.base/scope.exp: Likewise.
24095 * gdb.base/shlib-call.exp: Likewise.
24096 * gdb.base/term.exp: Likewise.
24097 * gdb.c++/annota2.exp: Likewise.
24098
78b4f468
RE
240992002-02-13 Richard Earnshaw <rearnsha@arm.com>
24100
24101 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
24102
9a81ba51
MC
241032002-02-10 Michael Chastain <mec@shout.net>
24104
24105 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
24106 (call_after_alloca): Ditto.
24107
004af6c7
DJ
241082002-02-10 Daniel Jacobowitz <drow@mvista.com>
24109
24110 * gdb.base/ending-run.exp: Guard "cont" test with
24111 gdb_skip_stdio_test.
24112
37225f62
JB
241132002-02-06 Jim Blandy <jimb@redhat.com>
24114
24115 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
24116 from here...
24117 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
24118 To here. Disable this test on non-HP platforms. Add big comment.
24119
fe6fdd96
MS
241202002-02-04 Michael Snyder <msnyder@redhat.com>
24121
24122 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
24123 other than d10v and m32r.
24124
036fad3f
RE
241252002-02-02 Richard Earnshaw <rearnsha@arm.com>
24126
24127 * gdb.base/default.exp: Rewrite test patterns to reduce time
24128 taken to match them.
24129
7148ab62
DJ
241302002-01-30 Daniel Jacobowitz <drow@mvista.com>
24131
24132 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
24133 Allow a start function above main.
24134 * gdb.threads/linux-dp.exp: Fix copyright date.
24135
396cc255
DJ
241362002-01-30 Daniel Jacobowitz <drow@mvista.com>
24137
a9c64011
AS
24138 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
24139 (check_philosopher_stack): Check for manager thread before checking
24140 for a just-starting thread.
396cc255 24141
f038d31b
DJ
241422002-01-30 Daniel Jacobowitz <drow@mvista.com>
24143
24144 From Neil Booth <neil@daikokuya.demon.co.uk>:
24145 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
24146 warnings.
24147
b3ff9d9a
FF
241482002-01-21 Fred Fish <fnf@redhat.com>
24149
24150 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
24151 not caller.
24152
39ad761d
JB
241532002-01-21 Jim Blandy <jimb@redhat.com>
24154
24155 * gdb.base/reread.exp: Check that GDB properly re-reads the
24156 executable file when it changes while no inferior is running.
24157
aaf320fa
FF
241582002-01-21 Fred Fish <fnf@redhat.com>
24159
a9c64011
AS
24160 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
24161 optionally accept the "shlib events" variation.
aaf320fa 24162
808a31f5
JB
241632002-01-21 Jim Blandy <jimb@redhat.com>
24164
24165 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24166 call `fflush' after every `printf', so that the output is produced
24167 at predictable points, regardless of whatever buffering does (or
24168 doesn't) take place.
24169 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24170 at different points.
24171
4420d5e2
DJ
241722002-01-20 Daniel Jacobowitz <drow@mvista.com>
24173
24174 * gdb.c++/inherit.exp: Update copyright years.
24175 * gdb.c++/method.exp: Likewise.
24176
3e36a0f4
DJ
241772002-01-20 Daniel Jacobowitz <drow@mvista.com>
24178
24179 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24180 artificial methods/arguments.
24181 * gdb.c++/derivation.exp: Likewise.
24182 * gdb.c++/inherit.exp: Likewise.
24183 * gdb.c++/method.exp: Likewise.
24184 * gdb.c++/virtfunc.exp: Likewise.
24185
b4ceaee6
AC
241862002-01-18 Andrew Cagney <ac131313@redhat.com>
24187
24188 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24189 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24190 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24191 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24192 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24193 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24194
ecace851
JB
241952002-01-17 Jim Blandy <jimb@redhat.com>
24196
24197 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24198 anchoring the pattern matching the entry point symbol's name.
24199
375fc983
AC
242002002-01-17 Andrew Cagney <ac131313@redhat.com>
24201
24202 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24203 continue/quit query. Update copyright.
24204
fe6fdd96
MS
242052002-01-14 Michael Snyder <msnyder@redhat.com>
24206
24207 * gdb.base/gcore.exp: Remove extra debugging output.
24208
e017c81f
DJ
242092002-01-13 Daniel Jacobowitz <drow@mvista.com>
24210
24211 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24212 for slightly dubious v2 mangled string.
24213
37ab3bf8
DJ
242142002-01-13 Daniel Jacobowitz <drow@mvista.com>
24215
24216 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24217
1bc05c3a 242182002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 24219
1bc05c3a 24220 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 24221
1bc05c3a
JM
24222 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24223 constructors.
24224 * gdb.c++/derivation.exp: Likewise.
24225 * gdb.c++/templates.exp: Likewise.
24226 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 24227
1bc05c3a
JM
242282002-01-10 Michael Snyder <msnyder@redhat.com>
24229
24230 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 24231
a911c360
MS
242322002-01-08 Michael Snyder <msnyder@redhat.com>
24233
24234 * gdb.base/gcore.exp: New test for generate-core-file command.
24235 * gdb.base/gcore.c: Testcase for above.
24236 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24237
ea2119ec
JM
242382002-01-08 Jason Merrill <jason@redhat.com>
24239
24240 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24241
68203136
FF
242422002-01-07 Fred Fish <fnf@redhat.com>
24243
24244 * gdb.c++/overload.exp: Remove unconditional xfails for:
24245 print foo_instance1.overloadargs(1)
24246 print foo_instance1.overloadargs(1, 2)
24247 print foo_instance1.overloadargs(1, 2, 3)
24248 print foo_instance1.overloadargs(1, 2, 3, 4)
24249 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24250 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24251 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24252 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24253 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24254 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24255 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24256 print foo_instance1.overload1arg()
24257 print foo_instance1.overload1arg((char)arg2)
24258 print foo_instance1.overload1arg((signed char)arg3)
24259 print foo_instance1.overload1arg((unsigned char)arg4)
24260 print foo_instance1.overload1arg((int)arg7)
24261 print foo_instance1.overload1arg((unsigned int)arg8)
24262 print foo_instance1.overload1arg((float)arg11)
24263 print foo_instance1.overload1arg((double)arg12)
d63a86f8 24264
21b9b5b1
MS
242652002-01-07 Michael Snyder <msnyder@redhat.com>
24266
24267 * gdb.base/huge.exp: New test. Print a very large target data object.
24268 (skip_huge_test): New test variable. Define if you want to skip this
24269 test. The test reads an 8 megabyte data object from the target, so it
24270 might be very time consuming on remote targets with a slow connection.
24271 * gdb.base/huge.c: New file. Test case for above.
24272
725f922e
FF
242732002-01-07 Fred Fish <fnf@redhat.com>
24274
24275 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24276 g_instance.bfoo, and g_instance.cfoo.
24277
889bf7c5 242782002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 24279
889bf7c5
PA
24280 * gdb.base/break.c (multi_line_if_conditional): New function.
24281 (multi_ilne_while_conditional): Likewise.
24282 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24283 IF or WHILE condition puts the breakpoint at the start of
24284 the condition.
f286b2c3 24285
634d57ec
JL
24286 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24287 hppa*-*-hpux* expected failure.
24288 * gdb.base/structs.exp (do_function_calls): Similarly.
24289
24290 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24291 watchpoints.
24292
9fbfe2dc
AC
242932002-01-06 Andrew Cagney <ac131313@redhat.com>
24294
24295 Fix PR gdb/66.
24296 * gdb.base/structs.exp: Replace skip for a29k with skip for
24297 gdb,cannot_call_functions.
24298 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24299 * gdb.base/callfuncs.exp: Ditto.
24300 * gdb.base/call-rt-st.exp: Ditto.
24301 * gdb.base/call-strs.exp: Ditto.
24302 * gdb.base/callfwmall.exp: Ditto.
24303 * gdb.base/scope.exp: Obsolete xfail a29k.
24304 * gdb.c++/misc.exp: Ditto.
24305 * gdb.c++/cplusfuncs.exp: Ditto.
24306 * gdb.base/ptype.exp: Ditto.
24307 * gdb.base/printcmds.exp: Ditto.
24308 * gdb.base/opaque.exp: Ditto.
24309 * gdb.base/list.exp: Ditto.
24310 * gdb.base/funcargs.exp: Ditto.
24311 * gdb.base/default.exp: Ditto.
24312
8ddad156
MS
243132002-01-04 Michael Snyder <msnyder@redhat.com>
24314
ca4976a6 24315 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
24316 * gdb.base/maint.exp: Add tests for maint info sections options.
24317
1b074332
JL
24318Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
24319
24320 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
24321
7d159115
CV
243222001-12-20 Corinna Vinschen <vinschen@redhat.com>
24323
24324 * gdb.asm/arm.inc: New file.
24325 * gdb.asm/asm-source.exp: Add arm targets.
24326 * gdb.asm/configure.in: Ditto.
24327 * gdb.asm/configure: Recreated from configure.in.
24328
8fb87725
JL
24329Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
24330
afabe08c
JL
24331 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
24332 with HP's compiler.
24333 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
24334 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
24335 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
24336 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
24337
24338 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
24339 either HP's compilers or GCC.
24340
db521deb
JL
24341 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
24342 a SIGBUS or SIGSEGV.
24343
24344 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
24345
24346 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
24347 can be compiled with either HP's compiler or GCC.
24348
cfa88ab7
JL
24349 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
24350 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
24351 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
24352
ca344dff
JL
24353 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
24354 to match current gdb output. Update due to using auto-solib-limit
24355 for limiting instead of overloading auto-solib-add.
24356 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
24357 test program.
24358
3f3c6e55 24359 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
24360 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
24361 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
24362 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
24363 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
24364 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
24365 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
24366 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
24367 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
24368 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
24369 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
24370 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
24371 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 24372
8fb87725
JL
24373 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24374 a SIGTRAP to the inferior.
24375
cf599fa7
CV
243762001-12-19 Corinna Vinschen <vinschen@redhat.com>
24377
24378 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24379 Substitute call to target_link by call to gdb_compile.
24380
2cd045cd
JL
24381Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24382
a9c64011
AS
24383 * gdb.base/break.exp: Fix HP specific search string when testing
24384 backtracing in a called function.
2cd045cd 24385
a9c64011
AS
24386 * gdb.base/constvars.exp: Only set lang to C++ if we're
24387 compiling the test with HP's compilers.
24388 * gdb.base/volatile.exp: Similarly.
2cd045cd 24389
99ebe9ac
JB
243902001-12-19 Jim Blandy <jimb@redhat.com>
24391
24392 * gdb.base/printcmds.exp: Expect the null character to be printed
24393 as '\0', and the '\013' to be printed as '\v'.
24394 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24395 * gdb.base/setvar.exp: Same.
24396
b9891b29
JB
243972001-12-17 Jim Blandy <jimb@redhat.com>
24398
0eba65ab
JB
24399 * gdb.base/completion.exp: Rather than completing very long
24400 filenames, which can make the readline library produce output we
24401 don't recognize, cd to the directory first, and then complete
24402 using nice, short relative paths.
24403
6970b5b1
JB
24404 * gdb.base/completion.exp: On some systems, there is, in fact, a
24405 variable named `b' in scope, since GDB treats all static
a9c64011
AS
24406 variables as being in scope. So use `no_var_named_this'
24407 instead of `b'.
6970b5b1 24408
b9891b29 24409 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 24410 can't find the core file's registers as a failure.
b9891b29 24411
e6ccd35f
JSC
244122001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24413
a9c64011
AS
24414 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24415 test expect string more specific.
e6ccd35f 24416
105ba819
CV
244172001-12-13 Corinna Vinschen <vinschen@redhat.com>
24418
24419 * gdb.asm/asm-source.exp: Add support for xstormy16.
24420 * gdb.asm/configure.in: Ditto.
24421 * gdb.asm/configure: Rebuild.
24422 * gdb.asm/xstormy16.inc: New file.
24423
e9e79dd9
FF
244242001-12-10 Fred Fish <fnf@redhat.com>
24425
24426 * gdb.base/maint.exp: Update to match changes in type dumping code.
24427
347dc97d
JB
244282001-12-10 Jim Blandy <jimb@redhat.com>
24429
24430 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
24431 matching the entry point symbol's name at the beginning of the
24432 line.
347dc97d 24433
5178b9d6
DJ
244342001-12-07 Daniel Jacobowitz <drow@mvista.com>
24435
24436 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24437 gdb.c++/inherit.exp, gdb.c++/method.exp,
24438 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24439 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24440 and class layout support.
24441
af890c52
DJ
244422001-12-07 Daniel Jacobowitz <drow@mvista.com>
24443
24444 * gdb.c++/classes.exp: Add test for static member function.
24445 * gdb.c++/misc.cc: Add class with static member function.
24446
7a345fb3
JB
244472001-12-07 Jim Blandy <jimb@redhat.com>
24448
f2e54a80 24449 If GDB says it can't find the struct the function returned, report
8032bf31
JB
24450 those tests as `unsupported'.
24451 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24452 Rewrite subsequent tests to use it.
24453
24454 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
24455 those tests as `unsupported'.
24456 * gdb.base/structs.exp (call_struct_func): New function.
24457 (do_function_calls): Use call_struct_func to call the functions
24458 returning structs.
24459
0bc69509
JB
24460 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24461 whether functions are prototyped or not, so we can't possibly pass
24462 arguments to t_float_values2 properly.
24463
7a345fb3
JB
24464 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24465 value of `timeout' for targets other than the mips*tx39-*.
24466
edb6ede1
MS
244672001-12-06 Michael Snyder <msnyder@redhat.com>
24468
d63a86f8 24469 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
24470 and detect whether the start symbol has a leading underscore.
24471
2d842f13
JB
244722001-12-04 Jim Blandy <jimb@redhat.com>
24473
24474 * gdb.base/completion.exp: Clarify indentation.
24475
68550daf
JB
244762001-12-03 Jim Blandy <jimb@redhat.com>
24477
24478 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24479 variables on the S/390, not `.word'.
24480
cd5195a8
JB
244812001-11-30 Jim Blandy <jimb@redhat.com>
24482
24483 Add assembly-source tests for s390-ibm-linux.
24484 * gdb.asm/s390.inc: New file.
24485 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24486 the S/390 architecture.
a9c64011 24487 * gdb.asm/configure: Regenerated.
cd5195a8 24488
ca9efc90
MS
244892001-11-30 Michael Snyder <msnyder@redhat.com>
24490
24491 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24492 next, info source, info sources, info line, global and static
24493 variables, and static functions.
24494 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24495 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24496 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24497 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24498 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24499 (gdbasm_leave): Restore frame pointer.
24500 (gdbasm_startup): Copy stack set-up from crt0.S.
24501
d0e66976
FN
245022001-11-26 Fernando Nasser <fnasser@redhat.com>
24503
24504 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24505 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24506 to a local (non-static) variable. Copy tstruct.a to a static buffer
24507 and return a pointer to that buffer.
24508 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24509
e2334072
MK
245102001-11-24 Mark Kettenis <kettenis@gnu.org>
24511
24512 * gdb.asm/configure.in: Fix recognition of ix86 target.
24513 * gdb.asm/configure: Regenerate.
24514
756caa3d
MS
245152001-11-21 Michael Snyder <msnyder@redhat.com>
24516
24517 * gdb.asm/sparc.inc: New file.
24518 * gdb.asm/asm-source.exp: Recognize sparc target.
24519 * gdb.asm/configure.in: Recognize sparc target.
24520 * gdb.asm/configure: Regenerate.
d63a86f8 24521
9a4d72d5
MS
245222001-11-21 Michael Snyder <msnyder@redhat.com>
24523
24524 * gdb.asm/m32r.inc: New file.
24525 * gdb.asm/asm-source.exp: Recognize m32r target.
24526 * gdb.asm/configure.in: Recognize m32r target.
24527 * gdb.asm/configure: Regenerate.
24528
a773d1cd
MS
245292001-11-20 Michael Snyder <msnyder@redhat.com>
24530
017ac23d
MS
24531 * gdb.asm/i386.inc: New file.
24532 * gdb.asm/asm-source.exp: Recognize ix86 target.
24533 * gdb.asm/configure.in: Recognize ix86 target.
24534 * gdb.asm/configure: Regenerate.
24535
a773d1cd
MS
24536 * gdb.c++/namespace.exp: Fix quotes in output messages.
24537
bb632afb
MS
245382001-11-14 Michael Snyder <msnyder@redhat.com>
24539
25d559ca 24540 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
24541 qualifier in a type cast expression, to designate an address
24542 in the instruction space (Harvard architecture).
24543
4749e309
MS
245442001-11-13 Michael Snyder <msnyder@redhat.com>
24545
24546 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24547 Tests for expressions using 'const' and 'volatile'.
24548
25050984
CV
245492001-11-13 Corinna Vinschen <vinschen@redhat.com>
24550
24551 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24552
1902c51f
DJ
245532001-11-12 Daniel Jacobowitz <drow@mvista.com>
24554
24555 * lib/mi-support.exp (mi_run_to_helper): Move comments
24556 outside of gdb_expect.
24557
dcf95b47
DJ
245582001-11-11 Daniel Jacobowitz <drow@mvista.com>
24559
24560 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24561 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24562 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24563 mi0_run_to): New functions.
24564 * gdb.mi/mi-simplerun.exp: Use them.
24565 * gdb.mi/mi0-simplerun.exp: Likewise.
24566 * gdb.mi/mi-var-cmd.exp: Likewise.
24567 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 24568
45b074e1
AC
245692001-11-10 Andrew Cagney <ac131313@redhat.com>
24570
24571 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24572 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24573
bf50d346
AC
245742001-11-09 Andrew Cagney <ac131313@redhat.com>
24575
24576 * gdb.base/restore.exp: Include $expected value in restored test
24577 message.
24578
9383332c
AC
245792001-11-09 Andrew Cagney <ac131313@redhat.com>
24580
24581 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24582 implemented.
24583
db62520a
MS
245842001-11-08 Michael Snyder <msnyder@redhat.com>
24585
24586 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24587 Add pass/fail message for stop at breakpoint in call dummy function.
24588
b5703437
MS
245892001-11-07 Michael Snyder <msnyder@redhat.com>
24590
d63a86f8
RM
24591 * gdb.c++/templates.exp (test_template_breakpoints):
24592 If we get an overload menu, but it does not match what
760f6330 24593 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
24594 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24595 making the whitespace optional. Argument for "new" may be
24596 "unsigned" as well as "unsigned int/long".
d63a86f8 24597 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
24598 making the whitespace optional. Also replace "(void) with
24599 "((void|)), making the keyword "void" optional.
d63a86f8 24600 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
24601 making the whitespace optional. Also replace "(void) with
24602 "((void|)), making the keyword "void" optional.
3bf40917
MS
24603 * gdb.base/callfuncs.c (t_float_values): This function must
24604 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 24605 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
24606 can be tested against both cases. Usually one case involves
24607 promotion of float to double, while the other does not.
24608 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
24609 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24610 includes a stack frame for "start".
24611
c8ab4e6d
JB
246122001-11-05 Jim Blandy <jimb@redhat.com>
24613
24614 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24615 pointers are 32 bits long, and that offsets of relocs are always
24616 stored in the data (REL-style), and not in the reloc entry itself
24617 (RELA-style).
24618 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24619 stabs.
24620
3f08ced9
MS
246212001-11-01 Michael Snyder <msnyder@redhat.com>
24622
24623 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24624 and regular expression operators by using quoting.
24625
cbfa24cd
MS
246262001-10-31 Michael Snyder <msnyder@redhat.com>
24627
24628 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24629 depending on what the symbol table contains.
24630 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24631 the output of the ptype command. Similarly, accept both "const &"
24632 and "const&".
24633
aaa68313
CV
246342001-10-31 Corinna Vinschen <vinschen@redhat.com>
24635
24636 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24637 symbol `STORAGE' to allow to choose the storage class of
24638 the local datastructures.
24639 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24640 compiler directive.
24641
91740388
MS
246422001-10-30 Michael Snyder <msnyder@redhat.com>
24643
24644 * gdb.base/jump.exp: Allow it to run for all targets.
24645
1b7c05e7
CV
246462001-10-29 Corinna Vinschen <vinschen@redhat.com>
24647
24648 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24649 with new double_array size.
24650 (main): Change storage class of all local variables to static.
24651 Reduce size of double_array to 9.
24652 * gdb.base/call-ar-st.exp: Increase timeout value.
24653 Change expected output for double array to match new size in
24654 call-ar-st.c.
24655
36a22261
CV
246562001-10-29 Corinna Vinschen <vinschen@redhat.com>
24657
24658 * gdb.base/ending-run.exp: Create identical output when passing
24659 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 24660 Stormy16 target.
36a22261 24661
92b8ae91
MK
246622001-10-28 Mark Kettenis <kettenis@gnu.org>
24663
24664 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24665 that we catch the expected failure under Linux/x86.
24666
cb135b83
OF
246672001-10-29 Orjan Friberg <orjanf@axis.com>
24668
24669 * gdb.base/setvar.exp: Escape curly braces.
24670 * gdb.stabs/weird.exp: Ditto.
24671
6884aa54
DJ
246722001-10-27 Daniel Jacobowitz <drow@mvista.com>
24673
24674 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24675 * gdm.mi/mi0-hack-cli.exp: Likewise.
24676
0398c9aa
AC
246772001-10-25 Andrew Cagney <ac131313@redhat.com>
24678
24679 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24680 messages.
24681
d20bf2e8
AC
246822001-10-21 Andrew Cagney <ac131313@redhat.com>
24683
24684 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24685 checking MI enabled.
24686
03dd63aa
CV
246872001-10-09 Corinna Vinschen <vinschen@redhat.com>
24688
24689 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24690
1d9d99f3
FCE
246912001-10-04 Frank Ch. Eigler <fche@redhat.com>
24692
24693 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24694 if gdb child process crashes, just signal an error.
24695
838ae6c4
JB
246962001-10-02 Jim Blandy <jimb@redhat.com>
24697
24698 * lib/gdb.exp (test_xfail_format): Simplify.
24699
24700 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24701 front of the variable name `format'. Simplify `if'.
24702
8f0cbc1c
DJ
247032001-10-01 Daniel Jacobowitz <drow@mvista.com>
24704
24705 * gdb.threads/pthreads.exp: Wait for output and delay
24706 before sending ^C.
24707
1f08dafd
DJ
247082001-10-01 Daniel Jacobowitz <drow@mvista.com>
24709
24710 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24711 some incorrect output instead of timing out.
24712 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24713
674f90ff
CV
247142001-09-28 Corinna Vinschen <vinschen@redhat.com>
24715
24716 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24717 check to allow additional `int'.
24718
9b284272
DJ
247192001-09-27 Daniel Jacobowitz <drow@mvista.com>
24720
24721 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24722 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24723
b55a4771
MS
247242001-09-27 Michael Snyder <msnyder@redhat.com>
24725
24726 * lib/gdb.exp (test_debug_format): New proc.
24727 (setup_xfail_format): Use new proc test_debug_format.
24728 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24729 proc; use new service proc test_debug_format.
24730 Replace all other "gcc_compiled" tests with this test.
24731 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24732 proc; use new service proc test_debug_format.
24733 Replace all other "gcc_compiled" tests with this test.
24734
247352001-09-27 Michael Snyder <msnyder@redhat.com>
24736
24737 * gdb.base/cvexpr.exp: New file.
24738 * gdb.base/cvexpr.c: New file
24739 Test for expressions using const and volatile keywords.
24740
4e6667ac
CV
247412001-09-26 Corinna Vinschen <vinschen@redhat.com>
24742
24743 * gdb.base/constvars.exp: Check for different orders of keywords
24744 and additional "int" strings in output.
24745
4f337972
AC
247462001-09-22 Andrew Cagney <ac131313@redhat.com>
24747
24748 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
24749 responses from "help maint".
24750
2015650d
FCE
247512001-09-19 Frank Ch. Eigler <fche@redhat.com>
24752
24753 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
24754 to localhost:NNN instead of :NNN, in case Xvfb is listening
24755 only on TCP.
24756
f3bcedc1
CV
247572001-09-19 Corinna Vinschen <vinschen@redhat.com>
24758
24759 * gdb.base/recurse.exp: When checking leaving the watchpoint
24760 scope, recognize when gdb is in function's epilogue and pass.
24761
6b819c92
KS
247622001-09-18 Keith Seitz <keiths@redhat.com>
24763
24764 * lib/insight-support.exp (_gdbtk_export_target_info): Add
24765 support for running tests against sid targets.
24766 (gdbtk_done): Ditto.
24767
a10c9419
CV
247682001-09-18 Corinna Vinschen <vinschen@redhat.com>
24769
24770 * gdb.base/ending-run.c (main): Set stdout buffersize
24771 to the same reasonable value for any target.
24772 * gdb.base/ending-run.exp: Add a regular expression
24773 to make testsuite happy on Sanyo Stormy16 target.
24774
739d0d99
CV
247752001-09-17 Corinna Vinschen <vinschen@redhat.com>
24776
24777 * gdb.base/display.c (do_loops): Add float variable `f'.
24778 Increment f in loop.
24779 * gdb.base/display.exp: Increment timeout by 60 seconds.
24780 Change float display test to use variable `f'.
24781
1b8947f0
JB
247822001-09-17 Jim Blandy <jimb@redhat.com>
24783
24784 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
24785 overflowing the limited breakpoint tables on some ROM monitors
24786 (like the ROM68K).
24787
9890ac81
FCE
247882001-09-15 Frank Ch. Eigler <fche@redhat.com>
24789
24790 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
24791 the "-ac" (disable access control) flag.
24792
6db765ea
JH
247932001-08-30 Jeff Holcomb <jeffh@redhat.com>
24794
24795 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
24796 ints.
24797
4c32cc04
KS
247982001-08-30 Keith Seitz <keiths@redhat.com>
24799
24800 * lib/gdb.exp: Move all insight-related functionality into
24801 separate file.
24802 * lib/insight-support.exp: New file.
24803
8d6e6f81
FCE
248042001-08-29 Frank Ch. Eigler <fche@redhat.com>
24805
24806 * config/sid.exp (sid_start): Never set sid verbosity; disable
24807 expect_background {} that consumed its stdout; tolerate </dev/null.
24808 Attempt to set endianness override in "sid" protocol mode. Cleanup.
24809
6a90e1d0
AC
248102001-08-18 Andrew Cagney <ac131313@redhat.com>
24811
24812 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
24813 CLI jump command to start it.
24814 (mi_run_to_main): Fail immediatly when unexpected output.
24815
1759b3c3
AC
248162001-08-18 Andrew Cagney <ac131313@redhat.com>
24817
24818 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
24819 beginning of function. Fix PR gdb/191.
24820
61d11d80
FCE
248212001-08-16 Frank Ch. Eigler <fche@redhat.com>
24822
24823 * config/sid.exp (sid_start): Don't warn if we cannot figure out
24824 what to force sid endianness to.
24825
942a4df2
KS
248262001-08-15 Keith Seitz <keiths@redhat.com>
24827
24828 * lib/gdb.exp (gdbtk_start): Don't set environment
24829 variables for TCL_LIBRARY and friends. Insight will
24830 now figure these out for itself.
24831
0521c418
MS
248322001-08-02 Michael Snyder <msnyder@redhat.com>
24833
24834 * gdb.base/completion.exp: Remove the symbol "a64l" from
24835 the expect string; this is target-specific, and not related
24836 to what is being tested.
24837
74a9a58a
DB
248382001-08-02 Dave Brolley <brolley@redhat.com>
24839
24840 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
24841
c70819fa
MS
248422001-07-25 Michael Snyder <msnyder@redhat.com>
24843
c2b8fa57
MS
24844 * gdb.base/consecutive.exp: New file. Test stepping over
24845 breakpoints on consecutive instructions.
24846 * gdb.base/consecutive.c: New file.
24847
c70819fa
MS
24848 * gdb.base/call-rt-st.exp: Use double-backslash to quote
24849 curly braces in regular expressions.
24850
2b1a1355
MS
248512001-07-25 Michael Snyder <msnyder@redhat.com>
24852
24853 * gdb.base/ending-run.exp: Accept "Program exited normally" as
24854 legitimate output from stepping out of main.
24855
413eca6f
KS
248562001-07-22 Keith Seitz <keiths@redhat.com>
24857
24858 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
24859 the empty string, do not run the tests.
24860
7e5a9322
SC
248612001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24862
24863 * gdb.base/long_long.exp: Detect size of pointer. Take into
24864 account 2-byte pointers when testing for p/a results.
24865
de58f10f
SC
248662001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24867
d63a86f8 24868 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
24869 and defined to 1K for m68hc11.
24870 (random_data): Reduce table to 1K for embedded platforms (68hc11).
24871 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
24872 (sizeof_random_data): New variable to tell the size of the data table;
24873 don't test past this size; always run to main.
24874
d6f5fea1
SC
248752001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24876
24877 * gdb.base/return2.exp: return of long long and double fails for
24878 68HC11; don't execute these tests on that platform.
24879 * gdb.base/return.exp: Return of a double fails for 68hc11.
24880
c477543d
SC
248812001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24882
24883 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
24884 tests that print a float.
24885 * call-rt-st.exp: Likewise.
24886
63cf1c79
MK
248872001-07-12 Mark Kettenis <kettenis@gnu.org>
24888
24889 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
24890 running this test on Linux.
24891
112f9ab5
MC
248922001-06-24 Michael Chastain <chastain@redhat.com>
24893
24894 * gdb.base/arithmet.exp: Remove some tests to make all test names
24895 unique.
24896
4970cb0f
MS
248972001-07-03 Michael Snyder <msnyder@redhat.com>
24898
24899 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
24900 the output of the ptype command.
24901
d85da69f
MS
249022001-07-02 Michael Snyder <msnyder@redhat.com>
24903
4c8a82de
MS
24904 * gdb.base/completion.exp: Don't assume that break.c is the only
24905 source file that may contain functions named "marker".
d85da69f
MS
24906 * gdb.base/corefile.exp: Quote the curly braces in regexp.
24907
8afc772b
AC
249082001-06-28 Andrew Cagney <ac131313@redhat.com>
24909
24910 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
24911 of files to delete.
24912
24913 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
24914 * gdb.disasm/h8300s.exp: New file.
24915 gdb.disasm/h8300s.s: Likewise.
24916
cff22675
AC
249172001-06-27 Andrew Cagney <ac131313@redhat.com>
24918
24919 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
24920 empty breakpoint tables.
24921
68c81b54
AC
249222001-06-25 Andrew Cagney <ac131313@redhat.com>
24923
24924 * lib/mi-support.exp: Update args=... part of stop-reason
24925 patterns. Accept either a list or a tuple.
24926
2dd62704
AC
249272001-06-23 Andrew Cagney <ac131313@redhat.com>
24928
24929 * lib/mi-support.exp: Remove local emacs variable defining
24930 change-log-default-name.
24931
b4127474
MC
249322001-06-22 Michael Chastain <chastain@redhat.com>
24933
24934 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
24935 This is operationally compatible with the previous version.
24936
8dbfb380
JB
249372001-06-13 Jim Blandy <jimb@redhat.com>
24938
24939 * lib/gdb.exp (gdb_test): Doc fix.
24940
f2d8c86d
MC
249412001-06-10 Michael Chastain <chastain@redhat.com>
24942
24943 * gdb.base/exprs.exp: Remove a duplicate test.
24944
81564d34
JB
249452001-06-06 Jim Blandy <jimb@redhat.com>
24946
24947 * gdb.base/return2.exp (main): Use values to test float and double
24948 returns that are not NaN's, to avoid being confused by IEEE
24949 comparison rules.
24950
da55addb
MS
249512001-06-04 Michael Snyder <msnyder@redhat.com>
24952
24953 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 24954 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
24955 rather than wait for 12 more tests to time out.
24956
42c65987
JB
249572001-06-06 Jim Blandy <jimb@redhat.com>
24958
b18bced9 24959 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 24960 Don't forget to match the GDB prompt.
b18bced9 24961
42c65987
JB
24962 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
24963
5b41e5f0
JB
249642001-06-04 Jim Blandy <jimb@redhat.com>
24965
24966 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
24967 command.
24968
015e046f
KB
249692001-05-31 Kevin Buettner <kevinb@redhat.com>
24970
24971 * gdb.base/annota1.exp (info break): Match four or more spaces
24972 after "Address".
24973
fb1ffbbe
MC
249742001-05-31 Michael Chastain <chastain@redhat.com>
24975
24976 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
24977 (dm_type_int_star): Likewise.
24978 (dm_type_long_star): Likewise.
24979 (dm_type_void_star): Likewise.
24980
5ea2a32c
KB
249812001-05-29 Kevin Buettner <kevinb@redhat.com>
24982
24983 * gdb.base/completion.exp (INPUTRC): Set this environment variable
24984 to a known value in order to get consistent results regardless
24985 of the setting of INPUTRC or the presence or contents of .inputrc.
24986
ae23c492
MS
249872001-05-24 Michael Snyder <msnyder@redhat.com>
24988
ac55707e
MS
24989 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
24990 Don't require that the main thread and the manager thread are the
24991 first in the list.
24992
ae23c492
MS
24993 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
24994 debugging. If test fails, issue an "unsupported" not a "fail".
24995
400071f1
JB
249962001-05-24 Jim Blandy <jimb@redhat.com>
24997
24998 Don't assume that short is shorter than int.
24999 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25000 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 25001 this isn't true.
400071f1
JB
25002 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25003 an int, is not equal to ~0 stored in an unsigned char. This tests
25004 the same thing that the previous test meant to, but works on
25005 16-bit machines, too.
25006 ("print unsigned char != (~0)"): Same test, complemented.
25007
0816a3e5
MS
250082001-05-24 Michael Snyder <msnyder@redhat.com>
25009
25010 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 25011 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
25012 and prevents dejagnu getting out of step.
25013
f6dc23a9
KB
250142001-05-23 Kevin Buettner <kevinb@redhat.com>
25015
25016 * gdb.base/finish.exp (finish_void): Revise pattern for
25017 stopping on the call statement to not permit stopping at
25018 the start of the instructions comprising the call sequence.
25019
7dbd117d
MC
250202001-05-19 Michael Chastain <chastain@redhat.com>
25021
25022 * gdb.base/callfuncs.exp: Make all test names unique.
25023 * gdb.base/commands.exp: Make all test names unique.
25024 * gdb.base/condbreak.exp: Make all test names unique.
25025 * gdb.base/dbx.exp: Make all test names unique.
25026 * gdb.base/default.exp: Make all test names unique.
25027 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
25028 and TIMEOUT messages to their corresponding PASS message.
25029 * gdb.base/ending-run.exp: Make all test names unique.
25030 * gdb.base/long_long.exp: Remove duplicate test.
25031
6b0b0a9e
KB
250322001-05-21 Kevin Buettner <kevinb@redhat.com>
25033
25034 * gdb.base/finish.exp (finish_void): Allow "finish" command to
25035 stop on the call statement as well as the statement after the
25036 call.
25037
2caa35cb
MS
250382001-05-21 Michael Snyder <msnyder@redhat.com>
25039
25040 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
25041
40713331
EZ
250422001-05-10 Elena Zannoni <ezannoni@redhat.com>
25043
a9c64011
AS
25044 * gdb.base/completion.exp: Revamp test. Make it execute on all
25045 platforms.
40713331 25046
c2c1be8d
EZ
250472001-05-10 Elena Zannoni <ezannoni@redhat.com>
25048
a9c64011
AS
25049 * config/gdbserver.exp (gdb_load): Handle the case
25050 in which the arguments to gdbserver are given in the
25051 baseboard configuration file.
25052 Also handle the case in which the server needs to do a
25053 load.
2c9cd303 25054
9671de48
KS
250552001-05-07 Keith Seitz <keiths@cygnus.com>
25056
a9c64011
AS
25057 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
25058 set up the display for testing.
25059 (gdbtk_start): Convert all paths to paths that tcl will like.
25060 Export target information to environment.
25061 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
25062 necessary.
25063 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
25064 (to_tcl_path): New proc to convert a given pathname into
25065 a path acceptible as an argument to a tcl command.
25066 (_gdbtk_export_target_info): New proc to export target info
25067 into the environment for gdbtk testing.
25068 (gdbtk_done): New proc to signal end-of-test.
9671de48 25069
5a360f47
JB
250702001-05-06 Jim Blandy <jimb@redhat.com>
25071
25072 * restore.c: Make the code of caller0 correspond to its comment.
25073
66c756c6
MS
250742001-05-03 Michael Snyder <msnyder@redhat.com>
25075
25076 * config/sid.exp (gdb_target_sid): Check for error messages.
25077 On error or timeout, don't make expect exit (which will terminate
25078 all subsequent tests); instead just make gdb exit.
d63a86f8 25079 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
25080 return a negative value.
25081
a966fde5
JB
250822001-04-24 Jim Blandy <jimb@redhat.com>
25083
851c18e0
JB
25084 * gdb.c++/templates.exp: If we see the prompt for the overload
25085 list, but we haven't recognized any of the longer patterns,
25086 arrange for this test to fail, not hang.
25087
a966fde5
JB
25088 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
25089 variations.
25090
db144853
MC
250912001-04-22 Michael Chastain <chastain@redhat.com>
25092
25093 * gdb.c++/local.exp: Use the 'runto' library function.
25094 * gdb.c++/namespace.exp: Likewise.
25095 * gdb.c++/overload.exp: Likewise.
25096
3207ec21
KB
250972001-03-26 Kevin Buettner <kevinb@redhat.com>
25098
25099 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
25100 * gdb.base/step-line.exp: New file. Test step/next in presence of
25101 #line directives.
25102 * gdb.base/step-line.c: New file. Test program for the above.
25103 * gdb.base/step-line.inp: New file. We pretend that this file has
25104 been transformed by some other tool into step-line.c.
25105
13b57657
JB
251062001-03-21 Jim Blandy <jimb@redhat.com>
25107
25108 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
25109 unmangled operator names.
25110
754cbe1c
JB
251112001-03-20 Jim Blandy <jimb@redhat.com>
25112
25113 * gdb.threads/linux-dp.exp: Recognize an additional message
25114 generated by GDB when it doesn't understand how to debug threads
25115 on the target system.
25116
177495c9
AC
251172001-03-19 Andrew Cagney <ac131313@redhat.com>
25118
25119 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
25120
f266096b
MC
251212001-03-12 Michael Chastain <chastain@redhat.com>
25122
25123 * gdb.c++/derivation.exp: Use the 'runto' library function.
25124
cac3c2ff
MC
251252001-03-12 Michael Chastain <chastain@redhat.com>
25126
25127 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
25128
b6c11a24
MC
251292001-02-24 Michael Chastain <chastain@redhat.com>
25130
25131 * gdb.c++/ref-types.exp: Change handwritten code to library
25132 function 'runto'.
25133
6bae5bce
OF
251342001-03-16 Orjan Friberg <orjanf@axis.com>
25135
25136 * gdb.base/signals.exp: Set count to 0 explicitly.
25137
0015fd9a
MS
251382001-03-15 Mark Salter <msalter@redhat.com>
25139
25140 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
25141 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
25142 (gdb_load): Add support for additional target_info: gdb_download_size
25143 and gdb_load_timeout.
0015fd9a 25144
fc33412a
DT
25145Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
25146
25147 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
25148 file -- to prevent failing when the compile fails but we have no
25149 intention of running the tests anyway.
fc33412a
DT
25150
25151 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
25152 tests if set.
25153
25154 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 25155 integers.
fc33412a
DT
25156
25157 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
25158 * gdb.c++/namespace.exp: Ditto.
25159
115f06de
OF
251602001-03-07 Orjan Friberg <orjanf@axis.com>
25161
25162 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
25163 * gdb.base/pointers.exp: Relax pattern match of decimals.
25164
b6ba6518
KB
251652001-03-06 Kevin Buettner <kevinb@redhat.com>
25166
25167 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25168 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25169 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25170 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25171 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25172 config/sh.exp, config/sid.exp, config/slite.exp,
25173 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25174 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25175 config/vxworks.exp, config/vxworks29k.exp,
25176 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25177 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25178 gdb.base/arithmet.exp, gdb.base/assign.exp,
25179 gdb.base/async.exp, gdb.base/attach.exp,
25180 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25181 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25182 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25183 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25184 gdb.base/commands.exp, gdb.base/completion.exp,
25185 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25186 gdb.base/constvars.exp, gdb.base/corefile.exp,
25187 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25188 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25189 gdb.base/ending-run.exp, gdb.base/environ.exp,
25190 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25191 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25192 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25193 gdb.base/funcargs.exp, gdb.base/help.exp,
25194 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25195 gdb.base/logical.exp, gdb.base/long_long.exp,
25196 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25197 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25198 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25199 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25200 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25201 gdb.base/regs.exp, gdb.base/relational.exp,
25202 gdb.base/remote.exp, gdb.base/reread.exp,
25203 gdb.base/restore.exp, gdb.base/return2.exp,
25204 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25205 gdb.base/selftest.exp, gdb.base/setshow.exp,
25206 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25207 gdb.base/sigall.exp, gdb.base/signals.exp,
25208 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25209 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25210 gdb.base/step-test.exp, gdb.base/structs.c,
25211 gdb.base/structs.exp, gdb.base/structs2.exp,
25212 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25213 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25214 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25215 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25216 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25217 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25218 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25219 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25220 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25221 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25222 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25223 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25224 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25225 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25226 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25227 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25228 gdb.trace/circ.exp, gdb.trace/collection.exp,
25229 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25230 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25231 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25232 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25233 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25234 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25235 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25236 notices.
25237
dc96c6c7 252382001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
25239
25240 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25241 first arg is int not float.
25242
dc96c6c7 252432001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
25244
25245 * gdb.base/reread.exp: Unsupported for non-native targets;
25246 doesn't work for remote debugging.
25247
9b0c4aeb
FN
252482001-02-19 Fernando Nasser <fnasser@redhat.com>
25249
25250 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
25251 * gdb.base/ending-run.exp: Properly handle the BSP state when
25252 stepping past the end of main.
9b0c4aeb 25253
02aa71d5
MC
252542001-02-19 John Moore <jmoore@redhat.com>
25255
25256 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25257 Converted HPUX fix for non-expected items following multiple
25258 step commands into general solution for all platforms.
25259
1fa449a4
MC
252602001-02-18 Michael Chastain <chastain@redhat.com>
25261
25262 * gdb.c++/classes.exp (do_tests): Change runto statements
25263 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25264 statements demangler agnostic.
25265 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25266 (gdb_virtfunc_restart): Likewise.
25267
b2f9ec70
MC
252682001-02-14 Michael Chastain <chastain@redhat.com>
25269
25270 * gdb.c++/inherit.exp (do_tests): Change runto statements
25271 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25272 statements demangler agnostic.
25273
cf74b8ca
AC
25274Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25275
25276 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
25277 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25278 before calling common_routine 15 times'' tests.
cf74b8ca 25279
99f78f56
MC
252802001-02-11 Michael Chastain <chastain@redhat.com>
25281
25282 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25283 Helps the test script figure out which demangler is in use.
25284 (dm_type_foo_ref): Ditto.
25285 (dm_type_int_star): Ditto.
25286 (dm_type_long_star): Ditto.
25287 (dm_type_unsigned_int): Ditto.
25288 (dm_type_void): Ditto.
25289 (dm_type_void_star): Ditto.
99707966 25290 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
25291 Probe the gdb demangler and set variables to accommodate
25292 formatting differences.
25293 (info_func_regexp): New function. Same as info_func, but
25294 matches against a regexp.
25295 (info_func): Match against a literal string.
25296 (print_addr_2): New function. Match against a literal string,
25297 which can be different from the input to gdb.
25298 (print_addr): Simply call print_addr_2 with the same argument twice.
25299 (test_lookup_operator_functions): Use demangler formatting variables.
25300 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25301 the tests in the same order as the C++ class declaration.
25302 (test_paddr_operator_functions): Ditto.
25303 (test_paddr_overloaded_functions): Ditto.
25304 (test_paddr_hairy_functions): Use demangler formatting variables.
25305 Add reference to gdb/19 for related tests.
25306 (do_tests): Call probe_demangler.
25307
1de8f023
KB
253082001-01-30 Kevin Buettner <kevinb@redhat.com>
25309
25310 * gdb.c++/templates.cc (printf): Remove unused function definition.
25311
ca3f91ed
MS
253122001-01-26 Felix Lee <flee@redhat.com>
25313
25314 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25315
253162001-01-25 matthew green <mrg@redhat.com>
25317
25318 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
25319 up sid.
25320 (sid_exit): Call `remote_pop_conn' after GDB is gone.
25321
253222001-01-25 matthew green <mrg@redhat.com>
25323
25324 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 25325 Deprecate $sid_spawn_id.
ca3f91ed
MS
25326 (sid_exit): Remove code necessary only for `spawn.'
25327
253282001-01-25 matthew green <mrg@redhat.com>
25329
25330 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
25331
fb18ec4a
MC
253322001-01-28 Michael Chastain <chastain@redhat.com>
25333
25334 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
25335 to call when tests fail. It takes gdb out of the overloaded
25336 function choice menu back to the main prompt, so that the test
25337 program stays synchronized.
25338 (set_bp_overloaded): New proc to collect all the common
25339 code for setting a breakpoint on an overloaded name. Calls
25340 take_gdb_out_of_choice_menu when needed.
25341 (menu_overload1arg): New variable to collect the repeated
25342 instances of the expected menu for an overloaded name. Change
25343 the regular expression to handle changes in g++ type encoding:
25344 "void" can be either "void" or "", and "unsigned int" can be
25345 either "unsigned int" or "unsigned".
25346 (continue_to_bp_overloaded): Change regular expressions to handle
25347 changes in g++ type encoding.
25348 (no proc): Call take_gdb_out_of_choice_menu when needed.
25349 Remove redundant calls to "info break". Accept either "canceled"
25350 or "cancelled". Change regular expressions in "info break"
25351 calls to handle changes in g++ type encoding. Give all tests
25352 unique strings.
25353
9c646a6e
BE
253542001-01-17 Ben Elliston <bje@redhat.com>
25355
25356 * config/sid.exp: New file.
25357
9549d9c1
AC
25358Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
25359
25360 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
25361
dc96c6c7 253622000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
25363
25364 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
25365 Add a RE to accept a non-ascii char if one is ever presented.
25366
b4df4f68
FN
253672000-12-20 Fernando Nasser <fnasser@redhat.com>
25368
297dd0fd 25369 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 25370
dc96c6c7 253712000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 25372
d63a86f8 25373 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
25374 in regexp. One '\' does not suffice on Linux.
25375
4a7bddb6
MC
253762000-12-09 Michael Chastain <chastain@redhat.com>
25377
25378 * gdb.base/break.exp (test_clear_command): Use a marker function
25379 rather than 'main' for the test function. Also move this
25380 test to an execution point where the marker function names are
25381 guaranteed to be bound to functions. (Executing tests after a
25382 'finish' from main runs into name conflicts with local names
25383 in __libc_start_main).
25384
dc96c6c7 253852000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
25386
25387 * gdb.base/finish.exp: New test for gdb's "finish" command.
25388 * gdb.base/return2.exp: New test for gdb's "return" command.
25389 * gdb.base/return2.c: New source file for above.
25390
dc96c6c7 253912000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
25392
25393 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25394 * gdb.base/miscexprs.exp: Ditto.
25395 * gdb.base/pointers.exp: Ditto.
25396 * gdb.c++/derivation.exp: Ditto.
25397 * gdb.c++/local.exp: Ditto.
25398 * gdb.c++/namespace.exp: Ditto.
25399 * gdb.c++/overload.exp: Ditto.
25400 * gdb.c++/ref-types.exp: Ditto.
25401
dc96c6c7 254022000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
25403
25404 * gdb.base/constvars.exp: Test result of "up" command.
25405 * gdb.base/miscexprs.exp: Ditto.
25406 * gdb.base/pointers.exp: Ditto.
25407 * gdb.base/scope.exp: Ditto.
25408 * gdb.c++/derivation.exp: Ditto.
25409 * gdb.c++/local.exp: Ditto.
25410 * gdb.c++/namespace.exp: Ditto.
25411 * gdb.c++/overload.exp: Ditto.
25412 * gdb.c++/ref-types.exp: Ditto.
25413
44097287
FN
254142000-11-22 Michael Chastain <chastain@redhat.com>
25415
25416 * mips_pro.exp: Accept either "middle -> top -> main" or
25417 "middle -> main" in the backtrace, because gcc can optimize
25418 tail calls to jumps. Remove setup_xfail for the hppa case.
25419 Add a comment with the original warning messages from PR 3016,
25420 which was filed in 1993, to preserve them for posterity.
25421
9d2e1bab
ND
254222000-11-17 Nick Duffek <nsd@redhat.com>
25423
25424 * lib/gdb.exp (gdb_test): Override timeout with board info.
25425
1aca8eb7
ND
254262000-11-17 Nick Duffek <nsd@redhat.com>
25427
25428 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25429 the second kill and detach messages.
25430
93076499
ND
254312000-11-17 Nick Duffek <nsd@redhat.com>
25432
25433 * configure.in: Add AC_EXEEXT.
25434 * configure: Regenerate.
25435 * Makefile.in (just-check): Export EXEEXT.
25436 * lib/gdb.exp ($EXEEXT): Import from environment.
25437 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25438 expect "maint dump-me" on Cygwin.
25439 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25440 $EXEEXT.
25441
30e87cd3
ND
254422000-11-17 Nick Duffek <nsd@redhat.com>
25443
25444 * gdb.base/break.exp: Test backtrace and finish from called
25445 function on all platforms, not just HP-UX.
25446
dc96c6c7 254472000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
25448
25449 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25450 code from gdb_target_monitor, so it can be used independantly
25451 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 25452
dc96c6c7 254532000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
25454
25455 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25456 * gdb.base/corefile.exp: Expect the message "Program is being
25457 debugged already" when we send the "corefile" command, since
25458 the preceeding gdb_load may have connected gdb to a remote target.
25459 * gdb.base/display.exp: Disable hardware watchpoints if new
25460 board info variable "no_hardware_watchpoints" is true.
25461 Replace single-letter commands with more readable ones.
25462 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25463 if new board info variable "no_hardware_watchpoints" is true.
25464 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25465 to see if stdio (printf) testing is possible.
25466 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25467 board info variable "no_hardware_watchpoints" is true. Use new
25468 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25469
39124dea
FN
254702000-11-13 Fernando Nasser <fnasser@redhat.com>
25471
25472 From Orjan Friberg <orjanf@axis.com>:
25473 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25474 in array print pattern match.
25475
a9e2e984
FN
254762000-11-09 Fernando Nasser <fnasser@redhat.com>
25477
25478 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25479 spelling "cancelled" to U.S. spelling "canceled" to match changes
25480 made to gdb.
25481 * gdb.c++/ovldbreak.exp: Ditto.
25482
c7db355b
PS
254832000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25484
25485 * gdb.base/callfuncs.c (main): Moved to end of file, call
25486 t_double_values to initialize the FPU before inferior calls are made.
25487 * gdb.base/callfuncs.exp: Test for register preservation after calling
25488 inferior functions. Add tests for continuining, finishing and
25489 returning from a stop in a call dummy.
25490
dc96c6c7 254912000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
25492
25493 * gdb.base/commands.exp: Break up long lines, and re-indent.
25494
dc96c6c7 254952000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
25496
25497 * config/gdbserver.exp: Rewritten from the ground up, to make it
25498 compatible with the current dejagnu tree, and to make it work with
25499 the new "gdbserver" in libremote.
25500
dc96c6c7 255012000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
25502
25503 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25504 * gdb.base/varargs.exp: Skip entire test if no printf support.
25505 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25506 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25507
dc96c6c7 255082000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
25509
25510 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25511 no floating point support.
25512 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25513 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25514 * gdb.base/call-rt-st.exp: Ditto.
25515 * gdb.base/call-strs.exp: Ditto.
25516
bac5fc66
JG
255172000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25518
25519 * gdb.base/sizeof.c: include <stdio.h>.
25520
25521 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
25522 'finish', otherwise uncaptured gdb_prompt would potentially
25523 throw remaining test points out of sync.
bac5fc66 25524
b22a6027
SB
255252000-07-26 Scott Bambrough <scottb@netwinder.org>
25526
25527 * gdb.base/recurse.exp: Run tests for all targets.
25528 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25529 gnu-oldld case on ARM.
25530 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25531 for ARM targets.
d63a86f8 25532
d8231941
AG
25533Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25534
25535 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25536 * gdb.java/configure: Rebuild.
25537
8caabe69
AG
25538Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25539
25540 * gdb.java/jv-exp.exp: New file.
25541
9d273ca3
AG
25542Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25543
25544 * configure: Rebuilt.
25545 * configure.in (configdirs): Add gdb.java.
25546 * gdb.java/jmisc.java: New file.
25547 * gdb.java/jmisc.exp: New file.
25548 * gdb.java/Makefile.in: New file.
25549 * gdb.java/configure: Rebuilt.
25550 * gdb.java/configure.in: New file.
25551 * lib/java.exp: New file.
25552
4f823a66
AC
25553Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25554
25555 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 25556 underflow.
4f823a66 25557
2391e11d
AC
25558Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25559
25560 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 25561 and the compilers sizes.
2391e11d 25562
54602222
ND
255632000-07-09 Nick Duffek <nsd@redhat.com>
25564
25565 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25566 (use_methods): New function.
25567 (main): Call use_methods().
25568 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25569 (do_tests): Call test_method_param_class.
25570
2bec0572
ND
255712000-07-09 Nick Duffek <nsd@redhat.com>
25572
25573 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25574 spelling.
25575 (test_enums): New procedure. Move enum tests from end of script
25576 to here. Set breakpoint on function name instead of line number.
25577 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25578 (enums2): New marker function.
25579 (enums1): New function.
25580 (main): Call enums1(). Move enum tests to enums1().
25581
78492fde
AC
25582Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25583
25584 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 25585 compile/link program. Update line numbers.
78492fde
AC
25586 * gdb.asm/d10v.inc: Define ``startup''.
25587 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 25588
49a2cef8
AC
25589Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25590
25591 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25592
3e6c8688
EZ
255932000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25594
25595 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 25596 of 'help maint print' command.
3e6c8688 25597
9ff5cbe9
AC
25598Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25599
25600 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 25601 they use gdb_expect_list.
9ff5cbe9 25602
17c579bd
AC
25603Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25604
25605 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
25606 memory-read-packet-size'' instead of ``set endian big'' to test
25607 long commands.
17c579bd 25608
e6d71bf3
DB
256092000-06-03 Daniel Berlin <dan@cgsoftware.com>
25610
25611 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 25612 g++, and stop skipping them.
e6d71bf3
DB
25613
25614 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25615 work under g++.
25616
d63a86f8 25617 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
25618 initialization.
25619
dc96c6c7 256202000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
25621
25622 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25623 the regular expression: accept an (almost) arbitrary sequence of
25624 "frames-invalid" and "breakpoints-invalid" messages both before
25625 and after the "starting" message.
25626
dc96c6c7 256272000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
25628
25629 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 25630
dc96c6c7 256312000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
25632
25633 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25634 Relax the regular expression a little, make it pass on Solaris 8.
25635
8216cda9
KB
256362000-05-12 Kevin Buettner <kevinb@redhat.com>
25637
25638 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 25639 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
25640 Instead, it is permissible for gdb to stop on the line of the
25641 call itself.
25642
1a570b2f
MS
256432000-05-12 Michael Snyder <msnyder@.cygnus.com>
25644
25645 * gdb.base/break.exp (bp on small function, optimized file):
25646 Add a second pass pattern. The behavior differs here between stabs
25647 and dwarf for one-line functions. Stabs preserves two line symbols
25648 (one before the prologue and one after) with the same line number,
25649 but dwarf regards these as duplicates and discards one of them.
25650 Therefore the address after the prologue (where the breakpoint is)
25651 has no exactly matching line symbol, and GDB reports the breakpoint
25652 as if it were in the middle of a line rather than at the beginning.
25653
dc96c6c7 256542000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 25655
d63a86f8 25656 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
25657 rather than "send_gdb" (for consistancy).
25658
7d418785
AC
25659Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25660
25661 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25662 * gdb.c++/templates.cc: Properly check for GCC version number.
25663 * lib/compiler.cc: Likewise
25664
dc96c6c7 256652000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 25666
d63a86f8 25667 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
25668 gdb may not stop at the first line of main, due to code motion.
25669
dc96c6c7 256702000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
25671
25672 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25673 This test depends on parsing the printf output from the target.
25674 Since the sparclet stub doesn't do stdio, this will never work.
25675 * gdb.base/call-rt-st.exp: ditto.
25676 * gdb.base/call-strs: ditto.
25677
dc96c6c7 256782000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
25679
25680 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25681
25682 * gdb.base/ending-run.exp: After connecting to a remote target,
25683 but before running, the target will appear to be in a random
25684 location. Specify both a file and a line for breakpoints.
25685 Also, the function that calls main may be called 'init'
25686 rather than 'start'.
25687
a5a51225
EZ
256882000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25689
25690 * gdb.base/help.exp: Update output for add-symbol-file command.
25691
7930cc7c
FN
256922000-04-10 Fernando Nasser <fnasser@cygnus.com>
25693
25694 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25695 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25696
23e37ab1
C
256972000-04-07 J.T. Conklin <jtc@redback.com>
25698
e93c542c
C
25699 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25700
23e37ab1
C
25701 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25702
591b8fa3
PDM
25703Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25704
25705 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 25706 values that can be represented exactly.
591b8fa3
PDM
25707 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25708 above change, and to not check against the directory part of the source
25709 file name.
25710 (step into print_long_arg_list): Likewise.
25711 (print print_small_structs from print_long_arg_list): Likewise.
25712 (print print_long_arg_list): Likewise.
25713
7a495180
EZ
257142000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25715
30b53638 25716 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 25717
beb998c6
AC
25718Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25719
25720 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25721
1c689132
DB
257222000-03-25 Daniel Berlin <dan@cgsoftware.com>
25723
25724 * gdb.base/commands.exp (deprecated_command_test): Add test for
25725 deprecate with no arguments.
25726
c1790a9d
JL
257272000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25728
25729 * gdb.base/break.exp: Add new test for setting breakpoints on
25730 optimized code so we can test breakpoints work even when function
25731 prologues may be optimized away
25732
003ba290
FN
257332000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25734
25735 From David Whedon <dwhedon@gordian.com>
a9c64011 25736 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 25737
6837a0a2
DB
257382000-03-22 Daniel Berlin <dan@cgsoftware.com>
25739
25740 * gdb.base/help.exp: Added test for new apropos command.
25741
b9593231
KB
257422000-03-21 Kevin Buettner <kevinb@redhat.com>
25743
25744 * gdb.base/pointers.c (usevar): New function.
25745 (main): Make sure that global variables v_int_pointer2, rptr,
25746 and y are all referenced someplace in the program by calling
25747 usevar() on them. [Some linkers delete symbols which are
25748 never referenced. The space remains, but there's no way to
25749 get a (symbolic) handle on the variable from the debugger.]
25750
751a959b
EZ
257512000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25752
25753 * gdb.base/printcmds.c: Add typedeffed arrays.
25754
25755 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 25756 procedure to test arrays that are typedef'd.
751a959b 25757
73a93a32
JI
257582000-03-13 James Ingham <jingham@leda.cygnus.com>
25759
25760 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 25761 the library directories.
73a93a32 25762
fb40c209
AC
25763Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
25764
25765 * configure.in (configdirs): Add sub directory gdb.mi.
25766 * configure: Re-generate.
25767
25768 * gdb.mi: New directory.
d63a86f8 25769
ee4dd2c9
AC
257702000-02-25 Scott Bambrough <scottb@netwinder.org>
25771
25772 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 25773 a long long value as a double on ARM platforms.
ee4dd2c9 25774
70f0cc22
JB
257752000-02-16 Jim Blandy <jimb@redhat.com>
25776
25777 * gdb.base/break.exp ("breakpoint line number"): Make sure the
25778 default source file is set properly before running this test.
25779
853819b8
EZ
257802000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25781
25782 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 25783 gdbtk/library directory, not in gdbtcl2.
853819b8 25784
dfcd3bfb
JM
257852000-02-04 Jim Blandy <jimb@redhat.com>
25786
25787 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
25788 backslash from regexp pattern.
25789
25790 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
25791 procedure. Use it to run all the "continue to bp overloaded"
25792 tests. Note that this changes the names of the tests slightly.
25793 If the breakpoint hit message includes a hex PC value, because
25794 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
25795 from the real source code, still consider that a pass.
25796
25797 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
25798 XFAIL here if the breakpoint message contains a hex address. Note
25799 similar change on 1999-11-02.
25800
25801 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
25802
25803 * gdb.base/ptype.exp: Establish a default source file before
25804 calling get_debug_format.
25805
258062000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
25807
25808 * gdb.base/watchpoint.exp: Remove duplication of test messages.
25809
8b93c638
JM
258102000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25811
25812 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
25813 of successive stepi commands -- while in the prologue we should see
25814 the function entry bracket.
25815
258162000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25817
25818 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
25819 reach __change_mode() when stepping through the end of main().
25820
c5394b80
JM
258212000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
25822
25823 * gdb.base/default.exp: Fix expected pattern.
25824 * gdb.base/help.exp: Same.
25825
0d06e24b
JM
258262000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25827
25828 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 25829 Don't use xfail's because that affects only the following test.
d63a86f8 25830
0d06e24b 25831 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 25832 solaris or linux.
0d06e24b
JM
25833
25834 * gdb.base/selftest.exp: Update to reflect changes to main.c.
25835
dc96c6c7 258362000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 25837
d63a86f8 25838 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
25839 "A syntax error" rather than "A parse error". Accept both.
25840
258412000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
25842
25843 * gdb.base/default.exp: Remove OS dependent string from "target
25844 remote" test.
25845 * gdb.base/help.exp: Same for "help target remote" test.
25846
c3f6f71d
JM
258472000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25848
25849 From Jim Kingdon <kingdon@redhat.com>:
25850
25851 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
25852 prompt (cleanup rather than necessity, but still might keep output
25853 from spilling to next test).
c3f6f71d
JM
25854
258552000-01-02 Fred Fish <fnf@cygnus.com>
25856
25857 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
25858 AIX, which defines them in <sys/types.h>.
25859
ed9a39eb 258601999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 25861
ed9a39eb 25862 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 25863 float" test.
ed9a39eb
JM
25864
258651999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 25866
ed9a39eb 25867 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
25868
25869 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
25870 outermost frame disallowed".
25871
258721999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
25873
25874 * gdb.base/setvar.exp: New tests for setting the value of a struct
25875 with a constant list.
25876
258771999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25878
25879 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
25880 require the user to type a cast before setting the value of a struct.
25881
de57eccd
JM
258821999-12-06 Jim Blandy <jimb@cygnus.com>
25883
25884 * gdb.base/default.exp: Expect the new 'info float' command on
25885 all i386 platforms.
25886
25887 * gdb.threads/linux-dp.exp: Expand our ability to recognize
25888 LinuxThreads libraries that don't support debugging.
25889
c2d11a7d
JM
25890Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25891
25892 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
25893 Change the buffer type to ``unsigned char'' to simplify size
25894 arithmetic.
c2d11a7d
JM
25895
25896 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
25897 stub only handles 400-1 byte packets. Verify that the download
25898 worked.
c2d11a7d
JM
25899
259001999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
25901
25902 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
25903 tests, using UNRESOLVED for the untested cases. Also, does not wait
25904 for a timeout if the prompt was received before a recognizable pattern.
25905
259061999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
25907
25908 * lib/gdb.exp (gdb_expect_list): Fix spelling.
25909
259101999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25911
25912 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 25913 watchpoints.
c2d11a7d
JM
25914
259151999-11-24 Jason Merrill <jason@casey.cygnus.com>
25916
25917 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
25918
25919 * gdb.c++/local.exp: Be more flexible in recognizing local class
25920 name mangling. Don't allow horribly truncated method names.
25921 * gdb.c++/derivation.exp: Expect protected inheritance.
25922 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
25923 * gdb.c++/virtfunc.exp: Likewise.
25924 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
25925 when printing a nested enum.
25926
259271999-11-22 Jim Blandy <jimb@cygnus.com>
25928
25929 * gdb.base/step-test.exp: Properly await GDB's response to setting
25930 a breakpoint on the call to large_struct_by_value.
25931
25932 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
25933 just because we have debug info for the `start' function.
25934
259351999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
25936
25937 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
25938 "Unknown signal" messages, which indicate (on LinuxThreads) that
25939 GDB doesn't know how to debug threads on this system. This is
25940 better than hanging while philosopher 0 dumps chatter into gdb.log.
25941
259421999-11-18 Tom Tromey <tromey@cygnus.com>
25943
25944 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
25945
259461999-11-18 Fred Fish <fnf@cygnus.com>
25947
25948 * gdb.base/coremaker2.c: Add sample program for generating
25949 cores that is more self contained than coremaker.c. Eventually
25950 I'll add more code to this and tie it into the testsuite.
25951
4ce44c66
JM
259521999-11-12 Stan Shebs <shebs@andros.cygnus.com>
25953
25954 * gdb.base/dollar.exp: Remove, now in gdb.hp.
25955
259561999-11-10 Jimmy Guo <guo@cup.hp.com>
25957
25958 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 25959 from $srcdir/lib/.
4ce44c66 25960 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 25961 and gdb.c++/.
4ce44c66
JM
25962
25963 * gdb.c++/derivation.exp: remove redundant get compiler info code.
25964
d63a86f8 25965 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
25966 'continue with watch' test point.
25967
259681999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
25969
25970 Merged from p2linux-990323-branch:
d63a86f8 25971
4ce44c66
JM
25972 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
25973
11cf8741
JM
25974Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
25975
25976 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 25977 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
25978
25979Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
25980
25981 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 25982 gdb_expect_list.
11cf8741
JM
25983
25984Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
25985
25986 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
25987
259881999-11-03 Mark Salter <msalter@cygnus.com>
25989
25990 * gdb.base/break.exp: Fix "stub continue" pattern.
25991
259921999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
25993
25994 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
25995
259961999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
25997
25998 * gdb.base/display.exp ("finish"): Add timeout clause.
25999
26000 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26001 plain prompt clause, so this doesn't have to time out in order to
26002 fail.
26003
26004 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 26005 breakpoint hit messages include an address.
11cf8741
JM
26006
26007 * gdb.base/display.exp: Don't forget to escape parens in regular
26008 expressions. Unix regexp notatation sucks.
26009
260101999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26011
26012 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 26013 order for 'signalled' message.
11cf8741 26014
5c44784c
JM
260151999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26016
26017 From Jimmy Guo <guo@cup.hp.com>:
26018 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
26019 * gdb.base/annota1.c: Add code for tests to work with.
26020
260211999-10-26 Frank Ch. Eigler <fche@cygnus.com>
26022
26023 * gdb.base/remote.exp: New test for remote downloading settings.
26024 * gdb.base/remote.c: New file with large .data.
26025
917317f4
JM
260261999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
26027
26028 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
26029 for LinuxThreads support, merged from the Code Fusion branch.
26030
26031Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
26032
26033 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
26034 containing exp_continue into a while within an expect. Don't
26035 attempt a start more than three times. Check return value from
26036 gdb_load.
d63a86f8 26037
2df3850c
JM
26038Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
26039
26040 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 26041 a pass case.
2df3850c 26042
2acceee2
JM
260431999-10-01 Kevin Buettner <kevinb@cygnus.com>
26044
26045 * gdb.base/break.c (main): Added a statement that we can step
26046 off of.
26047 * gdb.base/break.exp: Added tests for setting a breakpoint
26048 at an offset and stepping onto a breakpoint.
26049
260501999-10-01 Fred Fish <fnf@cygnus.com>
26051
d63a86f8 26052 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
26053 gdb output.
26054
c2c6d25f
JM
260551999-09-18 Jim Blandy <jimb@cris.red-bean.com>
26056
26057 * gdb.base/break.exp: Code locations are in hex, don't forget!
26058 (For HP-UX.)
26059
260601999-09-17 Stan Shebs <shebs@andros.cygnus.com>
26061
26062 * condbreak.exp: Use break.c as test program.
26063 * condbreak.c: Remove, redundant with break.c.
26064
260651999-09-15 Stan Shebs <shebs@andros.cygnus.com>
26066
26067 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 26068 Z-packets if the target needs it.
c2c6d25f
JM
26069
260701999-09-13 James Ingham <jingham@leda.cygnus.com>
26071
26072 * gdb.c++/overload.exp: Added tests for listing overloaded
26073 functions with function pointers in the arg, explicitly calling
26074 out the version you want.
26075
cff3e48b
JM
260761999-09-09 Stan Shebs <shebs@andros.cygnus.com>
26077
26078 * long_long.exp: Add variations of test cases that work for
26079 targets with 16-bit ints and 32-bit doubles.
26080
d4f3574e
SS
260811999-09-08 Stan Shebs <shebs@andros.cygnus.com>
26082
26083 * break.c (main): Compare a possibly-uninitialized argc with an
26084 unlikely value that fits in 16 bits.
26085
260861999-09-07 Stan Shebs <shebs@andros.cygnus.com>
26087
26088 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
26089 0xfeeb, don't want negative numbers if ints are 16 bits.
26090
26091 * lib/gdb.exp (skip_cplus_tests): New proc.
26092 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
26093 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
26094 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
26095 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
26096 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
26097 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
26098 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
26099 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
26100
26101 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
26102
26103Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
26104
26105 * gdb.base/corefile.exp (up): Allow a parameter to appear
26106 in the frame that we're going up to.
26107
26108 From Jim Blandy <jimb@cygnus.com>:
26109
26110 * gdb.base/default.exp (info float): Expect some output now.
26111
26112 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
26113 returning floating-point values to fail on the x86.
26114 * gdb.base/callfwmall.exp (do_function_calls): Same.
26115
26116 * gdb.base/list.exp (test_listsize): Correct expectations for
26117 listing line 1 with listsize 2. Also, listing a single line
26118 works now, as does listing three lines. [Kevin's note: There
26119 were a number of other cases fixed too where the expectations
26120 differed...]
26121
261221999-09-02 Stan Shebs <shebs@andros.cygnus.com>
26123
26124 * gdb.base/selftest.exp: Add case for when version prints as
26125 constant string instead of char pointer.
26126
104c1213
JM
261271999-08-25 Stan Shebs <shebs@andros.cygnus.com>
26128
26129 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 26130 stepping out of main.
104c1213
JM
26131
26132 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
26133 G++ used.
26134
26135 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 26136 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
26137
26138 * gdb.c++/ovldbreak.exp: Update match string in test that
26139 includes a warning of multiple breakpoints.
26140
261411999-08-24 Stan Shebs <shebs@andros.cygnus.com>
26142
26143 * gdb.base/display.exp: Improve precision of step-after-finish
26144 added yesterday.
26145
26146 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 26147 test.
104c1213
JM
26148
26149 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
26150 configs when using G++, not just hppa*.
26151
261521999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26153
26154 * gdb.base/async.c: New file.
26155 * gdb.base/async.exp: New file.
26156
26157Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
26158
26159 * gdb.base/break.exp: Tweak PA specific tests to properly handle
26160 PA64.
26161
53a5351d
JM
26162Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
26163
104c1213
JM
26164 * gdb.base/display.exp: "finish" can leave us mid-line on many
26165 targets, deal with it. Add a small constant to main, instead of
26166 1000 since main+1000 may not be a valid address in the target.
26167
53a5351d
JM
26168 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26169 on hpux11.
26170
26171 * gdb.base/attach.exp: Handle another hpux11 error message variant
26172 when attaching to a process that does not exist.
26173
261741999-08-19 J.T. Conklin <jtc@redback.com>
26175
26176 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 26177 characters in 'continue to 1241' test.
53a5351d
JM
26178
261791999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26180
26181 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26182 stop in print_long_arg_list, define and use a whitespace
26183 variable in print_small_structs test, add an XFAIL for Solaris.
26184 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26185 interested enough to fix.
26186
7be570e7
JM
261871999-08-13 Keith Seitz <keiths@cygnus.com>
26188
26189 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26190 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26191 proc knows about targets other than the natives.
26192 (test_assign): Use "gdb_run_cmd" to "run" the target.
26193 Check that we've actually hit the breakpoint at main.
26194 When we attempt to assign a value to a local variable, check
26195 that the variable is in the current scope, i.e., don't use
26196 a test with an empty result.
26197
26198Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26199
26200 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 26201 command.
7be570e7
JM
26202
262031999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26204
26205 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26206 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26207 gdb.compat, gdb.threads-hp.
26208 gdb.hp/configure, gdb.hp/configure.in: New files.
26209 gdb.hp/Makefile.in: Recurse into new subdirs.
26210 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26211 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26212 in object files.
26213 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26214
96baa820
JM
262151999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26216
26217 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 26218 funky printf, remove a bogus p/a test.
96baa820
JM
26219
262201999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26221
26222 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
26223 connected to the target. This is necessary when running not
26224 natively.
96baa820
JM
26225
262261999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26227
26228 * gdb.base/step-test.exp: Removed some extraneous messages.
26229
26230 * gdb.base/long_long.exp: Don't run memory examination tests
26231 on little-endian targets (they will need a different set of
26232 results to match).
26233
262341999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26235
26236 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26237 until somebody decides to fix GDB.
26238
26239 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 26240 constant as "ULL".
96baa820
JM
26241 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26242 matches for a couple x/2 commands.
26243
a0b3c4fd
JM
262441999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26245
26246 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26247 by merging in ref-types2 tests.
26248 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26249
26250 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26251 * gdb.c++/Makefile.in: Add standard actions.
26252 (EXECUTABLES): Rename from PROGS, update list.
26253 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26254 from gdb.hp.
26255 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26256 foo and bar locals.
26257 * gdb.c++/anon-union.exp: Fix tests to match.
26258 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26259 expect matches to handle output variations.
26260 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26261 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 26262 output, add HP alternatives for new and delete prints.
a0b3c4fd 26263 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 26264 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
26265 * gdb.c++/demangle.exp: Use $style when reporting failure.
26266 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26267 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26268 match alternatives.
26269 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 26270 compilers.
a0b3c4fd
JM
26271 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26272 * gdb.c++/method.exp: Add match alternatives.
26273 * gdb.c++/misc.cc: Add bool types.
26274 * gdb.c++/misc.exp: Add tests for bool types.
26275 * gdb.c++/overload.exp: Add xfails.
26276 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26277 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26278 add some more template parameter tests (only for HP currently).
26279 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26280 * gdb.c++/virtfunc.cc: Add return type and value for main.
26281 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26282 match alternatives.
d63a86f8 26283
a0b3c4fd
JM
262841999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26285
26286 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26287
262881999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26289
26290 * gdb.base/signals.exp: Don't expect getting a backtrace from
26291 within a signal handler to fail on Linux.
26292
262931999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26294
26295 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26296 * lib/gdb.exp: Remove some gratuitious semicolons.
26297 (delete_breakpoints): Increase timeout.
26298 (gdb_expect): Add -notransfer option.
26299 (gdb_test): Use -notransfer option.
26300 (get_compiler_info): Add f77 case.
26301 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 26302 case.
a0b3c4fd
JM
26303 (gdb_preprocess): Call get_compiler.
26304
26305 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26306 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
26307 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26308 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26309 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26310 third arg to gdb_test.
a0b3c4fd
JM
26311 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26312 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 26313 HP-UX xfails, add others.
a0b3c4fd
JM
26314 * gdb.base/completion.exp: Reflect name change of self-test.
26315 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
26316 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
26317 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
26318 HP failure number.
a0b3c4fd
JM
26319 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
26320 useless HP-UX 10.30 references.
26321 * gdb.base/maint.exp: Loosen matches.
26322 * gdb.base/pointers.c (main): Declare more_code.
26323 * gdb.base/pointers.exp: Match on output of a `next'.
26324 * gdb.base/structs.c: Add prototypes.
26325 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
26326 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
26327
263281999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26329
26330 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 26331 command.
a0b3c4fd
JM
26332
263331999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26334
26335 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
26336 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
26337
26338 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
26339 debug info. Deal with lack of signal hanlder info in stack.
26340
a9c64011 26341 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
26342 * gdb.base/annota1.exp: If printf has debug info, deal with it.
26343
5a2468f5
JM
263441999-07-19 Stan Shebs <shebs@andros.cygnus.com>
26345
26346 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 26347 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 26348
adf40b2e
JM
26349Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26350
26351 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 26352 a1-selftest.exp.
adf40b2e
JM
26353 * gdb.base/configure: Re-generate.
26354
263551999-07-12 Stan Shebs <shebs@andros.cygnus.com>
26356
26357 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
26358 in trying to run first and name is too long.
26359
26360 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
26361 pointers2.c and pointers2.exp, respectively.
26362 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
26363 doschk happier.
26364
43e526b9
JM
263651999-07-08 Stan Shebs <shebs@andros.cygnus.com>
26366
26367 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
26368 callfuncs2.c and callfuncs2.exp.
26369
26370 * gdb.base/list.exp: Remove mistaken xfails.
26371 * gdb.base/list0.h: Add optional prototypes.
26372
9846de1b
JM
26373Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26374
a9c64011 26375 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 26376 calling malloc.
a9c64011
AS
26377 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26378 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 26379 use.
9846de1b
JM
26380
263811999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26382
26383 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26384 * gdb.base/annota2.cc, annota2.exp: Move from here.
26385 * gdb.c++/annota2.cc, annota2.exp: To here.
26386 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26387
43ff13b4
JM
26388Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26389
26390 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 26391 a consistent format.
43ff13b4 26392
085dd6e6
JM
263931999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26394
26395 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26396 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26397 HP compilers, also set the globals $true and $false.
26398
26399 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
26400 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26401 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26402 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26403 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26404 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26405 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26406 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26407 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26408 whatis.c} Add C++ compatible function definitions and return
26409 types, add includes for library functions.
085dd6e6
JM
26410 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26411 * gdb.base/step-test.c (myglob): Rename from glob.
26412 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
26413 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26414 files, move here from gdb.hp.
085dd6e6 26415 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
26416 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26417 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26418 Adjust line numbers in regexps.
085dd6e6
JM
26419
26420 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26421 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26422 instead of 0/1.
26423
26424 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26425 foll-vfork.exp: New files, move here from gdb.hp.
26426 * gdb.base/page.exp: New file, test of pagination command.
26427
26428 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26429 recursion test.
26430 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26431
26432 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 26433 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
26434
26435 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 26436 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 26437 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 26438 watchpoint test.
085dd6e6
JM
26439 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26440 them work.
26441 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26442 expressions properly.
26443 * gdb.base/corefile.exp: Loosen the match slightly.
26444 * gdb.base/default.exp: Allow "Error accessing memory" message
26445 also.
26446 * gdb.base/display.exp: Skip over x/0 j if PA64.
26447 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26448 * gdb.base/interrupt.exp: Ditto.
26449 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26450 in use.
26451 * gdb.base/list.exp: Add xfails for HP-UX.
26452 * gdb.base/long_long.exp: Refine some of the numeric matches.
26453 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26454 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26455 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26456 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26457 * gdb.base/ptype.exp: Succeed on more varieties of output.
26458 * gdb.base/scope.exp: Add xfails for HP-UX.
26459 * gdb.base/sect-cmd.exp: Add more cases.
26460 * gdb.base/setvar.exp: Add xfails for HP-UX.
26461 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26462 * gdb.base/signals.exp: Match on void symbolically.
26463 * gdb.base/step-test.exp: Add case for PA64.
26464 * gdb.base/term.exp: Add exit and restart.
26465 * gdb.base/twice.exp: Clean up after self.
26466 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26467 * gdb.base/whatis.exp: Allow more ways to pass tests.
26468
26469 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 26470 no longer useful.
085dd6e6
JM
26471
26472Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26473
26474 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 26475 list of patterns.
085dd6e6 26476 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
26477 print_double_array(double_array)", "continuing to breakpoint
26478 1018", "print print_double_array(array_d)" and "continuing to
26479 1034" tests.
d63a86f8 26480
085dd6e6
JM
264811999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26482
a9c64011 26483 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
26484
264851999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26486
26487 * config/mt-*: Remove, these haven't been used since 1996.
26488
264891999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26490
26491 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 26492 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
26493 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26494
9e0b60a8
JM
264951999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26496
26497 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26498 simpler match case for the ptype of the big class.
26499
265001999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26501
26502 * gdb.exp: Fix test for gdb_prompt existence.
26503
265041999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26505
26506 * gdb.exp (gdb_test): Add fail after calls to perror.
26507
265081999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26509
26510 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26511
265121999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26513
26514 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26515
0f71a2f6
JM
26516Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26517
26518 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 26519 malloc() is linked in.
0f71a2f6
JM
26520
265211999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26522
26523 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26524 step at end.
26525
26526 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26527
265281999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26529
26530 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26531
cce74817
JM
26532Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26533
26534 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26535 * gdb.base/mips_pro.exp: Likewise.
26536
265371999-06-02 Keith Seitz <keiths@cygnus.com>
26538
26539 * gdb.c++/templates.cc: Change all "new" operators to throw
26540 an exception.
26541 * gdb.c++/cplusfuncs.cc: Likewise.
26542
26543 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26544
26545Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26546
26547 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
26548 * gdb.base/ending-run.exp: When stepping out of main, accept a
26549 step into an arbitrary assembler file.
cce74817 26550
392a587b
JM
265511999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26552
d63a86f8 26553 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 26554 "breakpoint-invalid" to be printed.
6fdff2c5
PA
26555 * gdb.base/annota2.exp: Revise line number for main
26556 breakpoint. Allow any number of "frames-invalid" and
26557 "breakpoint-invalid" to be printed.
392a587b
JM
26558 * gdb.base/annota2.cc: Initialize a.x to 0.
26559
9e086581
JM
265601999-05-17 Keith Seitz <keiths@cygnus.com>
26561
6fdff2c5
PA
26562 * gdb.base/call-ar-st.exp: Skip
26563 "print print_double_array (double_array)" when "skip_float_tests" set.
26564 Ditto for "print print_double_array(array_d)",
26565 "print print_small_structs", "print print_ten_doubles", and
26566 "step into print_long_arg_list".
26567 Don't assume we can step into "print_long_arg_list": we could step
26568 into memcpy.
26569 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26570 "skip_float_tests" is set: "print print_one_double(*d1)"
26571 and "print print_two_floats(*f3)".
9e086581
JM
26572 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26573 "skip_float_tests" is set.
6fdff2c5
PA
26574 * gdb.base/varargs.exp: Skip
26575 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26576 "skip_float_tests" set.
d63a86f8 26577
cd0fc7c3
SS
265781999-05-06 Keith Seitz <keiths@cygnus.com>
26579
26580 * gdb.base/annota2.cc: Include stdio.h.
26581
26582Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26583
26584 * gdb.base/crossload.exp: Remove, this has been disabled ever
26585 since BFD stopped including all targets, and cross-GDB gets
26586 plenty of testing anyway.
26587 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
26588 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26589 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
26590 * gdb.base/README: Remove, was doc for this.
26591 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 26592 needed.
cd0fc7c3 26593
b83266a0
SS
265941999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26595
26596 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26597 output.
26598
26599 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26600 * gdb.base/annota2.exp: New file. More annotation tests.
26601 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26602 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26603
266041999-04-23 Angela Marie Thomas <angela@cygnus.com>
26605
26606 * config/cfdbug.exp: New file.
26607
7a292a7a
SS
266081999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26609
26610 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26611 Marcus Daniel's and Dale Hawkins's demangler crashes.
26612
26613 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
26614 test_lucid_style_demangling, test_arm_style_demangling,
26615 test_hp_style_demangling): Try Tom Tromey's core-dumping
26616 identifier under each demangling style.
7a292a7a
SS
26617
266181999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26619
26620 * gdb.c++/demangle.exp: Include the current demangling style
26621 in all test names.
26622 (current_demangling_style): New global variable.
26623 (set_demangling_style, test_demangling_core, test_demangling,
26624 test_demangling_exact): New functions.
26625 (test_gnu_style_demangling, test_lucid_style_demangling,
26626 test_arm_style_demangling, test_hp_style_demangling): Use those,
26627 instead of calling gdb_test and gdb_test_exact directly.
26628 (catch_demangling_errors): New function, which reports errors
26629 signalled by the demangling test functions in an orderly way.
26630 (do_tests): Use catch_demangling_errors.
26631
266321999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26633
26634 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 26635 grouping in expressions, not {}.
7a292a7a
SS
26636
26637 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 26638 initialized yet.
7a292a7a
SS
26639
266401999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26641
26642 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26643 are listed.
26644
266451999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26646
26647 * gdb.stabs/weird.exp: Test for CC being defined before
26648 looking at its value.
26649
266501999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26651
26652 * gdb.base/call-ar-st.exp: Remove stray '#'.
26653 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26654 "short int" and "long int".
26655 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 26656 change, to mollify finicky HP compiler.
7a292a7a
SS
26657 * gdb.hp/reg-test.exp (testfile): Fix file name.
26658 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 26659
7a292a7a
SS
26660 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26661 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26662 alternate form of enum ptype.
26663
c906108c
SS
266641999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26665
7a292a7a
SS
26666 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26667 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
26668 passing skip_hp_tests, so as not to waste time on guaranteed
26669 failure.
7a292a7a 26670
c906108c
SS
26671 * gdb.c++/overload.cc: Pass string instead of char addr, always
26672 init ccpfoo.
26673 * gdb.c++/templates.cc: Fix syntax error.
26674
7a292a7a
SS
26675Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26676
26677 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 26678 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
26679 command.
26680
266811999-03-18 James Ingham <jingham@cygnus.com>
26682
26683 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26684
26685 * gdb.c++/method.exp: It was testing an uninitialized int on the
26686 stack and assuming it was positive.
26687
26688 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26689
26690 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 26691 keep it from killing the rest of the tests.
7a292a7a
SS
26692 Use gdb_continue_to_end.
26693
26694 * gdb.base/sigall.exp: use gdb_continue_to_end.
26695
26696 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26697
26698 * gdb.base/display.exp: use runto_main, not run.
26699
d63a86f8
RM
26700 * gdb.base/default.exp: Check for the current error message in the
26701 r abbreviation test.
7a292a7a
SS
26702 Add strongarm to the targets that know info float.
26703
d63a86f8 26704 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
26705 run which doesn't work with monitors.
26706
6fdff2c5
PA
26707 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26708 1034 test.
7a292a7a
SS
26709
26710 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26711
6fdff2c5
PA
26712 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26713 end of a program. Traps the case (in Cygmon) when the program
26714 never really exits. Same as Mark's continue_to_exit, but I had
26715 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
26716
26717 * config/monitor.exp (gdb_target_monitor): added another
26718 target_info parameter: remotebinarydownload. This will set the
26719 remotebinarydownload flag if this is causing some boards trouble.
26720
267211999-03-18 Mark Salter <msalter@cygnus.com>
26722
26723 * lib/gdb.exp (continue_to_exit): New function.
26724
26725 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26726 * gdb.base/ending-run.exp: Ditto.
26727 * gdb.base/step-test.exp: Ditto.
26728
267291999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26730
26731 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26732 (suggested by Art Haas <ahaas@neosoft.com>).
26733
267341999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26735
889bf7c5 26736 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
26737
26738Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
26739
26740 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 26741 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
26742
267431999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
26744
26745 * gdb.base/call-strs.exp: Don't assume that `step' will step over
26746 a call to strlen; sometimes we do have sources.
26747
267481999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
26749
26750 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 26751 character, so GDB won't print garbage after its end.
d63a86f8 26752
c906108c
SS
26753 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
26754 breakpoint there instead. Sometimes GCC emits memcpy to handle
26755 the large structures being passed by value, so we step into that
26756 instead of sum_array_print, which obscures what we're really testing.
26757 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
26758 the bizarre steps into memcpy, so do that here. Add check for
26759 stepping into function calls that pass large structures by value.
26760 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
26761 Remove all references to specific line numbers.
26762 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
26763 New type and function.
26764 (main): Call large_struct_by_value, passing it a large struct by value.
26765 * lib/gdb.exp (gdb_get_line_number): New function.
26766
26767 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
26768 more portable.
26769
7a292a7a
SS
267701999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26771
c906108c
SS
26772 * lib/gdb.exp: Doc fixes.
26773
7a292a7a
SS
267741999-03-05 Nick Clifton <nickc@cygnus.com>
26775
d63a86f8 26776 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
26777
267781999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
26779
c906108c 26780 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
26781 commands. They're not germane to this test, and they don't work
26782 that way on remote targets.
c906108c 26783
3fc11d3e
JM
267841999-03-01 James Ingham <jingham@cygnus.com>
26785
26786 * Changelog entries merged over from gdb development branch.
26787
3fc11d3e
JM
26788 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
26789
26790 * lib/gdb.exp (gdbtk_analyze_results): Generic function
26791 for outputting results of test run.
26792
2d4a1622 26793 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
26794
26795 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 26796
7a292a7a
SS
267971999-02-25 Felix Lee <flee@cygnus.com>
26798
26799 * lib/gdb.exp (debug_format): initialize
26800
c906108c
SS
268011999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
26802
26803 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
26804 * gdb.base/call-rt-st.c: Ditto.
26805
c906108c
SS
268061999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
26807
26808 * gdb.threads/pthreads.exp (horiz): New variable.
26809 (test_startup): Fix regexps that capture thread numbers.
26810
268111999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
26812
26813 * gdb.base/smoke.exp: Disambiguate two test case names (both
26814 called ``print'').
26815
26816Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26817
26818 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 26819 compilation.
c906108c
SS
26820
268211999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26822
26823 * gdb.base/miscexprs.exp: Change patterns to match GDB's
26824 actual output formatting.
26825 * gdb.base/smoke.exp: GDB removes leading 0's.
26826 * gdb.base/volatile.exp: Don't check type of remuneration;
26827 that variable is no longer defined in constvars.c.
26828 * gdb.base/step-test.c (main): Exit with explicit exit code.
26829 * gdb.base/step-test.exp: Remove two nexti checks--they are
26830 not portable.
26831
268321999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26833
26834 * gdb.base/help.exp ("help delete display"): Fix test to match
26835 gdb's output.
26836
26837 * gdb.base/long_long.c (known_types): Initialize values to zero.
26838 * gdb.base/long_long.exp: Step one more line
26839 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
26840 leading zeros. Explicitly ask for hex formatting. Use
26841 unique test case names.
c906108c
SS
26842
26843Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26844
d63a86f8 26845 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
26846
26847 * gdb.c++/method.exp: Add missing close brace.
26848
268491999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
26850
26851 * gdb.base/maint.exp: Use 'set height 0' to disable page
26852 prompting, not 'set height 400'.
26853
26854 Fix a bunch of timeouts.
26855 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
26856 four separate tests, so expect doesn't take forever to match a ton
26857 of text against a regexp with lots of .* forms.
26858 ("maint print psymbols", "maint print symbols"): Make some of
26859 these greps more selective, so that expect doesn't try to wade
26860 through huge piles of output and time out.
26861
26862 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
26863
26864 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
26865 tests: one which doesn't expect shlib events to be reported, and
26866 another which does, but is XFAIL for all platforms other than
26867 HP/UX.
c906108c
SS
26868
26869 * gdb.base/break.exp: Teach the test suite that the `catch
26870 fork', `catch vfork', and `catch exec' commands produce error
26871 messages on platforms that don't provide these features.
26872
26873Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26874
26875 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
26876 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
26877 (shortening names from solib_threshold.exp etc), won't run on
26878 anything but HP-UX for the foreseeable future.
c906108c 26879 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 26880 reflect move.
c906108c
SS
26881
26882Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
26883
26884 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 26885 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
26886
26887Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
26888
26889 * gdb.base/shlib-call.exp: add test cases to verify that gdb
26890 successfully re-sets breakpoints in shared libraries.
26891 * gdb.base/shmain.c (main): return 0, don't fall off the end.
26892
26893Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26894
d63a86f8
RM
26895 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
26896 and compiled w/o GCC.
c906108c
SS
26897
26898 * gdb.hp/watch-cmd.exp: ditto.
26899
26900 * gdb.hp/watch-hp.exp: ditto.
26901
26902 * gdb.hp/xdb1.exp: ditto.
26903
26904 * gdb.hp/xdb2.exp: ditto.
26905
26906 * gdb.hp/dbx.exp: ditto.
26907
26908Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
26909
26910 * constvars.c: Remove C++-isms.
26911 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 26912 with GCC.
c906108c
SS
26913
26914Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
26915
26916 The following changes are part of the HP merge.
26917
26918 * gdb.base/break.exp: new tests to verify that catchpoints for
26919 fork, vfork, and exec don't trigger inappropriately.
26920
26921 * gdb.base/opaque.exp: compile one file at a time, then link.
26922
26923 * gdb.base/signals.exp: be more restrictive about which hppa
26924 systems receive a setup_xfail. new tests.
26925
26926 * gdb.base/solib_threshold.build: new file.
26927 * gdb.base/solib_threshold.exp: new file.
26928 * gdb.base/solib_threshold.link_opts: new file.
26929 * gdb.base/solib_threshold.mk: new file.
26930 * gdb.base/gen_solib_threshold.c: new file.
26931
26932 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
26933 tests. New tests for enums inside classes.
26934
26935 * gdb.c++/compiler.cc: indicate support of template debugging.
26936
26937 * gdb.c++/demangle.exp: run hp style demangling tests.
26938
26939 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
26940 tests.
26941
26942 * gdb.c++/misc.cc: changes to support new tests.
26943
26944 * gdb.c++/templates.cc: changes to support HP's compiler; changes
26945 to support new tests.
26946
26947 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
26948 gcc, then skip these tests.
26949
26950Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
26951
26952 The following files are part of the HP merge; some had longer
26953 names at HP, but have been renamed to be no more than 14
26954 characters in length.
26955
26956 * gdb.hp/ambiguous.cc: new file.
26957 * gdb.hp/ambiguous.exp: new file.
26958 * gdb.hp/attach.exp: new file.
26959 * gdb.hp/attach2.exp: new file.
26960 * gdb.hp/classes-hp.exp: new file.
26961 * gdb.hp/ctti.exp: new file.
26962 * gdb.hp/ctti-add.cc: new file.
26963 * gdb.hp/ctti-add1.cc: new file.
26964 * gdb.hp/ctti-add2.cc: new file.
26965 * gdb.hp/ctti-add3.cc: new file.
26966 * gdb.hp/dbx.exp: new file.
26967 * gdb.hp/exception.cc: new file.
26968 * gdb.hp/exception.exp: new file.
26969 * gdb.hp/foll-exec.c: new file.
26970 * gdb.hp/foll-exec.exp: new file.
26971 * gdb.hp/foll-fork.c: new file.
26972 * gdb.hp/foll-fork.exp: new file.
26973 * gdb.hp/foll-vfork.c: new file.
26974 * gdb.hp/foll-vfork.exp: new file.
26975 * gdb.hp/inherit-hp.exp: new file.
26976 * gdb.hp/more-steps.exp: new file.
26977 * gdb.hp/namespace.cc: new file.
26978 * gdb.hp/namespace.exp: new file.
26979 * gdb.hp/optimize.exp: new file.
26980 * gdb.hp/pxdb.c: new file.
26981 * gdb.hp/pxdb.exp: new file.
26982 * gdb.hp/quicksort.exp: new file.
26983 * gdb.hp/reg-test.exp: new file.
26984 * gdb.hp/reg-test.s: new file.
26985 * gdb.hp/sized-enum.c: new file.
26986 * gdb.hp/sized-enum.exp: new file.
26987 * gdb.hp/start-stop.exp: new file.
26988 * gdb.hp/templ-hp.cc: new file.
26989 * gdb.hp/templ-hp.exp: new file.
26990 * gdb.hp/thr-lib.c: new file.
26991 * gdb.hp/thr-lib.exp: new file.
26992 * gdb.hp/thr-lib.h: new file.
26993 * gdb.hp/thr-liblib.c: new file.
26994 * gdb.hp/virtfun-hp.c: new file.
26995 * gdb.hp/virtfun-hp.exp: new file.
26996 * gdb.hp/watch-cmd.exp: new file.
26997 * gdb.hp/watch-hp.exp: new file.
26998 * gdb.hp/xdb1.exp: new file.
26999 * gdb.hp/xdb2.exp: new file.
27000 * gdb.hp/xdb3.exp: new file.
27001
27002Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27003
27004 The following files are part of the HP merge; some had longer
27005 names at HP, but have been renamed to be no more than 14
27006 characters in length.
27007
27008 * gdb.base/ss.h: new file.
27009 * gdb.base/call-ar-st.c: new file.
27010 * gdb.base/call-ar-st.exp: new file.
27011 * gdb.base/call-rt-st.c: new file.
27012 * gdb.base/call-rt-st-exp: new file.
27013 * gdb.base/call-strs.exp: new file.
27014 * gdb.base/ena-dis-br.exp: new file.
27015 * gdb.base/environ.exp: new file.
27016 * gdb.base/long_long.exp: new file.
27017 * gdb.base/sect-cmd.exp: new file.
27018 * gdb.base/shlib-cl2.exp: new file.
27019 * gdb.base/smoke.exp: new file.
27020 * gdb.base/so-impl-ld.c: new file.
27021 * gdb.base/so-impl-ld.exp: new file.
27022 * gdb.base/so-indr-cl.c: new file.
27023 * gdb.base/so-indr-cl.exp: new file.
27024 * gdb.base/varargs.exp: new file.
27025 * gdb.base/volatile.exp: new file.
27026 * gdb.base/whatis-exp.exp: new file.
7a292a7a 27027 * gdb.base/display.exp: new file.
c906108c
SS
27028 * gdb.c++/derivation.exp: new file.
27029 * gdb.c++/local.exp: new file.
27030 * gdb.c++/member-ptr.exp: new file.
27031 * gdb.c++/overload.exp: new file.
27032 * gdb.c++/ovldbreak.exp: new file.
27033 * gdb.c++/ref-types.exp: new file.
27034 * gdb.c++/ref-types2.exp: new file.
27035 * gdb.c++/userdef.exp: new file.
d63a86f8 27036
c906108c
SS
27037Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
27038
27039 * gdb.base/default.exp: Reflect wording change in remote.c.
27040
dc96c6c7 27041Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27042
27043 * gdb.base/help.exp: Update to reflect current text.
27044
27045Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
27046
27047 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
27048 they're stack variables and contain garbage.
27049 * gdb.c++/anon-union.exp: new file.
27050
27051 The following changes were made by David Taylor
889bf7c5
PA
27052 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27053 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27054 in changes by HP.
c906108c
SS
27055
27056 * gdb.base/bitops.exp: new file.
27057 * gdb.base/default.exp: change expected messages for catch and
27058 info catch tests to reflect HP merge changes.
27059 * gdb.base/enable-disable-break.exp
27060 * gdb.base/ending-run.c: new file.
27061 * gdb.base/long_long.c: new file.
27062 * gdb.base/maint.exp: new file.
27063 * gdb.base/pointers2.exp: new file.
27064 * gdb.base/shlib-call2.exp: new file.
27065 * gdb.base/solib.exp: new file.
27066 * gdb.base/step-test.c: new file.
27067 * gdb.c++/anon-union.cc: new file.
27068 * gdb.c++/local.cc: new file.
27069 * gdb.c++/member-pointer.cc: new file.
27070 * gdb.c++/method.cc: new file.
27071 * gdb.c++/ref-types.cc: new file.
27072 * gdb.c++/ref-types2.cc: new file.
27073 * gdb.c++/userdef.cc: new file.
d63a86f8 27074
c906108c
SS
27075 * gdb.base/scope.exp: compile one file at a time, then link.
27076 * gdb.base/langs.exp: ditto.
27077 * gdb.base/list.exp: ditto.
d63a86f8 27078
c906108c
SS
27079Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
27080
27081 The following changes were made by David Taylor
889bf7c5
PA
27082 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27083 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27084 in changes by HP.
d63a86f8 27085
c906108c
SS
27086 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
27087 skip tests. When compiling pass c++ flag to gdb_compile.
27088 * gdb.c++/
d63a86f8 27089
c906108c
SS
27090 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
27091 test for on hppa*-*-hpux*; use args to see if c++ was specified.
27092 (skip_hp_tests): new function.
27093 (gdb_preprocess): new function.
27094
27095 * configure.in (hpdir): decide whether to configure gdb.hp.
27096 * configure: regenerated.
27097
27098 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
27099 to delete on clean.
27100 (EXECUTABLES): update to reflect new additions.
27101 * gdb.base/commands.exp: update message expected.
27102 * gdb.base/default.exp: add copyright notice.
27103 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
27104 * gdb.base/help.exp: update messages to reflect current text.
27105 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
27106 targets for recurse tests.
27107 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
27108 skip this file.
27109
27110 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
27111 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
27112 compilation.
27113 * gdb.c++/misc.exp: ditto.
27114 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
27115 run the tests. tell gdb_compile that it's a c++ compilation.
27116
27117 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 27118
c906108c
SS
27119 * gdb.base/all-bin.exp: new file.
27120 * gdb.base/arithmet.exp: new file.
27121 * gdb.base/assign.exp: new file.
27122 * gdb.base/completion.exp: new file.
27123 * gdb.base/cond-expr.exp: new file.
27124 * gdb.base/condbreak.exp: new file.
27125 * gdb.base/define.exp: new file.
27126 * gdb.base/dollar.exp: new file.
27127 * gdb.base/environment.exp: new file.
27128 * gdb.base/eval-skip.exp: new file.
27129 * gdb.base/jump.exp: new file.
27130 * gdb.base/logical.exp: new file.
27131 * gdb.base/pointers.exp: new file.
27132 * gdb.base/relational.exp: new file.
27133 * gdb.base/section_command.exp: new file.
27134 * gdb.base/whatis-expr.exp: new file.
27135
27136 * gdb.base/all-types.c: new file.
27137 * gdb.base/call-array-struct.c: new file.
27138 * gdb.base/call-return-struct.c: new file.
27139 * gdb.base/call-strings.c: new file.
27140 * gdb.base/callfuncs2.c: new file.
27141 * gdb.base/condbreak.c: new file.
27142 * gdb.base/constvars.c: new file.
27143 * gdb.base/display.c: new file.
27144 * gdb.base/int-type.c: new file.
27145 * gdb.base/jump.c: new file.
27146 * gdb.base/miscexprs.c: new file.
27147 * gdb.base/pointers.c: new file.
27148 * gdb.base/pointers2.c: new file.
27149 * gdb.base/shmain.c: new file.
27150 * gdb.base/shr1.c: new file.
27151 * gdb.base/shr2.c: new file.
27152 * gdb.base/solib.c: new file.
27153 * gdb.base/solib1.c: new file.
27154 * gdb.base/solib2.c: new file.
27155 * gdb.base/varargs.c: new file.
27156 * gdb.c++/derivation.cc: new file.
27157 * gdb.c++/overload.cc: new file.
27158 * gdb.c++/ovldbreak.cc: new file.
27159 * gdb.hp/attach.c: new file.
27160 * gdb.hp/attach2.c: new file.
27161 * gdb.hp/average.c: new file.
27162 * gdb.hp/compiler.c: new file.
27163 * gdb.hp/compiler.cc: new file.
27164 * gdb.hp/execd-program.c: new file.
27165 * gdb.hp/follow-exec.c: new file.
27166 * gdb.hp/follow-fork.c: new file.
27167 * gdb.hp/follow-vfork-and-exec.c: new file.
27168 * gdb.hp/misc-hp.cc: new file.
27169 * gdb.hp/more-steps.c: new file.
27170 * gdb.hp/optimize.c: new file.
27171 * gdb.hp/quicksort.c: new file.
27172 * gdb.hp/run-hp.c: new file.
27173 * gdb.hp/start-stop.c: new file.
27174 * gdb.hp/sum.c: new file.
27175 * gdb.hp/templates-hp.cc: new file.
27176 * gdb.hp/thread-local-in-lib.c: new file.
27177 * gdb.hp/thread-local-in-lib.h: new file.
27178 * gdb.hp/thread-local-in-lib.lib.c: new file.
27179 * gdb.hp/vforked-program.c: new file.
27180 * gdb.hp/virtfunc-hp.cc: new file.
27181 * gdb.hp/watchpoint-hp.c: new file.
27182 * gdb.hp/xdb.c: new file.
27183 * gdb.hp/xdb0.c: new file.
27184 * gdb.hp/xdb0.h: new file.
27185 * gdb.hp/xdb1.c: new file.
27186
27187Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27188
27189 The following change was made by Edith Epstein
889bf7c5
PA
27190 <eepstein@cygnus.com> as part of a project to merge in changes
27191 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
27192
27193 * gdb.c++/demangle.exp: changed the expected output for some
27194 ARM-style mangling -- removed second reference to datatype.
889bf7c5 27195 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 27196 T1<char>::~T1<char>(void)
c906108c 27197 becomes,
a9c64011
AS
27198 maint demangle __dt__11T1__pt__2_cFv
27199 T1<char>::~T1(void)
c906108c 27200
889bf7c5 27201 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 27202
c906108c
SS
27203Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27204
27205 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27206 * gdb.trace/backtrace.exp: Likewise.
27207 * gdb.trace/circ.exp: Likewise.
27208 * gdb.trace/collection.exp: Likewise.
27209 * gdb.trace/deltrace.exp: Likewise.
27210 * gdb.trace/infotrace.exp: Likewise.
27211 * gdb.trace/limits.exp: Likewise.
27212 * gdb.trace/packetlen.exp: Likewise.
27213 * gdb.trace/passc-dyn.exp: Likewise.
27214 * gdb.trace/passcount.exp: Likewise.
27215 * gdb.trace/report.exp: Likewise.
27216 * gdb.trace/save-trace.exp: Likewise.
27217 * gdb.trace/tfind.exp: Likewise.
27218 * gdb.trace/tracecmd.exp: Likewise.
27219 * gdb.trace/while-dyn.exp: Likewise.
27220 * gdb.trace/while-stepping.exp: Likewise.
27221
272221998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27223
27224 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27225
27226Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27227
27228 From Brendan Kehoe:
27229 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27230 int return types.
27231
27232Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27233
27234 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 27235 remote dos host testing right.
c906108c
SS
27236
27237Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27238
27239 * gdb.base/corefile.exp: remove some xfails.
27240
27241Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27242
27243 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 27244 have different timestamps.
c906108c
SS
27245
27246Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27247
27248 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 27249 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
27250
27251Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27252
27253 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 27254 delta.
c906108c
SS
27255
27256Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27257
27258 * gdb.base/default.exp: Add brace missing from previous delta.
27259
27260Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27261
27262 * gdb.base/default.exp: Support test for info float for all
27263 varieties of arm toolchain.
27264
dc96c6c7 27265Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27266
27267 * gdb.trace/*.exp: remove "remote_download" command.
27268
dc96c6c7 27269Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27270
27271 * gdb.trace/*.exp: remove -gdwarf from compile.
27272
27273Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27274
27275 * gdb.trace/configure.in(AC_INIT): typo
27276 * gdb.trace/configure: regenerated
27277
dc96c6c7 27278Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27279
27280 * config/m68k-emc.exp: New file.
27281 * lib/<emc-support.exp trace-support.exp}: New files.
27282 * configure.in: add new test directory gdb.trace.
27283 * gdb.trace/{configure configure.in Makefile.in}: New files.
27284 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27285 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27286 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27287 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27288 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27289 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27290 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 27291
dc96c6c7 27292Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27293
27294 * gdb.c++/classes.exp: Change all regular expressions to match
27295 arbitrary combinations of newline/carriage-return, so that they
27296 will work equally well on Unix and Windows.
27297 * gdb.c++/inherit.exp: ditto.
27298 * gdb.c++/virtfunc.exp: ditto.
27299
273001998-08-11 Dawn Perchik <dawn@cygnus.com>
27301
27302 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27303
c2d11a7d
JM
27304Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27305
27306 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27307 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27308 to use a0-a3/d0-d3 as needed.
27309
27310Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27311
27312 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27313 * gdb.disasm/am33.exp: Corresponding changes.
27314
c906108c
SS
273151998-07-11 Felix Lee <flee@cygnus.com>
27316
27317 * gdb.base/callfuncs.exp: add cmp10 test.
27318 * gdb.base/callfuncs.c (cmp10): new function.
27319
27320Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
27321
d63a86f8 27322 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
27323 into two parts to get around a synchronization problem in expect.
27324
3fc11d3e
JM
27325Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
27326
27327 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
27328
27329 * configure.in: Add options for gdbtk testsuite.
27330
27331 * configure: Regenerate.
27332
27333 * gdb.gdbtk: New directory to hold gdbtk tests.
27334
c906108c
SS
27335Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27336
27337 * gdb.fortran/types.exp: Escape brackets in expect patterns
27338 for test_float_literal_types_accepted tests.
27339 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
27340 before run test.
27341
c2d11a7d
JM
27342Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
27343
27344 * am33.exp: Just compile, do not link the testcase.
27345 * am33.s: Add ".am33" pseudoop to force am33 mode.
27346
c906108c
SS
273471998-06-25 Felix Lee <flee@cygnus.com>
27348
27349 * gdb.base/setshow.exp: make sure $pc is sane.
27350
27351 * gdb.stabs/weird.exp: split expect patterns properly.
27352
c2d11a7d
JM
27353Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
27354
27355 * gdb.disasm/am33.s: New disassembler testfile for the am33.
27356 * gdb.disasm/am33.exp: Run it.
27357
dc96c6c7 27358Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27359
27360 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
27361 match processing (and eliminate spurious timeouts when running).
27362
dc96c6c7 27363Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27364
27365 * gdb.base/signals.exp (test_handle_all_print): put back Mach
27366 exception test, but conditionalize it on target [mach | gnu].
27367
dc96c6c7 27368Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27369
27370 * gdb.base/overlays.exp: fixup compile line for linker script.
27371
27372Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27373
27374 * gdb.fortran/types.exp: don't guess at float size.
27375
27376Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27377
27378 * gdb.base/exprs.exp: delete test that depends on int size.
27379
27380Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27381
27382 * config/sim.exp: Removed checks for target triplets.
27383 (gdb_target_sim): Use gdb,target_sim_options.
27384
27385Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27386
27387 * gdb.base/reread.exp: New file.
27388 * gdb.base/reread1.c: New file.
27389 * gdb.base/reread2.c: New file.
27390
27391Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27392
27393 * config/sim.exp: Use 'target sim -sparclite' when running
27394 SPARClite programs.
27395
27396Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27397
27398 * gdb.base/structs2.exp: New file.
27399 * gdb.base/structs2.c: New file.
27400
27401Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27402
27403 * gdb.asm/common.inc: New file.
27404 * gdb.asm/d10v.inc: New file.
27405 * asm-source.exp: Pass -I's to gas to find .inc files.
27406 Update line numbers in expected output.
27407 * asmsrc1.s: Rewrite.
27408 * asmsrc2.s: Rewrite.
27409 * configure.in: Create arch.inc symlink.
27410 * configure: Regenerate.
27411 * Makefile.in (distclean): Delete arch.inc.
27412
27413Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27414
27415 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
27416 (t_enum_value2): ditto
27417 (t_enum_value3): ditto
27418 (main): ditto
c906108c
SS
27419Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27420
27421 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27422 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27423 change.
27424 Use gdb_test instead of send_gdb/gdb_expect sequences.
27425
27426Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27427
27428 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27429 not void.
27430
27431Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27432
27433 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
27434 subroutines. Used to test gdbs ability to single step through PC
27435 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
27436
27437Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27438
27439 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27440 more rigorous EGCS C++ error checking.
27441
27442Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27443
a9c64011
AS
27444 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27445 tests.
27446 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27447 function when asleep.
27448 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27449 for i*86 Linux and SVR4 signal handling problems.
27450 Remove linux xfail for `next to handler in signals_tests_1', fixed
27451 by recent infrun.c change.
27452 Limit backtrace to 10 frames to avoid timeout problems with infinite
27453 stack backtraces.
27454 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27455 target.[ch] change.
c906108c
SS
27456
27457Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27458
27459 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27460 for a newline from gdb before continuing.
27461 (default_gdb_exit): Just look for y or n.
27462 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27463 it does, fail the rests of the tests in the file.
27464
27465Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27466
27467 * config/cygmon.exp: New file.
27468
27469Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27470
27471 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 27472 main" test on remote targets.
c906108c
SS
27473
27474 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27475 run test on remote targets.
27476
27477Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27478
27479 * gdb.asm: New directory.
27480 * configure.in: Configure it.
27481 * configure: Regenerate.
27482 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27483 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27484
27485Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27486
27487 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27488
dc96c6c7 27489Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 27490
a9c64011
AS
27491 * gdb.base/overlays (several files): Merge the two overlay
27492 managers into one. Change variables (foox, barx, bazx, grbxx)
27493 back into ints but force them to load in their proper sections.
c906108c
SS
27494
27495Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27496
27497 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 27498 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
27499 (D10VCopy): Handle memory regions crossing 16k boundaries.
27500 (D10VCopy): Transfer data in 32 bit chunks.
27501
27502Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27503
27504 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 27505 correct.
c906108c
SS
27506
27507 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 27508 map. Include space for printf in .text segment.
c906108c
SS
27509
27510 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 27511 updated d10v memory VMA/LMA map.
c906108c 27512 (D10VCopy): Call D10VTranslate.
d63a86f8 27513
c906108c
SS
27514Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27515
27516 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27517
27518 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
27519 that it won't be put into the .sdata - small data -
27520 section. Update reference.
c906108c
SS
27521 * gdb.base/baz.c (bazx, baz): Ditto.
27522 * gdb.base/foo.c (foox, foo): Ditto.
27523 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27524
27525 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 27526 to be arrays.
d63a86f8 27527
dc96c6c7 27528Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 27529
a9c64011
AS
27530 * gdb.base/overlays.exp: fix up and get working again.
27531 Add tests for backtraces from an overlay function.
d63a86f8 27532
c906108c
SS
27533Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27534
27535 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27536 "calling function with watchpoint enabled".
27537
27538Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27539
27540 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 27541 gdb_suppress_tests for d10v-*-*.
c906108c
SS
27542 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27543 pending review of whether it is useful or not.
27544
27545Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27546
27547 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27548
27549Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27550
27551 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27552 * config/dve.exp: New file to support Densan boards.
27553
27554Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27555
27556 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 27557 reads and BSD.
c906108c
SS
27558
27559Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27560
27561 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27562 response.
27563
27564 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27565
27566Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27567
27568 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 27569 test.
c906108c
SS
27570
27571 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 27572 target_sizeof_long and target_bigendian_p.
c906108c 27573 (structs_by_value, structs_by_reference): Check values according
889bf7c5 27574 to targets word size and endianess.
d63a86f8 27575
c906108c
SS
27576Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27577
27578 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 27579 output.
c906108c
SS
27580
27581Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27582
27583 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 27584 Update test of set args help to match source change.
c906108c
SS
27585
27586Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27587
27588 * gdb.base/default.exp: Expect help system output to be in
27589 alphabetical order.
27590 * gdb.base/help.exp: Ditto.
27591
27592Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27593
27594 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27595 "i*86-pc-linux-gnu*".
27596 * gdb.base/interrupt.exp: Ditto.
27597 * gdb.base/corefile.exp: Ditto.
27598
27599 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 27600 define vxworks when building the testcase.
c906108c
SS
27601
27602 * gdb.base/ptype.exp: Fix testnames to be unique.
27603 * gdb.base/radix.exp: Ditto.
27604 * gdb.base/term.exp: Ditto.
27605 * gdb.base/whatis.exp: Ditto.
27606 * gdb.c++/classes.exp: Ditto.
27607
27608Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27609
27610 * gdb.base/callfuncs.exp: Fix indentation.
27611
27612 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27613 suppress_flag has been set.
27614 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27615 target feature.
27616
27617Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27618
27619 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27620 the testcase.
27621
27622 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 27623 set_debug_traps() and breakpoint().
c906108c
SS
27624 * gdb.c++/misc.cc (main): Ditto.
27625 * gdb.c++/templates.cc (main): Ditto.
27626 * gdb.c++/virtfunc.cc (main): Ditto.
27627
27628Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27629
27630 * lib/gdb.exp(gdb_step_for_stub): New function.
27631 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27632 exists, reload the executable and do a "continue" instead of
27633 doing a jump.
27634 (runto_main): Use gdb_step_for_stub.
d63a86f8 27635
c906108c 27636 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 27637 tests to have unique names.
c906108c
SS
27638 * gdb.base/callfuncs.exp: Ditto.
27639 * gdb.base/commands.exp: Ditto.
27640 * gdb.base/default.exp: Ditto.
27641 * gdb.base/help.exp: Ditto.
27642 * gdb.base/list.exp: Ditto.
27643 * gdb.base/opaque.exp: Ditto.
27644 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27645 similar tests.
d63a86f8 27646
c906108c
SS
27647 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27648 * gdb.c++/cplusfuncs.cc: Ditto.
27649 * gdb.c++/virtfunc.cc: Ditto.
27650
27651 * config/monitor.exp: Keep track of the last file we saw, rather
27652 than trying to get the info from gdb.
27653
27654 * gdb.fortran/types.exp: Move comment to previous line.
27655
27656Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27657
27658 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 27659 target mode.
c906108c
SS
27660
27661Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27662
27663 From Bob Manson:
27664 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 27665 string from GDB when it connects.
c906108c
SS
27666
27667 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27668
27669Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27670
27671 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
27672 if we can't get a debug format from GDB (we may be testing an
27673 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
27674
27675 * gdb.stabs/weird.exp: Fix quoting.
27676
27677 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27678
27679Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27680
27681 * config/arm-ice.exp: New file.
27682
27683Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27684
27685 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 27686 until it has been modified to work with the new testsuite.
c906108c 27687
99707966 27688 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
27689 testcase won't compile, cause all of the testcases in the file to
27690 fail instead.
c906108c
SS
27691
27692 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27693 (gdb_clear_suppressed): New procedure.
27694 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27695 it contains a positive value.
27696
27697Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27698
27699 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27700
27701 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27702
27703Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27704
27705 * lib/gdb.exp (setup_xfail_format): New function.
27706 (get_debug_format): New function to get debug format.
27707 (debug_format): New global variable to hold last value set
27708 by get_debug_format.
27709 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 27710 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
27711 * gdb.c++/ptype.exp: Ditto.
27712 * gdb.c++/classes.exp: Ditto.
27713 * gdb.c++/cplusfuncs.exp: Ditto.
27714 * gdb.c++/inherit.exp: Ditto.
27715 * gdb.c++/templates.exp: Ditto.
27716 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 27717
c906108c
SS
27718Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27719
27720 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27721 host doesn't have a currently-open connection.
27722
27723 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
27724 any gdb stub target. Handle cases where gdb doesn't respond when
27725 interrupted in a sane fashion.
c906108c
SS
27726
27727 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 27728 same thing in a totally different way.
c906108c
SS
27729
27730 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 27731 setting "timeout".
c906108c 27732 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 27733 default_gdb_init now.
c906108c
SS
27734
27735Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27736
27737 * gdb.base/printcmds.exp: Fix "check for floating addition"
27738 regexp to accept results within approx +/- .01 of exact value.
27739 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
27740
27741Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
27742
27743 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 27744 properly.
c906108c
SS
27745 (gdb_expect): Add optional timeout parameter, and add timeout
27746 value to various calls.
27747 (gdb_suppress_tests): Only give one warning message per group.
27748
27749Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
27750
27751 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
27752 global variables. Handle getting a value for $timeout more
27753 gracefully.
c906108c
SS
27754
27755Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27756
27757 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 27758 initialize.
c906108c 27759 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 27760 by a target configuration file.
c906108c
SS
27761 (gdb_expect): Pass the timeout to remote_expect.
27762
27763 * config/monitor.exp(gdb_load): Fix typo in regexp.
27764
27765Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
27766
27767 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
27768
27769Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
27770
27771 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
27772 here. Call gdb_target_exec before rebooting the target, to make
27773 sure the connection to the target is closed.
c906108c
SS
27774 (gdb_load): Pass the name of the executable to gdb_target_monitor.
27775 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
27776 Also detect "Timeout reading from remote" error.
27777
27778 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
27779 gdb_target_monitor. Don't call gdb_file_cmd here; let
27780 gdb_target_monitor do it.
c906108c
SS
27781
27782 * gdb.disasm/hppa.exp: Don't use exec_output.
27783
27784Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
27785
27786 * gdb.base/list.exp: If we're debugging a non-native target,
27787 try to set the pc register to point to the start of the
27788 program before doing the first list command.
27789
27790 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 27791 test_calls after restarting.
c906108c
SS
27792
27793 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 27794 reloading.
c906108c
SS
27795
27796 * gdb.base/watchpoint.exp: Fix typo.
27797
27798 * gdb.base/setshow.exp: Check for use_gdb_stub.
27799
27800 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 27801 stub case.
c906108c
SS
27802 * gdb.base/langs.exp: Ditto.
27803
27804 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
27805 gdb_load_offset. If we weren't given a file to load, figure out
27806 what the current file is and use it.
c906108c
SS
27807
27808 * config/i386-bozo.exp: New file.
27809
27810Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
27811
27812 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
27813 feature.
27814
27815 * config/proelf.exp: New entry.
27816
27817Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
27818
27819 * lib/gdb.exp: Remove spurious .* patterns at the beginning
27820 of regexps.
27821
27822 * gdb.base/watchpoint.exp: Don't run the test_stepping
27823 tests if gdb can't call functions on the target.
27824
27825 * gdb.base/setshow.exp: Don't run the set prompt tests if
27826 the board has gdb_prompt set.
27827
27828Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
27829
27830 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
27831 * gdb.base/commands.exp: Likewise.
27832 * gdb.base/setshow.exp: Likewise.
27833
27834Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
27835
27836 * config/monitor.exp(gdb_start): Look for gdb_prompt target
27837 feature.
27838
27839 * config/i960.exp: New file.
27840
27841Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
27842
27843 * gdb.base/funcargs.exp: Check for gdb,short_int target
27844 feature instead of looking for explicit target triplets.
27845
dc96c6c7 27846Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 27847
d63a86f8 27848 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
27849 "p 123DEADBEEF", to check parse_number.
27850 * top.c: change "to enable to enable" to "to enable" in a couple
27851 of help strings.
27852
27853Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
27854
27855 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
27856 on the mn10300.
d63a86f8 27857
c906108c
SS
27858Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
27859
27860 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
27861 where the test executable is run with explicit args.
27862 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
27863
27864Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
27865
27866 * gdb.base/run.c: Use FAKEARGV to build test executable that
27867 does not require a command line arg, since most simulators
27868 don't currently support passing such an arg into the simulated
27869 program.
27870 * gdb.base/commands.exp: Change tests to insert the proper
27871 value as the arg to the first recursive factorial call. Change
27872 compilation line to define FAKEARGV at compile time.
27873
27874Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
27875
27876 * gdb.base/recurse.exp: Enable these tests for the mn10300.
27877 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
27878 function with watchpoint enabled" test.
27879
27880Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
27881
27882 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 27883 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
27884
27885 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 27886 "Tests restarted" messages.
c906108c
SS
27887
27888Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
27889
27890 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
27891
dc96c6c7 27892Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27893
27894 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
27895 for INFO SYMBOL; add help tests for OVERLAY commands.
27896 * gdb.base/default.exp: add tests for INFO SYMBOL command;
27897 add tests for OVERLAY commands
27898 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
27899 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
27900 * gdb.base/sigall.c: add usestubs code frag
27901 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 27902
c906108c
SS
27903Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
27904
27905 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
27906 failures.
27907 (gdb_stop_suppressing_tests): Note that tests have restarted.
27908
27909Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
27910
27911 * config/h8300.exp: New file.
27912
27913Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
27914
27915 * gdb.base/setshow.exp: Check for the existence of a
27916 feature, not its value.
27917
27918Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
27919
27920 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
27921
27922 * gdb.base/scope.exp: It's now init0(), not init().
27923
27924 * gdb.base/scope0.c: For now, change init() to be init0().
27925
27926 * config/monitor.exp: Use gdb_serial in preference to serial
27927 or netport.
27928
27929 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 27930 and it's not already set.
c906108c
SS
27931
27932Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
27933
27934 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 27935 isn't using a stub and if it supports argument passing.
c906108c
SS
27936
27937Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
27938
27939 * config/udi.exp(gdb_start): Make sure UDICONF is set
27940 properly before starting gdb.
27941
27942Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
27943
27944 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
27945 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
27946 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
27947
27948Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
27949
27950 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 27951 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
27952
27953 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
27954
27955 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
27956
27957 * config/monitor.exp: Make sure we disconnect from the target.
27958 Also, try a reboot/reload cycle instead of failing if the
27959 load fails.
27960
27961Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
27962
27963 * gdb.base/default.exp: Don't set match_max.
27964 * gdb.base/help.exp: Ditto.
27965 * gdb.base/list.exp: Ditto.
27966 * gdb.base/signals.exp: Ditto.
27967
27968 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
27969 set, use remote_ld to download the testcase instead of
27970 the GDB loader.
27971
27972Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
27973
27974 * config/vr5000.exp: New file.
27975
27976 * config/monitor.exp(gdb_target_monitor): Add pattern for
27977 "Ending remote" to detect errors in connecting.
27978
27979 * gdb.base/setshow.exp: Add .* within auto language test.
27980
27981 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
27982 target feature.
27983
27984 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 27985 and reboot the board if necessary.
c906108c
SS
27986
27987 * gdb.base/setvar.exp(test_set): Handle multiple prints within
27988 a set of tests. Remove print.* from the patterns being checked.
27989
27990Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
27991
27992 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
27993 refer to gdb_spawn_id.
27994
27995 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
27996 longer used.
27997 * config/sparclet.exp: Ditto.
27998 * config/sparclet-old.exp: Ditto.
27999 * config/slite.exp: Ditto.
28000 * config/sim.exp: Ditto.
28001 * gdb.base/funcargs.exp: Ditto.
28002
28003 * lib/gdb.exp:Remove references to gdb_spawn_id.
28004 (gdb_expect): Move to remote.exp.
28005
28006Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28007
28008 * config/monitor.exp: Detect the "Couldn't establish connection"
28009 message from GDB.
28010
28011Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28012
28013 * gdb.base/bitfields.exp: Use runto instead of explicit
28014 gdb_run_cmd/gdb_expect sequences.
28015
28016 * gdb.base/break.exp(text_next_with_recursion): Add match for
28017 gdb_expect call.
28018
28019 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
28020 We also need to handle the "A program is being debugged already"
28021 prompt from gdb. Use gdb_test to set the baud rate.
28022
28023 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
28024 to 20000. Really. I mean it.
28025
28026Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28027
28028 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
28029 fails. If suppress_flag is set, skip perror message about not
28030 being able to send to GDB.
c906108c 28031 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 28032 GDB.
c906108c
SS
28033 (gdb_expect): If suppress_flag is set, always fail immediately.
28034 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
28035 (gdb_init): Call gdb_stop_suppressing_tests.
28036 (default_gdb_exit): Ditto.
28037 (default_gdb_start): Ditto.
28038
28039 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 28040 gdb_stop_suppressing_tests as appropriate.
c906108c 28041 * gdb.base/break.exp: Ditto.
889bf7c5 28042 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
28043 * gdb.base/commands.exp: Ditto.
28044 * gdb.base/exprs.exp: Ditto.
889bf7c5 28045 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
28046 * gdb.base/list.exp: Ditto.
28047 * gdb.base/recurse.exp: Ditto.
889bf7c5 28048 * gdb.base/scope.exp: Ditto.
c906108c
SS
28049 * gdb.base/structs.exp: Ditto.
28050 * gdb.c++/inherit.exp: Ditto.
28051
28052Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
28053
28054 * config/vr4300.exp: New file.
28055
99707966 28056 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 28057
99707966 28058 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
28059
28060Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
28061
28062 * lib/gdb.exp(gdb_init): New function.
28063
28064 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 28065 for each individual variable set.
c906108c
SS
28066
28067 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
28068 name.
28069
28070 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
28071
28072 * gdb.base/scope.exp: Use gdb_test.
28073
28074 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
28075 aborting; the testsuite driver will do that for us (see
28076 gdb_finish). Also, use gdb_test in a few more places.
28077
28078Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
28079
28080 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
28081
28082Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
28083
28084 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
28085 and "add_tests" are not at the same address.
28086
28087Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
28088
28089 * gdb.base/ptype.exp: Use gdb_test.
28090
28091Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
28092
28093 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
28094 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
28095 left in. No longer expect them to fail.
28096
28097 * gdb.stabs/*.mt; Deleted, no longer used.
28098 * gdb.stabs/configure.in: Remove references to target makefile
28099 frags.
28100 * gdb.stabs/configure: Rebuilt.
28101
28102 * gdb.disasm/*.mt: Deleted, no longer used.
28103 * gdb.disasm/configure.in: Remove references to target makefile
28104 frags. Use "sh3.s" as the unique filename for this directory.
28105 * gdb.disasm/configure: Rebuilt.
28106
28107 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
28108 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
28109 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
28110
28111Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
28112
28113 * config/udi.exp: Use mondfe,name instead of remote_host.
28114
28115Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
28116
28117 * gdb.base/watchpoint.exp: Don't expect a failure when calling
28118 a function with a watchpoint enabled on the mn10200.
28119
28120 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
28121 before trying to create it!
28122
28123Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
28124
28125 * config/vx.exp: Use hostname instead of netport.
28126
28127 * config/vxworks.exp: New file.
28128
28129 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
28130
28131 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 28132 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
28133 occurs.
28134
28135 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
28136 $gdb_spawn_id directly.
28137 (gdb_run_cmd): Try _start as well as start. Use the target feature
28138 gdb,start_symbol as the symbol to start from when jumping.
28139
28140Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
28141
28142 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
28143 redundant) test.
28144
28145 * gdb.base/recurse.exp: Relax final value test for 'b' so that
28146 it doesn't lose for 16bit integer systems.
28147
28148Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
28149
28150 * gdb.fortran/types.exp: If the target doesn't support "double"
28151 data types, then expect "real" types to only be 4 bytes.
28152
28153 * gdb.c++/virtfunc.exp: Expect failure for virtual function
28154 call tests if the target doesn't support inferior function calls.
28155
28156 * gdb.base/printcmds.exp: Allow minor deviation in FP values
28157 in printf tests.
28158
28159Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
28160
28161 * gdb.base/help.exp: Disable "help set", "help show", and
28162 "help support". Simplify regexp for "help stack".
28163
28164 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28165 to 60 seconds. Temporarily set match_max to 15000 around the
28166 "info copying" test.
28167
28168 * gdb.base/nodebug.exp: Don't try to do an inferior function
28169 call if the target doesn't support them.
28170 * gdb.base/printcmds.exp: Likewise.
28171 * gdb.base/setvar.exp: Likewise.
28172 * gdb.base/structs.exp: Likewise.
28173 * gdb.c++/templates.exp: Likewise.
28174 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28175
28176 * gdb.base/recurse.exp: Enable for the mn10200.
28177
28178 * configure.in: Do configure gdb.stabs directory for *-*-elf
28179 targets.
28180 * configure: Rebuilt.
28181
28182 * gdb.base/break.exp: Check for gdb,noresults before testing
28183 exit status and/or results from the target.
28184 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28185 * lib/gdb.exp: Remove old (now bogus) initialization of
28186 noinferior, noargs, noresults and nosignals.
28187
28188Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28189
28190 * config/sh.exp: New file.
28191
28192 * config/slite.exp: Try to connect multiple times to the board
28193 before rebooting. Only send a "monitor run" if need_monitor_run
28194 is set.
28195
28196 * gdb.base/break.exp: Don't do the "stub continue" test if
28197 the target has gdb_stub set.
28198
28199 * gdb.base/callfuncs.exp: Increase the timeout.
28200
28201 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28202 if the target has gdb,noinferiorio set.
28203
28204 * gdb.base/list.exp: Increase match_max to 10000 characters.
28205
28206 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28207
28208 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28209 target.
28210
28211 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28212
28213Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28214
28215 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
28216 trying to delete the copy of gdb. Catch the file delete so we
28217 don't die if the delete fails; also, the file should be copied to
28218 the host, not to the build.
c906108c
SS
28219
28220Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28221
28222 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 28223 parenthesis in case it contains multiple regexps separated
c906108c
SS
28224 with |.
28225
28226 * gdb.base/watchpoint.exp: Use gdb_test.
28227 * gdb.base/default.exp: Ditto.
28228
28229Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28230
99707966 28231 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 28232
c906108c
SS
28233 * gdb.base/scope.exp: Use gdb_test.
28234 * gdb.c++/classes.exp: Ditto.
28235 * gdb.c++/inherit.exp: Ditto.
28236
28237Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28238
28239 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28240 remote_exec instead.
28241 * gdb.base/corefile.exp: Don't be ridiculous.
28242 * gdb.base/*.c: Add missing stub invocations.
28243
28244Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28245
28246 * config/slite.exp: Miscellaneous fixes.
28247
28248 * lib/gdb.exp: Fix runto.
28249
28250 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28251 the target.
28252
28253 * gdb.base/watchpoint.exp: Fix regexp.
28254
28255 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28256 close and wait commands, as the descriptor may now be
28257 invalid. Always call "remote_close host".
28258
28259Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28260
28261 Major rewrite for testsuite revision.
d63a86f8 28262
c906108c
SS
28263 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28264 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28265 instead of relying on spawn_id to always contain a valid
28266 spawn id.
28267 (get_compiler_info): New procedure to build the ${binfile}.ci
28268 file, instead of replicating this in N different places.
28269 (gdb_compile): New procedure.
d63a86f8 28270
c906108c 28271 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
28272 appropriate arguments) instead of compile. Use gdb_test in a lot
28273 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
28274 at the start of a testcase, as this is no longer done magically.
28275
28276 config/*-gdb.exp: Rename without the -gdb suffix.
28277
28278 config/mips.exp: Use remote_close instead of exit_remote_shell.
28279 config/monitor.exp: Use target_info instead of looking at
28280 baud, timeout, etc.
28281 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28282
28283Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28284
28285 * gdb.c++/templates.exp (test_ptype_of_templates),
28286 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28287 Update expect patterns for destructors and assignment operators
28288 to match corresponding c-typeprint.c changes.
28289 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28290 to destructor breakpoint test, GDB should be able to set the
28291 destructor breakpoint without specifying arguments.
28292
28293Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28294
28295 * gdb.threads/pthreads.exp: Change result for failure to compile due
28296 to lack of pthreads runtime support from an error to simply an
28297 unsupported test, per dejagnu standards.
28298
28299Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28300
28301 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28302 where GDB exits to reduce pattern match time.
28303 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28304
28305 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28306
dc96c6c7 28307Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28308
28309 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28310 * gdb.base/default.exp: ditto.
28311 * gdb.base/nodebug.exp: ditto.
28312 * gdb.base/printcmds.exp: ditto.
28313 * gdb.base/ptype.exp: ditto.
28314 * gdb.base/setvar.exp: ditto.
28315 * gdb.base/structs.exp: ditto.
28316 * gdb.base/setshow.c: Guard against uninitialized values of argc.
28317
28318Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
28319
28320 * configure, */configure: Rebuild with autoconf 2.12.
28321
28322Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
28323
28324 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
28325 use new i*86-pc-linux*-gnu quads.
28326 * gdb.base/corefile.exp: Ditto.
28327 * gdb.base/signals.exp: Ditto.
28328 * gdb.base/sigall.exp: Ditto.
28329 * gdb.base/interrupt.exp: Ditto.
28330
28331 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
28332 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
28333 RedHat 4.0.
d63a86f8 28334
c906108c 28335 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
28336 linux. This allows the test case to at least compile on latest
28337 linux, but still not run due to missing the threads runtime library.
c906108c
SS
28338
28339Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28340
28341 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
28342 directory to search gdb directory. Accept and step over conditional
28343 stack alignment code. Consume $prompt in failure cases.
28344 Reset timeout to $oldtimeout instead of some arbitrary value.
28345 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
28346 timeout problems with infinite stack backtraces.
28347 * gdb.base/ptype.exp (ptype struct link, union tu_link):
28348 Accept function parameters for linkfunc member.
28349
28350Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
28351
28352 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
28353 (CXXFLAGS): Remove, unreferenced.
28354 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
28355 previous -B options and also add -B option to pick up cross compiled
28356 runtime.
c906108c
SS
28357 (TARGET_INCLUDES): Add for -I options and add code to initialize when
28358 doing cross compiles.
28359 (target_alias): Declare global.
28360 (xgcc): Set variable to full path of gcc in build tree. Use findfile
28361 to verify that gcc exists in build tree, and if so set CC to that
28362 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 28363
c906108c
SS
28364Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
28365
28366 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
28367 ptype test for anonymous union. Fixup testcase to match
28368 current gcc debug output.
28369
28370Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
28371
28372 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28373 force argument to an unsigned long type.
28374
28375Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28376
28377 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 28378 tests and anonymous union print/ptype tests.
c906108c
SS
28379 * gdb.base/list.exp (test_forward-search): Increase timeout by
28380 5 minutes for the "search extremely long line" case.
28381 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28382 completely optional and that the pass/fail messages use the command as
28383 the message if that third arg is a null string.
28384 (gdb_test_exact): Arrange that a null string pattern means match a
28385 null string output rather than any output, which might include random
889bf7c5 28386 errors.
c906108c
SS
28387 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28388 backtrace test.
28389 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28390 always failing and failure is now exposed by gdb.exp changes.
28391
28392Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28393
28394 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28395 weren't being noted.
28396
28397Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28398
28399 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28400 * gdb.stabs/weird.exp: Remove v_comb xfails.
28401
dc96c6c7 28402Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28403
28404 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 28405 list.exp scope.exp watchpoint.exp]
c906108c 28406 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 28407
dc96c6c7 28408Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28409
28410 * config/monitor.exp: Increase download timeout to 1000 seconds.
28411
dc96c6c7 28412Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28413
28414 * config/m32r.exp: Increase timeout to 120 seconds.
28415
28416Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28417
28418 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28419 and accept older ordering as obsolescent gcc or gdb.
28420 * gdb.c++/templates.exp: Ditto.
28421 * gdb.c++/virtfunc.exp: Ditto.
28422
28423Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28424
28425 * gdb.base/coremaker.c: Add code to mmap some data so we
28426 can check that it ends up in the core file.
28427 * gdb.base/corefile.exp: Add test to read mmapped data
28428 from core file.
28429
dc96c6c7 28430Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28431
28432 * config/m32r.exp: New file.
28433
28434Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28435
28436 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28437 that cflags can contains -gstabs, and work correctly for other tests.
28438
dc96c6c7 28439Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28440
28441 * gdb.base/setshow.exp: New file, tests show and set.
28442 * gdb.base/setshow.c: New file, tests show and set.
28443 * gdb.base/help.exp: Add test for help set|show annotate.
28444 * gdb.base/default.exp: Add test for set|show annotate.
28445
28446Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28447
28448 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28449 errors unique.
28450 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28451 explicitly.
28452
28453Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28454
28455 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28456 and width commands. This is done elsewhere.
28457 * (gdb_start): Don't call gdb_start_sim here. That's already
28458 done in gdb_load. This fixes lots of failures in default.exp.
28459
28460Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28461
28462 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28463 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28464 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28465 in the same we we treat other failures (since it may be an expected
889bf7c5 28466 condition), rather than as an error.
c906108c
SS
28467 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28468 old test format.
28469
28470Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28471
28472 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28473 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 28474 twice. Nuke the duplicates.
c906108c 28475 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 28476 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
28477 Remove config.h along with other config files.
28478
28479Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28480
28481 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28482 "p func1 ()" and note that rests of tests are skipped.
28483 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 28484 setup_xfails for "print func2::coremaker_local".
c906108c
SS
28485 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28486 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28487 affected by the previous run test.
28488 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28489 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28490 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28491 "pass int powerset tuple" and "pass modeless int powerset tuple".
28492 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28493 "real write 4" and "real write 8".
28494 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 28495 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
28496 "print \$i after tuple assign 2", and
28497 "print vs2 after tuple assign 2".
28498 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28499 meaningful error message and return -1 so the caller can
28500 suppress further tests and avoid a cascade of errors.
d63a86f8 28501
c906108c
SS
28502Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28503
28504 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28505 format for printing version.
28506 * gdb.base/default.exp: Ditto.
28507 * gdb.base/interrupt.exp: Fix problem with cascade of
28508 errors if child process dies while calling a function.
d63a86f8 28509
c906108c
SS
28510Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28511
28512 * Makefile.in (VPATH): Add
28513 * Makefile.in (Makefile, config.status): Fix rules so things get
28514 remade when necessary.
28515
28516Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28517
28518 * Makefile.in (just-check): Add path to sibling expect dir
28519 to environment variable specified by RPATH_ENVVAR.
28520
28521Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28522
28523 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28524 (just-check): Add shared library paths for libstdc++, tk,
28525 tcl, bfd, and opcodes to the environment variable specified
28526 in RPATH_ENVVAR.
28527 * configure.in: Add support to recognize --enable-shared flag
28528 and generate correct value for RPATH_ENVVAR.
28529 * configure: Regenerated with autoconf.
28530
28531Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28532
28533 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 28534 include all osf versions.
c906108c
SS
28535 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28536 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28537 when target is linux. When failing to build pthreads test
28538 executable, give more meaningful message.
28539 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28540 arg for pthread_create.
d63a86f8 28541
c906108c
SS
28542Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28543
28544 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 28545 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 28546 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 28547 and -lpthreads (everybody else).
c906108c
SS
28548 (test_startup): Fail gracefully if threads are not supported.
28549 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28550 "p/c array_index("abcdef",2)" when not gcc compiled.
28551 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28552 "print func2::coremaker_local" when not gcc compiled.
28553 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28554 "ptype on opaque struct tagname (statically)",
28555 "ptype on opaque struct tagname (dynamically) 1", and
28556 "ptype on opaque struct tagname (dynamically) 2"
28557 for not compiled with gcc.
28558 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28559 backtrace when compiled with gcc.
d63a86f8 28560 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
28561 than always return success.
28562
28563Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28564
28565 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28566
28567Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28568
28569 * gdb.base/structs.exp: Undo last change.
28570
28571Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28572
28573 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28574 encapsulate all the steps/nexts done during self test, starting
28575 at main, and makes them less sensitive to optimization issues.
28576 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28577 signal handler" test.
28578 * gdb.threads/pthreads.exp: Only run this for native configs.
28579 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28580 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28581 tests.
28582 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28583 for "runto test_calls(void)" test.
d63a86f8 28584
c906108c
SS
28585Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28586
28587 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28588 and don't expect address info in breakpoint confirmations.
28589
28590Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28591
28592 * gdb.base/list.exp (test_forward_search): Increase timeout
28593 temporarily by 60 seconds for searching extremely long line,
889bf7c5 28594 and then reset to old value when done. Increase expect input
c906108c
SS
28595 buffer to 10000.
28596
28597Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28598
28599 * gdb.base/list.exp (test_forward_search): Fix to handle very
28600 long source line without overflowing expect's input buffer.
28601
28602Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28603
28604 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28605 "buffer_full".
28606
28607 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28608 "buffer_full".
28609
28610 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28611 "buffer_full".
28612
28613 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28614 "buffer_full".
28615
28616Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28617
28618 * configure.in (configdirs): Add gdb.threads.
28619 * configure: Regenerated with autoconf.
28620 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28621 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28622 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 28623
c906108c
SS
28624Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28625
28626 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28627
28628Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28629
28630 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28631 each signal's status in the output of "handle all print".
28632 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28633 the \r\n sequence that immediately precedes the gdb prompt.
28634 * gdb.base/a1-selftest.exp: Save original timeout and restore
28635 after test.
28636
28637Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28638
28639 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28640 symbol.
28641
28642Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28643
28644 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28645
28646Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28647
28648 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28649 timeout by 60 seconds.
28650
28651Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28652
28653 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28654 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28655 error return.
28656
28657Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28658
28659 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28660 gdb initialization, also report how long dejagnu waited. Restore
28661 old timeout before doing error return. Temporarily increase timeout
889bf7c5 28662 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
28663
28664Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28665
28666 * lib/gdb.exp: Report timeout value for verbosity level 2.
28667 * config/gdbserver.exp: Ditto.
28668 * config/hppro.exp: Ditto.
28669 * config/mips-gdb.exp: Ditto.
28670 * config/monitor.exp: Ditto.
28671 * config/netware.exp: Ditto.
28672 * config/sim-gdb.exp: Ditto.
28673 * config/slite-gdb.exp: Ditto.
28674 * config/udi-gdb.exp: Ditto.
28675 * config/unix-gdb.exp: Ditto.
28676 * config/vx-gdb.exp: Ditto.
28677 * gdb.base/a1-selftest.exp: Ditto.
28678 * gdb.base/a2-run.exp: Ditto.
28679 * gdb.base/break.exp: Ditto.
28680 * gdb.base/corefile.exp: Ditto.
28681 * gdb.base/list.exp: Ditto.
28682 * gdb.base/recurse.exp: Ditto.
28683 * gdb.base/scope.exp: Ditto.
28684 * gdb.base/signals.exp: Ditto.
28685
28686Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28687
28688 * gdb.threads/Makefile.in (docdir): Removed.
28689
28690Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28691
28692 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 28693 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 28694 @srcdir@.
d63a86f8 28695 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
28696 autoconf 2.5 or higher.
28697 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28698
28699Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28700
28701 * configure: Regenerated.
28702 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28703 avoid name clashes with SunOS headers.
28704
28705Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28706
28707 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28708
28709Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28710
28711 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28712 prototype information ends up in the compiler info file.
28713
28714Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28715
28716 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28717 attempting to regenerate it. Eliminate use of a temporary file
28718 and just generate the info file directly. Source it immediately,
28719 for consistency of use.
28720 * gdb.base/corefile.exp: Ditto
28721 * gdb.base/exprs.exp: Ditto.
28722 * gdb.base/funcargs.exp: Ditto.
28723 * gdb.base/langs.exp: Ditto.
28724 * gdb.base/list.exp: Ditto.
28725 * gdb.base/mips_pro.exp: Ditto.
28726 * gdb.base/nodebug.exp: Ditto.
28727 * gdb.base/opaque.exp: Ditto.
28728 * gdb.base/ptype.exp: Ditto.
28729 * gdb.base/scope.exp: Ditto.
28730 * gdb.base/setvar.exp: Ditto.
28731 * gdb.base/signals.exp: Ditto.
28732 * gdb.base/whatis.exp: Ditto.
28733 * gdb.c++/templates.exp: Ditto.
28734 * gdb.c++/virtfunc.exp: Ditto.
28735 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 28736 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
28737
28738Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28739
28740 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
28741 it got fixed by the recent lookup_minimal_symbol_by_pc change.
28742 Increase timeout, a lot of single stepping might be needed if the
28743 target has no hardware watchpoints.
28744
28745Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
28746
28747 * gdb.base/break.exp: Ignore compiler warnings when compiling
28748 break.c.
28749 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
28750 * gdb.base/default.exp: Add h8300 xfails. Handle messages
28751 from remote-sim.
28752 * gdb.base/exprs.exp: Add h8300 xfails.
28753 * gdb.base/funcargs.exp: Likewise.
28754 * gdb.base/nodebug.exp: Likewise.
28755 * gdb.base/printcmds.exp: Likewise.
28756 * gdb.base/ptype.exp: Likewise.
28757 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
28758 h8300 xfails.
d63a86f8 28759 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
28760 on the h8300.
28761 * gdb.base/funcargs.c: Explicitly make last constant argument to
28762 call_after_alloca_subr an unsigned long type.
28763 * gdb.base/return.c: Include stdio.h.
28764
28765Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
28766
28767 * config/abug.exp: New file for the older Motorola Bug monitor
28768 that runs on the mvme13x series VME boards.
28769 * config/monitor.exp: Use the new config array for target settings
28770 if they exist.
28771
28772Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
28773
28774 * sim-gdb.exp: Make the SH simulator allocate less space when
28775 it is targeted.
28776
28777Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
28778
28779 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
28780 test.
28781
28782Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
28783
28784 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
28785 "rs6000-*-*" for "list function in include file" when gcc compiled.
28786 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
28787 for "p ctable1[120]".
28788 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
28789 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
28790 Remove setup_xfail for "rs6000-*-*" for
28791 "print 'scope0.c'::filelocal before run".
28792 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
28793 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
28794 since some compilers don't allow both options to be given
28795 on the same command line. Create object file and move it.
d63a86f8 28796
c906108c
SS
28797Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
28798
28799 * gdb.base/corefile.exp: Always regenerate the core file, since
28800 we always regenerate the coremaker program. Detect special case
28801 where registers cannot be read from core file.
d63a86f8 28802
c906108c
SS
28803Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
28804
28805 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
28806 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
28807 * gdb.c++/templates.exp: Only match on basename of file since
28808 some formats like xcoff don't encode directory information.
28809 * gdb.stabs/weird.exp: Use the right sed script for powerpc
28810 and rs6000 AIX xcoff targets.
28811 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
28812 * configure: Regenerate.
28813 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
28814 here, rather than in distclean.
d63a86f8 28815
c906108c
SS
28816Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
28817
28818 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
28819 defined, and use it to compile the test case with -O2. The
28820 native compilation still uses no optimization.
28821 * gdb.base/mips_pro.c: Remove inline assembly code since
28822 it is compiled PIC by default, which results in assembler
28823 warnings that make the testsuite think the compilation
28824 was unsuccessful.
28825
28826Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
28827
28828 * gdb.c++/misc.exp: Add note to message for
28829 "print s.a for foo struct" that this is a known gcc 2.7.2
28830 and earlier bug.
28831
28832Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
28833
28834 * gdb.base/break.exp: Fix pattern for matching "Delete all
28835 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
28836 setup_xfail for deleting all breakpoints test. Fix various
28837 timeout messages to include "(timeout)".
28838 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
28839 for "p t_float_values2(3.14159,float_val2)".
28840 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
28841 for "continue to call2g" when gcc compiled.
28842 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
28843 "up to foo in langs.exp", "show language at foo in langs.exp",
28844 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
28845 and "show language at fsub in langs.exp".
28846 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
28847 "list line 1 in include file", "list message for lines past EOF",
28848 "list function in include file", "list list0.h:foo", and
28849 "list filename:function; nonexistant function".
28850 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
28851 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
28852 and "ptype t_char_array" to be for native cc only.
d63a86f8 28853
c906108c
SS
28854Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
28855
d63a86f8 28856 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 28857 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 28858 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
28859
28860Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
28861
28862 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
28863 "bt in signals.exp". This problem only appears when running
28864 the testsuite, and then only intermittently.
28865
28866Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
28867
28868 * gdb.base/return.exp (return_tests): Differentiate between
28869 two tests of continuing.
28870
28871Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
28872
28873 * */Makefile.in (maintainer-clean): Remove config.log.
28874 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
28875 * gdb.c++/Makefile.in (PROGS): Add inherit.
28876 (clean): Remove *.ci.
28877
28878Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
28879
28880 * gdb.c++/misc.cc: Add test code from Mike Stump.
28881 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
28882
28883Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
28884
28885 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
28886 to "alpha-*-osf2*" and add comment.
28887 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
28888 setup_xfail for "step over execarg initialization" and
28889 "step over corearg initialization".
c906108c
SS
28890 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
28891 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
28892 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 28893 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
28894 "print func2::coremaker_local", and "backtrace in corefile.exp".
28895 * gdb.base/signals.exp: Build and source signals.ci.
28896 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
28897 to be for gcc only.
28898 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 28899
c906108c
SS
28900Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28901
28902 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
28903 Feb 3 procfs.c change.
28904
28905Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
28906
28907 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
28908
28909Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
28910
28911 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
28912 from dejagnu's apparent default of 10 seconds, which gives random
28913 results when running the tests over NFS on moderately loaded systems.
28914 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
28915
28916Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
28917
28918 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
28919 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 28920 result reports.
c906108c
SS
28921
28922Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
28923
28924 * configure.in (CY_AC_PATH_TCLH): Remove.
28925 * configure: Regenerate.
28926
28927Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
28928
28929 * gdb.c++/Makefile.in (clean): Add missing '{'.
28930
28931Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
28932
28933 * lib/gdb.exp: Provide a default value for noinferior.
28934
28935 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
28936 Load libgloss.exp.
28937
28938Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
28939
28940 * gdb.disasm/hppa.exp: Compile directly into an executable, use
28941 the executable, not the .o to run the tests from.
28942
28943Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
28944
28945 * gdb.base/break.exp: Don't test for program exit or exit status
28946 if $noresults if nonzero.
28947 * gdb.base/langs.exp: Likewise.
28948 * gdb.base/watchpoint.exp: Likewise.
28949
28950 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
28951 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
28952 trying to compile the testcase.
28953
28954Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
28955
28956 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
28957 * gdb.base/signals.exp (continue to handler): Likewise.
28958
28959Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
28960
28961 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
28962
28963 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
28964
28965Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
28966
28967 * gdb.base/corefile.exp: Recognize "not found" as failure
28968 when trying to determine if a core file was generated.
28969 If no core file was generate the first time, try again without
28970 the ulimit -c to work around braindamaged shells.
28971
28972Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
28973
28974 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
28975 [] tests with "test" and enclose string in quotes.
28976 * gdb.stabs/configure: Rebuild
d63a86f8 28977
c906108c
SS
28978Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
28979
28980 Changes in sync with expect:
28981 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
28982 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
28983 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
28984 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
28985 argument to AC_REQUIRE.
28986 * configure: Regenerated.
28987
28988Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
28989
28990 * gdb.base/corefile.exp: When generating a core, discard any
28991 error messages about ulimit not found and the "core dumped"
28992 message from the shell that runs the coredumper.
28993
28994Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
28995
28996 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
28997
28998 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
28999 which sed script to run. Expect failure for v_comb test
29000 on PA targets too.
d63a86f8 29001
c906108c
SS
29002Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29003
29004 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 29005 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
29006
29007Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29008
29009 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29010 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 29011 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
29012 * lib/gdb.exp (default_gdb_start): Fix typo.
29013 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29014 messages to not include the full program name that caused
29015 the core dump since some systems (such as solaris) apparently
29016 truncate this path to about 80 characters.
29017 When generating a core file first try increasing the core file
29018 size limit to unlimited since some systems may default it to
29019 zero, and it is harmless to try it. Move the test for failing
29020 to generate a core file to where it will actually get executed.
29021 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
29022 new gdb result from g++ debug info improvements and make old
29023 pattern obsolescent. Also account for size_t differences
29024 (may be int or long).
29025 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
29026 initialization before function call is placed in the delay slot
29027 and thus appears to be skipped over by commands such as "next".
29028
29029Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
29030
29031 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
29032
29033Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
29034
29035 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
29036 input source file; fix code to compile test to deal with this
29037 convention.
29038 * gdb.c++/*.exp: Likewise.
29039
29040Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
29041
29042 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
29043 "bt in signals.exp".
29044
29045Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
29046
29047 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
29048 "step over execarg initialization" and
889bf7c5 29049 "step over corearg initialization".
c906108c
SS
29050
29051Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
29052
29053 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
29054 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
29055
29056Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
29057
29058 From Rob Savoye (rob@poseidon.cygnus.com)
29059 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
29060 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
29061 configure.in}, gdb.disasm/{Makefile.in, configure.in},
29062 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
29063 configure.in}: Major reworking for autoconfig.
c906108c
SS
29064 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
29065 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 29066 New files.
c906108c
SS
29067 * config/unix-gdb.exp: Make GDB global.
29068 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
29069 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
29070 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
29071 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
29072 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
29073 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 29074 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
29075 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
29076 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
29077 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
29078 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 29079 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
29080 to returns as necessary, arrange for test to compile own testcase
29081 executable.
c906108c 29082 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 29083
c906108c
SS
29084Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
29085
29086 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 29087 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
29088 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
29089 "backtrace through signal handler".
29090
29091Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29092
29093 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
29094 continuing from a job control stop signal.
29095 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
29096
29097Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
29098
29099 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
29100 * gdb.base/corefile.exp: Likewise.
29101 * gdb.base/funcargs.exp: Likewise.
29102
29103Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
29104
29105 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
29106 * config/monitor.exp: Add support for setting baud rate.
29107
29108Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
29109
29110 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
29111 i*86-*-linux* xfails for "backtrace through signal handler".
29112 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
29113 "print func2::coremaker_local".
29114 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 29115 alpha-dec-osf2* xfail for
c906108c
SS
29116 "delete all breakpoints when none".
29117
29118Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
29119
29120 * gdb.base/break.exp: Change test that deletes all breakpoints
29121 when no user breakpoints are installed. A post 4.15 change
29122 causes gdb to no longer prompt in this case.
29123
29124Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
29125
29126 * gdb.base/return.exp (return_tests): Change xfail for test
29127 "correct value returned double test" to stop xfailing at
29128 Solaris 2.5. Apparently the bug has been fixed.
29129
29130Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
29131
29132 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
29133 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
29134
29135Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
29136
29137 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
29138 * gdb.disasm/hppa.s: Corresponding changes.
29139
29140Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
29141
29142 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
29143 makefile fragment.
29144 * config/mt-hpux: Deleted.
29145
29146Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
29147
d63a86f8 29148 * Many files: When warning about suppressed tests due to a
c906108c
SS
29149 nonexistant test binary, avoid incrementing the warning count.
29150
29151Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
29152
29153 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 29154
c906108c
SS
29155Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29156
29157 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
29158 "sparc-*-solaris2*".
29159
29160Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29161
29162 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
29163 Add global and local variables and initialize them.
29164 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29165 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29166 extracts the file name and terminating signal from the core file.
29167 * TODO: Remove note about tests for correct mapping of corefile.
29168 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29169 from optimizing it away.
29170 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29171 handles common blocks.
29172
29173Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29174
29175 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29176 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29177
29178Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29179
29180 * Makefile.in (maintainer-clean): New target, synonym for
29181 realclean.
29182 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29183 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29184 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29185 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29186 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29187 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29188
29189Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29190
29191 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29192 xfails when not gcc compiled for "print foo::funclocal".
29193 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29194 "print foo::funclocal at foo",
29195 "print 'scope1.c'::foo::funclocal at foo",
29196 "print foo::funclocal_bss at foo",
29197 "print 'scope1.c'::foo::funclocal_bss at foo",
29198 "print foo::funclocal_ro at foo",
29199 "print 'scope1.c'::foo::funclocal_ro at foo",
29200 "print bar::funclocal at foo" and
29201 "print 'scope1.c'::bar::funclocal at foo".
29202 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29203 gcc compiled for "print foo::funclocal at bar".
29204 Expand all messages to ensure that they identify that
29205 the test is at bar().
29206 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29207 gcc compiled for:
29208 "ptype on opaque struct pointer (statically)",
29209 "ptype on opaque struct tagname (statically)",
29210 "ptype on opaque struct pointer (dynamically) 1",
29211 "ptype on opaque struct tagname (dynamically) 1",
29212 "ptype on opaque struct pointer (dynamically) 2" and
29213 "ptype on opaque struct tagname (dynamically) 2
29214 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29215 gcc compiled for:
29216 "p datalocal"
29217 "whatis datalocal",
29218 "ptype datalocal",
29219 "p bsslocal",
29220 "whatis bsslocal", and
29221 "ptype bsslocal".
29222 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29223 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29224 when not gcc compiled.
29225 * gdb.base/funcargs.exp (float_and_integral_args): Add
29226 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29227 compiled.
29228 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29229 "backtrace from call6a" when not gcc compiled.
29230 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29231 "backtrace from call7a" when not gcc compiled.
29232 * gdb.base/callfuncs.exp (do_function_calls):
29233 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29234 "p t_char_array_values(char_array_val2,char_array_val1)",
29235 "p t_char_array_values(char_array_val1,char_array_val2)",
29236 "p t_char_array_values("carray 1","carray 2")",
29237 "p t_char_array_values("carray 1",char_array_val2)",
29238 "p t_char_array_values(char_array_val1,"carray 2")",
29239 "p sum_args(1,{2})",
29240 "p sum_args(2,{2,3})",
29241 "p sum_args(3,{2,3,4})",
29242 "p sum_args(4,{2,3,4,5})"
29243 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29244 "backtrace in corefile.exp" when not gcc compiled.
29245
29246Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29247
29248 * gdb.base/signals.exp: Rewrite `handle all print' test as
29249 a procedure. Accept blanks or TABs as whitespace, increase
29250 timeout and expect input buffer size for the large output
29251 from the command. Remove "i*86-*-bsdi2.0" xfail.
29252
29253Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29254
29255 * gdb.base/setvar.exp: Add new testcases for truncation when
29256 assigning invalid values to bitfields.
29257
29258Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29259
d63a86f8 29260 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
29261 mips-sgi-irix* xfail for
29262 "call inferior func with struct - returns char *"
29263 and fix test so that an optional (unsigned char *) cast is
889bf7c5 29264 accepted in the result.
c906108c
SS
29265
29266Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29267
29268 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29269 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29270 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29271 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29272 that accidentally got checked in.
29273
29274Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29275
d63a86f8 29276 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
29277 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29278 compiled test.
29279 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29280 Add mips-sgi-irix5* xfail for not gcc compiled.
29281 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
29282 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29283 compiled for "p top", "whatis top", "p middle", and "whatis
29284 middle".
c906108c
SS
29285 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29286 "whatis signed char" for not gcc compiled.
29287 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29288 "set variable signed char=-1 (-1)" and
29289 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29290 * gdb.base/funcargs.exp (float_and_integral_args):
29291 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29292 Add mips-sgi-irix* xfail when not gcc compiled for
29293 "continue to call2b".
29294 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29295 "continue to call2g".
6fdff2c5
PA
29296 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29297 compiled for "backtrace from call6a"
29298 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29299 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29300 when not gcc compiled for "backtrace from call7a".
c906108c
SS
29301 (localvars_after_alloca): Fix gdb_test cmds for
29302 "print * after runto ...".
29303 Remove rs6000-*-* xfails for
29304 "print i after runto localvars_after_alloca" and
29305 "print l after runto localvars_after_alloca"
29306 for all compilers.
29307 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 29308 when not compiled with gcc, for:
c906108c
SS
29309 "print signed char == (minus)",
29310 "print signed char != (minus)",
29311 "print signed char < (minus)",
29312 "print signed char > (minus)".
29313 * gdb.base/callfuncs.exp (do_function_calls):
29314 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29315 "call inferior func with struct - returns char *".
d63a86f8 29316 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
29317 "correct value returned double test" to include Solaris 2.4.
29318 * gdb.base/funcargs.exp (float_and_integral_args):
29319 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 29320
c906108c
SS
29321Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29322
29323 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
29324 enumeration bitfields if compiling with GNU C.
29325 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
29326 to empty' prompt.
29327
29328Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
29329
29330 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
29331 test for PRO targets.
29332
29333 * gdb.base/funcargs.exp: Avoid ever setting more than 8
29334 breakpoints in the inferior at any given time by making
29335 two groups of breakpoints for call2*, call6* and call7*
29336 tests.
29337
29338Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29339
29340 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
29341 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
29342 from optimizing it away.
29343 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
29344 "call inferior func with struct".
29345
29346Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
29347
29348 * configure.in: Only configure gdb.chill for particular targets.
29349
29350Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
29351
29352 * gdb.base/Makefile.in: Add action to .c.o transformation
29353 rule that generates a .ci file for each .o file and remove
29354 explicit .c.o rules except for callfuncs.o.
29355 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
29356 generates a .ci file for each .o file and remove explicit
29357 .cc.o rules.
29358 (clean): Remove *.tmp *.ci files.
29359 (EXECUTABLES): Remove templ-info.exp.
29360 * gdb.base/compiler.c: New file.
29361 * gdb.c++/compiler.cc: New file
29362 * gdb.base/scope.exp: Source gdb.base/scope.ci.
29363 Change rs6000-*-* xfail for
29364 "print 'scope0.c'::filelocal_ro" and
29365 "print 'scope1.c'::filelocal" and
29366 "print 'scope1.c'::filelocal_bss" and
29367 "print 'scope1.c'::filelocal_ro" and
29368 "print 'scope1.c'::foo::funclocal" and
29369 "print 'scope1.c'::foo::funclocal_ro" and
29370 "print 'scope1.c'::bar::funclocal" and
29371 "print 'scope0.c'::filelocal_ro" and
29372 "print 'scope1.c'::filelocal at foo" and
29373 "print 'scope1.c'::filelocal_bss at foo" and
29374 "print 'scope1.c'::filelocal_ro at foo" and
29375 "print 'scope1.c'::foo::funclocal at foo" and
29376 "print 'scope1.c'::foo::funclocal_bss at foo" and
29377 "print 'scope1.c'::foo::funclocal_ro at foo" and
29378 "print 'scope1.c'::bar::funclocal at foo" and
29379 "print 'scope0.c'::filelocal_ro" and
29380 "print 'scope1.c'::filelocal" and
29381 "print 'scope1.c'::filelocal_bss" and
29382 "print 'scope1.c'::filelocal_ro" and
29383 "print 'scope1.c'::foo::funclocal" and
29384 "print 'scope1.c'::foo::funclocal_bss" and
29385 "print 'scope1.c'::foo::funclocal_ro" and
29386 "print 'scope1.c'::bar::funclocal" and
29387 "print 'scope1.c'::bar::funclocal_bss"
29388 to only be xfail'd when not compiled with gcc.
d63a86f8 29389 Add rs6000-*-* xfail for
c906108c
SS
29390 "print 'scope0.c'::filelocal_bss before run"
29391 when compiled with gcc.
29392 (test_at_main): Add rs6000-*-* xfail for
29393 "print filelocal_ro in test_at_main"
29394 when compiled with gcc.
29395 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 29396 Add rs6000-*-aix* xfail for
c906108c
SS
29397 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29398 "ptype t_char_array", not compiled with gcc.
29399 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29400 xfail for "list foo (in include file)" when gcc compiled.
29401 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 29402 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
29403 "run to call0a" if not compiled with gcc.
29404 (unsigned_integral_args): Add rs6000-*-* xfail for
29405 "run to call1a" if not compiled with gcc.
29406 (float_and_integral_args): Add rs6000-*-* xfail for
29407 "run to call2a" if not compiled with gcc and for
29408 "continue to call2b" for any compiler.
29409 Add rs6000-*-* xfail to
29410 "print f1 after run to call2a" for gcc compiled.
29411 (discard_and_shuffle): Add rs6000-*-* xfail for
29412 "run to call6a".
29413 (shuffle_round_robin): Add rs6000-*-* xfail for
29414 "backtrace from call7a" if not compiled with gcc.
29415 Add rs6000-*-* xfail for
29416 "backtrace from call7b" if compiled with gcc.
29417 (call_after_alloca): Add rs6000-*-* xfail for
29418 "print c in call_after_alloca" and
29419 "print s in call_after_alloca" and
29420 "backtrace from call_after_alloca_subr"
29421 if not compiled with gcc.
29422 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29423 "print c in localvars_in_indirect_call" and
29424 "print c in localvars_in_indirect_call" and
29425 "backtrace in indirectly called function" and
29426 "stepping into indirectly called function"
29427 if not compiled with gcc.
29428 (localvars_after_alloca): Add rs6000-*-* xfail for
29429 "print c after runto localvars_after_alloca" and
29430 "print s after runto localvars_after_alloca" and
29431 "print i after runto localvars_after_alloca" and
29432 "print l after runto localvars_after_alloca"
29433 for all compilers.
29434 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29435 than whatis-info.exp.
29436 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29437 than opaque-info.exp.
29438 Setup rs6000-*-* xfail for
d63a86f8 29439 "ptype on opaque struct pointer (statically)" and
c906108c
SS
29440 "ptype on opaque struct pointer (dynamically)" when
29441 not compiled with gcc.
29442 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29443 rather than callf-info.exp.
29444 (do_function_calls): Add clear_xfail for rs6000-*-* for
29445 "p t_float_values2(3.14159,float_val2)". Seems to work
29446 fine there, both with xlc and gcc. Need to find out what
29447 it is doing right and fix other platforms.
29448 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29449 "call inferior func with struct - returns int",
29450 "call inferior func with struct - returns long",
29451 "call inferior func with struct - returns float",
29452 "call inferior func with struct - returns double",
29453 "call inferior func with struct - returns char *",
29454 but only if not gcc compiled (presumes xlc compiled).
29455 Change rs6000-*-* xfails for
29456 "call inferior func with struct - returns char" and
29457 " call inferior func with struct - returns short" to only
29458 xfail if not using gcc.
29459 (clean mostlyclean): Remove *.ci and *.tmp files.
29460 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29461 than templ-info.exp.
29462 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29463 Add rs6000-*-* xfail for "up to foo in langs.exp"
29464 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 29465 when not gcc compiled.
d63a86f8 29466
c906108c
SS
29467Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29468
29469 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29470 * gdb.base/corefile.exp: Likewise.
29471 * gdb.base/list.exp: Likewise.
29472 * gdb.base/scope.exp: Likewise.
29473 * gdb.base/siganls.exp: Likewise.
29474
29475 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29476 compiler output.
29477 * gdb.base/whatis.exp: Likewise.
29478
29479Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29480
29481 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29482 failure (opcode table has been fixed to match reality).
29483
29484Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29485
29486 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29487 "call inferior func with struct - returns char",
29488 "call inferior func with struct - returns short"
29489
29490 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29491 "print 'scope0.c'::filelocal at main",
29492 "print 'scope0.c'::filelocal_bss in test_at_main",
29493 "print 'scope0.c'::filelocal at foo",
29494 "print 'scope0.c'::filelocal_bss in test_at_foo",
29495 "print 'scope0.c'::filelocal at bar",
29496 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 29497
c906108c
SS
29498 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29499 in source file 1". This bug seems to have been fixed with both
29500 gcc and native cc (was native assembler bug?).
29501
29502Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29503
29504 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29505 "backtrace through signal handler" to "i*86-*-sysv4*".
29506 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29507 continue" case. Add "known SVR4 bug" to fail message.
29508 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29509 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29510 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29511 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29512 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29513 "up to foo in langs.exp", "show language at foo in
29514 langs.exp", "up to cppsub_ in langs.exp", "show
29515 language at cppsub_ in langs.exp", "up to fsub in
29516 langs.exp", and "show language at fsub in langs.exp".
29517 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29518 "bactrace in corefile.exp".
29519 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29520 "call inferior function with struct - returns float" and
29521 "call inferior function with struct - returns double".
d63a86f8 29522
c906108c
SS
29523Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29524
29525 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29526 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29527 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29528 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29529
29530Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29531
29532 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29533 (or overriden) "CHILL" macro rather then bare "gcc".
29534 Also look for ../../gcc/xgcc since that is what we will
29535 actually need, not "Makefile". Remove following assignment
29536 of CHILL to CHILL_FOR_TARGET because that results in
29537 recursive definition.
29538
29539Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29540
29541 * gdb.base/corefile.exp: Change xfail for backtrace in
29542 corefile.exp from linuxaout to all linux.
29543 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29544 cases where we miss the breakpoint at the signal handler
29545 for some reason. Setup xfail for linuxoldld/linuxaout and
29546 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29547 hitting SIGURG breakpoint.
29548 * gdb.base/signals.exp: Setup xfail for "next" acting like
29549 continue to add linuxoldld. Setup xfail for all linux for
29550 "next to handler in signals_tests_1", "backtrace in
29551 signals_tests_1", "continue to func1", "pass SIGUSR1",
29552 and continue to handler".
29553
29554Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29555
29556 * Update all FSF addresses except those in COPYING* files.
29557
29558Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29559
29560 * gdb.base/a2-run.exp: Change messages to be more explicit about
29561 the status of args, and quote binfile in results.
29562
29563Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29564
29565 * gdb.base/callfuncs.exp: Add tests for passing structs to
29566 inferior functions and return various types.
29567 * gdb.base/callfuncs.c: Add functions to receive a struct
29568 and return a member of the struct, in various types.
29569
29570Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29571
29572 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29573
29574Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29575
29576 * config/vxworks29k.exp: New file, sources vxworks.exp.
29577
29578Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29579
29580 * config/gdbremote.exp: New file. Testing framework using
29581 gdbserver.
29582
29583Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29584
29585 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29586 "call function when asleep" and "send end of file".
29587 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29588 for "backtrace in corefile.exp".
29589 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29590 for "backtrace through signal handler".
29591 * gdb.base/corefile.exp: Make sure we actually generate a core file
29592 before trying the core tests. Some systems allow the user to suppress
29593 generation of core files and default to that (linux for example).
29594 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29595 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29596
29597Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29598
29599 * gdb.threads: New directory with some crude multi-threaded
29600 gdb tests (step.exp and step2.exp).
29601 * config/mt-lynx (STEP_EXECUTABLE): Define.
29602 (THREADFLAGS): Define.
29603
29604Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29605
29606 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29607
29608 * gdb.base/signals.exp: Disable whole file for lynx until
29609 further notice.
29610
29611 * gdb.base/signals.exp: xfail test where "next" acts like
29612 "continue" for lynx.
29613
29614 * gdb.base/interrupt.exp: xfail test for calling function while
29615 inferior is asleep for lynx.
29616
29617 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29618 than one cr-lf after each command.
29619
29620Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29621
29622 * configure.in: Reinstate setting of stabsdirs variable, fix
29623 typo in setting up configdirs for native builds.
29624
29625 * gdb.base/return.exp: Fix typo in return double test.
29626 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29627 compiler from optimizing them away.
29628
29629Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29630
29631 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29632 sequences to be echo'd by gdb when using gdb_test.
29633 * gdb.chill/chexp.exp: Likewise.
29634 * gdb.fortran/exprs.exp: Likewise
29635
29636Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29637
29638 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29639 after the inferior gdb has started.
29640
29641 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29642 after each command.
29643 * gdb.base/funcargs.exp: Likewise.
29644 * gdb.base/gdbvars.exp: Likewise.
29645 * gdb.base/interrupt.exp: Likewise.
29646 * gdb.base/list.exp: Likewise.
29647 * gdb.base/watchpoint.exp: Likewise.
29648 * gdb.c++/demangle.exp: Likewise.
29649 * gdb.c++/inherit.exp: Likewise.
29650 * gdb.chill/chexp.exp: Likewise.
29651 * gdb.fortran/exprs.exp: Likewise.
29652
29653 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29654 test if we can't handle IO to/from the inferior.
29655
29656 * gdb.c++/misc.exp: Always check for a program already being
29657 started after sending a "run" command to gdb.
29658
29659 * gdb.base/twice.exp: Start with a fresh gdb.
29660
29661 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29662 only depend on gdb's expression code, not the chill runtime.
29663
29664 * gdb.base/return.c: Put return values into variables so we
29665 can have gdb print them rather than depending on the program
29666 to print them.
29667 * gdb.base/return.exp: Corresponding changes.
29668
29669 * lib/gdb.exp: Provide default value for noinferiorio.
29670 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29671 the inferior.
29672
29673 * gdb.base/break.exp: Always check for a program already being
29674 started after sending a "run" command to gdb.
29675 (text_next_with_recursion): Don't check the output from the
29676 program's printf statement. Instead just make sure the program
29677 exited.
29678
29679 * gdb.base/commands.exp: Protect tests which need arguments with
29680 $noargs conditionals.
29681
29682Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29683
29684 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29685 of structure member arrays to match gdb/valops.c:value_addr change.
29686
29687Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29688
29689 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29690 cases.
29691
29692Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29693
29694 * configure.in (configdirs): Remove gdb.chill from default list
29695 of subdirs and then add it back in only if doing a native build.
29696 The current chill compiler does not yet work in any cross build.
29697 * Revert all signal changes from Jul 6.
29698 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29699 for sh-hms targets, allowing these tests to link, with no other
29700 changes. Testing is suppressed by setting "nosignals" in site.exp.
29701
29702Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29703
29704 * configure.in (signaldirs): Define and add to configdirs for all
29705 targets except some specific ones that are known to not support signals.
29706 Also clean up formatting.
29707 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29708 (signals, sigall): Remove rules to build.
29709 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29710 Moved to new gdb.signals directory.
29711 * gdb.signals: New test directory.
29712 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29713 signals.c signals.exp}: New or moved files.
29714
29715Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29716
29717 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29718
29719Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29720
29721 * gdb.base/return.exp: Xfail `return double' test failure
29722 on at least Solaris 2.3 and handle future/past versions on
29723 a case by case basis as appropriate. Also update message
29724 to include i*86 failures.
29725
29726Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29727
29728 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29729
29730 * lib/gdb.exp: Fix comment which erroneously identified
29731 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29732 gdb_file_cmd not gdb_load).
29733 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29734
29735 * gdb.base/setvar.exp: Make test names consistent between pass and
29736 fail cases. Use gdb_test more.
29737
29738Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29739
29740 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
29741
29742Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29743
29744 * gdb.base/help.exp: Fix expected help string for `show commands'.
29745
29746Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
29747
29748 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
29749
29750 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
29751 of a text section.
29752
29753Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
29754
29755 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
29756 that loop eventually terminates. Fix Connection refused logic so
29757 that testsuite will expire nicely.
29758
29759Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
29760
29761 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
29762 config/rom68k.exp: New tcl glue for the appropriate monitors.
29763 These all just end up calling monitor.exp.
29764 * config/monitor.exp (gdb_target_monitor): Handle `Connection
29765 refused' by retrying. Cleanup some timeout issues.
29766 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
29767 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
29768 callers don't have to set/restore global timeout variable.
29769
29770 * The following set of changes centralizes management of the global
29771 timeout variable. This way, it can be set in one target dependent
29772 place instead of dozens of places scattered throughout the test suite.
29773 If you need to lengthen a timeout, then you should either set timeout
29774 in one of the config/{target}.exp files, or multiply it by a factor.
29775 Setting it to an absolute value is always going to lose for some
29776 targets.
29777 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
29778 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
29779 * gdb.base/funcargs.exp: Don't set timeout.
29780 * gdb.base/list.exp (test_forward_search): Only use local timeout.
29781 * gdb.base/printcmds.exp (test_print_string_constants
29782 test_print_array_constants): Don't set timeout.
29783 * gdb.base/ptype.exp: Don't set timeout.
29784 * gdb.base/recurse.exp: Don't set timeout.
29785 * gdb.base/return.exp: Don't set timeout.
29786 * gdb.base/watchpoint.exp: Don't set timeout.
29787 * gdb.c++/classes.exp (do_tests): Don't set timeout.
29788 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
29789
29790Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
29791
29792 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
29793
29794Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29795
29796 * lib/gdb.exp: Disable chill tests for irix5.
29797
29798Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29799
29800 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
29801 each test pass or fail.
29802
29803Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29804
29805 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
29806 xlc not gcc.
29807
29808Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
29809
29810 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
29811
29812Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
29813
29814 * config/est.exp: Fix copyright and comments. Remove dead code.
29815 Use targetname, serialport and baud variables instead of fixed
29816 constants.
29817 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
29818 * config/cpu32bug.exp: New file to support cpu32bug monitors.
29819
29820Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29821
29822 * gdb.base/watchpoint.exp: Don't run
29823 test_watchpoint_triggered_in_syscall for sunos.
29824
29825Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29826
29827 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
29828 they don't seem to exist. Do include stdio.h.
29829
29830Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29831
29832 * gdb.base/a1-selftest.exp: Add alpha xfail.
29833
29834Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29835
29836 * gdb.base/watchpoint.c (main): Prompt before calling read().
29837 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29838 Revise accordingly. Remove cruft about sending "123" several
29839 times, until it gets noticed. Clean up the "print buf[0]" stuff
29840 so that it passes or fails, and waits for prompts in the usual way.
29841
29842Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29843
29844 * gdb.base/recurse.exp: Fix comment.
29845
29846 * TODO: Remove item about printing variables in nodebug.exp. Add
29847 item about enabling tests which are only run on some targets.
29848
29849 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
29850 fail, make test names unique, use new gdb_test convention
29851 regarding pattern, use gdb_test more, etc.).
29852
29853 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
29854 fail, make test names unique, etc.).
29855
29856Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29857
29858 * gdb.base/nodebug.c: Change return type of top and middle to
29859 short.
29860 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
29861 are fixed by the recent mdebugread.c changes. Allow `short ()'
29862 as type for top and middle.
29863
29864Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29865
29866 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
29867 nearly as I can tell, the whole thing was an accident in Stu's
29868 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
29869 to replace a send/expect pair with gdb_test, but ended up only
29870 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
29871 of 30 Mar 1995 took care of it, but left this vestigial comment
29872 which I am now nuking.
29873
29874Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29875
29876 * gdb.base/break.exp: Look for different line number for
29877 breakpoint at main depending on usestubs.
29878
29879Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29880
29881 * gdb.base/list.exp: Adjust some alternate expect patterns to
29882 match recent list0.c change. Add alternate expect pattern for
29883 output from `list default lines around main' for optimizing
29884 compilers.
29885
29886Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29887
29888 * lib/gdb.exp: If nosignals is not set, set it to 0.
29889
29890Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
29891
29892 * config/slite-gdb.exp: Responds to load symbol table prompt.
29893 * gdb.base/break.exp: Adjust line number, fix rerun.
29894 * gdb.base/langs0.c: Add #ifdef usestubs.
29895
29896Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
29897
29898 * gdb.base/list.exp: Adjust line contents after adding new lines in
29899 list0.c. Also fix a syntax error.
29900
29901 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
29902 * gdb.base/break.exp: ditto.
29903 * gdb.base/list.exp: ditto.
29904 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
29905 * gdb.base/run.c: ditto.
29906 * gdb.base/list0.c: ditto.
29907 * gdb.base/funcargs.c: ditto.
29908
29909Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
29910
29911 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
29912 $targetname, $serialport and $baud instead of hardwired variables.
29913 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
29914 target doesn't support signals.
29915
29916Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
29917
29918 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
29919
29920Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29921
29922 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
29923 Don't rely on the value of an auto variable before it has been
29924 initialized. Use gdb_test more.
29925
29926Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29927
29928 * lib/gdb.exp (default_gdb_version): A version number must start
29929 with a digit, but other than that contains all characters up to
29930 the first whitespace character.
29931
29932Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29933
29934 * gdb.base/commands.exp (breakpoint_command_test): New tests.
29935
29936Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29937
29938 * gdb.c++/*.exp: Warn if executable does not exist. The original
29939 reason for skipping the warning was that configure.in sometimes
29940 intentionally skipped building the executables but the tcl code
29941 had no way of knowing. That (a) was always bogus with respect to
29942 error handling, (b) is no longer true (right now there is no way
29943 to skip C++ tests).
29944
29945 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
29946
29947Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29948
29949 * gdb.base/list.exp: Add expect patterns for output from
29950 SunPRO compiled executables.
29951 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
29952 types.
29953
29954Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29955
29956 * gdb.base/break.exp (test_next_with_recursion): Accept any line
29957 number (we are already testing that the correct source line text
29958 gets printed).
29959
29960 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
29961 that is what is intended, but something needed to be done to get
29962 sunos4 native working again.
29963
29964 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
29965
29966 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
29967 apparently went with a (very) old xfail.
29968
29969Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
29970
29971 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
29972 runto_main is a proc in gdb.exp that will do 'step' for target use
29973 stubs.
29974 * gdb.base/exprs.exp: ditto.
29975 * gdb.base/interrupt.exp: ditto.
29976 * gdb.base/opaque.exp: ditto.
29977 * gdb.base/printcmds.exp: ditto.
29978 * gdb.base/ptype.exp: ditto.
29979 * gdb.base/scope.exp: ditto.
29980 * gdb.base/setvar.exp: ditto.
29981 * gdb.base/signals.exp: ditto.
29982 * gdb.base/twice.exp: ditto.
29983 * gdb.c++/classes.exp: ditto.
29984 * gdb.c++/inherit.exp: ditto.
29985 * gdb.c++/templates.exp: ditto.
29986 * gdb.base/break.exp: no run and hit main for stubs. Change line
29987 numbers for breakpoints and info breakpoint.
29988 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
29989 breakpoint().
29990 * gdb.base/callfuncs.c: ditto.
29991 * gdb.base/exprs: ditto.
29992 * gdb.base/interrupt.c: ditto.
29993 * gdb.base/opaque0.c: ditto.
29994 * gdb.base/printcmds.c: ditto.
29995 * gdb.base/ptype.c: ditto.
29996 * gdb.base/scope0.c: ditto.
29997 * gdb.base/setvar.c: ditto.
29998 * gdb.base/signals.c: ditto.
29999 * gdb.base/twice.c: ditto.
30000 * gdb.c++/misc.cc: ditto.
30001 * gdb.c++/templates.cc: ditto.
30002
30003Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30004
30005 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30006
30007 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30008 somewhere between `read' and `main.c'. I'm pretty sure the
30009 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30010 and it isn't particularly useful.
30011
30012 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30013
30014Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30015
30016 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30017
30018Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
30019
30020 * config/mt-slite: add LIBS and -nostdlib.
30021 * config/slite-gdb.exp: add this new file to support sparclite target.
30022
30023Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
30024
30025 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
30026
30027 * gdb.base/a2-run.exp: Change argument to istarget from
30028 "*-*-vxworks" to "*-*-vxworks*".
30029 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
30030
30031Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
30032
30033 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
30034 will not runto main but do a 'step' to step out of breakpoint().
30035 * config/mt-slite: add -Dusestubs.
30036
30037Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30038
30039 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
30040 instead of just @.
30041
30042 * gdb.base/signals.exp: Add test for "handle all print".
30043 * TODO: Remove "handle all print". Also remove item about
30044 checking copyright date (I don't like the idea of a spurious FAIL
30045 based on when we run the tests).
30046
30047 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
30048 for SunOS4 (reason for failure not investigated). Remove
30049 redundant test for $binfile.
30050
30051 * gdb.base/nodebug.c (array_index): Call malloc.
30052
30053 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
30054
30055Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
30056
30057 * gdb.base/recurse.exp: Update gdb_test invocation to use new
30058 conventions and slightly simplify the matching regexp.
30059
30060Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30061
30062 * gdb.base/break.exp: Update gdb_test invocation to use new
30063 convention.
30064
30065 * lib/gdb.exp: If noargs is not set, set it to 0.
30066
30067 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
30068 tests unique.
30069
30070 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
30071
30072Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30073
30074 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
30075 one argument of type "<non-float parameter>".
30076
30077Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
30078
30079 * config/rom68k.exp: New file to support Motorola IDP board.
30080 * gdb.base/a2-run.exp: Skip this file if noargs is set.
30081 * gdb.base/break.c: Change things around so that this program
30082 doesn't depend upon args. This is necessary to make remote
30083 targets work (in general, they can't take args).
30084 * gdb.base/break.exp: Don't try to send args to program. Don't
30085 expect output. Also, replace lots of code with gdb_test.
30086
30087Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30088
30089 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
30090 printing of '\'' (which is what the comment says we are testing,
30091 even though we were not), not '''.
30092 (test_integer_literals_rejected): Test that printing ''' is an error.
30093
30094 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30095 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
30096 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
30097 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
30098 Use gdb_test not test_print_accept.
30099 * lib/gdb.exp: Remove test_print_accept.
30100
30101 * gdb.base/signals.exp (signal_tests_1): Make pass message
30102 consistent with fail message.
30103
30104 * gdb.base/whatis.exp: Remove xfails for printing char vs.
30105 unsigned char; the bug (PR 1821) is fixed.
30106
30107 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
30108
30109 * gdb.base/scope.exp (test_at_localscopes): Call pass for
30110 successful tests--makes xfailing them work right.
30111
30112Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30113
30114 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
30115 only \r\n, not .*. The test can pass .* as the last thing in
30116 $pattern if that is what it wants. In addition to providing this
30117 flexibility, this change should speed up pattern matching in cases
30118 where the pattern already ended with .* (there were a number of
30119 them). This change also helps catch bad patterns--in the old
30120 scheme the typo "char \*" instead of "char \\*" would pass. Now
30121 it is caught.
30122 * Many .exp files: Update callers.
30123
30124 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
30125 clearer and does not spuriously match multiple ('s. Likewise for
30126 ) and *.
30127
30128 * gdb.base/nodebug.exp: Test ability to call a function and pass
30129 it a string (even with no debugging info).
30130
30131 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
30132 "p '\'", which is the same as "p ''" once tcl gets done with
30133 quoting, to "p '\\'", which I suspect is what is intended (one
30134 backslash gets sent to GDB).
30135
30136 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
30137
30138Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30139
30140 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
30141 1817) was fixed literally years ago.
30142
30143Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30144
30145 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
30146 test, it causes stepping out of call_after_alloca_subr with
30147 optimizing compilers.
30148 (localvars_in_indirect_call): Consume GDB prompt if `finish'
30149 fails.
30150
30151 * gdb.c++/templates.exp: Source templ-info.exp only if
30152 the templates executable exists.
30153
30154 * gdb.c++/misc.cc (class Contains_static_instance,
30155 class Contains_nested_static_instance),
30156 gdb.c++/classes.exp (test_static_members): Test printing of
30157 a class that contains a static instance of the class.
30158
30159Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30160
30161 * gdb.base/langs2.c (cppsub_): Don't prototype.
30162 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
30163 only, I believe).
30164
30165Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30166
30167 * lib/gdb.exp (skip_chill_tests): New procedure.
30168
30169 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30170
30171Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30172
30173 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30174 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30175
30176Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30177
30178 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30179
30180 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30181 disassemble 8, not 16, instructions for part 4.
30182
30183 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30184 support the latter anymore.
30185
30186 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30187 -DNO_PROTOTYPES.
30188 * gdb.base/callfuncs.c: Control use of prototypes based on
30189 NO_PROTOTYPES, not __STDC__.
30190 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30191 t_float_values2 tests if prototypes in use.
30192
30193 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30194 t_double_values): When checking differences against DELTA, check
30195 that difference is within the range (-DELTA,DELTA), not just
30196 (-infinity,DELTA).
30197
30198Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30199
30200 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30201 'file' command firts, then 'target', then 'load', this is due to gdb
30202 target set up.
30203 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30204
30205Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30206
30207 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30208 FP load/store variants.
30209 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30210
30211Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30212
30213 * gdb.base/term.exp: Do not give a warning if not native, it is
30214 not an abnormal condition.
30215
30216Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30217
30218 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30219 t_char_array".
30220
30221Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30222
30223 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30224 are getting the version number.
30225
30226 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30227 if not native, it is not an abnormal condition.
30228
30229Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30230
30231 * lib/gdb.exp: Just use "file exists", rather than undocumented
30232 dejagnu procedure "findfile".
30233
30234Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30235
30236 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30237 (LDFLAGS): Set to -Xlinker -Ur.
30238
30239 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30240 Removed, these values are set by lib/gdb.exp.
30241
30242 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30243
30244Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30245
30246 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30247 of replicating gdb startup code.
30248
30249 * config/mt-vxworks (LDFLAGS): Set to -r.
30250 (CFLAGS_FOR_TARGET): Removed.
30251
30252 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30253 (gdb) and gdb for vxworks uses (vxgdb).
30254
30255 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30256 executable is not in the tree and host != target, use sed and
30257 program_transform_name to determine the gdb name used by the
30258 target.
30259
30260 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30261 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30262
30263Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30264
30265 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30266 floats, chars, and shorts where there are ANSI-style function
30267 definitions.
30268
30269 * gdb.base/langs.exp, gdb.base/langs*: New test.
30270 * gdb.base/Makefile.in: Build it.
30271 * TODO: Remove item about checking that C names don't get C++
30272 demangling applied; this test tests it.
30273
30274Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30275
30276 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30277 went with the const70 xfail. The xfail went away a year ago.
30278
30279 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30280
30281 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30282 for hp300.
30283
30284 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30285
30286 * gdb.base/a1-selftest.exp: Don't run on hp300.
30287
30288Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30289
30290 * Makefile.in (site.exp): Set host_alias and target_alias as well
30291 as host_triplet and target_triplet.
30292
30293Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30294
30295 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30296
30297 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30298 places as other ecoff systems).
30299
30300 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30301 ultrix.
30302
30303Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30304
30305 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30306 remove them.
30307 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30308 variable and "variable" in addition to "data variable".
30309 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30310
30311 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30312 2.
30313 * gdb.base/list1.c (long_line): Add additional statement at start
30314 of function.
30315 * gdb.base/list.exp (test_forward_search): Update line number to
30316 reflect new statement.
30317
30318Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30319
30320 * gdb.base/signals.exp: Reinitialize searched source directories
30321 after gdb_start call.
30322
30323Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
30324
30325 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
30326 * gdb.stabs/Makefile.in: Likewise.
30327
30328 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
30329 change. Instead split the tests into smaller pieces.
30330 * gdb.disasm/hppa.s: Corresponding changes.
30331
30332Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30333
30334 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30335 Quote ^C when passing it to stty. For some shells ^ is a pipe.
30336
30337 * gdb.base/funcargs.exp: Modify many tests so that every test
30338 either passes or fails. Make some test names unique.
30339
30340Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30341
30342 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30343 Call stty to set interrupt character.
30344
30345 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
30346 for HP assembler versus GNU assembler based on actual behavior of
30347 $(CC), rather than assuming that $(AS) is always the GNU assembler.
30348
30349 * TODO: Suggest a few more stepping tests.
30350
30351Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
30352
30353 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
30354 restart GDB for h8300 after a continue.
30355 (return): Add pattern to match a29k-udi behavior.
30356 * gdb.base/nodebug.exp: Remove obsolete comment.
30357 * gdb.base/regs.exp: New file, testing of register displays.
30358 * gdb.base/return.exp: Fix typo in reference to $objdir.
30359 * gdb.base/whatis.exp: Always start with a fresh GDB.
30360
30361Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30362
30363 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
30364 higher, these tests generate a lot of output.
30365
30366Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30367
30368 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
30369 code following the catch silently ignored some errors; without the
30370 catch they should be thrown like any other tcl error. Also, the
30371 catch used "" instead of {} which meant all the callers who wanted
30372 to include one of the characters "[]$ had to quote it an extra time.
30373 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30374 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30375 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30376 Remove extra quoting.
30377
30378Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30379
30380 * gdb.base/commands.exp: Make test names unique; every test either
30381 passes or fails. Update some comments.
30382
30383 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30384
30385Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30386
30387 The following fixes a FAIL caused by the fact that the alpha stabs
30388 configuration didn't use the ".if alpha" code in weird.def.
30389 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30390 bit pointer, so the 32 bit version works even on the alpha.
30391 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30392 Remove the stuff which allowed us to have separate versions for
30393 alpha and everything else.
30394
30395 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30396 regexp which "info func operator\[\](" is supposed to match. Fix
30397 string to send to GDB. Note that GDB still doesn't work right. Add a
30398 new test for "info func .perator\[\](" which GDB does handle correctly.
30399
30400 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30401
30402Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30403
30404 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30405 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30406 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30407 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30408 it makes the tests harder to understand and confuses test-o-matic.
30409 The preferred style is that each test provides a PASS or a FAIL,
30410 and has a unique message (e.g. "continue #54" not just "continue")
30411 which is the same for the pass and the fail.
30412 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30413 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30414 to lib/gdb.exp.
30415 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30416 prt_accept which was basically the same thing. Likewise for
30417 test_print_reject and prt_reject.
30418 * lib/gdb.exp (test_print_reject): Add some more error message
30419 patterns to match from the former printcmds.exp (prt_reject).
30420 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30421 One defect of the passcount stuff is that some of it failed to
30422 report XPASS where appropriate.
30423 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30424 stuff before and after arg in expected pattern.
30425 (test_paddr_operator_functions): Re-do test without print_addr_of;
30426 this is the only test which seems to want extra stuff there.
30427
30428Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30429
30430 * gdb.base/nodebug.exp: Update new tests to reflect improved
30431 wording of gdb output.
30432
30433 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30434 and "ptype" work on variables in files compiled without -g.
30435 Replaces commented out "maint print msymbol" tests.
30436
30437Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30438
30439 * gdb.base/setvar.c (dummy): Call malloc.
30440
30441 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30442 losing with the irix4 sed.
30443
30444 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30445 ALRM" on irix4.
30446
30447Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30448
30449 * TODO: Remove items about corefile.exp testing new exec-file and
30450 backtrace; both are now done. Add items about printing enums.
30451
30452Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30453
30454 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30455 "get signal $thissig" test fails.
30456
30457 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30458
30459Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30460
30461 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30462 compiler warning with dec alpha compiler.
30463
30464 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30465 extra \n from gdb_test call (this explains why the prompt test
30466 that I removed yesterday was there).
30467 (user_defined_command_test): Remove extra \n and prompt test.
30468
30469 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30470 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30471 doesn't exist.
30472 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30473 Also remove alpha workaround, which turns out to be because
30474 SIGABRT == SIGLOST.
30475
30476 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30477
30478 * gdb.base/help.exp: Don't test "help show".
30479
30480Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30481
30482 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30483 "set print address" is on.
30484 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30485 pass prompt to gdb_test; gdb_test already looks for the prompt.
30486
30487 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30488
30489 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30490 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30491 was to make sure that gdb can read a core file. But (a) the "read
30492 the corefile" part didn't make it to a1-selftest.exp, we just
30493 delete the corefile after creating it, and (b) we test reading
30494 corefiles in corefile.exp anyway. Also, this test left around a
30495 xgdb process on Solaris.
30496
30497 * gdb.base/corefile.exp: Also test backtrace.
30498
30499Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30500
30501 * gdb.base/commands.exp: Test a simple user defined command with
30502 arguments and if/while statements; verify the full user command is
30503 printed by "show user".
30504
30505 * gdb.base/commands.exp: Test if/while commands as part of a
30506 breakpoint command list; verify they appear in breakpoint
30507 information.
30508
30509Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30510
30511 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30512 than by dividing by zero.
30513
30514Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30515
30516 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30517 performing an inferior call with watchpoints enabled.
30518 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30519 call.
30520
30521Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30522
30523 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30524 of "file" command.
30525
30526 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30527 Add additional pattern for when "int operator int(void);" appears
30528 in a different order.
30529
30530Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30531
30532 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30533
30534 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30535 and "signal" with ".*".
30536
30537Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30538
30539 * TODO: Add note about "handle all nostop".
30540
30541 * gdb.base/{sigall.c, sigall.exp}: New test.
30542 * gdb.base/Makefile.in: Add it.
30543
30544Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30545
30546 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30547 when invoking GDB, suppresses any windowing interface.
30548
30549Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30550
30551 * config/sim-gdb: New file, simulator testing support.
30552
30553Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30554
30555 * gdb.base/interrupt.exp: Test calling func1 twice.
30556
30557Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30558
30559 * gdb.base/list.exp (test_forward_search): Set timeout higher
30560 when we'll be getting lots of output from gdb.
30561
30562 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30563 "init_malloc" to after the expect statement. Run it if that
30564 regexp is taken, but also for two others which happen if source
30565 cannot be found.
30566
30567Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30568
30569 * gdb.base/printcmds.exp: New test, for printing register before
30570 program is running.
30571
30572Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30573
30574 * gdb.base/list.exp: Correct some alternate expect patterns
30575 to reflect changes in list1.c.
30576
30577Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30578
30579 * TODO: Add item regarding large frames.
30580
30581 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30582
30583 * TODO: Remove item about enabling return.exp; it
30584 is enabled. Suggest a few more "return" tests.
30585
30586Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30587
30588 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30589 anonymous unions.
30590
30591Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30592
30593 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30594 and pr-5646.o, so "make" is the same as "make all", not "make
30595 pr-4975.o".
30596
30597Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30598
30599 * gdb.base/list.exp: Adjust expectations to reflect changes in
30600 list1.c.
30601 (test_forward_search): New test proc.
30602 * gdb.base/list1.c (long_line): New function, has long source line.
30603
30604Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30605
30606 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30607 additional line of code that was added.
30608
30609Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30610
30611 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30612 tests so as not to overflow expect's input buffers.
30613 * gdb.disasm/hppa.exp: Corresponding changes.
30614
30615Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30616
30617 Beginnings of template debugging tests.
30618 * gdb.c++/templ-info.cc: New file to test for template
30619 debugging capability of the compiler.
30620 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30621 templ-info.cc.
30622 * gdb.c++/templates.cc: Add explicit template instantiations
30623 to enable compiling with -fno-implicit-templates. Add destructor
30624 and 'value' method to T5 class for template tests.
30625 * gdb.c++/templates.exp: Add testcases for printing of template
30626 types, setting breakpoints on template methods and calling a
d63a86f8 30627 template method.
c906108c
SS
30628
30629Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30630
30631 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30632 branch target since some assemblers (gas-2.5) may emit a
30633 relocation for the branch instead of resolving it in the
30634 assembler.
30635
30636Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30637
30638 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30639 through signal handler.
30640
30641Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30642
30643 * configure.in (*-*-netware): Use config/mt-netware.
30644
30645 * config/mt-netware: New file.
30646 * config/mt-i386-netware: Removed, separate configs for different
30647 netware architectures are no longer needed now that we have
30648 --with-headers.
30649
30650Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30651
30652 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30653 by the recent changes to use ANSI C arithmetic conversions.
30654
30655Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30656
30657 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30658 bug involving using inferior_pid to figure out whether to select a
30659 frame.
30660
30661Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30662
30663 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30664 match the current disassembler output.
30665
30666Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30667
30668 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30669 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30670 types, expect "int" as type of integer values (for now).
30671
30672Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30673
30674 * gdb.base/commands.exp: New tests for if/while commands.
30675
30676Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30677
30678 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30679 by .*, since hex values have different syntax in Chill mode.
30680
30681Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30682
30683 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30684 linefeed from expect pattern for repeated types with indices > 9.
30685
30686Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30687
30688 First part of Fortran test suite.
30689 * gdb.fortran: New directory.
30690 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30691
30692Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30693
30694 * gdb.base/default.exp: Update expect pattern for load command
30695 without arguments.
30696
30697Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30698
30699 * configure.in: Change i386 to i[345]86.
30700 * gdb.base/configure.in: Likewise.
30701 * gdb.c++/configure.in: Likewise.
30702 * gdb.chill/configure.in: Likewise.
30703
30704Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30705
30706 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30707 patterns, since that is not a valid context for comments.
30708
30709Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30710
30711 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30712 repeated types and repeated types with indices > 9.
30713
30714Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30715
30716 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30717 2417; old bug has been fixed.
30718
30719Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30720
30721 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30722 send the newline ourselves instead of assuming gdb_test will do
30723 so when passed an empty input string.
30724
30725 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30726 stabs testcode.
30727
30728Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30729
30730 * lib/gdb.exp (gdb_test): Don't send anything if the first
30731 argument is an empty string. This makes cases where we want to
30732 match output that is already in expect's buffers (for example,
30733 matching a breakpoint after gdb_run_cmd has been called) work
30734 reliably.
30735
30736Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30737
30738 * config/netware.exp: New file.
30739
30740Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30741
30742 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
30743 the -B and -L prefixes so we can find the debugging stub.
30744
30745 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
30746 there and we are using the gcc from the tree.
30747
30748 * gdb.base/types.c: Removed.
30749
30750 * gdb.base/configure.in: Look for makefile fragments in ../config.
30751 Recognize i386-*-netware.
30752 * gdb.c++/configure.in: Likewise.
30753
30754Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30755
30756 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
30757 the correct TCL syntax.
30758
30759Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30760
30761 * gdb.base/opaque.exp: use runto instead of messing around with
30762 breakpoints. Simplify by using gdb_test.
30763
30764 * gdb.base/bitfields.exp: restart between tests on netware targets
30765 because breakpoints aren't relocated after target death. Run
30766 processes to completion.
30767
30768 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
30769
30770Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
30771
30772 * Makefile.in: Remove extra tabs that confuse some versions
30773 of "make". Use the newly built gdb to test with by default,
30774 rather than the first one in the tester's search path.
30775
30776Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
30777
30778 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
30779
30780 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
30781 condition help.
30782
30783Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30784
30785 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
30786
30787 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
30788 running.
30789 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
30790 * gdb.base/funcargs.exp: Likewise.
30791
30792 * gdb.base/bitfields.exp: Simplify by using gdb_test.
30793 * gdb.base/funcargs.exp: Likewise.
30794
30795 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
30796 message is "".
30797
30798Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30799
30800 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
30801 return,signals,twice}.exp: Handle non-existant binaries
30802 consistantly.
30803
30804 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
30805 * gdb.base/Makefile.in: Don't try to generate a core dump, we
30806 might testing a cross development system.
30807
30808Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30809
30810 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
30811 runtest script is relative to ${srcdir}, not ${rootdir}.
30812
30813Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
30814
30815 * gdb.base/signals.exp: Allow for optionality of breakpoint
30816 address.
30817
30818Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30819
30820 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
30821
30822Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30823
30824 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
30825 for size_t definition.
30826 * gdb.c++/templates.cc: Likewise
30827
30828 * config/mt-i386-netware: New file.
30829
30830 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
30831 defined.
30832
30833 * gdb.base/Makefile.in: Added support for systems that name core
30834 files by appending "core" to the program name.
30835 * gdb.base/a1-selftest.exp: Likewise.
30836
30837Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30838
30839 * gdb.base/return.exp: Add comment and message for `return double'
30840 test failure on Sparc Solaris.
30841
30842Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
30843
30844 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
30845
30846Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30847
30848 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
30849 from optimizing them away.
30850 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
30851 patterns to include default constructors and assignment operators,
30852 to match gcc versions beyond 2.5.8. Accept any cplus demangling
30853 character in the output of the virtual base pointer.
30854
30855Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30856
30857 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
30858 expression match in print_addr_of to avoid unintented matches.
30859 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
30860 versions up to 2.5.8.
30861
30862Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30863
30864 * gdb.base/list.exp: Tweak alternate pattern for listing of an
30865 included file to run under newer versions of expect.
30866 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
30867 consecutive >'s in templates to accomodate recent cplus-dem.c change.
30868 Remove xfail for the virtual table of BDDHookV.
30869
30870Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
30871
30872 * lib/gdb.exp (string_to_regexp): Set a default result.
30873 (default_gdb_start): Fix misleading message.
30874
30875Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
30876
30877 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
30878 Remove all CC, etc definitions.
30879 * config/mt-hpux: New file.
30880 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
30881 (CFLAGS, LDFLAGS): Define.
30882 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
30883
30884 * Makefile.in (site.exp): Don't insert host_os, etc.
30885 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
30886 (distclean): Check existence of subdir.
30887 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
30888 * gdb.base/Makefile.in: General cleanup and simplification.
30889 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30890 to build executables. Use default rule to build .o files.
30891 (EXPECT, RUNTEST, CC): Fix relative pathname.
30892 (site.exp): Don't insert host_os, etc.
30893 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
30894 and/or SIGUSR1 defined.
30895 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
30896 * gdb.c++/Makefile.in: General cleanup and simplification.
30897 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30898 (CFLAGS): Remove.
30899 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
30900
30901Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
30902
30903 * gdb.base/recurse.exp: Misc changes to get tests running again
30904 after Kung's changes to the watchpoint code.
30905 * gdb.base/watchpoint.exp: Likewise.
30906
30907Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
30908
30909 * lib/gdb.exp (string_to_regexp): Convert {\} also.
30910
30911Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
30912
30913 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
30914 * lib/gdb.exp (default_gdb_start): Define.
30915 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
30916 gdb.base/funcargs.exp, gdb.base/opaque.exp,
30917 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
30918 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
30919 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
30920 Don't call gdb_target_udi in between tests.
30921
30922Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30923
30924 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
30925 (which was basically just a local version of the same thing). In
30926 addition to avoiding duplication, gdb_test_exact is faster.
30927 * lib/gdb.exp (gdb_test_exact): Fix typo.
30928
30929 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
30930 don't give an error.
30931
30932 * gdb.base/term.exp: Call delete_breakpoints before starting.
30933
30934 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
30935 (t10): Add comment.
30936
30937Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30938
30939 Reorganization of the GDB Test Suite.
30940
30941 * gdb.base: New directory, contains all the basic tests.
30942 * gdb.c++: New directory, tests specific to C++.
30943 * gdb.chill: New directory, tests specific to Chill.
30944 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
30945 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
30946 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
30947 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
30948 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
30949 t30-31 to chill).
30950 * */gdbme.*: Rename to match appropriate expect scripts.
30951 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
30952 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
30953 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
30954 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
30955 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
30956 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
30957 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
30958 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
30959 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
30960 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
30961 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
30962 gdb.c++/virtfunc.cc: New names of C++ files.
30963 * gdb.chill/chillvars.ch: New name of Chill file.
30964 * gdb.base/configure.in, gdb.c++/configure.in,
30965 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
30966 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
30967 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
30968 * configure.in (configdirs): Update to reflect directory changes.
30969 (target_abbrev): No longer define for any configuration.
30970 * Makefile.in: Cosmetic improvements to header comments.
30971
30972Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
30973
30974 Various changes to gdb.t31:
30975
30976 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
30977 * gdbme.ch: Make all key-words and predefineds be upper-case.
30978 * chillvars.exp: Expect key-words and predefinds in upper-case.
30979
30980 * chillvars.exp: Use gdb_test_exact many places.
30981 Change expected output for arrays (which now includes index labels).
30982
30983 * pr-5020.exp, gdme.ch (module PR_5020):
30984 New test, for PR-5020.
30985
30986Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
30987
30988 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
30989 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
30990
30991Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
30992
30993 * Makefile.in: Fix bit-rot in definitions of CHILL,
30994 CHILL_FOR_TARGET and Chill_LIB.
30995 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
30996 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
30997 CHILL, and CHILL_LIB.
30998
30999Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31000
31001 * Revert the previous changes. Please see Rob's directory
31002 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31003
31004Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31005
31006 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
31007 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31008 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31009 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
31010 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31011 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31012 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31013 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31014 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31015 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31016 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31017 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31018 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
31019 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
31020 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
31021 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
31022 changes from 94Q1.
31023
31024Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
31025
31026 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
31027 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
31028 Rob's new testing fragments.
31029
31030Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
31031
31032 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 31033 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
31034
31035Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31036
31037 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
31038 version also, match on casted version strings, and match on
31039 gdb startup case where the line numbers might be messed up.
31040
31041Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
31042
31043 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 31044 (CFLAGS): Delete it from here.
c906108c
SS
31045
31046Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
31047
31048 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
31049
31050Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
31051
31052 * Makefile.in (RUNTEST): Default to just "runtest".
31053
31054Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31055
31056 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
31057 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
31058 the code has been restructured.
31059
31060Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31061
31062 * gdb.t00/default.exp (set write): Allow any number of \r and/or
31063 \n, not just one of each.
31064
31065 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
31066 /bin/cc gives a warning if you do.
31067
31068Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
31069
d63a86f8 31070 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
31071 __t10ListS_link1ZUiRCUiPT0
31072
31073Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31074
31075 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
31076 on local variables in recursive functions.
31077
31078 * gdb.t07/Makefile.in: Build the new test.
31079
31080Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31081
31082 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
31083 directly. Instead compare the return values from actual calls.
31084
31085Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
31086
31087 * Makefile.in (check): Set TCL_LIBRARY for runtest.
31088
31089Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31090
31091 * From Peter Schauer with minor modifications.
a9c64011
AS
31092 * gdb.t15/return.exp (return_tests): Handle targets where "return"
31093 stops in mid-line in the caller. Add xfail for returning a float
31094 value on X86 targets.
c906108c
SS
31095
31096Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31097
31098 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
31099 to avoid expect lossage.
31100 (fmem_LRbug_tests): Likewise.
31101 * gdb.disasm/hppa.s: Corresponding changes.
31102
31103 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
31104 conditions to work with latest dejagnu/expect.
31105
31106 * gdb.t15/funcargs.exp (finish from indirect call): No longer
31107 expected to fail on the PA.
31108 (backtrace in call with trampolines): Explicitly require main
31109 to be frame #1 (no trampolines should show up in backtrace).
31110
31111 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
31112 "continue -expect".
31113 * gdb.t06/break.exp: Likewise.
31114 * gdb.t07/watchpoint.exp: Likewise.
31115 * gdb.t13/bitfields.exp: Likewise.
31116 * gdb.t15/{funcargs,return}.exp: Likewise.
31117 * gdb.stabs/weird.exp: Likewise.
31118 * config/{mips,udi}-gdb.exp: Likewise.
31119
31120 * hppa.sed: Enclose comments within a sed command to avoid
31121 losing with the old OSF1 sed.
31122
31123Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31124
31125 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
31126 sequent dynix.
31127 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
31128 * gdb.t15/funcargs.exp: Conditionally step again to really
31129 finish from marker_call_with_trampolines. Handle the case where
31130 the first step from within call_with_trampolines already steps
31131 us back to main.
31132 * gdb.t15/gdbme.c: Add comment to closing brace of
31133 call_with_trampolines for funcargs.exp.
31134
31135Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31136
d63a86f8 31137 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
31138 Fix typo(s).
31139
31140Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31141
31142 * gdb.t07/gdbme.c: More code for watchpoint testing.
31143
31144 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
31145 "Hardware watchpoint" throughout file.
31146 (test_watchpoint_triggered_in_syscall): New test.
31147 (test_complex_watchpoint): New test.
31148
31149Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31150
31151 * gdbme.c (call_with_trampolines): New function to try and step
31152 into. Tests trampoline problems on the PA.
31153
31154 * funcargs.exp (localvars_in_indirect_call): No longer expect
31155 stepping into indirect call to fail on PAs.
31156 (test_stepping_over_trampolines): New test.
31157
31158Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31159
31160 * TODO: Add suggestions for static member function tests, and
31161 completion tests.
31162
31163Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31164
31165 * TODO: Add suggestions for "p/a" tests.
31166
31167 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31168 (default_gdb_exit): Replace all the hair with sending "quit" to
31169 the process with a simple close.
31170
31171Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31172
31173 * TODO: Add suggestions for shared library tests.
31174
31175Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31176
31177 * TODO: Add suggestions for x/s tests.
31178
31179Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31180
31181 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31182 "enable once", and "enable breakpoints once" with ".*".
31183
31184Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31185
31186 * TODO: Add suggestions about structure passing tests.
31187
31188Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31189
31190 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31191 the primary1 test, use work around if __GNUC__ < 2.
31192 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31193 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31194 Test for bad output rather than waiting for timeout. Issue
31195 second continue only if first continue failed.
31196
31197Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31198
31199 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31200 operator[] test with gdb_test because the old code didn't seem to
31201 be getting the quoting right with the new dejagnu.
31202
31203Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31204
31205 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31206 one from the path.
31207 * Makefile.in: Use a fresh expect if there is one, use runtest
31208 from the src tree if there is one.
d63a86f8 31209
c906108c
SS
31210Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31211
31212 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31213 next over recursive call. Revise the tests from that point on
31214 (which had been skipped) to match GDB's actual (correct) output.
31215
31216 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31217 with next over a breakpoint whose condition is false.
31218
31219 * gdb.t00/help.exp: Comment out "help set print" tests just like
31220 (and for same reason as) "help set" test.
31221
31222Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31223
31224 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31225 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31226
31227Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31228
31229 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31230 necessary gdb_target_udi.
31231
31232 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31233
31234 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31235 1838 and 2417; they are fixed.
31236
31237 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31238 gdb.t03/ptype.exp (ptype structure, ptype union):
31239 Remove xfails; the test is looser than when the xfails were added.
31240
31241 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31242 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31243
31244 * gdb.t01/run.exp: Only run shell test if isnative.
31245
31246 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31247 since "run" automatically loads if necessary. Call gdb_target_udi
31248 after the "file" since "file" kills any execution target.
31249
31250 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31251 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31252 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31253 argument for UDI.
31254
31255Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31256
31257 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31258
31259 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31260
31261Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31262
31263 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31264 properly quoting regexps. This makes the second argument to
31265 demangle a fixed string, which matches the callers, instead of a
31266 shell-style pattern which is what the previous implementation
31267 used. Update some of the callers.
31268
31269Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31270
31271 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31272 (comib_nullified_tests): Fix typo.
31273 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31274 strings. No longer expected to fail.
31275
31276 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31277 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31278 strings. No longer expected to fail.
31279
31280 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31281 string. No longer expected to fail.
31282
31283Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31284
31285 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31286 No longer expected to fail.
31287
31288 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31289 string. No longer expected to fail.
31290
31291Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31292
31293 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31294 only in the names (I probably got most of them). I was even
31295 generous with some which differed in underscores in names, and
31296 probably missed a few, and I *still* was able to remove almost a
31297 third of the file with almost no impact on testsuite coverage.
31298
31299Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31300
31301 * gdb.t00/default.exp: Match udi_attach error message as well as
31302 the one from child_attach.
31303
31304 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31305
31306 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31307
31308 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31309 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31310
31311 * Move test with enums and partial symbols back to
31312 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31313 Reverts the change of 26 May 93. Per today's change to
31314 stabs.texinfo, the behavior that weird.exp was expecting was
31315 unreasonable; what is important is that the compiler+gdb get
31316 things right, which happens with a recent gcc. Also fix the test
31317 to deal with native compilers which put out the stab gdb can't
31318 deal with.
31319
31320Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31321
31322 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
31323 in the names. The main thing these accomplish is to slow things down.
31324 Many more such duplicates surely remain.
31325
31326 * gdb.t00/help.exp: Comment out "help support" test just like
31327 (and for same reason as) "help set" test.
31328
31329Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
31330
31331 * gdb.t06/break.exp: Remove setup_xfails for
31332 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
31333 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
31334 about known bug in gcc to include up through 2.5.8.
31335 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
31336 well as "_vb$".
31337 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
31338 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
31339 with latest gcc and gdb.
31340 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
31341 well as "_vb$".
31342
31343Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31344
31345 * configure.in (hppa*-*-*): Also configure and build stabs-only
31346 tests.
31347
31348Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31349
31350 * gdb.t10/hppa.mt: A makefile fragment for the PA.
31351 * gdb.t10/configure.in (hppa*-*-*): Use it.
31352
31353Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31354
31355 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
31356
31357Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31358
31359 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
31360 versions prior to 1.13.5.
31361
31362Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31363
31364 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
31365 the prompt is at the start of a line.
31366
31367Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31368
31369 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
31370 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
31371 in the copr tests now.
31372 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31373 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31374 expected to fail.
31375
31376Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31377
31378 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31379 gdb.t31/chillvars.exp, lib/gdb.exp:
31380 Tweak to run under either version of expect.
31381 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31382 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31383 * gdb.t11/list.exp: Remove extraneous whitespace.
31384
31385Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31386
31387 * gdb.t16/printcmds.exp (test_print_strings): Accept
31388 "(unsigned char *) " before the string.
31389
31390 * TODO: Add notes about printing of fancy types and GDB expressions.
31391
31392Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31393
31394 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31395 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 31396 if doing mips-idt-ecoff.
c906108c
SS
31397
31398Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31399
31400 * Most .exp files: Tweak to run under either version of expect.
31401
31402Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31403
31404 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31405 xfails; I'm not sure why they are failing, but not because of PR 1806.
31406
31407Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31408
31409 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31410 defined in lib/gdb.exp.
31411
31412Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31413
31414 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31415 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31416 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31417 have to be typeless.
31418
31419Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31420
31421 * TODO: Add suggestion for copyright year test.
31422
31423Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31424
31425 * configure.in (*-*-lynxos*): Add stabs tests.
31426
31427Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31428
31429 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31430 so insert a tab before any assembler directive in column zero.
31431
31432 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31433 stores.
31434 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31435 stores.
31436 (fpu_short_memory_tests): Likewise.
31437
31438Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31439
31440 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31441 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31442 .stabs directives in comments.
31443
31444Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31445
31446 * TODO: New file, describing tests we could write.
31447 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31448
31449Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31450
31451 * gdb.t06/signals.exp: Add kludge to force re-sync.
31452
31453 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31454 to xgdb instead of gdb, get out of gdb.
31455
31456Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31457
31458 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31459 for info.
31460
31461Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31462
31463 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31464 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31465 * gdb.stabs/hppa.sed: New sed script for the PA.
31466
31467Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31468
31469 * gdb.stabs: Re-write weird.def and configuration to use sed
31470 instead of cpp. sed is portable and POSIX; cpp is neither.
31471
31472Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31473
31474 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31475
31476Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31477
31478 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31479
31480Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31481
31482 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31483 "_vb$".
31484 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31485 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31486
31487Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31488
31489 * lib/gdb.exp: Comment out code which depends on non-existent
31490 `transform' procedure.
31491
31492Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31493
31494 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31495 * lib/gdb.exp: Transform tool name.
31496 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31497 1.1's new error handling system.
31498
31499Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31500
31501 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31502
31503Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31504
31505 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31506 They made pattern matching so slow that timeouts happened on
31507 heavily loaded systems. Now any output from "show print" which
31508 gets us back to the GDB prompt is a PASS.
31509
31510Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31511
31512 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31513
31514Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31515
31516 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31517
31518 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31519 It is not from PR 3220.
31520
31521Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31522
31523 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31524 just started failing because they depended on the order the
31525 subcommands are presented, or exact docstring text. This kind of
31526 test is a pain and has minimal benefit.
31527
31528Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31529
31530 * gdb.t09/corefile.exp: At end of test, use "core" command with
31531 no arguments.
31532
31533Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31534
31535 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31536 17}/Makefile.in: Make it possible to run the testsuite with Sun
31537 make and CC = cross gcc by adding explicit build rules for .o
31538 files.
31539
31540Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31541
31542 * gdb.t15/funcargs.exp: Don't put comments on same line as
31543 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 31544
c906108c
SS
31545Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31546
31547 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31548
31549Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31550
31551 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31552 * gdb.t20/inherit.exp: remove three dumplicate entries.
31553
31554Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31555
31556 * gdb.t06/break.exp: For "next over recursive call", fail on any
31557 incorrect output, not just on "factorial (value=2)".
31558
31559Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31560
31561 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31562 working now. Add an xfail if accesing a bss variable causes
31563 a memory error if the target is not yet run.
31564
31565Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31566
31567 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31568 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31569 name of __st* demangling (2 strings). Did Kung really get the
31570 more than 95 others right without testing them?
31571
31572Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31573
31574 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31575
31576Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31577
31578 * configure.in (configdirs): Add gdb.disasm
31579 * gdb.disasm: New directory for GDB disassembler tests.
31580 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31581
31582Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31583
31584 * gdb.t00/help.exp: Don't test "help set".
31585
31586 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31587 from within expect statements. None of these happen anymore and
31588 they cause regressions to be silently unnoticed.
31589
31590 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31591 messages) about known failures with gcc cygnus-2.4.5-930417.
31592
31593 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31594 comp-info.exp so it gets built if it doesn't exist.
31595
31596 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31597 it is no longer used.
31598 * gdb.t13/comp-info.c: Removed.
31599
31600Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31601
31602 * gdb.t06/signals.exp: Add xfail for sun3.
31603
31604Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31605
31606 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31607 relevant because ^C doesn't get sent but failure can be reproduced
31608 interactively).
31609
31610Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31611
31612 * gdb.stabs/alpha.mt: New configuration file for alpha.
31613 * gdb.stabs/configure.in: Use it.
31614 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31615 sharing with alpha.mt, redefine long to word via preprocessor.
31616 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31617 for alpha.
31618 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31619 native cc.
31620 * gdb.t00/teststrategy.exp: Change expect string so that we
31621 consume the `(xgdb)' from the command echo and from the gdb prompt.
31622 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31623 gdb currently compares all values as long, so this failure probably
31624 applies to any configuration where LONGEST is bigger than a target int.
31625 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31626 with gcc.
31627 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31628 to handle opaque pointers, gcc is.
31629 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31630 as first argument. Include <sys/types.h> and change all operator
31631 new definitions to use size_t.
31632 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31633 now that we use size_t.
31634
31635Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31636
a9c64011 31637 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 31638 a long or float array cast all array members to the same type.
a9c64011 31639 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 31640 with 64 bit longs.
a9c64011 31641 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 31642 on alpha.
a9c64011 31643 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
31644
31645Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31646
31647 * gdb.t24 (demangle.exp): Constructors of templates have names like
31648 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31649 section 14.6 of the ARM.
31650
31651 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31652 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31653 accomplish little and slow down the testsuite.
31654
31655 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31656 Accept spaces various places.
31657
31658Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31659
31660 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31661 with watchpoint enabled.
31662
31663 * Makefile.in: Remove definition of CC and remove the second
31664 definition of CXX (the "CXX = gcc" one remains). These definitions
31665 were causing backquotes to be expanded within backquotes, which
31666 doesn't work.
31667
31668Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31669
31670 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31671
31672Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31673
a9c64011
AS
31674 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31675 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
31676 by mips cc and contains no stabs entries.
31677
31678Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31679
31680 * config/vx-gdb.exp: Use fake device to load files rather than
31681 NFS.
31682 * lib/gdb.exp: New proc to do "file" command.
31683 * config/unix-gdb.exp: Use new "file" proc.
31684
31685Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31686
31687 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31688 Rework board rebooting slightly.
31689 (gdb_exit): Don't exit from the remote shell; there isn't one.
31690 * gdb.stabs/weird.exp: If a program is being debugged already,
31691 kill it.
31692 * gdb.t04/setvar.exp: Stop and restart gdb.
31693 * gdb.t05/expr.exp: Likewise.
31694 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31695 restart gdb and reload the program.
31696 * gdb.t08/opaque.exp: Likewise.
31697 * gdb.t12/scope.exp: Likewise.
31698 * gdb.t13/bitfields.exp: Likewise.
31699 * gdb.t15/funcargs.exp: Likewise.
31700 * gdb.t20/classes.exp: Likewise.
31701 * gdb.t03/ptype.exp: Increase timeout.
31702 * gdb.t16/printcmds.exp (test_print_string_constants,
31703 test_print_array_constants): Likewise.
31704 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31705 * gdb.t20/classes.exp (do_tests): Likewise.
31706 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31707
31708Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31709
31710 * gdb.stabs: Renamed *wierd* to *weird*.
31711
31712Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31713
31714 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31715 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31716
31717Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31718
31719 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31720 (do_tests): Remove xfail for whatis on one_var and two_var.
31721
31722Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31723
31724 * Makefile.in: Made cross building work better by adding
31725 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31726
31727Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31728
31729 * gdb.t15/{return.c,return.exp,Makefile.in}:
31730 New test, currently commented out.
31731
31732Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31733
31734 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31735 still running and removes the leftover named socket so GDb can do
31736 clean restarts.
31737
31738Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
31739
31740 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
31741 console, not GDB.
31742 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
31743 cross testing works better with "make check"
31744 * config/unix-gdb: Use default procedures for exit and version.
31745 * config/vx-gdb.exp: Cleaned up and massaged back to working order
31746 with the newest VxWorks.
31747
31748Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31749
31750 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
31751 old form.
31752
31753 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
31754 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
31755
31756 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
31757
31758 * config/unix-gdb.exp: Remove this version of gdb_exit
31759 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
31760 Rob says he'll look at it when he gets back to testing boards.
31761
31762Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
31763
31764 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
31765 an expected fail for certain ptype commands.
31766
31767 * gdb.t20/classes.exp: Update expected results of "ptype class
31768 Base1" to account for the constructor that now appears in the type.
31769
31770Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
31771
31772 * configure.in (configdirs): Restore gdb.t04, which mysteriously
31773 disappeared from list.
31774 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
31775 "alldone" proc with call to cleanup and exit.
31776 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
31777 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
31778 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
31779 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
31780 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
31781 "alldone" proc with simple returns that suppress remaining
31782 tests. The alldone proc went away many months ago.
31783
31784Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31785
31786 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
31787
31788 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
31789
31790Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31791
31792 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
31793 as vax gdb will display them.
31794
31795Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31796
31797 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
31798 optimizers.
31799
31800 * scope.exp: Change "bad value for localval" messages so each one
31801 is unique.
31802
31803 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
31804 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
31805
31806 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
31807
31808Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31809
31810 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
31811 doesn't exist (due to optimization).
31812
31813Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31814
31815 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
31816 contains \r because the filename is long.
31817
31818 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
31819 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
31820
31821Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31822
31823 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
31824 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
31825 Ultrix.
31826 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
31827 int tests.
31828 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
31829
31830Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
31831
31832 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
31833
31834 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 31835 to match does not match the passing case but still matches the
c906108c
SS
31836 failing case.
31837
31838Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31839
31840 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
31841
31842Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
31843
31844 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
31845 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
31846 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
31847 Remove various versions of gdb_exit.
31848 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
31849 gdb_exit.
31850 * config/unix-gdb.exp: gdb_exit remains here, and should override
31851 the generic version, since it's doing a lot of wierd stuff that
31852 the other versions aren't. FIXME, fold it in, or abandon this
31853 version.
31854
31855Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31856
31857 * gdb.t24/demangle.exp: Add tests for PR 3220.
31858
31859Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31860
31861 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
31862
31863Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
31864
31865 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
31866 "i386-*-*". Works for i486 as well.
31867
31868 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
31869 bug, and expand domain of xfail to all SVR4 systems, since the
31870 actual problem is likely to be in generic SVR4 /proc support.
31871
31872Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31873
31874 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
31875
31876Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
31877
31878 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
31879 xfails for other systems. Match a missing 'Continuing.' as an
31880 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
31881
31882 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
31883 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
31884 Only issue warning for missing executables if -all option is used.
31885
31886 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
31887 file if -all option is used. It's like an unpredictable XFAIL.
31888
31889Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31890
31891 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
31892 for dynamically linked binaries.
31893
31894 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
31895
31896Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31897
31898 * gdb.t20/inherit.exp: Change message for "print tagless struct"
31899 to state that this is a known bug in old versions of g++.
31900
31901Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31902
31903 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
31904 while waiting for `Continuing'.
31905
31906Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
31907
31908 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
31909 in text, data, and bss.
31910 * gdb.t10/nodebug.c: Add local and global test variables for
31911 initialized and uninitialized data.
31912
31913Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31914
31915 * config/unix-gdb.exp (gdb_exit): Add "wait".
31916
31917Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31918
31919 * gdb.t06/signals.exp: xfail the continue from the handler for all
31920 targets.
31921
31922 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
31923 function with watchpoints enabled, the i386 call dummy starts with
31924 a call.
31925
31926 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
31927 386 bsd names its corefiles.
31928
31929Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
31930
31931 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
31932 compilers don't grok it.
31933 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
31934 with small octal ints rather than character constants, which
31935 are signed and might not fit if first promoted to int.
31936
31937Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
31938
31939 * gdb.t09/Makefile.in (clean): Remove corefile.
31940
31941Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31942
31943 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
31944
31945Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31946 and Jim Kingdon (kingdon@cygnus.com)
31947
31948 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
31949 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
31950 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
31951
31952Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31953
31954 * gdb.t17/interrupt.exp: Add xfail for hppa.
31955
31956Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31957
31958 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
31959 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
31960 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
31961 to determine signed-ness of bitfields and use the result to setup
31962 the xfail.
31963 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
31964 * gdb.t15/funcargs.exp: Use them to step until the second indirect
31965 call line is reached if necessary.
31966
31967Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31968
31969 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
31970
31971Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31972
31973 * gdb.t06/break.exp: Also test `clear' command.
31974
31975Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31976
31977 * gdb.t00/teststrategy.exp: Remove extra quote.
31978
31979 * gdb.t07/watchpoint.exp: Change xfail for calling function with
31980 watchpoint enabled to be for all non-68k machines.
31981
31982 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
31983
31984Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31985
31986 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
31987 targets use aout.mt instead of ecoff.mt as gas understands
31988 standard aout format.
31989
31990Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31991
31992 * lib/gdb.exp (runto): Don't insist that function we are running to
31993 was compiled with -g.
31994
31995 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
31996
31997 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
31998 to get back into the read system call.
31999 Accept leading newline in case where we woke it up.
32000
32001Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32002
32003 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32004 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32005 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32006 enable ecoff configuration.
32007
32008Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32009
32010 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32011
32012Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32013
32014 * gdb.t16/printcmds.exp: Add another printf test.
32015
32016Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32017
32018 * configure.in: If configured -with-stabs on any target, add
32019 stabsdirs to configdirs.
32020
32021Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32022
32023 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
32024 fun" so pattern does not match the command itself.
32025
32026Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32027
32028 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
32029
32030Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32031
32032 * gdb.t17/interrupt.exp: Test for more things.
32033
32034Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32035
32036 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
32037 compiler arranges the code and line numbers.
32038
32039 * gdb.t17/interrupt.exp: Don't send \n after ^C.
32040
32041Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32042
32043 * gdb.t00/help.exp: Increase expect input buffer size.
32044
32045Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32046
32047 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
32048
32049 * gdb.t07/watchpoint.exp: Add xfail for hppa.
32050
32051 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
32052
32053 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
32054 [0-9]*, not just [0-9].
32055
32056Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32057
32058 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
32059
32060 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
32061
32062Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32063
32064 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
32065
32066Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32067
32068 * gdb.t06/signals.c: Add xfails for sun3.
32069
32070 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
32071
32072 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
32073 test_stepping tests.
32074
32075Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32076
32077 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
32078
32079 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
32080
32081 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
32082 rather than actually putting it through cpp twice.
32083
32084 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
32085
32086Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
32087
32088 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
32089 no longer needed.
32090
32091Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32092
32093 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
32094
32095 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
32096 C++ features prints as "struct", make it a pass, not an xfail.
32097
32098Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32099
32100 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32101 Don't require VA to print as "class" rather than "struct".
32102
32103Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
32104
32105 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
32106
32107Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32108
32109 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
32110
32111Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32112
32113 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
32114 order.
32115
32116Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32117
32118 * gdb.t16/printcmds.exp: Add printf tests.
32119
32120 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
32121
32122 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
32123
32124Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
32125
32126 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
32127 pass counts, to counteract any existing or future setup_xfails.
32128
32129Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32130
32131 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
32132 {BEGIN,END}_COMMON for common block instead of STAB.
32133 * gdb.stabs/wierd.exp: Add xfail for rs6000.
32134
32135 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
32136 intp_var should be N_GSYM not N_LSYM.
32137 wierd-aout.S: Use a label for the value of the N_SO.
32138 wierd.def: Remove all backslashes.
32139 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
32140
32141Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32142
32143 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
32144 get the expected next to inheritance3.
32145
32146Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32147
32148 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
32149 now that gcc-2.4 gets it right.
32150
32151Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32152
32153 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
32154
32155 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
32156 generating comp-info.exp which works for cross-compilation.
32157
32158Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
32159
32160 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
32161 "*-*-sysv4.*".
32162
32163Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
32164
32165 * gdb.t01/run.exp: Start with a fresh gdb.
32166 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32167 SVR4.x.
32168
32169Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32170
32171 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32172 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32173 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32174 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32175 things to remove.
32176
32177Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32178
32179 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32180 test cases from bug reports.
32181
32182Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32183
32184 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32185 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32186 avoid spurious xfails.
32187 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32188 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32189 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32190
32191Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32192
32193 * gdb.t00/teststrategy.exp: Rework to provide more useful
32194 description of each test, fix problem with systems that define
32195 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32196 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32197 results for "next over recursive call" so timeouts aren't taken
32198 by error.
32199
32200Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32201
32202 * gdb.t12/scope.exp: Test printing of variables before run.
32203
32204 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32205 printed in wrong order due to sorting.
32206
32207Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32208
32209 * gdb.t00/teststrategy.exp: Fix expected results for printing
32210 user entered string constant. Is array of char, prints with no
32211 address.
32212
32213 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32214 commands.
32215 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32216 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32217 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32218 of struct of char arrays.
32219 * gdb.t00/radix.exp: New tests for radix commands.
32220
32221Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32222
32223 * gdb.t16/printcmd.exp: Print a variable before running program
32224 (with xfail for AIX).
32225
32226Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32227
32228 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32229
32230 * gdb.t16/printcmd.exp: Don't print variables before running program.
32231
32232 * gdb.t06/break.exp: Don't require envp argument to main.
32233
32234 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32235
32236 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32237 Add xfails for rs6000.
32238
32239 * gdb.t02/whatis.exp: Change other tests not to re-test something
32240 we already tested.
32241
32242 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32243 each type used has a variable of that type.
32244
32245Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32246
32247 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32248
32249Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32250
32251 * configure.in: change srctrigger to be a file, not a directory
32252
32253Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32254
32255 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32256
32257 * gdb.t11/list.exp: Fixed a couple of typos.
32258
32259Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32260
32261 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32262 is fixed and PR is closed.
32263 * gdb.t16 (gdbme.c): Add simple test string variable.
32264 * gdb.t16 (printcmds.exp): Add tests with simple test string
32265 variable, primarily for boundaries on "set print elements".
32266
32267Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32268
32269 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32270 Make leading 0's optional and don't expect a tab in the middle
32271 of the number.
32272
32273 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32274
32275 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32276 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32277 don't end command passed to gdb_test with newline.
32278
32279 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32280 signed keyword away, don't expect signed bitfields to be signed.
32281
32282 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32283 printing with only as many 1's as are in the field as well as printing
32284 with 32 1's (see comment).
32285
32286Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32287
32288 * gdb.t00/default.exp: Start with a fresh gdb.
32289 * configure.in (configdirs): Remove gdb.t31 until the chill
32290 compiler works again. It no longer is able to find chillrt0
32291 since it isn't in libchill.a anymore.
32292 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32293 wierd.o, make more modular.
32294 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32295 spurious newlines that caused problems.
32296
32297Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32298
32299 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32300 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32301 gdb.stabs/wierd.{exp,def}: Many new tests.
32302
32303 * gdb.t00/default.exp: update info line for new message.
32304
32305 * gdb.t02/{whatis.exp,gdbme.c}:
32306 Test that "char *" doesn't print as "caddr_t".
32307
32308Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32309
32310 * gdb.t00/help.exp: Use .* in place of some help messages which
32311 just changed.
32312 gdb.t00/default.exp: Update "info frame" test for new message.
32313 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32314 Remove some xfails
32315
32316Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32317
32318 * gdb.t03/{gdbme.c,ptype.exp}:
32319 Add tests for typedef'd struct and union without tags.
32320 Also check "whatis" on a variable of a typedef'd enum without a tag.
32321
32322 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
32323 PRMS 1823; the bug still exists but isn't reproduced by this test
32324 anymore), and remove rs6000 XFAIL (the bug is fixed).
32325
32326 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
32327 duplicated from whatis.exp. For those that are left, accept
32328 "long", "long int", or "int" for long variables (whatis.exp already
32329 has an XFAIL for "int", so no need to fail it here).
32330
32331 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
32332 Deal with GCC's names for types now that GDB uses the compiler's names.
32333
32334 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
32335 setup_xfail's for sunos4. If we #defined the signed keyword away,
32336 don't expect GDB to know that char it is signed.
32337
32338 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
32339
32340Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
32341
32342 * configure.in (configdirs): Add gdb.t24 for C++ tests that
32343 should work on any system, regardless of debugging format.
32344 * gdb.t21/demangle.exp: Move to gdb.t24.
32345 * gdb.t24/demangle.exp: Move from gdb.t21.
32346 * gdb.t24/{Makefile.in, configure.in}: New files.
32347
32348Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32349
32350 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32351 * gdb.stabs: New directory.
32352
32353Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32354
32355 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
32356 not just "Quit anyway?".
32357
32358Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
32359
32360 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
32361 that all setup_xfails are immediately followed by clear_xfails.
32362
32363Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
32364
32365 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
32366 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
32367 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
32368 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
32369 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
32370 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32371 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32372 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32373 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32374 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32375 gdb.t31/chillvars.exp, lib/gdb.exp:
32376 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32377 bug-gdb@prep.ai.mit.edu.
32378
32379Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32380
32381 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32382 with 0.0, not integer 0.
32383
32384Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32385
32386 * gdb.t06/break.exp: Update for "Kill the program" message change.
32387
32388Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32389
32390 * Makefile.in (GDBFLAGS): Set to -nx.
32391 * Makefile.in (site.exp): Use GDBFLAGS.
32392
32393Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32394
32395 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32396 Makefiles.
32397 (check): depend on just-check.
32398 (just-check): added so that tests can be run without a noop
32399 build pass.
32400
32401Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32402
32403 Switch to using configure's configdirs.
32404 * Makefile.in (Makefile): add configure.in dependency.
32405 (SUBDIRS): removed redundant assignment.
32406 * configure.in: switch subdirs assignment to configdirs.
32407 * gdb.t*/configure.in: new files.
32408
32409Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32410
32411 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32412 works.
32413
32414Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32415
32416 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32417 in explicit rules. Apparently this is not supported by some makes.
32418
32419Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32420
32421 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32422
32423Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32424
32425 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32426 disappeared.
32427
32428Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32429
32430 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32431
32432Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32433
32434 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32435 watchpoint problem that is now fixed.
32436 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32437 uninitialized convenience variables.
32438 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32439 structures.
32440
32441Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32442
32443 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32444 which causes expect to get out of sync with gdb on long output
32445 from help set.
32446 * gdb.t09/corefile.exp: Make expected pattern for core file
32447 failing signal and frame output format less sun specific.
32448
32449Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32450
32451 * gdb.t31/chillvars.exp: Add and remove initial dummy
32452 breakpoint, so that symbol table is forced in.
32453 (Needed at least on Sunos4, though it seems not SVR4.)
32454 * gdb.t31/chillvars.exp: Update for changed output format.
32455
32456Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32457
a9c64011 32458 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
32459
32460Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32461
32462 * Makefile.in: Added --srcdir when invoking runtest, removed the
32463 need for a local config file. (optional now)
32464
32465Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32466
32467 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32468 failure count used to force early termination. Add some more
32469 expected failures for gnu style demangling.
32470
32471Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32472
32473 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32474 pmi variable from gdb.t20/gdbme to get optimized away.
32475 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32476 Check for written corefile upon timeout _and_ eof.
32477
32478Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32479
32480 * config/unix-gdb.exp: Add missing return 0.
32481
32482Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32483
32484 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32485 test termination.
32486
32487Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32488
32489 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32490 disappeared.
32491
32492Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32493
32494 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32495 time as i860 support works.
32496
d63a86f8 32497 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
32498 "backtrace 100\r" rather than just "backtrace\r", to match last
32499 change.
32500
32501Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32502
32503 * config/udi-gdb.exp (gdb_exit): Remove close command.
32504 (gdb_target_udi): New procedure to set the UDI target.
32505 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32506 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32507 Added waits for prompts after several question responses. Added
32508 some more responses used by a29k-amd-udi-gdb.
32509 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32510 pass different arguments, restart UDI connection after program
32511 completion.
32512 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32513 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32514 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32515 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32516 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32517 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32518 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32519 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32520 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32521 after program completion.
32522 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32523 compiled with a SELECT_VECS setting.
32524 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32525 infinite recursion.
32526
32527 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32528 Added checks for COFF results, and made them expected failures for
32529 all targets. It would be better to make them expected failures
32530 for COFF targets only.
32531
32532Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32533
32534 * Makefile.in: add null dvi target, don't bother to recurse
32535 through test directories for info and install-info; rename
32536 $(datadir) to be dejagnu instead of deja-gnu
32537
32538Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32539
32540 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32541 compiler to coredump.
32542 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32543 code.
32544
32545Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32546
32547 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32548 coredump.
32549 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32550 code.
32551
32552Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32553
32554 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32555 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32556 which in a shell. Deletes xgdb when done.
32557 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32558 Tests the return from the "set height" or "set width" commands.
32559 Added a few return codes where needed.
32560
32561Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32562
32563 * Makefile.in (SUBDIRS): Add gdb.t17.
32564 * configure.in (subdirs): Add gdb.t17.
32565 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32566 files to test gdb's calling of functions in the inferior with
32567 the correct arguments and gdb's ability to retrieve any
32568 result returned.
32569
32570Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32571
32572 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32573 may be called after gdb goes away. Previous versions of expect
32574 needed these to avoid file descriptor leaks, but they cause
32575 errors with the current revision of expect.
32576 * gdb.t00/gdbvars.exp: Use -re on expected output after
32577 setting sevenbit-strings.
32578 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32579 to set sevenbit-strings consistent across tests.
32580 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32581 set sevenbit-strings consistent across tests.
32582
32583Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32584
32585 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32586 expected output to match current "expect" expectations.
32587
32588Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32589
32590 * gdb.t00/default.exp: Change expected output for default "source"
32591 command, to match new gdb behavior which requires a filename to
32592 source.
32593
32594Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32595
32596 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32597 expected fail for i486-*-* that misses the marker2 function.
32598 * gdb.t10/crossload.exp (bfddefault): Allow successful
32599 recognition of a format to pass even if no symbols are found.
32600 Explicitly catch failures where the format is not recognized
32601 or is ambiguous, and add the reason to the fail message.
32602 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32603 the cause is and invalid target and add reason to failure message.
32604 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32605 elf32-i386, elf32-sparc, and elf32-i860.
32606 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32607 Set up expected failure for 'filename'::variable scope resolution,
32608 which is now apparently broken on all targets.
32609 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32610 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32611 gdb.t23/templates.exp: Change failure for missing binfile into
32612 just a warning.
32613 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32614 references.
32615
32616Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32617
32618 * gdb.t00/default.exp: Add expected output for default "source"
32619 command, to match new gdb behavior.
32620 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32621
32622Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32623
32624 * config/*-gdb.exp: returns an error, rather than exiting on
32625 internal errors.
32626
32627Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32628
32629 * gdb.t03/gdbme.c: Add pointer to struct variable.
32630 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32631 referencing struct members.
32632
32633Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32634
32635 * configure.in (mips-idt-ecoff): New target.
32636 * config/mips-gdb.exp: New file for remote board using MIPS remote
32637 debugging protocol.
32638
32639 * Redid configuration scheme. Removed gdb.t*/configure.in.
32640 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32641 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32642 distclean targets. Built executables via .o files. Adjusted
32643 tests to account for source files in $(srcdir) rather than
32644 $(objdir).
32645 * lib/gdb.exp (runto): Don't expect () after the function name,
32646 because it may have arguments.
32647
32648Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32649
32650 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32651 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32652 expected failures for mips-idt-* and mips-sgi-*.
32653 * gdb.t00/default.exp (attach): Kill process if requested.
32654 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32655 that does not read core files.
32656 * gdb.t01/run.exp: Removed checks for exit status code.
32657 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32658 it is linked in.
32659 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32660 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32661 appropriate, rather than doing it by hand.
32662 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32663 execution.
32664 * gdb.t10/crossload.exp: Kill existing program if needed.
32665 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32666 appropriate, rather than doing it by hand. Always increase
32667 timeout for this test, not just for VxWorks.
32668
32669Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32670
32671 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32672 of Chill STRUCT types and STRUCT values.
32673 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32674 than "char".
32675 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 32676 struct2): New struct definitions and initializations to test
c906108c
SS
32677 simple Chill STRUCT types.
32678
32679Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32680
32681 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32682 the null byte at the end of strings.
32683 * gdb.t00/default.exp: Make show version insensitive to copyright
32684 date.
32685 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32686 to avoid dependencies on target char signedness.
32687 * gdb.t16/printcmds.exp: Update expected results for explicitly
32688 unsigned char.
32689 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32690 now work.
32691 * gdb.t21/demangle.exp: Add many more patterns for template
32692 demangling, most of them being expected failures.
32693 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32694 string we are matching for, to match on the whole string.
32695 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32696 and fix a whole bunch that had incorrect expected output but were
32697 passing anyway because of the bug in "proc demangle".
32698 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32699 type.
32700 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32701
32702Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32703
a9c64011
AS
32704 * gdb/testsuite: made modifications to testcases, etc., to allow
32705 them to work properly given the reorganization of deja-gnu and the
32706 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
32707
32708Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32709
32710 * gdb/testsuite: Initial creation of gdb/testsuite.
32711 Migrated dejagnu testcases and support files for testing nm to
32712 gdb/testsuite from deja-gnu. These files were moved "as is"
32713 with no modifications. This migration is part of a major overhaul
32714 of dejagnu. The modifications to these testcases, etc., which
32715 will allow them to work with the new version of dejagnu will be
32716 made in a future update.
48efe704 32717
8d8cb839 32718 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 32719\f
8d8cb839
EZ
32720;; Local Variables:
32721;; mode: change-log
32722;; left-margin: 8
32723;; fill-column: 74
32724;; version-control: never
32725;; End:
902f2ccb 32726
28e7fd62 32727 Copyright 1993-2013 Free Software Foundation, Inc.
902f2ccb
MC
32728 Copying and distribution of this file, with or without modification,
32729 are permitted provided the copyright notice and this notice are preserved.
This page took 4.007179 seconds and 4 git commands to generate.