gold: x86_64-nacl: Correct 9-byte nop sequence to match what the assembler generates.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
055e608a
UW
12013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
4 the patterns in gdb_test_multiple.
5
9ac69859
NB
62013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
7
8 * gdb.base/sym-file-lib.c: New file.
9 * gdb.base/sym-file-loader.c: New file.
10 * gdb.base/sym-file-loader.h: New file.
11 * gdb.base/sym-file-main.c: New file.
12 * gdb.base/sym-file.exp: New file.
13 * lib/gdb.exp (is_elf_target): New function.
14
24ba476b
PA
152013-10-29 Pedro Alves <palves@redhat.com>
16
17 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
18 variable setting change-log-default-name to ChangeLog-mi.
19
f69d9aef
AB
202013-10-29 Andrew Burgess <aburgess@broadcom.com>
21
22 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
23 Expect <unavailable> pattern.
24
71193121
TV
252013-10-28 Tom de Vries <tom@codesourcery.com>
26
27 * gdb.arch/thumb2-it.S (it_8): Fix typo.
28
38095c27
AK
292013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
30
31 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
32 remote stubs where exit() behaviour is unreliable.
33
686d4def
PA
342013-10-25 Pedro Alves <palves@redhat.com>
35
36 * gdb.cp/m-static.exp: Adjust expected output of printing a
37 nonexistent or optimized out static field. Also test printing the
38 the "container" object.
39
a35cfb40
MR
402013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
41
42 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
43 if in the persistent mode.
44 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
45
bbe769cc
MR
462013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
47
48 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
49 support core file generation" reply.
50
95e4302a
JM
512013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
52
53 PR gdb/15986
54 * gdb.base/run.c (main): gdb_get_line_number tag added for
55 commands.exp.
56 (factorial): Likewise.
57
58 * gdb.base/commands.exp (watchpoint_command_test): Use
59 gdb_get_line_number in order to determine the locations in run.c
60 where local_var is detected to go out of scope.
61
4c406179
JM
622013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
63
64 * gdb.base/gnu_vector.exp: Care about endianness when casting
65 scalars to vectors.
66
bb6216d8
TT
672013-10-18 Tom Tromey <tromey@redhat.com>
68
69 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
70 of "binfile".
71
e8369a73
AB
722013-10-18 Andrew Burgess <aburgess@broadcom.com>
73
74 * gdb.base/watchpoints.exp: Add test for setting software
75 watchpoints of different types before starting the inferior.
76
776f04fa
PA
772013-10-18 Pedro Alves <palves@redhat.com>
78
79 PR gdb/16062
80 * gdb.threads/stepi-random-signal.c: New file.
81 * gdb.threads/stepi-random-signal.exp: New file.
82
e4b8388f
MR
832013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
84
85 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
86 Fix comment typo.
87 * lib/gdb.exp (gdb_init): Likewise.
88
50b34a18
TT
892013-10-17 Tom Tromey <tromey@redhat.com>
90
91 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
92
3db258f5
TT
932013-10-14 Tom Tromey <tromey@redhat.com>
94
95 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
96 name to gdb_test_no_output.
97
4856b6bc
JK
982013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
99
100 Canonicalize directories for EXEC_FILENAME.
101 * gdb.base/argv0-symlink.exp
102 (kept file symbolic link name for info inferiors): New.
103 (kept directory symbolic link name): Setup kfail.
104 (kept directory symbolic link name for info inferiors): New.
105
9772d074
UW
1062013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
107
108 * gdb.arch/s390-multiarch.exp: New file.
109 * gdb.arch/s390-multiarch.c: New file.
110
2a3be966
JB
1112013-10-11 Joel Brobecker <brobecker@adacore.com>
112
113 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
114 use the appropriate GDB/MI command instead, and verify
115 the test output.
116
7c647d61
JB
1172013-10-11 Joel Brobecker <brobecker@adacore.com>
118
119 * gdb.base/source-nofile.gdb: New file.
120 * gdb.base/source.exp: Add two tests verifying the behavior when
121 the "source" command is given a non-existant filename.
122
bb66bd51
YQ
1232013-10-11 Yao Qi <yao@codesourcery.com>
124
125 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
126 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
127 and 'dlclose'.
128 [!__WIN32__]: Include "dlfcn.h".
129 * gdb.mi/mi-catch-load.exp: Set up kfail.
130
4f424bb1
AK
1312013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
132
133 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
134 generated corefile" by argument "$test".
135
578d3588
PA
1362013-10-09 Pedro Alves <palves@redhat.com>
137
138 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
139 output.
140
eb4ca471
PA
1412013-10-09 Pedro Alves <palves@redhat.com>
142
143 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
144 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
145 (test_catch_syscall_with_wrong_args)
146 (test_catch_syscall_restarting_inferior)
147 (test_catch_syscall_fail_nodatadir)
148 (test_catch_syscall_without_args_noxml)
149 (test_catch_syscall_with_args_noxml)
150 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
151
dc294be5
TT
1522013-10-08 Tom Tromey <tromey@redhat.com>
153
154 * gdb.dwarf2/dwzbuildid.exp: New file.
155 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
156 parameters.
157 (Dwarf::_defer_output): Change "section" parameter to
158 "section_spec"; update.
159 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
160 procs.
161
c968bd18
JB
1622013-10-08 Joel Brobecker <brobecker@adacore.com>
163
164 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
165
f44eeb11
TT
1662013-10-07 Tom Tromey <tromey@redhat.com>
167
168 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
169 to 0.
170
0c557179
SDJ
1712013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
172
173 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
174 $_exitcode is void when opening a corefile.
175 * gdb.base/exitsignal.exp: New file.
176 * gdb.base/segv.c: Likewise.
177 * gdb.base/normal.c: Likewise.
178
5713b9b5
JB
1792013-10-04 Joel Brobecker <brobecker@adacore.com>
180
181 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
182
3f983d47
YZ
1832013-10-02 Vidya Praveen <vidyapraveen@arm.com>
184
185 * gdb.trace/entry-values.exp: Modify regular expression to scan for
186 'bl' instruction instead of 'call' for ARM and AArch64 targets.
187
901461f8
PA
1882013-10-02 Pedro Alves <palves@redhat.com>
189
190 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
191 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
192 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
193 (not_saved_pattern): New.
194 Replace use of the former with the latter.
195
b477a5e6
PA
1962013-10-02 Pedro Alves <palves@redhat.com>
197
198 * README (Board Settings): Document "exit_is_reliable".
199 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
200 running to exit reliably reports program exits.
201 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
202 info.
203 * boards/native-stdio-gdbserver.exp: Likewise.
204
a49bed3a
DE
2052013-10-01 Doug Evans <dje@google.com>
206
207 * gdb.python/python.exp: Remove redundant print-stack tests.
208 Make all print-stack test names unique. Fix spelling of print-stack.
209
2ed2ad44
YQ
2102013-09-29 Yao Qi <yao@codesourcery.com>
211
212 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
213 is remote.
214
7d760051
UW
2152013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
216
217 PR shlibs/8882
218 * gdb.base/corefile.exp: Add a check to assure warning-free
219 core-file load.
220
82bf32bc
JK
2212013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
222
223 * gdb.dwarf2/dwp-symlink.c: New file.
224 * gdb.dwarf2/dwp-symlink.exp: New file.
225
4fa7d390
DE
2262013-09-20 Doug Evans <dje@google.com>
227
6b4646ce
DE
228 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
229 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
230 file.
231 * gdb.dwarf2/fission-loclists.S: Ditto.
232 * gdb.dwarf2/fission-reread.S: Ditto.
233 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
234 build_executable_from_fission_assembler.
235 * gdb.dwarf2/fission-loclists.exp: Ditto.
236 * gdb.dwarf2/fission-reread.exp: Ditto.
237
4fa7d390
DE
238 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
239 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
240 (gdb_gnu_strip_debug): Ditto.
241 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
242 * gdb.arch/altivec-abi.exp: Ditto.
243 * gdb.base/attach-pie-misread.exp: Ditto.
244 * gdb.base/comprdebug.exp: Ditto.
245 * gdb.base/dup-sect.exp: Ditto.
246 * gdb.base/gnu-debugdata.exp: Ditto.
247 * gdb.base/step-symless.exp: Ditto.
248 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
249 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
250 * gdb.dwarf2/gdb-index.exp: Ditto.
251
e4c6a2c4
AB
2522013-09-18 Andrew Burgess <aburgess@broadcom.com>
253
254 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
255 register to "<optimized out>", and also print the registers.
256
a205fbfc
PA
2572013-09-18 Pedro Alves <palves@redhat.com>
258
259 PR server/15967
260 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
261 change text.
262
ee47b2f8
YQ
2632013-09-18 Yao Qi <yao@codesourcery.com>
264
265 * gdb.server/wrapper.c: New.
266 * gdb.server/wrapper.exp: New.
267
49fa26b0
PA
2682013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
269 Jan Kratochvil <jan.kartochvil@redhat.com>
270 Pedro Alves <palves@redhat.com>
271
272 PR gdb/11568
273 * gdb.thread/thread-specific-bp.c: New file.
274 * gdb.thread/thread-specific-bp.exp: New file.
275
e83b28bc
SDJ
2762013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
277
278 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
279 convenience function.
280
08d72866
PA
2812013-09-17 Pedro Alves <palves@redhat.com>
282
283 PR gdb/15911
284 * gdb.threads/info-threads-cur-sal-2.c: New file.
285 * gdb.threads/info-threads-cur-sal.c: New file.
286 * gdb.threads/info-threads-cur-sal.exp: New file.
287
57b0d98e
YQ
2882013-09-17 Yao Qi <yao@codesourcery.com>
289
290 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
291 [__WIN32__]: Include "windows.h" and define macro dlopen
292 and dlclose.
293 [!__WIN32__]: Include "dlfcn.h".
294 * gdb.base/catch-load.exp (one_catch_load_test): Match
295 directory separator.
296
0295a32e
DE
2972013-09-16 Doug Evans <dje@google.com>
298
a587b477
DE
299 * lib/gdb.exp (using_fission): New proc.
300 * gdb.base/info-macros.exp: Skip test if using Fission.
301
0295a32e
DE
302 * gdb.base/break-interp.exp: Fix indentation.
303
a280dbd1
SDJ
3042013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
305
306 * gdb.base/gdbvars.c (foo_void): New function.
307 (foo_int): Likewise.
308 * gdb.base/gdbvars.exp (test_convenience_functions): New
309 function. Call it.
310
4ac33720
UW
3112013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
312
313 * gdb.arch/s390-tdbregs.c: New file.
314 * gdb.arch/s390-tdbregs.exp: New file.
315
b866c52d
SS
3162013-09-12 Stan Shebs <stan@codesourcery.com>
317
318 * README: New file.
319
dc59cba6
DE
3202013-09-12 Doug Evans <dje@google.com>
321
322 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
323 added code to print event.inferior.
324
edf9f00c
JK
3252013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
326
327 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
328 debug part of the binary.
329
5423b017
JK
3302013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
331
332 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
333 (addlink): Add comment.
334
9295cf6f
SA
3352013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
336
337 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
338 canonical pathname.
339
89e63ee4
DE
3402013-09-04 Doug Evans <dje@google.com>
341
314bb8c3
DE
342 * gdb.python/py-events.py (exit_handler): Verify we get the expected
343 event.
344 (continue_handler, new_objfile_handler): Ditto.
345 (test_events): Rename command to "test-events".
346 (test_newobj_events): Rename command to "test-objfile-events".
347 * gdb.python/py-events.exp: Update.
348 * gdb.python/py-evsignal.exp: Update.
349 * gdb.python/py-evthreads.exp: Update.
350
89e63ee4
DE
351 * gdb.base/enumval.c (ZERO): New enum value.
352 (main): Use it
353 * gdb.base/enumval.exp: Test ability to print ZERO.
354
3552013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
356 Pedro Alves <palves@redhat.com>
357
358 * gdb.base/relocate.exp: Check that invalid options are
359 rejected.
360
26c2b53c
AB
3612013-08-30 Andrew Burgess <aburgess@broadcom.com>
362
363 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
364 (my_static_symbol): Add comment.
365 (main): Reference my_bss_symbol.
366
96d9056e
PM
3672013-08-30 Phil Muldoon <pmuldoon@redhat.com>
368
369 * gdb.python/py-arch.exp: Tests for invalid architecture.
370
489d4f4d
SA
3712013-08-29 Sterling Augustine <saugustine@google.com>
372
373 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
374 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
375 said conditional.
376
5b791bb5
PM
3772013-08-29 Phil Muldoon <pmuldoon@redhat.com>
378
379 * gdb.python/py-arch.exp: Load gdb-python.exp.
380
8f28f522
PM
3812013-08-29 Phil Muldoon <pmuldoon@redhat.com>
382
383 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
384 itertools for imap attribute. Otherwise use map().
385 (ElidingIterator): Define wrapper function __next__.
386 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
387 use exec (open (read ())) instead.
388 * gdb.python/py-framefilter.exp: Ditto.
389 * gdb.python/py-arch.exp: Update print based test to Python 3.x
390 compliance.
391 * gdb.python/py-frame.exp: Ditto.
392 * gdb.python/py-type.exp: Ditto.
393
1f0c4988
JK
3942013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
395
396 PR gdb/15415
397 * gdb.base/argv0-symlink.c: New file.
398 * gdb.base/argv0-symlink.exp: New file.
399
7893c162
TT
4002013-08-28 Tom Tromey <tromey@redhat.com>
401
402 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
403 when saving index.
404
6211c335
YQ
4052013-08-27 Yao Qi <yao@codesourcery.com>
406
407 * gdb.trace/entry-values.exp: Test unavailable entry value is
408 not shown when option '--skip-unavailable' is specified.
409 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
410 Add tests for new option '--skip-unavailable'.
411
ce4ea2bb
YQ
4122013-08-27 Yao Qi <yao@codesourcery.com>
413
414 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
415 remote_download if it is empty.
416
6e45f158
DE
4172013-08-26 Doug Evans <dje@google.com>
418
779bd270
DE
419 PR symtab/15885
420 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
421 (clean): rm -f *.gdb-index *.with-index.
422 * gdb.dwarf2/gdb-index.exp: New testcase.
423
6e45f158
DE
424 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
425 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
426 run_on_host. All callers updated.
427
b1224238
YQ
4282013-08-24 Yao Qi <yao@codesourcery.com>
429
430 * gdb.trace/entry-values.c (end): New
431 (main): Call end.
432 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
433 tracepoint and collect data. Test entry value is unavailable.
434
b39a8faf
YQ
4352013-08-24 Yao Qi <yao@codesourcery.com>
436
437 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
438 * gdb.trace/entry-values.c: New.
439 * gdb.trace/entry-values.exp: New.
440
9eaabc75
MW
4412013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
442
443 PR gdb/15501
444 * gdb.base/ena-dis-br.exp: Add test to verify
445 enable/disable commands work correctly with
446 multiple arguments that include multiple locations.
447
9f948660
SDJ
4482013-08-22 Samuel Bronson <naesten@gmail.com>
449
450 ARM Linux support for `catch syscall'.
451 * gdb.base/catch-syscall.exp: Test this on ARM now.
452 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
453
e630b974
TT
4542013-08-22 Tom Tromey <tromey@redhat.com>
455
456 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
457 default addr_size.
458 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
459
f3a76454
TT
4602013-08-22 Tom Tromey <tromey@redhat.com>
461
462 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
463 standard_temp_file.
464
de5f37e1
TT
4652013-08-22 Tom Tromey <tromey@redhat.com>
466
467 * gdb.arch/amd64-byte.exp: Use standard_testfile,
468 clean_restart.
469 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
470 * gdb.arch/amd64-dword.exp: Use standard_testfile,
471 clean_restart.
472 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
473 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
474 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
475 * gdb.arch/amd64-word.exp: Use standard_testfile,
476 clean_restart.
477 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
478 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
479 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
480 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
481 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
482 * gdb.arch/i386-signal.exp: Use standard_testfile.
483 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
484 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
485 * gdb.arch/i386-unwind.exp: Use standard_testfile.
486 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
487
8448e842
TT
4882013-08-22 Tom Tromey <tromey@redhat.com>
489
490 * gdb.python/py-error.exp: Use gdb_remote_download.
491 * gdb.python/py-mi.exp: Use gdb_remote_download.
492 * gdb.python/py-objfile-script.exp: Use standard_output_file.
493 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
494 (run_lang_tests): Likewise.
495 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
496 filename.
497 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
498 compiling. Use gdb_remote_download. Update some tests.
499 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
500 standard_output_file.
501 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
502 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
503 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
504 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
505 standard_output_file.
506
16cfcbc2
TT
5072013-08-22 Tom Tromey <tromey@redhat.com>
508
509 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
510
44ee8174
TT
5112013-08-22 Tom Tromey <tromey@redhat.com>
512
513 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
514 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
515 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
516 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
517 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
518 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
519 * lib/gdb.exp (gdb_remote_download): New proc.
520
7a218f88
TT
5212013-08-22 Tom Tromey <tromey@redhat.com>
522
523 * gdb.dwarf2/clztest.exp: Use standard_testfile.
524 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
525 * gdb.dwarf2/fission-base.S: Remove directory from
526 DW_AT_GNU_dwo_name.
527 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
528 debug-file-directory.
529 * gdb.dwarf2/fission-reread.S: Remove directory from
530 DW_AT_GNU_dwo_name.
531 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
532 debug-file-directory.
533
70cc1c23
DE
5342013-08-16 Doug Evans <dje@google.com>
535
536 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
537 prelink complains about an unhandled DWARF version.
538
61884d20
DE
5392013-08-14 Cary Coutant <ccoutant@google.com>
540
541 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
542
5e92f71a
TT
5432013-08-13 Tom Tromey <tromey@redhat.com>
544 Yao Qi <yao@codesourcery.com>
545
546 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
547 * lib/gdb.exp: Handle GDB_PARALLEL.
548 (default_gdb_version): Kill inotify_pid if it exists.
549 (default_gdb_exit): Emit warning if the inotify log is not
550 empty.
551 (standard_output_file): Respect GDB_PARALLEL.
552 (standard_temp_file): Likewise.
553 (gdb_init): Start inotifywait if requested.
554
5c30d39a
AB
5552013-08-13 Andrew Burgess <aburgess@broadcom.com>
556
557 * gdb.base/printcmds.exp (test_printf): Add test for printf of
558 pointer with various flags.
559
17e1c970
TT
5602013-08-13 Tom Tromey <tromey@redhat.com>
561
562 * lib/cache.exp: New file.
563 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
564 * lib/gdb.exp: Load cache.exp.
565 (support_complex_tests, is_ilp32_target, is_lp64_target)
566 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
567 (gdb_skip_xml_test): Use gdb_caching_proc.
568 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
569
4e234898
TT
5702013-08-13 Tom Tromey <tromey@redhat.com>
571
572 * lib/gdb.exp (standard_temp_file): New proc.
573 (support_complex_tests, is_ilp32_target, is_lp64_target)
574 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
575 standard_temp_file.
576
53e981d9
TT
5772013-08-13 Tom Tromey <tromey@redhat.com>
578
579 * lib/gdb.exp (build_id_debug_filename_get): Use
580 standard_output_file.
581 * lib/prelink-support.exp (section_get)
582 (build_executable_own_libs): Use standard_output_file.
583
3f539315
TT
5842013-08-12 Tom Tromey <tromey@redhat.com>
585
586 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
587
b4013987
AA
5882013-08-12 Ali Anwar <alianwar@codesourcery.com>
589
590 * gdb.base/break.exp: Test break via convenience variable
591 with file name.
592
f61d5529
DE
5932013-08-09 Doug Evans <dje@google.com>
594
595 * lib/future.exp (gdb_find_ldd): New proc.
596 * lib/prelink-support.exp (build_executable_own_libs): Call it.
597 Make "/usr/sbin/" in prelink path optional.
598
1ed8d800
YQ
5992013-08-09 Yao Qi <yao@codesourcery.com>
600
601 * gdb.trace/collection.exp (gdb_collect_args_test): Set
602 "only" and "both" to 'print entry-values' before selecting
603 trace frame.
604
82a0a75f
YQ
6052013-08-08 Yao Qi <yao@codesourcery.com>
606
607 * gdb.trace/mi-trace-unavailable.exp: Don't set
608 "print entry-values" to "no".
609 (test_trace_unavailable): Set various values to
610 "print entry-values" to test that the output of
611 '-stack-list-locals' is not affected, and then set
612 set "print entry-values" to "no".
613
ac52f9a2
DE
6142013-08-07 Doug Evans <dje@google.com>
615
616 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
617 * gdb.python/py-value-cc.exp: Update.
618 * gdb.python/py-value.exp: Use different names for .o files for
619 C and C++. Only perform C++ tests if !skip_cplus_tests.
620
bf6d8a91
TT
6212013-08-07 Tom Tromey <tromey@redhat.com>
622
623 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
624
f9125b6c
TT
6252013-08-07 Tom Tromey <tromey@redhat.com>
626
627 * gdb.dwarf2/dwz.exp: New file.
628
3a1115a0
TT
6292013-08-02 Tom Tromey <tromey@redhat.com>
630
631 * gdb.base/watchpoint.c (struct foo5): New.
632 (nullptr): New global.
633 * gdb.base/watchpoint.exp (test_watch_location): Add test.
634
b846d303
DE
6352013-08-01 Doug Evans <dje@google.com>
636
7ee85ab1
DE
637 PR symtab/15691
638 * gdb.dwarf2/fission-mix.exp: New file.
639 * gdb.dwarf2/fission-mix.h: New file.
640 * gdb.dwarf2/fission-mix.c: New file.
641 * gdb.dwarf2/fission-mix2.c: New file.
642
b846d303
DE
643 PR symtab/15695
644 * gdb.base/func-ptr.exp: New file.
645 * gdb.base/func-ptr.c: New file.
646
67d21849
YQ
6472013-08-01 Yao Qi <yao@codesourcery.com>
648
649 * gdb.python/py-sync-interp.c: New.
650 * gdb.python/py-sync-interp.exp: New.
651
de74e63a
YQ
6522013-07-31 Yao Qi <yao@codesourcery.com>
653
654 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
655 'tdump' on stack frame 0 and 1 respectively.
656
680558e8
YQ
6572013-07-31 Yao Qi <yao@codesourcery.com>
658
659 PR gdb/13443
660 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
661 'traceframe'. Wrap test with with_test_prefix.
662 (top level): Update.
663
48bbe0bf
YQ
6642013-07-31 Yao Qi <yao@codesourcery.com>
665
666 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
667 'gdb_start'.
668 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
669 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
670
11b4b7cc
AB
6712013-07-30 Andrew Burgess <aburgess@broadcom.com>
672
673 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
674 when printing an optimized out value. Expect an error when using
675 an optimized out value in an expression.
676
b0c54aa5
AB
6772013-07-30 Andrew Burgess <aburgess@broadcom.com>
678
679 * gdb.dwarf2/pieces-optimized-out.exp: New file.
680 * gdb.dwarf2/pieces-optimized-out.c: New file.
681 * gdb.dwarf2/pieces-optimized-out.S: New file.
682
97c85fc6
MB
6832013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
684
685 PR gdb/15715
686 * gdb.base/setshow.exp: Test that relative paths passed to
687 'set history filename' are converted to absolute paths.
688
5b32ae97
KS
6892013-07-26 Keith Seitz <keiths@redhat.com>
690
691 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
692 of f77.
693 Allow for compiler variations of integer types.
694 Use mi_create_varobj.
695 Use mi_list_varobj_children for the immediate children of `array'.
696 Add "has_more" attribute for grandchildren test.
697
6f64ef53
PA
6982013-07-26 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
701 files.
702
fdc8aae8
AB
7032013-07-25 Andrew Burgess <aburgess@broadcom.com>
704
705 * gdb.mi/mi-reg-undefined.exp: New file.
706 * gdb.mi/mi-reg-undefined.c: Likewise.
707 * gdb.mi/mi-reg-undefined.S: Likewise.
708
6fbe845e
AB
7092013-07-25 Andrew Burgess <aburgess@broadcom.com>
710
711 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
712 z, o, and t output formats.
713 * gdb.base/display.exp: Use 'k' as an undefined format now that
714 'z' is defined.
715
7b79b135
DE
7162013-07-24 Doug Evans <dje@google.com>
717
718 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
719 "--" to switch.
720
a0607b84
YQ
7212013-07-24 Yao Qi <yao@codesourcery.com>
722
723 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
724 host.
725 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
726 Likewise. If host is remote, copy ${binfile} to host.
727
2eb14a9b
YQ
7282013-07-23 Yao Qi <yao@codesourcery.com>
729
730 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
731 message.
732
5d0a3b53
WN
7332013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
734
735 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
736 instructions and enable disp-step-syscall for arm targets.
737
9a5911c0
WN
7382013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
739
740 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
741 assembler errors on arm.
742 * gdb.dwarf2/mac-fileno.S: Likewise.
743 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
744 * gdb.dwarf2/pr13961.S: Likewise.
745
fa876972
HZ
7462013-07-19 Hui Zhu <hui@codesourcery.com>
747
748 PR gdb/15692
749 * gdb.mi/mi-dprintf.exp: Add double quotes test.
750
1527aea8
YQ
7512013-07-19 Yao Qi <yao@codesourcery.com>
752
753 * gdb.trace/read-memory.exp (test_from_remote): Update test.
754 (teset_from_exec): Likewise.
755
73c1d57e
YQ
7562013-07-19 Yao Qi <yao@codesourcery.com>
757
758 * gdb.trace/read-memory.c: New.
759 * gdb.trace/read-memory.exp: New.
760
a075c3e5
YQ
7612013-07-19 Yao Qi <yao@codesourcery.com>
762
763 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
764 $dest to link options if host is remote. Move the
765 generated file to $dest.a on host if host is remote.
766
623cc285
WN
7672013-07-18 Will Newton <will.newton@linaro.org>
768
769 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
770 to ensure the test is linked against pthreads.
771 * gdb.threads/tls-var-main.c: Likewise.
772 * gdb.threads/tls-shared.c: Likewise.
773
1f74d3b5
YQ
7742013-07-18 Yao Qi <yao@codesourcery.com>
775
776 * lib/future.exp (gdb_default_target_compile): Use tail name
777 of $destfile as the output name of compile. Move the
778 generated file to $destfile on build.
779
f6dc277e
YQ
7802013-07-18 Yao Qi <yao@codesourcery.com>
781
782 * lib/gdb.exp (gdb_compile): Set
783 gdb_saved_set_unbuffered_mode_obj to
784 set_unbuffered_mode_saved.o if host is remote. Invoke
785 remote_download to copy $unbuf_obj to host.
786
e7045703
DE
7872013-07-17 Doug Evans <dje@google.com>
788
789 * gdb.python/py-frame-args.c: New file.
790 * gdb.python/py-frame-args.py: New file.
791 * gdb.python/py-frame-args.exp New file.
792
5ea5559b
AB
7932013-07-16 Andrew Burgess <aburgess@broadcom.com>
794
795 * gdb.base/printcmds.exp (test_printf): Add tests for format
796 strings with missing format specifier.
797
4229ca0e
TT
7982013-07-16 Tom Tromey <tromey@redhat.com>
799
800 * gdb.ada/info_types.exp: Use standard_testfile.
801
5ee657d5
TT
8022013-07-16 Tom Tromey <tromey@redhat.com>
803
804 * gdb.mi/mi-basics.exp: Use standard_output_file.
805 (test_dir_specification, test_cwd_specification)
806 (test_path_specification): Use testsubdir, not subdir and objdir.
807
20e3d738
TT
8082013-07-16 Tom Tromey <tromey@redhat.com>
809
810 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
811
7d7c6477
JB
8122013-07-09 Joel Brobecker <brobecker@adacore.com>
813
814 * gdb.ada/small_reg_param.exp: Accept optional entry value
815 for parameter "w".
816
52cd8b7d
JB
8172013-07-09 Joel Brobecker <brobecker@adacore.com>
818
819 * gdb.ada/small_reg_param.exp: Remove trailing space.
820
2a998fc0
DE
8212013-07-09 Doug Evans <dje@google.com>
822
823 * gdb.base/default.exp: Update expected output of "show print array"
824 and "show print pretty".
825
0329e9fb
UW
8262013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
827
828 * gdb.threads/wp-replication.exp: Stop counting available hardware
829 watchpoints after NR_THREADS iterations.
830
1953058f
AB
8312013-07-08 Andrew Burgess <aburgess@broadcom.com>
832
833 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
834
7c0de741
YQ
8352013-07-07 Yao Qi <yao@codesourcery.com>
836
837 * boards/native-gdbserver.exp: Move invoke of
838 process_multilib_options to gdbserver-base.exp.
839 Move set_board_info 'compiler', 'gdb,noinferiorio',
840 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
841 gdbserver-base.exp.
842 Move proc ${board}_download, ${board}_upload and
843 ${board}_file to gdbserver-base.exp.
844 * boards/native-extended-gdbserver.exp: Likewise.
845 * boards/native-stdio-gdbserver.exp: Likewise.
846 * boards/gdbserver-base.exp: New file.
847
497a4c48
LM
8482013-07-05 Luis Machado <lgustavo@codesourcery.com>
849
850 * gdb.base/dump.exp: Remove arch-specific tests and do a
851 generic data address check to set is64bitonly correctly.
852
bb3f62fc
LM
8532013-07-05 Luis Machado <lgustavo@codesourcery.com>
854
855 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
856 the register number instead of expecting only 0.
857
005faa9d
WN
8582013-07-05 Will Newton <will.newton@linaro.org>
859
860 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
861 in asm syntax to allow building on ARM.
862
4767856f
YQ
8632013-07-05 Yao Qi <yao@codesourcery.com>
864
865 * boards/local-remote-host.exp: Remove obsolete comments.
866 * boards/native-extended-gdbserver.exp: Likewise.
867 * boards/native-gdbserver.exp: Likewise.
868 * boards/native-stdio-gdbserver.exp: Likewise.
869
691a26f5
AB
8702013-07-04 Andrew Burgess <aburgess@broadcom.com>
871
872 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
873 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
874 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
875
4d142eaa
JK
8762013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
877
878 * gdb.base/break-on-linker-gcd-function.exp: Replace
879 prepare_for_testing by build_executable_from_specs and clean_restart.
880
62cef515
TT
8812013-06-27 Tom Tromey <tromey@redhat.com>
882
883 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
884 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
885 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
886 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
887 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
888 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
889 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
890 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
891 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
892 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
893 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
894 Use standard_testfile, standard_output_file, prepare_for_testing,
895 clean_restart.
896
0ab77f5f
TT
8972013-06-27 Tom Tromey <tromey@redhat.com>
898
899 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
900 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
901 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
902 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
903 gdb.base/shreloc.exp, gdb.base/sigall.exp,
904 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
905 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
906 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
907 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
908 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
909 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
910 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
911 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
912 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
913 gdb.base/solib-weak.exp, gdb.base/source.exp,
914 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
915 gdb.base/stap-probe.exp, gdb.base/start.exp,
916 gdb.base/step-break.exp, gdb.base/step-bt.exp,
917 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
918 gdb.base/step-test.exp, gdb.base/structs.exp,
919 gdb.base/structs2.exp, gdb.base/structs3.exp,
920 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
921 standard_output_file, prepare_for_testing, clean_restart.
922
822bd149
TT
9232013-06-27 Tom Tromey <tromey@redhat.com>
924
925 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
926 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
927 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
928 gdb.base/pending.exp, gdb.base/permissions.exp,
929 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
930 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
931 gdb.base/printcmds.exp, gdb.base/prologue.exp,
932 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
933 gdb.base/ptype.exp, gdb.base/randomize.exp,
934 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
935 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
936 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
937 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
938 standard_testfile, standard_output_file, prepare_for_testing,
939 clean_restart.
940
f8b41b00
TT
9412013-06-27 Tom Tromey <tromey@redhat.com>
942
a8c97a87
TT
943 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
944 gdb.base/huge.exp, gdb.base/included.exp,
945 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
946 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
947 gdb.base/info-os.exp, gdb.base/info-proc.exp,
948 gdb.base/info-target.exp, gdb.base/infoline.exp,
949 gdb.base/interp.exp, gdb.base/interrupt.exp,
950 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
951 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
952 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
953 gdb.base/logical.exp, gdb.base/long_long.exp,
954 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
955 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
956 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
957 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
958 standard_testfile, standard_output_file, prepare_for_testing,
959 clean_restart.
960
289f9037
TT
9612013-06-27 Tom Tromey <tromey@redhat.com>
962
a8c97a87
TT
963 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
964 gdb.base/enumval.exp, gdb.base/environ.exp,
965 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
966 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
967 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
968 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
969 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
970 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
971 gdb.base/fullname.exp, gdb.base/funcargs.exp,
972 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
973 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
974 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
975 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
976 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
977 gdb.base/gnu_vector.exp: Use standard_testfile,
978 standard_output_file, prepare_for_testing, clean_restart.
289f9037 979
f76495c8
TT
9802013-06-27 Tom Tromey <tromey@redhat.com>
981
a8c97a87
TT
982 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
983 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
984 gdb.base/call-strs.exp, gdb.base/callexit.exp,
985 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
986 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
987 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
988 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
989 gdb.base/commands.exp, gdb.base/completion.exp,
990 gdb.base/complex.exp, gdb.base/cond-expr.exp,
991 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
992 gdb.base/constvars.exp, gdb.base/corefile.exp,
993 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
994 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
995 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
996 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
997 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
998 standard_output_file, prepare_for_testing, clean_restart.
999
a64d2530
TT
10002013-06-27 Tom Tromey <tromey@redhat.com>
1001
a8c97a87
TT
1002 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1003 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1004 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1005 gdb.base/async-shell.exp, gdb.base/async.exp,
1006 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1007 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1008 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1009 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1010 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1011 gdb.base/break-on-linker-gcd-function.exp,
1012 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
1013 standard_output_file, prepare_for_testing, clean_restart.
1014
aaff8d73
YQ
10152013-06-26 Yao Qi <yao@codesourcery.com>
1016
1017 * gdb.trace/mi-trace-frame-collected.exp: New.
1018
a0743c90
YQ
10192013-06-25 Yao Qi <yao@codesourcery.com>
1020
1021 * boards/native-extended-gdbserver.exp: Set board_info
1022 'gdb,predefined_tsv'.
1023 * boards/native-gdbserver.exp: Likewise.
1024 * boards/native-stdio-gdbserver.exp: Likewise.
1025 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1026 uploaded TSVs if target supports tracing.
1027 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1028 tracing and target has predefined tsv.
1029
9d6e6e84
HZ
10302013-06-25 Yao Qi <yao@codesourcery.com>
1031 Hui Zhu <hui@codesourcery.com>
1032 Pedro Alves <palves@redhat.com>
1033
1034 PR breakpoints/15075
1035 PR breakpoints/15434
1036 * gdb.base/dprintf-next.c: New file.
1037 * gdb.base/dprintf-next.exp: New file.
1038 * gdb.base/dprintf-non-stop.c: New file.
1039 * gdb.base/dprintf-non-stop.exp: New file.
1040 * gdb.base/dprintf.exp: Don't check "continue" in the output
1041 of "info breakpoints".
1042 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1043 Don't check "continue" in script field.
1044
e7ab3185
TT
10452013-06-21 Tom Tromey <tromey@redhat.com>
1046
1047 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1048 name in a test name.
1049
c898adb7
YQ
10502013-06-20 Yao Qi <yao@codesourcery.com>
1051
1052 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1053 and set an action.
1054 (test_trace_unavailable): Test command -data-list-register-values
1055 in the context of traceframe and with option --skip-unavailable.
1056 * gdb.trace/trace-unavailable.c (foo): New.
1057 (main): Call it.
1058 * gdb.mi/gdb2549.exp: Update matching pattern.
1059
4d157a3d
MF
10602013-06-19 Mike Frysinger <vapier@gentoo.org>
1061
1062 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1063 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1064 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1065 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1066 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1067
d69cace4
LM
10682013-06-19 Luis Machado <lgustavo@codesourcery.com>
1069
1070 * gdb.base/subst.exp: Delete default rules before further
1071 tests.
1072
9bdd0636
YQ
10732013-06-19 Yao Qi <yao@codesourcery.com>
1074
1075 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1076 unsupported if it is not registered.
1077
427cd150
TT
10782013-06-18 Tom Tromey <tromey@redhat.com>
1079
1080 * gdb.base/random-signal.c: New file.
1081 * gdb.base/random-signal.exp: New file.
1082
6de7c271
WN
10832013-06-18 Will Newton <will.newton@linaro.org>
1084
1085 * gdb.base/skip.c: Use comma to evaluate results of foo()
1086 and bar() before passing to baz().
1087 * gdb.base/skip.c: baz() now takes one argument instead of
1088 two.
1089
5bd1ef56
TT
10902013-06-18 Tom Tromey <tromey@redhat.com>
1091
1092 * gdb.dwarf2/implptrpiece.exp: New file.
1093 * gdb.dwarf2/implptrconst.exp (d): New variable.
1094 Print d.
1095 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1096
e379b391
TT
10972013-06-18 Tom Tromey <tromey@redhat.com>
1098
1099 * lib/selftest-support.exp (do_self_tests): Reject remote or
1100 non-native targets.
1101 * gdb.gdb/complaints.exp: Remove check.
1102 * gdb.gdb/observer.exp: Remove check.
1103 * gdb.gdb/xfullpath.exp: Remove check.
1104 * gdb.gdb/complaints.exp: Remove check.
1105
4ec70201
PA
11062013-06-07 Pedro Alves <palves@redhat.com>
1107
1108 * boards/native-extended-gdbserver.exp: Remove semicolon.
1109 * config/arm-ice.exp: Likewise.
1110 * config/bfin.exp: Likewise.
1111 * config/cygmon.exp: Likewise.
1112 * config/h8300.exp: Likewise.
1113 * config/monitor.exp: Likewise.
1114 * config/sid.exp: Likewise.
1115 * config/sim.exp: Likewise.
1116 * config/slite.exp: Likewise.
1117 * config/vx.exp: Likewise.
1118 * gdb.arch/i386-bp_permanent.exp: Likewise.
1119 * gdb.asm/asm-source.exp: Likewise.
1120 * gdb.base/args.exp: Likewise.
1121 * gdb.base/attach-pie-misread.exp: Likewise.
1122 * gdb.base/auxv.exp: Likewise.
1123 * gdb.base/bigcore.exp: Likewise.
1124 * gdb.base/bitfields2.exp: Likewise.
1125 * gdb.base/bitfields.exp: Likewise.
1126 * gdb.base/break.exp: Likewise.
1127 * gdb.base/break-interp.exp: Likewise.
1128 * gdb.base/callfuncs.exp: Likewise.
1129 * gdb.base/call-sc.exp: Likewise.
1130 * gdb.base/commands.exp: Likewise.
1131 * gdb.base/corefile.exp: Likewise.
1132 * gdb.base/dbx.exp: Likewise.
1133 * gdb.base/ending-run.exp: Likewise.
1134 * gdb.base/exprs.exp: Likewise.
1135 * gdb.base/funcargs.exp: Likewise.
1136 * gdb.base/hbreak2.exp: Likewise.
1137 * gdb.base/huge.exp: Likewise.
1138 * gdb.base/list.exp: Likewise.
1139 * gdb.base/memattr.exp: Likewise.
1140 * gdb.base/overlays.exp: Likewise.
1141 * gdb.base/printcmds.exp: Likewise.
1142 * gdb.base/recurse.exp: Likewise.
1143 * gdb.base/remotetimeout.exp: Likewise.
1144 * gdb.base/reread.exp: Likewise.
1145 * gdb.base/savedregs.exp: Likewise.
1146 * gdb.base/scope.exp: Likewise.
1147 * gdb.base/sepdebug.exp: Likewise.
1148 * gdb.base/setshow.exp: Likewise.
1149 * gdb.base/setvar.exp: Likewise.
1150 * gdb.base/sigaltstack.exp: Likewise.
1151 * gdb.base/siginfo-addr.exp: Likewise.
1152 * gdb.base/siginfo.exp: Likewise.
1153 * gdb.base/siginfo-obj.exp: Likewise.
1154 * gdb.base/sigrepeat.exp: Likewise.
1155 * gdb.base/sigstep.exp: Likewise.
1156 * gdb.base/structs.exp: Likewise.
1157 * gdb.base/testenv.exp: Likewise.
1158 * gdb.base/twice.exp: Likewise.
1159 * gdb.base/valgrind-db-attach.exp: Likewise.
1160 * gdb.base/valgrind-infcall.exp: Likewise.
1161 * gdb.base/varargs.exp: Likewise.
1162 * gdb.base/watchpoint.exp: Likewise.
1163 * gdb.cp/gdb1355.exp: Likewise.
1164 * gdb.cp/misc.exp: Likewise.
1165 * gdb.disasm/hppa.exp: Likewise.
1166 * gdb.disasm/t01_mov.exp: Likewise.
1167 * gdb.disasm/t02_mova.exp: Likewise.
1168 * gdb.disasm/t03_add.exp: Likewise.
1169 * gdb.disasm/t04_sub.exp: Likewise.
1170 * gdb.disasm/t05_cmp.exp: Likewise.
1171 * gdb.disasm/t06_ari2.exp: Likewise.
1172 * gdb.disasm/t07_ari3.exp: Likewise.
1173 * gdb.disasm/t08_or.exp: Likewise.
1174 * gdb.disasm/t09_xor.exp: Likewise.
1175 * gdb.disasm/t10_and.exp: Likewise.
1176 * gdb.disasm/t11_logs.exp: Likewise.
1177 * gdb.disasm/t12_bit.exp: Likewise.
1178 * gdb.disasm/t13_otr.exp: Likewise.
1179 * gdb.gdb/selftest.exp: Likewise.
1180 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1181 * gdb.mi/mi-reverse.exp: Likewise.
1182 * gdb.pascal/floats.exp: Likewise.
1183 * gdb.python/py-inferior.exp: Likewise.
1184 * gdb.threads/attach-into-signal.exp: Likewise.
1185 * gdb.threads/pthreads.exp: Likewise.
1186 * gdb.threads/thread_events.exp: Likewise.
1187 * gdb.threads/watchthreads.exp: Likewise.
1188 * gdb.trace/actions-changed.exp: Likewise.
1189 * gdb.trace/actions.exp: Likewise.
1190 * gdb.trace/ax.exp: Likewise.
1191 * gdb.trace/backtrace.exp: Likewise.
1192 * gdb.trace/change-loc.exp: Likewise.
1193 * gdb.trace/deltrace.exp: Likewise.
1194 * gdb.trace/disconnected-tracing.exp: Likewise.
1195 * gdb.trace/ftrace.exp: Likewise.
1196 * gdb.trace/infotrace.exp: Likewise.
1197 * gdb.trace/passc-dyn.exp: Likewise.
1198 * gdb.trace/passcount.exp: Likewise.
1199 * gdb.trace/pending.exp: Likewise.
1200 * gdb.trace/qtro.exp: Likewise.
1201 * gdb.trace/range-stepping.exp: Likewise.
1202 * gdb.trace/report.exp: Likewise.
1203 * gdb.trace/save-trace.exp: Likewise.
1204 * gdb.trace/status-stop.exp: Likewise.
1205 * gdb.trace/strace.exp: Likewise.
1206 * gdb.trace/tfile.exp: Likewise.
1207 * gdb.trace/tfind.exp: Likewise.
1208 * gdb.trace/trace-break.exp: Likewise.
1209 * gdb.trace/tracecmd.exp: Likewise.
1210 * gdb.trace/trace-mt.exp: Likewise.
1211 * gdb.trace/tspeed.exp: Likewise.
1212 * gdb.trace/tsv.exp: Likewise.
1213 * gdb.trace/while-stepping.exp: Likewise.
1214 * lib/gdb.exp: Likewise.
1215 * lib/gdbserver-support.exp: Likewise.
1216 * lib/java.exp: Likewise.
1217 * lib/mi-support.exp: Likewise.
1218 * lib/pascal.exp: Likewise.
1219 * lib/prompt.exp: Likewise.
1220 * lib/trace-support.exp: Likewise.
1221
47d48711
PA
12222013-06-07 Pedro Alves <palves@redhat.com>
1223
1224 * gdb.ada/info_types.c: Fix formating in copyright header.
1225 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1226 * gdb.base/float.c: Likewise.
1227 * gdb.base/inferior-died.c: Likewise.
1228 * gdb.base/interp.c: Likewise.
1229 * gdb.base/jit-main.c: Likewise.
1230 * gdb.base/jit-solib.c: Likewise.
1231 * gdb.base/long_long.c: Likewise.
1232 * gdb.base/longjmp.c: Likewise.
1233 * gdb.base/nextoverexit.c: Likewise.
1234 * gdb.base/pr11022.c: Likewise.
1235 * gdb.base/prelink-lib.c: Likewise.
1236 * gdb.base/prelink.c: Likewise.
1237 * gdb.base/prologue.c: Likewise.
1238 * gdb.base/restore.c: Likewise.
1239 * gdb.base/sigchld.c: Likewise.
1240 * gdb.base/solib-search-lib1.c: Likewise.
1241 * gdb.base/solib-search-lib2.c: Likewise.
1242 * gdb.base/solib-search.c: Likewise.
1243 * gdb.base/solib-search.h: Likewise.
1244 * gdb.base/whatis.c: Likewise.
1245 * gdb.cp/abstract-origin.cc: Likewise.
1246 * gdb.cp/anon-struct.cc: Likewise.
1247 * gdb.cp/baseenum.cc: Likewise.
1248 * gdb.cp/bs15503.cc: Likewise.
1249 * gdb.cp/call-c-1.c: Likewise.
1250 * gdb.cp/call-c.cc: Likewise.
1251 * gdb.cp/class2.cc: Likewise.
1252 * gdb.cp/classes.cc: Likewise.
1253 * gdb.cp/cttiadd.cc: Likewise.
1254 * gdb.cp/cttiadd1.cc: Likewise.
1255 * gdb.cp/cttiadd2.cc: Likewise.
1256 * gdb.cp/cttiadd3.cc: Likewise.
1257 * gdb.cp/derivation.cc: Likewise.
1258 * gdb.cp/derivation2.cc: Likewise.
1259 * gdb.cp/dispcxx.cc: Likewise.
1260 * gdb.cp/exception.cc: Likewise.
1261 * gdb.cp/gdb2384-base.cc: Likewise.
1262 * gdb.cp/gdb2384-base.h: Likewise.
1263 * gdb.cp/gdb2384.cc: Likewise.
1264 * gdb.cp/gdb2495.cc: Likewise.
1265 * gdb.cp/mb-inline.h: Likewise.
1266 * gdb.cp/mb-inline1.cc: Likewise.
1267 * gdb.cp/mb-inline2.cc: Likewise.
1268 * gdb.cp/member-name.cc: Likewise.
1269 * gdb.cp/member-ptr.cc: Likewise.
1270 * gdb.cp/misc.cc: Likewise.
1271 * gdb.cp/namespace1.cc: Likewise.
1272 * gdb.cp/nextoverthrow.cc: Likewise.
1273 * gdb.cp/pr-574.cc: Likewise.
1274 * gdb.cp/pr9631.cc: Likewise.
1275 * gdb.cp/printmethod.cc: Likewise.
1276 * gdb.cp/psmang1.cc: Likewise.
1277 * gdb.cp/psmang2.cc: Likewise.
1278 * gdb.cp/psymtab-parameter.cc: Likewise.
1279 * gdb.cp/ptype-flags.cc: Likewise.
1280 * gdb.cp/ref-params.cc: Likewise.
1281 * gdb.cp/ref-types.cc: Likewise.
1282 * gdb.cp/smartp.cc: Likewise.
1283 * gdb.cp/try_catch.cc: Likewise.
1284 * gdb.cp/userdef.cc: Likewise.
1285 * gdb.cp/using-crash.cc: Likewise.
1286 * gdb.cp/virtfunc.cc: Likewise.
1287 * gdb.cp/virtfunc2.cc: Likewise.
1288 * gdb.dwarf2/callframecfa.S: Likewise.
1289 * gdb.dwarf2/dw2-ranges.c: Likewise.
1290 * gdb.dwarf2/dw2-ranges2.c: Likewise.
1291 * gdb.dwarf2/dw2-ranges3.c: Likewise.
1292 * gdb.dwarf2/dw2-restore.S: Likewise.
1293 * gdb.dwarf2/pieces.S: Likewise.
1294 * gdb.dwarf2/valop.S: Likewise.
1295 * gdb.java/jnpe.java: Likewise.
1296 * gdb.mi/mi-stepn.c: Likewise.
1297 * gdb.mi/mi-var-cp.cc: Likewise.
1298 * gdb.mi/mi-var-rtti.cc: Likewise.
1299 * gdb.mi/ns-stale-regcache.c: Likewise.
1300 * gdb.mi/pr11022.c: Likewise.
1301 * gdb.mi/solib-lib.c: Likewise.
1302 * gdb.mi/solib-main.c: Likewise.
1303 * gdb.python/py-arch.c: Likewise.
1304 * gdb.python/py-block.c: Likewise.
1305 * gdb.python/py-breakpoint.c: Likewise.
1306 * gdb.python/py-events.c: Likewise.
1307 * gdb.python/py-evthreads.c: Likewise.
1308 * gdb.python/py-explore.c: Likewise.
1309 * gdb.python/py-explore.cc: Likewise.
1310 * gdb.python/py-finish-breakpoint.c: Likewise.
1311 * gdb.python/py-finish-breakpoint2.cc: Likewise.
1312 * gdb.python/py-symbol.c: Likewise.
1313 * gdb.threads/execl.c: Likewise.
1314 * gdb.threads/execl1.c: Likewise.
1315
88ab5684
WN
13162013-06-07 Will Newton <will.newton@linaro.org>
1317
1318 * gdb.base/long_long.exp: Fix ARM EABI target glob.
1319
42daa7a0
WN
13202013-06-07 Will Newton <will.newton@linaro.org>
1321
1322 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
1323 and "starting".
1324
f4059ef3
WN
13252013-06-07 Will Newton <will.newton@linaro.org>
1326
1327 * gdb.cp/anon-struct.exp: Conditionalize constructor and
1328 destructor prototypes for ARM ABI.
1329 * gdb.cp/m-static.exp: Likewise.
1330
8cb5cc78
YQ
13312013-06-07 Yao Qi <yao@codesourcery.com>
1332
1333 * gdb.trace/mi-trace-unavailable.exp: New.
1334 * gdb.trace/trace-unavailable.c: New.
1335
c6cf1712
DE
13362013-06-06 Doug Evans <dje@google.com>
1337
1338 * gdb.cp/derivation.exp: Make tests have unique names.
1339
bf6be0f4
TT
13402013-06-06 Tom Tromey <tromey@redhat.com>
1341
1342 * gdb.base/dump.exp (capture_value): Don't put expression into
1343 test name if arguments passed in.
1344 Rename a couple more tests to make them unique.
1345
ebb022fa
TT
13462013-06-06 Tom Tromey <tromey@redhat.com>
1347
1348 * gdb.base/break-always.exp: Explicitly specify test name.
1349
69fc87c2
DE
13502013-06-05 Doug Evans <dje@google.com>
1351 Keith Seitz <keiths@redhat.com>
1352
1353 * gdb.cp/derivation2.cc: New file.
1354 * gdb.cp/derivation.cc (main): Call foo2.
1355 * gdb.cp/derivation.exp: Add tests for typedefs in another
1356 file, and when there's an active block.
1357
f993f39e
LM
13582013-06-05 Luis Machado <lgustavo@codesourcery.com>
1359
1360 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
1361 from targets that use function descriptors in the virtual tables.
1362 Handle presence of dot symbols.
1363
afacd7f3
GB
13642013-06-04 Gary Benson <gbenson@redhat.com>
1365
1366 * gdb.base/break-probes.exp: New file.
1367 * gdb.base/break-probes.c: Likewise.
1368 * gdb.base/break-probes-solib.c: Likewise.
1369 * gdb.base/info-shared.exp: New file.
1370 * gdb.base/info-shared.c: Likewise.
1371 * gdb.base/info-shared-solib1.c: Likewise.
1372 * gdb.base/info-shared-solib2.c: Likewise.
1373
a29a3fb7
GB
13742013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1375 Gary Benson <gbenson@redhat.com>
1376
1377 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
1378 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
1379 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
1380 to be set to "no" to indicate that no ld.so copy should be made.
1381 * gdb.base/break-interp.exp (solib_bp): New constant.
1382 (reach_1): Use the above instead of "_dl_debug_state".
1383 (test_attach): Likewise.
1384 (test_ld): Likewise.
1385 * gdb.threads/dlopen-libpthread.exp: New file.
1386 * gdb.threads/dlopen-libpthread.c: Likewise.
1387 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
1388 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
1389
62a813cc
YQ
13902013-05-30 Yao Qi <yao@codesourcery.com>
1391
1392 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1393 Add a test that no MI notification is emitted when executing
1394 -exec-arguments.
1395
8f56dad4
JK
13962013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1397
1398 PR testsuite/12649
1399 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
1400 $mi_gdb_prompt expectation by mi_expect_stop.
1401 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
1402 (mi info dprintf second time): Replace them by mi_send_resuming_command
1403 and mi_expect_stop.
1404
c588eb20
GB
14052013-05-24 Gary Benson <gbenson@redhat.com>
1406
1407 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
1408 backslash.
1409 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
1410 backslashes.
1411 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
1412 backslash.
1413
c0ea94eb
YQ
14142013-05-24 Yao Qi <yao@codesourcery.com>
1415
1416 * gdb.trace/tfile.exp: Test inferior and thread.
1417
db1ac436
YQ
14182013-05-24 Yao Qi <yao@codesourcery.com>
1419 Pedro Alves <palves@redhat.com>
1420
1421 * gdb.base/range-stepping.exp: Skip the rest of tests if the
1422 test fails.
1423 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1424 Return 0 if the test passes, otherwise return 1.
1425
b6abb10c
DE
14262013-05-23 Doug Evans <dje@google.com>
1427
1428 * boards/fission-dwp.exp: New file.
1429
bc5065a7
PA
14302013-05-23 Yao Qi <yao@codesourcery.com>
1431 Pedro Alves <palves@redhat.com>
1432
1433 * gdb.base/range-stepping.c: New file.
1434 * gdb.base/range-stepping.exp: New file.
1435 * gdb.trace/range-stepping.c: New file.
1436 * gdb.trace/range-stepping.exp: New file.
1437 * lib/range-stepping-support.exp: New file.
1438
5f2e6b00
TT
14392013-05-22 Tom Tromey <tromey@redhat.com>
1440
1441 * gdb.cp/class2.cc (main): New local 'aref'.
1442 * gdb.cp/class2.exp: Check printing of 'aref'.
1443
e6ba475a
DE
14442013-05-22 Doug Evans <dje@google.com>
1445
1446 * gdb.threads/wp-replication.c (main): Insert some code at the start
1447 to ensure the breakpoint on main is only hit once. Fix comment.
1448
52c935b6
KS
14492013-05-21 Keith Seitz <keiths@redhat.com>
1450 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1453 gdb_expect.
1454 Add test to flush the remaining input buffer so that this
1455 file passes testsuite/12649.
1456
bd9673a4
PW
14572013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1458
1459 * gdb.base/catch-signal-fork.exp: New file.
1460 * gdb.base/catch-signal-fork.c: New file.
1461
69a97597
SA
14622013-05-21 Sterling Augustine <saugustine@google.com>
1463
1464 * boards/remote-stdio-gdbserver.exp: New file.
1465
44e97363
JK
14662013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1467
1468 PR testsuite/12649
1469 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1470 racy matches.
1471
02392865
CG
14722013-05-21 Christian Groessler <chris@groessler.org>
1473
1474 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1475 since it's not supported in all shells.
1476
c5867ab6
HZ
14772013-05-21 Hui Zhu <hui@codesourcery.com>
1478
1479 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1480 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1481
6c9e2db4
DE
14822013-05-20 Doug Evans <dje@google.com>
1483
1484 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1485 (_handle_DW_TAG): Use it.
1486 (cu, tu): Replace parameters is_64, version, addr_size with options.
1487 All callers updated. Add Fission support.
1488 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1489 * gdb.dwarf2/method-ptr.exp: Ditto.
1490 * gdb.dwarf2/nostaticblock.exp: Ditto.
1491 * gdb.dwarf2/subrange.exp: Ditto.
1492 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1493
4a6e676c
TT
14942013-05-20 Tom Tromey <tromey@redhat.com>
1495
1496 * gdb.gdb/python-selftest.exp: New file.
1497
e19d3afb
DE
14982013-05-20 Doug Evans <dje@google.com>
1499
1500 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1501 -fdebug-types-section.
1502
4d804846
JB
15032013-05-20 Joel Brobecker <brobecker@adacore.com>
1504
1505 * gdb.ada/float_param: New testcase.
1506
8d324e83
DE
15072013-05-17 Doug Evans <dje@google.com>
1508
7d0c9981
DE
1509 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1510 Add tests for "maint check-symtabs", "maint expand-symtabs".
1511
8d324e83
DE
1512 * gdb.base/maint.exp: Remove testing of individual maint command
1513 help output.
1514
177aadc4
PA
15152013-05-16 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1518 comment. Use gdb_test_no_output.
1519
b8fea896
JB
15202013-05-16 Joel Brobecker <brobecker@adacore.com>
1521
1522 * gdb.ada/complete.exp: Add test verifying completion using
1523 the "tab" key.
1524
52c935b6
KS
15252013-05-15 Keith Seitz <keiths@redhat.com>
1526
1527 * gdb.base/filesym.exp: New completer test.
1528 * gdb.base/filesym.c: New file.
1529
ed0f00b8
PA
15302013-05-15 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.base/fixsection.c: Remove attribution.
1533 * gdb.base/watch-read.exp: Ditto.
1534
55fb6d27
TT
15352013-05-13 Tom Tromey <tromey@redhat.com>
1536
1537 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1538 size and change type sizes to 4 bytes.
1539
ac1ca910
TT
15402013-05-13 Tom Tromey <tromey@redhat.com>
1541
1542 * gdb.base/exprs.exp (test_expr): Add regression test.
1543 * gdb.base/exprs.c (null_t_struct): New global.
1544
8414efef
MB
15452013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1546
1547 * gdb.base/default.exp: Disable history saving.
1548 * gdb.base/setshow.exp: Likewise.
1549
9779ab84
PA
15502013-05-10 Pedro Alves <palves@redhat.com>
1551
1552 PR remote/15455
1553
1554 * gdb.trace/qtro.c: New file.
1555 * gdb.trace/qtro.exp: New file.
1556
1e611234
PM
15572013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1558
1559 * gdb.python/py-framefilter.py: New File.
1560 * gdb.python/py-framefilter-mi.exp: Ditto.
1561 * gdb.python/py-framefilter.c: Ditto.
1562 * gdb.python/py-framefilter-mi.exp: Ditto.
1563 * gdb.python/py-framefilter-mi.c: Ditto,
1564 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1565
5e4c3ac4
TT
15662013-05-08 Tom Tromey <tromey@redhat.com>
1567
1568 * gdb.base/solib-search.exp: Set test name for "set
1569 solib-search-path" test.
1570
993654a9
HAQ
15712013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1572
1573 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1574 (set_a_tracepoint): Set tracepoint before prologue.
1575 (run_trace_experiment): Test setup_tracepoints and 'break end'
1576 in it.
1577 (trace_buffer_normal): Remove.
1578 (gdb_trace_circular_tests): Remove. Move tests to...
1579 (top level): ...here. Call 'runto_main' before checking for
1580 trace support. Use commands to check the support for circular
1581 trace buffer and changing of trace buffer size. Add test
1582 to calculate size of single frame. Use this size to
1583 calculate the size of trace buffer. Use 'tfind pc func9'
1584 instead of 'tfind 9'. Use 'with_test_prefix'.
1585
c95aea6b
TT
15862013-05-07 Tom Tromey <tromey@redhat.com>
1587
1588 * lib/selftest-support.exp: New file.
1589 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1590 do_self_tests.
1591 (setup_test, find_gdb): Remove.
1592 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
1593 do_self_tests.
1594 (setup_test, find_gdb): Remove.
1595 (test_observer): Don't call setup_test. Remove argument.
1596 * gdb.gdb/selftest.exp: Load selftest-support.exp.
1597 (find_gdb): Remove.
1598 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1599 do_self_tests.
1600 (setup_test, find_gdb): Remove.
1601 (test_with_self): Don't call setup_test. Remove argument.
1602
1f031429
PA
16032013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1604
1605 * gdb.arch/system-gcore.exp: Remove.
1606 * gdb.arch/gcore.c: Remove.
1607 * gdb.base/gcore.exp: Add "info reg system".
1608
58ce7251
SDJ
16092013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1610
1611 PR breakpoints/15413:
1612 * gdb.base/pending.exp: Add test for completion of the "condition"
1613 command for pending breakpoints.
1614 * gdb.linespec/linespec.ex: Add test for completion of the
1615 "condition" command when dealing with multiple locations.
1616
aacbb8a5
LM
16172013-05-07 Luis Machado <lgustavo@codesourcery.com>
1618
1619 * gdb.threads/wp-replication.c: New file.
1620 * gdb.threads/wp-replication.exp: New file.
1621
2dd6254d
SL
16222013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1623
1624 * gdb.xml/tdesc-regs.exp: Add case for nios2.
1625
c2a96e8c
DE
16262013-05-06 Doug Evans <dje@google.com>
1627
b903e17e
DE
1628 * gdb.base/solib-search-lib1.c: New file.
1629 * gdb.base/solib-search-lib2.c: New file.
1630 * gdb.base/solib-search.c: New file.
1631 * gdb.base/solib-search.h: New file.
1632 * gdb.base/solib-search.exp: New file.
1633
fac51dd9
DE
1634 * lib/gdb.exp (gdb_core_cmd): New function.
1635 * gdb.arch/system-gcore.exp: Use it.
1636 * gdb.arch/vsx-regs.exp: Ditto.
1637 * gdb.base/gcore.exp: Ditto.
1638 * gdb.threads/gcore-thread.exp: Ditto.
1639
c2a96e8c
DE
1640 * gdb.reverse/shr.h: New file.
1641 * gdb.reverse/shr1.c: New file.
1642 * gdb.reverse/shr2.c: #include "shr.h".
1643 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1644 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1645 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1646 Update tests using sleep/printf to use shr2.sl instead.
1647 * gdb.reverse/solib-reverse.exp: Ditto.
1648
b6807d98
TT
16492013-05-06 Tom Tromey <tromey@redhat.com>
1650
1651 * gdb.dwarf2/implptrconst.c: New file.
1652 * gdb.dwarf2/implptrconst.exp: New file.
1653 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1654 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1655 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1656
96f7d3f1
PW
16572013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1658
1659 * gdb.base/catch-sig.c (main): Raise SIGINT.
1660 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1661
1ebff1fd
HAQ
16622013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1663
1664 * status-stop.exp (test_tstart_tstart): Check for error
1665 returned by the second 'tstart' command.
1666
f92b06da
WT
16672013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1668
1669 * gdb.xml/maint_print_struct.exp: New file.
1670 * gdb.xml/maint_print_struct.xml: New file.
1671
ff546935
TT
16722013-04-25 Tom Tromey <tromey@redhat.com>
1673
1674 * gdb.dwarf2/nostaticblock.exp: New file.
1675
bf9e4d0c
MB
16762013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1677
1678 PR gdb/10462
1679 * gdb.base/setshow.exp: Add test case.
1680
a11cfd87
HZ
16812013-04-23 Hui Zhu <hui@codesourcery.com>
1682
1683 PR gdb/15293
a11cfd87
HZ
1684 * gdb.base/dprintf.exp: Add ignore command.
1685
2d9442cc
HZ
16862013-04-23 Hui Zhu <hui@codesourcery.com>
1687
1688 PR gdb/15165
2d9442cc
HZ
1689 * gdb.base/save-bp.exp: Add test for dprintf.
1690
0f3305ed
TT
16912013-04-22 Tom Tromey <tromey@redhat.com>
1692
1693 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1694 notice_open_fds.
1695
d504301e
SDJ
16962013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1697
1698 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1699 ldflags.
1700
9991b207
SDJ
17012013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1702
1703 * gdb.arch/arm-bl-branch-dest.c: New file.
1704 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1705
433730c9
PA
17062013-04-19 Vladimir Kargov <kargov@gmail.com>
1707 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.arch/i386-float.S: New file.
1710 * gdb.arch/i386-float.exp: New file.
1711
9a908334
LM
17122013-04-18 Luis Machado <lgustavo@codesourcery.com>
1713
1714 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1715 type void *.
1716
4f22ed5c
DE
17172013-04-17 Doug Evans <dje@google.com>
1718
1719 * lib/dwarf.exp (Dwarf): New proc "tu".
1720 * gdb.dwarf2/missing-sig-type.exp: New file.
1721
a0d3f2f5
SCR
17222013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1723
1724 Add option to link testcases with Pthreads library when
1725 using 'prepare_for_testing' in tests.
1726
1727 * lib/gdb.exp (build_executable_from_specs): Use
1728 gdb_compile_pthreads to compile if option "pthreads" is
1729 specified.
1730
cc16e6c9
TT
17312013-04-15 Tom Tromey <tromey@redhat.com>
1732
1733 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1734
72f1fe8a
TT
17352013-04-15 Tom Tromey <tromey@redhat.com>
1736
1737 * gdb.base/default.exp: Update for $_exception.
1738 * gdb.cp/exceptprint.cc: New file.
1739 * gdb.cp/exceptprint.exp: New file.
1740 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1741
6e72ca20
TT
17422013-04-15 Tom Tromey <tromey@redhat.com>
1743
1744 * gdb.cp/typeid.cc: New file.
1745 * gdb.cp/typeid.exp: New file.
1746
591f19e8
TT
17472013-04-15 Tom Tromey <tromey@redhat.com>
1748
1749 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1750
da9160e4
YQ
17512013-04-13 Yao Qi <yao@codesourcery.com>
1752
1753 * gdb.base/completion.exp: Test completion of command
1754 'target ctf' if target ctf is supported.
1755
f81d1120
PA
17562013-04-10 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/completion.exp: Test "set height", "set listsize" and
1759 "set trace-buffer-size" completion.
1760 * gdb.base/setshow.exp: Test "set height unlimited".
1761 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1762 unlimited".
1763
393fd4c3
YQ
17642013-04-10 Yao Qi <yao@codesourcery.com>
1765
1766 * gdb.trace/actions.exp: Save trace data to CTF.
1767 Change to ctf target if GDB supports, read CTF data in ctf
1768 target, and check the actions of tracepoints.
1769 * gdb.trace/while-stepping.exp: Likewise.
1770 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1771 format and read CTF trace file if GDB supports.
1772 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1773 target is supported, change to ctf target, read trace data and
1774 check output of command "tstatus".
1775 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1776 read CTF data by target ctf and call check_tsv.
1777
b7a273f8
YQ
17782013-04-10 Yao Qi <yao@codesourcery.com>
1779
1780 * gdb.trace/actions.exp (check_tracepoint): New.
1781 (top level): Start the tracing and check the actions of
1782 tracepoints. Save trace data to tfile format. Restart GDB
1783 and read trace file in tfile target. Check the actions of
1784 tracepoints again.
1785 * gdb.trace/while-stepping.exp: Likewise.
1786
f3786771
YQ
17872013-04-10 Yao Qi <yao@codesourcery.com>
1788
1789 * gdb.trace/report.exp: Use standard_output_file for saved
1790 trace file.
1791
5c2b4418
HZ
17922013-04-10 Hui Zhu <hui@codesourcery.com>
1793
1794 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1795 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1796 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1797
f7543f0a
JK
17982013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1799
1800 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1801 response.
1802
f6de8ec2
PA
18032013-04-08 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1806 the location.
1807
b8abfd58
SL
18082013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1809
1810 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1811 for breakpoint location.
1812
156bffd0
SL
18132013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1814
1815 * gdb.linespec/linespec.exp: Make dir/file:line tests
1816 conditional for non-remote hosts only.
1817
c9a6ce02
PA
18182013-04-04 Stan Shebs <stan@codesourcery.com>
1819 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1822 * gdb.trace/actions-changed.c: New file.
1823 * gdb.trace/actions-changed.exp: New file.
1824 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1825 (gdb_trace_setactions_command): ... this. Add "actions_command"
1826 parameter, and handle it.
1827 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1828
4bd05f24
YQ
18292013-04-04 Yao Qi <yao@codesourcery.com>
1830
1831 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1832 'step'.
1833
3758b5ce
YQ
18342013-04-03 Yao Qi <yao@codesourcery.com>
1835
1836 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1837 "tfile-basic.tf".
1838 (test_tfind_tfile): Likewise.
1839
1dcaed0d
YQ
18402013-04-03 Yao Qi <yao@codesourcery.com>
1841
1842 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1843 "tfile-basic.tf" instead of "basic.tf".
1844 (write_error_trace_file): Pass argument "tfile-error.tf"
1845 instead of "error.tf".
1846 * gdb.trace/tfile.exp: Update tfile names to
1847 "tfile-basic.tf" and "tfile-error.tf".
1848
0e7a53fc
SL
18492013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1850
1851 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1852 empty directory in file for breakpoint hit.
1853
9852c492
YQ
18542013-03-29 Yao Qi <yao@codesourcery.com>
1855
1856 * gdb.base/completion.exp: Test completion of commands
1857 "target core", "target tfile" and "target exec".
1858 * gdb.trace/tfile.exp: Test completion of command
1859 "target tfile".
1860
af312be7
JB
18612013-03-28 Joel Brobecker <brobecker@adacore.com>
1862
1863 * gdb.ada/win_fu_syms: New testcase.
1864
e4a48d9d
DE
18652013-03-28 Doug Evans <dje@google.com>
1866
1867 * gdb.base/maint.exp (maint print statistics): Update expected output.
1868
7f7cc265
PA
18692013-03-28 Pedro Alves <palves@redhat.com>
1870
1871 PR gdb/15294
1872
1873 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1874 mean unlimited instead of $arg < 0.
1875 (test_listsize): Remove "listsize of 0 suppresses output" test.
1876 Test that "set listsize 0" ends up with an unlimited listsize.
1877
fc0da894
PA
18782013-03-28 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.base/list.exp (last_line): New global.
1881 (last_line_re): New global.
1882 (test_listsize, test_list_function, test_list_forward)
1883 (test_repeat_list_command, test_list_range)
1884 (test_list_filename_and_function): Use them.
1885 * gdb.base/list0.c: Comment the last line of the file with "last
1886 line".
1887
abe7b711
PA
18882013-03-28 Pedro Alves <palves@redhat.com>
1889
1890 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1891 list the whole file.
1892
15b3979c
PA
18932013-03-28 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1896 "set listsize".
1897
96811e3b
KS
18982013-03-26 Keith Seitz <keiths@redhat.com>
1899
1900 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1901 from passing.
1902
4043f22b
PA
19032013-03-26 Pedro Alves <palves@redhat.com>
1904
1905 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1906 until after GDB has run.
1907
14a1aa17
YQ
19082013-03-26 Yao Qi <yao@codesourcery.com>
1909
1910 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1911 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1912
99c819ee
MM
19132013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1914
1915 * gdb.btrace/enable.exp: Add regression test.
1916
24955f63
TT
19172013-03-25 Tom Tromey <tromey@redhat.com>
1918
1919 * gdb.cp/m-static.exp: Add destructor-printing tests.
1920
fce632b6
TT
19212013-03-25 Tom Tromey <tromey@redhat.com>
1922
1923 * gdb.cp/m-static.exp: Add constructor ptype tests.
1924 * gdb.cp/m-static.cc (single_constructor): New class.
1925 (main): Make instance of single_constructor.
1926
598d3636
JK
19272013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1928 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.server/server-kill.c: New file.
1931 * gdb.server/server-kill.exp: New file.
1932
c12440c9
PA
19332013-03-21 Pedro Alves <palves@redhat.com>
1934
1935 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1936 Expect $gdb_prompt in gdb_test_multiple.
1937
bd712aed
DE
19382013-03-21 Doug Evans <dje@google.com>
1939
1940 * gdb.base/maint.exp: Update tests for per-command stats.
1941
b2f83c08
TT
19422013-03-21 Tom Tromey <tromey@redhat.com>
1943
1944 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1945 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1946
ef0026f0
PA
19472013-03-20 Pedro Alves <palves@redhat.com>
1948
1949 PR gdb/15289
1950
1951 * gdb.base/remote.exp: Test
1952 "set remote hardware-watchpoint-limit -1",
1953 "set remote hardware-breakpoint-limit -1",
1954 "set remote hardware-watchpoint-limit 2147483647" and
1955 "set remote hardware-breakpoint-limit 2147483647".
1956
3f1175a9
PA
19572013-03-20 Pedro Alves <palves@redhat.com>
1958 Yao Qi <yao@codesourcery.com>
1959
1960 * gdb.trace/tfile.c: Add comments.
1961 (nonconstglob): New global.
1962 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1963 global that is not covered by the trace frame. Test
1964 disassembling.
1965
a09ae1c1
JK
19662013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1967
1968 * gdb.base/valgrind-infcall.exp
1969 (continue #$continue_count) <remote connection closed>
1970 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1971 $valgrind_pid.
1972
9ce98649
TT
19732013-03-15 Tom Tromey <tromey@redhat.com>
1974
1975 * gdb.cp/overload.cc (intintfunc): New.
1976 * gdb.cp/overload.exp: Add regression test.
1977
0a251e08
YQ
19782013-03-15 Yao Qi <yao@codesourcery.com>
1979
1980 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1981 using with_test_prefix.
1982 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1983 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1984 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1985 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1986 * gdb.base/break-interp.exp (test_core): Likewise.
1987 (test_attach_gdb): Likewise.
1988 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1989 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1990 Likewise.
1991 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1992 * gdb.base/jit.exp (one_jit_test): Likewise.
1993 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1994 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1995 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1996 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1997 Likewise.
1998 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1999 Likewise.
2000 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2001 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2002 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2003 (tracepoint_change_loc_2): Likewise.
2004 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2005 Likewise.
2006 (disconnected_tfind): Likewise.
2007 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2008 Likewise.
2009 (test_tfind_remote): Likewise.
2010 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2011 Likewise.
2012 (test_pending_resolved): Likewise.
2013 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2014 Likewise.
2015 (test_upload_tsv): Likewise.
2016 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2017 Likewise.
2018 (pending_tracepoint_works): Likewise.
2019 * gdb.trace/report.exp (use_collected_data): Likewise.
2020 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2021 Likewise.
2022 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2023 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2024 (strace_trace_on_same_addr): Likewise.
2025 (strace_trace_on_diff_addr): Likewise.
2026 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2027 (gdb_collect_locals_test): Likewise.
2028 (gdb_unavailable_registers_test): Likewise.
2029 (gdb_collect_globals_test): Likewise.
2030
2c415c0f
YQ
20312013-03-15 Yao Qi <yao@codesourcery.com>
2032
2033 * gdb.base/condbreak.exp: Add semicolon back which was removed
2034 by my previous commit.
2035
ae59b1da
YQ
20362013-03-14 Yao Qi <yao@codesourcery.com>
2037
2038 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2039 'return'.
2040 (gdb_target_monitor, gdb_load): Likewise.
2041 * config/sid.exp (gdb_load): Likewise.
2042 * config/slite.exp (gdb_load): Likewise.
2043 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2044 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2045 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2046 (single_step_until): Likewise.
2047 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2048 * gdb.arch/system-gcore.exp: Likewise.
2049 * gdb.base/bigcore.exp (extract_heap): Likewise.
2050 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2051 * gdb.base/call-ar-st.exp: Likewise.
2052 * gdb.base/call-rt-st.exp: Likewise.
2053 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2054 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2055 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2056 * gdb.base/corefile.exp: Likewise.
2057 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2058 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2059 * gdb.base/fixsection.exp: Likewise.
2060 * gdb.base/funcargs.exp: Likewise.
2061 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2062 * gdb.base/gcore-relro.exp: Likewise.
2063 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2064 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2065 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2066 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2067 * gdb.base/list.exp: Likewise.
2068 (set_listsize): Likewise.
2069 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2070 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2071 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2072 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2073 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2074 * gdb.base/setvar.exp: Likewise.
2075 (test_set): Likewise.
2076 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2077 * gdb.base/solib-overlap.exp: Likewise.
2078 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2079 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2080 * gdb.base/watchpoint.exp (initialize): Likewise.
2081 (test_simple_watchpoint): Likewise.
2082 (test_disabling_watchpoints): Likewise.
2083 (test_watchpoint_triggered_in_syscall): Likewise.
2084 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2085 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2086 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2087 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2088 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2089 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2090 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2091 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2092 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2093 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2094 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2095 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2096 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2097 * gdb.mi/gdb792.exp: Likewise.
2098 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2099 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2100 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2101 * gdb.threads/gcore-thread.exp: Likewise.
2102 (load_core): Likewise.
2103 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2104 (test_startup, check_control_c): Likewise.
2105 * gdb.threads/sigstep-threads.exp: Likewise.
2106 * gdb.threads/thread_check.exp: Likewise.
2107 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2108 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2109 (set_a_tracepoint, trace_buffer_normal): Likewise.
2110 (gdb_trace_circular_tests): Likewise.
2111 * gdb.trace/collection.exp: Likewise.
2112 * gdb.trace/disconnected-tracing.exp: Likewise.
2113 * gdb.trace/infotrace.exp: Likewise.
2114 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2115 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2116 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2117 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2118 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2119 * gdb.trace/stap-trace.exp: Likewise.
2120 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2121 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2122 * gdb.trace/trace-buffer-size.exp: Likewise.
2123 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2124 * gdb.trace/unavailable.exp: Likewise.
2125 * gdb.trace/while-dyn.exp: Likewise.
2126 * lib/fortran.exp (set_lang_fortran): Likewise.
2127 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2128 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2129 (default_gdb_start, get_compiler_info): Likewise.
2130 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2131 (get_debug_format, setup_xfail_format): Likewise.
2132 (rerun_to_main, gdb_skip_float_test): Likewise.
2133 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2134 * lib/java.exp (set_lang_java): Likewise.
2135 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2136 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2137 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2138 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2139 * lib/objc.exp (set_lang_objc): Likewise.
2140 * lib/pascal.exp (set_lang_pascal): Likewise.
2141 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2142 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2143 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2144
bb869963
SDJ
21452013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2146
2147 PR c++/15203
2148 PR c++/15210
2149 * gdb.cp/m-static.cc (keepalive_int): New function.
2150 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2151 * gdb.cp/m-static.exp: New test for `sintvar'.
2152
e2be70a0
YQ
21532013-03-14 Yao Qi <yao@codesourcery.com>
2154
2155 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2156 of 'tstatus' into tstatus_output.
2157 (top level): Save the trace data to tfile. Read trace file in
2158 tfile target. Check the trace status.
2159
8ddb1965
YQ
21602013-03-13 Yao Qi <yao@codesourcery.com>
2161
2162 * gdb.trace/tsv.exp (check_tsv): New.
2163 (top level): Save a tfile on current trace session. Call
2164 check_tsv on live target. Load the tfile with target tfile
2165 and call check_tsv again.
2166
045dd51f
YQ
21672013-03-13 Yao Qi <yao@codesourcery.com>
2168
2169 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2170 Replace some "gdb_test" with "gdb_test_no_output".
2171
82d049ab
PH
21722013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2173
2174 * gdb.ada/expr_delims.exp: New file.
2175 * gdb.ada/expr_delims/foo.adb: New file.
2176 * gdb.ada/expr_delims/pck.ads: New file.
2177 * gdb.ada/expr_delims/pck.adb: New file.
2178
cb8ea32b
KS
21792013-03-11 Keith Seitz <keiths@redhat.com>
2180
2181 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2182 both condition and thread. Then delete the watchpoint.
2183
2f1d9bdd
MM
21842013-03-11 Christian Himpel <christian.himpel@intel.com>
2185
2186 * Makefile.in: Add btrace testsuite.
2187 * configure: Regenerated.
2188 * configure.ac: Add btrace testsuite.
2189 * gdb.btrace/Makefile.in: New file.
2190 * gdb.btrace/enable.c: New file.
2191 * gdb.btrace/enable.exp: New file.
2192 * gdb.btrace/function_call_history.c: New file.
2193 * gdb.btrace/function_call_history.exp: New file.
2194 * gdb.btrace/instruction_history.c: New file.
2195 * gdb.btrace/instruction_history.exp: New file.
2196 * gdb.btrace/instruction_history.S: New file.
2197 * lib/gdb.exp: Add btrace skip proc.
2198
05c56a9d
JK
21992013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 Fix entry-values if the callee called a noreturn function.
2202 * gdb.arch/amd64-tailcall-noret.S: New file.
2203 * gdb.arch/amd64-tailcall-noret.c: New file.
2204 * gdb.arch/amd64-tailcall-noret.exp: New file.
2205
9112db09
JK
22062013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 Fix entry-values in C++ across CUs.
2209 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2210 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2211 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2212 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2213 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2214
be9a119c 22152013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2216 Hafiz Abid Qadeer <abidh@codesourcery.com>
2217
2218 gdb/testsuite/
2219 * gdb.trace/trace-buffer-size.exp: New file.
2220 * gdb.trace/trace-buffer-size.c: New file.
2221
049109b0
PA
22222013-03-06 Pedro Alves <palves@redhat.com>
2223
2224 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2225 doesn't support the tested optional feature, call "unsupported"
2226 with the same test message as the "pass" case, instead of calling
2227 "pass" with a different message. Use the same text for the "fail"
2228 cases too.
2229
4aa54120
YQ
22302013-03-06 Yao Qi <yao@codesourcery.com>
2231
2232 * gdb.trace/tstatus.exp: Remove the invocation of
2233 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2234 (test_tracepoints): Don't set fast tracepoint.
2235 (top level): Don't check agent library is loaded or not.
2236
b8b71e63
YQ
22372013-03-06 Yao Qi <yao@codesourcery.com>
2238
2239 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2240 parentheses by "\\".
2241
33f448b1
JK
22422013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2243
2244 * gdb.linespec/base/one/thefile.cc (twodup): New.
2245 (m): Call it.
2246 * gdb.linespec/base/two/thefile.cc (dupname): New.
2247 (n): Call it.
2248 * gdb.linespec/break-ask.exp: New file.
2249 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2250
1c942fb9
YQ
22512013-02-28 Yao Qi <yao@codesourcery.com>
2252
2253 * gdb.trace/report.exp: Move some code to ...
2254 (use_collected_data): New.
2255 (top level): Call use_collected_data once on the live target.
2256 Save at file of the current trace session, load it with target
2257 tfile, and call use_collected_data again.
2258
5b967901
JK
22592013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2260
2261 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2262
6447023f
JK
22632013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2266 Add final kill of ${valgrind_pid}.
2267
9f44fbc0
SCR
22682013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2269
2270 * gdb.python/py-arch.c: New test case
2271 * gdb.python/py-arch.exp: New tests to test
2272 gdb.Architecture.disassemble
2273 * gdb.python/Makefile.in: Add py-arch to the list of
2274 EXECUTABLES.
2275
4c9ad8c2
TT
22762013-02-18 Tom Tromey <tromey@redhat.com>
2277
2278 * gdb.dwarf2/subrange.exp: New file.
2279
f5911ea1
HAQ
22802013-02-15 Pedro Alves <pedro@codesourcery.com>
2281 Hafiz Abid Qadeer <abidh@codesourcery.com>
2282
2283 * gdb.trace/tfile.exp: Add test for -trace-status command.
2284
420f4384
JK
22852013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2286
2287 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
2288 nanosleep by sleep.
2289
4819b3f8
PA
22902013-02-14 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
2293
1773c82c
HAQ
22942013-02-14 Pedro Alves <pedro@codesourcery.com>
2295 Hafiz Abid Qadeer <abidh@codesourcery.com>
2296
2297 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
2298
e234dfaf
TT
22992013-02-12 Tom Tromey <tromey@redhat.com>
2300
2301 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
2302 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
2303
6c01dd94
PA
23042013-02-12 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.base/catch-signal.c: Update copyright years.
2307 * gdb.base/catch-signal.exp: Update copyright years.
2308 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
2309 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
2310 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
2311 * gdb.dwarf2/dw2-error.S: Update copyright years.
2312 * gdb.dwarf2/dw2-error.c: Update copyright years.
2313 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
2314 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
2315 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
2316
595fc67f
PA
23172013-02-12 Pedro Alves <palves@redhat.com>
2318
2319 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
2320 message.
2321 * gdb.base/sigaltstack.exp: Ditto.
2322 * gdb.base/siginfo.exp: Ditto.
2323 * gdb.base/sizeof.exp: Ditto.
2324
17282693
PA
23252013-02-12 Pedro Alves <palves@redhat.com>
2326
2327 * gdb.mi/mi-basics.exp: Tweak intro comment.
2328 * gdb.mi/mi-break.exp: Tweak intro comment.
2329 * gdb.mi/mi-console.exp: Tweak intro comment.
2330 * gdb.mi/mi-file.exp: Tweak intro comment.
2331 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
2332 * gdb.mi/mi-return.exp: Tweak intro comment.
2333 * gdb.mi/mi-stepi.exp: Tweak intro comment.
2334 * gdb.mi/mi-until.exp: Tweak intro comment.
2335 * gdb.mi/mi-watch.exp: Tweak intro comment.
2336
8a4ac37e
PA
23372013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2338
2339 * gdb.server/no-thread-db.exp: New file.
2340 * gdb.server/no-thread-db.c: New file.
2341 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
2342
c2792f5a
DE
23432013-02-11 Doug Evans <dje@google.com>
2344
2345 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
2346 two decfloats.
2347
d9e98382
SDJ
23482013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2349
2350 * gdb.base/bitfields.c (struct internalvartest): New declaration.
2351 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
2352
a321661a
JK
23532013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
2356
134a2066
YQ
23572013-02-06 Yao Qi <yao@codesourcery.com>
2358
2359 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
2360 to ...
2361 (test_create_delete_modify_tsv): ... here. New test on modifying
2362 the initial value of a tsv.
2363
5a2dc60a
JK
23642013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2365
2366 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
2367 (cd .../rdir): ... here.
2368
233d95b5
JK
23692013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2370
2371 * gdb.linespec/base/one/header.h: New file.
2372 * gdb.linespec/base/two/header.h: New file.
2373 * gdb.linespec/macro-relative.c: New file.
2374 * gdb.linespec/macro-relative.exp: New file.
2375
fbd9ab74
JK
23762013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2377
2378 * gdb.base/fullpath-expand-func.c: New file.
2379 * gdb.base/fullpath-expand.c: New file.
2380 * gdb.base/fullpath-expand.exp: New file.
2381 * gdb.base/realname-expand-real.c: New file.
2382 * gdb.base/realname-expand.c: New file.
2383 * gdb.base/realname-expand.exp: New file.
2384
1b56eb55
JK
23852013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2386
2387 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
2388 * gdb.dwarf2/dw2-dir-file-name.c: New file.
2389
af529f8f
JK
23902013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
2393 (compare_filenames_for_search does not match)
2394 (compare_filenames_for_search does match): New tests.
2395
f5b95b50
JK
23962013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2397
2398 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
2399
d47921b9
JK
24002013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2401
2402 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
2403
8a92335b
JK
24042013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
2407 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
2408 ${binfile}.mini_debuginfo-debuglink and
2409 ${binfile}.mini_debuginfo-debuglink.xz.
2410
17f2157d
TT
24112013-02-01 Tom Tromey <tromey@redhat.com>
2412
2413 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
2414 attributes.
2415
d65f0a9c
TT
24162013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2417 Tom Tromey <tromey@redhat.com>
2418
2419 * gdb.dwarf2/method-ptr.exp: Link with c++.
2420 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
2421
f25c0135
TT
24222013-01-31 Tom Tromey <tromey@redhat.com>
2423
2424 * gdb.base/jit.exp (compile_jit_test): New proc.
2425 Add PIE tests.
2426
7078baeb
TT
24272013-01-31 Tom Tromey <tromey@redhat.com>
2428
2429 * gdb.dwarf2/method-ptr.cc: New file.
2430 * gdb.dwarf2/method-ptr.exp: New file.
2431
1d24041a
TT
24322013-01-31 Tom Tromey <tromey@redhat.com>
2433
2434 * lib/dwarf.exp (namespace Dwarf): New.
2435
8d9878a4
TT
24362013-01-29 Tom Tromey <tromey@redhat.com>
2437
2438 * gdb.dwarf2/fission-reread.exp: Add unload test.
2439
bed911e5
DE
24402013-01-28 Doug Evans <dje@google.com>
2441
2442 * gdb.dwarf2/fission-loclists.exp: New file.
2443 * gdb.dwarf2/fission-loclists.S: New file.
2444
e229648e
JK
24452013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2446
2447 Code cleanup.
2448 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2449 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2450 and prepare_for_testing.
2451 * gdb.base/store.exp: Likewise.
2452
86700f00
TT
24532013-01-25 Tom Tromey <tromey@redhat.com>
2454
2455 * gdb.python/py-explore.exp: Expect the gdb prompt.
2456
8954db33
AB
24572013-01-25 Andrew Burgess <aburgess@broadcom.com>
2458
2459 * gdb.base/gnu_vector.c: New variable for use in tests.
2460 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2461 changes in scalar to vector casting and widening.
2462 * gdb.python/py-type.c: New variables for use in tests.
2463 * gdb.python/py-type.exp: Update vector related tests to reflect
2464 changes in scalar to vector casting and widening.
2465
2077afdd
TD
24662013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2467
2468 * gdb.base/prologue-include.c: New file.
2469 * gdb.base/prologue-include.exp: New file.
2470 * gdb.base/prologue-include.h: New file.
2471
d7499464
HAQ
24722013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2473
2474 PR gdb/13443
2475 * gdb.mi/mi-var-block.exp: Make test messages unique.
2476
e2a3e0f1
TT
24772013-01-23 Tom Tromey <tromey@redhat.com>
2478
2479 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2480
152fcc9c
TT
24812013-01-23 Tom Tromey <tromey@redhat.com>
2482
2483 * gdb.cp/converts.cc (main): Initialize 'a'.
2484
bea883fd
SCR
24852013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2486
2487 * testsuite/gdb.python/frame.exp: Add a test for
2488 gdb.Frame.architecture() method.
2489
0928e93d
PA
24902013-01-22 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.base/annota1.exp (signal sent): No longer expect
2493 breakpoints-invalid.
2494 * gdb.cp/annota2.exp (continue until exit)
2495 (watch triggered on a.x): Ditto.
2496
9c97429f
PA
24972013-01-22 Pedro Alves <palves@redhat.com>
2498
2499 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2500 Adjust tests to breakpoints-invalid changes.
2501 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2502 variables.
2503 Adjust tests to breakpoints-invalid changes.
2504
187d10dd
PA
25052013-01-22 Pedro Alves <palves@redhat.com>
2506
2507 * gdb.base/annota1.exp (annotate ignore count change): Add
2508 expected output for failure case.
2509
ea3aedcb
TT
25102013-01-22 Tom Tromey <tromey@redhat.com>
2511
2512 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2513 call.
2514
998580f1
MK
25152013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2516
2517 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 2518 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
2519 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2520 Also handle 'thread' field.
2521 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2522 * gdb.mi/mi-watch.exp: Ditto.
2523 * lib/mi-support.exp: Ditto.
2524
8f1d5693
MK
25252013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2526
2527 * gdb.python/py-explore.exp: Improve a test
2528
2d8c5d7c
DB
25292013-01-18  David Blaikie  <dblaikie@gmail.com>
2530
2531 * gdb.base/label.c (main): Correct the type of the second
2532 parameter.
2533
46f35228
TT
25342013-01-18 Tom Tromey <tromey@redhat.com>
2535
2536 * gdb.dwarf2/trace-crash.s: New file.
2537 * gdb.dwarf2/trace-crash.exp: New file.
2538
5965d69d
HAQ
25392013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2540
43aaf8b6
PA
2541 PR gdb/13443
2542 * gdb.base/checkpoint.exp: Update test messages to make them
2543 unique.
5965d69d 2544
5ae4861a
YQ
25452013-01-18 Yao Qi <yao@codesourcery.com>
2546
2547 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2548 output of 'info tracepoints'.
2549 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2550 Likewise.
2551 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2552 * gdb.trace/disconnected-tracing.c (struct foo): New.
2553
d84fca2c
JK
25542013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 * gdb.dwarf2/dw2-dos-drive.S: New file.
2557 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2558
aebb1cc9
DE
25592013-01-17 Doug Evans <dje@google.com>
2560
2782d512
DE
2561 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2562 CXX_FOR_TARGET.
2563
aebb1cc9
DE
2564 * boards/cc-with-tweaks.exp: New file.
2565
db2b2972
TT
25662013-01-17 Tom Tromey <tromey@redhat.com>
2567
2568 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2569
96343774
PA
25702013-01-17 Pedro Alves <palves@redhat.com>
2571
2572 Merge dg-extract-results.sh from upstream (svn 195224).
2573
2574 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2575 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
2576
2577 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2578 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
2579
2580 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2581 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
2582
2583 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2584 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2585 of grep -q.
2586
675921c0
SD
25872012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2588
2589 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
2590 interface.
2591 * gdb.base/jithost.c: New file.
2592 * gdb.base/jithost.h: New file.
2593 * gdb.base/jitreader.c : New file.
2594 * gdb.base/jit-protocol.h: New file.
2595
ab04a2af
TT
25962013-01-16 Tom Tromey <tromey@redhat.com>
2597
2598 * gdb.base/catch-signal.c: New file.
2599 * gdb.base/catch-signal.exp: New file.
2600
8ac3646f
TT
26012013-01-16 Tom Tromey <tromey@redhat.com>
2602
2603 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
2604
22fc223e
JK
26052013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2606
2607 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
2608
44478ab3
TT
26092013-01-14 Tom Tromey <tromey@redhat.com>
2610
2611 * gdb.base/completion.exp: Add "set gnutarget" test.
2612
06d66ee9
TT
26132013-01-14 Tom Tromey <tromey@redhat.com>
2614
2615 * gdb.dwarf2/dw2-restrict.S: New file.
2616 * gdb.dwarf2/dw2-restrict.c: New file.
2617 * gdb.dwarf2/dw2-restrict.exp: New file.
2618
c9bf0622
TT
26192013-01-14 Tom Tromey <tromey@redhat.com>
2620
2621 * gdb.dwarf2/dw2-error.exp: New file.
2622 * gdb.dwarf2/dw2-error.c: New file.
2623 * gdb.dwarf2/dw2-error.S: New file.
2624
5b12a61c
JK
26252013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2626
2627 * gdb.cp/parse-lang.cc: New file.
2628 * gdb.cp/parse-lang.exp: New file.
2629
f0a4b570
JK
26302013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
2633 (set substitute-path): New test.
2634 (fullname present): Remove content.
2635 (substituted fullname): New test.
2636
f751cc97
JB
26372013-01-13 Joel Brobecker <brobecker@adacore.com>
2638
2639 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2640 check. Move $gdb_py_is_py24 value check right after.
2641
04164e8e
JK
26422013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2643
2644 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2645 targets.
2646
5bf480a5
YQ
26472013-01-11 Yao Qi <yao@codesourcery.com>
2648
2649 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2650 for dprintf.
2651 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2652 Check the fields in "=breakpoint-created" for dprintf.
2653
f35a17b5
JK
26542012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 * gdb.mi/mi-fullname-deleted.exp: New file.
2657
85817405
JK
26582012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2661 expected output.
2662 (info skip with pending file): Remove.
2663 (ignoring function in solib, info skip for function multiply): Update
2664 the expected output.
2665 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2666 (info skip (delete 1), info skip after disabling all)
2667 (info skip after enabling all, info skip after disabling 4 2-3)
2668 (info skip after enabling 2-3, info skip 2-3)
2669 (info skip after deleting 2 3): Update the expected output.
2670 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2671 statement to its initialization and return.
2672 * gdb.linespec/skip-two.exp: New file.
2673
27210e12
DE
26742012-12-19 Doug Evans <dje@google.com>
2675
2676 * gdb.base/maint.exp: Handle testing with .gdb_index.
2677
bb627a12
JB
26782012-12-19 Joel Brobecker <brobecker@adacore.com>
2679
2680 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2681 Cavium to FSF.
2682
7785b880
JB
26832012-12-19 Joel Brobecker <brobecker@adacore.com>
2684
2685 * dg-extract-results.sh: Update contact info in copyright notice.
2686 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2687 GPL v3 or later. Update contact info.
2688 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2689 gdb.threads/watchpoint-fork-mt.c,
2690 gdb.threads/watchpoint-fork-parent.c,
2691 gdb.threads/watchpoint-fork-st.c,
2692 gdb.threads/watchpoint-fork.h: Likewise.
2693
f2a8bc8a
YQ
26942012-12-15 Yao Qi <yao@codesourcery.com>
2695
2696 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2697 'installed' field in '=breakpoint-modified'.
2698 (test_reconnect): Check 'installed' field in
2699 '=breakpoint-modified' and '=breakpoint-created'.
2700
2701 * gdb.trace/actions.exp: Update test for 'installed' field.
2702 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2703 (tracepoint_change_loc_2): Likewise.
2704 Check 'info tracepoint' display nothing else.
2705 * gdb.trace/deltrace.exp: Likewise.
2706 * gdb.trace/infotrace.exp: Likewise.
2707 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2708 Likewise.
2709 * gdb.trace/passcount.exp: Likewise.
2710 * gdb.trace/tracecmd.exp: Likewise.
2711 * gdb.trace/while-stepping.exp: Likewise.
2712
6592e36f
TT
27132012-12-14 Tom Tromey <tromey@redhat.com>
2714
2715 * gdb.cp/member-name.exp: New file.
2716 * gdb.cp/member-name.cc: New file.
2717
7d27a96d
TT
27182012-12-14 Tom Tromey <tromey@redhat.com>
2719
2720 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2721
f8c05d0d
DE
27222012-12-14 Doug Evans <dje@google.com>
2723
2724 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2725 DW_OP_GNU_implicit_pointer is section-relative.
2726
451b7c33
TT
27272012-12-14 Tom Tromey <tromey@redhat.com>
2728
43aaf8b6 2729 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 2730
10e339df
PA
27312012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2732
6fdff2c5 2733 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 2734
e780d813
DE
27352012-12-13 Doug Evans <dje@google.com>
2736
2737 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2738 * gdb.multi/multi-arch.exp: Ditto.
2739
ca3dbcc8 27402012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 2741
ca3dbcc8
MG
2742 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2743 catch load test library source file.
2744 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2745 load test source file.
2746 * gdb.mi/mi-catch-load.exp: New. Test file for
2747 basic MI -catch-load and -catch-unload tests.
2748
2960a434
PK
27492012-12-11 Paul Koning <paul_koning@dell.com>
2750
2751 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2752 exception.
2753 (_iterator_except): New function.
2754 (ArrayPrinter): Use _iterator function instead of local _iterator
2755 class for Python 3 compatibility.
2756 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 2757 _iterator.
2960a434
PK
2758 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2759 execfile for Python 3 compatibility.
2760 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2761 format in error_prompt test.
6fdff2c5 2762
9325cb04
PK
27632012-12-10 Paul Koning <paul_koning@dell.com>
2764
2765 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 2766 compatibility.
9325cb04
PK
2767 * gdb.python/py-block.exp: Ditto.
2768 * gdb.python/py-breakpoint.exp: Ditto.
2769 * gdb.python/py-cmd.exp: Ditto.
2770 * gdb.python/py-events.py: Ditto.
2771 * gdb.python/py-finish-breakpoint.py: Ditto.
2772 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2773 * gdb.python/py-finish-breakpoint2.py: Ditto.
2774 * gdb.python/py-frame-inline.exp: Ditto.
2775 * gdb.python/py-frame.exp: Ditto.
2776 * gdb.python/py-infthread.exp: Ditto.
2777 * gdb.python/py-objfile.exp: Ditto.
2778 * gdb.python/py-parameter.exp: Ditto.
2779 * gdb.python/py-progspace.exp: Ditto.
2780 * gdb.python/py-prompt.exp: Ditto.
2781 * gdb.python/py-symbol.exp: Ditto.
2782 * gdb.python/py-symtab.exp: Ditto.
2783 * gdb.python/py-template.exp: Ditto.
2784 * gdb.python/py-value-cc.exp: Ditto.
2785 * gdb.python/python.exp: Ditto.
2786 * gdb.python/source2.py: Ditto.
2787 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 2788 compatibility.
9325cb04
PK
2789 Use sorted() function rather than sort() method.
2790 Accept either int or long values for enum values.
2791 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2792 execfile for Python 3 compatibility.
2793 * gdb.python/py-evsignal.exp: Ditto.
2794 * gdb.python/py-evthreads.exp: Ditto.
2795 * gdb.python/py-mi.exp: Ditto.
2796 * gdb.python/py-pp-maint.exp: Ditto.
2797 * gdb.python/py-prettyprint.exp: Ditto.
2798 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 2799 Python 3 compatibility.
9325cb04
PK
2800 Skip tests for Python 2.4.
2801 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 2802 Python 3 compatibility.
9325cb04
PK
2803 Use byte string rather than character string in memory write test
2804 if Python 3.
2805 * gdb.python/py-pp-maint.py: Change class declarations to "new
2806 class" syntax.
2807 * gdb.python/py-prettyprint.py: Change iterator class to generator
2808 function for Python 3 compatibility.
2809 Make all classes "new style".
2810 Fix indentation issue and stray semicolon.
2811 * gdb.python/py-shared.expChange print syntax for Python 3
2812 compatibility.
2813 Define "long" if Python 3.
2814 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 2815 compatibility.
9325cb04
PK
2816 Accept either int or long values for enum values.
2817 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 2818 compatibility.
9325cb04
PK
2819 Skip "long" and "unicode" tests if Python 3.
2820 Accept either "type" or "class" in type checks.
2821 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2822 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2823
8b9737bf
TT
28242012-12-10 Tom Tromey <tromey@redhat.com>
2825
2826 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2827 (test): Add "two_cu" argument.
2828 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2829 for types; allow two CUs.
2830
1b80a9fa
JK
28312012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2832
2833 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2834 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2835
f0b6d50a
YQ
28362012-12-08 Yao Qi <yao@codesourcery.com>
2837 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2840 '=breakpoint-created' when GDB merges the tracepoints of both
2841 sides.
2842
2f68a895
TT
28432012-12-07 Tom Tromey <tromey@redhat.com>
2844
2845 * gdb.base/break1.c (enum some_enum, union some_union): New.
2846 (some_enum_global, some_union_global, some_value): New globals.
2847 * gdb.base/completion.exp: Add tag completion tests.
2848
4fc5d43e
TT
28492012-12-07 Tom Tromey <tromey@redhat.com>
2850
2851 * gdb.base/completion.exp: Add tests for ptype and whatis
2852 completion.
2853
6559e013
JB
28542012-12-07 Joel Brobecker <brobecker@adacore.com>
2855
2856 * gdb.base/stale-infcall.exp: Fix copyright line.
2857
ae2b630d
JB
28582012-12-07 Joel Brobecker <brobecker@adacore.com>
2859
2860 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2861
0ba2eb0f
TT
28622012-12-06 Pedro Alves <palves@redhat.com>
2863 Tom Tromey <tromey@redhat.com>
2864
2865 * gdb.base/exprs.exp: Add tests for cast to void.
2866
731145cb
TT
28672012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2868
2869 * gdb.python/py-mi.exp: Correct expected results for attribute
2870 "dynamic" returned by -var-update.
2871 Add test case for correct handling of "diplayhint" for children
2872 of dynamic varobjs.
2873 * gdb.python/py-prettyprint.c (set_itme): New function.
2874 (bug_14741) New function.
2875 (main) Add call to bug_14741().
2876 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2877
e58fcc15
UW
28782012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2879
2880 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2881 ${binfile}.funcsyms list.
2882
e9eb0d14
YQ
28832012-12-04 Yao Qi <yao@codesourcery.com>
2884
2885 PR gdb/13443
2886 * gdb.trace/actions.exp: Make test messages unique.
2887
4983028c
TT
28882012-11-29 Tom Tromey <tromey@redhat.com>
2889
2890 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2891
ea5e6b0e
UW
28922012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2893
2894 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2895 * gdb.opencl/datatypes.exp: Likewise.
2896 * gdb.opencl/operators.exp: Likewise.
2897 * gdb.opencl/vec_comps.exp: Likewise.
2898
cdde3dfb
JG
28992012-11-29 Jerome Guitton <guitton@adacore.com>
2900
2901 * gdb.ada/iwide: New testcase.
2902
b50d69b5
JG
29032012-11-29 Jerome Guitton <guitton@adacore.com>
2904
2905 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2906 ptype test.
2907
c2d3fccf
JG
29082012-11-29 Jerome Guitton <guitton@adacore.com>
2909
2910 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2911 form {VARIANT_TYPE}ADDRESS.
2912
5edf51fe
YQ
29132012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2914
2915 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2916 (func): New function.
2917 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2918 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2919 pointers to members with pointer-to-function type.
2920
608e2dbb
TT
29212012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2922 Tom Tromey <tromey@redhat.com>
2923
2924 * gdb.base/gnu-debugdata.exp: New file.
2925 * gdb.base/gnu-debugdata.c: New file.
2926 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2927 (gdb_unload): Return 0 on success.
2928
4648e588
JK
29292012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2932
17d6efc4
JB
29332012-11-26 Joel Brobecker <brobecker@adacore.com>
2934
2935 * gdb.base/empty_exe.exp: New testcase.
2936
ace21957
MF
29372012-11-20 Mike Frysinger <vapier@gentoo.org>
2938
2939 * gdb.base/completion.exp: Add test for help aliases completion.
2940
5c401a0a
YQ
29412012-11-20 Yao Qi <yao@codesourcery.com>
2942
2943 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2944 Don't test 'maint set show-debug-regs'.
2945 Use command 'set remotecache' instead of
2946 'set circular-trace-buffer'.
2947
8dea366b
KS
29482012-11-16 Keith Seitz <keiths@redhat.com>
2949
2950 PR c++/13615
2951 * gdb.cp/baseenum.cc: New file.
2952 * gdb.cp/baseenum.exp: New file.
2953 * gdb.cp/derivation.cc (A): Add copyright.
2954 Add a typedef.
2955 (B): Use A::value_type instead of int. Change all references.
2956 (D): Use value_type instead of int. Change all references.
2957 (E): Likewise.
2958 (F); Likewise.
2959 (Z): New class.
2960 (ZZ): New class.
6fdff2c5 2961 (N, Base, Derived): New namespace and classes.
8dea366b
KS
2962 (main): Add instances of Z and ZZ.
2963 Make sure all symbols from N are kept.
2964 * gdb.cp/derivation.exp: Update typedef changes in tests.
2965 Add tests for class typedefs both before and after starting
2966 the inferior.
2967 Add tests for searching for a typedef while stopped in a
2968 method.
2969
5e34c6c3
LM
29702012-11-14 Luis Machado <lgustavo@codesourcery.com>
2971
2972 * gdb.mi/mi-var-create-rtti.c: New file.
2973 * gdb.mi/mi-var-create-rtti.exp: New file.
2974
5e487a5f
LM
29752012-11-14 Luis Machado <lgustavo@codesourcery.com>
2976
2977 * gdb.base/structs3.exp: Run to main before doing any tests.
2978
6d67b990
AB
29792012-11-14 Andrew Burgess <aburgess@broadcom.com>
2980
2981 * gdb.python/py-type.exp: Uniquify test names.
2982
e5d98164
YQ
29832012-11-14 Yao Qi <yao@codesourcery.com>
2984
2985 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2986 (thread_function) [DEBUG]: Call 'printf'.
2987 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2988 command line if 'DEBUG=1' is passed to test.
2989 Remove a pattern to match inferior's output.
2990
62747a60
TT
29912012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2992
2993 * gdb.mi/mi-fill-memory.exp: New test.
2994
18a9fc12
TT
29952012-11-12 Tom Tromey <tromey@redhat.com>
2996
2997 * gdb.base/completion.exp: Update for "info type-printers".
2998 * gdb.python/py-typeprint.cc: New file.
2999 * gdb.python/py-typeprint.exp: New file.
3000 * gdb.python/py-typeprint.py: New file.
3001
bd69fc68
TT
30022012-11-12 Tom Tromey <tromey@redhat.com>
3003
3004 * gdb.base/call-sc.exp: Use "ptype/r".
3005 * gdb.base/volatile.exp: Don't expect "int".
3006 * gdb.cp/ptype-flags.cc: New file.
3007 * gdb.cp/ptype-flags.exp: New file.
3008 * gdb.cp/templates.exp: Use ptype/r.
3009 (test_ptype_of_templates, test_template_typedef): Likewise.
3010 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3011 argument. Handle template names and template parameters.
3012 * gdb.mi/mi-var-cmd.exp: Accept "long".
3013 * gdb.mi/mi-var-child.exp: Accept "long".
3014 * gdb.mi/mi-var-display.exp: Accept "long".
3015 * gdb.mi/mi2-var-child.exp: Accept "long".
3016
b3720c3a
TT
30172012-11-12 Tom Tromey <tromey@redhat.com>
3018
3019 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3020 "ptype" from calls to cp_test_ptype_class.
3021 (test_enums): Likewise.
3022 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3023 cp_test_ptype_class.
3024 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3025 calls to cp_test_ptype_class.
3026 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3027 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3028 from calls to cp_test_ptype_class.
3029 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3030 command here. Change "in_command" argument to "in_exp".
3031
0d63ecda
KS
30322012-11-10 Keith Seitz <keiths@redhat.com>
3033
3034 PR gdb/14288
3035 * gdb.base/printcmds.c: Add invalid_XXX globals
3036 for repeated byte tests.
3037 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3038 * gdb.base/wchar.c (main): Add and construct a wchar_t
3039 array with repeated characters.
3040 * gdb.base/wchar.exp: Add repeated character tests.
3041
ed8a1c2d
AB
30422012-11-09 Andrew Burgess <aburgess@broadcom.com>
3043
3044 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3045 disassembly output.
3046
9107fc8d
PA
30472012-11-09 Pedro Alves <palves@redhat.com>
3048
3049 PR gdb/14306
3050
3051 * gdb.multi/multi-arch-exec.c: New file.
3052 * gdb.multi/multi-arch-exec.exp: New file.
3053
558a9d82
YQ
30542012-11-09 Yao Qi <yao@codesourcery.com>
3055
3056 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3057 (top level): Call it.
3058
e714f336
YQ
30592012-11-09 Yao Qi <yao@codesourcery.com>
3060
3061 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3062 typo.
3063
6ecd4729
PA
30642012-11-09 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.multi/multi-arch.exp: New.
3067
9015683b
TT
30682012-11-08 Tom Tromey <tromey@redhat.com>
3069
3070 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3071 core files, if possible.
3072 * gdb.base/siginfo-thread.c: New file
3073 * gdb.base/siginfo-thread.exp: New file
3074
ea9f10bb
TT
30752012-11-08 Tom Tromey <tromey@redhat.com>
3076
3077 * gdb.base/comprdebug.exp: New file.
3078
f6592439
PA
30792012-11-06 Pedro Alves <palves@redhat.com>
3080
3081 PR gdb/14810
3082
3083 * gdb.base/disabled-location.c: New file.
3084 * gdb.base/disabled-location.exp: New file.
3085
2d338fa9
TT
30862012-11-06 Tom Tromey <tromey@redhat.com>
3087
3088 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3089 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3090 gdb_gcore_cmd.
3091 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3092 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3093 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3094 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3095 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3096 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3097 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3098 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3099 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3100
68c9da30
PA
31012012-11-05 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3104 procedure.
3105 (do_vfork_and_follow_child_tests_exec)
3106 (do_vfork_and_follow_child_tests_exit): Call it.
3107
a7c8c931
PA
31082012-11-05 Pedro Alves <palves@redhat.com>
3109
3110 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3111 fails.
3112
6f6484cd
YQ
31132012-11-03 Yao Qi <yao@codesourcery.com>
3114
3115 Fix PR gdb/14617.
3116 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3117 Remove setup_kfail, and update test.
3118
b45627a0
TT
31192012-11-02 Tom Tromey <tromey@redhat.com>
3120
3121 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3122 test.
3123
f50f4e56
PA
31242012-11-02 Pedro Alves <palves@redhat.com>
3125
3126 PR gdb/14766
3127
3128 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3129 setup_kfail.
3130 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3131 get registers".
3132
71ce889d
PA
31332012-11-02 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.base/foll-vfork-exit.c: New file.
3136 * gdb.base/foll-vfork.exp (top level): New file-describing
3137 comment.
3138 (vfork_child_follow_to_exit): New procedure.
3139 (tcatch_vfork_then_child_follow): Rename as ...
3140 (tcatch_vfork_then_child_follow_exec): ... this.
3141 (tcatch_vfork_then_child_follow_exit): New procedure.
3142 (do_vfork_and_follow_parent_tests): New procedure, factored out
3143 from do_vfork_and_exec_tests.
3144 (do_vfork_and_follow_child_tests_exec): Ditto.
3145 (do_vfork_and_exec_tests): Delete.
3146 (do_vfork_and_follow_child_tests_exit): New procedure.
3147 (top level): Run tests with both the program that has the vfork
3148 child execing, and the program has the vfork child exiting.
3149
1e35b1a9
PA
31502012-11-02 Pedro Alves <palves@redhat.com>
3151
3152 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3153 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3154 (vfork_parent_follow_to_bp): Call it.
3155 (kill_child): Delete.
3156 (vfork_and_exec_child_follow_to_main_bp)
3157 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3158 longer call kill_child.
3159 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3160 (do_vfork_and_exec_tests): Don't runto_main before calling each
3161 test procedure.
3162 (top level): Don't clean restart and set verbose before running
3163 each test procedure.
3164
31652012-11-02 Pedro Alves <palves@redhat.com>
3166
3167 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3168 (vfork_parent_follow_to_bp)
3169 (vfork_and_exec_child_follow_to_main_bp)
3170 (vfork_and_exec_child_follow_through_step)
3171 (tcatch_vfork_then_parent_follow)
3172 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3173 Use with_test_prefix.
3174
31752012-11-02 Pedro Alves <palves@redhat.com>
3176
3177 * gdb.base/foll-vfork.c: Add copyright header.
3178 * gdb.base/vforked-prog.c: Add copyright header.
3179
31802012-11-02 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.base/foll-vfork.exp
3183 (vfork_and_exec_child_follow_through_step): Don't skip on
3184 non-HP/UX targets. Expect the next to only step one line on
3185 non-HP/UX targets, rather than stopping only after the exec.
3186
31872012-11-02 Pedro Alves <palves@redhat.com>
3188
3189 Don't hard code line numbers.
3190
3191 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3192 Expect text from the sources instead of a line number.
3193 (vfork_parent_follow_to_bp)
3194 (vfork_and_exec_child_follow_to_main_bp)
3195 (vfork_and_exec_child_follow_through_step)
3196 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3197 Use gdb_get_line_number.
3198
31992012-11-02 Pedro Alves <palves@redhat.com>
3200
3201 Modernize.
3202
3203 * gdb.base/foll-vfork.exp: Use standard_testfile and
3204 build_executable. Pass descriptive string to untested.
3205 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3206 (vfork_and_exec_child_follow_to_main_bp)
3207 (vfork_and_exec_child_follow_through_step)
3208 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3209 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3210 of send_gdb/gdb_expect.
3211
3212 (kill_child): New procedure.
3213 (vfork_and_exec_child_follow_to_main_bp)
3214 (vfork_and_exec_child_follow_through_step): Use it.
3215
f0559fff
YQ
32162012-11-02 Yao Qi <yao@codesourcery.com>
3217
3218 * gdb.base/setvar.exp: Test setting nested struct.
3219 * gdb.base/setvar.c (v_struct3): New.
3220
c207c6da
DE
32212012-11-01 Doug Evans <dje@google.com>
3222
3223 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3224 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3225 use them.
3226
2f27adfe
AB
32272012-10-31 Andrew Burgess <aburgess@broadcom.com>
3228
3229 PR cli/14772
3230 * gdb.base/gnu_vector.c (union_with_vector_1)
3231 (struct_with_vector_1): Add new struct and union for testing
3232 ptype.
3233 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3234 structs / unions containing vectors.
3235
bb662ca6
YQ
32362012-10-25 Yao Qi <yao@codesourcery.com>
3237
3238 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3239 'setup_kfail' instead of 'setup_kfail_for_target'.
3240 * gdb.base/varargs.exp: Likewise.
3241 * lib/gdb.exp (setup_kfail_for_target): Remove.
3242
635d23ff
MK
32432012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3244
3245 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3246
afdb064f
MK
32472012-10-25 Mark Kettenis <kettenis@gnu.org>
3248
3249 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3250
d99dcf51
JB
32512012-10-24 Joel Brobecker <brobecker@adacore.com>
3252
3253 * gdb.ada/set_wstr: New testcase.
3254
32560274
JB
32552012-10-24 Joel Brobecker <brobecker@adacore.com>
3256
3257 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3258
5ded5331
JB
32592012-10-24 Joel Brobecker <brobecker@adacore.com>
3260
3261 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3262
d8d84291
MK
32632012-10-24 Mark Kettenis <kettenis@gnu.org>
3264
3265 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3266
6e933c51
JK
32672012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3268
3269 * gdb.base/callfuncs.exp (do_function_calls): Fix
3270 setup_kfail_for_target for -m32 mode.
3271
274bd000
MK
32722012-10-23 Mark Kettenis <kettenis@gnu.org>
3273
3274 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3275 are now fixed.
3276
545f743d
YQ
32772012-10-23 Yao Qi <yao@codesourcery.com>
3278
3279 * gdb.base/info-os.exp: Resume the inferior until it exits.
3280
48b56b6a 32812012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
3282
99c7d5a8 3283 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
3284 * gdb.base/print-file-var.exp: Likewise.
3285 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 3286
8de0566d
YQ
32872012-10-17 Yao Qi <yao@codesourcery.com>
3288
3289 * gdb.mi/mi-memory-changed.exp: New.
3290
44883546
YQ
32912012-10-16 Yao Qi <yao@codesourcery.com>
3292
3293 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
3294 returns true.
3295 Call gdb_load_shlibs.
3296 * gdb.reverse/solib-reverse.exp: Likewise.
3297
345f514a
KS
32982012-10-15 Keith Seitz <keiths@redhat.com>
3299
3300 * lib/cp-support.exp (cp_test_ptype_class): Add support
3301 for class typedefs.
3302
3303 * gdb.cp/derivation.exp: Add tests for g_instance.
3304
9e3a7d65
JK
33052012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3306
3307 Fix entry values resolving in inlined frames.
3308 * gdb.arch/amd64-entry-value-inline.S: New file.
3309 * gdb.arch/amd64-entry-value-inline.c: New file.
3310 * gdb.arch/amd64-entry-value-inline.exp: New file.
3311
21a7b089
JK
33122012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3313 Doug Evans <dje@google.com>
3314
3315 Fix recent gdb_breakpoint regression.
3316 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
3317 braces from the parameter.
3318 * gdb.java/jprint.exp: Likewise.
3319
2c47921e
DE
33202012-10-15 Doug Evans <dje@google.com>
3321
3322 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
3323
89398707
JB
33242012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
3325
3326 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
3327
801e4185
TT
33282012-10-15 Tom Tromey <tromey@redhat.com>
3329
3330 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
3331
74f910c8
TT
33322012-10-15 Tom Tromey <tromey@redhat.com>
3333
3334 * gdb.python/py-symbol.exp: Test symbol destructor.
3335
91567807
YQ
33362012-10-14 Yao Qi <yao@codesourcery.com>
3337
3338 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
3339 * gdb.mi/mi-cli.exp: New.
3340
3341 * gdb.mi/mi2-basics.exp: Remove.
3342 * gdb.mi/mi2-break.exp: Remove.
3343 * gdb.mi/mi2-console.exp: Remove.
3344 * gdb.mi/mi2-disassemble.exp: Remove.
3345 * gdb.mi/mi2-eval.exp: Remove.
3346 * gdb.mi/mi2-file.exp: Remove.
3347 * gdb.mi/mi2-hack-cli.exp: Remove.
3348 * gdb.mi/mi2-pthreads.exp: Remove.
3349 * gdb.mi/mi2-read-memory.exp: Remove.
3350 * gdb.mi/mi2-regs.exp: Remove.
3351 * gdb.mi/mi2-return.exp: Remove.
3352 * gdb.mi/mi2-simplerun.exp: Remove.
3353 * gdb.mi/mi2-stack.exp: Remove.
3354 * gdb.mi/mi2-stepi.exp: Remove.
3355 * gdb.mi/mi2-syn-frame.exp: Remove.
3356 * gdb.mi/mi2-until.exp: Remove.
3357 * gdb.mi/mi2-watch.exp: Remove.
3358 * gdb.mi/mi2-var-block.exp: Remove.
3359 * gdb.mi/mi2-var-cmd.exp: Remove.
3360 * gdb.mi/mi2-var-display.exp: Remove.
3361
87332029
YQ
33622012-10-12 Yao Qi <yao@codesourcery.com>
3363
3364 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
3365 trail '.*' on matching patterns.
3366
11fc9057
L
33672012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3368
3369 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
3370 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
3371 * gdb.arch/i386-disp-step.exp: Likewise.
3372 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3373 * gdb.arch/i386-prologue.exp: Likewise.
3374 * gdb.arch/i386-size-overlap.exp: Likewise.
3375 * gdb.arch/i386-size.exp: Likewise.
3376 * gdb.arch/i386-unwind.exp: Likewise.
3377
7d46bcdc
L
33782012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3379
3380 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
3381 * gdb.arch/i386-word.exp: Likewise.
3382
31224d9d
L
33832012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3384
3385 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
3386 is_ilp32_target to set nr_regs.
3387 * gdb.arch/i386-sse.exp: Likewise.
3388
5b7d0050
DE
33892012-10-11 Doug Evans <dje@google.com>
3390
7c09e5a0
DE
3391 PR breakpoints/14643.
3392 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
3393 * gdb.linespec/thread.c: New file.
3394 * gdb.linespec/thread.exp: New file.
3395
5b7d0050
DE
3396 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
3397 Recognize "message" -> print pass and fail. Add eof case.
3398 (runto): Recognize message, no-message. Print pass/fail if requested,
3399 with same treatment as gdb_breakpoint.
3400 (runto_main): Pass no-message to runto.
3401 (gdb_internal_error_resync): Add log message.
3402 (gdb_file_cmd): Tweak internal error fail text for consistency.
3403
2e24f4aa
JK
34042012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3405
3406 Fix crash during stepping on ppc32.
3407 * gdb.base/step-symless.c: New file.
3408 * gdb.base/step-symless.exp: New file.
3409
aa14df25
DE
34102012-10-03 Doug Evans <dje@google.com>
3411
3412 PR symtab/14601
3413 * gdb.cp/using-crash.exp: New file.
3414 * gdb.cp/using-crash.cc: New file.
3415
975531db
DE
34162012-10-02 Doug Evans <dje@google.com>
3417
3418 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
3419 more consistent.
3420 (runto,gdb_debug_format): Ditto.
3421 (gdb_file_cmd): Watch for eof in nested gdb_expect.
3422 Clean up logging and error messages.
3423
b3dc46ff
AB
34242012-10-01 Andrew Burgess <aburgess@broadcom.com>
3425
3426 Test find command on unmapped memory.
3427 * gdb.base/find-unmapped.c: New file.
3428 * gdb.base/find-unmapped.exp: New file.
3429
45814d45
YQ
34302012-09-29 Yao Qi <yao@codesourcery.com>
3431
3432 * gdb.trace/mi-tracepoint-changed.exp: New.
3433 * gdb.mi/mi-breakpoint-changed.exp: New.
3434 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3435 * gdb.mi/pendshr2.c: New.
3436
4c2786ba
YQ
34372012-09-28 Yao Qi <yao@codesourcery.com>
3438
3439 * gdb.mi/pr11022.exp: New.
3440 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3441
7977e5d2
TT
34422012-09-27 Tom Tromey <tromey@redhat.com>
3443
3444 * gdb.cp/derivation.exp: Add regression test.
3445 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3446 V_derived): New.
3447 (vderived): New global.
3448
0971de02
TT
34492012-09-26 Tom Tromey <tromey@redhat.com>
3450
3451 * gdb.dwarf2/dw2-common-block.S: New file.
3452 * gdb.dwarf2/dw2-common-block.exp: New file.
3453
4357ac6c
TT
34542012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3455
3456 * gdb.fortran/common-block.exp: New file.
3457 * gdb.fortran/common-block.f90: New file.
3458
6f380991
AB
34592012-09-26 Andrew Burgess <aburgess@broadcom.com>
3460
3461 * gdb.base/duplicate-bp.c: New file.
3462 * gdb.base/duplicate-bp.exp: New file.
3463
8ae551cf
YQ
34642012-09-26 Yao Qi <yao@codesourcery.com>
3465
3466 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3467
3468 Revert:
3469 2012-09-21 Yao Qi <yao@codesourcery.com>
3470
3471 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3472
318102b9
SP
34732012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3474
3475 * gdb.base/longest-types.c: New test case.
3476 * gdb.base/longest-types.exp: New test case.
3477
a1e5fd69
YQ
34782012-09-25 Yao Qi <yao@codesourcery.com>
3479
3480 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3481
04e7407c
JK
34822012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3483
3484 Fix internal error on canonicalization of clang types.
3485 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3486 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3487 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3488
9bf4bce9
JK
34892012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3490
3491 Fix disassemble without parameters in tailcall frame.
3492 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3493
2603f7ee
AB
34942012-09-21 Andrew Burgess <aburgess@broadcom.com>
3495
3496 * gdb.dwarf2/dw2-op-out-param.S: New file.
3497 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3498
a3569abd
YQ
34992012-09-21 Yao Qi <yao@codesourcery.com>
3500
3501 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3502
a065d7af
YQ
35032012-09-21 Yao Qi <yao@codesourcery.com>
3504
3505 * gdb.mi/mi-cli.exp: Remove.
3506 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3507
15544bd9
YQ
35082012-09-21 Yao Qi <yao@codesourcery.com>
3509
3510 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3511 "=record-started" notification.
3512
82a90ccf
YQ
35132012-09-21 Yao Qi <yao@codesourcery.com>
3514
3515 * gdb.mi/mi-record-changed.exp: New.
3516 * gdb.mi/mi-reverse.exp: Adjust expected output.
3517
d7de8e3c
TT
35182012-09-20 Tom Tromey <tromey@redhat.com>
3519
3520 * gdb.python/python.exp: Test atexit.register.
3521
1aa99537
DE
35222012-09-20 Doug Evans <dje@google.com>
3523
05eade73
DE
3524 * boards/dwarf4-gdb-index.exp: New file.
3525
1aa99537
DE
3526 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3527 while running the tests.
3528
4ae24af0
JB
35292012-09-18 Joel Brobecker <brobecker@adacore.com>
3530
3531 * gdb.ada/bp_reset: New testcase.
3532
bb25a15c
YQ
35332012-09-18 Yao Qi <yao@codesourcery.com>
3534
3535 * gdb.trace/mi-tsv-changed.exp: New.
3536
201b4506
YQ
35372012-09-18 Yao Qi <yao@codesourcery.com>
3538
3539 * gdb.trace/mi-traceframe-changed.exp: New.
3540
6fc1c773
YQ
35412012-09-17 Yao Qi <yao@codesourcery.com>
3542
3543 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3544 when it is less than 0.
3545
1ab3b62c
JK
35462012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3547
3548 PR 14119
3549 * gdb.arch/amd64-tailcall-ret.S: New file.
3550 * gdb.arch/amd64-tailcall-ret.c: New file.
3551 * gdb.arch/amd64-tailcall-ret.exp: New file.
3552 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3553 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3554 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3555
acf9414f
JK
35562012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3557
3558 PR 14548
3559 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3560 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3561 * gdb.reverse/singlejmp-reverse.S: New file.
3562 * gdb.reverse/singlejmp-reverse.c: New file.
3563 * gdb.reverse/singlejmp-reverse.exp: New file.
3564
666b578b
JK
35652012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3566
3567 Fix compatibility with old GCC (~4.1).
3568 * gdb.cp/converts.cc (my_enum_var): New variable.
3569
42056501
AB
35702012-09-14 Andrew Burgess <aburgess@broadcom.com>
3571
3572 * gdb.xml/tdesc-regs.exp: Update expected output for new
3573 vector_size syntax of vector types.
3574
b9516fa1
YPK
35752012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3576
3577 Refactor Python "gdb" module into a proper Python package, by
3578 introducing a new "_gdb" module for code implemented in C, and
3579 using reload/__import__ instead of exec.
3580 * gdb.python/python.exp (Test stderr location): Update module
3581 location of GDB-specific sys.stderr.
3582 (Test stdout location): Ditto for sys.stdout.
3583
18dc9ad8
JK
35842012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3585
3586 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
3587
ea3a9873
KS
35882012-09-12 Keith Seitz <keiths@redhat.com>
3589
3590 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
3591 conversion statement.
3592
5941debb
DE
35932012-09-12 Doug Evans <dje@google.com>
3594
3595 * gdb.base/help.exp: Remove testing of individual command help text,
3596 too much of a maintenance burden. Instead, test the functionality
3597 of "help" itself.
3598
cfc35e02
DE
35992012-09-11 Doug Evans <dje@google.com>
3600
3a0ed5d7
DE
3601 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
3602 breakpoint.
3603
cfc35e02
DE
3604 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
3605 * gdb.dwarf2/fission-reread.S: Ditto.
3606 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
3607 * gdb.dwarf2/fission-reread.exp: Ditto.
3608
350b1b26
AB
36092012-09-11 Andrew Burgess <aburgess@broadcom.com>
3610
3611 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
3612
2fa15f23
JB
36132012-09-10 Joel Brobecker <brobecker@adacore.com>
3614
3615 * gdb.ada/optim_drec: New testcase.
3616
09be558e
DE
36172012-09-10 Doug Evans <dje@google.com>
3618
3619 * boards/fission.exp: Explicitly mark "board" as not remote.
3620
5b4f6e25
KS
36212012-09-10 Keith Seitz <keiths@redhat.com>
3622
3623 PR gdb/13483
3624 * gdb.cp/converts.cc (A::A): Add ctor.
3625 (A::member_): Add member.
3626 (enum my_enum): New enumeration.
3627 (main): Add calls to foo1_7 with various
3628 permitted arguments.
3629 * gdb.cp/converts.exp: Add tests for boolean
3630 conversions permitted by the standard.
3631
b4ca5ed9
YPK
36322012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
3633
3634 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3635 avoid spurious results due to ~/.gdbinit.
3636 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3637 $INTERNAL_GDBFLAGS in run command.
3638 * gdb.gdb/observer.exp (setup_test): Ditto.
3639 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3640 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3641
d54b30bb
DE
36422012-09-06 Doug Evans <dje@google.com>
3643
14910956
DE
3644 * boards/fission.exp: New file.
3645
d54b30bb
DE
3646 * gdb.python/py-value.exp: Use clean_restart.
3647
91b253e1
DE
36482012-09-05 Doug Evans <dje@google.com>
3649
3650 * gdb.base/info-macros.c: Fix whitespace.
3651
1292279a
PA
36522012-08-28 Pedro Alves <palves@redhat.com>
3653
3654 PR gdb/14428
3655
3656 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3657
1c8cdcb1
JK
36582012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3659
3660 * gdb.base/break-caller-line.c: New file.
3661 * gdb.base/break-caller-line.exp: New file.
3662
1e8e8b51
JK
36632012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3664
3665 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3666 * gdb.arch/i386-cfi-notcurrent.S: New file.
3667 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3668
1591a1e8
PA
36692012-08-27 Wei-cheng Wang <cole945@gmail.com>
3670 Yao Qi <yao@codesourcery.com>
3671 Pedro Alves <palves@redhat.com>
3672
3673 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3674 New procedures.
3675 (top level): Add overlap checking tests.
3676
4442ada7
TT
36772012-08-24 Tom Tromey <tromey@redhat.com>
3678
3679 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3680 gdb_test_multiple fails for other reasons.
3681
e7d50cc9
YQ
36822012-08-24 Yao Qi <yao@codesourcery.com>
3683
3684 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3685
dfbd5e7b
PA
36862012-08-23 Pedro Alves <palves@redhat.com>
3687
3688 * gdb.base/help.exp: Adjust to "handle" help text change.
3689
8d735b87
YQ
36902012-08-23 Yao Qi <yao@codesourcery.com>
3691
3692 * gdb.trace/disconnected-tracing.c (start, end): New.
3693 (main): Call start and end.
3694 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3695 existing tests into this proc.
3696 (disconnected_tfind): New.
3697
61b1d759
YQ
36982012-08-23 Yao Qi <yao@codesourcery.com>
3699
3700 * boards/native-gdbserver.exp (${board}_upload): New.
3701 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3702 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3703 Execute tfile on remote target.
3704 Copy trace file from target to host.
3705
6ca1b147
JM
37062012-08-22 Joseph Myers <joseph@codesourcery.com>
3707
3708 * gdb.arch/thumb-bx-pc.S: New file.
3709 * gdb.arch/thumb-bx-pc.exp: New file.
3710
706e3705
TT
37112012-08-22 Tom Tromey <tromey@redhat.com>
3712
3713 * gdb.base/maint.exp: Update.
3714
b4893d48
TT
37152012-08-22 Tom Tromey <tromey@redhat.com>
3716
3717 * lib/gdb.exp (skip_unwinder_tests): New proc.
3718 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3719 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3720
45b7da81
TT
37212012-08-21 Tom Tromey <tromey@redhat.com>
3722
3723 * gdb.hp/gdb.aCC/exception.exp: Remove.
3724
f94363d7
AP
3725012-08-19 Andrew Pinski <apinski@cavium.com>
3726
3727 * gdb.arch/mips-octeon-bbit.c: New file.
3728 * gdb.arch/mips-octeon-bbit.exp: New Test.
3729
e5afdbd7
KS
3730012-08-19 Keith Seitz <keiths@redhat.com>
3731
3732 PR c++/14365
3733 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3734 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3735
c29e8b64
JK
37362012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3737
3738 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3739 verbose -log by more specific untested call.
3740
15a7e7bc
YQ
37412012-08-18 Yao Qi <yao@codesourcery.com>
3742
3743 * gdb.trace/tfind.exp: Move tests on various command help before
3744 checking target supports trace.
3745 Fix the expected output of 'help tfind end'.
3746
a451cb65
KS
37472012-08-17 Keith Seitz <keiths@redhat.com>
3748
3749 PR c++/13356
3750 * gdb.base/default.exp: Update all "check type" tests.
3751 * gdb.base/help.exp: Likewise.
3752 * gdb.base/setshow.exp: Likewise.
3753 * gdb.cp/converts.cc (foo1_type_check): New function.
3754 (foo2_type_check): New function.
3755 (foo3_type_check): New function.
3756 (main): Call new functions.
3757 * converts.exp: Add tests for integer-to-pointer conversions
3758 with/without strict type-checking.
3759
dbf6a605
MF
37602012-08-16 Mike Frysinger <vapier@gentoo.org>
3761
3762 * gdb.base/help.exp: Update expected output.
3763
0c92d8c1
JB
37642012-08-16 Joel Brobecker <brobecker@adacore.com>
3765
3766 * gdb.ada/rdv_wait: New testcase.
3767
e56f7f42
JK
37682012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3769
3770 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3771
f47f77df
DE
37722012-08-13 Doug Evans <dje@google.com>
3773
e202d6e8 3774 * gdb.base/help.exp: Update expected output.
f47f77df
DE
3775 * gdb.base/default.exp: Update expected output of "show convenience".
3776
a72c3253
DE
37772012-08-10 Doug Evans <dje@google.com>
3778
3779 * gdb.python/py-strfns.c: New file.
3780 * gdb.python/py-strfns.exp: New file.
3781 * gdb.python/py-type.exp (test_fields): Add vector tests.
3782
de0bea00
MF
37832012-08-10 Mike Frysinger <vapier@gentoo.org>
3784
3785 PR cli/10436:
3786 * gdb.base/completion.exp: Add tests for handle completion.
3787
5b9afe8a
YQ
37882012-08-09 Yao Qi <yao@codesourcery.com>
3789
3790 * gdb.mi/mi-cmd-param-changed.exp: New.
3791 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3792 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3793 * gdb.mi/mi2-prompt.exp: Likewise.
3794
4f485ebc
DE
37952012-08-08 Doug Evans <dje@google.com>
3796
3797 * gdb.base/debug-expr.c: New file.
3798 * gdb.base/debug-expr.exp: New file.
3799 * gdb.base/exprs.exp: Test {type} casts.
3800 * gdb.cp/debug-expr.exp: New file.
3801
5888842d
JK
38022012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3803
3804 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3805 global variable loop, not a 'break'. Add loop count limit to 100.
3806 Add new fail case for terminated vgdb.
3807
4f69f4c2
JK
38082012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3809 Jean-Marc Saffroy <saffroy@gmail.com>
3810
3811 PR 11804
3812 * gdb.base/gcore-relro.exp: New file.
3813 * gdb.base/gcore-relro-main.c: New file.
3814 * gdb.base/gcore-relro-lib.c: New file.
3815
e2de5390
JK
38162012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3817
3818 Do not false FAIL with old GCCs.
3819 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3820 GCC < 4.5 in $no_hw mode.
3821
606603c5
JK
38222012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3825
777f26c2
JK
38262012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3827
3828 * gdb.base/list.exp (test_only_end): New function.
3829 Call it.
3830
2c12abee
TT
38312012-08-06 Tom Tromey <tromey@redhat.com>
3832
3833 * gdb.python/py-mi.exp: Add test for printer whose children
3834 are a list.
3835 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3836 (main): New variable children_as_list.
3837 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3838 New.
3839 (register_pretty_printers): Register new printer.
3840
0eae2cf4
EBM
38412012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3842
3843 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3844 symbols. Abort if vgdb remote connection is closed.
3845
09e0881d
DE
38462012-08-02 Doug Evans <dje@google.com>
3847
3848 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3849
b40f514f
SDJ
38502012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3851
3852 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3853 s390x, PowerPC 64 and m68k-linux.
3854
11315ae0
UW
38552012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3856
3857 * gdb.base/annota1.exp: Accept no frames-invalid notification
3858 when starting up the program.
3859 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3860 show a symbolic value as well.
3861 * gdb.server/server-exec-info.exp: Skip test when skipping
3862 gdbserver test and/or when skipping shared library tests.
3863 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3864 avoid name conflicts with other tests.
3865
0547eeed
UW
38662012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3867
3868 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3869 Fix wrong output on big-endian systems.
3870 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3871 4-byte pointer types on 64-bit s390x.
3872
bdddb4de
UW
38732012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3874
3875 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3876 marker comment at the beginning (after intialization).
3877 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3878 breakpoint on marker comment instead of function begin.
3879 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3880 PowerPC.
3881 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3882 or 64-bit PowerPC.
3883 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3884 gdb,no_hardware_watchpoints flag is set.
3885 (initialize): Remove now redundant can-use-hw-watchpoints change.
3886
5d206025
YQ
38872012-08-02 Yao Qi <yao@codesourcery.com>
3888 Pedro Alves <palves@redhat.com>
3889
3890 * boards/local-remote-host.exp: New.
3891
4f665099
UW
38922012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3893
3894 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3895 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3896 * gdb.base/print-file-var.exp: Likewise.
3897 * gdb.server/solib-list.exp: Skip on remote targets.
3898
b62e2b27
UW
38992012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3900
3901 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3902 watchpoints on ARM. When expecting software watchpoints, tolerate
3903 (remote) targets that report unsupported hardware watchpoint only
3904 at continue time.
3905 (test_wide_location_2): Likewise.
3906
a967a851
JK
39072012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3908
3909 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3910 valgrind versions.
3911
75d9f9ff 39122012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
3913
3914 * gdb.base/valgrind-infcall.c: New file.
3915 * gdb.base/valgrind-infcall.exp: New file.
3916
75d9f9ff
JK
3917 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3918
1c9f2ed2
KS
39192012-07-30 Keith Seitz <keiths@redhat.com>
3920
3921 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3922 linespecs.
3923
7f9b2034
DE
39242012-07-30 Doug Evans <dje@google.com>
3925
85220e01
DE
3926 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3927 * gdb.dwarf2/pr13961.S: Ditto.
3928
7f9b2034
DE
3929 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3930
4e969b4f
AB
39312012-07-30 Andrew Burgess <aburgess@broadcom.com>
3932
3933 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3934 change its format immediately after reloading the binary.
3935
e7de8362
JK
39362012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3937
3938 Fix testsuite regression after --use-deprecated-index-sections removal.
3939 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3940 string.
3941 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3942
7255706c
YQ
39432012-07-27 Yao Qi <yao@codesourcery.com>
3944
3945 KFAIL for PR remote/14161.
3946 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3947 Cleanup socket files.
3948 (strace_info_marker): Detach inferior.
3949
f2e8016f
TT
39502012-07-26 Tom Tromey <tromey@redhat.com>
3951
6fdff2c5 3952 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 3953
f66713d2
JK
39542012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3955
3956 * gdb.python/py-inferior.c (thread): New function.
3957 (check_threads): New function.
3958 (test_threads): New function.
3959 * gdb.python/py-inferior.exp: Added test.
3960 Replaced runto with continue to breakpoint.
3961
8223e12c
TT
39622012-07-26 Tom Tromey <tromey@redhat.com>
3963
3964 * lib/ada.exp (standard_ada_testfile): New proc.
3965 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3966 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3967 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3968 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3969 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3970 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3971 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3972 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3973 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3974 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3975 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3976 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3977 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3978 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3979 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3980 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3981 * gdb.ada/complete.exp: Use standard_ada_testfile.
3982 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3983 standard_output_file.
3984 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3985 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3986 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3987 standard_output_file.
3988 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3989 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3990 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3991 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3992 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3993 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3994 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3995 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3996 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3997 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3998 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3999 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4000 * gdb.ada/interface.exp: Use standard_ada_testfile.
4001 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4002 standard_output_file
4003 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4004 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4005 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4006 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4007 * gdb.ada/nested.exp: Use standard_ada_testfile.
4008 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4009 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4010 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4011 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4012 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4013 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4014 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4015 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4016 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4017 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4018 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4019 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4020 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4021 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4022 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4023 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4024 * gdb.ada/start.exp: Use standard_ada_testfile.
4025 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4026 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4027 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4028 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4029 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4030 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4031 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4032 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4033 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4034 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4035 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4036 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4037 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4038 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4039
bbec57e4
JK
40402012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4041
4042 Fix testsuite regression after --use-deprecated-index-sections removal.
4043 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4044
9cc8e32c
JK
40452012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 Fix compatibility with Tcl before 7.5.
4048 * lib/future.exp (lreverse): New function if it does not exist.
4049
ea5ca7b5
MK
40502012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4051
4052 * gdb.mi/mi-pending.c: New method to set a second pending
4053 breakpoint.
4054 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4055 condition.
4056
64776a0b
PA
40572012-07-20 Pedro Alves <palves@redhat.com>
4058
4059 PR threads/11692
4060 PR gdb/12203
4061
4062 * gdb.threads/create-fail.c: New file.
4063 * gdb.threads/create-fail.exp: New file.
4064
13e4e967
PA
40652012-07-19 Pedro Alves <palves@redhat.com>
4066
4067 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4068 * config/vx.exp (gdb_start): Likewise.
4069 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4070 * gdb.base/setvar.exp (test_set): Likewise.
4071 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4072 * gdb.reverse/sigall-precsave.exp: Likewise.
4073 * gdb.reverse/sigall-reverse.exp: Likewise.
4074
b7aefa4d
PA
40752012-07-19 Pedro Alves <palves@redhat.com>
4076
4077 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4078 handler before recording.
4079
608b4967
TT
40802012-07-19 Tom Tromey <tromey@redhat.com>
4081
4082 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4083 * gdb.cp/casts.cc (decltype): New function.
4084 (main): Use it.
4085
b1e0c0fa
PA
40862012-07-19 Pedro Alves <palves@redhat.com>
4087
4088 * gdb.base/sigall.exp (signals): New list.
4089 <top level>: Loop over signals in the $signals list instead of
4090 calling a test function once per signal.
4091 * gdb.reverse/sigall-precsave.exp (signals): New list.
4092 <top level>: Loop over signals in the $signals list instead of
4093 calling a test function once per signal.
4094 * gdb.reverse/sigall-reverse.exp (signals): New list.
4095 <top level>: Loop over signals in the $signals list instead of
4096 calling a test function once per signal.
4097
6ace3df1
YQ
40982012-07-19 Yao Qi <yao@codesourcery.com>
4099
4100 * gdb.base/setshow.exp: Test 'set args ~'.
4101
263a0f8c
JK
41022012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4103
4104 * gdb.base/store.exp (check_set): Import gdb_prompt.
4105 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4106 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4107
8f043999
JK
41082012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4109
4110 PR 11914
4111 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4112 (main): Call eval_sub.
4113 * gdb.python/py-prettyprint.exp:
4114 (python execfile ('py-prettyprint.py')): Move it earlier.
4115 New breakpoint for eval-break.
4116 (continue to breakpoint: eval-break, info locals): New test.
4117 (python execfile ('py-prettyprint.py')): Move it from here.
4118 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4119 (register_pretty_printers): Register pp_eval_type.
4120
725c7b66
JK
41212012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4122
4123 Fix a testcase regression by me.
4124 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4125 DW_FORM_data4.
4126
4359dff1
JK
41272012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4128 Doug Evans <dje@google.com>
4129
4130 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4131 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4132
61e44cfa
JK
41332012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4134
4135 Fix gdbserver run regression.
4136 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4137
93c0ef37
TT
41382012-07-12 Tom Tromey <tromey@redhat.com>
4139
4140 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4141 (clean_restart): Likewise.
4142 (core_find): Use standard_output_file.
4143
76027ef5
TT
41442012-07-12 Tom Tromey <tromey@redhat.com>
4145
4146 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4147 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4148 prepare_for_testing_full.
4149 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4150 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4151 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4152 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4153 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4154 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4155 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4156 prepare_for_testing_full.
4157 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4158 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4159 prepare_for_testing_full.
4160 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4161 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4162 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4163
85b4440a
TT
41642012-07-12 Tom Tromey <tromey@redhat.com>
4165
4166 * lib/gdb.exp (build_executable_from_specs): New proc, from
4167 build_executable.
4168 (build_executable): Use it.
4169 (prepare_for_testing_full): New proc.
4170
55baab26
TT
41712012-07-11 Tom Tromey <tromey@redhat.com>
4172
4173 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4174 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4175 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4176 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4177 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4178 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4179 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4180 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4181 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4182 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4183
298a9cf0
TT
41842012-07-10 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4187 standard_output_file.
4188 * gdb.mi/gdb2549.exp: Use standard_testfile.
4189 * gdb.mi/gdb669.exp: Use standard_testfile.
4190 * gdb.mi/gdb701.exp: Use standard_testfile.
4191 * gdb.mi/gdb792.exp: Use standard_testfile.
4192 * gdb.mi/mi-async.exp: Use standard_testfile.
4193 * gdb.mi/mi-basics.exp: Use standard_testfile.
4194 * gdb.mi/mi-break.exp: Use standard_testfile.
4195 * gdb.mi/mi-cli.exp: Use standard_testfile.
4196 * gdb.mi/mi-console.exp: Use standard_testfile.
4197 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4198 * gdb.mi/mi-eval.exp: Use standard_testfile.
4199 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4200 * gdb.mi/mi-file.exp: Use standard_testfile.
4201 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4202 * gdb.mi/mi-logging.exp: Use standard_testfile.
4203 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4204 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4205 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4206 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4207 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4208 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4209 * gdb.mi/mi-pending.exp: Use standard_testfile,
4210 standard_output_file.
4211 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4212 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4213 * gdb.mi/mi-regs.exp: Use standard_testfile.
4214 * gdb.mi/mi-return.exp: Use standard_testfile.
4215 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4216 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4217 * gdb.mi/mi-solib.exp: Use standard_testfile,
4218 standard_output_file.
4219 * gdb.mi/mi-stack.exp: Use standard_testfile.
4220 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4221 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4222 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4223 * gdb.mi/mi-until.exp: Use standard_testfile.
4224 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4225 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4226 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4227 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4228 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4229 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4230 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4231 standard_output_file.
4232 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4233 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4234 * gdb.mi/mi-watch.exp: Use standard_testfile.
4235 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4236 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4237 * gdb.mi/mi2-break.exp: Use standard_testfile.
4238 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4239 * gdb.mi/mi2-console.exp: Use standard_testfile.
4240 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4241 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4242 * gdb.mi/mi2-file.exp: Use standard_testfile.
4243 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4244 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4245 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4246 * gdb.mi/mi2-return.exp: Use standard_testfile.
4247 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4248 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4249 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4250 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4251 * gdb.mi/mi2-until.exp: Use standard_testfile.
4252 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4253 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4254 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4255 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4256 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4257
f5f3a911
TT
42582012-07-10 Tom Tromey <tromey@redhat.com>
4259
4260 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4261 * gdb.cp/ambiguous.exp: Use standard_testfile,
4262 prepare_for_testing.
4263 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4264 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4265 * gdb.cp/anon-ns.exp: Use standard_testfile.
4266 * gdb.cp/anon-struct.exp: Use standard_testfile.
4267 * gdb.cp/anon-union.exp: Use standard_testfile,
4268 prepare_for_testing.
4269 * gdb.cp/arg-reference.exp: Use standard_testfile,
4270 prepare_for_testing.
4271 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4272 * gdb.cp/breakpoint.exp: Use standard_testfile,
4273 prepare_for_testing.
4274 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4275 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4276 standard_output_file.
4277 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4278 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4279 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4280 (test_static_members): Update.
4281 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
4282 * gdb.cp/converts.exp: Use standard_testfile.
4283 * gdb.cp/cp-relocate.exp: Use standard_testfile.
4284 * gdb.cp/cpcompletion.exp: Use standard_testfile,
4285 prepare_for_testing.
4286 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
4287 * gdb.cp/cplabel.exp: Use standard_testfile.
4288 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
4289 prepare_for_testing.
4290 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
4291 * gdb.cp/derivation.exp: Use standard_testfile,
4292 prepare_for_testing.
4293 * gdb.cp/destrprint.exp: Use standard_testfile.
4294 * gdb.cp/dispcxx.exp: Use standard_testfile.
4295 * gdb.cp/exception.exp: Use standard_testfile,
4296 prepare_for_testing.
4297 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
4298 * gdb.cp/extern-c.exp: Use standard_testfile,
4299 prepare_for_testing.
4300 * gdb.cp/formatted-ref.exp: Use standard_testfile,
4301 prepare_for_testing.
4302 * gdb.cp/fpointer.exp: Use standard_testfile.
4303 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
4304 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
4305 standard_output_file.
4306 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
4307 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
4308 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
4309 standard_output_file.
4310 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
4311 (do_tests): Update.
4312 * gdb.cp/koenig.exp: Use standard_testfile.
4313 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
4314 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
4315 * gdb.cp/m-static.exp: Use standard_testfile,
4316 prepare_for_testing.
4317 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
4318 * gdb.cp/mb-inline.exp: Use standard_testfile,
4319 prepare_for_testing.
4320 * gdb.cp/mb-templates.exp: Use standard_testfile,
4321 prepare_for_testing.
4322 * gdb.cp/member-ptr.exp: Use standard_testfile,
4323 prepare_for_testing.
4324 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
4325 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
4326 * gdb.cp/method2.exp: Use standard_testfile.
4327 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
4328 standard_output_file.
4329 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
4330 (do_tests): Update.
4331 * gdb.cp/namespace-enum.exp: Use standard_testfile,
4332 prepare_for_testing.
4333 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
4334 prepare_for_testing.
4335 * gdb.cp/namespace.exp: Use standard_testfile,
4336 prepare_for_testing.
4337 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
4338 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
4339 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
4340 * gdb.cp/nsimport.exp: Use standard_testfile,
4341 prepare_for_testing.
4342 * gdb.cp/nsnested.exp: Use standard_testfile.
4343 * gdb.cp/nsnoimports.exp: Use standard_testfile.
4344 * gdb.cp/nsrecurs.exp: Use standard_testfile,
4345 prepare_for_testing.
4346 * gdb.cp/nsstress.exp: Use standard_testfile,
4347 prepare_for_testing.
4348 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
4349 * gdb.cp/operator.exp: Use standard_testfile.
4350 * gdb.cp/oranking.exp: Use standard_testfile.
4351 * gdb.cp/overload-const.exp: Use standard_testfile.
4352 * gdb.cp/overload.exp: Use standard_testfile,
4353 prepare_for_testing.
4354 * gdb.cp/ovldbreak.exp: Use standard_testfile.
4355 * gdb.cp/ovsrch.exp: Use standard_testfile.
4356 * gdb.cp/paren-type.exp: Use standard_testfile.
4357 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
4358 prepare_for_testing.
4359 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
4360 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
4361 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
4362 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
4363 * gdb.cp/pr10728.exp: Use standard_testfile,
4364 standard_output_file.
4365 * gdb.cp/pr12028.exp: Use standard_testfile.
4366 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
4367 * gdb.cp/pr9167.exp: Use standard_testfile.
4368 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
4369 * gdb.cp/printmethod.exp: Use standard_testfile,
4370 prepare_for_testing.
4371 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
4372 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
4373 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
4374 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
4375 standard_output_file.
4376 * gdb.cp/readnow-language.exp: Use standard_testfile.
4377 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
4378 (gdb_start_again): Use clean_restart.
4379 * gdb.cp/ref-types.exp: Use standard_testfile,
4380 prepare_for_testing.
4381 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
4382 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
4383 * gdb.cp/smartp.exp: Use standard_testfile.
4384 * gdb.cp/static-method.exp: Use standard_testfile.
4385 * gdb.cp/static-print-quit.exp: Use standard_testfile.
4386 * gdb.cp/temargs.exp: Use standard_testfile.
4387 * gdb.cp/templates.exp: Use standard_testfile,
4388 prepare_for_testing.
4389 (do_tests): Update.
4390 * gdb.cp/try_catch.exp: Use standard_testfile,
4391 prepare_for_testing.
4392 * gdb.cp/typedef-operator.exp: Use standard_testfile.
4393 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
4394 * gdb.cp/virtbase.exp: Use standard_testfile,
4395 prepare_for_testing.
4396 * gdb.cp/virtfunc.exp: Use standard_testfile,
4397 prepare_for_testing.
4398 (do_tests): Update.
4399 * gdb.cp/virtfunc2.exp: Use standard_testfile,
4400 prepare_for_testing.
4401
686f09d0
TT
44022012-07-10 Tom Tromey <tromey@redhat.com>
4403
4404 * lib/gdb.exp (standard_testfile): Unset output variables from
4405 earlier invocations.
4406
9357e021
YQ
44072012-07-10 Yao Qi <yao@codesourcery.com>
4408
4409 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
4410 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
4411 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
4412 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
4413 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
4414 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
4415 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
4416 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
4417 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
4418 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
4419 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
4420 * gdb.mi/mi-var-display.exp: Likewise.
4421 * gdb.mi/mi-var-invalidate.exp: Likewise.
4422 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
4423 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
4424 * gdb.mi/mi2-console.exp: Likewise.
4425 * gdb.mi/mi2-disassemble.exp: Likewise.
4426 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4427 * gdb.mi/mi2-read-memory.exp: Likewise.
4428 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4429 * gdb.mi/mi2-simplerun.exp: Likewise.
4430 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4431 * gdb.mi/mi2-syn-frame.exp: Likewise.
4432 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4433 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4434 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4435
e314d629
TT
44362012-07-09 Tom Tromey <tromey@redhat.com>
4437
4438 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4439 * gdb.base/callfuncs.exp: Add cast-based test.
4440 * gdb.base/callfuncs.c (voidfunc): New function.
4441
06928b3f
DE
44422012-07-08 Doug Evans <dje@google.com>
4443
4444 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4445
32f11bad
JK
44462012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4447
4448 Fix XFAIL compatibility with old i386 systems.
4449 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4450 Check also 'Cannot insert breakpoint 0'.
4451
76b83c51
JK
44522012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4453
4454 PR 14321
4455 * gdb.base/find.exp
4456 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4457
a6fb9c08
TT
44582012-07-06 Tom Tromey <tromey@redhat.com>
4459
4460 * gdb.base/whatis.exp: Add test.
4461
71918a86
TT
44622012-07-06 Tom Tromey <tromey@redhat.com>
4463
4464 * gdb.base/whatis.exp: Add regression test.
4465
fcde5961
TT
44662012-07-06 Tom Tromey <tromey@redhat.com>
4467
4468 * gdb.base/whatis.exp: Add tests.
4469
f9cf0f4a
JK
44702012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4471
4472 PR 12649
4473 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4474 gdb_test_multiple $gdb_prompt terminator.
4475
979ade8b
PA
44762012-07-04 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4479 supports_process_record.
4480
8a980b44
PA
44812012-07-04 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4484 endings.
4485 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4486
855ba978
SS
44872012-07-03 Stan Shebs <stan@codesourcery.com>
4488
4489 * gdb.base/info-os.c (main): Retry resource acquisition until an
4490 available one is found.
4491 * gdb.base/info-os.exp: Collect resource keys from the program
4492 and use them in matching.
4493
fcb44371
JK
44942012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4495
4496 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4497 Wrap the test into loop for corefile and core0file.
4498
08a67be6
JK
44992012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4500
4501 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4502 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4503 .note.GNU-stack.
4504
0f3c2347
JK
4505 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4506
ff4a4500
SDJ
45072012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4508
4509 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4510 break): Include help message for the new `-probe' and `-probe-stap'
4511 options.
4512
d3ce09f5
SS
45132012-07-02 Stan Shebs <stan@codesourcery.com>
4514
4515 * gdb.base/dprintf.exp: Add agent style tests.
4516
a1624241
JK
45172012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4518
4519 * gdb.base/stale-infcall.c (infcall): New label test-next.
4520 (main): New labels test-pass and test-fail.
4521 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4522 $test_fail_bpnum to test-fail.
4523 (test system longjmp tracking support): New test.
4524 Delete $test_fail_bpnum.
4525 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4526 breakpoint.
4527
42e7ad6c
DE
45282012-06-30 Doug Evans <dje@google.com>
4529
4530 * gdb.dwarf2/fission-reread.S: New file.
4531 * gdb.dwarf2/fission-reread.exp: New file.
4532
37ce89eb
SS
45332012-06-28 Stan Shebs <stan@codesourcery.com>
4534
4535 * gdb.mi/mi-logging.exp: New file.
4536
e5ef252a
PA
45372012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4538 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.threads/siginfo-threads.exp: New file.
4541 * gdb.threads/siginfo-threads.c: New file.
4542 * gdb.threads/sigstep-threads.exp: New file.
4543 * gdb.threads/sigstep-threads.c: New file.
4544
22f1fbae
TT
45452012-06-28 Tom Tromey <tromey@redhat.com>
4546
4547 * gdb.go/package.exp: Partially revert earlier patch; use
4548 gdb_compile again. Use standard_output_file.
4549
2e3cf129
DE
45502012-06-27 Doug Evans <dje@google.com>
4551
4552 * gdb.dwarf2/fission-base.c: New file.
4553 * gdb.dwarf2/fission-base.S: New file.
4554 * gdb.dwarf2/fission-base.exp: New file.
4555
785fd303
JK
45562012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4557
4558 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4559
1bb9788d
TT
45602012-06-27 Tom Tromey <tromey@redhat.com>
4561
4562 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4563 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4564
c83ee902
TT
45652012-06-27 Tom Tromey <tromey@redhat.com>
4566
4567 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4568 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4569 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4570 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4571 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4572 prepare_for_testing.
4573 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4574 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4575 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4576 standard_testfile.
4577 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4578 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
4579 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
4580 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
4581 prepare_for_testing.
4582 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
4583 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
4584 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
4585 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
4586 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
4587 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
4588 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
4589 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
4590 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
4591 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
4592 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
4593 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
4594 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
4595 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
4596 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
4597 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
4598 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
4599 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
4600 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
4601 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
4602 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
4603 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
4604 standard_output_file.
4605 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
4606 standard_output_file.
4607 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
4608 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
4609 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
4610 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
4611 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
4612 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
4613 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
4614 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
4615 * gdb.dwarf2/implptr.exp: Use standard_testfile.
4616 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
4617 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
4618 * gdb.dwarf2/pieces.exp: Use standard_testfile.
4619 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
4620 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
4621 * gdb.dwarf2/valop.exp: Use standard_testfile,
4622 prepare_for_testing.
4623
5204774b
TT
46242012-06-27 Tom Tromey <tromey@redhat.com>
4625
4626 * gdb.python/python.exp: Fix regexps in pagination tests.
4627
ee0bf529
SCR
46282012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4629
4630 * gdb.python/py-symtab.exp: Add tests to test the new attribute
4631 'last' of gdb.Symtab_and_line.
4632 * gdb.python/py-symbol.c: Move break point comment to enable
4633 testing of gdb.Symtab_and_line.last.
4634
14fcc022
TT
46352012-06-26 Tom Tromey <tromey@redhat.com>
4636
4637 * gdb.threads/step.c: Remove.
4638 * gdb.threads/step.exp: Remove.
4639 * gdb.threads/step2.exp: Remove.
4640
0efbbabc
TT
46412012-06-26 Tom Tromey <tromey@redhat.com>
4642
4643 * gdb.threads/watchpoint-fork.exp (test): Use
4644 standard_output_file. Don't declare objdir.
4645 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4646 standard_output_file.
4647 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4648 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4649 clean_restart. Remove incdir.
4650 * gdb.threads/corethreads.exp: Use standard_testfile.
4651 * gdb.threads/execl.exp: Use standard_testfile,
4652 standard_output_file, clean_restart.
4653 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4654 clean_restart.
4655 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4656 clean_restart.
4657 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4658 incdir.
4659 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4660 clean_restart. Remove incdir.
4661 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4662 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4663 clean_restart. Remove incdir.
4664 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4665 Remove incdir.
4666 * gdb.threads/leader-exit.exp: Use standard_testfile.
4667 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4668 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4669 clean_restart.
4670 * gdb.threads/manythreads.exp: Use standard_testfile,
4671 clean_restart. Remove incdir.
4672 * gdb.threads/multi-create.exp: Use standard_testfile,
4673 clean_restart.
4674 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4675 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4676 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4677 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4678 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4679 * gdb.threads/pending-step.exp: Use standard_testfile,
4680 clean_restart. Remove incdir.
4681 * gdb.threads/print-threads.exp: Use standard_testfile,
4682 clean_restart. Remove incdir.
4683 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4684 clean_restart. Remove incdir.
4685 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4686 Remove incdir.
4687 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4688 incdir.
4689 * gdb.threads/sigthread.exp: Use standard_testfile,
4690 clean_restart.
4691 * gdb.threads/staticthreads.exp: Use standard_testfile,
4692 clean_restart. Remove incdir.
4693 * gdb.threads/switch-threads.exp: Use standard_testfile,
4694 clean_restart. Remove incdir.
4695 * gdb.threads/thread-execl.exp: Use standard_testfile,
4696 clean_restart. Remove incdir.
4697 * gdb.threads/thread-find.exp: Use standard_testfile,
4698 clean_restart.
4699 * gdb.threads/thread-specific.exp: Use standard_testfile,
4700 clean_restart. Remove incdir.
4701 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4702 clean_restart. Remove incdir.
4703 * gdb.threads/thread_check.exp: Use standard_testfile,
4704 clean_restart. Remove incdir.
4705 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4706 incdir.
4707 * gdb.threads/threadapply.exp: Use standard_testfile,
4708 clean_restart. Remove incdir.
4709 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4710 clean_restart. Remove incdir.
4711 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4712 clean_restart.
4713 * gdb.threads/tls-shared.exp: Use standard_testfile,
4714 clean_restart, standard_output_file.
4715 * gdb.threads/tls-var.exp: Use standard_testfile,
4716 standard_output_file.
4717 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4718 Remove incdir.
4719 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4720 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4721 incdir.
4722 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4723 clean_restart. Remove incdir.
4724
497a5eb0
TT
47252012-06-26 Tom Tromey <tromey@redhat.com>
4726
4727 * gdb.trace/actions.exp: Use standard_testfile.
4728 * gdb.trace/ax.exp: Use standard_testfile.
4729 * gdb.trace/backtrace.exp: Use standard_testfile.
4730 * gdb.trace/change-loc.exp: Use standard_testfile.
4731 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4732 * gdb.trace/collection.exp: Use standard_testfile,
4733 prepare_for_testing.
4734 * gdb.trace/deltrace.exp: Use standard_testfile.
4735 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4736 * gdb.trace/ftrace.exp: Use standard_testfile.
4737 * gdb.trace/infotrace.exp: Use standard_testfile.
4738 * gdb.trace/packetlen.exp: Use standard_testfile.
4739 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4740 * gdb.trace/passcount.exp: Use standard_testfile.
4741 * gdb.trace/pending.exp: Use standard_testfile.
4742 * gdb.trace/report.exp: Use standard_testfile.
4743 * gdb.trace/save-trace.exp: Use standard_testfile.
4744 * gdb.trace/stap-trace.exp: Use standard_testfile.
4745 * gdb.trace/status-stop.exp: Use standard_testfile.
4746 * gdb.trace/strace.exp: Use standard_testfile.
4747 * gdb.trace/tfile.exp: Use standard_testfile.
4748 * gdb.trace/tfind.exp: Use standard_testfile.
4749 * gdb.trace/trace-break.exp: Use standard_testfile.
4750 * gdb.trace/trace-mt.exp: Use standard_testfile.
4751 * gdb.trace/tracecmd.exp: Use standard_testfile.
4752 * gdb.trace/tspeed.exp: Use standard_testfile.
4753 * gdb.trace/tstatus.exp: Use standard_testfile.
4754 * gdb.trace/tsv.exp: Use standard_testfile.
4755 * gdb.trace/unavailable.exp: Use standard_testfile,
4756 prepare_for_testing.
4757 * gdb.trace/while-dyn.exp: Use standard_testfile.
4758 * gdb.trace/while-stepping.exp: Use standard_testfile.
4759
7686c074
TT
47602012-06-26 Tom Tromey <tromey@redhat.com>
4761
4762 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4763 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4764 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4765 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4766 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4767 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4768 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4769 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4770 prepare_for_testing.
4771 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4772 prepare_for_testing.
4773 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4774 prepare_for_testing.
4775 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4776 prepare_for_testing.
4777 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4778 prepare_for_testing
4779 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4780 * gdb.reverse/machinestate.exp: Use standard_testfile.
4781 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4782 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4783 build_executable.
4784 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4785 build_executable.
4786 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4787 standard_output_file.
4788 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4789 standard_output_file.
4790 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4791 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4792 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4793 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4794 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4795 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4796
481fc100
TT
47972012-06-26 Tom Tromey <tromey@redhat.com>
4798
4799 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4800 standard_output_file.
4801 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4802 prepare_for_testing. Remove directory-checking code.
4803
7bb18ae2
TT
48042012-06-25 Tom Tromey <tromey@redhat.com>
4805
4806 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4807 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4808 build_executable, not prepare_for_testing.
4809 * gdb.multi/base.exp: Use standard_output_file. Use
4810 build_executable, not prepare_for_testing.
4811
cf09b3e4
TT
48122012-06-25 Tom Tromey <tromey@redhat.com>
4813
4814 * gdb.fortran/subarray.exp: Use standard_testfile,
4815 prepare_for_testing.
4816 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4817 * gdb.fortran/module.exp: Use standard_testfile.
4818 * gdb.fortran/logical.exp: Use standard_testfile.
4819 * gdb.fortran/library-module.exp: Use standard_testfile,
4820 standard_output_file.
4821 * gdb.fortran/derived-type.exp: Use standard_testfile,
4822 prepare_for_testing.
4823 * gdb.fortran/complex.exp: Use standard_testfile,
4824 prepare_for_testing.
4825 * gdb.fortran/charset.exp: Use standard_testfile.
4826 * gdb.fortran/array-element.exp: Use standard_testfile,
4827 prepare_for_testing.
4828
18b5ff1b
KS
48292012-06-25 Keith Seitz <keiths@redhat.com>
4830
4831 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4832 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4833
17b77626
TT
48342012-06-25 Tom Tromey <tromey@redhat.com>
4835
4836 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4837 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4838 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4839 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4840
f91e3dc1
TT
48412012-06-25 Tom Tromey <tromey@redhat.com>
4842
4843 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4844 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4845 * gdb.linespec/linespec.exp: Use standard_testfile.
4846
a884434d
TT
48472012-06-25 Tom Tromey <tromey@redhat.com>
4848
4849 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4850 prepare_for_testing.
4851
efc9d70a
TT
48522012-06-25 Tom Tromey <tromey@redhat.com>
4853
4854 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4855 prepare_for_testing.
4856 * gdb.opt/inline-break.exp: Use standard_testfile,
4857 prepare_for_testing.
4858 * gdb.opt/inline-bt.exp: Use standard_testfile,
4859 prepare_for_testing.
4860 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4861 prepare_for_testing.
4862 * gdb.opt/inline-locals.exp: Use standard_testfile,
4863 prepare_for_testing.
4864
e2fc92c6
TT
48652012-06-25 Tom Tromey <tromey@redhat.com>
4866
4867 * gdb.asm/asm-source.exp: Use standard_output_file,
4868 standard_testfile. Construct .o files in proper subdir.
4869
b0963d73
TT
48702012-06-25 Tom Tromey <tromey@redhat.com>
4871
4872 * gdb.server/ext-attach.exp: Use standard_testfile,
4873 prepare_for_testing.
4874 * gdb.server/ext-run.exp: Use standard_testfile,
4875 build_executable.
4876 * gdb.server/file-transfer.exp: Use standard_testfile,
4877 prepare_for_testing.
4878 * gdb.server/server-exec-info.exp: Use standard_testfile.
4879 * gdb.server/server-mon.exp: Use standard_testfile,
4880 prepare_for_testing.
4881 * gdb.server/server-run.exp: Use standard_testfile,
4882 build_executable.
4883 * gdb.server/solib-list.exp: Use standard_testfile,
4884 standard_output_file.
4885
8a3e1f8d
TT
48862012-06-25 Tom Tromey <tromey@redhat.com>
4887
4888 * lib/gdb.exp (standard_output_file): Use "file join".
4889 * gdb.go/chan.exp: Use standard_testfile.
4890 * gdb.go/handcall.exp: Use standard_testfile.
4891 * gdb.go/hello.exp: Use standard_testfile.
4892 * gdb.integers/chan.exp: Use standard_testfile.
4893 * gdb.go/methods.exp: Use standard_testfile.
4894 * gdb.go/package.exp: Use standard_testfile.
4895 * gdb.go/strings.exp: Use standard_testfile.
4896 * gdb.go/types.exp: Use standard_testfile.
4897 * gdb.go/unsafe.exp: Use standard_testfile.
4898
944a9061
MGD
48992012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4900
4901 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4902
1c06bd58
JK
49032012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4904
4905 Fix regression by the previous commit.
4906 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4907
b4a58790
TT
49082012-06-22 Tom Tromey <tromey@redhat.com>
4909
4910 * gdb.python/lib-types.exp: Use standard_testfile,
4911 prepare_for_testing.
4912 * gdb.python/py-block.exp: Use standard_testfile.
4913 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4914 * gdb.python/py-events.exp: Use standard_testfile,
4915 standard_output_file.
4916 * gdb.python/py-evsignal.exp: Use standard_testfile.
4917 * gdb.python/py-evethreads.exp: Use standard_testfile.
4918 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4919 * gdb.python/py-explore.exp: Use standard_testfile.
4920 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4921 standard_output_file.
4922 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4923 prepare_for_testing.
4924 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4925 * gdb.python/py-frame.exp: Use standard_testfile.
4926 * gdb.python/py-inferior.exp: Use standard_testfile.
4927 * gdb.python/py-infthread.exp: Use standard_testfile.
4928 * gdb.python/py-mi.exp: Use standard_testfile.
4929 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4930 build_executable.
4931 * gdb.python/py-objfile.exp: Use standard_testfile.
4932 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4933 prepare_for_testing.
4934 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4935 * gdb.python/py-progspace.exp: Use standard_testfile,
4936 build_executable.
4937 * gdb.python/py-prompt.exp: Use standard_testfile,
4938 build_executable.
4939 * gdb.python/py-section-script.exp: Use standard_testfile,
4940 build_executable.
4941 * gdb.python/py-shared.exp: Use standard_testfile,
4942 standard_output_file, clean_restart.
4943 * gdb.python/py-symbol.exp: Use standard_output_file,
4944 prepare_for_testing.
4945 * gdb.python/py-symtab.exp: Use standard_output_file,
4946 prepare_for_testing
4947 * gdb.python/py-template.exp: Use standard_testfile.
4948 * gdb.python/py-type.exp: Use standard_testfile.
4949 * gdb.python/py-value-cc.exp: Use standard_testfile.
4950 * gdb.python/py-value.exp: Use standard_testfile.
4951 * gdb.python/python.exp: Use standard_testfile, build_executable.
4952
2c44deac
TT
49532012-06-22 Tom Tromey <tromey@redhat.com>
4954
4955 * gdb.objc/basicclass.exp: Use standard_testfile.
4956 (do_objc_tests): Don't declare objdir.
4957 * gdb.objc/nondebug.exp: Use standard_testfile.
4958 (do_objc_tests): Don't declare objdir.
4959 * gdb.objc/objcdecode.exp: Use standard_testfile.
4960 (do_objc_tests): Don't declare objdir.
4961
c24ccbce
TT
49622012-06-22 Tom Tromey <tromey@redhat.com>
4963
4964 * gdb.java/jmain.exp: Use standard_testfile.
4965 * gdb.java/jmisc.exp: Use standard_testfile.
4966 * gdb.java/jnpe.exp: Use standard_testfile.
4967 * gdb.java/jprint.exp: Use standard_testfile.
4968
0a6d0306
TT
49692012-06-22 Tom Tromey <tromey@redhat.com>
4970
4971 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4972 (standard_output_file, standard_testfile): New procs.
4973 (build_executable, clean_restart): Use standard_output_file.
4974
6ea815ef
YQ
49752012-06-22 Yao Qi <yao@codesourcery.com>
4976
4977 * boards/native-gdbserver.exp: New proc ${board}_exec.
4978 * boards/native-stdio-gdbserver.exp: Likewise.
4979
4c93b1db
TT
49802012-06-21 Tom Tromey <tromey@redhat.com>
4981
4982 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4983 (build_executable): Update.
4984 (get_compiler_info): Remove 'binfile' argument.
4985 * gdb.ada/arrayidx.exp: Update.
4986 * gdb.ada/null_array.exp: Update.
4987 * gdb.arch/altivec-abi.exp: Update.
4988 * gdb.arch/altivec-regs.exp: Update.
4989 * gdb.arch/amd64-byte.exp: Update.
4990 * gdb.arch/amd64-dword.exp: Update.
4991 * gdb.arch/amd64-word.exp: Update.
4992 * gdb.arch/i386-avx.exp: Update.
4993 * gdb.arch/i386-byte.exp: Update.
4994 * gdb.arch/i386-sse.exp: Update.
4995 * gdb.arch/i386-word.exp: Update.
4996 * gdb.arch/ppc-dfp.exp: Update.
4997 * gdb.arch/ppc-fp.exp: Update.
4998 * gdb.arch/vsx-regs.exp: Update.
4999 * gdb.base/all-bin.exp: Update.
5000 * gdb.base/annota1.exp: Update.
5001 * gdb.base/async.exp: Update.
5002 * gdb.base/attach.exp: Update.
5003 * gdb.base/break-interp.exp: Update.
5004 * gdb.base/call-ar-st.exp: Update.
5005 * gdb.base/call-rt-st.exp: Update.
5006 * gdb.base/call-sc.exp: Update.
5007 * gdb.base/callfuncs.exp: Update.
5008 * gdb.base/catch-load.exp: Update.
5009 * gdb.base/completion.exp: Update.
5010 * gdb.base/complex.exp: Update.
5011 * gdb.base/condbreak.exp: Update.
5012 * gdb.base/consecutive.exp: Update.
5013 * gdb.base/constvars.exp: Update.
5014 * gdb.base/corefile.exp: Update.
5015 * gdb.base/eval-skip.exp: Update.
5016 * gdb.base/expand-psymtabs.exp: Update.
5017 * gdb.base/exprs.exp: Update.
5018 * gdb.base/fileio.exp: Update.
5019 * gdb.base/fixsection.exp: Update.
5020 * gdb.base/funcargs.exp: Update.
5021 * gdb.base/gdb11530.exp: Update.
5022 * gdb.base/gdb1555.exp: Update.
5023 * gdb.base/gnu-ifunc.exp: Update.
5024 * gdb.base/gnu_vector.exp: Update.
5025 * gdb.base/info-macros.exp: Update.
5026 * gdb.base/jit-simple.exp: Update.
5027 * gdb.base/jit-so.exp: Update.
5028 * gdb.base/jit.exp: Update.
5029 * gdb.base/langs.exp: Update.
5030 * gdb.base/list.exp: Update.
5031 * gdb.base/logical.exp: Update.
5032 * gdb.base/long_long.exp: Update.
5033 * gdb.base/longjmp.exp: Update.
5034 * gdb.base/macscp.exp: Update.
5035 * gdb.base/mips_pro.exp: Update.
5036 * gdb.base/miscexprs.exp: Update.
5037 * gdb.base/morestack.exp: Update.
5038 * gdb.base/nodebug.exp: Update.
5039 * gdb.base/opaque.exp: Update.
5040 * gdb.base/pc-fp.exp: Update.
5041 * gdb.base/pending.exp: Update.
5042 * gdb.base/permissions.exp: Update.
5043 * gdb.base/pointers.exp: Update.
5044 * gdb.base/prelink.exp: Update.
5045 * gdb.base/printcmds.exp: Update.
5046 * gdb.base/psymtab.exp: Update.
5047 * gdb.base/ptype.exp: Update.
5048 * gdb.base/relational.exp: Update.
5049 * gdb.base/scope.exp: Update.
5050 * gdb.base/setvar.exp: Update.
5051 * gdb.base/shlib-call.exp: Update.
5052 * gdb.base/shreloc.exp: Update.
5053 * gdb.base/signals.exp: Update.
5054 * gdb.base/sizeof.exp: Update.
5055 * gdb.base/so-impl-ld.exp: Update.
5056 * gdb.base/so-indr-cl.exp: Update.
5057 * gdb.base/solib-disc.exp: Update.
5058 * gdb.base/solib-display.exp: Update.
5059 * gdb.base/solib-nodir.exp: Update.
5060 * gdb.base/solib-overlap.exp: Update.
5061 * gdb.base/solib-symbol.exp: Update.
5062 * gdb.base/solib-weak.exp: Update.
5063 * gdb.base/solib.exp: Update.
5064 * gdb.base/store.exp: Update.
5065 * gdb.base/structs.exp: Update.
5066 * gdb.base/structs2.exp: Update.
5067 * gdb.base/type-opaque.exp: Update.
5068 * gdb.base/unload.exp: Update.
5069 * gdb.base/varargs.exp: Update.
5070 * gdb.base/volatile.exp: Update.
5071 * gdb.base/watch_thread_num.exp: Update.
5072 * gdb.base/watchpoint-solib.exp: Update.
5073 * gdb.base/watchpoint.exp: Update.
5074 * gdb.base/watchpoints.exp: Update.
5075 * gdb.base/whatis.exp: Update.
5076 * gdb.cell/arch.exp: Update.
5077 * gdb.cell/break.exp: Update.
5078 * gdb.cell/bt.exp: Update.
5079 * gdb.cell/core.exp: Update.
5080 * gdb.cell/data.exp: Update.
5081 * gdb.cell/ea-cache.exp: Update.
5082 * gdb.cell/f-regs.exp: Update.
5083 * gdb.cell/fork.exp: Update.
5084 * gdb.cell/gcore.exp: Update.
5085 * gdb.cell/mem-access.exp: Update.
5086 * gdb.cell/ptype.exp: Update.
5087 * gdb.cell/registers.exp: Update.
5088 * gdb.cell/sizeof.exp: Update.
5089 * gdb.cell/solib-symbol.exp: Update.
5090 * gdb.cell/solib.exp: Update.
5091 * gdb.cp/ambiguous.exp: Update.
5092 * gdb.cp/breakpoint.exp: Update.
5093 * gdb.cp/bs15503.exp: Update.
5094 * gdb.cp/casts.exp: Update.
5095 * gdb.cp/class2.exp: Update.
5096 * gdb.cp/cpexprs.exp: Update.
5097 * gdb.cp/cplusfuncs.exp: Update.
5098 * gdb.cp/ctti.exp: Update.
5099 * gdb.cp/dispcxx.exp: Update.
5100 * gdb.cp/gdb1355.exp: Update.
5101 * gdb.cp/gdb2384.exp: Update.
5102 * gdb.cp/gdb2495.exp: Update.
5103 * gdb.cp/infcall-dlopen.exp: Update.
5104 * gdb.cp/local.exp: Update.
5105 * gdb.cp/m-data.exp: Update.
5106 * gdb.cp/m-static.exp: Update.
5107 * gdb.cp/mb-ctor.exp: Update.
5108 * gdb.cp/mb-inline.exp: Update.
5109 * gdb.cp/mb-templates.exp: Update.
5110 * gdb.cp/member-ptr.exp: Update.
5111 * gdb.cp/method.exp: Update.
5112 * gdb.cp/namespace.exp: Update.
5113 * gdb.cp/nextoverthrow.exp: Update.
5114 * gdb.cp/nsdecl.exp: Update.
5115 * gdb.cp/nsrecurs.exp: Update.
5116 * gdb.cp/nsstress.exp: Update.
5117 * gdb.cp/nsusing.exp: Update.
5118 * gdb.cp/pr-1023.exp: Update.
5119 * gdb.cp/pr-1210.exp: Update.
5120 * gdb.cp/pr-574.exp: Update.
5121 * gdb.cp/pr9631.exp: Update.
5122 * gdb.cp/printmethod.exp: Update.
5123 * gdb.cp/psmang.exp: Update.
5124 * gdb.cp/re-set-overloaded.exp: Update.
5125 * gdb.cp/rtti.exp: Update.
5126 * gdb.cp/shadow.exp: Update.
5127 * gdb.cp/templates.exp: Update.
5128 * gdb.cp/try_catch.exp: Update.
5129 * gdb.dwarf2/dw2-ranges.exp: Update.
5130 * gdb.dwarf2/pr10770.exp: Update.
5131 * gdb.fortran/library-module.exp: Update.
5132 * gdb.hp/gdb.aCC/optimize.exp: Update.
5133 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5134 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5135 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5136 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5137 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5138 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5139 * gdb.hp/gdb.compat/xdb1.exp: Update.
5140 * gdb.hp/gdb.compat/xdb2.exp: Update.
5141 * gdb.hp/gdb.compat/xdb3.exp: Update.
5142 * gdb.hp/gdb.defects/bs14602.exp: Update.
5143 * gdb.hp/gdb.defects/solib-d.exp: Update.
5144 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5145 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5146 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5147 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5148 * gdb.mi/gdb792.exp: Update.
5149 * gdb.mi/mi-pending.exp: Update.
5150 * gdb.mi/mi-solib.exp: Update.
5151 * gdb.mi/mi-var-cp.exp: Update.
5152 * gdb.opt/clobbered-registers-O2.exp: Update.
5153 * gdb.opt/inline-bt.exp: Update.
5154 * gdb.opt/inline-cmds.exp: Update.
5155 * gdb.opt/inline-locals.exp: Update.
5156 * gdb.python/py-events.exp: Update.
5157 * gdb.python/py-finish-breakpoint.exp: Update.
5158 * gdb.python/py-type.exp: Update.
5159 * gdb.reverse/solib-precsave.exp: Update.
5160 * gdb.reverse/solib-reverse.exp: Update.
5161 * gdb.server/solib-list.exp: Update.
5162 * gdb.stabs/weird.exp: Update.
5163 * gdb.threads/attach-into-signal.exp: Update.
5164 * gdb.threads/attach-stopped.exp: Update.
5165 * gdb.threads/tls-shared.exp: Update.
5166 * gdb.trace/change-loc.exp: Update.
5167 * gdb.trace/strace.exp: Update.
5168
95c391b6
TT
51692012-06-19 Tom Tromey <tromey@redhat.com>
5170
5171 * gdb.base/whatis.exp: Add tests.
5172
e910f0b6
TT
51732012-06-19 Tom Tromey <tromey@redhat.com>
5174
5175 * gdb.cp/m-static.cc (keepalive): New function.
5176 (gnu_obj_1::method): Use it.
5177
422d65e7
DE
51782012-06-18 Doug Evans <dje@google.com>
5179
5180 * gdb.base/info-fun.exp: New file.
5181 * gdb.base/info-fun.c: New file.
5182 * gdb.base/info-fun-solib.c: New file.
5183
e2e4d78b
JK
51842012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5185
5186 Remove stale dummy frames.
5187 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5188 (maintenance info breakpoints): New tests.
5189 * gdb.base/stale-infcall.c: New file.
5190 * gdb.base/stale-infcall.exp: New file.
5191
1788b2d3
JK
51922012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5193
5194 * gdb.arch/amd64-entry-value-param.S: New file.
5195 * gdb.arch/amd64-entry-value-param.c: New file.
5196 * gdb.arch/amd64-entry-value-param.exp: New file.
5197
663b969e
TT
51982012-06-15 Tom Tromey <tromey@redhat.com>
5199
5200 * gdb.cp/namespace.exp: Add "show lang" test.
5201
8e09ad05
IS
52022012-06-15 Iain Sandoe <iain@codesourcery.com>
5203
5204 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5205 case. (top level): Use gdb_file_cmd instead of gdb_load.
5206
f85e18ee
JK
52072012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5208
5209 PR tdep/14222
5210 * gdb.arch/i386-sse-stack-align.S: New file.
5211 * gdb.arch/i386-sse-stack-align.c: New file.
5212 * gdb.arch/i386-sse-stack-align.exp: New file.
5213
f3b5e280
KS
52142012-06-13 Keith Seitz <keiths@redhat.com>
5215
5216 PR breakpoints/13798 and mi/11541
5217 * gdb.linespec/ls-errs.exp: Add a few more tests for
5218 filenames with spaces and colons.
5219
50af5481
JK
52202012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5221
5222 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5223 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5224 (test_function): Call CV_f.
5225 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5226 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5227 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5228 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5229 (p CV_f(CV::i)): New tests.
5230
d55637df
TT
52312012-06-13 Tom Tromey <tromey@redhat.com>
5232
5233 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5234
cc80f267
JK
52352012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5236
5237 Fix regression by the "ambiguous linespec" series.
5238 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5239 tests.
5240
bb2af9cc
JK
52412012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5242
5243 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5244 missing.
5245
e81a37f7
TT
52462012-06-11 Tom Tromey <tromey@redhat.com>
5247
5248 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5249 location...
5250 (main): ...here.
5251
8efd7788
YQ
52522012-06-07 Yao Qi <yao@codesourcery.com>
5253
5254 * gdb.trace/strace.exp: Shorten some too-long lines.
5255
359f5fe6
PA
52562012-06-06 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.threads/clone-new-thread-event.c: New file.
5259 * gdb.threads/clone-new-thread-event.exp: New file.
5260
7b2fe205
YQ
52612012-06-06 Yao Qi <yao@codesourcery.com>
5262
5263 * gdb.base/dprintf.c (main): Add extra parameter when calling
5264 printf and fprintf.
5265 (bar): New function. It is a dead function, but to ensure
5266 'malloc' is linked explicitly.
5267
3eca55e8
YQ
52682012-06-06 Yao Qi <yao@codesourcery.com>
5269
5270 * gdb.base/info-proc.exp: Return if target doesn't support
5271 'info proc'.
5272
91cc9324
JK
52732012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5276 (run program with breakpoint commands): XFAIl if it is not.
5277
c56e7c43
JB
52782012-06-05 Joel Brobecker <brobecker@adacore.com>
5279
5280 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
5281 and add comment.
5282 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
5283 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
5284 "STOP" marker. Adjust testing strategy to make it work on
5285 all targets.
5286
5287 * gdb.base/print-file-var-main.c (main): Rewrite using local
5288 variables and adjust get_version_2's return value check.
5289 Add small comment.
5290 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
5291 marker. Adjust testing strategy to make it work on all targets.
5292
ccab2054
JB
52932012-06-05 Joel Brobecker <brobecker@adacore.com>
5294
5295 * gdb.ada/bad-task-bp-keyword: New testcase.
5296
d0d86158
JK
52972012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5298
5299 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
5300 Simplify it to ...
5301 (symbol-file ${testfile1}): ... here.
5302 (test eliminated var my_global_symbol)
5303 (test eliminated var my_static_symbol)
5304 (test eliminated var my_global_func, get address of main): Wrap them to
5305 'single psymtabs' and 'single symtabs'
5306 (get address of my_global_symbol, get address of my_static_symbol)
5307 (get address of my_global_func, get address of main): Wrap them to
5308 'order1' and 'order2'.
5309
952cf74c
JK
5310 * gdb.base/code_elim.exp
5311 (add-symbol-file ${testfile1} 0x100000)
5312 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
5313 'order2'.
5314 (order1: add-symbol-file ${testfile1} 0x100000)
5315 (order1: add-symbol-file ${testfile2} 0x200000)
5316 (order2: add-symbol-file ${testfile2} 0x200000)
5317 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
5318 .bss as appropriate.
5319
0c5bf5a9
JK
53202012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5321
5322 * gdb.server/solib-list-lib.c: New file.
5323 * gdb.server/solib-list-main.c: New file.
5324 * gdb.server/solib-list.exp: New file.
5325
4196f325
MR
53262012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
5327
5328 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
5329 for 'set print symbol' change.
5330
bfb05775
JK
53312012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5332
5333 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
5334 .debug_abbrev_seg3.
5335
685b1105
JK
53362012-05-24 John Steele Scott <toojays@toojays.net>
5337
5338 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5339 * gdb.dwarf2/dw2-icc-opaque.S: New file.
5340 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
5341
f3e0e960
SS
53422012-05-23 Stan Shebs <stan@codesourcery.com>
5343
5344 * gdb.mi/mi-info-os.exp: New file.
5345
11eb1b4d
KS
53462012-05-23 Keith Seitz <keiths@redhat.com>
5347
5348 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
5349 return -1 to suppress the rest of the tests.
5350 (compile_stap_bin): Return boolean success value.
5351
b1af9e97
TT
53522012-05-21 Tom Tromey <tromey@redhat.com>
5353
5354 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
5355 Remove kfails.
5356 (test_print_mi_member_types): Likewise.
5357
248537e3
TT
53582012-05-21 Tom Tromey <tromey@redhat.com>
5359
5360 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
5361 print symbol' change.
5362
d791e155
TJB
53632012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5364
5365 * gdb.python/py-prompt.exp: Quit if the target is remote.
5366
e77afa2e
JK
53672012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5368
5369 Fix ERROR: internal buffer is full.
5370 * gdb.base/info-os.exp (expect_multiline): New function.
5371 (get process list, get process groups, get threads)
5372 (get file descriptors, get internet-domain sockets)
5373 (get shared-memory regions, get semaphores, get message queues): Use
5374 it for these tests.
5375
9cb709b6
TT
53762012-05-18 Tom Tromey <tromey@redhat.com>
5377
5378 * gdb.mi/mi-var-cmd.exp: Update.
5379 * gdb.objc/basicclass.exp (do_objc_tests): Update.
5380 * gdb.cp/virtbase.exp: Update.
5381 * gdb.cp/classes.exp (test_static_members): Update.
5382 * gdb.cp/casts.exp: Update.
5383 * gdb.base/pointers.exp: Update.
5384 * gdb.base/funcargs.exp (pointer_args): Update.
5385 (structs_by_reference): Update.
5386 * gdb.base/find.exp: Update.
5387 * gdb.base/call-strs.exp: Send "set print symbol off".
5388 * gdb.base/call-ar-st.exp: Update.
5389 * gdb.ada/fun_addr.exp: Update.
5390 * gdb.base/printcmds.exp (test_print_symbol): New proc.
5391 Call it.
5392 (test_print_repeats_10, test_print_strings)
5393 (test_print_char_arrays): Update.
5394
b012acdd
TT
53952012-05-18 Tom Tromey <tromey@redhat.com>
5396
5397 * gdb.base/charset.exp (string_display): Update.
5398
1d51a733
TT
53992012-05-18 Tom Tromey <tromey@redhat.com>
5400
5401 * gdb.mi/mi2-var-display.exp: Update.
5402 * gdb.mi/mi-var-display.exp: Update.
5403 * gdb.mi/mi-var-child.exp: Update.
5404 * gdb.cp/expand-psymtabs-cxx.exp: Update.
5405 * gdb.cp/cp-relocate.exp (get_func_address): Update.
5406
957df313
DE
54072012-05-17 Doug Evans <dje@google.com>
5408
682c7f7b
DE
5409 * info-macros.exp: Pass "debug" to prepare_for_testing.
5410
957df313
DE
5411 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
5412 * gdb.ada/Makefile.in (clean): Ditto.
5413 * gdb.arch/Makefile.in (clean): Ditto.
5414 * gdb.asm/Makefile.in (clean): Ditto.
5415 * gdb.base/Makefile.in (clean): Ditto.
5416 * gdb.cell/Makefile.in (clean): Ditto.
5417 * gdb.cp/Makefile.in (clean): Ditto.
5418 * gdb.disasm/Makefile.in (clean): Ditto.
5419 * gdb.dwarf2/Makefile.in (clean): Ditto.
5420 * gdb.fortran/Makefile.in (clean): Ditto.
5421 * gdb.go/Makefile.in (clean): Ditto.
5422 * gdb.hp/Makefile.in (clean): Ditto.
5423 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
5424 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
5425 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
5426 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5427 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5428 * gdb.java/Makefile.in (clean): Ditto.
5429 * gdb.linespec/Makefile.in (clean): Ditto.
5430 * gdb.mi/Makefile.in (clean): Ditto.
5431 * gdb.modula2/Makefile.in (clean): Ditto.
5432 * gdb.multi/Makefile.in (clean): Ditto.
5433 * gdb.objc/Makefile.in (clean): Ditto.
5434 * gdb.opencl/Makefile.in (clean): Ditto.
5435 * gdb.opt/Makefile.in (clean): Ditto.
5436 * gdb.pascal/Makefile.in (clean): Ditto.
5437 * gdb.python/Makefile.in (clean): Ditto.
5438 * gdb.reverse/Makefile.in (clean): Ditto.
5439 * gdb.server/Makefile.in (clean): Ditto.
5440 * gdb.stabs/Makefile.in (clean): Ditto.
5441 * gdb.threads/Makefile.in (clean): Ditto.
5442 * gdb.trace/Makefile.in (clean): Ditto.
5443 * gdb.xml/Makefile.in (clean): Ditto.
5444
abc9d0dc
TT
54452012-05-16 Tom Tromey <tromey@redhat.com>
5446
5447 * gdb.base/macscp1.c (macscp_expr): Add comment.
5448 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5449
6a3a010b
MR
54502012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5451
5452 * gdb.base/return-nodebug.exp: Also test float and double types.
5453
01429c8e
JK
54542012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5455
5456 PR testsuite/12649
5457 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5458
54115cd4
JK
5459 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5460
0c5f383f
SDJ
54612012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5462
5463 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5464 `rerun_to_main'.
5465 (stap_test_no_debuginfo): Likewise.
5466
e7e0cddf
SS
54672012-05-14 Stan Shebs <stan@codesourcery.com>
5468
5469 * gdb.base/dprintf.c: New file.
5470 * gdb.base/dprintf.exp: New file.
5471
c772f8e7
HZ
54722012-05-14 Hui Zhu <hui_zhu@mentor.com>
5473
5474 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5475 * gdb.trace/disconnected-tracing.c: New file.
5476 * gdb.trace/disconnected-tracing.exp: New file.
5477
7efc75aa
SCR
54782012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5479
5480 * gdb.python/python.c: Add a new breakpoint comment.
5481 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5482
85d4a676
SS
54832011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5484
5485 * gdb.base/info-os.exp: New file.
5486 * gdb.base/info-os.c: New file.
5487
64ea88dc
JB
54882012-05-10 Joel Brobecker <brobecker@adacore.com>
5489
4647ab1b
JB
5490 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5491 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5492 New files.
64ea88dc 5493
afba63f1
JB
54942012-05-10 Joel Brobecker <brobecker@adacore.com>
5495
5496 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5497 gdb.base/ctxobj.exp: New files.
5498
9d198b1e
TT
54992012-05-09 Tom Tromey <tromey@redhat.com>
5500
5501 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5502
9bfee719
MR
55032012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5504
5505 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5506
3a7341d8
MR
55072012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5508
5509 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5510 before using it.
5511
52b3699b
TG
55122012-05-04 Tristan Gingold <gingold@adacore.com>
5513
5514 * gdb.base/set-noassign.exp: New test.
5515
a20ee7a4
SCR
55162012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5517
5518 * gdb.python/py-symbol.exp: Add tests to test the new methods
5519 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5520 * gdb.python/py-symbol.c: Add new struct to help test
5521 gdb.Symtab.static_block().
5522
bf2f0858
DE
55232012-05-03 Doug Evans <dje@google.com>
5524
5525 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5526 commented out.
5527
2d4e0376
YQ
55282012-05-03 Yao Qi <yao@codesourcery.com>
5529
5530 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5531 doesn't support.
5532 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5533 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5534
6d0bb9f3
YQ
55352012-05-03 Yao Qi <yao@codesourcery.com>
5536
5537 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5538
fd820528
DE
55392012-04-30 Doug Evans <dje@google.com>
5540
5541 PR testsuite/13961
5542 * gdb.dwarf2/pr13961.S: New file.
5543 * gdb.dwarf2/pr13961.exp: New file.
5544
b9e219b9
YQ
55452012-04-29 Yao Qi <yao@codesourcery.com>
5546
5547 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5548
3019eac3
DE
55492012-04-28 Doug Evans <dje@google.com>
5550
5551 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5552 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5553 All uses updated.
5554 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5555 "ptype func_cu1" to expand cu2 before cu1.
5556
62e5f89c
SDJ
55572012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5558 Tom Tromey <tromey@redhat.com>
5559
5560 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5561 variables.
5562 * gdb.base/stap-probe.c: New file.
5563 * gdb.base/stap-probe.exp: New file.
5564 * gdb.trace/stap-trace.c: New file.
5565 * gdb.trace/stap-trace.exp: New file.
5566 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5567 libgcc's unwinder.
5568
14132e89
MR
55692012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5570
5571 * gdb.arch/mips16-thunks-inmain.c: New file.
5572 * gdb.arch/mips16-thunks-main.c: New file.
5573 * gdb.arch/mips16-thunks-sin.c: New file.
5574 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5575 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5576 * gdb.arch/mips16-thunks-sinmain.c: New file.
5577 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5578 * gdb.arch/mips16-thunks.exp: New file.
5579
a766d390
DE
55802012-04-25 Doug Evans <dje@google.com>
5581
5582 * configure.ac: Create gdb.go/Makefile.
5583 * configure: Regenerate.
5584 * gdb.base/default.exp: Add "go" to "set language" testing.
5585 * gdb.go/Makefile.in: New file.
5586 * gdb.go/basic-types.exp: New file.
5587 * gdb.go/chan.exp: New file.
5588 * gdb.go/chan.go: New file.
5589 * gdb.go/handcall.exp: New file.
5590 * gdb.go/handcall.go: New file.
5591 * gdb.go/hello.exp: New file.
5592 * gdb.go/hello.go: New file.
5593 * gdb.go/integers.exp: New file.
5594 * gdb.go/integers.go: New file.
5595 * gdb.go/methods.exp: New file.
5596 * gdb.go/methods.go: New file.
5597 * gdb.go/package.exp: New file.
5598 * gdb.go/package1.go: New file.
5599 * gdb.go/package2.go: New file.
5600 * gdb.go/print.exp: New file.
5601 * gdb.go/strings.exp: New file.
5602 * gdb.go/strings.go: New file.
5603 * gdb.go/types.exp: New file.
5604 * gdb.go/types.go: New file.
5605 * gdb.go/unsafe.exp: New file.
5606 * gdb.go/unsafe.go: New file.
5607 * lib/future.exp: Add Go support.
5608 (gdb_find_go, gdb_find_go_linker): New procs.
5609 (gdb_default_target_compile): Add Go support.
5610 * lib/gdb.exp (skip_go_tests): New proc.
5611 * lib/go.exp: New file.
5612
e65f9ffb
TT
56132012-04-25 Tom Tromey <tromey@redhat.com>
5614
5615 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
5616
14e75d8e
JK
56172012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5618 Jan Kratochvil <jan.kratochvil@redhat.com>
5619
5620 PR symtab/7259:
5621 * gdb.base/enumval.c: New test case.
5622 * gdb.base/enumval.exp: New test case.
5623 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
5624 field.bitpos.
5625
f3525b70
PA
56262012-04-17 Pedro Alves <palves@redhat.com>
5627
5628 * Makefile.in (site.exp): Make site.exp source
5629 $srcdir/lib/append_gdb_boards_dir.exp.
5630 * lib/append_gdb_boards_dir.exp: New file.
5631
bccbefd2
JK
56322012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5633
5634 New option "set auto-load safe-path".
5635 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5636 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5637
bf88dd68
JK
56382012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5639
5640 auto-load: Implementation.
5641 * gdb.base/help.exp (test set height): Increase the height.
5642 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5643 to ...
5644 (info auto-load python-scripts): ... here.
5645 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5646 to ...
5647 (info auto-load python-scripts *): ... here.
5648
c0d4d1c0
YQ
56492012-04-16 Yao Qi <yao@codesourcery.com>
5650
5651 * lib/trace-support.exp (get_in_proc_agent): New.
5652 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5653 of in process trace agent.
5654 * gdb.trace/ftrace.exp: Likewise.
5655 * gdb.trace/pending.exp: Likewise.
5656 * gdb.trace/trace-break.exp: Likewise.
5657 * gdb.trace/trace-mt.exp
5658 * gdb.trace/tspeed.exp: Likewise.
5659 * gdb.trace/tstatus.exp
5660 * gdb.trace/strace.exp: Likewise.
5661
cbf68a60
TS
56622012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5663
dd6d3b70
TS
5664 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5665 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5666
cbf68a60
TS
5667 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5668
8264ba82
AG
56692012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5670
5671 PR mi/13393
5672 * gdb.mi/mi-var-rtti.cc: New file.
5673 * gdb.mi/mi-var-rtti.exp: New file.
5674 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5675 function.
5676 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5677
de0919f8 56782012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
5679
5680 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5681 EXECUTABLES.
5682 * gdb.python/py-explore.c: C program used for testing the new
5683 'explore' command on C constructs.
5684 * gdb.python/py-explore.cc: C++ program used for testing the new
5685 'explore' command on C++ constructs.
5686 * gdb-python/py-explore.exp: Tests for the new 'explore'
5687 command on C constructs.
5688 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5689 command on C++ constructs.
5690
a82da7dd
MK
56912012-04-07 Mark Kettenis <kettenis@gnu.org>
5692
5693 * gdb.base/funcargs.exp (complex_args): Fix typo.
5694
e127cba8
JK
56952012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5696
5697 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5698 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5699
40e084e1
KS
57002012-04-05 Keith Seitz <keiths@redhat.com>
5701
5702 * gdb.base/advance.exp: Update error message for
5703 "advance malformed" test.
5704 * gdb.base/break.exp: Likewise for "breakpoint with
5705 trailing garbage" test.
5706 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5707 with trailing garbage" test.
5708 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5709 trailng garbage" test.
5710 * gdb.base/until.exp: Likewise for "malformed until" test.
5711 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5712 for "breakpoint info (after setting on all)".
5713 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5714 tests.
5715 * gdb.cp/cplabel.cc: New file.
5716 * gdb.cp/cplabel.exp: New test.
5717 * gdb.linespec/ls-errs.c: New file.
5718 * gdb.linespec/ls-errs.exp: New test.
5719
a72c8f6a
JK
57202012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5721
5722 * gdb.trace/unavailable.exp
5723 (collect globals: print object on: print derived_partial)
5724 (collect globals: print object on: print derived_whole)
5725 (collect globals: print object off: print derived_partial)
5726 (collect globals: print object off: print derived_whole): Update
5727 expected output.
5728
f87a3023
KS
57292012-03-30 Keith Seitz <keiths@redhat.com>
5730
5731 * gdb.python: Add test for linespecs with commas.
5732
e2171b3c
KS
57332012-03-28 Keith Seitz <keiths@redhat.com>
5734
5735 * gdb.linespec/ls-dollar.cc: New file.
5736 * gdb.linespec/ls-dollar.exp: New test.
5737
57382012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
5739
5740 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5741 starting with the global namespace.
5742
2f4e0a80
DE
57432012-03-23 Doug Evans <dje@google.com>
5744
5745 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5746
7b282c5a
SCR
57472012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5748
5749 * gdb.python/py-value.cc: Add test case for testing the
5750 methodology exposing C++ values to Python.
5751 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5752 exposing C++ values to Python.
5753 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5754
2e98ca53
JK
57552012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5756 Siddhesh Poyarekar <siddhesh@redhat.com>
5757
5758 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5759 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5760 (generate native core dump): Make the test unsupported if core cannot
5761 be generated.
5762
8320cc4f
JK
57632012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5764
5765 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5766 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5767 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5768
3a69ffb2
JK
57692012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5770
5771 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5772
8fabffee
DE
57732012-03-17 Doug Evans <dje@google.com>
5774
5775 * dg-extract-results.sh: Handle KFAILs.
5776
ab260dad
JK
57772012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5778
5779 PR symtab/13777
5780 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5781
53ba8333
JB
57822012-03-16 Joel Brobecker <brobecker@adacore.com>
5783
5784 * gdb.ada/set_pckd_arr_elt: New testcase.
5785
481860b3
GB
57862012-03-16 Gary Benson <gbenson@redhat.com>
5787
5788 PR breakpoints/10738
5789 * gdb.opt/inline-break.exp: New file.
5790 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
5791 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5792 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
5793 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5794 * gdb.base/async-shell.exp: Likewise.
5795 * lib/mi-support.exp (library_loaded_re): Likewise.
5796
410528f0
TT
57972012-03-15 Tom Tromey <tromey@redhat.com>
5798
5799 * gdb.cp/virtfunc2.exp: Update expected output.
5800 * gdb.cp/pr9631.exp: Update expected output.
5801 * gdb.cp/member-ptr.exp: Update expected output.
5802 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5803 output.
5804 * gdb.cp/casts.exp: Update expected output.
5805
c4aeac85
TT
58062012-03-15 Tom Tromey <tromey@redhat.com>
5807
5808 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5809 (test_info_vtbl): Likewise.
5810 (do_tests): Call test_info_vtbl.
5811 * gdb.cp/virtfunc.cc (va): New global.
5812
856d06f9
TS
58132012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5814
5815 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5816 describing DWARF data structures.
5817 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5818 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5819 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5820 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5821 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5822 * gdb.dwarf2/dw2-param-error.S: Likewise.
5823 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5824 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5825 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5826 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5827 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5828 * gdb.dwarf2/pr11465.S: Likewise.
5829
e837f12a
JK
58302012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5831
5832 * gdb.mi/mi2-prompt.exp: New file.
5833
ccbb4f28
JB
58342012-03-13 Joel Brobecker <brobecker@adacore.com>
5835
5836 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5837
32039130
JB
58382012-03-13 Joel Brobecker <brobecker@adacore.com>
5839
5840 * gdb.ada/bp_range_type: New testcase.
5841
16899756
DE
58422012-03-13 Doug Evans <dje@google.com>
5843
5844 * gdb.base/default.exp: Delete tests for symbol-reloading.
5845 * gdb.base/help.exp: Ditto.
5846 * gdb.base/setshow.exp: Ditto.
5847 * gdb.base/gdb_history: Delete references to symbol-reloading.
5848
87b0bb13
JK
58492012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5850
5851 * gdb.base/attach-twice.c: New files.
5852 * gdb.base/attach-twice.exp: New files.
5853
0d7941a9
KS
58542012-03-08 Keith Seitz <keiths@redhat.com>
5855
5856 * lib/gdb.exp (gdb_get_line_number): Throw an
5857 error instead of returning -1.
5858 * gdb.base/break.exp: Remove unused variable
5859 bp_location5.
5860 * gdb.base/hbreak2.exp: Likewise.
5861 * gdb.base/sepdebug.exp: Likewise.
5862
f4647387
YQ
58632012-03-08 Yao Qi <yao@codesourcery.com>
5864 Pedro Alves <palves@redhat.com>
5865
5866 Fix PR server/13392.
5867 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5868 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5869 download tracepoints.
5870 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5871 (pending_tracepoint_resolved_during_trace): Likewise.
5872 (pending_tracepoint_installed_during_trace): Likewise.
5873 (pending_tracepoint_with_action_resolved): Likewise.
5874
83c532cb
KS
58752012-03-08 Keith Seitz <keiths@redhat.com>
5876
5877 * gdb.ada/array_bounds.exp: Get breakpoint for line
5878 with "START", not "STOP".
5879 * gdb.python/py-infthread.exp: Do not continue to
5880 line marked "Break here.", which is undefined.
5881
d6b6bbb7
LM
58822012-03-08 Luis Machado <lgustavo@codesourcery.com>
5883
5884 Revert:
5885
5886 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5887
5888 Implement testsuite workaround for PR breakpoints/13781.
5889 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5890 (set breakpoint condition-evaluation host): New conditional command.
5891
7fe25d9b
JK
58922012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5893
5894 Fix CU relative vs. absolute DIE offsets.
5895 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5896 one.
5897
51898c15
JK
58982012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5899
5900 Fix false FAIL on distros with relro linkage as default.
5901 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5902 -Wl,-z,norelro first.
5903
8131799e
JB
59042012-03-06 Joel Brobecker <brobecker@adacore.com>
5905
5906 * gdb.ada/bp_on_var: New testcase.
5907
ba241969
JB
59082012-03-06 Joel Brobecker <brobecker@adacore.com>
5909
5910 * gdb.ada/bp_enum_homonym: New testcase.
5911
abe49676
YQ
59122012-03-06 Yao Qi <yao@codesourcery.com>
5913
5914 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5915 x86_64-*-* and i?86-*-*.
5916 Set up KFAIL for gdb/13808.
5917
d8df103b
TT
59182012-03-05 Tom Tromey <tromey@redhat.com>
5919
5920 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5921 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5922
b7b189f3
TT
59232012-03-05 Tom Tromey <tromey@redhat.com>
5924
5925 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5926
69dc1c4d
YQ
59272012-03-04 Yao Qi <yao@codesourcery.com>
5928
5929 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5930 messages for KFAIL.
5931
3f20c47f
JK
59322012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5933
5934 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5935 (print one_two_three, indexes off, print few_reps, indexes off)
5936 (print many_reps, indexes off, print empty, indexes off)
5937 (print one_two_three, print few_reps, print many_reps, print empty):
5938 Call setup_xfail if $gcc_old.
5939
abf1152a
JK
59402012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5941
5942 Implement testsuite workaround for PR breakpoints/13781.
5943 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5944 (set breakpoint condition-evaluation host): New conditional command.
5945
a06715f8
JK
59462012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5947
5948 Code cleanup.
5949 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5950 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5951 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5952 number 1 by $bpnum. Four times.
5953
5808517f
YQ
59542012-03-03 Yao Qi <yao@codesourcery.com>
5955
5956 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5957
dfe2ac14
JK
59582012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5959
5960 Setup KFAIL for PR server/13796.
5961 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5962
8bbc467a
JB
59632012-03-02 Joel Brobecker <brobecker@adacore.com>
5964
5965 * gdb.ada/operator_bp: New testcase.
5966
c0eac87f
JB
59672012-03-02 Joel Brobecker <brobecker@adacore.com>
5968
5969 * gdb.ada/info_locals_renaming: New testcase.
5970
4f42c881
TT
59712012-03-02 Tom Tromey <tromey@redhat.com>
5972
5973 * gdb.base/nextoverexit.c: New file.
5974 * gdb.base/nextoverexit.exp: New file.
5975
7380c0c9
EBM
59762012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5977
5978 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5979 parameter.
5980
1faeff08
MR
59812012-03-01 Maciej W. Rozycki <macro@mips.com>
5982
5983 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5984 core registers.
5985
320b6f49 59862012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
5987 Maciej W. Rozycki <macro@codesourcery.com>
5988 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
5989
5990 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5991
ad5f7d6e
PA
59922012-03-01 Pedro Alves <palves@redhat.com>
5993
5994 PR gdb/13767
5995
5996 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5997 (gdb_collect_globals_test): Call it.
5998
d3dc44a6
KS
59992012-03-01 Keith Seitz <keiths@redhat.com>
6000
6001 * gdb.cp/method2.exp: Output of overload menu is now
6002 alphabetized. Update tests for "break A::method".
6003 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6004 of hard-coding them.
6005 Overload menu is alphabetized: rewrite to accommodate.
6006 Unset variables LINE and TYPES which are used in other tests.
6007 Compute the output of "info break".
6008 Update the breakpoint table after all breakpoints are deleted.
6009 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6010 compute ACTUALS and the method body based on parameters.
6011 Update expected output accordingly.
6012 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6013 unique comments to allow the use of gdb_get_line_number.
6014
60152012-03-01 Keith Seitz <keiths@redhat.com>
6016
6017 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6018 some Tcl syntax.
6019 * gdb.cp/ovldbreak.exp: Likewise.
6020
7949c2a0
KS
60212012-03-01 Keith Seitz <keiths@redhat.com>
6022
6023 * gdb.base/help.exp (help show user): Update expected result
6024 for new doc string changes (add "non-python").
6025
7d74f244
DE
60262012-03-01 Scott J. Goldman <scottjg@vmware.com>
6027
6028 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6029 be put in the user-defined category and that the commands appear in
6030 "help user-defined".
6031
1b611343
JB
60322012-02-29 Joel Brobecker <brobecker@adacore.com>
6033
6034 * gdb.ada/tagged_not_init: New testcase.
6035
99b1c762
JB
60362012-02-29 Joel Brobecker <brobecker@adacore.com>
6037
6038 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6039 * gdb.ada/enum_idx_packed: New testcase.
6040
2d4a02ee
JB
60412012-02-29 Joel Brobecker <brobecker@adacore.com>
6042
6043 * gdb.ada/aliased_array: New testcase.
6044
2e6fda7d
JB
60452012-02-29 Joel Brobecker <brobecker@adacore.com>
6046
6047 * gdb.ada/whatis_array_val: New testcase.
6048
9a7f938f
JK
60492012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6050
6051 Fix disp-step-syscall.exp: fork: single step over fork.
6052 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6053 whitespaces.
6054 (single step over $syscall): Remove its check.
6055 (single step over $syscall final pc): New check.
6056
8703a944
JK
60572012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6058
6059 Support processors without SSSE3.
6060 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6061 pabsd into ...
6062 (ssse3_test): ... a new function.
6063 (main): Call ssse3_test.
6064 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6065 Update expected values everywhere.
6066 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6067 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6068 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6069 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6070 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6071 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6072 Move these tests lower.
6073 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6074 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6075 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6076 New tests.
6077
c03e6ccc
YQ
60782012-02-29 Yao Qi <yao@codesourcery.com>
6079 Pedro Alves <palves@redhat.com>
6080
6081 * gdb.trace/trace-mt.c: New.
6082 * gdb.trace/trace-mt.exp: New.
6083
7964b62a
TS
60842012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6085
2c8910ba
TS
6086 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6087 numbers instead of hardcoding them.
6088 * gdb.base/annota1.c: Provide suitable markers.
6089 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6090 numbers instead of hardcoding them.
6091 * gdb.base/annota3.c: Provide suitable markers.
6092
6093 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6094 * gdb.base/annota3.c: Likewise.
6095 * gdb.base/sigall.c: Likewise.
6096 * gdb.base/signals.c: Likewise.
6097 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 6098
5a41c0b7
MR
60992012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6100
6101 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6102 failure return path.
6103
ebbbe5c5
LM
61042012-02-27 Luis Machado <lgustavo@codesourcery.com>
6105
6106 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6107
8d126d8a
LM
61082012-02-24 Luis Machado <lgustavo@codesourcery.com>
6109
6110 * gdb.base/cond-eval-mode.exp: New file.
6111
11337c2f
PA
61122012-02-24 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6115 (top level): Use with_test_prefix.
6116
13fc3e3c
PA
61172012-02-24 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.threads/attach-into-signal.exp (corefunc): Use
6120 with_test_prefix.
6121
07c1b626
JK
61222012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
6124 Fix false FAILs on old CPUs without SSE.
6125 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6126 Return untested for Illegal instruction.
6127
596ba138
JK
61282012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6129
6130 Fix false FAILs with glibc debug infos installed.
6131 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6132 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6133
aeaa2474
SA
61342012-02-22 Sterling Augustine <saugustine@google.com>
6135
6136 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6137 constant with cast.
6138
aed555c9
PA
61392012-02-21 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6142
78afebb4
PA
61432012-02-21 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6146
fdcfef12
PA
61472012-02-21 Pedro Alves <palves@redhat.com>
6148
6149 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6150 with_test_prefix.
6151
0f4d39d5
PA
61522012-02-21 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6155 with_test_prefix here.
6156 (top level): Do it here instead. Remove `:' from the
6157 with_test_prefix string.
6158 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6159 the suffix `:' from the with_test_prefix prefix string.
6160 * gdb.base/break-interp.exp: Ditto.
6161 * gdb.base/catch-load.exp: Ditto.
6162 * gdb.base/disp-step-syscall.exp: Ditto.
6163 * gdb.base/jit-so.exp: Ditto.
6164 * gdb.base/jit.exp: Ditto.
6165 * gdb.base/sepdebug.exp: Ditto.
6166 * gdb.base/solib-display.exp: Ditto.
6167 * gdb.base/solib-overlap.exp: Ditto.
6168 * gdb.base/watch-cond-infcall.exp: Ditto.
6169 * gdb.base/watchpoint.exp: Ditto.
6170 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6171 * gdb.mi/mi-watch.exp: Ditto.
6172 * gdb.mi/mi2-watch.exp: Ditto.
6173 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6174 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6175 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6176 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6177 * gdb.threads/watchpoint-fork.exp: Ditto.
6178 * gdb.threads/watchthreads-reorder.exp: Ditto.
6179 * gdb.trace/change-loc.exp: Ditto.
6180 * gdb.trace/pending.exp: Ditto.
6181 * gdb.trace/status-stop.exp: Ditto.
6182 * gdb.trace/strace.exp: Ditto.
6183 * gdb.trace/trace-break.exp: Ditto.
6184 * gdb.trace/unavailable.exp: Ditto.
6185 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6186 suffix with colon. Adjust leading comments.
6187
6a5870ce
PA
61882012-02-21 Pedro Alves <palves@redhat.com>
6189 Tom Tromey <tromey@redhat.com>
6190
6191 * lib/gdb.exp: Add description of test prefixes.
6192 (with_test_prefix): New procedure.
6193 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6194 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6195 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6196 instead of lappend to append to pf_prefix.
6197 * gdb.base/catch-load.exp: Use with_test_prefix.
6198 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6199 * gdb.base/jit-so.exp: Use with_test_prefix.
6200 * gdb.base/jit.exp: Use with_test_prefix.
6201 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6202 lappend to append to pf_prefix.
6203 * gdb.base/sepdebug.exp: Use with_test_prefix.
6204 * gdb.base/solib-display.exp: Use with_test_prefix.
6205 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6206 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6207 * gdb.base/watchpoint.exp: Use with_test_prefix.
6208 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6209 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6210 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6211 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6212 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6213 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6214 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6215 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6216 append instead of lappend to append to pf_prefix.
6217 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6218 * gdb.trace/change-loc.exp: Use with_test_prefix.
6219 * gdb.trace/pending.exp: Use with_test_prefix.
6220 * gdb.trace/status-stop.exp: Use with_test_prefix.
6221 * gdb.trace/strace.exp: Use with_test_prefix.
6222 * gdb.trace/trace-break.exp: Use with_test_prefix.
6223 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6224 instead of lappend to append to pf_prefix.
6225
35dc4a6b
JK
62262012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6227
6228 Fix racy FAILs.
6229 * gdb.base/inferior-died.c (main): Add return of 0.
6230 * gdb.base/inferior-died.exp (continue): Fix expectation of
6231 asynchronous events.
6232 (p 1): New test.
6233
c5a006e6
PA
62342012-02-20 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6237 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6238 gdb's internal debug output. For the non-threaded case, look for
6239 "Program received signal SIGLARM", for the threaded case, peek at
6240 the thread's siginfo.
6241
cc51a170
PA
62422012-02-20 Pedro Alves <palves@redhat.com>
6243
6244 General cleanup, make output test messages unique, and build
6245 different executable files for the non-threaded and threaded
6246 cases.
6247
6248 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6249 Delete.
6250 (executable_nothr, executable_thr): New globals.
6251 (top level): Adjust to delete both executables.
6252 (corefunc): New parameter $executable. Set $pf_prefix instead of
6253 hand writing a prefix in tests. Issue a clean_restart and enable
6254 lin-lwp debug output here.
6255 (top level): Adjust. Use build_executable. Don't start gdb here,
6256 and don't enable lin-lwp debug output here.
6257 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6258
c755f03d
JK
62592012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6260
6261 Fix racy FAILs.
6262 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6263 "continue" command.
6264
6bec5e0a
JK
62652012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6266
6267 Fix for gdbserver non-extended mode.
6268 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6269 and gdb_run_cmd.
6270
2e8265fd
TT
62712012-02-17 Tom Tromey <tromey@redhat.com>
6272
6273 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6274 * gdb.python/py-events.exp: Check 'dir' output.
6275 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6276
9e507076
YQ
62772012-02-17 Yao Qi <yao@codesourcery.com>
6278
6279 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6280
32d22ab1
TT
62812012-02-16 Tom Tromey <tromey@redhat.com>
6282
6283 * gdb.base/inferior-died.c: Don't include stdio.h.
6284
9addecb9
TT
62852012-02-16 Tom Tromey <tromey@redhat.com>
6286
6287 * gdb.base/inferior-died.c: New file.
6288 * gdb.base/inferior-died.exp: New file.
6289
4cb6da1c
AR
62902012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6291
6292 * gdb.base/break-inline.exp: New file.
6293 * gdb.base/break-inline.c: New file.
6294
3af2590d
TT
62952012-02-15 Tom Tromey <tromey@redhat.com>
6296
6297 * gdb.base/pc-fp.exp: Add "info register" tests.
6298
29988831
TT
62992012-02-15 Tom Tromey <tromey@redhat.com>
6300
6301 * gdb.base/regs.exp: Remove.
6302
10010058
PA
63032012-02-15 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
6306 the target doesn't support tracepoints.
6307 * gdb.trace/circ.exp: Ditto.
6308 * gdb.trace/collection.exp: Ditto.
6309 * gdb.trace/packetlen.exp: Ditto.
6310 * gdb.trace/passc-dyn.exp: Ditto.
6311 * gdb.trace/report.exp: Ditto.
6312 * gdb.trace/tfind.exp: Ditto.
6313 * gdb.trace/tspeed.exp: Ditto.
6314 * gdb.trace/tsv.exp: Ditto.
6315 * gdb.trace/unavailable.exp: Ditto.
6316 * gdb.trace/while-dyn.exp: Ditto.
6317
a2e0062d
PA
63182012-02-15 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
6321 gdb_test_multiple, and call unsupported instead of fail, if the
6322 remote side does not support the request.
6323
a1999d40
PA
63242012-02-15 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
6327 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
6328 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
6329 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
6330 * gdb.server/server-run.exp: Make sure gdb is disconnected.
6331 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
6332 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
6333 doesn't start with "extended-" already.
6334
7cee1e54
PA
63352012-02-15 Pedro Alves <palves@redhat.com>
6336
6337 Support extended-remote. Avoid cascading timeouts.
6338
6339 * gdb.base/attach.exp (do_attach_tests): Add expected output for
6340 the extended-remote target. If attaching with no file fails, load
6341 the file manually.
6342 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
6343
816338b5
SS
63442012-02-14 Stan Shebs <stan@codesourcery.com>
6345
6346 * gdb.base/ena-dis-br.exp: Add enable count test.
6347
cc30c4bd
PA
63482012-02-13 Pedro Alves <palves@redhat.com>
6349
6350 * config/mips-idt.exp: Delete.
6351 * gdb.base/a2-run.exp: Remove mips-idt xfails.
6352 * gdb.base/bitfields.exp: Remove mips-idt restarts.
6353 * gdb.base/break.exp: Remove mips-idt references.
6354 * gdb.base/chng-syms.exp: Ditto.
6355 * gdb.base/default.exp: Ditto.
6356 * gdb.base/funcargs.exp (funcargs_reload): Delete.
6357 (top level): Don't call it.
6358 * gdb.base/opaque.exp: Remove mips-idt restarts.
6359 * gdb.base/ptype.exp: Remove mips-idt xfails.
6360 * gdb.base/scope.exp: Remove mips-idt restarts.
6361 * gdb.base/sepdebug.exp: Remove mips-idt references.
6362 * gdb.base/watchpoint.exp (maybe_clean_restart)
6363 (maybe_reinitialize): Delete.
6364 (test_disabling_watchpoints, test_disabling_watchpoints)
6365 (test_watchpoint_triggered_in_syscall)
6366 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6367 Don't call them.
6368
57008375
JK
63692012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6370
6371 * gdb.server/server-exec-info.exp: New file.
6372
4a2d9c08
PA
63732012-02-10 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
6376 always non-empty.
6377 (test_attach): Always pass $exec to test_attach_gdb.
6378
09fa21bd
TT
63792012-02-08 Tom Tromey <tromey@redhat.com>
6380
6381 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
6382 before inferior is started.
6383
f0823d2c
TT
63842012-02-07 Tom Tromey <tromey@redhat.com>
6385
6386 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
6387 Symbol.value.
6388 * gdb.python/py-symbol.c (qq): Set default value.
6389
63902012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
6391
6392 * gdb.python/py-symbol.c (qq): New global.
6393 * gdb.python/py-symbol.exp: Add test for frame-less
6394 lookup_symbol.
6395 * gdb.python/py-symtab.exp: Fix line number.
6396
f7e44f65
JB
63972012-02-03 Joel Brobecker <brobecker@adacore.com>
6398
6399 * gdb.ada/mi_task_arg: New testcase.
6400
4c9ed63c
PA
64012012-02-02 Pedro Alves <palves@redhat.com>
6402
6403 * gdb.reverse/until-precsave.exp: Also put "record save" under the
6404 extended timeout.
6405
c0b9f2c6
PA
64062012-02-02 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
6409 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
6410
5f8cefd7
PA
64112012-02-02 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.base/term.exp: Rewrite.
6414 * gdb.base/term.c: New.
6415
2f3a2569
PA
64162012-02-02 Pedro Alves <palves@redhat.com>
6417
6418 * gdb.base/default.exp (run "r" abbreviation, run): Add
6419 extended-remote expected output.
6420
f149aabd
TT
64212012-02-02 Tom Tromey <tromey@redhat.com>
6422
6423 * gdb.cp/dispcxx.exp: New file.
6424 * gdb.cp/dispcxx.cc: New file.
6425
03bef283
TT
64262012-02-01 Tom Tromey <tromey@redhat.com>
6427
6428 * gdb.base/jit-simple.exp: New file.
6429 * gdb.base/jit-simple.c: New file.
6430
a79b18b5
YQ
64312012-01-30 Yao Qi <yao@codesourcery.com>
6432
6433 * gdb.base/skip.exp: Make test result unique.
6434
f0d1a53e
JK
64352012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6436
6437 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6438 compatibility with valgrind-3.7.0.
6439
4b3c9f41
PA
64402012-01-27 Pedro Alves <palves@redhat.com>
6441
6442 * gdb.base/watchpoint.exp (no_hw): New global.
6443 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6444 disable hw watchpoints.
6445 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6446 don't expect hw watchpoints.
6447 (no_hw_watchpoints): Always clean restart.
6448 (do_tests): New procedure, factored out from the top level.
6449 (top level): Run tests twice. Once with hw watchpoints enabled,
6450 another time with hw watchpoints disabled.
6451
a13491c8
PA
64522012-01-27 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6455 out from the top level.
6456 (top level): Call it instead.
6457
f2c8a051
PA
64582012-01-27 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6461 watchpoints sooner.
6462
654d7a9e
PA
64632012-01-27 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6466
274f47f3
PA
64672012-01-27 Pedro Alves <palves@redhat.com>
6468
6469 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6470 "You may have requested too many hardware
6471 breakpoints/watchpoints".
6472
e4d63ba2
PA
64732012-01-27 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.base/watchpoint.exp (maybe_clean_restart)
6476 (maybe_reinitialize): New.
6477 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6478 expect "hit N times".
6479 (test_disabling_watchpoints, test_complex_watchpoint)
6480 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6481 Call maybe_clean_restart.
6482 (top level): Use clean_restart. Remove "mips-idt-*"
6483 reinitialization.
6484
dbd95daf
PA
64852012-01-27 Pedro Alves <palves@redhat.com>
6486
6487 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6488
f3ad2025
PA
64892012-01-27 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6492 require `initialize' anymore. Remove unnecessary `initialize'
6493 calls.
6494
100aa3ae
PA
64952012-01-27 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/watchpoint.exp (wp_set): Delete.
6498 (initialize, test_simple_watchpoint, top level): Remove dead code.
6499
c79a8e11
PA
65002012-01-27 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6503 typo.
6504
048fe15a
PA
65052012-01-27 Pedro Alves <palves@redhat.com>
6506
6507 * config/extended-gdbserver.exp: New file.
6508 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6509 comment.
6510 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6511 * boards/native-extended-gdbserver.exp: New file.
6512
4033a6bf
PA
65132012-01-26 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6516 and gdb_test_multiple.
6517
3d7f4b81
PA
65182012-01-26 Pedro Alves <palves@redhat.com>
6519
6520 Make test messages unique, and more identifiable.
6521 * gdb.multi/watchpoint-multi.exp: Change test messages.
6522
484abf42
TT
65232012-01-25 Tom Tromey <tromey@redhat.com>
6524
6525 * gdb.base/solib-disc.exp: Fix regexps.
6526
edcc5120
TT
65272012-01-24 Tom Tromey <tromey@redhat.com>
6528
6529 * lib/mi-support.exp (mi_expect_stop): Add special case for
6530 solib-event.
6531 * gdb.base/catch-load-so.c: New file.
6532 * gdb.base/catch-load.exp: New file.
6533 * gdb.base/catch-load.c: New file.
6534 * gdb.base/break-interp.exp (reach_1): Update regexp.
6535
30b91c90
JK
65362012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6537
6538 Fix fuzzy results.
6539 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6540 lpsimple and func.
6541
53fe1783
GB
65422012-01-24 Gary Benson <gbenson@redhat.com>
6543
6544 Delete #if 0'd out code.
6545 * gdb.base/default.exp (info catch): Remove.
6546 * gdb.base/gdb_history (info catch): Likewise.
6547 * gdb.base/help.exp (info catch): Likewise.
6548
d0d8b0c6
JK
65492012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 Fix watchpoints to be specific for each inferior.
6552 * gdb.multi/watchpoint-multi.c: New file.
6553 * gdb.multi/watchpoint-multi.exp: New file.
6554
4403d8e9
JK
65552012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6556
6557 Fix watchpoints across inferior fork.
6558 * gdb.threads/watchpoint-fork-child.c: New file.
6559 * gdb.threads/watchpoint-fork-mt.c: New file.
6560 * gdb.threads/watchpoint-fork-parent.c: New file.
6561 * gdb.threads/watchpoint-fork-st.c: New file.
6562 * gdb.threads/watchpoint-fork.exp: New file.
6563 * gdb.threads/watchpoint-fork.h: New file.
6564
050a2e1d
PA
65652012-01-23 Pedro Alves <palves@redhat.com>
6566
6567 * gdb.base/call-signal-resume.exp: Allow output after "return".
6568
6a52fb62
PA
65692012-01-20 Pedro Alves <palves@redhat.com>
6570
6571 * gdb.python/py-finish-breakpoint.py: Fix typo.
6572
145b16a9
UW
65732012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6574
6575 * gdb.base/info-proc.exp: Also run on remote targets. Main
6576 "info proc" command is now always present; whether target supports
6577 actual info proc operation is detected when attempting to issue
6578 the command.
6579
26f6125e
JK
65802012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6581
6582 * .gdbinit: Remove.
6583
eb5227ce
PA
65842012-01-19 Pedro Alves <palves@redhat.com>
6585
6586 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
6587 look at the funtions' returns.
6588 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
6589 (jprint.print(int, int)): Change return type to int. Adjust.
6590
1db33378
PP
65912012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6592
6593 PR gdb/9538
6594 * gdb.base/sepdebug.exp: New test.
6595
b9736cf8
PA
65962012-01-18 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
6599 Allow output before ^done.
6600
4aac40c8
TT
66012012-01-16 Tom Tromey <tromey@redhat.com>
6602
6603 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
6604 Add tests for relative directory.
6605
cafec441
TT
66062012-01-16 Tom Tromey <tromey@redhat.com>
6607
6608 * gdb.base/printcmds.c (enum flag_enum): New.
6609 (three): New global.
6610 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
6611 enum printing.
6612 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
6613 FlagEnumerationPrinter.
6614 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
6615 * gdb.python/py-pp-maint.c (enum flag_enum): New.
6616 (fval): New global.
6617
abcc4978
PA
66182012-01-16 Pedro Alves <palves@redhat.com>
6619
6620 * lib/gdb.exp (banned_procedures): New variable.
6621 (banned_variables_traced): Rename to ...
6622 (banned_traced): ... this.
6623 (gdb_init): Also trace banned procedures.
6624 (gdb_finish): Also untrace banned procedures.
6625
97ccebe8
PA
66262012-01-16 Pedro Alves <palves@redhat.com>
6627
6628 Remove all calls to strace.
6629
2af7517b
JK
66302012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6631
6632 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
6633 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6634
9241a8bc
PP
66352012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6636
6637 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6638 * gdb.base/pie-execl.exp: Likewise.
6639
3848a17f
KS
66402012-01-12 Keith Seitz <keiths@redhat.com>
6641
6642 PR mi/10586
6643 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6644 (do_anonymous_type_tests): New function.
6645 (main): Call do_anonymous_type_tests.
6646 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6647 (verify_everything): New procedure.
6648 * gdb.mi/mi-var-cp.cc (class A): New class.
6649 (anonymous_structs_and_unions): New function.
6650 (main): Call anonymous_structs_and_unions.
6651 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6652 (verify_everything): New procedure.
6653
440e2fca
KS
66542012-01-12 Keith Seitz <keiths@redhat.com>
6655
6656 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6657 (varobj_tree::get_path_expr): Assume that all varobjs are
6658 compound unless they are known simple types.
6659 Adjust path expressions based on parent type, path parent type,
6660 and tree language.
6661 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6662 the root varobj.
6663 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6664
675399c9
PA
66652012-01-11 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6668 core files on this machine" anymore.
6669
97ddaa9b
PH
66702012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6671
6672 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6673 (main): Repeat recurser call.
6674 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6675 equivalent to 'local_x'.
6676
ea733575 66772012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 6678 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
6679
6680 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6681
2ca0b532
PA
66822012-01-05 Pedro Alves <alves.ped@gmail.com>
6683
6684 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6685 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6686 * gdb.python/py-events.exp: Test that "step N" tripping on a
6687 breakpoint emits a breakpoint event.
6688
6e681866
JB
66892012-01-03 Joel Brobecker <brobecker@adacore.com>
6690
6691 * gdb.base/auxv.exp: Reformat the copyright notice.
6692
3c2d6aff
YQ
66932012-01-03 Yao Qi <yao@codesourcery.com>
6694
6695 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6696 (strace_trace_on_diff_addr): New.
6697 * gdb.trace/strace.c: (main): Add two local variables.
6698
0852fee3
UW
66992011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6700
6701 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6702 * gdb.cell/gcore.exp: Likewise.
6703 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6704 to verify the correct instance of main is selected.
6705
12c3e59c
JB
67062012-01-02 Joel Brobecker <brobecker@adacore.com>
6707
6708 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6709 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6710 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6711 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6712 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6713 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6714 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6715 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6716 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6717 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6718 gdb.threads/thread_check.c: Reformat copyright header.
6719
c0f378ec
EBM
67202011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6721
e4a7ca93 6722 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
6723 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6724 is not enabled.
6725
3bc96cfb
JK
67262011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6727
6728 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6729 parameter to self_exec, adjust the function.
6730 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6731 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6732 (set var do_exit = 0): Remove test.
6733 (newline at end of file): Add one.
6734
095bcf5e
JB
67352011-12-27 Joel Brobecker <brobecker@adacore.com>
6736
6737 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6738 New files.
6739
18d19bd1
JK
67402011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6741
6742 Fix racy FAILs.
6743 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6744 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6745 (main): Call pthread_barrier_init for it.
6746
e809353a
JK
67472011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6748
6749 Fix double send_gdb leading to racy FAILs.
6750 * gdb.base/break.exp (set silent break bp_location1): Replace
6751 3x send_gdb and gdb_expect by gdb_test.
6752 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6753 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6754 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6755 instead of send_gdb. Twice.
6756 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6757 3x send_gdb and gdb_expect by gdb_test.
6758 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6759
da8cb7ec
JK
67602011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6761
6762 * gdb.linespec/linespec.exp: Compile using {c++}.
6763
ae1a303e
JK
67642011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6765
6766 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6767 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6768 (verify GCC PR debug/51668): New test.
6769
cc72b2a2
KP
67702011-12-23 Kevin Pouget <kevin.pouget@st.com>
6771
6772 Introduce gdb.FinishBreakpoint in Python.
6773 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6774 py-finish-breakpoint2
6775 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6776 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6777 instead of line number.
6778 * gdb.python/py-finish-breakpoint.c: New file.
6779 * gdb.python/py-finish-breakpoint.exp: New file.
6780 * gdb.python/py-finish-breakpoint.py: New file.
6781 * gdb.python/py-finish-breakpoint2.cc: New file.
6782 * gdb.python/py-finish-breakpoint2.exp: New file.
6783 * gdb.python/py-finish-breakpoint2.py: New file.
6784
3b7962f9
JK
67852011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 Partial fix of compatibility with gcc-4.7.
6788 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6789 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6790 Add comment to add a PASS case in the future.
6791
6538471c
JK
6792 Fix compatibility with gcc-4.7.
6793 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6794
7052e42c
UW
67952011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6796
6797 PR tdep/12797
6798 * gdb.base/callfuncs.exp: Remove KFAIL.
6799
9ac7f98e
JB
68002011-12-21 Joel Brobecker <brobecker@adacore.com>
6801
6802 * gdb.ada/task_bp: New testcase.
6803
f6eeced0
JK
68042011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6807 -DNO_SECTIONS.
6808 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6809
72225e17
JK
68102011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6811
6812 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6813 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6814 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6815 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6816 conditional for gcc <= 4.5.
6817
13ac8d2c
JK
68182011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6819
6820 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6821 by XFAIL.
6822 * gdb.cp/static-method.exp (info addr A::func())
6823 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6824 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6825 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6826 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6827 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6828 (test value of F in k3_m): Likewise.
6829 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6830 Likewise.
6831
049682ba
JK
68322011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6833
6834 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6835 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6836 Remove.
6837 * gdb.threads/attachstop-mt.c: Remove.
6838 * gdb.threads/attachstop-mt.exp: Remove.
6839
2c9d8796
MK
68402011-12-17 Mark Kettenis <kettenis@gnu.org>
6841
6842 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6843
e0f9f062
DE
68442011-12-16 Doug Evans <dje@google.com>
6845
f4aa2101 6846 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
6847 * boards/native-gdbserver.exp: New file.
6848
e0f9f062
DE
6849 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6850 gdbserver output.
6851 (gdbserver_default_get_remote_address): New function.
6852 (gdbserver_start): Call gdb,get_remote_address to compute argument
6853 to "target remote" command.
6854
80b6e756
PM
68552011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6856
1c3ad6ab 6857 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
6858 python print-stack. Add set/show python print-stack
6859 off|full|message tests.
6860
1576bd00
YQ
68612011-12-15 Yao Qi <yao@codesourcery.com>
6862
6863 * gdb.trace/strace.c: New
6864 * gdb.trace/strace.exp: New.
6865
d6a0f6e0
TT
68662011-12-14 Tom Tromey <tromey@redhat.com>
6867
6868 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6869
31015e1d
DE
68702011-12-14 Doug Evans <dje@google.com>
6871
6872 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6873
7b50312a
PA
68742011-12-14 Pedro Alves <pedro@codesourcery.com>
6875
6876 PR threads/10729
6877
6878 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 6879 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 6880
924437bc
PA
68812011-12-13 Pedro Alves <pedro@codesourcery.com>
6882 Doug Evans <dje@google.com>
6883
6884 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6885 (clean_restart): Remove references to the gdb_stub target board
6886 variable.
6887 (gdb_step_for_stub): Delete.
6888
6889 * gdb.base/annota1.exp: Remove all references to [target_info
6890 exists gdb_stub], gdb_step_for_stub and usestubs.
6891 * gdb.base/annota3.exp: Ditto.
6892 * gdb.base/async.exp: Ditto.
6893 * gdb.base/break.exp: Ditto.
6894 * gdb.base/code-expr.exp: Ditto.
6895 * gdb.base/commands.exp: Ditto.
6896 * gdb.base/completion.exp: Ditto.
6897 * gdb.base/condbreak.exp: Ditto.
6898 * gdb.base/consecutive.exp: Ditto.
6899 * gdb.base/cvexpr.exp: Ditto.
6900 * gdb.base/define.exp: Ditto.
6901 * gdb.base/display.exp: Ditto.
6902 * gdb.base/ena-dis-br.exp: Ditto.
6903 * gdb.base/environ.exp: Ditto.
6904 * gdb.base/gnu-ifunc.exp: Ditto.
6905 * gdb.base/maint.exp: Ditto.
6906 * gdb.base/pending.exp: Ditto.
6907 * gdb.base/sect-cmd.exp: Ditto.
6908 * gdb.base/sepdebug.exp: Ditto.
6909 * gdb.base/unload.exp: Ditto.
6910 * gdb.base/watchpoint-solib.exp: Ditto.
6911 * gdb.cp/annota2.exp: Ditto.
6912 * gdb.cp/annota3.exp: Ditto.
6913 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6914 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6915 * gdb.mi/mi-pending.exp: Ditto.
6916 * gdb.trace/circ.exp: Ditto.
6917 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6918 * gdb.base/list.exp: Ditto.
6919
6920 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6921 breakpoint function and all references to the usestubs macro.
6922 * gdb.base/exprs.c: Ditto.
6923 * gdb.base/freebpcmd.c: Ditto.
6924 * gdb.base/bitfields.c: Ditto.
6925 * gdb.base/bitfields2.c: Ditto.
6926 * gdb.base/break.c: Ditto.
6927 * gdb.base/call-sc.c: Ditto.
6928 * gdb.base/call-signals.c: Ditto.
6929 * gdb.base/callfuncs.c: Ditto.
6930 * gdb.base/charset.c: Ditto.
6931 * gdb.base/consecutive.c: Ditto.
6932 * gdb.base/constvars.c: Ditto.
6933 * gdb.base/funcargs.c: Ditto.
6934 * gdb.base/int-type.c: Ditto.
6935 * gdb.base/interrupt.c: Ditto.
6936 * gdb.base/langs0.c: Ditto.
6937 * gdb.base/list0.c: Ditto.
6938 * gdb.base/mips_pro.c: Ditto.
6939 * gdb.base/miscexprs.c: Ditto.
6940 * gdb.base/nodebug.c: Ditto.
6941 * gdb.base/opaque0.c: Ditto.
6942 * gdb.base/pointers.c: Ditto.
6943 * gdb.base/printcmds.c: Ditto.
6944 * gdb.base/ptype.c: Ditto.
6945 * gdb.base/recurse.c: Ditto.
6946 * gdb.base/reread1.c: Ditto.
6947 * gdb.base/reread2.c: Ditto.
6948 * gdb.base/restore.c: Ditto.
6949 * gdb.base/return.c: Ditto.
6950 * gdb.base/run.c: Ditto.
6951 * gdb.base/scope0.c: Ditto.
6952 * gdb.base/sepdebug.c: Ditto.
6953 * gdb.base/setshow.c: Ditto.
6954 * gdb.base/setvar.c: Ditto.
6955 * gdb.base/sigall.c: Ditto.
6956 * gdb.base/signals.c: Ditto.
6957 * gdb.base/structs.c: Ditto.
6958 * gdb.base/structs2.c: Ditto.
6959 * gdb.base/testenv.c: Ditto.
6960 * gdb.base/twice.c: Ditto.
6961 * gdb.base/unwindonsignal.c: Ditto.
6962 * gdb.base/watchpoint.c: Ditto.
6963 * gdb.base/watchpoints.c: Ditto.
6964 * gdb.base/whatis.c: Ditto.
6965 * gdb.cp/classes.cc: Ditto.
6966 * gdb.cp/cplusfuncs.cc: Ditto.
6967 * gdb.cp/derivation.cc: Ditto.
6968 * gdb.cp/formatted-ref.cc: Ditto.
6969 * gdb.cp/misc.cc: Ditto.
6970 * gdb.cp/overload.cc: Ditto.
6971 * gdb.cp/ovldbreak.cc: Ditto.
6972 * gdb.cp/ref-params.cc: Ditto.
6973 * gdb.cp/ref-types.cc: Ditto.
6974 * gdb.cp/templates.cc: Ditto.
6975 * gdb.cp/virtfunc.cc: Ditto.
6976 * gdb.hp/gdb.aCC/run.c: Ditto.
6977 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6978 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6979 * gdb.reverse/consecutive-reverse.c: Ditto.
6980 * gdb.reverse/sigall-reverse.c: Ditto.
6981 * gdb.reverse/until-reverse.c: Ditto.
6982 * gdb.reverse/watch-reverse.c: Ditto.
6983 * gdb.trace/actions.c: Ditto.
6984 * gdb.trace/circ.c: Ditto.
6985 * gdb.trace/collection.c: Ditto.
6986
fabde485
PA
69872011-12-13 Pedro Alves <pedro@codesourcery.com>
6988
6989 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6990 (func6, func7): New.
6991 (main): Call func6 and func7.
6992 * gdb.base/watchpoint.exp (test_wide_location_1)
6993 (test_wide_location_2): New.
6994 (top level): Re-enable hardware watchpoints if necessary. Call
6995 test_wide_location_1 and test_wide_location_2.
6996
ff7d1690
YQ
69972011-12-11 Yao Qi <yao@codesourcery.com>
6998
6999 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7000
a6af7abe
JB
70012011-12-11 Joel Brobecker <brobecker@adacore.com>
7002
7003 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7004 expected output for unsupported case.
7005
61638e15
JK
70062011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 PR testsuite/12649
7009 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7010 Protect gdb_test_multiple by final $gdb_prompt match.
7011
0a00efc3
JK
70122011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7013
7014 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7015 New variable, new test.
7016 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7017 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7018 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7019 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7020 them if HAVE_GCC_45682_FIXED is not set.
7021
4511b1ba
YQ
70222011-12-10 Yao Qi <yao@codesourcery.com>
7023
7024 * gdb.trace/status-stop.exp: New.
7025 * gdb.trace/status-stop.c: New.
7026
27949e73
JK
70272011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7028
7029 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7030 timeout.
7031
d8ea7931
TT
70322011-12-08 Tom Tromey <tromey@redhat.com>
7033
7034 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7035 condition.
7036
1cc310d2
SS
70372011-12-07 Stan Shebs <stan@codesourcery.com>
7038
7039 * gdb.trace/tfind.exp: Update for output changes.
7040
d482a875
PA
70412011-12-07 Pedro Alves <pedro@codesourcery.com>
7042
7043 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7044 throws "Cannot insert catchpoints in this configuration".
7045 * gdb.ada/mi_catch_ex.exp: Likewise.
7046
f0ba3972
PA
70472011-12-06 Pedro Alves <pedro@codesourcery.com>
7048
7049 * gdb.base/break-always.exp: Test changing memory at addresses
7050 with breakpoints inserted.
7051
f8eba3c6
TT
70522011-12-06 Joel Brobecker <brobecker@acacore.com>
7053
6fdff2c5
PA
7054 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7055 involving a fully qualified function name.
f8eba3c6
TT
7056
70572011-12-06 Tom Tromey <tromey@redhat.com>
7058
7059 * gdb.ada/homonym.exp: Add three breakpoint tests.
7060
70612011-12-06 Tom Tromey <tromey@redhat.com>
7062
7063 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7064 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7065 * gdb.objc/objcdecode.exp: Update for output changes.
7066 * gdb.linespec/linespec.exp: New file.
7067 * gdb.linespec/lspec.cc: New file.
7068 * gdb.linespec/lspec.h: New file.
7069 * gdb.linespec/body.h: New file.
7070 * gdb.linespec/base/two/thefile.cc: New file.
7071 * gdb.linespec/base/one/thefile.cc: New file.
7072 * gdb.linespec/Makefile.in: New file.
7073 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7074 output changes.
7075 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7076 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7077 makes one breakpoint.
7078 * gdb.cp/method2.exp (test_break): Update for output changes.
7079 * gdb.cp/mb-templates.exp: Update for output changes.
7080 * gdb.cp/mb-inline.exp: Update for output changes.
7081 * gdb.cp/mb-ctor.exp: Update for output changes.
7082 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7083 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7084 has multiple matches.
7085 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7086 error message change.
7087 * gdb.base/list.exp (test_list_filename_and_number): Update for
7088 error message change.
7089 * gdb.base/break.exp: Disable pending breakpoints. Update for
7090 output changes.
7091 * configure.ac: Add gdb.linespec.
7092 * configure: Rebuild.
7093 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7094
c642a434
UW
70952011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7096
7097 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7098 last_break register on s390*-*-* targets.
7099
b18003d1
JB
71002011-12-06 Joel Brobecker <brobecker@adacore.com>
7101
7102 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7103 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7104 of parameter X in procedure Foo.
7105
fe96589c
SS
71062011-12-05 Stan Shebs <stan@codesourcery.com>
7107
7108 * gdb.trace/tfind.exp: Update help string matches.
7109
1820ab47
JK
71102011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7111
7112 * gdb.server/ext-run.exp (get process list): Accept also systemd
7113 as PID 1.
7114
e11ac3a3
JK
71152011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7116 Pedro Alves <pedro@codesourcery.com>
7117
7118 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7119 starting GDB.
7120 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7121 $use_gdb_stub.
7122 * gdb.base/display.exp: Likewise.
7123 * gdb.base/ending-run.exp: Likewise.
7124 * gdb.base/list.exp (test_listsize): Likewise.
7125 * gdb.base/setshow.exp: Likewise.
7126 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7127 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7128 check by global $use_gdb_stub.
7129 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7130 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7131 (default_gdb_init): Unset global $use_gdb_stub.
7132 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7133 by global $use_gdb_stub.
7134 * lib/gdbserver-support.exp: Extend comments for set_board_info
7135 gdb_protocol and gdb,socketport.
7136 (gdbserver_start_extended): Set global gdbserver_protocol and
7137 gdbserver_gdbport. Clear global use_gdb_stub.
7138 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7139 from target use_gdb_stub.
7140 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7141
1d41d75c
DE
71422011-12-03 Doug Evans <dje@google.com>
7143
7144 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7145 (gdb_step_for_stub): Add comments.
7146
d6d7a51a
MR
71472011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7148
7149 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7150 to the caller.
7151 (gdb_test_multiple): Likewise.
7152
05acf274
JK
71532011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7154
7155 Fix gdb.mi/mi-solib.exp without system debug info installed.
7156 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7157 expect attribute, return 0 for it. Update comments.
7158
2268b414
JK
71592011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7160
7161 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7162 (corrupted list): Adjust the expectation.
7163
585861ea
JK
71642011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7165
7166 PR threads/13448
7167 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7168 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7169 * gdb.threads/tls-var-main.c: New file.
7170 * gdb.threads/tls-var.c: New file.
7171 * gdb.threads/tls-var.exp: New file.
7172
968643aa
JK
71732011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7174
7175 PR testsuite/12649
7176 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7177 Protect gdb_test_multiple by final $gdb_prompt match.
7178 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7179 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7180 (test_tracepoints): Likewise.
7181
9750bca9
JK
71822011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7183
7184 PR breakpoints/13346
7185 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7186 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7187 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7188
ac1349b7
JB
71892011-12-01 Joel Brobecker <brobecker@adacore.com>
7190
7191 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7192 * gdb.ada/homonym/homonym.adb: For use of all types defined
7193 locally inside both Get_Value subprograms.
7194
26d44faf
JK
71952011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7196
7197 Fix racy FAILs.
7198 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7199 of send_gdb.
7200
514f6425
UW
72012011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7202
7203 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7204 environment variable after test completed.
7205
4255c8d2
UW
72062011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7207
7208 * gdb.base/solib-nodir.exp: Skip if remote target.
7209 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7210 application. Call gdb_load_shlibs.
7211 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7212
a35ad96a
JB
72132011-11-29 Joel Brobecker <brobecker@adacore.com>
7214
7215 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7216
1a1d5513
JB
72172011-11-28 Joel Brobecker <brobecker@adacore.com>
7218
7219 * gdb.ada/fullname_bp: New testcase.
7220
50b4ddf8
JK
72212011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7222
7223 PR testsuite/12649
7224 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7225 Wrap send_gdb into a new gdb_test.
7226
fb0aec57
JK
7227 Code cleanup.
7228 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7229 Convert send_gdb and gdb_expect to gdb_test_multiple.
7230
2376d946
JK
72312011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7232
7233 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7234
1eec78bd
KS
72352011-11-23 Keith Seitz <keiths@redhat.com>
7236
7237 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7238 (mi_varobj_tree_test_children_callback): New proc.
7239 (mi_walk_varobj_tree): New proc.
7240
36dfb11c
TT
72412011-11-22 Tom Tromey <tromey@redhat.com>
7242
7243 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7244 Add "use_mi_command" argument.
7245 (mi_run_cmd, mi_run_with_cli): New procs.
7246 * gdb.mi/solib-lib.c: New file.
7247 * gdb.mi/solib-main.c: New file.
7248 * gdb.mi/mi-solib.exp: New file.
7249
0e965dd0
DE
72502011-11-21 Doug Evans <dje@google.com>
7251
7252 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7253 _Unwind_DebugHook is missing.
7254
f196051f
SS
72552011-11-20 Stan Shebs <stan@codesourcery.com>
7256
7257 * gdb.trace/tstatus.exp: New.
7258 * gdb.trace/actions.c: Include string.h.
7259
bfccc43c
YQ
72602011-11-18 Yao Qi <yao@codesourcery.com>
7261
7262 * gdb.trace/pending.exp: New.
7263 * gdb.trace/pending.c: New.
7264 * gdb.trace/pendshr1.c: New.
7265 * gdb.trace/pendshr2.c: New.
7266 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7267 tracepoint location becomes pending.
7268 (tracepoint_change_loc_2): New.
7269
73cd8ab1
DM
72702011-11-16 David S. Miller <davem@davemloft.net>
7271
7272 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7273 target is sparc*-*-linux*
7274
77426730
PK
72752011-11-15 Paul Koning <paul_koning@dell.com>
7276
7277 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7278 types.
7279
ed59ded5
DE
72802011-11-14 Doug Evans <dje@google.com>
7281
7282 * gdb.base/shell.exp: New file.
7283
405f8e94
SS
72842011-11-14 Stan Shebs <stan@codesourcery.com>
7285
7286 * gdb.trace/ftrace.c: New.
7287 * gdb.trace/ftrace.exp: New.
7288
1e4d1764
YQ
72892011-11-14 Yao Qi <yao@codesourcery.com>
7290
7291 * gdb.trace/change-loc-1.c: New.
7292 * gdb.trace/change-loc-2.c: New.
7293 * gdb.trace/change-loc.c: New.
7294 * gdb.trace/change-loc.exp: New.
7295 * gdb.trace/change-loc.h: New.
7296 * gdb.trace/trace-break.c (marker): Define new symbol.
7297 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 7298 New.
1e4d1764
YQ
7299 (break_trace_same_addr_6): New.
7300
71eba9c2 73012011-11-12 Matt Rice <ratmice@gmail.com>
7302
7303 * gdb.base/info-macros.exp: Make tests for info definitions
7304 test info macro. Add tests for info macro argument processing.
7305 Rename a few tests.
7306
1d93e29a
KS
73072011-11-11 Keith Seitz <keiths@redhat.com>
7308
7309 PR gdb/12843
7310 * gdb.base/linespecs.exp: New file.
7311
a4b5b48a
DE
73122011-11-11 Doug Evans <dje@google.com>
7313
7314 * gdb.threads/print-threads.exp: Extend timeout for slower
7315 tests.
7316
f6b47be4
DE
73172011-11-10 Doug Evans <dje@google.com>
7318
792a0230
DE
7319 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
7320 "record to end of main" test.
7321
f6b47be4
DE
7322 * gdb.python/py-type.c (TS): New typedef.
7323 (ts): New global.
7324 * gdb.python/py-type.exp: Test field list of typedef.
7325
22355c90
JB
73262011-11-10 Joel Brobecker <brobecker@adacore.com>
7327
7328 * gdb.ada/small_reg_param: New testcase.
7329
a7860e76
TT
73302011-11-09 Tom Tromey <tromey@redhat.com>
7331
7332 * gdb.cp/destrprint.exp: New file.
7333 * gdb.cp/destrprint.cc: New file.
7334
72a2e3dc
MI
73352011-11-08 Meador Inge <meadori@codesourcery.com>
7336
7337 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
7338 (switch_stack_to_other): New test function.
7339 * gdb.arch/thumb-prologue.exp: New test cases.
7340
c7195df2 73412011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
7342
7343 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
7344
d3895d7d
YQ
73452011-11-08 Yao Qi <yao@codesourcery.com>
7346
7347 * gdb.exp (supports_process_record): New.
7348 (supports_reverse): New.
7349 * gdb.reverse/break-precsave.exp: Call support_process_record
7350 to run test conditionally.
7351 * gdb.reverse/consecutive-precsave.exp: Likewise.
7352 * gdb.reverse/i386-precsave.exp: Likewise.
7353 * gdb.reverse/machinestate-precsave.exp: Likewise.
7354 * gdb.reverse/solib-precsave.exp: Likewise.
7355 * gdb.reverse/step-precsave.exp: Likewise.
7356 * gdb.reverse/until-precsave.exp: Likewise.
7357 * gdb.reverse/watch-precsave.exp: Likewise.
7358 * gdb.reverse/break-reverse.exp: Call support_reverse to run
7359 test conditionally.
7360 * gdb.reverse/consecutive-reverse.exp: Likewise.
7361 * gdb.reverse/finish-precsave.exp: Likewise.
7362 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
7363 * gdb.reverse/finish-reverse.exp: Likewise.
7364 * gdb.reverse/i386-reverse.exp: Likewise.
7365 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7366 * gdb.reverse/machinestate.exp: Likewise.
7367 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
7368 * gdb.reverse/sigall-precsave.exp: Likewise.
7369 * gdb.reverse/sigall-reverse.exp: Likewise.
7370 * gdb.reverse/solib-reverse.exp: Likewise.
7371 * gdb.reverse/step-reverse.exp: Likewise.
7372 * gdb.reverse/until-reverse.exp: Likewise.
7373 * gdb.reverse/watch-reverse.exp: Likewise.
7374
a59306a3
YQ
73752011-11-05 Yao Qi <yao@codesourcery.com>
7376
7377 * gdb.trace/trace-break.exp: Add test on setting two
7378 fast tracepoints at the same address.
7379
87769f59
JK
73802011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7381
7382 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
7383
3065dfb6
SS
73842011-11-02 Stan Shebs <stan@codesourcery.com>
7385
7386 * gdb.trace/collection.c: Add code using strings.
7387 * gdb.trace/collection.exp: Add tests of string collection.
7388
89e208db
JK
73892011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7390
7391 * gdb.base/skip-solib.exp (executable_main): New variable.
7392 (binfile_main): Base it on that.
7393 Use $executable_main in clean_restart calls. Drop gdb_exit and
7394 gdb_start calls.
7395
405e54e9
JK
73962011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7397
7398 Fix racy FAILs.
7399 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
7400 breakpoint_re globals import by async. Set string_regex to .* for
7401 async. Remove the optional thread_selected_re and breakpoint_re
7402 globals expectations.
7403
58e8570a
JM
74042011-11-01 Joseph Myers <joseph@codesourcery.com>
7405
7406 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
7407 well as Cygwin.
7408
7b35ec7f 74092011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
7410
7411 Add tests for skip command.
89e208db
JK
7412 * gdb.base/skip-solib-lib.c: New
7413 * gdb.base/skip-solib-main.c: New
7414 * gdb.base/skip-solib.exp: New
7415 * gdb.base/skip.c: New
7416 * gdb.base/skip.exp: New
7417 * gdb.base/skip1.c: New
7418 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 7419
b9fd1791
PA
74202011-10-31 Yao Qi <yao@codesourcery.com>
7421 Pedro Alves <pedro@codesourcery.com>
7422
6fdff2c5
PA
7423 * gdb.trace/trace-break.c: New.
7424 * gdb.trace/trace-break.exp: New.
b9fd1791 7425
4323fecc
JK
74262011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7429 break-here-2.
7430
0e5bf2a8
PA
74312011-10-28 Pedro Alves <pedro@codesourcery.com>
7432
7433 * gdb.threads/no-unwaited-for-left.c: New.
7434 * gdb.threads/no-unwaited-for-left.exp: New.
7435 * gdb.threads/non-ldr-exc-1.c: New.
7436 * gdb.threads/non-ldr-exc-1.exp: New.
7437 * gdb.threads/non-ldr-exc-2.c: New.
7438 * gdb.threads/non-ldr-exc-2.exp: New.
7439 * gdb.threads/non-ldr-exc-3.c: New.
7440 * gdb.threads/non-ldr-exc-3.exp: New.
7441 * gdb.threads/non-ldr-exc-4.c: New.
7442 * gdb.threads/non-ldr-exc-4.exp: New.
7443
3a3dad98
JK
74442011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7445
7446 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7447 * gdb.base/attach-pie-misread.exp: Likewise.
7448 * gdb.base/break-interp.exp: Likewise.
7449 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7450 testcases for use_gdb_stub.
7451 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7452 (continue): New testcase.
7453 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7454 * gdb.threads/attach-into-signal.exp: Likewise.
7455 * gdb.threads/attach-stopped.exp: Likewise.
7456 * gdb.threads/attachstop-mt.exp: Likewise.
7457
d6a5d40c
PK
74582011-10-28 Paul Koning <paul_koning@dell.com>
7459
7460 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7461
ca539be8
JK
74622011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7463
7464 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7465 (mi_gdb_test): Import globals thread_selected_re
7466 and breakpoint_re. Expect them optionally at the regex start.
7467
d234ef5c
DE
74682011-10-27 Doug Evans <dje@google.com>
7469
7470 * gdb.python/python.exp: Test source -s.
7471
ab964825
PK
74722011-10-26 Paul Koning <paul_koning@dell.com>
7473
7474 * gdb.python/lib-types.cc (struct A): New structure.
7475 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 7476
54d8a644
PK
74772011-10-25 Paul Koning <paul_koning@dell.com>
7478
7479 PR python/13327
d234ef5c 7480
54d8a644
PK
7481 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7482 fetch_lazy method.
7483
b0221781
YQ
74842011-10-24 Yao Qi <yao@codesourcery.com>
7485
7486 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7487 target is tic6x-*-*.
7488
6cda5a20
JB
74892011-10-21 Joel Brobecker <brobecker@adacore.com>
7490
7491 * gdb.ada/mi_task_info/task_switch.adb: New file.
7492 * gdb.ada/mi_task_info.exp: New file.
7493
5ed9db04
JK
74942011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7495
7496 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7497 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7498
9df2fbc4
PM
74992011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7500
7501 PR python/12656
7502
7503 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7504 global_block tests.
7505
736086ba
TT
75062011-10-18 Tom Tromey <tromey@redhat.com>
7507
7508 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7509
4af31552
TT
75102011-10-18 Tom Tromey <tromey@redhat.com>
7511
7512 * gdb.base/source.exp: Don't include full file name in test name.
7513 * gdb.python/python.exp: Don't include full file name in test
7514 name.
7515
43136979
AR
75162011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7517
7518 * gdb.base/attach-pie-noexec.c: New files.
7519 * gdb.base/attach-pie-noexec.exp: New files.
7520
543a9323
JM
75212011-10-17 Joseph Myers <joseph@codesourcery.com>
7522
7523 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7524 prompt for each extra line in command.
7525
21ae7a4d
JK
75262011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7527
7528 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7529 Revert the part of:
7530 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7531 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7532 Change the expected string.
7533
20ec36d9
JK
75342011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7535
7536 Fix results with system glibc debug info installed.
7537 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7538 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7539 Accept also __libc_ symbol prefix and no prefix.
7540
6501c2fc
KS
75412011-10-14 Keith Seitz <keiths@redhat.com>
7542
7543 PR c++/13225
7544 * gdb.cp/converts.cc (foo3_1): New function.
7545 (foo3_2): New functions.
7546 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7547 and null pointer conversions of integer constant zero.
7548 Add test to check if all arguments are checked for incompatible
7549 conversion BADNESS.
7550
55b1fd0c
TT
75512011-10-14 Tom Tromey <tromey@redhat.com>
7552
7553 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7554 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7555 linespec.
7556
22c05d8a
JK
75572011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7558
7559 Fix internal error regression.
7560 * gdb.dwarf2/implptr-optimized-out.S: New file.
7561 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7562
1d6edc3c
JK
75632011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7564
7565 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7566 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7567 (loclist): New.
7568 (4): New abbrev.
7569 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7570 Use prepare_for_testing, remove clean_restart.
7571 (p arraynoloc, p arraycallnoloc): New tests.
7572
9ec72168
JK
75732011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7574
7575 * gdb.cp/namespace-enum.exp (executable): New variable.
7576 (binfile): Use ${objdir}/${subdir}/ prefix.
7577 Use ${executable} for clean_restart.
7578
9c6c53f7
SA
75792011-10-11 Sterling Augustine <saugustine@google.com>
7580
7581 * gdb.cp/Makefile.in: Add namespace-enum test.
7582 * gdb.cp/namespace-enum.exp: New file.
7583 * gdb.cp/namespace-enum.c: New file.
7584 * gdb.cp/namespace-enum-main.c: New file.
7585
fac7ceb3
UW
75862011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
7587
7588 * gdb.python/py-shared.exp: Relax filename check to handle remote:
7589 sysroot.
7590
941b2081
JK
75912011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7592
7593 Reimplement @entry in input expressions.
7594 * gdb.base/exprs.c (v_int_array_init): New variable.
7595 * gdb.base/exprs.exp (print v_int_array_init)
7596 (print *v_int_array_init@1, print *v_int_array_init@2)
7597 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
7598 (print v_int_array_init[1]@1): New tests.
7599
0344e878
JM
76002011-10-10 Joseph Myers <joseph@codesourcery.com>
7601
7602 * gdb.cp/gdb2495.exp: Do not include directories in filename in
7603 expected message.
7604
5a56e9c5
DE
76052011-10-09 Doug Evans <dje@google.com>
7606
7607 * gdb.base/alias.exp: Add tests for alias command.
7608
2bda9cc5
JK
76092011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7610
7611 * gdb.arch/amd64-entry-value.s: New file.
7612 * gdb.mi/mi2-amd64-entry-value.s: New file.
7613
a471c594
JK
76142011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7615
7616 Display @entry parameter values even for references.
7617 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
7618 functions.
7619 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
7620 reference and datap_input.
7621 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
7622 breakpoints.
7623 (continue to breakpoint: entry_reference: reference)
7624 (entry_reference: bt at entry)
7625 (continue to breakpoint: entry_reference: breakhere_reference)
7626 (entry_reference: bt, entry_reference: ptype regparam)
7627 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
7628 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
7629 (entry_reference: p regcopy, entry_reference: p nodataparam)
7630 (entry_reference: p nodataparam@entry): New tests.
7631
36b11add
JK
76322011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7633
7634 Support @entry in input expressions.
7635 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7636 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7637 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7638 (tailcall: p j@entry): New tests.
7639 * gdb.cp/koenig.cc (A::entry): New function.
7640 (main): Call it.
7641 * gdb.cp/koenig.exp (p entry (c)): New test.
7642
e18b2753
JK
76432011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 Display @entry parameter values (without references).
7646 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7647 (different, validity, invalid): New functions.
7648 (main): Call them.
7649 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7650 stacktest, breakhere_stacktest, different, breakhere_different,
7651 breakhere_validity and breakhere_invalid.
7652 (entry: bt): Update for @entry.
7653 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7654 (entry_validity: *, entry_invalid: *): Many new tests.
7655 * gdb.base/break.exp
7656 (run until breakpoint set at small function, optimized file): Accept
7657 also the @entry suffix.
7658 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7659 * gdb.mi/mi2-amd64-entry-value.c: New files.
7660 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7661
2d6c5dc2
JK
76622011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7663
7664 Protect entry values against self tail calls.
7665 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7666 (main): Call self.
7667 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7668 (set debug entry-values 1, self: bt debug entry-values): New tests.
7669
111c6489
JK
76702011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7671
7672 Recognize virtual tail call frames.
7673 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7674 (amb_b, amb_a): New.
7675 (main): Call a and b.
7676 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7677 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7678 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7679 New tests.
7680
8e3b41a9
JK
76812011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7682
7683 Implement basic support for DW_TAG_GNU_call_site.
7684 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7685 * gdb.arch/amd64-entry-value.cc: New file.
7686 * gdb.arch/amd64-entry-value.exp: New file.
7687
181cebd4
JK
76882011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7689
7690 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7691 * gdb.dwarf2/implptr-64bit.S: New file.
7692 * gdb.dwarf2/implptr-64bit.exp: New file.
7693
741f5e3c
JK
76942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7695
7696 Fix initial language detection with -readnow.
7697 * gdb.cp/readnow-language.cc: New file.
7698 * gdb.cp/readnow-language.exp: New file.
7699
a73d2258
JK
77002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7701
7702 Fix printed anonymous struct name.
7703 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7704
af369495
JM
77052011-10-09 Joseph Myers <joseph@codesourcery.com>
7706
7707 * gdb.base/solib-symbol.exp: Do not include directories in
7708 filenames in expected messages.
7709
1fa57852
DE
77102011-10-07 Doug Evans <dje@google.com>
7711
7712 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7713
bd054e06
KP
77142011-10-07 Kevin Pouget <kevin.pouget@st.com>
7715
7716 Allow Python notification of new object-file loadings.
7717 * gdb.python/py-events.exp: Test newobjfile event.
7718 * gdb.python/py-events.py: Register newobjfile callback.
7719 * gdb.python/py-events.c: Add call to shared library
7720 * gdb.python/py-events-shlib.c: New file.
7721
8031b6f8
JM
77222011-10-06 Joseph Myers <joseph@codesourcery.com>
7723
7724 * gdb.base/fixsection.exp: Do not include directories in filename
7725 in expected message.
7726
7fea6923
PM
77272011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7728
7729 Add tests for passing of environment variables to inferior.
7730 * gdb.base/testenv.c: New test source.
7731 * gdb.base/testenv.exp: New expect test.
7732
687f2a88
PK
77332011-10-04 Paul Koning <paul_koning@dell.com>
7734
7735 * gdb.python/py-value.c (main): Break before return.
7736
cb6be26b
KP
77372011-10-04 Kevin Pouget <kevin.pouget@st.com>
7738
7739 PR python/12691: Add the inferior to Python exited event
7740 * gdb.python/py-events.exp: Test the inferior attribute of exited
7741 event with a fork.
7742 * gdb.python/py-events.py: Print inferior number on exit.
7743 * gdb.python/py-events.c: Fork the inferior.
7744
fb213700
EBM
77452011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7746
7747 * gdb.base/jit.exp: Add testcase name to log message
7748
aa2071bd
PK
77492011-10-03 Paul Koning <paul_koning@dell.com>
7750 Jan Kratochvil <jan.kratochvil@redhat.com>
7751
7752 * gdb.python/py-value.exp
7753 (python inval = gdb.parse_and_eval('*(int*)0'))
7754 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7755 (set argc=2, python print argc_lazy): New tests.
7756
dd11a36c
JB
77572011-10-02 Joel Brobecker <brobecker@adacore.com>
7758
7759 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7760
46f886f1
JK
77612011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7762 Pedro Alves <pedro@codesourcery.com>
7763
7764 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7765 can_read_0, test for it.
7766 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7767 (parse_and_eval with memory error): ... here, make it untested if
7768 can_read_0.
7769
c5cb204f
MP
77702011-09-30 Marek Polacek <mpolacek@redhat.com>
7771
7772 * gdb.python/python.exp (verify pagination beforehand)
7773 (verify pagination afterwards): Fix race by splitting the line.
7774
68fb0ec0
JM
77752011-09-29 Joseph Myers <joseph@codesourcery.com>
7776
7777 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7778 for 64-bit multilibs from i?86-* targets.
7779
6aee0d90
MP
77802011-09-29 Marek Polacek <mpolacek@redhat.com>
7781
7782 * lib/gdb.exp: Fix a typo in one of the comments.
7783
e9101ff5
MP
77842011-09-29 Marek Polacek <mpolacek@redhat.com>
7785
7786 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7787 matching pattern.
7788
7a81bdbf
PK
77892011-09-28 Paul Koning <paul_koning@dell.com>
7790
7791 * gdb.python/py-type.c (enum E): New.
7792 * gdb.python/py-type.exp (test_fields): Add tests for Python
7793 mapping access to fields.
7794 (test_enums): New test for field access on enums.
7795
6710bf39
SS
77962011-09-27 Stan Shebs <stan@codesourcery.com>
7797
7798 * gdb.trace/collection.exp: Test collection of $_ret.
7799
b2a6bdeb
AT
78002011-09-22 Andreas Tobler <andreast@fgznet.ch>
7801
7802 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7803 list of compilation switches for <*-*-freebsd*>.
7804
3c9057f3
SS
78052011-09-19 Stan Shebs <stan@codesourcery.com>
7806
7807 * gdb.trace/tspeed.exp: New file.
7808 * gdb.trace/tspeed.c: New file.
7809
34518530
YQ
78102011-09-18 Yao Qi <yao@codesourcery.com>
7811
7812 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7813 instructions.
7814 (test_adr_32bit, test_pop_pc): Likewise.
7815 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7816 Thumb instructions.
7817 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7818 in gdb_test_multiple.
7819 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7820
ab254057
YQ
78212011-09-17 Yao Qi <yao@codesourcery.com>
7822
7823 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7824 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7825 support single step to signal handler.
7826
9c317b71
YQ
78272011-09-17 Yao Qi <yao@codesourcery.com>
7828
7829 * gdb.base/disp-step-fork.c: New.
7830 * gdb.base/disp-step-syscall.exp: New.
7831 * gdb.base/disp-step-vfork.c: New.
7832
a8123151
JB
78332011-09-16 Joel Brobecker <brobecker@adacore.com>
7834
7835 * gdb.ada/tasks.exp: Make the expected output for
7836 the `info tasks' tests more resilient to spacing
7837 changes.
7838
63a9aad8
JK
78392011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7840
7841 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7842 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7843
2aa48337
KP
78442011-09-15 Kevin Pouget <kevin.pouget@st.com>
7845
7846 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7847 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7848
6839b47f
KP
78492011-04-30 Kevin Pouget <kevin.pouget@st.com>
7850
7851 Handle multiple breakpoint hits in Python interface:
7852 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7853 presence.
7854 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7855 breakpoint hits.
7856
0935723e
JK
78572011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7858 Jan Kratochvil <jan.kratochvil@redhat.com>
7859
7860 * gdb.python/py-events.exp: Remove pretty printing comment.
7861 * gdb.python/py-evsignal.exp: New file.
7862 * gdb.python/py-evthreads.c: Include signal.h.
7863 (thread3): Remove variable count3. Remove variable bad and use raise
7864 instead.
7865 (thread2): Remove variable count2. Move thread3 pthread_create here,
7866 merge pthread_join to a single line.
7867 (main): Remove variable count1. Merge pthread_join with pthread_create
7868 to a single line.
7869 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7870 KFAIL python/12966 for gdbserver. Test return value of
7871 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7872 gdb_expect by gdb_test and gdb_test_multiple.
7873 (thread 2, thread 3): New tests.
7874
4801a9a3
PA
78752011-09-12 Matt Rice <ratmice@gmail.com>
7876 Pedro Alves <pedro@codesourcery.com>
7877
7878 PR gdb/13175
7879
7880 * gdb.base/interp.exp: New tests.
7881 * gdb.base/interp.c: New file.
7882
24ece742
DE
78832011-09-12 Doug Evans <dje@google.com>
7884
7885 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7886 * gdb.dwarf2/typeddwarf.exp: Ditto.
7887
7f062217
JK
78882011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7889
7890 Fix compatibility with x32 arch.
7891 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7892 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7893 is_x86_like_target.
7894 * testsuite/gdb.trace/collection.exp: Likewise.
7895 * testsuite/gdb.trace/report.exp: Likewise.
7896 * testsuite/gdb.trace/unavailable.exp: Likewise.
7897 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7898 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7899 (is_x86_like_target): Check also is_amd64_regs_target.
7900
08711b9a
JK
79012011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7902
7903 PR breakpoints/12435
7904 * gdb.arch/amd64-prologue-xmm.c: New file.
7905 * gdb.arch/amd64-prologue-xmm.exp: New file.
7906 * gdb.arch/amd64-prologue-xmm.s: New file.
7907
b99b5f66
JK
79082011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7909
7910 * gdb.dwarf2/dw2-param-error-main.c: New file.
7911 * gdb.dwarf2/dw2-param-error.S: New file.
7912 * gdb.dwarf2/dw2-param-error.exp: New file.
7913
a391a2f6
PA
79142011-09-08 Pedro Alves <pedro@codesourcery.com>
7915
7916 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7917 inferior's pid and look for a core dump named core.$pid. Use
7918 `remote_file' commands on the host instead of hand coding shell
7919 commands on the build.
7920 * gdb.base/valgrind-db-attach.exp: Kill the program before
7921 finishing the test.
7922
7d8e6458 79232011-09-02 Matt Rice <ratmice@gmail.com>
7924
7925 * lib/prompt.exp: New file for testing the first prompt.
7926 * gdb.python/py-prompt.exp: Ditto.
7927 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7928
68e77c9e
PA
79292011-09-02 Pedro Alves <pedro@codesourcery.com>
7930
7931 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7932 0, before testing gcore.
7933
9655e943
JK
79342011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7935
df6dc84d
JK
7936 * dw2-ifort-parameter-debug.S: Update copyright year.
7937 * dw2-ifort-parameter.c: Update copyright year.
7938 * dw2-ifort-parameter.exp: Update copyright year.
7939
9655e943
JK
7940 * dw2-ifort-parameter-debug.S: New file.
7941 * dw2-ifort-parameter.c: New file.
7942 * dw2-ifort-parameter.exp: New file.
7943
353d1d73
JK
79442011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7945
7946 * gdb.base/commands.exp (error_clears_commands_left): New function.
7947 (): Call it.
7948
5c07461a
JK
79492011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7950
7951 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7952 (C): Initialize `a'.
7953 * gdb.mi/mi-inheritance-syntax-error.exp
7954 (-data-evaluate-expression $path): Expect `a' as 5.
7955
0d932b2f
MK
79562011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7957
7958 PR mi/11912
7959 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7960 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7961 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7962 keyword in output of -var-info-path-expression.
7963
bdb54049
JK
79642011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7965
7966 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7967 * gdb.trace/collection.exp: Likewise.
7968 * gdb.trace/report.exp: Likewise.
7969 * gdb.trace/unavailable.exp: Likewise.
7970 * gdb.trace/while-dyn.exp: Likewise.
7971
59cde39c
KS
79722011-08-18 Keith Seitz <keiths@redhat.com>
7973
7974 PR c++/12266
7975 * gdb.cp/meth-typedefs.cc: New file.
7976 * gdb.cp/meth-typedefs.exp: New file.
7977
fa3a4f15
PM
79782011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7979
6fdff2c5 7980 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 7981
c1049fca
JK
79822011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7983
7984 * gdb.arch/i386-dr3-watch.exp
7985 (watchpoint on gap1 does not fit debug registers)
7986 (delete all watchpoints): Fix racy expect strings.
7987
d93f7b5c
YQ
79882011-08-14 Yao Qi <yao@codesourcery.com>
7989
7990 * gdb.base/maint.exp: set data_section to ".neardata".
7991 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7992 * gdb.base/savedregs.exp: Handle SIGILL.
7993 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7994 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7995
457e09f0
DE
79962011-08-12 Doug Evans <dje@google.com>
7997
7998 * gdb.python/py-symbol.exp: Add test for symbol.type.
7999
5d0bb2fb
UW
80002011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8001
8002 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8003 * gdb.mi/mi-pthreads.exp: Likewise.
8004 * gdb.mi/mi2-pthreads.exp: Likewise.
8005 * gdb.mi/gdb669.exp.exp: Likewise.
8006
fcdfa280
PA
80072011-08-09 Pedro Alves <pedro@codesourcery.com>
8008
8009 * lib/mi-support.exp (detect_async): Rename to...
8010 (mi_detect_async): ... this.
8011 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8012 * gdb.mi/mi-nonstop.exp: Adjust.
8013 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8014 * gdb.mi/mi-nsintrall.exp: Adjust.
8015 * gdb.mi/mi-nsmoribund.exp: Adjust.
8016 * gdb.mi/mi-nsthrexec.exp: Adjust.
8017
9d8fa392
PA
80182011-08-09 Pedro Alves <pedro@codesourcery.com>
8019
8020 * gdb.base/display.c (do_loops): New `p_i' local.
8021 * gdb.base/display.exp: Test displaying a variable that is
8022 temporarily at a bad address.
8023
b6cede78
JK
80242011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8025
8026 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8027 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8028
67bedb8c
JK
80292011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8030
8031 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
8032 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8033 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 8034
af6e93b2
PA
80352011-08-05 Pedro Alves <pedro@codesourcery.com>
8036
8037 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8038 procedure.
8039 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8040
1cf0e11f
YQ
80412011-08-05 Yao Qi <yao@codesourcery.com>
8042
8043 * gdb.base/callfuncs.exp: Set language after main.
8044 * gdb.cp/cplusfuncs.exp: Likewise.
8045 * gdb.cp/inherit.exp: Likewise.
8046
a1e28cb2
UW
80472011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8048
8049 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8050 * gdb.base/watch-vfork.exp: Skip on remote targets.
8051
d4f5bbb9
UW
80522011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8053
8054 * gdb.threads/thread-find.exp: Support remote targets.
8055
724f4f80
UW
80562011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8057
8058 * gdb.base/jit.exp: Download solib_binfile to target.
8059 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8060 and call dlopen without full path name.
8061 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8062 dlopen without full path name.
8063
934709f0
PW
80642011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8065
8066 * gdb.base/break-always.exp: Complete the test
8067 with duplicated breakpoints and enabling/disabling them.
8068
c26106c4
TT
80692011-08-02 Tom Tromey <tromey@redhat.com>
8070
8071 PR gdb/11289:
8072 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8073
9300444e 80742011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
8075
8076 PR gdb/13045
8077 * gdb.base/float.exp: Add new test case for PR gdb/13045
8078 * gdb.base/float.c: New file.
8079
00bd41d6
PM
80802011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8081
8082 * gdb.python/py-mi.exp: Test printers returning string hint, and
8083 also not returning a value.
8084 * gdb.python/py-prettyprint.c: Add testcase for above.
8085 * gdb.python/py-prettyprint.py: Add test printer for above.
8086
d24f74ce
JK
80872011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8088
8089 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8090 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8091 (.Ldie30) Add as field "data4".
8092 (.Ldie32) Rename field "b" to "shl".
8093 (abbrev4) Change for the "data4" field.
8094 (abbrev5, abbrev6) Remove.
8095 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8096 (p &s.shl): ... here. Add comment.
8097 (p &s.data4): New.
8098
bb7da2bf
JK
80992011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8100
8101 Fix crash on lval_computed values.
8102 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8103
11081198
JK
81042011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8105
8106 * gdb.base/help.exp (help whatis): Update the expected string.
8107
3c6e0cb3
JK
81082011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8109
8110 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8111 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8112 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8113 Change the expected string.
8114
efa80663
PA
81152011-07-26 Pedro Alves <pedro@codesourcery.com>
8116
8117 * gdb.base/watchpoint.exp
8118 (test_disable_enable_software_watchpoint): New procedure.
8119 (top level): Run it.
8120
db8e4570
UW
81212011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8122
8123 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8124 executable file "${binfile}", C++ version "${binfile}-cxx".
8125 * gdb.python/py-prettyprint.exp: Likewise.
8126 * gdb.python/py-symbol.exp: Likewise.
8127 * gdb.python/py-type.exp: Likewise.
8128 * gdb.python/py-value.exp: Likewise.
8129 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8130 file name instead of just suffix.
8131
543305c9
JK
81322011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8133
8134 Fix implicit pointer offsets.
8135 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8136 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8137 (continue to breakpoint: continue to baz breakpoint for implptr)
8138 (sanity check element 0, sanity check element 1)
8139 (enter the inlined function, check element 0 for the offset)
8140 (check element 1 for the offset)
8141 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8142 (set foo breakpoint for implptr): Update the breakpoint number.
8143
b3215adc
UW
81442011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8145
8146 * gdb.python/py-mi.exp: Use different file names for different
8147 versions of the executable under test.
8148 * gdb.python/py-prettyprint.exp: Likewise.
8149 * gdb.python/py-symbol.exp: Likewise.
8150 * gdb.python/py-template.exp: Likewise.
8151 * gdb.python/py-type.exp: Likewise.
8152 * gdb.python/py-value.exp: Likewise.
8153
182b9acc
UW
81542011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8155
8156 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8157 flag after restarting GDB if necessary.
8158
e6052b5d
UW
81592011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8160
8161 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8162
1ced966e
PA
81632011-07-22 Pedro Alves <pedro@codesourcery.com>
8164
8165 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8166 backend doesn't leave used debug registers behind.
8167
3543a589
TT
81682011-07-22 Tom Tromey <tromey@redhat.com>
8169
8170 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8171 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8172 argument.
8173 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8174
14d15303 81752011-07-21 Matt Rice <ratmice@gmail.com>
8176
8177 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8178 in mostlyclean rule. Add files ending in .core.
8179
9b158ba0 81802011-07-21 Matt Rice <ratmice@gmail.com>
8181
8182 PR macros/12999
8183 * gdb.base/info-macros.c: New test sources.
8184 * gdb.base/info-macros.exp: New tests.
8185
d17b6f81
PM
81862011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8187
8188 * gdb.python/python.exp: Add prompt substitution tests.
8189
918dd910
JK
81902011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8191
8192 Fix crash if referenced CU is aged out.
8193 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8194 New.
8195 * gdb.dwarf2/implptr.exp: Likewise.
8196
0e37a63c
JK
81972011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8198
8199 * gdb.dwarf2/implptr.S: Rebuilt.
8200 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8201 (bar): Use them for j, k, l.
8202 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8203 COMPILE.
8204 (print j in implptr:bar): Update for the intp typedef.
8205 (print p[0].x in implptr:foo): Use more exact regex.
8206
f65cf84c
TT
82072011-07-18 Tom Tromey <tromey@redhat.com>
8208
8209 * gdb.cp/static-method.exp: Add missing single quote.
8210
d5b4a7be
YQ
82112011-07-18 Yao Qi <yao@codesourcery.com>
8212
8213 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8214 supported.
8215 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8216 * gdb.mi/mi-nonstop.exp: Likewise.
8217 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8218 * gdb.mi/mi-nsintrall.exp: Likewise.
8219 * gdb.mi/mi-nsmoribund.exp: Likewise.
8220 * gdb.mi/mi-nsthrexec.exp: Likewise.
8221 * gdb.python/py-evthreads.exp: Likewise.
8222
e9ea2662
JK
82232011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8224
8225 Code cleanup.
8226 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8227 it. Substitute it instead of test_compiler_info everywhere.
8228
ce451573
UW
82292011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8230
8231 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8232 remote targets as well.
8233
756d88a7
UW
82342011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8235
8236 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8237 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8238
31f83dc5
UW
82392011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8240
8241 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8242 a remote machine, not the host.
8243 (gdb_compile_shlib): Set soname if target is remote.
8244
059241a0
PP
82452011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8246
8247 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8248
28a0b48c 82492011-07-13 Matt Rice <ratmice@gmail.com>
8250
8251 * gdb.python/py-objfile-script-gdb.py: Renamed to
8252 py-objfile-script-gdb.py.in.
8253 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8254 py-objfile-script-gdb.py.
8255 * gdb.python/py-objfile-script.exp: Update reference to
8256 py-objfile-script-gdb.py.
8257
9a771b67
JK
82582011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8259
8260 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8261 reference undefined label.
8262
04ad99e6
JK
82632011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8264
8265 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8266 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8267 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8268 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8269
713389e0
PM
82702011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8271
6fdff2c5 8272 PR python/12438
713389e0 8273 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 8274 deprecated tests. Add set/show python print-backtrace tests.
713389e0 8275
97d146f8
JK
82762011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8277
8278 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8279 debug info.
8280
facde0e5 82812011-07-06 Matt Rice <ratmice@gmail.com>
8282
8283 * gdb.python/python.exp: Update filename paths.
8284 * gdb.python/py-symtab.exp: Ditto.
8285
438640d1
MP
82862011-07-06 Marek Polacek <mpolacek@redhat.com>
8287
8288 * gdb.python/py-evthreads.exp: Add missing `$'.
8289
33a365df
MF
82902011-07-06 Jie Zhang <jie.zhang@analog.com>
8291
8292 * config/bfin.exp: New file.
8293 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
8294 * gdb.asm/bfin.inc: New file.
8295
8f7ae686
MP
82962011-07-06 Marek Polacek <mpolacek@redhat.com>
8297
df46027d 8298 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
8299 the whole output.
8300
eb2a6f42
TT
83012011-07-05 Tom Tromey <tromey@redhat.com>
8302
8303 * gdb.java/jprint.java (jprint.hi): New field.
8304 * gdb.java/jprint.exp: Print string.
8305
177b42fe
TJB
83062011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
8307
8308 * gdb.base/call-sc.c: Fix typos.
8309 * gdb.base/ifelse.exp: Likewise.
8310 * gdb.base/structs.c: Likewise.
8311
3b2a0cf2
JB
83122011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8313
8314 * gdb.base/jit-so.exp: New test.
8315 * gdb.base/jit-dlmain.c: New file.
8316 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
8317
46fc714c
JK
83182011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
8321 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
8322 * gdb.cp/pr9167.exp (p b): Likewise.
8323 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
8324 (test value of P in inner_m, test type of Z in inner_m): Call
8325 setup_xfail for gcc <= 4.5.
46fc714c 8326
418c7cf7
JK
83272011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8328
8329 * gdb.cp/paren-type.cc: New files.
8330 * gdb.cp/paren-type.exp: New files.
8331
3d50dd94
JK
83322011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8333
8334 Stop on first linespec terminator instead of eating what we can.
8335 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
8336 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
8337 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
8338 (break C::f()): ... this one.
8339 (break C::operator()()): New test.
8340 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
8341 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
8342 test.
8343
dcf9f4ab
JK
83442011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8345
8346 Fall back linespec to minimal symbols.
8347 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
8348 error message.
8349 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
8350 * gdb.cp/minsym-fallback-main.cc: New file.
8351 * gdb.cp/minsym-fallback.cc: New file.
8352 * gdb.cp/minsym-fallback.exp: New file.
8353 * gdb.cp/minsym-fallback.h: New file.
8354
3f542ed1
JK
83552011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * gdb.cp/no-dmgl-verbose.cc: New file.
8358 * gdb.cp/no-dmgl-verbose.exp: New file.
8359
83602011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
8361
8362 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
8363 __GI_.
8364 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
8365 (f): New function.
8366 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
8367 (complete p 'func<short>(): ... here.
8368 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
8369 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
8370 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
8371 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
8372 Make them KFAIL gcc/49546.
8373
00eb2c4a
JB
83742011-07-01 Joel Brobecker <brobecker@adacore.com>
8375
8376 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
8377
85a20c42
JK
83782011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8379
8380 Test GCC PR debug/49546.
8381 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
8382 (test type of F in k3_m, test value of F in k3_m): New.
8383 * gdb.cp/temargs.cc (struct S3, struct K3): New.
8384 (main): New variable k3. Call k3.k3_m.
8385
d2d43431
JB
83862011-07-01 Jean-Charles Delay <delay@adacore.com>
8387
8388 * gdb.ada/packed_array.exp: Fix expected outout.
8389
54ae186f
JB
83902011-07-01 Jean-Charles Delay <delay@adacore.com>
8391
8392 * gdb.ada/packed_array.exp: fixed expected output.
8393
8f17729f
JB
83942011-07-01 Joel Brobecker <brobecker@adacore.com>
8395
8396 * gdb.ada/same_enum: New testcase.
8397
f5aa6869
JB
83982011-07-01 Joel Brobecker <brobecker@adacore.com>
8399
8400 * gdb.ada/ptr_typedef: New testcase.
8401
828292f2
JB
84022011-07-01 Joel Brobecker <brobecker@adacore.com>
8403
8404 * gdb.ada/arrayptr.exp: Add ptype test.
8405
18920c42
JB
84062011-07-01 Joel Brobecker <brobecker@adacore.com>
8407
8408 * gdb.ada/char_enum: New testcase.
8409
3536d9e3 84102011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
8411
8412 * gdb.base/dump.exp (capture_pointer_with_type): New.
8413 Get value from address instead of name.
8414 Start GDB once, and do `dump' and `restore'
8415 tests together.
8416
db863c42
MF
84172011-06-30 Jie Zhang <jie.zhang@analog.com>
8418 Mike Frysinger <vapier@gentoo.org>
8419
8420 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
8421 helper functions for getting/setting remotetimeout variable.
8422 * lib/gdb.exp (gdb_load): If the target is remote, set
8423 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
8424 with $loadtimeout. Set $load_ok to 0 before doing the load.
8425 Instead of returning, immediately, set $load_ok to 0. Call
8426 set_remotetimeout with $oldremotetimeout, and then return if
8427 $load_ok is 1.
8428
e9e642a8
AB
84292011-06-30 Andrew Burgess <aburgess@broadcom.com>
8430
8431 * gdb.python/py-template.exp: Don't run this test if the target
8432 does not support c++ tests.
8433
32019081
JK
84342011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8435
8436 Fix non-only rename list for Fortran modules import.
8437 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8438 tests.
8439 * gdb.fortran/module.f90 (module moduse): New.
8440 (program module): use moduse, test var_x, var_y and var_z.
8441
0ecee54c
TT
84422011-06-29 Tom Tromey <tromey@redhat.com>
8443
8444 PR testsuite/12040:
8445 * gdb.fortran/array-element.exp: Use f90, not f77.
8446 * gdb.fortran/complex.exp: Use f90, not f77.
8447 * gdb.fortran/derived-type.exp: Use f90, not f77.
8448 * gdb.fortran/library-module.exp: Use f90, not f77.
8449 * gdb.fortran/logical.exp: Use f90, not f77.
8450 * gdb.fortran/module.exp: Use f90, not f77.
8451 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8452 * gdb.fortran/subarray.exp: Use f90, not f77.
8453
3b2b8fea
TT
84542011-06-29 Tom Tromey <tromey@redhat.com>
8455
8456 * gdb.fortran/charset.exp: New file.
8457 * gdb.fortran/charset.f90: New file.
8458
42159ca5
TT
84592011-06-29 Tom Tromey <tromey@redhat.com>
8460
8461 PR testsuite/12040:
8462 * lib/future.exp: New file, mostly extracted from ada.exp.
8463 Rewrote compatibility code to use rename.
8464 (gdb_find_gfortran): New proc.
8465 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8466 gfortran patch.
8467 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8468 Move to future.exp.
8469 * lib/gdb.exp: Always load future.exp.
8470
af69a5ce
YQ
84712011-06-28 Yao Qi <yao@codesourcery.com>
8472
8473 * gdb.cp/exception.cc: Don't include iostream.
8474 (bar): Remove print statement.
8475 (catcher): New.
8476 (main): Remove print statements. Call function catcher.
8477 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8478 Set breakpoint on catcher, and check the value of parameter.
8479
ab5c6a72
YQ
84802011-06-23 Yao Qi <yao@codesourcery.com>
8481
6fdff2c5
PA
8482 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8483 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 8484
9497469f
MP
84852011-06-23 Marek Polacek <mpolacek@redhat.com>
8486
8487 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8488 mi_gdb_test.
8489
b9132588
MP
84902011-06-23 Marek Polacek <mpolacek@redhat.com>
8491
5d197ed0 8492 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 8493
e55595ca
MP
84942011-06-23 Marek Polacek <mpolacek@redhat.com>
8495
5d197ed0
MP
8496 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8497
84982011-06-23 Marek Polacek <mpolacek@redhat.com>
8499
8500 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8501 `test_exec_and_symbol_mi_operatons' return value.
8502 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8503 gdb_test_multiple.
8504 (test_exec_and_symbol_mi_operatons): Likewise.
8505 (test_path_specification): Likewise.
e55595ca 8506
be777e08
YQ
85072011-06-23 Yao Qi <yao@codesourcery.com>
8508
8509 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8510 supported.
8511 * lib/gdb.exp (support_displaced_stepping): New.
8512
615556d6
YQ
85132011-06-23 Yao Qi <yao@codesourcery.com>
8514
8515 * gdb.threads/execl.exp: Skip on remote target.
8516
833b0ca7
MP
85172011-06-21 Marek Polacek <mpolacek@redhat.com>
8518
5d197ed0 8519 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
8520 mi_gdb_test.
8521
1ee4023a
MP
85222011-06-20 Marek Polacek <mpolacek@redhat.com>
8523
5d197ed0 8524 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 8525
d0b1d624
MP
85262011-06-20 Marek Polacek <mpolacek@redhat.com>
8527
5d197ed0 8528 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
8529 mi_gdb_test.
8530
79aa92c1
MP
85312011-06-20 Marek Polacek <mpolacek@redhat.com>
8532
5d197ed0 8533 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 8534
5ce5db06
YQ
85352011-06-14 Yao Qi <yao@codesourcery.com>
8536
8537 gdb/testsuite/
8538 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8539
533a737e
JK
85402011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8541
8542 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8543
d0e53741
TT
85442011-06-10 Tom Tromey <tromey@redhat.com>
8545
8546 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8547 Add tests for pointer-to-member-function.
8548 * gdb.cp/temargs.cc (S::somefunc): New function.
8549 (K2): New class.
8550 (main): Instantiate K2; call method.
8551
b5916bbd
JB
85522011-06-08 Joel Brobecker <brobecker@adacore.com>
8553
8554 * gdb.python/py-inferior.c (f2): Make str an array rather
8555 than a pointer.
8556 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8557
5be4dfca
JK
85582011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8559
8560 * gdb.base/async-shell.c: New file.
8561 * gdb.base/async-shell.exp: New file.
8562
9f47e254
PA
85632011-06-06 Pedro Alves <pedro@codesourcery.com>
8564
8565 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8566
64b9b334
JB
85672011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8568
8569 From Stephen Kitt <steve@sk2.org>
8570 * gdb.base/help.exp: Adjust following some spelling corrections
8571 in GDB.
8572
dbc0f131
YQ
85732011-06-01 Yao Qi <yao@codesourcery.com>
8574
8575 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8576
fd336a18
KS
85772010-05-31 Keith Seitz <keiths@redhat.com>
8578
8579 PR c++/12750
8580 * gdb.cp/static-method.cc: New file.
8581 * gdb.cp/static-method.exp: New file.
8582
fa8b9902
KS
85832010-05-31 Keith Seitz <keiths@redhat.com>
8584
8585 PR symtab/12704
8586 * gdb.cp/anon-ns.cc: New file.
8587 * gdb.cp/anon-ns.exp: New file.
8588
0a5b1e09
PA
85892011-05-31 Pedro Alves <pedro@codesourcery.com>
8590
8591 * gdb.arch/i386-dr3-watch.c: New file.
8592 * gdb.arch/i386-dr3-watch.exp: New file.
8593
0578b8d1
YQ
85942011-05-30 Yao Qi <yao@codesourcery.com>
8595
8596 * gdb.base/callfuncs.c (t_structs_fc): New.
8597 (t_structs_dc, t_structs_ldc): New.
8598 (t_double_many_args):
8599 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
8600 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
8601 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
8602 * gdb.base/callfuncs.exp: Call new functions.
8603
6680506e
YQ
86042011-05-30 Yao Qi <yao@codesourcery.com>
8605
ff4d2c60
YQ
8606 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
8607 Call rerun_and_prepare for each test to isolate effects.
8608
86092011-05-30 Yao Qi <yao@codesourcery.com>
8610
8611 * gdb.base/varargs.c (find_max_float_real): New.
8612 (find_max_double_real, find_max_long_double_real): New.
8613 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
8614 * lib/gdb.exp (setup_kfail_for_target): New.
8615
e43ec454
YQ
86162011-05-30 Yao Qi <yao@codesourcery.com>
8617
8618 * gdb.base/funcargs.c (callca, callcb, callcc): New.
8619 (callcd, callce, callcf, callc1a, callc1b): New.
8620 (callc2a, callc2b): New.
8621 * gdb.base/funcargs.exp (complex_args): New.
8622 (complex_integral_args, complex_float_integral_args): New.
8623 * lib/gdb.exp (support_complex_tests): New. Determine
8624 whether to run test cases on _Complex types.
8625
432b4d03
JK
86262011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8627
8628 * gdb.threads/leader-exit.c: New file.
8629 * gdb.threads/leader-exit.exp: New file.
8630
6caf069d
MP
86312011-05-27 Marek Polacek <mpolacek@redhat.com>
8632
9497469f 8633 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 8634
97fce28b
MP
86352011-05-27 Marek Polacek <mpolacek@redhat.com>
8636
8637 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8638 remove the `supported' variable.
8639 * gdb.mi/mi-nonstop.exp: Likewise.
8640 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8641 * gdb.mi/mi-nsintrall.exp: Likewise.
8642 * gdb.mi/mi-nsmoribund.exp: Likewise.
8643 * gdb.mi/mi-nsthrexec.exp: Likewise.
8644
9da8c2a0
PA
86452011-05-26 Pedro Alves <pedro@codesourcery.com>
8646
8647 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8648
2c03e5be
PA
86492011-05-26 Pedro Alves <pedro@codesourcery.com>
8650
8651 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8652
2e21250d
KS
86532011-05-24 Keith Seitz <keiths@redhat.com>
8654
8655 PR breakpoint/12803
8656 * gdb.cp/cmpd-minsyms.cc (a): New method.
8657 (b): New method.
8658 (c): New method.
8659 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8660
cdac0397
PA
86612011-05-24 Pedro Alves <pedro@codesourcery.com>
8662
8663 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8664 watchpoint's command list didn't execute when the watchpoint went
8665 out of scope.
8666
ee5683ab
PM
86672011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8668
8669 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8670 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8671 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8672 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8673 * gdb.arch/i386-permbkpt.exp: Likewise.
8674 * gdb.arch/i386-prologue.exp: Likewise.
8675 * gdb.arch/i386-size-overlap.exp: Likewise.
8676 * gdb.arch/i386-size.exp: Likewise.
8677 * gdb.arch/i386-unwind.exp: Likewise.
8678 * gdb.reverse/i386-precsave.exp: Likewise.
8679 * gdb.reverse/i386-reverse.exp: Likewise.
8680 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8681 * gdb.reverse/i387-env-reverse.exp: Likewise.
8682 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8683
c91c8c16
PA
86842011-05-24 Pedro Alves <pedro@codesourcery.com>
8685
8686 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8687 file doesn't error, using MI.
8688
c50491a7
TT
86892011-05-23 Tom Tromey <tromey@redhat.com>
8690
8691 * gdb.base/charset.exp (string_display): Add tests to assign to
8692 arrays.
8693 * gdb.base/charset.c (short_array, int_array, long_array): New.
8694
4a07b7da
PA
86952011-05-20 Pedro Alves <pedro@codesourcery.com>
8696
8697 Cope with async mode.
8698
4a07b7da
PA
8699 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8700 into gdb_test + mi_expect_stop.
8701
b275f2d2
PA
87022011-05-20 Pedro Alves <pedro@codesourcery.com>
8703
8704 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8705 (callme): Remove printf call.
8706
eec52c44
PM
87072011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8708
8709 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8710 quote pattern to avoid problems with Cygwin/mingw expect versions.
8711 * gdb.base/default.exp (show convenience): Use double
8712 quote pattern for regular expressions.
8713
b3c8eb43
JK
87142011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8715
8716 Fix -readnow for -gdwarf-4 unused type units.
8717 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8718 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8719
ed731959
JK
87202011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8721
8722 * gdb.base/kill-after-signal.c: New file.
8723 * gdb.base/kill-after-signal.exp: New file.
8724
3b48433d
PA
87252011-05-16 Pedro Alves <pedro@codesourcery.com>
8726
8727 * gdb.ada/start.exp: Call untested with the correct test filename.
8728 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8729 test filename. Make the test's binary unique.
8730 * gdb.arch/i386-signal.exp: Call untested with the correct test
8731 filename.
8732 * gdb.arch/i386-size-overlap.exp: Ditto.
8733 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8734 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8735 * gdb.cp/call-c.exp: Ditto.
8736 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8737 filename. Make the test's binary unique.
8738 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8739 * gdb.python/py-mi.exp: Ditto.
8740 * gdb.python/Makefile.in (EXECUTABLES): Update.
8741 * gdb.reverse/i386-precsave.exp: Ditto.
8742 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8743 test filename.
8744 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8745 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8746 unique.
8747 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8748 test filename.
8749 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8750 * gdb.trace/tfile.exp: Ditto.
8751
ba4a8bdd
YQ
87522011-05-14 Yao Qi <yao@codesourcery.com>
8753
8754 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8755 type.
8756
dbaefcf7
DE
87572011-05-13 Doug Evans <dje@google.com>
8758
8759 * gdb.python/py-objfile-script.exp: New file.
8760 * gdb.python/py-objfile-script.c: New file.
8761 * gdb.python/py-objfile-script-gdb.py: New file.
8762 * testsuite/gdb.python/py-section-script.exp: Test
8763 "info auto-load-scripts".
8764
9930639c
TT
87652011-05-13 Tom Tromey <tromey@redhat.com>
8766
8767 * gdb.dwarf2/clztest.exp: New file.
8768 * gdb.dwarf2/clztest.c: New file.
8769 * gdb.dwarf2/clztest.S: New file.
8770
05272e11
DE
87712011-05-13 Doug Evans <dje@google.com>
8772
cc63ef9b
DE
8773 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8774 String16 tests.
05272e11 8775
6edba76f
TT
87762011-05-13 Tom Tromey <tromey@redhat.com>
8777
8778 * lib/gdb.exp (is_x86_like_target): New proc.
8779 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8780 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8781 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8782 -nostdlib to compiler.
8783 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8784 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8785 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8786 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8787 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8788
028d0ed5
TJB
87892011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8790
8791 * gdb.python/py-function.exp: Test setting a value from a function
8792 which executes a command.
8793
8a9b8146
TT
87942011-05-12 Tom Tromey <tromey@redhat.com>
8795
8796 * gdb.dwarf2/typeddwarf.S: New file.
8797 * gdb.dwarf2/typeddwarf.c: New file.
8798 * gdb.dwarf2/typeddwarf.exp: New file.
8799
10483e8e
MP
88002011-05-12 Marek Polacek <mpolacek@redhat.com>
8801
8802 * gdb.mi/mi-basics.exp: Fix races. Honour the
8803 `test_exec_and_symbol_mi_operatons' return value.
8804 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8805 gdb_test_multiple.
8806 (test_exec_and_symbol_mi_operatons): Likewise.
8807 (test_path_specification): Likewise.
8808
faf067f1
JK
88092011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8810
8811 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8812 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8813 Replace `file copy' and `file rename' by `file mtime'. Twice.
8814
7ff911a3
JK
88152011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8816
8817 * gdb.base/readline-ask.c: New file.
8818 * gdb.base/readline-ask.exp: New file.
8819 * gdb.base/readline-ask.inputrc: New file.
8820
a536c6d7
UW
88212011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8822
8823 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8824 to avoid race condition.
8825 * gdb.cell/coremaker.c: Use small stack size.
8826 * gdb.cell/ea-standalone.exp: Use file name without path as
8827 argument to c_to.
8828 * gdb.cell/fork.exp: Allow other output when continuing to end.
8829
d472a426
JK
88302011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8831
8832 * gdb.threads/corethreads.c: New file.
8833 * gdb.threads/corethreads.exp: New file.
8834
88352011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
8836
8837 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8838 Try to compile the test using -Wl,-z,norelro first.
8839 (load_core): New variable libthread_db_seen, initialize it.
8840 (zeroed-threads cannot be listed): Protect it by XFAIL on
8841 !$libthread_db_seen.
8842
8be455d7
JK
88432011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 PR 12573
8846 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8847 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8848 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8849
1976171a
JK
88502011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8851
8852 * gdb.cp/psymtab-parameter.cc: New file.
8853 * gdb.cp/psymtab-parameter.exp: New file.
8854
7db6f30f
JK
88552011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8856
8857 Fix a race.
8858 * gdb.cp/static-print-quit.exp (print c): Split to ...
8859 (print c - <return>, print c - q <return>, print c - to quit):
8860 ... these. Make the testfile untested on gdb-7.1.
8861
85161e9e 88622011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
8863
8864 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8865 gdb_rename_execfile, gdb_touch_execfile): New.
8866 * gdb.base/reread.exp: Use new procs to handle multiple
8867 exec files.
8868
0c51be18
YQ
88692011-05-05 Yao Qi <yao@codesourcery.com>
8870
8871 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8872 (test_adr_32bit, test_pop_pc): New.
8873 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8874 (test_adr_32bit, test_pop_pc): New.
8875
4d393d60
JM
88762011-05-04 Joseph Myers <joseph@codesourcery.com>
8877
8878 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8879 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8880 targets.
8881 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8882 handle targets.
8883
8ffd0459
JK
88842011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8885
8886 * gdb.base/completion.exp (complete help info wat): Rename to ...
8887 (complete 'help info wat'): ... here.
8888 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8889 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8890
8e28d804
PA
88912011-05-04 Pedro Alves <pedro@codesourcery.com>
8892
8893 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8894 gdb_test and explicit $gdb_prompt/timeout matches.
8895
3eb2ef34
YQ
88962011-05-04 Yao Qi <yao@codesourcery.com>
8897
8898 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8899 and __thumb2__.
8900
aaaf81a3
MP
89012011-05-03 Marek Polacek <mpolacek@redhat.com>
8902
8903 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8904 in place of `gdb_test "delete breakpoints"'. This eliminates two
8905 testcases.
8906
c4cbc0df
PA
89072011-05-02 Pedro Alves <pedro@codesourcery.com>
8908
8909 PR testsuite/12649
8910 Fix races.
8911
8912 * gdb.base/completion.exp: Remove all sleep calls. Remove
8913 unnecessary regexs. Don't explicitly expect anything after the
8914 prompt. Eat the prompt if necessary.
8915
b4cbb4a3
EBM
89162011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8917
8918 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8919 accept to show the caller line again as well as the line after.
8920
d65aec65
PM
89212011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8922
8923 PR mi/12531
8924
8925 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8926 compile target.
8927 * gdb.python/py-prettyprint.exp: Add C++ object for
8928 CPLUS_FAKE_CHILD test.
8929
30852783
UW
89302011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8931
8932 * gdb.base/signest.exp: New file.
8933 * gdb.base/signest.c: Likewise.
8934
c7b1f0d9
JK
89352011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8938 thread and breakpoint notifications.
8939
559a7a62
JK
89402011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8941
8942 * gdb.base/fortran-sym-case.c: New file.
8943 * gdb.base/fortran-sym-case.exp: New file.
8944 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8945 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8946 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8947
8344e389
JK
89482011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8949
8950 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8951 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8952 false #1', `if true else false #2' and `if true else false #3'.
8953
2484c66b
UW
89542011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8955
8956 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8957 while delivering signal.
8958
8d3788bd
VP
89592011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8960
8961 MI breakpoint notifications.
8962
8963 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
8964 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8965 * testsuite/gdb.mi/mi-watch.exp: Adust.
8966 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8967 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8968 notifications.
8d3788bd 8969
3e03848b
JK
89702011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8971
8972 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8973 * gdb.base/gdbindex-stabs.c: New file.
8974 * gdb.base/gdbindex-stabs.exp: New file.
8975
918c9108
YQ
89762011-04-25 Yao Qi <yao@codesourcery.com>
8977
8978 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8979 with /*...*/.
8980 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8981
90556b8c
JK
89822011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8983
8984 * gdb.python/py-value.exp (test_objfiles): Name the first test
8985 `py-value in file.filename'.
8986
03f2bd59
JK
89872011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8988
8989 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8990 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8991 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8992 !gdbserver_reconnect_p..
8993 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8994
7b08b9eb
JK
89952011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8996
8997 * gdb.cp/cpcompletion.exp (complete class methods)
8998 (complete class methods beginning with F): Move them above runto. New
8999 comment about the runto delimiter.
9000
b78974c3
PA
90012011-04-20 Pedro Alves <pedro@codesourcery.com>
9002
9003 * gdb.base/maint.exp: Test that "maint print registers" works
9004 without a running program.
9005
20429c40 90062011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 9007
20429c40
MP
9008 * gdb.base/setshow.exp: Fix racy tests.
9009 ($old_gdb_prompt): New variable.
9010
7a9dd1b2
TT
90112011-04-19 Tom Tromey <tromey@redhat.com>
9012
9013 * gdb.mi/mi-nsmoribund.exp:
9014 * gdb.hp/gdb.objdbg/objdbg01.exp:
9015 * gdb.base/structs.exp (test_struct_returns):
9016 * gdb.base/call-sc.exp (test_scalar_returns):
9017 * gdb.base/bigcore.exp: Remove duplicate words.
9018
02835898
JK
90192011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9020
9021 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9022 * gdb.base/break-interp.exp (test_attach): New comment.
9023
254f582e
JK
90242011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9025
9026 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9027 (clear __stack_user.next, clear stack_used.next)
9028 (save a zeroed-threads corefile): New test.
9029 Call core_load for $core0file.
9030 (zeroed-threads cannot be listed): New test.
9031
4fe85f5c
JK
90322011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9033
9034 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9035 filename.
9036 ($srcfile): Preserve the original value.
9037 ($testfile): Match it the .exp filename.
9038 ($corefile): New variable. Substitute it around.
9039 Use clean_restart.
9040 ($prev_timeout): Remove.
9041 (load_core): Move core loading into this proc.
9042 Fix restore of $timeout if load_core fails.
9043
63524580
JK
90442011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9045
9046 * gdb.base/eu-strip-infcall.c: New file.
9047 * gdb.base/eu-strip-infcall.exp: New file.
9048
90359a16
JK
90492011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9050
9051 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9052 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9053
626e7282
JK
90542011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9055
9056 Fix Python access to inlined frames.
9057 * gdb.python/py-frame-inline.c: New file.
9058 * gdb.python/py-frame-inline.exp: New file.
9059
3363d018
EBM
90602011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9061
9062 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9063 content of 's24' correctly (avoiding "optimized out").
9064 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9065
28781456
JK
90662011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9069
4a4106ca
TJB
90702011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9071
9072 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9073 expect a colon in watch -location output.
9074
d26ccb4f
JK
90752011-04-13 Marek Polacek <mpolacek@redhat.com>
9076
df46027d 9077 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
9078 New testcase `expect response to define backtrace'. Also remove
9079 redundant `default' block.
9080
e1ab1f9c
JK
90812011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 * gdb.python/py-prettyprint.c (struct hint_error): New.
9084 (main): New variable hint_error.
9085 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9086 "print hint_error".
9087 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9088 (register_pretty_printers): Register it.
9089
0c2e6019
TT
90902011-04-04 Tom Tromey <tromey@redhat.com>
9091
9092 * gdb.cp/maint.exp (test_help): Update.
9093 (test_namespace): Likewise.
9094
af57139d
JB
90952011-04-01 Joel Brobecker <brobecker@adacore.com>
9096
9097 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9098 * gdb.ada/arrayptr.exp: Add new tests.
9099
956a9fb9
JB
91002011-04-01 Joel Brobecker <brobecker@adacore.com>
9101
9102 * gdb.ada/mi_catch_ex: New testcase.
9103
d0c4d642
PA
91042011-04-01 Pedro Alves <pedro@codesourcery.com>
9105
9106 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9107 base::overload(void) method without specifying "const".
9108
18819fa6
UW
91092011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9110
9111 * gdb.arch/thumb-singlestep.S: New file.
9112 * gdb.arch/thumb-singlestep.exp: Likewise.
9113
a4c8e806
TT
91142011-03-31 Tom Tromey <tromey@redhat.com>
9115
9116 * gdb.python/py-prettyprint.py (exception_flag): New global.
9117 (NoStringContainerPrinter._iterator.next): Check it.
9118 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9119 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9120
53832f31
TT
91212011-03-29 Tom Tromey <tromey@redhat.com>
9122
9123 * gdb.cp/anon-struct.cc: New file.
9124 * gdb.cp/anon-struct.exp: New file.
9125
e4620230
JK
91262011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9127
9128 Test STT_GNU_IFUNC support.
9129 * gdb.base/gnu-ifunc-lib.c: New file.
9130 * gdb.base/gnu-ifunc.c: New file.
9131 * gdb.base/gnu-ifunc.exp: New file.
9132
d0fb5eae
JK
91332011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9134
9135 Support a ring of related breakpoints.
9136 * gdb.base/watchpoint-delete.c: New file.
9137 * gdb.base/watchpoint-delete.exp: New file.
9138
20106cfb
JK
91392011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9140
9141 * gdb.ada/arrayparam.exp (print first after function call): Use
9142 explicit package name. Add a comment
9143 (print lasta after function call): Rename ...
9144 (print last after function call): ... it and use explicit package
9145 name.
9146 (print length after function call): Use explicit package name.
9147 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9148 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9149 (multiple matches for symbol i): Rename ...
9150 (multiple matches for symbol integervar): ... it.
9151 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9152 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9153
e7ab5e63
AB
91542011-03-25 Andrew Burgess <aburgess@broadcom.com>
9155
9156 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9157 environment variable to make grep output more predictable. Move
9158 all the environment setup into gdb_init so it's done once per test
9159 case rather than each time we start gdb.
9160
9ef07c8c
TT
91612011-03-24 Tom Tromey <tromey@redhat.com>
9162
9163 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9164 test.
9165
dd90784c
JK
91662011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9167
9168 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9169 * gdb.dwarf2/dw2-entry-value.S: New file.
9170 * gdb.dwarf2/dw2-entry-value.exp: New file.
9171
05775840
PM
91722011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9173
6fdff2c5 9174 PR python/12183
05775840
PM
9175
9176 * gdb.python/py-function.exp: Add GdbError tests.
9177
8661b11b
PA
91782011-03-18 Pedro Alves <pedro@codesourcery.com>
9179
9180 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9181 (reglocal_test_func, statlocal_test_func): New functions.
9182 (globals_test_func): Call new functions.
9183 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9184 (gdb_collect_locals_test): New procedure.
9185 (gdb_trace_collection_test): Call new procedures.
9186
0fdb4f18
PA
91872011-03-18 Pedro Alves <pedro@codesourcery.com>
9188
9189 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9190 (test_register, test_register_unavailable): New procedures.
9191 (gdb_unavailable_registers_test): New procedure.
9192 (gdb_trace_collection_test): Call it.
9193
99c3dc11
PM
91942011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9195
6fdff2c5 9196 PR python/12149
99c3dc11
PM
9197
9198 * gdb.python/python.exp: Add gdb.write tests.
9199
29703da4
PM
92002010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9201
9202 * gdb.python/Makefile.in: Add py-objfile.
9203 * gdb.python/py-objfile.exp: New file.
9204 * gdb.python/py-objfile.c: New file.
9205 * gdb.python/py-block.exp: Add is_valid tests.
9206 * gdb.python/py-inferior.exp: Ditto.
9207 * gdb.python/py-infthread.exp: Ditto.
9208 * gdb.python/py-symbol.exp: Ditto.
9209 * gdb.python/py-symtab.exp: Ditto.
9210
598997c8
KS
92112011-03-16 Keith Seitz <keiths@redhat.com>
9212
9213 PR c++/12273
9214 * gdb.cp/cmpd-minsyms.exp: New test.
9215 * gdb.cp/cmpd-minsyms.cc: New file.
9216
9217 PR c++/11734
9218 * gdb.cp/ovsrch.exp: New test.
9219 * gdb.cp/ovsrch.h: New file.
9220 * gdb.cp/ovsrch1.cc: New file.
9221 * gdb.cp/ovsrch2.cc: New file.
9222 * gdb.cp/ovsrch3.cc: New file.
9223 * gdb.cp/ovsrch4.cc: New file.
9224
c91513d8
PP
92252011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9226
9227 PR gdb/12528
9228 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9229 * gdb.base/break-on-linker-gcd-function.exp: New test.
9230 * gdb.base/break-on-linker-gcd-function.cc: New file.
9231
7470fc63
AT
92322011-03-15 Andreas Tobler <andreast@fgznet.ch>
9233
9234 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9235
959e7469
PM
92362011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9237
9238 * lib/gdb.exp (gdb_unload): Add another termination case.
9239
9373cf26
JK
92402011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9241
9242 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9243 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9244 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9245 Provide a stub byte there.
9246 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9247 DW_AT_entry_pc.
9248 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9249
24e9cda0
UW
92502011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9251
9252 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9253 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9254 "generic ABI, auto".
9255 (altivec_abi_tests): Accept vectors returned by reference.
9256
7371cf6d
PM
92572010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9258
9259 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9260
ce77046a
UW
92612011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9262
9263 * gdb.python/py-section-script.exp: Skip test if no Python support.
9264
176400c3
UW
92652011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9266
9267 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9268
ecec24e6
PM
92692011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9270
9271 * gdb.python/py-parameter.exp: Update tests to the new Python
9272 parameter API. Add "no documentation" test. Add deprecated API
9273 backward compatibility test.
9274
5dbdd470
TT
92752011-03-09 Tom Tromey <tromey@redhat.com>
9276
9277 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9278 gdb_continue_to_end.
9279
b66e66ee
MK
92802011-03-09 Mark Kettenis <kettenis@gnu.org>
9281
9282 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
9283 tabs.
9284
eceb0c5f
TT
92852011-03-09 Tom Tromey <tromey@redhat.com>
9286
9287 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
9288 parentheses.
9289 (gdb_continue_to_end): Add "allow_extra" parameter. Use
9290 $command.
9291 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
9292 argument to gdb_continue_to_end.
9293 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
9294 argument to gdb_continue_to_end.
9295 * gdb.cp/annota3.exp: Fix regex.
9296 * gdb.cp/annota2.exp: Fix regex.
9297 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
9298 gdb_continue_to_end.
9299 * gdb.base/call-signal-resume.exp: Revert earlier patch.
9300 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
9301 gdb_continue_to_end.
9302
63154eca
PA
93032011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9304
9305 * gdb.server/ext-run.exp
9306 (load new file without any gdbserver inferior): New test.
9307
967d1f9b
TT
93082011-03-07 Tom Tromey <tromey@redhat.com>
9309
9310 * Makefile.in (TAGS): Rewrite.
9311
d68dcbb9
JK
93122011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9313
9314 * gdb.trace/report.exp (12.1: trace report #1): New match for the
9315 initial commands echo. New match for `Found trace'. Anchor all the
9316 other matches. Anchor and match for `No trace frame found' the final
9317 match.
9318
6bf58e63
TT
93192011-03-07 Tom Tromey <tromey@redhat.com>
9320
9321 * Makefile.in (TAGS): New target.
9322
fda326dd
TT
93232011-03-07 Tom Tromey <tromey@redhat.com>
9324
9325 * lib/opencl.exp (skip_opencl_tests): Update for exit message
9326 change.
9327 * lib/mi-support.exp (mi_gdb_test): Update for exit message
9328 change.
9329 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
9330 exit message change.
9331 (skip_altivec_tests): Update for exit message change.
9332 (skip_vsx_tests): Likewise.
9333 (gdb_continue_to_end): Likewise. Add 'command' argument.
9334 * lib/cell.exp (skip_cell_tests): Update for exit message change.
9335 * gdb.threads/tls.exp: Update for exit message change.
9336 * gdb.threads/thread-unwindonsignal.exp: Use
9337 gdb_continue_to_end.
9338 * gdb.threads/step.exp (step_it): Update for exit message change.
9339 (continue_all): Likewise.
9340 * gdb.threads/print-threads.exp (test_all_threads): Update for
9341 exit message change.
9342 * gdb.threads/interrupted-hand-call.exp: Use
9343 gdb_continue_to_end.
9344 * gdb.threads/execl.exp: Use gdb_continue_to_end.
9345 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
9346 gdb_continue_to_end.
9347 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
9348 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
9349 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
9350 * gdb.cp/method.exp: Update for exit message change.
9351 * gdb.cp/mb-templates.exp: Update for exit message change.
9352 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
9353 * gdb.cp/annota3.exp: Update for exit message change.
9354 * gdb.cp/annota2.exp: Update for exit message change.
9355 * gdb.cell/fork.exp: Use gdb_continue_to_end.
9356 * gdb.base/term.exp: Update for exit message change.
9357 * gdb.base/step-test.exp (test_i): Update for exit message change.
9358 * gdb.base/sigstep.exp (advance): Update for exit message change.
9359 (advancei): Likewise.
9360 * gdb.base/siginfo.exp: Update for exit message change.
9361 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
9362 * gdb.base/reread.exp: Use gdb_continue_to_end.
9363 * gdb.base/langs.exp: Use gdb_continue_to_end.
9364 * gdb.base/interrupt.exp: Update for exit message change.
9365 * gdb.base/gdb1555.exp: Update for exit message change.
9366 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
9367 * gdb.base/ending-run.exp: Update for exit message change.
9368 * gdb.base/chng-syms.exp: Update for exit message change.
9369 * gdb.base/checkpoint.exp: Update for exit message change.
9370 * gdb.base/catch-syscall.exp (check_for_program_end): Use
9371 gdb_continue_to_end.
9372 (test_catch_syscall_with_wrong_args): Likewise.
9373 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
9374 * gdb.base/break-interp.exp (test_ld): Update for exit message
9375 change.
9376 * gdb.base/bang.exp: Update for exit message change.
9377 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
9378 (do_call_attach_tests): Likewise.
9379 * gdb.base/a2-run.exp: Update for exit message change.
9380 * gdb.arch/ppc-dfp.exp: Update for exit message change.
9381 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
9382 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
9383
dd19bd70
JK
93842011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9385
9386 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
9387
30e62689
TT
93882011-03-03 Tom Tromey <tromey@redhat.com>
9389
9390 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
9391 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
9392 * gdb.hp/gdb.aCC/configure.ac: Remove.
9393 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
9394 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
9395 * gdb.hp/gdb.base-hp/configure.ac: Remove.
9396 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
9397 * gdb.hp/gdb.compat/configure (Makefile): Remove.
9398 * gdb.hp/gdb.compat/configure.ac: Remove.
9399 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
9400 * gdb.hp/gdb.defects/configure (Makefile): Remove.
9401 * gdb.hp/gdb.defects/configure.ac: Remove.
9402 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
9403 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
9404 * gdb.hp/gdb.objdbg/configure.ac: Remove.
9405 * gdb.hp/configure.ac: Remove.
9406 * gdb.hp/configure: Remove.
9407 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
9408 substitution.
9409 (Makefile): Remove rule.
9410 * gdb.cell/configure.ac: Remove.
9411 * gdb.cell/configure: Remove.
9412 * gdb.stabs/Makefile.in (Makefile): Remove.
9413 (distclean): Don't remove config.status or config.log.
9414 * gdb.stabs/configure (Makefile): Remove.
9415 * gdb.stabs/configure.ac: Remove.
9416 * configure: Rebuild.
9417 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
9418 Remove stabs- and cell-specific logic. Test for existence of
9419 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
9420 subdirectories, gdb.cell, and and gdb.stabs.
9421 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
9422
c171f854
JB
94232011-03-03 Joel Brobecker <brobecker@adacore.com>
9424
9425 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
9426 end of buffer.
9427
9a5193cb
JB
94282011-03-02 Joel Brobecker <brobecker@adacore.com>
9429
9430 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9431 gdb_test when running a test where we expected no output back.
9432
9bb4c1bb
MS
94332011-02-28 Michael Snyder <msnyder@vmware.com>
9434
9435 * gdb.cp/overload.cc: Change initializer value to integer.
9436
3bd0f5ef
MS
94372011-02-27 Michael Snyder <msnyder@vmware.com>
9438
9439 * gdb.multi/base.exp: Add test for remove-inferiors.
9440
2279eaad
JB
94412011-02-26 Joel Brobecker <brobecker@adacore.com>
9442
9443 * gdb.python/py-frame.exp: Simplify the initialization phase
9444 using prepare_for_testing.
9445
c82c0b55
MS
94462011-02-25 Michael Snyder <msnyder@vmware.com>
9447
9448 * gdb.multi/base.exp: Add tests for info inferiors with args.
9449
1d94651b
JK
94502011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9451
9452 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9453 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9454 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9455 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9456 asmfile3. Comment the STABS (#3) file compilation. Compile
9457 everything through assembler. Provide KFAIL for symtab/12497.
9458 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9459 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9460 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9461 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9462
3bd0f5ef
MS
94632011-02-24 Michael Snyder <msnyder@vmware.com>
9464
9465 * gdb.base/break.exp: Add tests for delete breakpoints using
9466 convenience variables and value history references.
9467
12c1418e
MS
94682011-02-24 Michael Snyder <msnyder@vmware.com>
9469
9470 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9471 left behind in previous check-in.
9472
e5a67952
MS
94732011-02-23 Michael Snyder <msnyder@vmware.com>
9474
9475 * gdb.base/break.exp: Add tests for "info break" with arguments.
9476 * gdb.trace/infotrace.exp: Update patterns for error and help.
9477 * gdb.base/completion.exp: Update pattern.
9478 * gdb.base/ena-dis-br.exp: Update pattern.
9479 * gdb.base/help.exp: Update patterns.
9480
94812011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
9482
9483 * gdb.base/memattr.exp: New test.
9484 * gdb.base/memattr.c: Test load for memattr.exp.
9485
6e6fbe60
DE
94862011-02-22 Doug Evans <dje@google.com>
9487
9488 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9489
1d41d745
MS
94902011-02-22 Michael Snyder <msnyder@vmware.com>
9491
9492 * Makefile.in: Make more clean.
9493 * gdb.ada/Makefile.in: Ditto.
9494 * gdb.arch/Makefile.in: Ditto.
9495 * gdb.asm/Makefile.in: Ditto.
9496 * gdb.base/Makefile.in: Ditto.
9497 * gdb.cp/Makefile.in: Ditto.
9498 * gdb.dwarf2/Makefile.in: Ditto.
9499 * gdb.java/Makefile.in: Ditto.
9500 * gdb.mi/Makefile.in: Ditto.
9501 * gdb.modula2/Makefile.in: Ditto.
9502 * gdb.python/Makefile.in: Ditto.
9503 * gdb.server/Makefile.in: Ditto.
9504 * gdb.stabs/Makefile.in: Ditto.
9505 * gdb.threads/Makefile.in: Ditto.
9506 * gdb.trace/Makefile.in: Ditto.
9507
79ba84ca
MS
95082011-02-22 Michael Snyder <msnyder@vmware.com>
9509
df46027d 9510 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
9511 info threads.
9512
b9b35694
JB
95132011-02-22 Joel Brobecker <brobecker@adacore.com>
9514
9515 * gdb.python/py-breakpoint.exp: Fix the expected output of
9516 one of the "maint info breakpoints" tests to accept the output
9517 generated on platforms that do not have hardware watchpoints.
9518
8bfb830f
JB
95192011-02-22 Joel Brobecker <brobecker@adacore.com>
9520
9521 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9522 clean_restart. Be a little stricter in the expected output
9523 for one of the tests. Fix a typo in one of the comments.
9524
c45f3c54
JB
95252011-02-22 Joel Brobecker <brobecker@adacore.com>
9526
9527 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9528 Delete variable binfile, no longer use. Add or modify test
9529 comments to make them unique.
9530
b97c863c
MS
95312011-02-21 Michael Snyder <msnyder@vmware.com>
9532
9533 * Makefile.in: Update for make clean.
9534 * gdb.ada/Makefile.in: Ditto.
9535 * gdb.arch/Makefile.in: Ditto.
9536 * gdb.asm/Makefile.in: Ditto.
9537 * gdb.base/Makefile.in: Ditto.
9538 * gdb.cp/Makefile.in: Ditto.
9539 * gdb.dwarf2/Makefile.in: Ditto.
9540 * gdb.java/Makefile.in: Ditto.
9541 * gdb.mi/Makefile.in: Ditto.
9542 * gdb.modula2/Makefile.in: Ditto.
9543 * gdb.python/Makefile.in: Ditto.
9544 * gdb.server/Makefile.in: Ditto.
9545 * gdb.stabs/Makefile.in: Ditto.
9546 * gdb.threads/Makefile.in: Ditto.
9547 * gdb.trace/Makefile.in: Ditto.
9548
aea5b279
MS
95492011-02-21 Michael Snyder <msnyder@vmware.com>
9550
9551 * gdb.threads/thread-find.exp: Update patterns for changes in
9552 output of "info threads" command.
9553
e3039479
UW
95542011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9555 Ulrich Weigand <uweigand@de.ibm.com>
9556
9557 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9558 (skip_hw_watchpoint_tests): Likewise.
9559 (skip_hw_watchpoint_multi_tests): Likewise.
9560
b800ec70
UW
95612011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9562
9563 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9564 (skip_hw_watchpoint_tests): Likewise.
9565 (skip_hw_watchpoint_multi_tests): Likewise.
9566 (skip_hw_watchpoint_access_tests): Likewise.
9567
9568 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9569 * gdb.base/pr11022.exp: Likewise.
9570 * gdb.base/watch-read.exp: Likewise.
9571 * gdb.base/watch_thread_num.exp: Likewise.
9572 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9573 * gdb.base/watchpoint-hw.exp: Likewise.
9574 * gdb.base/watchpoint.exp: Likewise.
9575 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9576 * gdb.threads/watchthreads-reorder.exp: Likewise.
9577 * gdb.threads/watchthreads.exp: Likewise.
9578 * gdb.threads/watchthreads2.exp: Likewise.
9579
91033e37
JB
95802011-02-21 Joel Brobecker <brobecker@adacore.com>
9581
9582 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
9583 the debugger is unable to find the array bounds.
9584
eeaafae2
JK
95852011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9586
9587 * gdb.cp/typedef-operator.exp: New file.
9588 * gdb.cp/typedef-operator.cc: New file.
9589
e338d953
MS
95902011-02-17 Michael Snyder <msnyder@vmware.com>
9591
9592 * gdb.threads/thread-find.exp: Fix regular expressions.
9593
e67ad678
JB
95942011-02-17 Joel Brobecker <brobecker@adacore.com>
9595
9596 * gdb.ada/packed_array: Expand testcase to test printing of
9597 unconstrained packed array.
9598
93084bca
JB
95992011-02-17 Joel Brobecker <brobecker@adacore.com>
9600
9601 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
9602
a0c78a73
PA
96032011-02-16 Pedro Alves <pedro@codesourcery.com>
9604
f65d5553 9605 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
9606 (main): Initialize it before collecting, and and clear it
9607 afterwards.
f65d5553
PA
9608 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9609 collecting with '{type} addr', where the addr expression is not an
9610 rvalue.
a0c78a73 9611
3dfcbbd2
KW
96122011-02-16 Ken Werner <ken.werner@de.ibm.com>
9613
9614 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
9615 a bool variable. Expect correct OpenCL names for vector types. Use the
9616 uc3 variable name instead of referring to the uchar3 built-in type.
9617 Escape the asterisk at the half pointer test.
9618
08807d5a
PA
96192011-02-16 Pedro Alves <pedro@codesourcery.com>
9620
f65d5553 9621 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
9622 (main): Initialize it before collecting, and and clear it
9623 afterwards.
f65d5553
PA
9624 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9625 collecting overlapping memory ranges.
08807d5a 9626
60f98dde
MS
96272011-02-15 Michael Snyder <msnyder@vmware.com>
9628
9629 * gdb.base/default.exp: Add tests for thread commands.
9630 * gdb.base/help.exp: Add tests for thread commands.
9631 * gdb.threads/thread-find.exp: New test for thread find command.
9632
648cd113
KW
96332011-02-15 Ken Werner <ken.werner@de.ibm.com>
9634
9635 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9636
494e194e
YQ
96372011-02-15 Yao Qi <yao@codesourcery.com>
9638
9639 PR tdep/12352
9640 * gdb.arch/arm-disp-step.S : New test for str instruction.
9641 * gdb.arch/arm-disp-step.exp : Likewise.
9642
d9492458
TJB
96432011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9644
9645 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9646 "vector_register2_vr" test strings. Test the extended floating
9647 point registers (F32~F63).
9648 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9649 IBM XL C compiler. Make the test program use a register provided
9650 by the compiler for the lxvd2x instruction.
9651
8af8e3bc
PA
96522011-02-14 Pedro Alves <pedro@codesourcery.com>
9653
9654 * gdb.trace/unavailable.cc (class Base, class Middle, class
9655 Derived): New types.
9656 (derived_unavail, derived_partial, derived_whole): New globals.
9657 (virtual_partial): New global.
9658 (virtualp): Point at virtual_partial.
9659 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9660 related to unavailable vptr.
9661
1b28d0b3
PA
96622011-02-14 Pedro Alves <pedro@codesourcery.com>
9663
9664 * gdb.trace/unavailable.cc (a, b, c): New globals.
9665 (main): Set and clear them.
9666 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9667 `a' and `c', and check that `b' isn't collected, although `a' and
9668 `c' are.
9669
ec0a52e1
PA
96702011-02-14 Pedro Alves <pedro@codesourcery.com>
9671
9672 * gdb.trace/unavailable.cc (struct Virtual): New.
9673 (virtualp): New global pointer.
9674 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9675 printing a pointer to an object whose type has a vtable, with
9676 print object on.
9677
24e6bcee
PA
96782011-02-14 Pedro Alves <pedro@codesourcery.com>
9679
9680 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9681 value repeat handles unavailableness.
9682
39d37385
PA
96832011-02-14 Pedro Alves <pedro@codesourcery.com>
9684
9685 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9686 tests for building arrays from unavailable values, subscripting
9687 non-memory rvalue unvailable arrays, and accessing fields or
9688 baseclasses of non-lazy unavailable values,
9689 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9690 struct types.
9691 (g_smallstruct, g_smallstruct_b): New globals.
9692
06d72e16
PA
96932011-02-14 Pedro Alves <pedro@codesourcery.com>
9694
9695 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9696
bc9a5551
JK
96972011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9698
9699 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9700 * gdb.cp/overload-const.exp: New file.
9701 * gdb.cp/overload-const.cc: New file.
9702
54fcddd0
UW
97032011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9704
9705 * gdb.opencl/callfuncs.cl: New file.
9706 * gdb.opencl/callfuncs.exp: New test.
9707 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9708
d6dafb7c
UW
97092011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9710
9711 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9712 when computing result.
9713 * gdb.arch/altivec-abi.exp: Update expected results.
9714
a449c2d8
TJB
97152011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9716
9717 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9718 * gdb.base/jit.exp: Likewise.
9719 * gdb.base/pie-execl.exp: Likewise.
9720 * gdb.base/solib-nodir.exp: Likewise.
9721 * gdb.base/solib-overlap.exp: Likewise.
9722
764880b7
PA
97232011-02-07 Pedro Alves <pedro@codesourcery.com>
9724
9725 * gdb.trace/collection.c (global_pieces): New.
9726 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9727 New procedure.
9728 (gdb_trace_collection_test): Call it.
9729
505500db
SW
97302011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9731
9732 * gdb.python/py-evthreads.c: New file.
9733 * gdb.python/py-evthreads.exp: New file.
9734 * gdb.python/py-events.py: New file.
9735 * gdb.python/py-events.exp: New file.
9736 * gdb.python/py-events.c: New file.
9737
385203ed
DD
97382011-02-04 David Daney <ddaney@caviumnetworks.com>
9739
9740 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9741
9011945e
AB
97422011-02-03 Andrew Burgess <aburgess@broadcom.com>
9743
9744 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9745 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9746 boundary between two compilation units.
9747
580688f3
PA
97482011-02-02 Pedro Alves <pedro@codesourcery.com>
9749
9750 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9751 (Virtual): New structs.
9752 (virtual_o, virtual_middle_b): New globals.
9753 * gdb.cp/virtbase.exp: New tests.
9754
d3f0f853
PP
97552011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9756
9757 * gdb.base/jit.exp: New file.
9758 * gdb.base/jit-main.c: New file.
9759 * gdb.base/jit-solib.c: New file.
9760
b2030fb5
UW
97612011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9762
9763 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9764 proceed to initial kernel entry point.
9765 * gdb.opencl/datatypes.exp: Likewise.
9766 * gdb.opencl/operators.exp: Likewise.
9767 * gdb.opencl/vec_comps.exp: Likewise.
9768
2db19d1e
SW
97692011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9770
9771 * gdb.cp/nsnested.cc: New.
9772 * gdb.cp/nsnested.exp: New.
9773 * gdb.cp/nsnoimports.exp: New.
9774 * gdb.cp/nsnoimports.cc: New.
9775
6b0c4c1f
JB
97762011-01-31 Joel Brobecker <brobecker@adacore.com>
9777
9778 * gdb.base/interact.exp: Add extra tests that verify that
9779 the value of the interactive-mode setting does not change
9780 after the script is sourced.
9781
80b23b6a
JK
97822011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9783
9784 * gdb.cp/noparam.exp: New file.
9785 * gdb.cp/noparam.cc: New file.
9786
ffd5ec24
PA
97872011-01-28 Pedro Alves <pedro@codesourcery.com>
9788
9789 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9790 there's no stack or registers.
9791
a81766d8
TT
97922011-01-26 Tom Tromey <tromey@redhat.com>
9793
9794 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9795 space before string output. Add test for "set print pretty off"
9796 case.
9797
585fdaa1
PA
97982011-01-25 Pedro Alves <pedro@codesourcery.com>
9799
9800 * gdb.base/frame-args.exp: Adjust.
9801 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9802 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9803 * gdb.dwarf2/pieces.exp: Adjust.
9804 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9805 * gdb.opt/inline-locals.exp: Adjust.
9806 * gdb.threads/fork-child-threads.exp: Adjust.
9807
d468832a
KW
98082011-01-25 Ken Werner <ken.werner@de.ibm.com>
9809
9810 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9811 OpenCL kernel function. Add a comment as marker. Add address space
9812 qualifiers for the remaining program scope variables.
9813 * gdb.opencl/datatypes.cl: Likewise.
9814 * gdb.opencl/operators.cl: Likewise.
9815 * gdb.opencl/vec_comps.cl: Likewise.
9816 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9817 Add breakpoint at the marker comment.
9818 * gdb.opencl/datatypes.exp: Likewise.
9819 * gdb.opencl/operators.exp: Likewise.
9820 * gdb.opencl/vec_comps.exp: Likewise.
9821
490f124f
PA
98222011-01-24 Pedro Alves <pedro@codesourcery.com>
9823
9824 * gdb.base/printcmds.c (some_struct): New struct and instance.
9825 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9826 procedure.
9827 <global scope>: Call it.
9828
6da78614
KW
98292011-01-21 Ken Werner <ken.werner@de.ibm.com>
9830
9831 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9832 argument to the gdb_compile_opencl_hostapp call.
9833
ec64c9aa
YQ
98342011-01-19 Yao Qi <yao@codesourcery.com>
9835
9836 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9837 positve list.
9838
810cfdbb
YQ
98392011-01-19 Yao Qi <yao@codesourcery.com>
9840
9841 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9842 canonical form.
9843 Remove "xscale-*-*"
9844 * gdb.xml/tdesc-regs.exp: Likewise.
9845 * gdb.python/py-section-script.exp: Replace ARM target triplet
9846 with canonical form.
9847 Match arm*-*-symbianelf*.
9848 * gdb.base/dup-sect.exp: Likewise.
9849 * lib/dwarf.exp: New.
9850 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9851 dwarf2_support.
9852 * gdb.dwarf2/dup-psym.exp: Likewise.
9853 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9854 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9855 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9856 * gdb.dwarf2/dw2-basic.exp: Likewise.
9857 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9858 * gdb.dwarf2/dw2-const.exp: Likewise.
9859 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9860 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9861 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9862 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9863 * gdb.dwarf2/dw2-filename.exp: Likewise.
9864 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9865 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9866 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9867 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9868 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9869 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9870 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9871 * gdb.dwarf2/dw2-producer.exp: Likewise.
9872 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9873 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9874 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9875 * gdb.dwarf2/dw2-strp.exp: Likewise.
9876 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9877 * gdb.dwarf2/implptr.exp: Likewise.
9878 * gdb.dwarf2/mac-fileno.exp: Likewise.
9879 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9880 * gdb.dwarf2/pieces.exp: Likewise.
9881 * gdb.dwarf2/pr11465.exp: Likewise.
9882 * gdb.dwarf2/valop.exp: Likewise.
9883 * gdb.dwarf2/watch-notconst.exp: Likewise.
9884 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9885
4694da01
TT
98862011-01-19 Tom Tromey <tromey@redhat.com>
9887
9888 * gdb.python/py-infthread.exp: Add thread tests.
9889
b075872c
JB
98902011-01-14 Joel Brobecker <brobecker@adacore.com>
9891
9892 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9893
2c3e6e24
JB
98942011-01-14 Joel Brobecker <brobecker@adacore.com>
9895
9896 * gdb.ada/widewide: New testcase.
9897
de8fa76c
JB
98982011-01-13 Joel Brobecker <brobecker@adacore.com>
9899
9900 * gdb.base/interact.exp: New testcase.
9901
1b05df00
TT
99022011-01-12 Tom Tromey <tromey@redhat.com>
9903
9904 * gdb.mi/gdb2549.exp: Update for error message changes.
9905 * gdb.mi/mi-cli.exp: Likewise.
9906 * gdb.mi/mi-disassemble.exp: Likewise.
9907 * gdb.mi/mi-pthreads.exp: Likewise.
9908 * gdb.mi/mi-regs.exp: Likewise.
9909 * gdb.mi/mi-stack.exp: Likewise.
9910 * gdb.mi/mi-var-block.exp: Likewise.
9911 * gdb.mi/mi-var-cmd.exp: Likewise.
9912 * gdb.mi/mi2-cli.exp: Likewise.
9913 * gdb.mi/mi2-disassemble.exp: Likewise.
9914 * gdb.mi/mi2-pthreads.exp: Likewise.
9915 * gdb.mi/mi2-regs.exp: Likewise.
9916 * gdb.mi/mi2-stack.exp: Likewise.
9917 * gdb.mi/mi2-var-block.exp: Likewise.
9918 * gdb.mi/mi2-var-cmd.exp: Likewise.
9919
c2ff108b
JK
99202011-01-12 Andrew Burgess <aburgess@broadcom.com>
9921 Jan Kratochvil <jan.kratochvil@redhat.com>
9922
9923 PR fortran/11104 and DWARF unbound arrays detection.
9924 * gdb.fortran/multi-dim.exp: New file.
9925 * gdb.fortran/multi-dim.f90: New file.
9926
b716877b
AB
99272011-01-12 Andrew Burgess <aburgess@broadcom.com>
9928
9929 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9930 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9931 add new tests for opcode dumping.
9932
6c162d5e
TT
99332011-01-11 Tom Tromey <tromey@redhat.com>
9934
9935 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9936
77b06cd7
TJB
99372010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9938
9939 Convert hardware watchpoints to use breakpoint_ops.
9940 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9941 type is not supported.
9942 * gdb.base/foll-fork.exp: Likewise.
9943 * gdb.base/foll-vfork.exp: Likewise.
9944
f39a75d0
PM
99452011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9946
9947 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9948 Use load_lib gdb-python.exp.
9949 * gdb.python/python.exp: Ditto.
9950 * gdb.python/py-function.exp: Ditto.
9951
fc529d80
AS
99522011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9953
9954 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9955
fb03cb59
JK
99562011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9957
9958 * configure: Regenerate.
9959
d8e22779
TT
99602011-01-06 Tom Tromey <tromey@redhat.com>
9961
9962 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9963
09050809
JB
99642011-01-06 Joel Brobecker <brobecker@adacore.com>
9965
fc529d80
AS
9966 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9967 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9968 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9969 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9970 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9971 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9972 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9973 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9974 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9975 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9976 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9977 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9978 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9979 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9980 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9981 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9982 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9983 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9984 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9985 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9986 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9987 gdb.ada/uninitialized_vars.exp,
9988 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9989 Simplify by using clean_restart.
09050809 9990
8ed5dd9e
JB
99912011-01-06 Joel Brobecker <brobecker@adacore.com>
9992
9993 Add marker to be used as anchor for inserting breakpoints.
9994 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9995 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9996 Likewise.
9997
9998 Remove uses of gdb_start_cmd.
9999 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10000 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10001
10002 Do not run testcase if testing with GDBserver.
10003 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10004 if testing with GDBserver.
10005
368a124f
JB
100062011-01-06 Joel Brobecker <brobecker@adacore.com>
10007
10008 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10009 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10010 copyright header.
10011
44944448
JB
100122011-01-05 Joel Brobecker <brobecker@adacore.com>
10013
10014 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10015 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10016 testsuite/gdb.fortran/complex.f,
10017 testsuite/gdb.fortran/derived-type.f90,
10018 testsuite/gdb.fortran/library-module-lib.f90,
10019 testsuite/gdb.fortran/library-module-main.f90,
10020 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10021 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10022 Copyright year update.
10023
31886ea6
JB
100242011-01-05 Joel Brobecker <brobecker@adacore.com>
10025
10026 * gdb.base/langs1.f: Add copyright header.
10027
ebedcab5
JK
100282011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 * gdb.base/morestack.exp: New file.
10031 * gdb.base/morestack.c: New file.
10032
de1eb2f9
JK
100332011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10034
10035 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10036
9e87a409
JB
100372010-12-29 Joel Brobecker <brobecker@adacore.com>
10038
10039 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10040 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10041
720d1a40
JB
100422010-12-29 Joel Brobecker <brobecker@adacore.com>
10043
10044 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10045
a283af87
AS
100462010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10047
5d3d9cba
AS
10048 * gdb.threads/tls.exp: Fix typo.
10049
a283af87
AS
10050 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10051 * gdb.threads/execl.exp: Update.
10052
2a20745c
YQ
100532010-12-23 Yao Qi <yao@codesourcery.com>
10054
10055 * gdb.arch/arm-disp-step.exp: New.
10056 * gdb.arch/arm-disp-step.S: New.
10057
a7658b96
TT
100582010-12-21 Tom Tromey <tromey@redhat.com>
10059
10060 * gdb.threads/execl.exp: Update.
10061 * gdb.threads/linux-dp.exp: Update.
10062 * gdb.threads/manythreads.exp: Update.
10063 * gdb.threads/tls.exp: Update.
10064
5b79abe7
TT
100652010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10066
10067 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10068 (NextOverThrowDerivates) <resumebpt>: New.
10069 (resumebpt_test): New.
10070 (main): Call resumebpt_test.
10071 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10072
0914bcdb
SS
100732010-12-12 Stan Shebs <stan@codesourcery.com>
10074
10075 * gdb.trace/tsv.exp: Test print command on trace state variables.
10076
305aeedc
TT
100772010-12-09 Tom Tromey <tromey@redhat.com>
10078
10079 * gdb.base/interp.exp: Add regression test.
10080
186c406b
TT
100812010-12-09 Tom Tromey <tromey@redhat.com>
10082
10083 * gdb.java/jnpe.java: New file.
10084 * gdb.java/jnpe.exp: New file.
10085 * gdb.cp/nextoverthrow.exp: New file.
10086 * gdb.cp/nextoverthrow.cc: New file.
10087
aae1c79a
DE
100882010-12-07 Doug Evans <dje@google.com>
10089
10090 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10091 of data-directory.
10092 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10093 updated.
10094 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10095
60f98dde 100962010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
10097
10098 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10099 * gdb.base/call-sc.exp: Ditto.
10100 * gdb.base/finish.exp: Ditto.
10101 * gdb.base/return.exp: Ditto.
10102 * gdb.base/return2.exp: Ditto.
10103
5fa290c1
DE
101042010-11-30 Doug Evans <dje@google.com>
10105
10106 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10107 (gdb_expect_list): Fix spelling errors in comments.
10108 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10109 send_gdb/gdb_expect_list where applicable.
10110 * gdb.base/call-ar-st.exp: Ditto.
10111 * gdb.base/funcargs.exp: Ditto.
10112 * gdb.base/gcore.exp: Ditto.
10113 * gdb.base/page.exp: Ditto.
10114 * gdb.base/sigaltstack.exp: Ditto.
10115 * gdb.base/siginfo.exp: Ditto.
10116 * gdb.base/sigstep.exp: Ditto.
10117 * gdb.base/trace-commands.exp: Ditto.
10118
4e04c971
DE
101192010-11-29 Doug Evans <dje@google.com>
10120
10121 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10122 printer-name;subprinter-name.
10123
8cf6f0b1
TT
101242010-11-29 Tom Tromey <tromey@redhat.com>
10125
10126 * gdb.dwarf2/implptr.exp: New file.
10127 * gdb.dwarf2/implptr.c: New file.
10128 * gdb.dwarf2/implptr.S: New file.
10129
94b6973e
PM
101302010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10131
fc529d80 10132 PR python/12199
94b6973e
PM
10133
10134 * gdb.python/py-breakpoint.exp: Test the delete method.
10135
8358c15c
JK
101362010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10137
10138 Fix step_resume_breakpoint unsaved during an infcall.
10139 * gdb.base/step-resume-infcall.exp: New file.
10140 * gdb.base/step-resume-infcall.c: New file.
10141
f6df29bc
TJB
101422010-11-24 Edjunior Machado <emachado@br.ibm.com>
10143
10144 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10145
f2b5a5cf
TJB
101462010-11-24 Edjunior Machado <emachado@br.ibm.com>
10147
10148 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10149 on ppc64's symbols; "finish" and "return" commands must accept to
10150 show the caller line again as well as the line after.
10151 * gdb.asm/powerpc64.inc: New file.
10152
6b0ecdc2
DE
101532010-11-23 Doug Evans <dje@google.com>
10154
10155 * lib/gdb.exp (gdb_test_sequence): New function.
10156 (gdb_expect_list): Add verbose -log call for each pattern.
10157 * gdb.base/signals.exp (test_handle_all_print): Call it.
10158 Reduce timeout increment from 6 minutes to 1 minute.
10159 * gdb.server/ext-run.exp: Call it.
10160
ea976c60
PM
101612010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10162
f2b5a5cf 10163 PR python/12212
ea976c60
PM
10164
10165 * gdb.python/python.exp: Check that selected_thread raises an
10166 error when no inferior is loaded.
10167
c0efa795
JK
101682010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10169
10170 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10171 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10172
ec3aa567
JK
101732010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10174
10175 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10176 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10177
d8249011
DE
101782010-11-18 Doug Evans <dje@google.com>
10179
10180 * gdb.server/ext-run.exp: Fix intermittent failures.
10181
d4eba7d1
NF
101822010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10183
10184 * gdb.stabs/gdb11479.exp: Use runto_main.
10185
b04c2f88
NF
101862010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10187
10188 * gdb.base/break-entry.exp: Skip if using a stub.
10189
ae9d7ce4
NF
101902010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10191
10192 * gdb.python/py-inferior.exp: Pack values in target endianness.
10193
621c8364
TT
101942010-11-12 Tom Tromey <tromey@redhat.com>
10195
10196 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10197 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10198 MemoryError.
10199 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10200 type.
10201 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10202 MemoryError.
10203 (test_subscript_regression): Update exception type.
10204
84f4c1fe
PM
102052010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10206
10207 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10208 breakpoint tests.
10209
a1442452
PA
102102010-11-09 Pedro Alves <pedro@codesourcery.com>
10211
10212 * gdb.base/watchpoint.exp: Test "watch -location" with an
10213 innacessible location.
10214
efd11a33
JK
102152010-11-09 Edjunior Machado <emachado@br.ibm.com>
10216 Luis Machado <luisgpm@br.ibm.com>
10217
10218 * gdb.base/maint.exp: Expect "." prefix.
10219 * gdb.base/nodebug.exp: Expect "." Likewise.
10220 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10221 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10222 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10223 POWER server processors.
10224
aa00efb5
JK
102252010-11-08 Edjunior Machado <emachado@br.ibm.com>
10226 Luis Machado <luisgpm@br.ibm.com>
10227
10228 * gdb.base/break-entry.exp: convert entry point for
10229 ppc64 and expect leading `.' on ppc64's symbols
10230
99e7ae30
DE
102312010-11-05 Doug Evans <dje@google.com>
10232
10233 * gdb.base/help.exp: Update expected output.
b521dba8
DE
10234 * gdb.python/py-param.exp: Delete, contents moved to ...
10235 * gdb.python/py-parameter.exp: ... here. New file.
10236 Add test for gdb.parameter ("directories").
99e7ae30 10237
f4b8a18d
KW
102382010-11-05 Ken Werner <ken.werner@de.ibm.com>
10239
10240 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10241 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10242 * configure: Regenerate.
10243 * gdb.opencl/Makefile.in: New File.
10244 * gdb.opencl/datatypes.exp: Likewise.
10245 * gdb.opencl/datatypes.cl: Likewise.
10246 * gdb.opencl/operators.exp: Likewise.
10247 * gdb.opencl/operators.cl: Likewise.
10248 * gdb.opencl/vec_comps.exp: Likewise.
10249 * gdb.opencl/vec_comps.cl: Likewise.
10250 * gdb.opencl/convs_casts.exp: Likewise.
10251 * gdb.opencl/convs_casts.cl: Likewise.
10252 * lib/opencl.exp: Likewise.
10253 * lib/opencl_hostapp.c: Likewise.
10254 * lib/opencl_kernel.cl: Likewise.
10255 * lib/cl_util.c: Likewise.
10256 * lib/cl_util.c: Likewise.
10257 * gdb.base/default.exp (set language): Add "opencl" to the list of
10258 languages.
10259
a9d5ef47
SW
102602010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10261
10262 * gdb.cp/overload.exp: Added test for inheritance overload.
10263 * gdb.cp/overload.cc: Ditto.
10264 * gdb.cp/oranking.exp: Removed releveant kfails.
10265
03eb1c79
JK
102662010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10267 Joel Brobecker <brobecker@adacore.com>
10268
10269 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10270 check test_compiler_info.
10271
dbc98a8b
KW
102722010-11-03 Ken Werner <ken.werner@de.ibm.com>
10273
10274 * gdb.base/gnu_vector.exp: Adjust expect messages.
10275
120bd360
KW
102762010-11-03 Ken Werner <ken.werner@de.ibm.com>
10277
10278 * gdb.base/gnu_vector.exp: Add unary operator tests.
10279
c37f7098
KW
102802010-11-03 Ken Werner <ken.werner@de.ibm.com>
10281
10282 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
10283
7b51bc51
DE
102842010-11-02 Doug Evans <dje@google.com>
10285
10286 * gdb.python/py-pp-maint.c: New file.
10287 * gdb.python/py-pp-maint.exp: New file.
10288 * gdb.python/py-pp-maint.py: New file.
10289
50c97f38
TT
102902010-11-02 Tom Tromey <tromey@redhat.com>
10291
10292 * gdb.base/default.exp: Remove "scheme" from language list.
10293
a289b8f6
JK
102942010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10295
10296 Revert:
10297 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10298 * gdb.threads/sigstep-threads.exp: New file.
10299 * gdb.threads/sigstep-threads.c: New file.
10300
cd017491
MS
103012010-10-20 Michael Snyder <msnyder@vmware.com>
10302
10303 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
10304
8e6a5956
UW
103052010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10306
10307 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
10308 Skip test completely if gdb,no_hardware_watchpoints.
10309
2c04da0d
UW
103102010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10311
10312 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
10313 strict, but do not check for any particular function name within libc.
10314
79afc5ef
SW
103152010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10316
10317 * gdb.cp/smartp.exp: New test.
10318 * gdb.cp/smartp.cc : New test.
10319
026ffab7
SW
103202010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10321
10322 * gdb.cp/converts.exp: Test pointer to bool conversion.
10323 Test pointer to long conversion.
10324 * gdb.cp/oranking.exp: Removed relevant kfail.
10325
3a772aa4
TT
103262010-10-18 Tom Tromey <tromey@redhat.com>
10327
10328 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
10329 argument to lazy_string.
10330 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
10331 (pp_ls.to_string): Use it.
10332 * gdb.python/py-prettyprint.c (main): Move declarations to top.
10333 Add "estring2" local.
10334
5fc3827b
JK
103352010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10336
10337 Fix s390x compatibility.
10338 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
10339 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
10340
8aeb23f3
JK
103412010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10342
10343 * gdb.threads/sigstep-threads.exp: New file.
10344 * gdb.threads/sigstep-threads.c: New file.
10345
c1e56572
JK
103462010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 * gdb.base/pie-execl.exp: New file.
10349 * gdb.base/pie-execl.c: New file.
10350
92163a10
JK
103512010-10-13 Doug Evans <dje@google.com>
10352 Jan Kratochvil <jan.kratochvil@redhat.com>
10353
10354 PR exp/12117
10355 * gdb.cp/ptype-cv-cp.cc: New file.
10356 * gdb.cp/ptype-cv-cp.exp: New file.
10357
7062b0a0
SW
103582010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
10359
10360 * gdb.cp/converts.cc: New test program.
10361 * gdb.cp/converts.exp: New test.
10362 * gdb.cp/overload.exp: Added test for void* vs int*.
10363 * gdb.cp/overload.exp: Ditto.
10364 * gdb.cp/oranking.exp: Removed related kfail.
10365
0e3509db
DE
103662010-10-13 Doug Evans <dje@google.com>
10367
10368 * lib/gdb-python.exp (gdb_check_python_config): New function.
10369 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
10370 * gdb.python/lib-types.cc: New file.
10371 * gdb.python/lib-types.exp: New file.
10372
8dc78533
JK
103732010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10374
10375 * gdb.python/py-error.exp: New file.
10376 * gdb.python/py-error.py: New file.
10377
93c17e06
JK
103782010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10379
10380 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
10381 gdb_test_multiple.
10382
d8b34041
JK
103832010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10384
10385 * gdb.base/break-interp.exp: Use ldlags for linking flags.
10386 * gdb.base/prelink.exp: Likewise.
10387 * gdb.base/solib-nodir.exp: Likewise.
10388 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
10389 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
10390 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
10391
e0cc584e
UW
103922010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
10393
10394 * break-interp.exp (test_ld): Use two separate gdb_expect statements
10395 for the "info files" test to avoid timeouts on slow machines.
10396
cfc353b1
JK
103972010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10398
10399 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
10400 (main): Make openlib dummy call.
10401
d3d7896d
JK
104022010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10403
10404 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
10405 * break-interp.exp (reach): Move the core body ...
10406 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
10407 (test_ld): Provide always real argument, even to the linker. Replace
10408 dl_main by _dl_debug_state.
10409
5e533c94
JK
104102010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10411
10412 Fix results of prelinked PIEs on ppc*.
10413 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
10414 Accept also DISPLACEMENT "PRESENT".
10415 (main): Replace "ZERO" displacements by "PRESENT".
10416
33540610
SW
104172010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
10418
10419 * gdb.cp/oranking.exp: New test.
10420 * gdb.cp/oranking.cc: New test program.
10421
3bdf2bbd
KW
104222010-10-08 Ken Werner <ken.werner@de.ibm.com>
10423
10424 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
10425 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
10426
2f608a3a
KW
104272010-10-06 Ken Werner <ken.werner@de.ibm.com>
10428
10429 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10430 lush, lynx) New constant.
10431 * gdb.base/constvars.exp: Test const array types.
10432 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10433
aa2e2d8d
DE
104342010-10-06 Doug Evans <dje@google.com>
10435
10436 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10437 of syscall staging area.
10438
2844d6b5
KW
104392010-10-06 Ken Werner <ken.werner@de.ibm.com>
10440
10441 * gdb.base/gnu_vector.c: Add variable c4.
10442 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10443 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10444
7d8ac8bb
MR
104452010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10446
10447 * gdb.arch/altivec-abi.exp: Fix a typo.
10448
84a02e58
MR
104492010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10450
10451 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10452 to match a thread ID.
10453
b18e6318
JK
104542010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10455
10456 Fix s390x testcase compatibility.
10457 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10458
a2c09bd0
DE
104592010-10-01 Doug Evans <dje@google.com>
10460
10461 * lib/gdb-python.exp: New file.
10462 * gdb.python/py-block.exp: Use it.
10463 * gdb.python/py-breakpoint.exp: Ditto.
10464 * gdb.python/py-frame.exp: Ditto.
10465 * gdb.python/py-inferior.exp: Ditto.
10466 * gdb.python/py-param.exp: Ditto.
10467 * gdb.python/py-prettyprint.exp: Ditto.
10468 * gdb.python/py-shared.exp: Ditto.
10469 * gdb.python/py-symbol.exp: Ditto.
10470 * gdb.python/py-symtab.exp: Ditto.
10471 * gdb.python/py-type.exp: Ditto.
10472 * gdb.python/py-value.exp: Ditto.
10473 * gdb.python/python.exp: Ditto.
10474
38f12cfc
TT
104752010-09-30 Tom Tromey <tromey@redhat.com>
10476
10477 * gdb.base/anon.exp: New file.
10478 * gdb.base/anon.c: New file.
10479
9ae8282d
TT
104802010-09-30 Tom Tromey <tromey@redhat.com>
10481
10482 * gdb.base/completion.exp: Test completion through anonymous
10483 union.
10484 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10485
e9e07ba6
JK
104862010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10487
10488 Fix printing parameters of inlined functions.
10489 * gdb.dwarf2/dw2-inline-param.exp: New file.
10490 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10491 * gdb.dwarf2/dw2-inline-param.S: New file.
10492
cd2effb2
JK
104932010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10494
10495 PR corefiles/12071.
10496 * gdb.base/corefile.exp (quit with a process, no question: load core)
10497 (quit with a core file): New tests.
10498
bceffbf3
JK
104992010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10500
10501 Fix GDB crash on inferior calls with self-referencing classes.
10502 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10503 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10504 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10505
1736ad11
JK
105062010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10507
10508 Fix lost siginfo_t for inferior calls.
10509 * gdb.base/siginfo-infcall.exp: New file.
10510 * gdb.base/siginfo-infcall.c: New file.
10511
a176ad92
JB
105122010-09-22 Joel Brobecker <brobecker@adacore.com>
10513
10514 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10515
c2b0a229
JK
105162010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10517
10518 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10519 New test.
10520 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10521
e8ae22d1
JB
105222010-09-22 Joel Brobecker <brobecker@adacore.com>
10523
10524 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10525 type of our const type.
10526
ec322823
SW
105272010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10528
10529 * gdb.cp/pr12028.cc: New.
10530 * gdb.cp/pr12028.exp: New.
10531
72929c62
JB
105322010-09-22 Joel Brobecker <brobecker@adacore.com>
10533
10534 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10535
875b4ff5 105362010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 10537 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
10538
10539 PR mi/11407
10540 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10541 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10542 * gdb.mi/dw2-ref-missing-frame.S New File.
10543 * gdb.mi/dw2-ref-missing-frame.exp New File.
10544
7155d578
TT
105452010-09-14 Tom Tromey <tromey@redhat.com>
10546
10547 PR symtab/8399:
10548 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10549
515ed532
TT
105502010-09-14 Tom Tromey <tromey@redhat.com>
10551
10552 PR exp/11803:
10553 * gdb.threads/tls.exp: Use C++.
10554 (check_thread_local): Use K::another_thread_local.
10555 * gdb.threads/tls.c (class K): New.
10556 (another_thread_local): Now a member of K.
10557 (spin): Update. No longer K&R C.
10558
450ca57c
SW
105592010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10560
10561 * gdb.cp/koenig.cc: created class for testing member lookup.
10562 * gdb.cp/koenig.exp: Added test for member lookup.
10563
dbd492a3
JK
105642010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10565
10566 Fix false FAILs on sourcetree topdir directory containing "kill".
10567 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10568 source line matching regexp.
10569
8d4d924b
JK
105702010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10571
10572 * gdb.python/python.exp (set height 0, collect help from uiout)
10573 (verify help to uiout): New tests.
10574
8e64f2a0
JK
105752010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10576
10577 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10578 is_lp64_target to check 64bit target.
10579
4569eed2
JK
105802010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10581
10582 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
10583 (test_ld) <powerpc64-*>: New.
10584
5e1617b1
DJ
105852010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10586
10587 * gdb.cp/templates.exp (test_template_args): Allow "struct".
10588
c767944b
DJ
105892010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10590
10591 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
10592 (FunctionArg::method): New function.
10593 (empty, arg): New variables.
10594 (main): Call arg.method.
10595 * gdb.cp/templates.exp (test_template_args): New function.
10596 (do_tests): Call it.
10597
27d3a3fc
UW
105982010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10599
10600 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
10601 of "next" to proceed over pthread_exit call.
10602
55b7ce7f
UW
106032010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10604
10605 * gdb.base/maint.exp: Avoid wildcards against potentially very long
10606 "maint print statistics" output to prevent expect timeouts.
10607
809df446
JK
106082010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10609
10610 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
10611 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10612 (test_float_rejected): ... here.
10613 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
10614 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10615 (test_float_rejected): ... here.
10616 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
10617 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10618 (test_float_rejected): ... here.
10619 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
10620 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10621 (test_float_rejected): ... here.
10622
8464be76
DJ
106232010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10624
10625 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
10626 before disabling hardware watchpoints.
10627 (test_inaccessible_watchpoint): Check that hardware watchpoints
10628 are used. Test for watchpoints on a constant address.
10629
14dba4b4
JK
106302010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10631
10632 * gdb.base/ui-redirect.exp: New file.
10633
3f3540e1 106342010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 10635 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
10636
10637 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10638
0f254bb7
DE
106392010-08-31 Doug Evans <dje@google.com>
10640
10641 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10642
03f17ccf
TT
106432010-08-30 Tom Tromey <tromey@redhat.com>
10644
10645 PR python/11792:
10646 * gdb.python/py-value.exp (test_subscript_regression): Add
10647 dynamic_type test.
10648
640617ad
DJ
106492010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10650
10651 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10652 instead of running to main. Do not test the main function.
10653 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10654 Add new main.
10655
2ed91d1b
PA
106562010-08-26 Pedro Alves <pedro@codesourcery.com>
10657
10658 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10659 one test.
10660
673bfd45
DE
106612010-08-24 Doug Evans <dje@google.com>
10662
10663 PR symtab/11942
10664 * gdb.dwarf2/dw4-sig-types.cc: New file.
10665 * gdb.dwarf2/dw4-sig-types.h: New file.
10666 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10667 * gdb.dwarf2/dw4-sig-types.exp: New file.
10668
f9ffd4bb
TT
106692010-08-23 Tom Tromey <tromey@redhat.com>
10670
10671 PR python/11145:
10672 * gdb.python/py-value.c (Base, Derived): New types.
10673 (base): New global.
10674 * gdb.python/py-value.exp (test_subscript_regression): Add
10675 dynamic_cast test.
10676
d839c8a4
TT
106772010-08-23 Tom Tromey <tromey@redhat.com>
10678
10679 PR python/10676:
10680 * gdb.python/py-type.exp (test_fields): Add tests for type
10681 equality.
10682
702c2711
TT
106832010-08-23 Tom Tromey <tromey@redhat.com>
10684
10685 PR python/11915:
10686 * gdb.python/py-type.exp (test_fields): Add tests for array.
10687
832bafd3
KS
106882010-08-23 Keith Seitz <keiths@redhat.com>
10689
10690 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10691 have any children. Create a new abbrev for it.
10692 Add missing terminal sequence to .debug_abbrev.
10693
c37bf528
KS
106942010-08-20 Keith Seitz <keiths@redhat.com>
10695
10696 PR symtab/11465:
10697 * gdb.dwarf2/pr11465.exp: New test.
10698 * gdb.dwarf2/pr11465.S: New file.
10699 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10700 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10701
4572cbac
TJB
107022010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10703
10704 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10705 registers. Update data sets with the new v2_double element in the
10706 VSX register union. Add vector_register3_vr data set for the AltiVec
10707 registers. Use gdb_test_no_output instead of send_gdb.
10708
e7fbb131
PA
107092010-08-19 Pedro Alves <pedro@codesourcery.com>
10710
10711 * gdb.python/py-shared.exp: New file, factored out from
10712 python.exp.
10713 * gdb.python/py-shared.c: New file.
10714 * gdb.python/py-shared-sl.c: New file.
10715 * gdb.python/python-1.c: New file.
10716 * gdb.python/python-sl.c: Delete.
10717 * gdb.python/python.c: Mention python-1.c.
10718 * gdb.python/python.exp: Move shared library tests to
10719 py-shared.exp.
10720 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10721 (MISCELLANEOUS): New.
10722 (clean mostlyclean): Also remove $MISCELLANEOUS.
10723
d30f5e1f
DE
107242010-08-19 Doug Evans <dje@google.com>
10725
10726 PR exp/11926
10727 * gdb.base/printcmds.exp (test_float_accepted): New function.
10728 Move existing float tests there. Add tests for floats with suffixes.
10729 (test_float_rejected): New function.
10730 * gdb.java/jv-print.exp (test_float_accepted): New function.
10731 (test_float_rejected): New function.
10732 * gdb.objc/print.exp: New file.
10733 * gdb.pascal/print.exp: New file.
10734 * lib/objc.exp: New file.
10735
7b3fd859
PM
107362010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10737
10738 * gdb.base/default.exp (info set): Avoid full buffer error and force
10739 reading up to final gdb prompt.
10740 (show): Likewise.
10741
c92817ce
TT
107422010-08-18 Tom Tromey <tromey@redhat.com>
10743
10744 PR symtab/11919:
10745 * gdb.base/completion.exp: Add test.
10746
f1208f9e
DE
107472010-08-18 Doug Evans <dje@google.com>
10748
10749 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10750 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10751 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10752 Simplify, early exit if runto_main fails.
10753 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10754 (set_lang_fortran): Moved to lib/fortran.exp.
10755 * gdb.fortran/types.exp: load_lib fortran.exp.
10756 (set_lang_fortran): Moved to lib/fortran.exp.
10757 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10758 * gdb.java/jprint.exp (set_lang_java): Ditto.
10759 * gdb.java/jv-exp.exp: load_lib java.exp.
10760 If set_lang_java fails, issue a warning instead of failure to be
10761 consistent with other set_lang_foo uses.
10762 (set_lang_java): Moved to lib/java.exp.
10763 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10764 If set_lang_java fails, issue a warning instead of failure to be
10765 consistent with other set_lang_foo uses.
10766 * gdb.pascal/types.exp: load_lib pascal.exp.
10767 (set_lang_pascal): Moved to lib/pascal.exp.
10768 * lib/fortran.exp: New file.
10769 * lib/java.exp (set_lang_java): New function.
10770 * lib/pascal.exp (set_lang_pascal): New function.
10771
2f06b485
YQ
107722010-08-18 Yao Qi <yao@codesourcery.com
10773
10774 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10775 func_nofb_start and func_loopfb_start, so that address of functions
10776 is equal to these labels on Thumb.
10777
96e25403
YQ
107782010-08-18 Yao Qi <yao@codesourcery.com>
10779
10780 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10781 to reflect latest c source file.
10782
36e6adc4
JK
107832010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10784
10785 * gdb.cp/infcall-dlopen.exp: New file.
10786 * gdb.cp/infcall-dlopen.cc: New file.
10787 * gdb.cp/infcall-dlopen-lib.cc: New file.
10788
f431efe5
PA
107892010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10790 Pedro Alves <pedro@codesourcery.com>
10791
10792 PR breakpoints/11371
10793
10794 * gdb.base/watch-cond-infcall.exp: New file.
10795 * gdb.base/watch-cond-infcall.c: New file.
10796
06a64a0b
TT
107972010-08-16 Tom Tromey <tromey@redhat.com>
10798
10799 * gdb.base/help.exp: Update.
10800 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10801 watchpoint.
10802 (test_watch_location): New proc.
10803 (test_watchpoint_in_big_blob): Delete watchpoint.
10804 * gdb.base/watchpoint.c (func5): New function.
10805 (main): Call it.
10806
70ebf4ed
DE
108072010-08-16 Doug Evans <dje@google.com>
10808
10809 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10810
ca5c20b6
PM
108112010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10812
10813 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10814 tests.
10815
7346b668
KW
108162010-08-11 Ken Werner <ken.werner@de.ibm.com>
10817
10818 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10819 * gdb.base/gnu_vector.c: New File.
10820 * gdb.base/gnu_vector.exp: Likewise.
10821
cb2e07a6
PM
108222010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10823
10824 * gdb.python/python.c: New File.
10825 * gdb.python/python-sl.c: New File.
10826 * gdb.python/python.exp: Test solib_address and decode_line
10827 * functions.
10828
5da1313b
JK
108292010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10830
10831 * gdb.python/python.exp (show height, set height 10)
10832 (verify pagination beforehand, verify pagination beforehand: q)
10833 (gdb.execute does not page, verify pagination afterwards)
10834 (verify pagination afterwards: q): New.
10835
49c3ccf7
DE
108362010-08-02 Doug Evans <dje@google.com>
10837
10838 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10839 because of an older gcc, change test2
10840 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10841 to unsupported.
10842
42c0c4f1
KH
108432010-07-30 Kazu Hirata <kazu@codesourcery.com>
10844
10845 * gdb.base/break-always.exp: Do not expect full paths to file
10846 names.
10847 * gdb.base/commands.exp: Likewise.
10848
d3765805
DE
108492010-07-30 Doug Evans <dje@google.com>
10850
c98ee71b
DE
10851 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10852 xfail them when run with older gccs.
10853
fd961404
DE
10854 * lib/gdb.exp (build_executable): Forward "c++" option to
10855 get_compiler_info.
10856
999adef4
DE
10857 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10858 "python print ttype.template_argument(1)" and
10859 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10860 if using gcc 4.4 or earlier.
10861
d3765805
DE
10862 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10863 attach-to-debugger handling.
10864
1276c759
JK
108652010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10866
10867 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10868 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10869 (main): Use copyreloc.
10870 * gdb.base/prelink.exp (split debug of executable)
10871 (.dynbss vs. .bss address shift): New tests.
10872
88caa9b9
PA
108732010-07-29 Pedro Alves <pedro@codesourcery.com>
10874
10875 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10876 in gdb_test_multiple.
10877
c6f2ac43
PA
108782010-07-29 Pedro Alves <pedro@codesourcery.com>
10879
10880 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10881 environment.
10882
326fd672
TT
108832010-07-28 Tom Tromey <tromey@redhat.com>
10884
10885 PR python/11060:
10886 * gdb.python/py-type.c (Temargs): New template.
10887 (temvar): New variable.
10888 * gdb.python/py-type.exp (test_template): New proc.
10889
3ce3b1ba
PA
108902010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10891
10892 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10893 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10894
34eaf542
TT
108952010-07-28 Tom Tromey <tromey@redhat.com>
10896
10897 PR c++/9946:
10898 * gdb.cp/temargs.exp: New file.
10899 * gdb.cp/temargs.cc: New file.
10900
d41b819e
JK
109012010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10902
10903 * gdb.base/help.exp (help disassemble): Update the content.
10904
26ab7092
JK
109052010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10906
10907 * gdb.threads/ia64-sigill.exp: New file.
10908 * gdb.threads/ia64-sigill.c: New file.
10909
5283e9e1
TT
109102010-07-27 Tom Tromey <tromey@redhat.com>
10911
10912 * gdb.opt/inline-cmds.c (ATTR): New define.
10913 (func1): Use it.
10914 (func2): Likewise.
10915 (func3): Likewise.
10916 (outer_inline1): Likewise.
10917 (outer_inline2): Likewise.
10918 * gdb.opt/inline-bt.c (ATTR): New define.
10919 (func1): Use it.
10920 (func2): Likewise.
10921 * gdb.opt/inline-locals.c (ATTR): New define.
10922 (func1): Use it.
10923 (func2): Likewise.
10924
e992ef73
TT
109252010-07-27 Tom Tromey <tromey@redhat.com>
10926
10927 * gdb.stabs/gdb11479.c (hack): New function.
10928 (test): Use it.
10929 (test2): Use it.
10930 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10931 (int32_search_buf, int64_search_buf): No longer static.
10932 (x): Remove.
10933 * gdb.base/relocate.c (hack): New function.
10934
5374244e
PM
109352010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10936
10937 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10938 * gdb.python/py-value.c (func1): New function.
10939 (func2): Likewise.
10940
a99aee83
CV
109412010-07-26 Corinna Vinschen <vinschen@redhat.com>
10942
10943 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10944 as not to clash with .data section.
10945
a04ba985
JG
109462010-07-26 Jerome Guitton <guitton@adacore.com>
10947
10948 * gdb.base/code_elim.exp: New file.
10949 * gdb.base/code_elim1.c: New file.
10950 * gdb.base/code_elim2.c: New file.
10951
23bd0f7c
PA
109522010-07-21 Pedro Alves <pedro@codesourcery.com>
10953
10954 PR symtab/11827
10955
10956 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10957 (some_volatile_enum): New variable.
10958 * gdb.base/printcmds.exp (test_print_enums): New.
10959 <top level>: Call it.
10960
883df6dd
SW
109612010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10962
10963 * gdb.cp/fpointer.cc: New test.
10964 * gdb.cp/fpointer.exp: New test.
10965
569b05a5
JK
109662010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10967
10968 * gdb.base/solib-nodir.exp: New file.
10969 * lib/gdb.exp (runto): New case for a GDB internal error.
10970
51d7d803
JK
109712010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10972 Ulrich Weigand <uweigand@de.ibm.com>
10973 Tom Tromey <tromey@redhat.com>
10974
10975 * gdb.base/charset-malloc.c: New file.
10976 * gdb.base/charset.c (malloc_stub): New prototype.
10977 (main): Call it instead of malloc itself.
10978 * gdb.base/charset.exp: Use only prepare_for_testing.
10979 (binfile): Remove the variable.
10980
c0edd9ed
JK
109812010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10982
10983 Make core files the process_stratum.
10984 * gdb.base/corefile.exp (run: load core again)
10985 (run: sanity check we see the core file, run: with core)
10986 (run: core file is cleared, attach: load core again)
10987 (attach: sanity check we see the core file, attach: with core)
10988 (attach: core file is cleared): New tests.
10989 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10990
3cbaedff
KW
109912010-07-14 Ken Werner <ken.werner@de.ibm.com>
10992
10993 * gdb.arch/altivec-abi.exp: New tests.
10994
91158a56
TT
109952010-07-13 Tom Tromey <tromey@redhat.com>
10996
10997 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10998 (main): Use it.
10999 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11000
0f5238ed
TT
110012010-07-13 Tom Tromey <tromey@redhat.com>
11002
11003 * gdb.base/label.exp: New file.
11004 * gdb.base/label.c: New file.
11005
add265ae
L
110062010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11007 H.J. Lu <hongjiu.lu@intel.com>
11008
11009 * lib/gdb.exp (is_ilp32_target): New.
11010 (is_lp64_target): Likewise.
11011
11012 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11013 target.
11014 * gdb.arch/amd64-disp-step.exp: Likewise.
11015 * gdb.arch/amd64-dword.exp: Likewise.
11016 * gdb.arch/amd64-i386-address.exp: Likewise.
11017 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 11018
add265ae
L
11019 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11020 target.
11021 * gdb.arch/i386-bp_permanent.exp: Likewise.
11022 * gdb.arch/i386-byte.exp: Likewise.
11023 * gdb.arch/i386-disp-step.exp: Likewise.
11024 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11025 * gdb.arch/i386-prologue.exp: Likewise.
11026 * gdb.arch/i386-size-overlap.exp: Likewise.
11027 * gdb.arch/i386-size.exp: Likewise.
11028 * gdb.arch/i386-sse.exp: Likewise.
11029 * gdb.arch/i386-unwind.exp: Likewise.
11030 * gdb.arch/i386-word.exp: Likewise.
11031
11032 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11033 test only when building 64-bit executables. Do not hard-code
11034 -m64 option.
11035
2dfb8c17
DE
110362010-07-07 Doug Evans <dje@google.com>
11037
11038 * lib/gdb.exp (gdb_test_list_exact): New function.
11039 * gdb.base/default.exp (show convenience): Call it, add tests for
11040 $_sdata = void, $_thread = 0.
11041
4e5799b6
JK
110422010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11043 Joel Brobecker <brobecker@adacore.com>
11044
11045 Fix re-run of PIE executable, PR shlibs/11776.
11046 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11047 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11048 and re-"run" of the inferior.
11049
1a219cc7
JK
110502010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11051 Joel Brobecker <brobecker@adacore.com>
11052
11053 Cope with missing /usr/sbin/prelink.
11054 * lib/prelink-support.exp (prelink_no):
11055 <result == 1 && $output is "no such file or directory">: New.
11056 (prelink_yes): Likewise. Return on failed prelink_no.
11057
5e3b36f8
JK
110582010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11059 Joel Brobecker <brobecker@adacore.com>
11060
11061 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11062 build_executable by build_executable_own_libs. Replace "prelink -R"
11063 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11064 change.
11065 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11066 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11067 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11068 Replace build_executable by build_executable_own_libs's function
11069 build_executable_own_libs.
11070 (prelinkNO): Create new stub to call prelink_no.
11071 (prelinkYES): Create new stub to call prelink_yes.
11072 (test_attach): Rename calls of copy to file_copy.
11073 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11074 (copy): Move to ...
11075 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11076 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11077 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11078 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11079 special flags by gdb_compile_shlib. Replace second gdb_compile by
11080 build_executable_own_libs. Replace "prelink -R" execution by a call of
11081 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11082 a second call of prelink_yes. Replace restart commands by
11083 clean_restart.
11084 (prelink): Rename to ...
11085 (seen displacement message): ... this test. Extend its expectation
11086 strictness.
11087
86e4bafc
JK
110882010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11089
11090 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11091 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11092 displacement message exactly once.
11093
3cd07d20
JK
110942010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11095 Joel Brobecker <brobecker@adacore.com>
11096
11097 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11098 its restore after the <$relink_args != ""> loop. new comment.
11099
0a1e94c7
JK
111002010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11101 Joel Brobecker <brobecker@adacore.com>
11102
11103 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11104 code for it. New variable relink_args.
11105 (prelinkYES): Call prelinkNO.
11106 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11107 in such case. Move the core code to ...
11108 (test_attach_gdb): ... a new function. Send GDB command "file".
11109 Extend expected "Attaching to " string.
11110
2f70bcfb
TT
111112010-07-02 Tom Tromey <tromey@redhat.com>
11112
11113 * gdb.base/bitops.exp: Remove extraneous "pass".
11114
a17ac5b0
TT
111152010-07-02 Ken Werner <ken.werner@de.ibm.com>
11116
11117 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11118
dc10affe
PA
111192010-07-01 Pedro Alves <pedro@codesourcery.com>
11120
d41c0fc8
PA
11121 * gdb.base/help.exp: Adjust expected output.
11122
111232010-07-01 Pedro Alves <pedro@codesourcery.com>
11124
11125 * gdb.base/help.exp: Adjust expected output.
dc10affe 11126
0a600c36
JK
111272010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11128
11129 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11130 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11131 c++/11702.
11132
37cc8bfe
JK
111332010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11134 Doug Evans <dje@google.com>
11135
11136 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11137 add .dynamic entry'.
11138
254e6b9e
DE
111392010-06-29 Doug Evans <dje@google.com>
11140
11141 Test PR c++/11702.
11142 * gdb.cp/m-static.exp: Add testcase.
11143 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11144
595939de 111452010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
11146 Tom Tromey <tromey@redhat.com>
11147 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
11148
11149 * gdb.python/py-inferior.c: New File.
11150 * gdb.python/py-infthread.c: New File.
11151 * gdb.python/py-inferior.exp: New File.
11152 * gdb.python/py-infthread.exp: New File.
11153
98751a41
JK
111542010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11155
11156 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11157 (ptype ::C::OtherFileClass typedefs): New.
11158 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11159 (C::OtherFileClass::cOtherFileClassVar2): New.
11160 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11161 cOtherFileClassVar2.
11162 (C::cOtherFileType2, C::cOtherFileVar2): New.
11163 (C::cOtherFileVar_use): use also cOtherFileVar2.
11164 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11165
41f62f39
JK
111662010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11167
11168 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11169 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11170 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11171 (print ::C::cOtherFileVar)
11172 (whatis C::OtherFileClass::cOtherFileClassType)
11173 (whatis ::C::OtherFileClass::cOtherFileClassType)
11174 (print C::OtherFileClass::cOtherFileClassVar)
11175 (print ::cOtherFileClassVar)
11176 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11177 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11178 trailing content.
11179 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11180 (C::OtherFileClass::cOtherFileClassVar)
11181 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11182 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11183
af53d231
JK
111842010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11185
11186 Test PR c++/11703 and PR gdb/1448.
11187 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11188 gdb/1448.
11189
9655fd1a
JK
111902010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11191
11192 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11193 (main) <rtti_data>: New.
11194 * gdb.cp/virtbase.exp (print rtti_data): New.
11195
824cc8dd
JK
111962010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11197 Joel Brobecker <brobecker@adacore.com>
11198
11199 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11200
6036c742
JK
112012010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11202
11203 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11204
de6a0421
DE
112052010-06-28 Doug Evans <dje@google.com>
11206
11207 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11208
b2dae948
DE
112092010-06-27 Doug Evans <dje@google.com>
11210
11211 * gdb.cp/m-static.exp: Update expected test output.
11212
0f3bb72e
PH
112132010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11214
889bf7c5
PA
11215 * gdb.gdb/selftest.exp: Adjust expected message for
11216 capturing start-up runtime.
0f3bb72e 11217
bc9f0842
TT
112182010-06-25 Tom Tromey <tromey@redhat.com>
11219
11220 PR python/10808:
11221 * gdb.python/python.exp: Add new tests.
11222
099ef718
SW
112232010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11224
11225 * gdb.cp/operator.cc: Created an import loop.
11226 * gdb.cp/operator.exp: Added testcase for import loop.
11227
5868a632
JK
112282010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11229
11230 Test PR python/11407.
11231 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11232 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11233 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11234 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11235 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11236 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11237 binfile. Call gdb_compile with clean_restart twice.
11238 (func_nofb print, func_nofb backtrace, func_loopfb print)
11239 (func_loopfb backtrace): New.
11240
af76db58
JK
112412010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11244 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11245 by a hand made one.
11246 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11247 i?86 requirement. Remove variables srcfile and binfile. New variable
11248 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11249
f2c7657e
UW
112502010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11251
11252 * gdb.cell/dwarfaddr.exp: New file.
11253 * gdb.cell/dwarfaddr.S: New file.
11254
628fe4e4
JK
112552010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11256
11257 Test PR 9436.
11258 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11259
f1421989
HZ
112602010-06-24 Hui Zhu <teawater@gmail.com>
11261
11262 * gdb.base/eval.exp: New file.
11263
d03285ec
UW
112642010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11265
11266 * gdb.cell/fork.exp: New file.
11267 * gdb.cell/fork.c: Likewise.
11268 * gdb.cell/fork-spu.c: Likewise.
11269
41b2c92d
PM
112702010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11271
11272 * lib/gdb.exp (banned_variables_traced): New global variable.
11273 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11274 (gdb_init): Use `trace add variable' instead of obsolete
11275 `trace variable'.
11276
d5bc977f
DE
112772010-06-21 Doug Evans <dje@google.com>
11278
11279 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11280
d2ed6730
UW
112812010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11282
11283 * gdb.arch/spu-ls.exp: New file.
11284 * gdb.arch/spu-ls.c: Likewise.
11285
6aed2dbc
SS
112862010-06-18 Stan Shebs <stan@codesourcery.com>
11287
11288 * gdb.threads/thread-specific.exp: Add tests of $_thread.
11289
e0756905
UW
112902010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11291
11292 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
11293 * gdb.base/watch-cond.exp: Likewise.
11294 * gdb.python/py-breakpoint.exp: Likewise.
11295
d8053d4d
PA
112962010-06-18 Pedro Alves <pedro@codesourcery.com>
11297
11298 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
11299 clean_restart, make sure every test has a distinct message, and
11300 that messages don't include the executable' full path.
11301
81ce510c
DE
113022010-06-17 Doug Evans <dje@google.com>
11303
11304 * gdb.arch/i386-size.exp: Updated expected output for
11305 DISASSEMBLY_OMIT_FNAME.
11306
65d79d4b
SDJ
113072010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11308 Sergio Durigan Junior <sergiodj@redhat.com>
11309
11310 * gdb.base/watch-notconst.c: New file.
11311 * gdb.base/watch-notconst.S: New file.
11312 * gdb.base/watch-notconst2.c: New file.
11313 * gdb.base/watch-notconst2.S: New file.
11314 * gdb.base/watch-notconst.exp: New file.
11315 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
11316 (func4): Add operations on `global_ptr_ptr'.
11317 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
11318 routine to test watchpoints created with a constant expression.
11319 (test_inaccessible_watchpoint): Include tests for watchpoints
11320 created with a constant expression.
11321
df0f4836
KB
113222010-06-14 Kevin Buettner <kevinb@redhat.com>
11323
11324 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
11325 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
11326 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
11327 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
11328 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
11329 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
11330 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
11331 of `_start'.
11332
b769def5
UW
113332010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11334
11335 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
11336 not supported on the target.
11337 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11338 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11339 * gdb.mi/mi-nsintrall.exp: Likewise.
11340 * gdb.mi/mi-nsmoribund.exp: Likewise.
11341 * gdb.mi/mi-nsthrexec.exp: Likewise.
11342
d914c394
SS
113432010-06-11 Stan Shebs <stan@codesourcery.com>
11344
11345 * gdb.base/permissions.exp: New file.
11346
113472010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
11348
11349 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
11350 does not support ELF executable class.
11351
f3ce5b9c
UW
113522010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11353
11354 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
11355
8e46892c
JK
113562010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11357
11358 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
11359 (runto): Catch "The target does not support running in non-stop mode.".
11360
6cc55c64
MS
113612010-06-11 Michael Snyder <msnyder@vmware.com>
11362
11363 * gdb.base/setshow.exp (set language asm): Don't use
11364 gdb_test_no_output, fails on some targets.
11365
caddefa4
UW
113662010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11367
11368 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
11369 * gdb.cp/pr9167.exp: Likewise.
11370
468b1aa7
UW
113712010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11372
11373 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
11374
5c3552dc
UW
113752010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11376
11377 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
11378
02e6fe6a
UW
113792010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11380
11381 * gdb.base/charset.c (main): Make sure malloc gets linked in.
11382
0e03807e
TT
113832010-06-11 Tom Tromey <tromey@redhat.com>
11384
11385 PR gdb/9977, PR exp/11636::
11386 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
11387 (pieces_test_f6): Update expected output.
11388
2bdf28a0
JK
113892010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11390
11391 * gdb.base/moribund-step.exp: New.
11392
f6978de9
MS
113932010-06-08 Michael Snyder <msnyder@vmware.com>
11394
11395 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 11396 * gdb.ada/boolean_expr.exp:
f6978de9
MS
11397 * gdb.ada/frame_args.exp: Ditto.
11398 * gdb.ada/lang_switch.exp: Ditto.
11399 * gdb.ada/ptype_arith_binop.exp: Ditto.
11400 * gdb.ada/ref_param.exp: Ditto.
11401 * gdb.ada/type_coercion.exp:Ditto.
11402
11403 * gdb.asm/asm-source.exp: Ditto.
11404
11405 * gdb.base/attach.exp: Ditto.
11406 * gdb.base/bitfields2.exp: Ditto.
11407 * gdb.base/call-signal-resume.exp: Ditto.
11408 * gdb.base/callfuncs.exp: Ditto.
11409 * gdb.base/commands.exp: Ditto.
11410 * gdb.base/dbx.exp: Ditto.
11411 * gdb.base/default.exp: Ditto.
11412 * gdb.base/dump.exp: Ditto.
11413 * gdb.base/exprs.exp: Ditto.
11414 * gdb.base/freebpcmd.exp: Ditto.
11415 * gdb.base/interrupt.exp: Ditto.
11416 * gdb.base/list.exp: Ditto.
11417 * gdb.base/long_long.exp: Ditto.
11418 * gdb.base/maint.exp: Ditto.
11419 * gdb.base/ptype.exp: Ditto.
11420 * gdb.base/return.exp: Ditto.
11421 * gdb.base/setshow.exp: Ditto.
11422 * gdb.base/sigbpt.exp: Ditto.
11423 * gdb.base/sigrepeat.exp: Ditto.
11424
11425 * gdb.cp/classes.exp: Ditto.
11426
11427 * gdb.dwarf2/dw2-restore.exp: Ditto.
11428
11429 * gdb.gdb/selftest.exp: Ditto.
11430
11431 * gdb.multi/base.exp: Ditto.
11432 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11433
11434 * gdb.python/py-block.exp: Ditto.
11435 * gdb.python/py-prettyprint.exp: Ditto.
11436 * gdb.python/py-template.exp: Ditto.
11437
11438 * gdb.server/ext-attach.exp: Ditto.
11439 * gdb.server/ext-run.exp: Ditto.
11440 * gdb.server/server-mon.exp: Ditto.
11441
11442 * gdb.threads/fork-thread-pending.exp: Ditto.
11443 * gdb.threads/hand-call-in-threads.exp: Ditto.
11444 * gdb.threads/interrupted-hand-call.exp: Ditto.
11445 * gdb.threads/linux-dp.exp: Ditto.
11446 * gdb.threads/manythreads.exp: Ditto.
11447 * gdb.threads/print-threads.exp: Ditto.
11448 * gdb.threads/pthreads.exp: Ditto.
11449 * gdb.threads/schedlock.exp: Ditto.
11450 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11451 * gdb.threads/threadapply.exp: Ditto.
11452
de7ff789
MS
114532010-06-08 Michael Snyder <msnyder@vmware.com>
11454
889bf7c5 11455 * gdb.ada/exec_changed.exp:
de7ff789
MS
11456 Use ".*" instead of "" as wildcard regexp.
11457
11458 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11459 * gdb.base/call-ar-st.exp: Ditto.
11460 * gdb.base/checkpoint.exp: Ditto.
11461 * gdb.base/default.exp: Ditto.
11462 * gdb.base/dump.exp: Ditto.
11463 * gdb.base/ending-run.exp: Ditto.
11464 * gdb.base/fileio.exp: Ditto.
11465 * gdb.base/miscexprs.exp: Ditto.
11466 * gdb.base/pointers.exp: Ditto.
11467 * gdb.base/readline.exp: Ditto.
11468 * gdb.base/reread.exp: Ditto.
11469 * gdb.base/restore.exp: Ditto.
11470 * gdb.base/shlib-call.exp: Ditto.
11471 * gdb.base/valgrind-db-attach.exp: Ditto.
11472 * gdb.base/volatile.exp: Ditto.
11473 * gdb.base/watchpoints.exp: Ditto.
11474
11475 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11476
11477 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11478 * gdb.python/py-value.exp: Ditto.
11479
11480 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11481 * gdb.trace/circ.exp: Ditto.
11482 * gdb.trace/collection.exp: Ditto.
11483 * gdb.trace/packetlen.exp: Ditto.
11484 * gdb.trace/passc-dyn.exp: Ditto.
11485 * gdb.trace/report.exp: Ditto.
11486 * gdb.trace/tfile.exp: Ditto.
11487 * gdb.trace/tfind.exp: Ditto.
11488 * gdb.trace/while-dyn.exp: Ditto.
11489
3bebe2f2
JK
114902010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11491
11492 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11493
5c631832
JK
114942010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11495
11496 Test PR 10640.
11497 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11498
4c3376c8
SW
114992010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11500
11501 * gdb.cp/koenig.exp: Test for ADL operators.
11502 * gdb.cp/koenig.cc: Added ADL operators.
11503 * gdb.cp/operator.exp: New test.
11504 * gdb.cp/operator.cc: New test.
11505
dc226d5a
MS
115062010-06-04 Michael Snyder <msnyder@vmware.com>
11507
dfb88a23
MS
11508 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11509 * gdb.base/pending.exp: Ditto.
f7ae76b3 11510
dc226d5a
MS
11511 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11512
967cf477
DE
115132010-06-04 Doug Evans <dje@google.com>
11514
11515 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11516 disabled printers.
11517 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11518 (enable_lookup_function): New function.
11519
eb801841
TT
115202010-06-04 Tom Tromey <tromey@redhat.com>
11521
11522 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11523 of hash and id.
11524
38979823
JK
115252010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11526
11527 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11528 newline.
11529 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11530 (empty verbose non-noisy clear, empty verbose noisy clear)
11531 (empty non-verbose noisy clear): Likewise.
11532
35ec993f
MS
115332010-06-03 Michael Snyder <msnyder@vmware.com>
11534
11535 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11536 * gdb.base/display.exp: Ditto.
11537 * gdb.base/find.exp: Ditto.
11538 * gdb.base/ifelse.exp: Ditto.
11539 * gdb.base/multi-forks.exp: Ditto.
11540 * gdb.base/recurse.exp: Ditto.
11541 * gdb.base/setshow.exp: Ditto.
11542 * gdb.base/value-double-free.exp: Ditto.
11543 * gdb.base/watch-vfork.exp: Ditto.
11544 * gdb.base/watch_thread_num.exp: Ditto.
11545 * gdb.base/watchpoint-solib.exp: Ditto.
11546 * gdb.base/watchpoint.exp: Ditto.
11547 * gdb.base/watchpoints.exp: Ditto.
11548
11549 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11550 * gdb.cp/overload.exp: Ditto.
11551 * gdb.cp/virtfunc.exp: Ditto.
11552
11553 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11554
889bf7c5 11555 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
11556 Replace gdb_test with gdb_test_no_output.
11557
889bf7c5 11558 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
11559 Replace gdb_test with gdb_test_no_output.
11560 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11561 * gdb.threads/watchthreads.exp: Ditto.
11562 * gdb.threads/watchthreads2.exp: Ditto.
11563
11564 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11565 * gdb.trace/tfind.exp: Ditto.
11566
c22decce
JB
115672010-06-03 Joel Brobecker <brobecker@adacore.com>
11568
11569 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11570 successful test if message is the empty string.
11571
fd5700c7
JK
115722010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11573
11574 * gdb.fortran/module.exp (stopped language detection): New test.
11575
f55ee35c
JK
115762010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11577
11578 Support DW_TAG_module as separate namespaces.
11579 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
11580 gdb.fortran/library-module-lib.f90: New.
11581 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
11582 (print i): Remove.
11583 (continue to breakpoint: i-is-1, print var_i value 1)
11584 (continue to breakpoint: i-is-2, print var_i value 2)
11585 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
11586 (print var_d, print var_i value 14, ptype modmany, complete `modm)
11587 (complete `modmany, complete `modmany`, complete `modmany`var)
11588 (show language, setting breakpoint at module): New tests.
11589 * gdb.fortran/module.f90 (module mod): Remove.
11590 (module mod1, module mod2, module modmany, subroutine sub1)
11591 (subroutine sub2, program module): New.
11592
b8e8282f
JK
115932010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11594
11595 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
11596 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
11597 * gdb.cp/anon-union.exp (pass): Rename to ...
11598 (print z 2): ... here.
b8e8282f 11599
019ebafc
MS
116002010-06-02 Michael Snyder <msnyder@vmware.com>
11601
e68d8fd4
MS
11602 * gdb.trace/actions.exp: Use gdb_test_no_output.
11603 * gdb.trace/circ.exp: Ditto.
11604 * gdb.trace/packetlen.exp: Ditto.
11605 * gdb.trace/save-trace.exp: Ditto.
11606 * gdb.trace/tracecmd.exp: Ditto.
11607 * gdb.trace/tsv.exp: Ditto.
11608
12b5d08a
MS
11609 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
11610 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
11611 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11612 * gdb.threads/manythreads.exp: Ditto.
11613 * gdb.threads/print-threads.exp: Ditto.
11614 * gdb.threads/pthreads.exp: Ditto.
11615 * gdb.threads/schedlock.exp: Ditto.
11616 * gdb.threads/staticthreads.exp: Ditto.
11617 * gdb.threads/thread-specific.exp: Ditto.
11618 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11619 * gdb.threads/threadapply.exp: Ditto.
11620 * gdb.threads/watchthreads.exp: Ditto.
11621 * gdb.threads/watchthreads2.exp: Ditto.
11622
89493308
MS
11623 * gdb.python/py-block.exp: Use gdb_test_no_output.
11624 * gdb.python/py-prettyprint.exp: Ditto.
11625 * gdb.python/py-template.exp: Ditto.
11626 * gdb.python/py-value.exp: Ditto.
11627
11628 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
11629 * gdb.reverse/watch-reverse.exp: Ditto.
11630
11631 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
11632 * gdb.server/ext-run.exp: Ditto.
11633
019ebafc
MS
11634 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11635 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11636 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11637 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11638 * gdb.dwarf2/dw2-producer.exp: Ditto.
11639 * gdb.dwarf2/mac-fileno.exp: Ditto.
11640
11641 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11642 * gdb.gdb/selftest.exp: Ditto.
11643
11644 * gdb.multi/base.exp: Use gdb_test_no_output.
11645
11646 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11647
3e0ca3a5
JK
116482010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11649
11650 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11651
9db70545
MS
116522010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11653
a8d52276
MS
11654 * gdb.cp/class2.exp: Use gdb_test_no_output.
11655 * gdb.cp/classes.exp: Ditto.
11656 * gdb.cp/extern-c.exp: Ditto.
11657 * gdb.cp/inherit.exp: Ditto.
11658 * gdb.cp/maint.exp: Ditto.
11659 * gdb.cp/mb-inline.exp: Ditto.
11660 * gdb.cp/mb-templates.exp: Ditto.
11661 * gdb.cp/method2.exp: Ditto.
11662 * gdb.cp/misc.exp: Ditto.
11663 * gdb.cp/ovldbreak.exp: Ditto.
11664 * gdb.cp/punctuator.exp: Ditto.
11665 * gdb.cp/templates.exp: Ditto.
11666 * gdb.cp/virtbase.exp: Ditto.
11667
889bf7c5 11668 * gdb.threads/attach-stopped.exp:
9db70545 11669 Replace uses of send_gdb / gdb_expect.
889bf7c5 11670 * gdb.threads/attachstop-mt.exp:
9db70545 11671 Replace uses of send_gdb / gdb_expect.
889bf7c5 11672 * gdb.threads/gcore-thread.exp:
9db70545 11673 Replace uses of send_gdb / gdb_expect.
889bf7c5 11674 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
11675 Replace uses of send_gdb / gdb_expect.
11676 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 11677 * gdb.threads/print-threads.exp:
9db70545
MS
11678 Replace uses of send_gdb / gdb_expect.
11679 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11680 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11681 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11682
11683 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11684 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11685 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11686 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11687 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11688 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11689 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11690 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11691 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11692 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11693 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11694
359cc68c
JK
116952010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11696
11697 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11698
7d3fe98e
SW
116992010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11700
11701 * gdb.cp/koenig.exp: Added new test case.
11702 * gdb.cp/koenig.cc: Ditto.
11703
27d3a1a2
MS
117042010-06-01 Michael Snyder <msnyder@vmware.com>
11705
11706 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11707 * gdb.base/arrayidx.exp: Ditto.
11708 * gdb.base/attach.exp: Ditto.
11709 * gdb.base/auxv.exp: Ditto.
11710 * gdb.base/bigcre.exp: Ditto.
11711 * gdb.base/break-always.exp: Ditto.
11712 * gdb.base/break-interp.exp: Ditto.
11713 * gdb.base/break.exp: Ditto.
11714 * gdb.base/breakpoint-shadow.exp: Ditto.
11715 * gdb.base/call-ar-st.exp: Ditto.
11716 * gdb.base/call-sc.exp: Ditto.
11717 * gdb.base/call-signal-resume.exp: Ditto.
11718 * gdb.base/callfuncs.exp: Ditto.
11719 * gdb.base/catch-syscall.exp: Ditto.
11720 * gdb.base/charset.exp: Ditto.
11721 * gdb.base/code-expr.exp: Ditto.
11722 * gdb.base/commands.exp: Ditto.
11723 * gdb.base/cond-expr.exp: Ditto.
11724 * gdb.base/condbreak.exp: Ditto.
11725 * gdb.base/cursal.exp: Ditto.
11726 * gdb.base/cvexpr.exp: Ditto.
11727 * gdb.base/default.exp: Ditto.
11728 * gdb.base/del.exp: Ditto.
11729 * gdb.base/detach.exp: Ditto.
11730 * gdb.base/display.exp: Ditto.
11731 * gdb.base/ena-dis-br.exp: Ditto.
11732 * gdb.base/eval-skip.exp: Ditto.
11733 * gdb.base/foll-fork.exp: Ditto.
11734 * gdb.base/foll-vfork.exp: Ditto.
11735 * gdb.base/frame-args.exp: Ditto.
11736 * gdb.base/funcargs.exp: Ditto.
11737 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11738 * gdb.base/gdbvars.exp: Ditto.
11739 * gdb.base/help.exp: Ditto.
11740 * gdb.base/ifelse.exp: Ditto.
11741 * gdb.base/included.exp: Ditto.
11742 * gdb.base/list.exp: Ditto.
11743 * gdb.base/macscp.exp: Ditto.
11744 * gdb.base/maint.exp: Ditto.
11745 * gdb.base/multi-fork.exp: Ditto.
11746 * gdb.base/overlays.exp: Ditto.
11747 * gdb.base/page.exp: Ditto.
11748 * gdb.base/pending.exp: Ditto.
11749 * gdb.base/pointers.exp: Ditto.
11750 * gdb.base/pr11022.exp: Ditto.
11751 * gdb.base/prelink.exp: Ditto.
11752 * gdb.base/printcmds.exp: Ditto.
11753 * gdb.base/psymtab.exp: Ditto.
11754 * gdb.base/randomize.exp: Ditto.
11755 * gdb.base/relational.exp: Ditto.
11756 * gdb.base/relocate.exp: Ditto.
11757 * gdb.base/remote.exp: Ditto.
11758 * gdb.base/sepdebug.exp: Ditto.
11759 * gdb.base/set-lang-auto.exp: Ditto.
11760 * gdb.base/setshow.exp: Ditto.
11761 * gdb.base/setvar.exp: Ditto.
11762 * gdb.base/signals.exp: Ditto.
11763 * gdb.base/signull.exp: Ditto.
11764 * gdb.base/sigstep.exp: Ditto.
11765 * gdb.base/sizeof.exp: Ditto.
11766 * gdb.base/solib-disc.exp: Ditto.
11767 * gdb.base/store.exp: Ditto.
11768 * gdb.base/structs.exp: Ditto.
11769 * gdb.base/structs2.exp: Ditto.
11770 * gdb.base/subst.exp: Ditto.
11771 * gdb.base/term.exp: Ditto.
11772 * gdb.base/trace-commands.exp: Ditto.
11773 * gdb.base/unwindonsignal.exp: Ditto.
11774 * gdb.base/valgrind-db-attach.exp: Ditto.
11775 * gdb.base/varargs.exp: Ditto.
11776 * gdb.base/watch-cond.exp: Ditto.
11777 * gdb.base/watch_thread_num.exp: Ditto.
11778 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11779 * gdb.base/watchpoint.exp: Ditto.
11780 * gdb.base/whatis-exp.exp: Ditto.
11781
f8d3bf8f
MS
117822010-06-01 Michael Snyder <msnyder@vmware.com>
11783
11784 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11785 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11786 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11787 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11788 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11789 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11790 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11791 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11792 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11793 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11794 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11795 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11796 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11797 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11798 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11799
3f9e0d32
JK
118002010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11801
11802 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11803 trailing newline.
11804 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11805 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11806 (p *args): ... here and remove excessive trailing newline.
11807
f629457d
JB
118082010-05-31 Joel Brobecker <brobecker@adacore.com>
11809
11810 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11811
09eef106
JK
118122010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11813
11814 Accept the new Linux kernel "t (tracing stop)" string.
11815 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11816 Update comment.
11817 (state_wait) <T (tracing stop)>: New.
11818 (main): Update the state_wait expect string.
11819
94f31136
PA
118202010-05-28 Pedro Alves <pedro@codesourcery.com>
11821
11822 * limits.c, limits.exp: Delete files.
11823 * Makefile.in (clean mostlyclean): Adjust.
11824 * tracecmd.exp: Adjust.
11825
096554ab
JK
118262010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11827
11828 * gdb.base/tui-layout.exp: New.
11829
27d3a1a2 118302010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 11831
889bf7c5 11832 * gdb.reverse/break-precsave.exp:
bcd2dc50 11833 Replace uses of send_gdb / gdb_expect.
889bf7c5 11834 * gdb.reverse/break-reverse.exp:
bcd2dc50 11835 Replace uses of send_gdb / gdb_expect.
889bf7c5 11836 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 11837 Replace uses of send_gdb / gdb_expect.
889bf7c5 11838 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 11839 Replace uses of send_gdb / gdb_expect.
889bf7c5 11840 * gdb.reverse/finish-precsave.exp:
bcd2dc50 11841 Replace uses of send_gdb / gdb_expect.
889bf7c5 11842 * gdb.reverse/finish-reverse.exp:
bcd2dc50 11843 Replace uses of send_gdb / gdb_expect.
889bf7c5 11844 * gdb.reverse/i386-precsave.exp:
bcd2dc50 11845 Replace uses of send_gdb / gdb_expect.
889bf7c5 11846 * gdb.reverse/i386-reverse.exp:
bcd2dc50 11847 Replace uses of send_gdb / gdb_expect.
889bf7c5 11848 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 11849 Replace uses of send_gdb / gdb_expect.
889bf7c5 11850 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 11851 Replace uses of send_gdb / gdb_expect.
889bf7c5 11852 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 11853 Replace uses of send_gdb / gdb_expect.
889bf7c5 11854 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 11855 Replace uses of send_gdb / gdb_expect.
889bf7c5 11856 * gdb.reverse/machinestate.exp:
bcd2dc50 11857 Replace uses of send_gdb / gdb_expect.
889bf7c5 11858 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 11859 Replace uses of send_gdb / gdb_expect.
889bf7c5 11860 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 11861 Replace uses of send_gdb / gdb_expect.
889bf7c5 11862 * gdb.reverse/solib-precsave.exp:
bcd2dc50 11863 Replace uses of send_gdb / gdb_expect.
889bf7c5 11864 * gdb.reverse/solib-reverse.exp:
bcd2dc50 11865 Replace uses of send_gdb / gdb_expect.
889bf7c5 11866 * gdb.reverse/step-precsave.exp:
bcd2dc50 11867 Replace uses of send_gdb / gdb_expect.
889bf7c5 11868 * gdb.reverse/step-reverse.exp:
bcd2dc50 11869 Replace uses of send_gdb / gdb_expect.
889bf7c5 11870 * gdb.reverse/until-precsave.exp:
bcd2dc50 11871 Replace uses of send_gdb / gdb_expect.
889bf7c5 11872 * gdb.reverse/until-reverse.exp:
bcd2dc50 11873 Replace uses of send_gdb / gdb_expect.
889bf7c5 11874 * gdb.reverse/watch-precsave.exp:
bcd2dc50 11875 Replace uses of send_gdb / gdb_expect.
889bf7c5 11876 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
11877 Replace uses of send_gdb / gdb_expect.
11878
3def43e0
JK
118792010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11880
11881 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11882 excessive newline.
11883
27d3a1a2 118842010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
11885
11886 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
11887 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11888 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11889 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11890 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11891 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11892 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11893 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11894 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11895 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11896 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11897 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11898 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11899 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11900 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11901 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11902 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11903 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11904 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 11905
27d3a1a2 119062010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 11907
22454424
MS
11908 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11909 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11910
11911 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11912 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11913 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11914
889bf7c5 11915 * gdb.reverse/consecutive-reverse.exp:
22454424 11916 Replace uses of send_gdb / gdb_expect.
889bf7c5 11917 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
11918 Replace uses of send_gdb / gdb_expect.
11919
11920 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11921 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11922 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 11923 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
11924 Replace uses of send_gdb / gdb_expect.
11925 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11926 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11927 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11928 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11929 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11930 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11931 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11932 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11933 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
11934
119352010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 11936
22454424 11937 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11938
22454424 11939 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11940
22454424
MS
11941 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11942 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11943 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11944 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11945 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11946 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11947 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11948 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11949 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11950
6e5f2c59
TT
119512010-05-25 Tom Tromey <tromey@redhat.com>
11952
11953 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11954
bbc8b958
TT
119552010-05-25 Tom Tromey <tromey@redhat.com>
11956
11957 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11958 argument order.
11959 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11960 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11961 order.
11962 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11963 order.
11964 * gdb.base/call-sc.exp (setup_kfails): Remove.
11965 (setup_compiler_kfails): Remove.
11966 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11967 argument order.
11968 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11969 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11970 (advancei): Fix setup_kfail argument order.
11971 * gdb.base/radix.exp: Fix setup_kfail argument order.
11972 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11973 order.
11974 * gdb.base/structs.exp (setup_kfails): Remove.
11975 (setup_compiler_kfails): Fix setup_kfail argument order.
11976 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11977 order.
11978 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11979 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11980 setup_kfail argument order.
11981 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11982
83d1babf
TT
119832010-05-25 Tom Tromey <tromey@redhat.com>
11984
11985 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11986
6acb16a2
MS
119872010-05-25 Michael Snyder <msnyder@vmware.com>
11988
11989 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11990 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11991 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11992 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11993 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11994 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11995 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11996 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11997 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
11998 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11999 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12000 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12001 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12002 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12003 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12004 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12005 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12006 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12007 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12008 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12009 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12010 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12011 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
12012 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12013 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12014 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12015 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12016 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12017 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12018 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12019 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12020 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12021 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12022 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12023 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12024 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12025 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12026 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12027 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12028 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12029 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12030 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12031 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12032 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12033 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12034 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12035 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 12036 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12037
120382010-05-25 Doug Evans <dje@google.com>
12039
12040 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12041 gdb.string_to_argv.
ad3986f0 12042
d3b1e874
TT
120432010-05-21 Tom Tromey <tromey@redhat.com>
12044
12045 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12046 Call it.
12047 * gdb.dwarf2/pieces.S: Update.
12048 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12049
cb826367
TT
120502010-05-21 Tom Tromey <tromey@redhat.com>
12051
12052 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12053 Call it.
12054 * gdb.dwarf2/pieces.c (struct C): New.
12055 (f6): New function.
12056 * gdb.dwarf2/pieces.S: Replace.
12057
74de6778
TT
120582010-05-21 Tom Tromey <tromey@redhat.com>
12059
12060 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12061 Call it.
12062
afd74c5f
TT
120632010-05-21 Tom Tromey <tromey@redhat.com>
12064
12065 * gdb.dwarf2.pieces.exp: New file.
12066 * gdb.dwarf2.pieces.S: New file.
12067 * gdb.dwarf2.pieces.c: New file.
12068
a7b75dfd 120692010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 12070 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
12071
12072 * lib/gdb.exp (gdb_test_no_output): New function.
12073 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12074 when testing commands that should produce no output.
12075
c81c812a
JB
120762010-05-17 Joel Brobecker <brobecker@adacore.com>
12077
12078 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12079 parameter that we want to watch being a constant.
12080
0cce5bd9
JB
120812010-05-17 Joel Brobecker <brobecker@adacore.com>
12082
12083 * gdb.ada/cond_lang: New testcase.
12084
47050449
JB
120852010-05-17 Joel Brobecker <brobecker@adacore.com>
12086
12087 * lib/gdb.exp (banned_variables): New variable/constant.
12088 (gdb_init): Add write trace on variables listed in banned_variables.
12089 (gdb_finish): Remove write traces on variables listed in
12090 banned_variables.
12091
77c01586
JB
120922010-05-17 Joel Brobecker <brobecker@adacore.com>
12093
12094 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12095 * gdb.cp/koenig.exp: Likewise.
12096
88d4aea7
PM
120972010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12098
889bf7c5 12099 PR python/11482
88d4aea7
PM
12100
12101 * gdb.python/py-value.exp (test_value_hash): New function.
12102
f5a010c0
PM
121032010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12104
12105 PR exp/11530.
12106 * gdb.base/gdb11530.c: New file.
12107 * gdb.base/gdb11530.exp: New file.
12108
8ef4892f
JK
121092010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12110
12111 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12112 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12113
7322dca9
SW
121142010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12115
12116 * gdb.cp/koenig.exp: New test.
12117 * gdb.cp/koenig.cc: New test program.
12118
02e7ea18
JB
121192010-05-05 Joel Brobecker <brobecker@adacore.com>
12120
12121 Remove the use of prms_id and bug_id throughout the testsuite.
12122
e1c34c5d
PM
121232010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12124
12125 PR exp/11349.
12126 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12127 use a reference local variable.
12128
8e1d0c49
JK
121292010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12130
12131 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12132 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12133 variable different_dir. Move debugfile into a full directory pathname
12134 under DIFFERENT_DIR.
12135 * lib/gdb.exp (separate_debug_filename): Remove.
12136 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12137 variable debug_dir and mkdir of it. Update function comments.
12138
e66408ed
PA
121392010-04-29 Pedro Alves <pedro@codesourcery.com>
12140
12141 PR gdb/11557
12142
12143 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12144 files.
12145
d7b32ed3
PM
121462010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12147
889bf7c5 12148 * gdb.python/py-param.exp: New File.
d7b32ed3 12149
6aecb9c2
JB
121502010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12151
12152 * gdb.base/default.exp: Fix "set language" test.
12153
bdf92a1c
PM
121542010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12155
12156 PR breakpoints/11531.
12157 * gdb.base/gdb11531.c: New file.
12158 * gdb.base/gdb11531.exp: New file.
12159
3f172e24
TT
121602010-04-26 Tom Tromey <tromey@redhat.com>
12161
12162 * gdb.base/completion.exp: Add tests for completion and deprecated
12163 commands.
12164
64af4c92
JK
121652010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12166
12167 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12168 (print /x char_array): Escape curly brackets.
12169
492928e4
JK
121702010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12171
12172 Fix deadlock on looped list of loaded shared objects.
12173 * gdb.base/solib-corrupted.exp: New.
12174
66d09542
DE
121752010-04-23 Doug Evans <dje@google.com>
12176
12177 * gdb.python/py-section-script.c: New file.
12178 * gdb.python/py-section-script.exp: New file.
12179 * gdb.python/py-section-script.py: New file.
12180
8bd10a10
CM
121812010-04-20 Chris Moller <cmoller@redhat.com>
12182
12183 PR 10179
12184
12185 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12186 * gdb.base/pr10179-a.c:
12187 * gdb.base/pr10179-b.c:
12188 * gdb.base/pr10179.exp: New files.
12189
c0201579
JK
121902010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12191
12192 Fix crashes on dangling display expressions.
12193 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12194 is SEP.
12195 (lib_flags): Remove the "debug" keyword.
12196 (libsepdebug): New variable for iterating new loop.
12197 (save_pf_prefix): New variable wrapping the loop.
12198 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12199 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12200
793b0ff8
PM
122012010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12202
12203 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12204
097f51f7
PM
122052010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12206
12207 PR stabs/11479.
12208 * gdb.stabs/gdb11479.exp: New file.
12209 * gdb.stabs/gdb11479.c: New file.
12210
9a22f0d0
PM
122112010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12212
12213 * gdb.base/charset.c (Strin16, String32): New variables.
12214 * gdb.base/charset.exp (gdb_test): Test correct display
12215 of 16 or 32 bit strings.
12216
122172010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
12218
12219 PR 9167
12220 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12221 * gdb.cp/pr9167.cc: New file.
12222 * gdb.cp/pr9167.exp: New file.
12223
12224
6e354e5e
PM
122252010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12226
12227 PR pascal/11492.
12228 * gdb.pascal/gdb11492.pas: New file.
12229 * gdb.pascal/gdb11492.exp: New file.
12230
be942545
JB
122312010-04-20 Joel Brobecker <brobecker@adacore.com>
12232
1667e6e3 12233 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 12234
0c3acc09
JB
122352010-04-20 Joel Brobecker <brobecker@adacore.com>
12236
12237 * gdb.ada/dyn_loc: New testcase.
12238
ec31cde5
CM
122392010-04-20 Chris Moller <cmoller@redhat.com>
12240
12241 PR 10867
889bf7c5 12242
ec31cde5
CM
12243 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12244 * gdb.cp/pr10687.cc: New file.
12245 * gdb.cp/pr10687.exp: New file.
12246
12247
ce4b0682
SDJ
122482010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12249 Sergio Durigan Junior <sergiodj@redhat.com>
12250
12251 * gdb.fortran/logical.exp: New testcase.
12252 * gdb.fortran/logical.f90: New file.
12253
3436961f
DE
122542010-04-19 Doug Evans <dje@google.com>
12255
12256 * gdb.base/help.exp (help source): Update expected output.
12257
4d836c09
JK
122582010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12259
12260 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12261 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12262 gdb_exit and return.
12263 (executable): New variable.
12264 (binfile): Use it.
12265
6149aea9
PA
122662010-04-19 Pedro Alves <pedro@codesourcery.com>
12267
12268 PR breakpoints/8554.
12269
12270 * gdb.trace/save-trace.exp: Adjust.
12271
ed41462c
L
122722010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12273
12274 PR corefiles/11511
12275 * gdb.arch/system-gcore.exp: New.
12276 * gdb.arch/gcore.c: Likewise.
12277
3f7b2faa
DE
122782010-04-15 Doug Evans <dje@google.com>
12279
fa33c3cd
DE
12280 * gdb.python/py-progspace.c: New file.
12281 * gdb.python/py-progspace.exp: New file.
12282
3f7b2faa
DE
12283 * gdb.base/source.exp: Add tests for "source -s".
12284
79f283fe
PM
122852010-04-14 Phil Muldoon <pmuldoon@redhat.com>
12286
12287 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
12288 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
12289 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
12290 * gdb.python/py-mi.exp: New test for to_string returning None.
12291
fc8eb08a
PM
122922010-04-12 Phil Muldoon <pmuldoon@redhat.com>
12293
12294 * gdb.python/py-breakpoint.c: Make result global.
12295
26e197f6
JK
122962010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12297
12298 Fix non-GNU make compatibility.
12299 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
12300
adc36818
PM
123012010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12302
12303 * gdb.python/py-breakpoint.exp: New File.
12304 * gdb.python/py-breakpoint.C: Ditto.
12305
64e17368
SS
123062010-04-08 Stan Shebs <stan@codesourcery.com>
12307
12308 * gdb.trace/actions.exp: Clear default-collect.
12309 * gdb.trace/save-trace.exp: Clear default-collect.
12310
fff5cc64
PM
123112010-04-08 Phil Muldoon <pmuldoon@redhat.com>
12312
12313 * gdb.python/py-value: Add null string variable.
12314 (test_lazy_string): Test zero length, NULL address lazy
12315 strings.
12316
a055a187
L
123172010-04-07 H.J. Lu <hongjiu.lu@intel.com>
12318
12319 * gdb.arch/i386-avx.c: New.
12320 * gdb.arch/i386-avx.exp: Likewise.
12321
12322 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
12323
96e39866
DE
123242010-04-06 Doug Evans <dje@google.com>
12325
12326 * gdb.base/source-test.gdb: New file.
12327 * gdb.base/source.exp: Test source -v.
12328
5984a431
UW
123292010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12330
12331 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
12332
ec8a089a
PM
123332010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
12334
12335 * gdb.stabs/aout.sed: Convert all backslash to double backslash
12336 within one line, unless it is followed by a double quote.
12337 * gdb.stabs/hppa.sed: Idem.
12338 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
12339 * gdb.stabs/weird.exp: Check for correct parsing of
12340 char and string constants.
ec8a089a
PM
12341 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
12342 in .stabs to .stabx substitution.
12343
fce3c1f0
SS
123442010-04-05 Stan Shebs <stan@codesourcery.com>
12345
12346 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
12347 constant global.
12348 * gdb.trace/tfile.exp: Try to print them.
12349
d77f58be
SS
123502010-04-04 Stan Shebs <stan@codesourcery.com>
12351
12352 * gdb.base/completion.exp: Update for new "info watchpoints".
12353 * gdb.base/default.exp: Ditto.
12354 * gdb.base/help.exp: Ditto.
12355 * gdb.base/watchpoint.exp: Ditto.
12356 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 12357
af54718e
SS
123582010-04-04 Stan Shebs <stan@codesourcery.com>
12359
12360 * gdb.trace/tfile.exp: Sharpen tfind test.
12361
74d1f91e
JK
123622010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12363
12364 * gdb.base/break-entry.exp: New.
12365
eb8e76db 123662010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 12367 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
12368
12369 * gdb.reverse/i386-sse-reverse.exp: New file.
12370 * gdb.reverse/i386-sse-reverse.c: New file.
12371
bf65cad8
PA
123722010-04-02 Pedro Alves <pedro@codesourcery.com>
12373
12374 * gdb.trace/tfind.exp: Adjust expected disassembly output.
12375
fff87407
SS
123762010-04-01 Stan Shebs <stan@codesourcery.com>
12377
12378 * gdb.trace/actions.exp: Tweak expected output.
12379 * gdb.trace/while-stepping.exp: Tweak expected output.
12380
fe01d668
L
123812010-04-01 H.J. Lu <hongjiu.lu@intel.com>
12382
12383 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
12384
86b17b60
PA
123852010-04-01 Pedro Alves <pedro@codesourcery.com>
12386
12387 * gdb.base/commands.exp: Adjust.
12388 * gdb.cp/extern-c.exp: Adjust.
12389
2c58c0a9
PA
123902010-04-01 Pedro Alves <pedro@codesourcery.com>
12391
12392 * gdb.trace/collection.c (local_test_func): Define a local struct,
12393 and instanciate it.
12394
0db9b91c
PA
123952010-04-01 Pedro Alves <pedro@codesourcery.com>
12396
12397 * gdb.trace/collection.exp (gdb_collect_args_test)
12398 (gdb_collect_argarray_test): XFAIL the tests that assume the
12399 argarray argument's elements are collected.
12400
8072405b
JK
124012010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12402
12403 * gdb.dwarf2/dw2-bad-parameter-type.exp,
12404 gdb.dwarf2/dw2-bad-parameter-type.S: New.
12405
8bf6485c
SS
124062010-03-31 Stan Shebs <stan@codesourcery.com>
12407
12408 * gdb.trace/save-trace.exp: Test save/restore of default-collect
12409 and tracepoint conditionals.
12410 (gdb_verify_tracepoints): Delete unused return.
12411
fd7f724a
KS
124122010-03-26 Keith Seitz <keiths@redhat.com>
12413
12414 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
12415 appear in the output before main.
12416 Remove KFAIL for gdb/2215 aka bz 9320.
12417
8d9e7719
DE
124182010-03-30 Doug Evans <dje@google.com>
12419
0906dd0b
DE
12420 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
12421 by dejagnu.
12422 * gdb.arch/amd64-dword.exp: Ditto.
12423
8d9e7719
DE
12424 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
12425 match.
12426 (break printf): Ditto.
12427
1da644f0
SW
124282010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12429
12430 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12431 gcc < 4.4.
12432 * gdb.cp/shadow.exp: Ditto.
12433
a8121990
PA
124342010-03-29 Pedro Alves <pedro@codesourcery.com>
12435
12436 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12437 "tstart" is silent.
12438
6e79d367
PA
124392010-03-29 Pedro Alves <pedro@codesourcery.com>
12440
12441 * gdb.trace/collection.exp (executable): New.
12442 (binfile): Use it.
12443 (fpreg, spreg, pcreg): New.
12444 (test_register): Use gdb_test_multiple. Pass /x to print.
12445 (prepare_for_trace_test): New.
12446 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12447 (gdb_collect_args_test, gdb_collect_argstruct_test)
12448 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12449 prepare_for_trace_test.
12450 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12451 fpreg, spreg and pcreg.
12452 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12453 prepare_for_trace_test.
12454 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12455 try to detect tracing support here. Don't set breakpoints at
12456 `begin' or `end' here.
12457 <global scope>: Use clean_restart. Run to main before checking
12458 for tracing support. Check for for tracing support here.
12459
09248348
JK
124602010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12463 " as $displacement" to "seen displacement message".
12464
d350db38
PA
124652010-03-28 Pedro Alves <pedro@codesourcery.com>
12466
12467 * gdb.trace/while-dyn.exp (executable): New variable.
12468 (binfile): Use it.
12469 (test_while_stepping): New function. Move most tests here. Call
12470 it once for each of the while-stepping, stepping and ws aliases.
12471
907af001
UW
124722010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12473
12474 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12475 that do not provide the tagless_struct type name at all.
12476 (test_print_anon_union): Do not check value of uninitialized
12477 union member. Do not use cp_test_ptype_class, so we can accept
12478 "long" as well as "long int".
12479
610197fd
PA
124802010-03-26 Pedro Alves <pedro@codesourcery.com>
12481
12482 * gdb.trace/tfile.c (tohex, bin2hex): New.
12483 (write_error_trace_file): Hexify error description.
12484
6c28cbf2
SS
124852010-03-25 Stan Shebs <stan@codesourcery.com>
12486
12487 * gdb.trace/tfile.c: Generate an additional trace file, improve
12488 portability.
12489 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12490 files in a better way.
12491
e62b8c7e
KS
124922010-03-25 Keith Seitz <keiths@redhat.com>
12493
12494 * gdb.java/jprint.exp: XFAIL printing of static class members
12495 because of GCC debuginfo problem.
12496
82ccf5a5
JK
124972010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12498
12499 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12500
293e2f9e
DJ
125012010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12502
12503 * gdb.base/completion.exp: Allow long instead of long int.
12504 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12505 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12506 variable p.
12507 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12508 * gdb.base/pointers.exp: Allow long instead of long int.
12509 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12510 * gdb.base/step-line.exp: Allow a directory before the source file name.
12511
95a42b64
TT
125122010-03-24 Tom Tromey <tromey@redhat.com>
12513
12514 PR breakpoints/9352:
12515 * gdb.base/default.exp: Update.
12516 * gdb.base/commands.exp: Update.
12517 * gdb.cp/extern-c.exp: Test setting commands on multiple
12518 breakpoints at once.
12519
2390201f
DJ
125202010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12521
12522 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12523 if gdb,nosignals.
12524 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12525 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12526 exited".
12527
8c9a6790
SS
125282010-03-24 Stan Shebs <stan@codesourcery.com>
12529
12530 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12531
a6c727b2
DJ
125322010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12533
12534 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12535 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12536 argument. Handle "short" and "long".
12537 (Top level): Pass overprototyped output for old_fptr and xptr.
12538
4dfd5423
PA
125392010-03-23 Pedro Alves <pedro@codesourcery.com>
12540
12541 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12542 format strings and add casts to avoid compiler warnings.
12543
125442010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
12545
12546 * lib/trace-support.exp (gdb_trace_setactions):
12547 Don't expect whitespace after ">" prompt.
12548 * gdb.trace/actions.exp: Adjust for output changes.
12549 * gdb.trace/while-stepping.exp: Likewise.
12550
c847d045
JK
125512010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12552
12553 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12554 and r157645).
12555
5f717f1d
JK
125562010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12557
12558 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12559 New.
12560
7d6d51d5
DJ
125612010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12562
12563 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12564 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12565
3b11a015
SS
125662010-03-19 Stan Shebs <stan@codesourcery.com>
12567
12568 * gdb.trace/ax.exp: New file.
12569
d7d158ed
DE
125702010-03-19 Doug Evans <dje@google.com>
12571
6bb85cd1
DE
12572 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12573 output from gcc.
12574
d7d158ed
DE
12575 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12576 named /usr/sbin/prelink<foo>.
12577
4daf5ac0
SS
125782010-03-18 Stan Shebs <stan@codesourcery.com>
12579
12580 * gdb.trace/circ.exp: Test circular-trace-buffer.
12581 * gdb.trace/tfile.exp: Update tstatus test.
12582
e8d05480
JB
125832010-03-18 Joel Brobecker <brobecker@adacore.com>
12584
12585 * gdb.dwarf2/dw2-anonymous-func.S: New file.
12586 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
12587
441b986a
UW
125882010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12589
12590 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
12591
4247603b
PA
125922010-03-18 Pedro Alves <pedro@codesourcery.com>
12593
12594 * gdb.base/default.exp: Adjust the expected output of the finish
12595 and until commands when the inferior is not being run.
12596
13387711
SW
125972010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
12598
12599 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
12600 * gdb.cp/nsusing.exp: Ditto.
12601
6e31430b
TT
126022010-03-15 Tom Tromey <tromey@redhat.com>
12603
12604 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
12605 * gdb.cp/userdef.cc (operator==): New function.
12606 (main): New locals mem1, mem2.
12607
e2d69cb5
JZ
126082010-03-15 Jie Zhang <jie@codesourcery.com>
12609
12610 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
12611 Declare and use new loadtimeout variable.
12612
f572f0a9
DJ
126132010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
12614
12615 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
12616 Use gdb_load later.
12617
51f4c0b0
PA
126182010-03-14 Pedro Alves <pedro@codesourcery.com>
12619
12620 * gdb.base/solib-disc.c (main): Make format of fprintf a string
12621 literal. Add missing endlines to prints to stderr.
12622
1c809c68
TT
126232010-03-12 Tom Tromey <tromey@redhat.com>
12624
12625 PR c++/9708:
12626 * gdb.cp/m-static.exp: Add regression test.
12627 * gdb.cp/m-static.cc (method): New method.
12628 (main): Call it.
12629
00ae8fef
SW
126302010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
12631
12632 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
12633 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12634
759f0f0b
PA
126352010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12636
21e24d21
PA
12637 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12638
126392010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12640
759f0f0b
PA
12641 * lib/gdb.exp (skip_stl_tests): New.
12642 (gdb_compile): Symbian needs -ldl.
12643 (shlib_target_file): New.
12644 (shlib_symbol_file): New.
12645 (gdb_load_shlibs): Use shlib_target_file.
12646 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12647 * gdb.cp/exception.exp: Use skip_stl_tests.
12648 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12649 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12650 * gdb.cp/mb-templates.exp: Ditto.
12651 * gdb.base/commands.exp: Relax regexes.
12652 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12653 shlib_target_file and shlib_symbol_file.
12654 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12655 sections.
12656 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12657 * gdb.base/solib-disc.exp: Use
12658 shlib_target_file and shlib_symbol_file.
12659 * gdb.base/unload.exp: Don't skip on symbian. Use
12660 shlib_target_file and shlib_symbol_file.
12661 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12662
6a8f2671 126632010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 12664
6a8f2671
PA
12665 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12666 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12667 Issue a tfind end before looking for a tracepoint frame.
12668 * gdb.trace/tfind.exp: Adjust tstatus output.
12669 Adjust disassembly output.
12670 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12671
ccf26247
JK
126722010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12673
12674 * gdb.base/break-interp.exp: Create new displacement parameter value
12675 for the test_ld calls.
12676 (reach): New parameter displacement, verify its content. New push of
12677 pf_prefix "reach-$func:". Import global expect_out.
12678 (test_core): New parameter displacement, verify its content. New push
12679 of pf_prefix "core:". New command "set verbose on". Import global
12680 expect_out.
12681 (test_attach): New parameter displacement, verify its content. New
12682 push of pf_prefix "attach:". New command "set verbose on". Import
12683 global expect_out.
12684 (test_ld): New parameter displacement, pass it to the reach, test_core
12685 and test_attach calls and verify its content in the "ld.so exit" test.
12686 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12687 (prelink): Update expected text, use gdb_test.
12688
e469c7fb
DE
126892010-03-10 Doug Evans <dje@google.com>
12690
12691 * gdb.base/checkpoint.exp: Fix comment.
12692 Lengthen timeout while doing >600 checkpoints test.
12693 Rename duplicate "kill all one" test to keep test names unique.
12694
60e1c644
PA
126952010-03-10 Pedro Alves <pedro@codesourcery.com>
12696
12697 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12698
cec808ec
KS
126992010-03-08 Keith Seitz <keiths@redhat.com>
12700
889bf7c5
PA
12701 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12702 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12703 (dm_type_long): New function.
12704 (dm_type_unsigned_short): New function.
12705 (dm_type_unsigned_long): New function.
12706 (myint): New typedef.
12707 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12708 long, unsigned shor and long, operator char*, and typedef.
12709 (test_lookup_operator_functions): Add operator char* test.
12710 (test_paddr_operator_functions): Likewise.
12711 (test_paddr_overloaded_functions): Use probe values for
12712 short, long, and unsigned short and long.
12713 (test_paddr_hairy_functions): If the demangler probe detected
12714 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12715 demangler.
12716 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12717 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12718 and "print null_pmf".
12719 Add test "ptype a.*pmf".
12720 * gdb.cp/overload.exp: Allow optional "int" to appear with
12721 "short" and "long".
12722 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12723 long expect value for men_overload1arg.
12724 Allow "int" to appear with "short" and "long".
12725 When testing "info break", add argument for main (void).
12726 Also allow "int" to appear with "short" and "long".
12727 Ditto with "unsigned" and "long long".
cec808ec
KS
12728 * gdb.java/jmain.exp: Do not enclose methods names in single
12729 quotes.
12730 * gdb.java/jmisc.exp: Likewise.
12731 * gdb.java/jprint.exp: Likewise.
12732 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12733
12734 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12735 * gdb.cp/exception.exp (backtrace after first throw)
12736 (backtrace after second throw): Allow a namespace before __cxa_throw.
12737 (backtrace after first catch, backtrace after second catch): Allow
12738 a namespace before __cxa_begin_catch.
12739
12740 * gdb.cp/cpexprs.exp: New file.
12741 * gdb.cp/cpexprs.cc: New file.
12742
12743 From Daniel Jacobowitz <dan@codesourcery.com>
12744 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12745 to use string_to_regexp.
12746 (ctor, dtor): New functions. Use them to match constructor
12747 and destructor function types.
12748 (Top level): Use runto_main.
12749
f870a310
TT
127502010-03-05 Tom Tromey <tromey@redhat.com>
12751
12752 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12753 gdb.target_charset.
12754 (pp_ns.to_string): Likewise.
12755
0c199f28
KS
127562010-03-04 Keith Seitz <keiths@redhat.com>
12757
12758 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12759 can be quoted. Test that both the filename and function/line
12760 portions can be quoted at the same time.
12761
c7437ca6
PA
127622010-03-04 Pedro Alves <pedro@codesourcery.com>
12763
12764 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12765
b111b805
DE
127662010-03-03 Doug Evans <dje@google.com>
12767
24486cb7
DE
12768 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12769 libc contains libpthread.
12770
b111b805
DE
12771 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12772 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12773 of gdb_compile. Add another pattern to match android backtrace.
12774
a0e0ef55
TT
127752010-03-03 Tom Tromey <tromey@redhat.com>
12776
12777 PR gdb/11345:
12778 * gdb.base/printcmds.exp (test_printf): Add test.
12779
1ba53b71
L
127802010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12781
12782 * gdb.arch/amd64-byte.exp: New.
12783 * gdb.arch/amd64-dword.exp: Likewise.
12784 * gdb.arch/amd64-pseudo.c: Likewise.
12785 * gdb.arch/amd64-word.exp: Likewise.
12786 * gdb.arch/i386-byte.exp: Likewise.
12787 * gdb.arch/i386-pseudo.c: Likewise.
12788 * gdb.arch/i386-word.exp: Likewise.
12789
f5dff777
DJ
127902010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12791
12792 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12793 types. Add structreg, bitfields, and flags registers.
12794 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12795 registers.
12796
90884b2b
L
127972010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12798
12799 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12800 (load_description): Set architecture if defined.
12801
dc00d89f
PM
128022010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12803
12804 * gdb.python/py-frame.exp: Add read_var block tests.
12805 * gdb.python/py-frame.c (block): New function.
12806
0e095b7e
JK
128072010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12808 Daniel Jacobowitz <dan@codesourcery.com>
12809
12810 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12811
624f1a65
DM
128122010-02-25 David S. Miller <davem@davemloft.net>
12813
12814 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12815 fix logic for setting all_syscalls_numbers.
12816
f3e9a817
PM
128172010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12818
12819 * Makefile.in: Add py-block and py-symbol.
12820 * gdb.python/py-symbol.exp: New File.
12821 * gdb.python/py-symtab.exp: New File.
12822 * gdb.python/py-block.exp: New File.
12823 * gdb.python/py-symbol.c: New File.
12824 * gdb.python/py-block.c: New File.
12825
f6bbabf0
PM
128262010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12827
12828 PR python/11314
12829 * lib/gdb.exp (skip_python_tests): New function.
12830 * gdb.python/py-cmd.exp: Use skip_python_tests.
12831 * gdb.python/py-frame.exp: Likewise.
12832 * gdb.python/py-function.exp: Likewise.
12833 * gdb.python/py-prettyprint.exp: Likewise.
12834 * gdb.python/py-template.exp: Likewise.
12835 * gdb.python/py-type.exp: Likewise.
12836 * gdb.python/py-value.exp: Likewise.
12837
85d721b8
PA
128382010-02-22 Pedro Alves <pedro@codesourcery.com>
12839
12840 PR9605
12841
12842 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12843
48e32051
TT
128442010-02-19 Tom Tromey <tromey@redhat.com>
12845
12846 PR c++/8693, PR c++/9496:
12847 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12848 regression tests.
12849
ac9c0048
JK
128502010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12851
12852 Fix compatibility with m68k as.
12853 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12854 Use only /* comments */.
12855
57bb97a4
UW
128562010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12857
12858 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12859 * configure: Regenerate.
12860
7d1bf85c
DJ
128612010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12862
12863 * gdb.python/py-type.exp: Check for Python support.
12864
061b5285
PA
128652010-02-17 Pedro Alves <pedro@codesourcery.com>
12866
12867 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12868 `regsub' syntax available.
12869
f8a8bc2c
PA
128702010-02-17 Pedro Alves <pedro@codesourcery.com>
12871
12872 * gdb.base/shmain.c (main): Remove printf call.
12873 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12874 * gdb.base/unload.c (main): Make format of fprintf a string
12875 literal. Add missing endlines to prints to stderr.
12876 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12877
6f451e5e
TT
128782010-02-17 Tom Tromey <tromey@redhat.com>
12879
12880 * gdb.java/jprint.java (jprint.props): New field.
12881 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12882
12d79008
PA
128832010-02-17 Pedro Alves <pedro@codesourcery.com>
12884
ef801a0e 12885 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
12886 available.
12887
d252f7e5
DJ
128882010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12889
12890 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12891 creation to support remote host testing.
12892
67bdab6c
DJ
128932010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12894
12895 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12896 Recognize "command not found".
12897
bb391223
DJ
128982010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12899
12900 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12901 single-stepping.
12902
70362913
DJ
129032010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12904
12905 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12906 if arguments are not supported.
12907
493f3c00
DJ
129082010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12909
12910 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12911 be const or non-const.
12912
8034c749
DJ
129132010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12914
12915 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12916 mi_send_resuming_command to send -exec-continue.
12917
791dfb64
DJ
129182010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12919
12920 * gdb.base/list.exp (test_list_filename_and_function): Add test
12921 with single quotes.
12922 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12923 matching.
12924 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12925 Add KFAIL'd tests for PR gdb/11289.
12926
7c5fe868
DJ
129272010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12928
12929 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12930
fdc498b8
DJ
129312010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12932
12933 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12934 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12935 a temporary directory.
12936
b519e2a6
DJ
129372010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12938
12939 * gdb.base/charset.exp: Use a single regular expression to match
12940 show host-charset and show target-charset output.
12941
74164c56
JK
129422010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12943
12944 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12945 "Illegal process-id" expect string more exact.
12946 (attach to digits-starting nonsense is prohibited): New.
12947
701ed6dc
JK
129482010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12949
12950 * gdb.base/prelink.exp (set verbose on): New.
12951
889bf7c5 129522010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
12953
12954 * mi-reverse.exp: New file. Test for reverse option to the
12955 following MI commands: exec-continue, exec-finish, exec-next,
12956 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 12957
dadf0e9c
JB
129582010-02-09 Joel Brobecker <brobecker@adacore.com>
12959
12960 * gdb.ada/ptype_tagged_param: New testcase.
12961
714f19d5
TT
129622010-02-08 Tom Tromey <tromey@redhat.com>
12963
12964 PR c++/8017:
12965 * gdb.cp/overload.exp: Add tests.
12966 * gdb.cp/overload.cc (struct K): New.
12967 (namespace N): New.
12968 (main): Call new functions.
12969 (K::staticoverload): Define.
12970
889bf7c5 129712010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
12972
12973 PR gdb/10728
12974 * gdb.cp/pr10728-x.h: New file.
12975 * gdb.cp/pr10728-x.cc: New file.
12976 * gdb.cp/pr10728-y.cc: New file.
12977 * gdb.cp/pr10728.exp: New file.
12978 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12979
889bf7c5 129802010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
12981
12982 PR gdb/9067
12983 * gdb.cp/pr9067.exp: New
12984 * gdb.cp/pr9067.cc: New
12985 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12986
7b356089
JB
129872010-02-08 Joel Brobecker <brobecker@adacore.com>
12988
12989 * lib/gdb.exp (gdb_test_timeout): New global variable.
12990 Set it to timeout if not already set.
12991 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12992
1be00882
DE
129932010-02-05 Doug Evans <dje@google.com>
12994
12995 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12996 user.
12997
82856980
SW
129982010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12999
13000 PR c++/7935:
13001 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13002
1a334831
TT
130032010-02-04 Tom Tromey <tromey@redhat.com>
13004
13005 * gdb.cp/virtbase.exp: Make test case names unique.
13006
9c3c02fd
TT
130072010-02-02 Tom Tromey <tromey@redhat.com>
13008
13009 * gdb.cp/virtbase.exp: Add regression tests.
13010 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13011 (main): Instantiate RHC.
13012
0cc2414c
TT
130132010-02-02 Tom Tromey <tromey@redhat.com>
13014
13015 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13016 type-printing change.
13017
edf3d5f3
TT
130182010-02-02 Tom Tromey <tromey@redhat.com>
13019
13020 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13021 * gdb.cp/virtbase.cc: New file.
13022 * gdb.cp/virtbase.exp: New file.
13023 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13024
e4b7f41c
JK
130252010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13026
13027 PR libc/11214:
13028 * gdb.threads/current-lwp-dead.c: Include features.h.
13029 (HAS_NOMMU): New.
13030 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13031
b381ea14
JK
130322010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13033
13034 * gdb.base/symbol-without-target_section.exp,
13035 gdb.base/symbol-without-target_section.c: New.
13036
c593ac0e
DJ
130372010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13038
13039 * gdb.base/bigcore.exp: Reset increased timeout.
13040 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13041
db25f29d
DJ
130422010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13043
13044 * gdb.base/gcore.exp (capture_command_output): Use
13045 gdb_test_multiple.
13046
f9d67f43
DJ
130472010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13048
13049 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13050 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13051 (Top level): Call it.
13052
177321bd
DJ
130532010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13054
13055 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13056
97f2ed50
DJ
130572010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13058
13059 * gdb.base/call-strs.exp, gdb.base/default.exp,
13060 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13061 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13062 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13063 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13064 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13065 * gdb.base/ending-run.exp: Correct restore of timeout.
13066 * gdb.base/page.exp: Remove unnecessary timeout setting.
13067
e4e2711a
JB
130682010-01-29 Joel Brobecker <brobecker@adacore.com>
13069
13070 * gdb.ada/rec_return: New testcase.
13071
ba581dc1
JB
130722010-01-29 Joel Brobecker <brobecker@adacore.com>
13073
13074 * gdb.ada/call_pn: New testcase.
13075
4ea95be9
DJ
130762010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13077
13078 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13079 (Top level): Use it to resume.
13080 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13081 the Thumb mode displaced stepping error as unsupported.
13082
df83a9bf
SW
130832010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13084
889bf7c5
PA
13085 * gdb.cp/nsusing.exp: Added more tests.
13086 * gdb.cp/nsrecurs.exp: Ditto.
13087 * gdb.cp/nsusing.cc: Added test functions.
13088 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 13089
40b27cdc
JK
130902010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13091
13092 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13093 absolute directory pathnames in gdb.sum file.
13094
de958931
SW
130952010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13096
13097 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13098 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13099
708ead4e
TT
131002010-01-26 Tom Tromey <tromey@redhat.com>
13101
13102 PR exp/7643:
13103 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13104 setup_kfail.
13105
b14e635e
SW
131062010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13107
13108 * gdb.cp/nsrecurs.exp: New test.
13109 * gdb.cp/nsrecurs.cc: New test program.
13110 * gdb.cp/nsstress.exp: New test.
13111 * gdb.cp/nsstress.cc: New test program.
13112 * gdb.cp/nsdecl.exp: New test.
13113 * gdb.cp/nsdecl.cc: New test program.
13114
8540c487
SW
131152010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13116
13117 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13118 imported into file scope.
13119 Marked test as xfail.
13120 * gdb.cp/namespace-using.cc (marker5): New function.
13121 * gdb.cp/shadow.exp: New test.
13122 * gdb.cp/shadow.cc: New test program.
13123 * gdb.cp/nsimport.exp: New test.
13124 * gdb.cp/nsimport.cc: New test program.
13125
421d5d99
TT
131262010-01-25 Tom Tromey <tromey@redhat.com>
13127
13128 PR gdb/11049:
13129 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13130 with "set print null-stop on".
13131
691f8dc1
JK
131322010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13133
13134 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13135 Adjust it for DISASSEMBLY_OMIT_FNAME.
13136
0b92b5bb
TT
131372010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13138
13139 PR symtab/11199:
13140 * gdb.dwarf2/member-ptr-forwardref.exp,
13141 gdb.dwarf2/member-ptr-forwardref.S: New.
13142
23787403
JK
131432010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13144
13145 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13146 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13147 thread1_tid_mutex. Remove gdbstop_mutex handling.
13148 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13149 thread2_tid_mutex. Remove gdbstop_mutex handling.
13150 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13151 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13152 pthread_cond_wait conditionalizations by while loops.
13153
b966cb8a
TT
131542010-01-20 Tom Tromey <tromey@redhat.com>
13155
13156 PR backtrace/10770:
13157 * gdb.dwarf2/pr10770.exp: New file.
13158 * gdb.dwarf2/pr10770.c: New file.
13159 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13160
fcae584b
VP
131612010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13162
13163 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13164 that target was removed, and the test always runs native anyway.
13165
a0f49112
JK
131662010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13167
13168 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13169 gdb.base/watchpoint-cond-gone-stripped.c: New.
13170
ceeb3d5a
TT
131712010-01-19 Tom Tromey <tromey@redhat.com>
13172
13173 PR c++/8000:
13174 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13175 existing tests.
13176 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13177 (main): Use AAA::SomeEnum.
13178
dd322c54
JK
131792010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13180
13181 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13182 (test_ignore_count): Declare line_callme_body global.
13183 (run to breakpoint with ignore count): Use line_callme_body.
13184 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13185 (set line_main_hello, set line_main_return): Reindent.
13186 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13187 New.
13188 (continue to callee4): Use line_callee4_body.
13189 (check *stopped from CLI command): Use line_callee4_next.
13190 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13191 (set line_main_hello, set line_main_return): Reindent.
13192 (set line_callee4_head, set line_callee4_body): New.
13193 (continue to callee4): Use line_callee4_body.
13194
4e8f195d
TT
131952010-01-18 Tom Tromey <tromey@redhat.com>
13196
13197 PR c++/9680:
13198 * gdb.cp/casts.cc: Add new classes and variables.
13199 * gdb.cp/casts.exp: Test new operators.
13200
9e14a9ba
JB
132012010-01-18 Tom Tromey <tromey@redhat.com>
13202 Thiago Jung Bauermann <bauerman@br.ibm.com>
13203
13204 * gdb.python/source2.py: New file.
13205 * gdb.python/source1: New file.
13206 * gdb.python/python.exp: Test "source" command.
13207
00bf0b85
SS
132082010-01-15 Stan Shebs <stan@codesourcery.com>
13209
13210 * gdb.trace/tfile.c: New file.
13211 * gdb.trace/tfile.exp: New file.
889bf7c5 13212
55235ad7
JK
132132010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13214
13215 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13216
9f2982ff
JK
132172010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13218
13219 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13220
bbfba9ed
JK
132212010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13222
13223 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13224 (libfunc): New parameter action. Implement also selectable "sleep".
13225 * gdb.base/break-interp-main.c: Include assert.h.
13226 (libfunc): New parameter action.
13227 (main): New parameters argc and argv. Assert argc. Pass argv.
13228 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13229 (test_attach): New proc.
13230 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13231 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13232
61f0d762
JK
132332010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13234
13235 * gdb.base/break-interp.exp (test_core): New proc.
13236 (test_ld): Call it.
13237
06a6f270
JK
132382010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13239
13240 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13241 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13242 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13243 and gdb_compile_shlib. Use new -Wl compiler options.
13244 (dl bt, main bt): New tests.
13245
51bee8e9
JK
132462010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13247
13248 Support PIEs with no symfile_objfile.
13249 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13250 (test_ld): New parameter trynosym.
13251 (test_ld <$trynosym>): New block.
13252
b8040f19
JK
132532010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13254
13255 * gdb.base/break-interp.exp: New file.
13256
be759fcf
PM
132572010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13258
13259 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13260 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13261 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13262 test.
13263 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13264 * gdb.python/py-mi.exp: Add lazy string test.
13265
dc146f7c
VP
132662010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13267
13268 * lib/mi-support.exp (mi_check_thread_states): Handle
13269 core number in thread listing.
13270
b4ba55a1
JB
132712010-01-12 Joel Brobecker <brobecker@adacore.com>
13272
13273 * gdb.base/maint.exp: Adjust the expected output for the
13274 "maint print type" test. Use gdb_test_multiple instead of
13275 gdb_sent/gdb_expect.
13276
08e24bd4
DE
132772010-01-11 Doug Evans <dje@google.com>
13278
6496a609
DE
13279 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13280 from gdbserver_download. All callers updated.
13281
08e24bd4
DE
13282 * gdb.server/ext-run.exp: "info os processes" requires xml support.
13283
b5cfddf5
JK
132842010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13285
13286 Implement binary numbers parsing.
13287 * gdb.base/printcmds.exp (test_integer_literals_accepted)
13288 (test_integer_literals_rejected): New binary tests.
13289
3725885a
RW
132902010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13291
13292 * gdb.cell/configure: Regenerate.
13293
37aeb5df
JK
132942010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13295
13296 * gdb.base/corefile.exp: Move the core finding block out and call it as
13297 core_find, new variable $corefile, replace corefile by $corefile and
13298 [file tail $corefile] for usage vs. test names resp.
13299 * lib/gdb.exp (core_find): Move it as a new function here. New
13300 parameter binfile and deletefiles. New variable $destcore. Pre-delete
13301 $destcore. Return "" on error.
13302
d521f563
JK
133032010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13304
13305 Workaround PR binutils/10802.
13306 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
13307 (twice).
13308
28f24826
DJ
133092010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
13310
13311 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
13312
2de75e71
JB
133132010-01-08 Joel Brobecker <brobecker@adacore.com>
13314
13315 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
13316 call, to avoid interruption.
13317
fe00719b 133182010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
13319
13320 * gdb.stabs/weird.def (args93): New.
13321
d0ef5df8
DE
133222010-01-07 Doug Evans <dje@google.com>
13323
13324 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
13325
3a08d52f
TT
133262010-01-07 Tom Tromey <tromey@redhat.com>
13327
13328 * gdb.base/source.exp: Use correct line number.
13329
7a697b8d
SS
133302010-01-05 Stan Shebs <stan@codesourcery.com>
13331
13332 * gdb.trace/tracecmd.exp: Test ftrace.
13333
7803799a
UW
133342010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13335
13336 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
13337
c54eabfa
JK
133382010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13339
13340 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
13341 "uint_for_mi_testing".
13342
02e7ef19
JB
133432010-01-01 Joel Brobecker <brobecker@adacore.com>
13344
13345 Test indented comment in file being sourced.
13346 * gdb.base/commands.exp: Test indented comment in file being sourced.
13347
abd775ce
JB
133482010-01-01 Joel Brobecker <brobecker@adacore.com>
13349
13350 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
13351 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
13352 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
13353 notice.
13354
79b55b82
JB
133552010-01-01 Joel Brobecker <brobecker@adacore.com>
13356
13357 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
13358 notice.
13359
8997583e
JK
133602010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13361
13362 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
13363 missing $after_stopped and comma (,) expectation.
13364
6da95a67
SS
133652009-12-31 Stan Shebs <stan@codesourcery.com>
13366
13367 * gdb.trace/actions.exp: Test teval action.
889bf7c5 13368
218d2fc6
TJB
133692009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13370
13371 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
13372 (top level): Call test_watchpoint_in_big_blob.
13373 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
13374 watchpoints.
13375 (func3): Write to buf.
13376
236f1d4d
SS
133772009-12-29 Stan Shebs <stan@codesourcery.com>
13378
13379 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 13380
f61e138d
SS
133812009-12-28 Stan Shebs <stan@codesourcery.com>
13382
13383 * gdb.trace/tsv.exp: New file.
13384 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 13385
0219b378
DJ
133862009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
13387
13388 * gdb.base/find.c (main): Reference search buffers.
13389 * gdb.base/included.c (main): Reference integer.
13390 * gdb.base/ptype.c (charfoo): Declare.
13391 (intfoo): Call charfoo.
13392 * gdb.base/scope0.c (useitp): New function.
13393 (usestatics): Use useitp.
13394 (useit): Add a type for val.
13395 * gdb.base/scope1.c (useit1): Take a pointer argument.
13396 (usestatics1): Update calls to useit1.
13397 * gdb.cp/call-c.cc: Declare foo.
13398 (main): Call foo.
13399 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
13400 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
13401 (main): Call C::ensureRefs and ensureOtherRefs.
13402 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
13403 variables.
13404 (ensureOtherRefs): New function.
13405 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
13406 * gdb.cp/templates.cc (main): Call t5i.value.
13407
3f78692f
JK
134082009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13409
13410 Fix compatibility with G++-4.5.
13411 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
13412 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
13413 (uncaught return): Remove.
13414
429374b8
JK
134152009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13416 Phil Muldoon <pmuldoon@redhat.com>
13417
13418 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
13419 (bp_location13, bp_location14, bp_location17, bp_location18)
13420 (marker3_proto, marker4_proto): New variables.
13421 (breakpoint info): Update output.
13422 (run until breakpoint at marker3, run until breakpoint at marker4): New
13423 tests.
13424
859825b8
JK
134252009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13426
13427 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13428 Replace the printf call of Y by provided "y-set-1" label. New block
13429 for the second shared library.
13430 * gdb.base/unload.exp: Compile also the second library, call
13431 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13432 (single pending breakpoint info): Rename to ...
13433 (pending breakpoint info before run): ... this extended test.
13434 (libfile2, libname2, libsrcfile2, libsrc2)
13435 (lib_sl2): New variables.
13436 (exec_opts): Set also SHLIB_NAME2.
13437 (pending breakpoint info on first run at shrfunc1)
13438 (pending breakpoint info on second run at shrfunc1)
13439 (pending breakpoint info on second run at shrfunc2)
13440 (print y from libfile, print y from libfile2): New tests.
13441 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13442 * gdb.base/unloadshr2.c: New.
13443
e6a386cd
HZ
134442009-12-22 Hui Zhu <teawater@gmail.com>
13445
13446 * gdb.reverse/sigall-reverse.exp: Adjust.
13447
9e19b45e
VP
134482009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13449
13450 PR gdb/10884
13451
13452 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13453 (main): Call do_bitfield_tests.
aacf5b1e 13454 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 13455
d53a7b30
JB
134562009-12-20 Joel Brobecker <brobecker@adacore.com>
13457
13458 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13459 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13460 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13461 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13462 gdb.modula2/unbounded1.c: Update copyright header.
13463
191ca0a1
CM
134642009-12-10 Chris Moller <moller@mollerware.com>
13465
13466 PR gdb/9399
13467 * gdb.cp/virtfunc2.exp: New tests
13468 * gdb.cp/virtfunc2.cc: New tests
13469 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13470
0fa6cf1b
MS
134712009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13472
13473 * gdb.reverse/i387-env-reverse.c: New file.
13474 * gdb.reverse/i387-env-reverse.exp: New file.
13475 * gdb.reverse/i387-stack-reverse.c: New file.
13476 * gdb.reverse/i387-stack-reverse.exp: New file.
13477
361ae042
PM
134782009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13479
13480 * gdb.python/py-type.exp (test_range): New test.
13481
bfd31e71
PM
134822009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13483
13484 PR python/10805
13485
13486 * gdb.python/py-type.exp: New file.
13487 * gdb.python/py-type.c: New file.
13488 * Makefile.in: Add py-type.
13489
57a1d736
TT
134902009-12-03 Tom Tromey <tromey@redhat.com>
13491
13492 * gdb.python/py-value.exp (test_parse_and_eval): New
13493 function.
13494
1f3b5d1b
PP
134952009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13496
13497 PR gdb/11022
13498
13499 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
13500 * gdb.base/pr11022.c: New test.
13501
8b7dbdc9
JK
135022009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13503
13504 Fix spurious false FAILs.
13505 * gdb.base/structs.c (chartest): New.
13506 (main): Fill-in chartest.
13507 * gdb.base/structs.exp (anychar_re, first): New.
13508 (start_structs_test): Import global anychar_re and first.
13509 New gdb_test call "set print elements 300; ${testfile}"
13510 (start_structs_test <$first>): New block.
13511 (any): Import global anychar_re. New variable ac. Use ${ac}.
13512
6a53b2ec
JK
135132009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13514
13515 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13516
d7167b4c
JK
135172009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13518
13519 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13520 Force $srcfile file.
13521 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13522
b1798462
UW
135232009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13524
13525 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13526 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13527 * gdb.threads/watchthreads-reorder.exp: Likewise.
13528
b6199126
DJ
135292009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13530
13531 PR gdb/8704
13532
13533 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13534 "if", and "thread". Correct matching in the previous test.
13535
b22a0510
DJ
135362009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13537
13538 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13539
930636d2
MS
135402009-11-23 Michael Snyder <msnyder@vmware.com>
13541
13542 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13543 * gdb.reverse-watch-precsave.exp: Ditto.
13544
21a0512e
PP
135452009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13546
13547 * gdb.asm/asm-source.exp: Adjust.
13548 * gdb.base/help.exp: Adjust.
889bf7c5 13549
fc30d5e0
PA
135502009-11-22 Pedro Alves <pedro@codesourcery.com>
13551
13552 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13553 (do_syscall_tests_without_xml): Set data-directory to
13554 /the/path/to/nowhere.
13555
f6bc2008
PA
135562009-11-21 Pedro Alves <pedro@codesourcery.com>
13557
13558 * gdb.threads/local-watch-wrong-thread.c,
13559 gdb.threads/local-watch-wrong-thread.exp: New files.
13560
8c2fb5de
PA
135612009-11-21 Pedro Alves <pedro@codesourcery.com>
13562
13563 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13564 assume new `regsub' syntax available.
13565
ebec9a0f
PA
135662009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13567
a79d3c27
JK
13568 * gdb.base/watchpoint-hw-hit-once.exp,
13569 gdb.base/watchpoint-hw-hit-once.c: New.
13570
135712009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13572
13573 * gdb.threads/watchthreads-reorder.exp,
13574 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 13575
276a961b
MK
135762009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13577
13578 * gdb.xml/tdesc-regs.exp: Use for m68k.
13579
4867c1fb
PA
135802009-11-15 Pedro Alves <pedro@codesourcery.com>
13581
13582 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
13583
f6838f81
DJ
135842009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13585
13586 * lib/gdb.exp (current_target_name): New procedure.
13587 (gdb_wrapper_target): New variable.
13588 (gdb_wrapper_init): Set gdb_wrapper_target.
13589 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
13590 wrapper.
13591
4ac4dd3f
DJ
135922009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13593
13594 * gdb.base/remote.exp: Delete the slowest load test.
13595 Do not load with fixed packet sizes.
13596
a7881759
DJ
135972009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13598
13599 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
13600
97a5b505
DJ
136012009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13602
13603 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
13604 srcfile when setting a breakpoint.
13605
d3e1fc54
DJ
136062009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
13607
13608 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
13609 macros.
13610
7cbcbded
DJ
136112009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13612
13613 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
13614 to be in memory.
13615 * gdb.base/display.c (force_mem): New.
13616 (do_loops): Use it. Add breakpoint comments.
13617 (do_vars): Add a breakpoint comment.
13618 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
13619 line numbers.
13620
bdea3a92
NF
136212009-11-13 Nathan Froyd <froydnj@codesourcery.com>
13622
13623 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
13624 instead of a bare "run".
13625
269f82e5
PP
136262009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
13627
13628 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 13629
a69b7d9d
DJ
136302009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13631
13632 * lib/cell.exp (skip_cell_tests): Clean up test files before
13633 returning.
13634
b598bfda
DJ
136352009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13636
13637 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13638 and the breakpoint menu. Do not call perror if a prompt is seen.
13639 Consume the following GDB prompt.
13640 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13641 * gdb.cp/namespace.exp: Use gdb_test.
13642 * gdb.cp/templates.exp: Use gdb_test.
13643 (test_template_breakpoints): Use gdb_test_multiple.
13644
87728fa0
DJ
136452009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13646
13647 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13648 (marker4): Reference values.
13649
b67c692f
DJ
136502009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13651
13652 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13653 is missing.
13654
f0df251a
DJ
136552009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13656
13657 * gdb.base/break.c (need_malloc): New.
13658 * gdb.base/constvars.c (main): Reference crass and crisp.
13659 * gdb.base/gdb1821.c (main): Reference bar.
13660 * gdb.cp/gdb1355.cc (main): Reference s1.
13661 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13662 (main): Call them.
13663 * gdb.cp/hang2.cc (dummy2): Define.
13664 * gdb.cp/hang3.cc (dummy3): Define.
13665 * gdb.cp/m-data.cc (main): Reference shadow.
13666
bdf7534a
NF
136672009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13668 Nathan Froyd <froydnj@codesourcery.com>
13669
13670 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13671 remote host.
13672
f24fce77
NF
136732009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13674
13675 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13676 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13677 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13678 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13679 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13680 * gdb.dwarf2/dw2-producer.exp: Likewise.
13681 * gdb.dwarf2/mac-fileno.exp: Likewise.
13682 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13683 py-prettyprint.py to the remote host.
13684 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13685
40f0318e
KS
136862009-11-11 Keith Seitz <keiths@redhat.com>
13687
13688 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13689 use it instead of "Foo".
13690 * gdb.cp/classes.exp (do_tests): Add a test to access
13691 a method through a typedef'd class name.
13692
f3d9f7fb
NF
136932009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13694
13695 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13696 exponents.
13697 * gdb.base/pointers.exp: Likewise.
13698 * gdb.cp/ref-types.exp: Likewise.
13699
a4216f37
KS
137002009-11-11 Keith Seitz <keiths@redhat.com>
13701
13702 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13703 new[] and delete[].
13704 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13705 "void".
13706 (probe_demangler): Remove all single-quoting of
13707 method and variable names.
13708 (info_func_regexp): Remove the word "void" from any
13709 occurrence of "(void)".
13710 (print_addr_2): Remove all single-quoting of
13711 method names.
13712 (print_addr_2_kfail): Likewise.
13713 (print_addr): Single-quote C function names before
13714 passing to print_addr_2.
13715 (test_paddr_operator_functions): Remove single-quoting
13716 for method names.
13717 Add tests for operator new[] and operator delete[].
13718
9b14d7aa
JK
137192009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13720
13721 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13722
85feb311
KS
137232009-11-09 Keith Seitz <keiths@redhat.com>
13724
13725 * gdb.cp/overload.exp: Add tests for resolving overloaded
13726 methods in expression parsing/evaluation.
13727
fa335448
DJ
137282009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13729
13730 * lib/gdb.exp (default_gdb_version): Use --version instead of
13731 --command.
13732
ec3c07fc
NS
137332009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13734
13735 * lib/gdb.exp (gdb_compile_test): New.
13736 (skip_ada_tests, skip_java_tests): New.
13737 (gdb_compile): Use gdb_compile_test for f77.
13738 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13739 * lib/java.exp (compile_java_from_source): Remove runtests check,
13740 use gdb_compile_test to record result.
13741 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13742 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13743 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13744 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13745 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13746 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13747 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13748 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13749 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13750 adjust gdb_compile invocations.
13751
b8b4e42b
JK
137522009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13753
13754 * Makefile.in (abs_builddir): New.
13755 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13756 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13757 `$(abs_builddir)/site.exp'.
13758
f8b7eaf3
DJ
137592009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13760
13761 * config/m68k-emc.exp, lib/emc-support.exp,
13762 gdb.trace/gdb_c_test.c: Delete.
13763 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13764 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13765 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13766 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13767 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13768 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13769 casing for m68k-*-elf.
13770
c4187697
NS
137712009-11-03 Pedro Alves <pedro@codesourcery.com>
13772
13773 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13774 * gdb.arch/i386-prologue.exp: Likewise.
13775 * gdb.arch/i386-unwind.exp: Likewise.
13776
db16b772
DJ
137772009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13778
13779 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13780
bcf71277
DJ
137812009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13782
13783 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13784
0105cee2
DJ
137852009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13786
13787 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13788
24ddea62
JK
137892009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13790
13791 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13792
287ccc17
JK
137932009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13794
13795 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13796 * gdb.base/sepdebug2.c: New file.
13797
08bca259 137982009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
13799
13800 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13801 the modified warnings for catch syscall. Verify if GDB was compiled
13802 with support for lib expat, and choose which tests to run depending
13803 on this.
13804
5d4e2b76
VP
138052009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13806
13807 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13808 that composite commands are parsed OK. And also test
13809 that breakpoint commands do work.
13810
240e538a
MS
138112009-10-23 Michael Snyder <msnyder@vmware.com>
13812
13813 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13814 to allow for new disassembly style.
13815
9c419145
PP
138162009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13817
13818 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 13819
02506ff1
MS
138202009-10-22 Michael Snyder <msnyder@vmware.com>
13821
13822 * gdb.reverse/break-precsave.exp: New test.
13823 * gdb.reverse/consecutive-precsave.exp: Ditto.
13824 * gdb.reverse/finish-precsave.exp: Ditto.
13825 * gdb.reverse/i386-precsave.exp: Ditto.
13826 * gdb.reverse/machinestate-precsave.exp: Ditto.
13827 * gdb.reverse/sigall-precsave.exp: Ditto.
13828 * gdb.reverse/solilb-precsave.exp: Ditto.
13829 * gdb.reverse/step-precsave.exp: Ditto.
13830 * gdb.reverse/until-precsave.exp: Ditto.
13831 * gdb.reverse/watch-precsave.exp: Ditto.
13832
4cf866a3
MS
138332009-10-22 Michael Snyder <msnyder@vmware.com>
13834
13835 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13836 for gdb_expect. Adjust one test's expect strings for the new
13837 format of disassemble.
13838 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13839 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13840 gdb_test_multiple.
13841 * gdb.reverse/step-reverse.exp: Delete 'return'.
13842 * gdb.reverse/until-reverse.exp: Delete blank lines.
13843 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13844
2b28d209
PP
138452009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13846
13847 * gdb.base/consecutive.exp: Adjust.
13848 * gdb.base/display.exp: Likewise.
13849 * gdb.base/pc-fp.exp: Likewise.
13850 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 13851
33b9c32b
MS
138522009-10-19 Michael Snyder <msnyder@vmware.com>
13853
13854 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13855 * gdb.reverse/finish-reverse.c: Ditto.
13856 * gdb.reverse/sigall-reverse.c: Ditto.
13857 * gdb.reverse/solib-reverse.c: Ditto.
13858 * gdb.reverse/step-reverse.c: Ditto.
13859 * gdb.reverse/watch-reverse.c: Ditto.
13860
6c95b8df
PA
138612009-10-19 Pedro Alves <pedro@codesourcery.com>
13862 Stan Shebs <stan@codesourcery.com>
13863
13864 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13865 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13866 "Executing new program".
13867 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13868 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13869 left listed after having been killed.
13870 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13871 * gdb.base/maint.exp: Adjust test.
13872
13873 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13874 * gdb.multi/Makefile.in: New.
13875 * gdb.multi/base.exp: New.
13876 * gdb.multi/goodbye.c: New.
13877 * gdb.multi/hangout.c: New.
13878 * gdb.multi/hello.c: New.
13879 * gdb.multi/bkpt-multi-exec.c: New.
13880 * gdb.multi/bkpt-multi-exec.exp: New.
13881 * gdb.multi/crashme.c: New.
13882
279017b7
TG
138832009-10-13 Tristan Gingold <gingold@adacore.com>
13884
13885 * gdb.base/sepdebug.exp: Check debug info are found.
13886
0413d738
PA
138872009-10-08 Pedro Alves <pedro@codesourcery.com>
13888
13889 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13890 bits.
13891
c628eecc
JK
138922009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13893
13894 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13895
38af1bfe
JB
138962009-10-07 Joel Brobecker <brobecker@adacore.com>
13897
13898 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13899 of the comments.
13900
2b0adecd
PM
139012009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13902
13903 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13904 * gdb.base/annota3.exp: Idem.
13905 * gdb.base/maint.exp: Idem.
13906
8d417781
PM
139072009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13908
889bf7c5 13909 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
13910 to default.
13911
bb61102d
PM
139122009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13913
889bf7c5 13914 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
13915 mingw and cygwin targets.
13916
ace5c364
PM
139172009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13918 Pedro Alves <pedro@codesourcery.com>
13919
889bf7c5 13920 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
13921 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13922
c2d494a0
PM
139232009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13924
e1b52ce2
PM
13925 * gdb.base/shr1.c: Use %p in format string.
13926 * gdb.base/unload.c: Avoid warning in fprintf.
13927 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 13928
209f53f5
PM
139292009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13930
13931 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13932 long type.
13933 (test_unlink): Correct printf string.
13934 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13935 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13936
8172766a
JK
139372009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13938
13939 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13940 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13941 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13942
0f73703c
UW
139432009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13944
13945 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13946 * gdb.objc/nondebug.exp: Likewise.
13947
b32306ca
UW
139482009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13949
13950 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13951 target_info setting.
13952
13953 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13954 that detect new threads during "info threads".
13955
0057022f
UW
139562009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13957
13958 * gdb.threads/manythreads.c (main): Increase thread stack size
13959 to 2*PTHREAD_STACK_MIN.
13960 * gdb.threads/multi-create.c (main): Likewise.
13961 (create_function): Likewise.
13962
f29c0325
UW
139632009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13964
13965 * gdb.base/dump.exp: Pass difference of pointer types instead
13966 of integer types as offset to restore in intarr3.srec case.
13967
fcb34849
UW
139682009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13969
13970 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13971
d5142e3b
UW
139722009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13973
13974 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13975
087b74b2 139762009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 13977
087b74b2
PM
13978 New test for two watchpoints, with disabling of
13979 the first inserted.
13980 * testsuite/gdb.base/watchpoints.c: New file.
13981 * testsuite/gdb.base/watchpoints.exp: New file.
13982
96c07c5b
TT
139832009-09-25 Tom Tromey <tromey@redhat.com>
13984
13985 * gdb.base/charset.exp: Test utf-16 strings with Python.
13986
b8899f2b
TT
139872009-09-25 Tom Tromey <tromey@redhat.com>
13988
13989 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13990 UCS-4.
13991 * gdb.base/charset.c (utf_32_string): Rename.
13992 (init_utf32): Rename.
13993 (main): Update.
13994
329719ec
TT
139952009-09-22 Tom Tromey <tromey@redhat.com>
13996
13997 * gdb.python/py-function.exp: Add regression tests.
13998
11ef0d76
KS
139992009-09-21 Keith Seitz <keiths@redhat.com>
14000
14001 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14002 with invalid operator.
14003
3fe8f3b3
KS
140042009-09-21 Keith Seitz <keiths@redhat.com>
14005
14006 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14007 and destructor using typedef name of class.
14008 * gdb.cp/classes.cc (class Base1): Add a destructor.
14009 (base1): New typedef.
14010 (use_methods): Instanitate an object of type base1.
14011 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14012 (do_tests): Call test_template_typedef.
14013 * gdb.cp/templates.cc (Baz::~Baz): New method.
14014 (intBazOne): New typedef.
14015 (main): Instantiate intBazOne.
14016
7a9fe101
PM
140172009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14018
14019 PR python/10633
14020
14021 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14022 Function.
14023 (run_lang_tests): Add print elements test.
14024
2e4d963f
PM
140252009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14026
14027 * gdb.python/py-value.exp (test_subscript_regression): New
14028 function. Test for invalid subscripts.
14029 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14030 (ptr_ref): New function.
14031
ec7e75e7
PP
140322009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14033
14034 * gdb.base/default.exp: Fix "show convenience".
14035
0cc7d26f
TT
140362009-09-15 Tom Tromey <tromey@redhat.com>
14037
14038 * lib/mi-support.exp (mi_create_varobj): Update.
14039 (mi_create_floating_varobj): Likewise.
14040 (mi_create_dynamic_varobj): New proc.
14041 (mi_varobj_update): Update.
14042 (mi_varobj_update_with_type_change): Likewise.
14043 (mi_varobj_update_kv_helper): New proc.
14044 (mi_varobj_update_dynamic_helper): Rewrite.
14045 (mi_varobj_update_dynamic): New proc.
14046 (mi_list_varobj_children): Update.
14047 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14048 * gdb.python/python-prettyprint.py (pp_outer): New class.
14049 (pp_nullstr): Likewise.
14050 (lookup_function): Register new printers.
14051 * gdb.python/python-prettyprint.c (struct substruct): New type.
14052 (struct outerstruct): Likewise.
14053 (substruct_test): New function.
14054 (struct nullstr): New type.
14055 (string_1, string_2): New globals.
14056 (main): Add new tests.
14057 * gdb.python/python-mi.exp: Added regression tests.
14058 * gdb.mi/mi2-var-display.exp: Update.
14059 * gdb.mi/mi2-var-cmd.exp: Update.
14060 * gdb.mi/mi2-var-child.exp: Update.
14061 * gdb.mi/mi2-var-block.exp: Update.
14062 * gdb.mi/mi-var-invalidate.exp: Update.
14063 * gdb.mi/mi-var-display.exp: Update.
14064 * gdb.mi/mi-var-cmd.exp: Update.
14065 * gdb.mi/mi-var-child.exp: Update.
14066 * gdb.mi/mi-var-block.exp: Update.
14067 * gdb.mi/mi-break.exp: Update.
14068 * gdb.mi/gdb701.exp: Update.
14069
a96d9b2e
SDJ
140702009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14071
14072 * Makefile.in: Inclusion of catch-syscall object.
14073 * gdb.base/catch-syscall.c: New file.
14074 * gdb.base/catch-syscall.exp: New file.
14075
b43b923a
MS
140762009-09-12 Michael Snyder <msnyder@vmware.com>
14077
14078 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14079 that can support reverse debuggnig.
14080
cec03d70
TT
140812009-09-11 Tom Tromey <tromey@redhat.com>
14082
14083 * gdb.dwarf2/valop.S: New file.
14084 * gdb.dwarf2/valop.exp: New file.
14085
e23bb3fc
MK
140862009-09-11 Mark Kettenis <kettenis@gnu.org>
14087
14088 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14089
37c3696d
DE
140902009-09-10 Doug Evans <dje@google.com>
14091
14092 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14093 Add $gdb_prompt to second breakpoint regexp.
14094
5172aecb
JB
140952009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14096
14097 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14098 names, add missing ones.
14099 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14100 * gdb.python/py-frame.c: Rename from python-frame.c.
14101 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14102 testfile name.
14103 * gdb.python/py-function.exp: Rename from python-function.exp.
14104 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14105 testfile name.
14106 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14107 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14108 Adjust testfile name.
14109 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14110 * gdb.python/py-template.cc: Rename from python-template.cc.
14111 * gdb.python/py-template.exp: Rename from python-template.exp.
14112 Adjust testfile name.
14113 * gdb.python/py-value.c: Rename from python-value.c.
14114 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14115 testfile name.
14116
b554e4bd
JK
141172009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14118
14119 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14120 $bpt2address.
14121 (Second breakpoint address is valid on ia64)
14122 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14123
9a68ae16
JM
141242009-09-03 Joseph Myers <joseph@codesourcery.com>
14125
14126 * gdb.base/ending-run.exp: Restrict regular expression matching
14127 line number to require closing brace following.
14128
146b9145
DE
141292009-09-03 Doug Evans <dje@google.com>
14130
14131 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14132
787d21e1
TT
141332009-09-02 Tom Tromey <tromey@redhat.com>
14134
14135 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14136
e7802207
TT
141372009-09-02 Tom Tromey <tromey@redhat.com>
14138
14139 * gdb.dwarf2/callframecfa.exp: New file.
14140 * gdb.dwarf2/callframecfa.S: New file.
14141
817aadd2
JK
141422009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14143
14144 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14145 gdb.base/solib-overlap-main.c: New.
14146
4a76eae5
DJ
141472009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14148
14149 PR gdb/10565
14150
14151 * gdb.base/bitfields.c (struct container, container): New.
14152 (main): Initialize it and call break5.
14153 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14154
d4b96c9a
JK
141552009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14156
14157 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14158 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14159
4e22772d
JK
141602009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14161
14162 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14163
2efab443
MS
141642009-08-26 Michael Snyder <msnyder@vmware.com>
14165
14166 * gdb.base/i386-reverse.c: New file.
14167 * gdb.base/i386-reverse.exp: New file.
14168 * gdb.base/Makefile.in: Add new files to be removed.
14169
07ab73a0
JM
141702009-08-26 Joseph Myers <joseph@codesourcery.com>
14171
14172 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14173 environment-pwd for remote host.
14174 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14175
676accff
KS
141762009-08-24 Keith Seitz <keiths@redhat.com>
14177
14178 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14179 Add two new C++ completer tests which limit the output to a
889bf7c5 14180 given class.
676accff 14181
f9f7ad22
MS
141822009-08-24 Michael Snyder <msnyder@vmware.com>
14183
14184 * gdb.base/del.exp: Fix typo in comment.
14185 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14186
81ecdfbb
RW
141872009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14188
14189 * configure: Regenerate.
14190 * gdb.hp/configure: Likewise.
14191 * gdb.hp/gdb.aCC/configure: Likewise.
14192 * gdb.hp/gdb.base-hp/configure: Likewise.
14193 * gdb.hp/gdb.compat/configure: Likewise.
14194 * gdb.hp/gdb.defects/configure: Likewise.
14195 * gdb.hp/gdb.objdbg/configure: Likewise.
14196 * gdb.stabs/configure: Likewise.
14197
cab0c772
UW
141982009-08-19 Doug Evans <dje@google.com>
14199
14200 * gdb.base/gdbvars.c: New file.
14201 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14202
b8fa0bfa
PA
142032009-08-14 Pedro Alves <pedro@codesourcery.com>
14204
14205 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14206 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14207
b84aa90a
PA
142082009-08-13 Pedro Alves <pedro@codesourcery.com>
14209
14210 * gdb.base/default.exp: Adjust "set language test": it's now an
14211 enum command. Larger help string moved to "help set language".
14212 * gdb.base/help.exp: Adjust "help set language" expected output,
14213 now lists all known languages.
14214
0d8f9b2c
NF
142152009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14216
14217 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14218 all frame arguments.
14219 * gdb.arch/altivec-regs.exp: Likewise.
14220
bda180e0
TT
142212009-08-07 Tom Tromey <tromey@redhat.com>
14222
14223 * gdb.base/setshow.exp: Add tests for changes to set language, set
14224 check range, and set check type.
14225
48cb2d85
VP
142262009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14227
14228 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14229 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 14230 Call it.
48cb2d85 14231
1ea34204
UW
142322009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14233
14234 * configure.ac: Run gdb.cell tests when appropriate.
14235 * configure: Regenerate.
14236 * lib/cell.exp: New file.
14237 * gdb.cell: New directory.
14238 * gdb.cell/configure.ac: New file.
14239 * gdb.cell/configure: New file.
14240 * gdb.cell/Makefile.in: New file.
14241 * gdb.cell/arch.exp: New file.
14242 * gdb.cell/break.c: New file.
14243 * gdb.cell/break.exp: New file.
14244 * gdb.cell/break-spu.c: New file.
14245 * gdb.cell/bt.c: New file.
14246 * gdb.cell/bt2-spu.c: New file.
14247 * gdb.cell/bt-spu.c: New file.
14248 * gdb.cell/bt.exp: New file.
14249 * gdb.cell/coremaker.c: New file.
14250 * gdb.cell/coremaker-spu.c: New file.
14251 * gdb.cell/core.exp: New file.
14252 * gdb.cell/gcore.exp: New file.
14253 * gdb.cell/data.c: New file.
14254 * gdb.cell/data.exp: New file.
14255 * gdb.cell/data-spu.c: New file.
14256 * gdb.cell/ea-cache.exp: New file.
14257 * gdb.cell/ea-cache.c: New file.
14258 * gdb.cell/ea-cache-spu.c: New file.
14259 * gdb.cell/ea-standalone.c: New file.
14260 * gdb.cell/ea-standalone.exp: New file.
14261 * gdb.cell/ea-test.c: New file.
14262 * gdb.cell/ea-test.exp: New file.
14263 * gdb.cell/f-regs.exp: New file.
14264 * gdb.cell/mem-access.c: New file.
14265 * gdb.cell/mem-access.exp: New file.
14266 * gdb.cell/mem-access-spu.c: New file.
14267 * gdb.cell/ptype.exp: New file.
14268 * gdb.cell/registers.exp: New file.
14269 * gdb.cell/size.c: New file.
14270 * gdb.cell/sizeof.exp: New file.
14271 * gdb.cell/size-spu.c: New file.
14272 * gdb.cell/solib.exp: New file.
14273 * gdb.cell/solib-symbol.exp: New file.
14274
85e747d2
UW
142752009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14276
14277 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14278
58d6951d
DJ
142792009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14280
14281 * gdb.base/float.exp: Handle VFP registers.
14282
6e0a4f15
MS
142832009-07-14 Michael Snyder <msnyder@vmware.com>
14284
dcd5da87
MS
14285 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
14286 to bring gdb to the beginning of the calling line.
14287
6e0a4f15
MS
14288 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
14289 confusing the i386 epilogue unwinder.
14290
782b2b07
SS
142912009-07-14 Stan Shebs <stan@codesourcery.com>
14292
14293 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
14294
f662c3bc
MS
142952009-07-14 Michael Snyder <msnyder@vmware.com>
14296
14297 * gdb.reverse/step-reverse.exp (stepi into function call):
14298 Call instruction may not be first instruction in the line.
14299 (reverse stepi from a function call): Used wrong line number.
14300
8f313923
JK
143012009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14302
14303 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
14304
4662c76e
JK
143052009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14306
14307 Fix gdb.base/macscp.exp when using custom inputrc.
14308 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
14309 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
14310 env(TERM) set.
14311 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
14312 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
14313
aa81e255
JK
143142009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14315
14316 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
14317 * gdb.base/annota1.exp (thread_test): Import global $testfile.
14318 Change the compilation target to match the testcase name.
14319 * gdb.base/sect-cmd.exp: Change the compilation target to match the
14320 testcase name.
14321 * a2-run.exp: Use for setup prepare_for_testing. Change the
14322 compilation target to match the testcase name.
14323 * gdb.base/commands.exp: Likewise.
14324 * gdb.base/finish.exp: Likewise.
14325 * gdb.base/float.exp: Likewise.
14326 * gdb.base/info-target.exp: Likewise.
14327 * gdb.base/relational.exp: Likewise.
14328 * gdb.base/term.exp: Likewise.
14329 * gdb.base/until.exp: Likewise.
14330 * gdb.base/volatile.exp: Likewise.
14331 * gdb.base/whatis-exp.exp: Likewise.
14332
4c93b1d7
HZ
143332009-07-11 Hui Zhu <teawater@gmail.com>
14334
14335 * gdb.base/help.exp (disassemble): Update expected help text.
14336
812f7342
TT
143372009-07-09 Tom Tromey <tromey@redhat.com>
14338
14339 * lib/gdb.exp: Handle TRANSCRIPT.
14340 (remote_spawn, remote_close, send_gdb): New procs.
14341
fbb8f299
PM
143422009-07-10 Phil Muldoon <pmuldoon@redhat.com>
14343
14344 * gdb.python/python-prettyprint.c: Add counted null string
14345 structure.
14346 * gdb.python/python-prettyprint.exp: Print null string. Test for
14347 embedded nulls.
14348 * gdb.python/python-prettyprint.py (pp_ns): New Function.
14349 * gdb.python/python-value.exp (test_value_in_inferior): Add
14350 variable length string fetch tests.
14351 * gdb.python/python-value.c (main): Add strings for string fetch tests.
14352
c0ac0ec7
JK
143532009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14354
14355 * gdb.base/dump.exp (inaccessible memory is reported): New test.
14356
30b66ecc
TT
143572009-07-07 Tom Tromey <tromey@redhat.com>
14358
14359 * gdb.base/call-rt-st.exp: Update for change to escape output.
14360 * gdb.base/callfuncs.exp: Likewise.
14361 * gdb.base/charset.exp: Likewise.
14362 * gdb.base/constvars.exp: Likewise.
14363 * gdb.base/long_long.exp: Likewise.
14364 * gdb.base/pointers.exp: Likewise.
14365 * gdb.base/printcmds.exp: Likewise.
14366 * gdb.base/setvar.exp: Likewise.
14367 * gdb.base/store.exp: Likewise.
14368 * gdb.cp/ref-types.exp: Likewise.
14369 * gdb.mi/mi-var-child.exp: Likewise.
14370 * gdb.mi/mi-var-display.exp: Likewise.
14371 * gdb.mi/mi2-var-display.exp: Likewise.
14372 * gdb.base/charset.exp: Test octal escape sequence length.
14373 Update for change to escape output.
14374
187c4a2b
JK
143752009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14376
14377 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
14378
d80a43f9
DJ
143792009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
14380
14381 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
14382
047427a8
JK
143832009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14384
14385 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
14386 gdbserver increasing $portnum if "Can't bind address" has been seen.
14387
8b5a0f4f
PA
143882009-07-05 Pedro Alves <pedro@codesourcery.com>
14389
14390 * gdb.base/ending-run.exp: Add "step out of main" pattern for
14391 mingw32ce.
14392
7d93ba58
PA
143932009-07-05 Pedro Alves <pedro@codesourcery.com>
14394
14395 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
14396 VFP format.
14397
2277426b
PA
143982009-07-02 Pedro Alves <pedro@codesourcery.com>
14399
14400 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
14401 linux. Adjust to use "inferior", "info inferiors", "detach
14402 inferior" and "kill inferior" instead of "restart", "info fork",
14403 "detach fork" and "delete fork".
14404 * gdb.base/ending-run.exp: Spell out "info".
14405 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
14406 the "kill" command.
14407
5af949e3
UW
144082009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14409
14410 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
14411 change to prefix TLS offset in hex with 0x.
14412
5d3729b5
UW
144132009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14414
14415 * gdb.base/default.exp: Update test case for "x" changes.
14416
af589bd0
TG
144172009-07-01 Tristan Gingold <gingold@adacore.com>
14418
14419 * gdb.base/bigcore.exp: Make darwin untested.
14420
40974f91
JK
144212009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14422
14423 * gdb.base/completion.exp (directory completion): Create the directory.
14424 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
14425 escapeuniquesub.
14426 (directory completion 2): Expect now ${escapeuniquesub}.
14427 (Glob remaining of directory test): Remove one excessive newline.
14428 Expect the real output.
14429
59dd3af6
JK
144302009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14431
14432 Fix `make check//%' target after `make check' has been ran.
14433 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14434 a mkdir call.
14435 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14436 (%/.dir): Remove.
14437
f4e164aa
JK
144382009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14439
14440 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14441 the expected result record.
14442
69af2122
JK
144432009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14444
14445 Remove racy FAILs relying just on the timeouts.
14446 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14447 (annotation_level 2): Remove racy FAILs.
14448
2fd481e1
PP
144492009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14450
14451 gdb/10275
889bf7c5
PA
14452 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14453
c38f313d
DJ
144542009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14455
14456 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14457
8b777f02
VP
144582009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14459
14460 * gdb.mi/mi-stack.exp: Testing symbolic options
14461 to -stack-list-locals and -stack-list-arguments.
14462
00c7eacf
JK
144632009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14464
14465 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14466
6bc80edc
TT
144672009-06-29 Tom Tromey <tromey@redhat.com>
14468
14469 * dg-extract-results.sh: New file.
14470 * Makefile.in (FORCE_PARALLEL): New variable.
14471 (CHECK_TARGET): New conditional variable.
14472 (check): Use CHECK_TARGET.
14473 (DO_RUNTEST): New variable.
14474 (check-single): New target.
14475 (TEST_DIRS): New variable.
14476 (TEST_TARGETS): Likewise.
14477 (check-parallel): New target.
14478 (check-gdb.%): New pattern.
14479 (BASE1_FILES): New variable.
14480 (BASE2_FILES): Likewise.
14481 (check-gdb.base%): New pattern.
14482 (%/.dir): New pattern.
14483 * configure: Rebuild.
14484 * aclocal.m4 (AM_CONDITIONAL): New defun.
14485 * configure.ac: Check whether user is using GNU make.
14486 (GMAKE): New conditional.
14487
794684b6
SW
144882009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14489
14490 * gdb.cp/namespace-nested-import.cc: New test.
14491 * gdb.cp/namespace-nested-import.exp: New test.
14492
edb3359d
DJ
144932009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14494
14495 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14496 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14497 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14498 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14499 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14500 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14501 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14502 gdb.opt/inline-markers.c: New files.
14503 * lib/gdb.exp (skip_inline_frame_tests): New function.
14504 (skip_inline_var_tests): New function.
14505
cf657a0c
AS
145062009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14507
14508 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14509 backtrace.
14510
28d41a99
MS
145112009-06-27 Michael Snyder <msnyder@vmware.com>
14512
14513 * gdb.reverse: New directory.
14514 * gdb.reverse/break-reverse.c: New test.
14515 * gdb.reverse/break-reverse.exp: New test.
14516 * gdb.reverse/consecutive-reverse.c: New test.
14517 * gdb.reverse/consecutive-reverse.exp: New test.
14518 * gdb.reverse/finish-reverse.c: New test.
14519 * gdb.reverse/finish-reverse.exp: New test.
14520 * gdb.reverse/machinestate.c: New test.
14521 * gdb.reverse/ms1.c: New test.
14522 * gdb.reverse/machinestate.exp: New test.
14523 * gdb.reverse/Makefile.in: New file.
14524 * gdb.reverse/shr2.c: New test.
14525 * gdb.reverse/solib-reverse.c: New test.
14526 * gdb.reverse/solib-reverse.exp: New test.
14527 * gdb.reverse/step-reverse.c: New test.
14528 * gdb.reverse/step-reverse.exp: New test.
14529 * gdb.reverse/until-reverse.c: New test.
14530 * gdb.reverse/ur1.c: New test.
14531 * gdb.reverse/until-reverse.exp: New test.
14532 * gdb.reverse/watch-reverse.c: New test.
14533 * gdb.reverse/watch-reverse.exp: New test.
14534 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14535 * configure: Regenerate.
14536
fe3c8b0d
DE
145372009-06-26 Doug Evans <dje@google.com>
14538
14539 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14540
3a72a602
PM
145412009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14542
14543 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14544 windows problem for 'file delete $binfile'.
14545
27aa8d6a
SW
145462009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14547
14548 * gdb.cp/namespace-using.exp: New test.
14549 * gdb.cp/namespace-using.cc: New test.
14550
8ac055f8
JB
145512009-05-20 Joel Brobecker <brobecker@adacore.com>
14552
14553 * gdb.ada/variant_record_packed_array: New testcase.
14554
85e306ed
TT
145552009-06-23 Tom Tromey <tromey@redhat.com>
14556
14557 * gdb.base/charset.exp (test_combination): Regression test.
14558 * gdb.base/charset.c (my_wchar_t): New typedef.
14559 (myvar): New global.
14560 (main): Set myvar.
14561
56643c5e
PM
145622009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14563
14564 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14565 target.
14566
1fac167a
UW
145672009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14568
14569 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14570
7ccb0be9
UW
145712009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14572
14573 * gdb.mi/gdb680.exp: Update test for error message.
14574
568d6575
UW
145752009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14576
14577 * gdb.base/annota1.exp: Allow multiple occurrences of the
14578 frames-invalid annotation.
14579 * gdb.cp/annota2.exp: Likewise.
14580
7cd1089b
PM
145812009-06-15 Phil Muldoon <pmuldoon@redhat.com>
14582
14583 * gdb.cp/gdb2495.cc: New file.
14584 * gdb.cp/gdb2495.exp: New file.
14585
72c63395
JK
145862009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14587
14588 Report error on GDB crash during runto.
14589 * lib/gdb.exp (runto <eof>): New.
14590
3788363d
DJ
145912009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
14592
14593 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
14594 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
14595 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
14596 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
14597 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
14598 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
14599 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
14600 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
14601 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
14602 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
14603 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
14604 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
14605 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14606 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
14607 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
14608 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
14609 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
14610 gdb.server/server-mon.exp, gdb.server/server-run.exp,
14611 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14612 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14613 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
14614 gdb.trace/passcount.exp, gdb.trace/report.exp,
14615 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
14616 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
14617 gdb.trace/while-stepping.exp: Use a unique name for the compiled
14618 executable.
14619
17592de3
PA
146202009-06-07 Pedro Alves <pedro@codesourcery.com>
14621
14622 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
14623 defined before referencing it.
14624
701e355d
DE
146252009-06-03 Doug Evans <dje@google.com>
14626
14627 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
14628 * gdb.arch/i386-see.c: Ditto.
14629
f2292c65
PM
146302009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
14631
14632 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
14633 (check_macro): Return 1 if undefined.
14634 If first test fails, check if macro debug information is available,
14635 and report unsupported test if no macro information is found.
14636
5a437975
DE
146372009-05-29 Doug Evans <dje@google.com>
14638
14639 * gdb.threads/hand-call-in-threads.exp: New.
14640 * gdb.threads/hand-call-in-threads.c: New.
14641
c141c696
MS
146422009-05-29 Michael Snyder <msnyder@vmware.com>
14643
14644 * gdb.base/break-always.exp: Change "1" to "on".
14645 Add confirmation check.
14646
b3444185
PA
146472009-05-28 Pedro Alves <pedro@codesourcery.com>
14648
14649 * gdb.threads/threxit-hop-specific.c: New.
14650 * gdb.threads/threxit-hop-specific.exp: New.
14651 * gdb.threads/thread-execl.c: New.
14652 * gdb.threads/thread-execl.exp: New.
14653
b6313243
TT
146542009-05-27 Tom Tromey <tromey@redhat.com>
14655 Thiago Jung Bauermann <bauerman@br.ibm.com>
14656
14657 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14658 (mi_child_regexp): Likewise.
14659 (mi_list_varobj_children_range): Likewise.
14660 (mi_get_features): Likewise.
14661 (mi_list_varobj_children): Rewrite.
14662 * gdb.python/python-mi.exp: New file.
14663
a6bac58e
TT
146642009-05-27 Tom Tromey <tromey@redhat.com>
14665 Thiago Jung Bauermann <bauerman@br.ibm.com>
14666 Phil Muldoon <pmuldoon@redhat.com>
14667 Paul Pluzhnikov <ppluzhnikov@google.com>
14668
14669 * gdb.python/python-prettyprint.exp: New file.
14670 * gdb.python/python-prettyprint.c: New file.
14671 * gdb.python/python-prettyprint.py: New file.
14672 * gdb.base/display.exp: print/r is now valid.
14673
2c74e833
TT
146742009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14675 Tom Tromey <tromey@redhat.com>
14676 Pedro Alves <pedro@codesourcery.com>
14677 Paul Pluzhnikov <ppluzhnikov@google.com>
14678
14679 * gdb.python/python-template.exp: New file.
14680 * gdb.python/python-template.cc: New file.
14681 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14682 tests.
14683 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14684 Call it.
14685 (test_value_after_death): New proc.
14686 * gdb.python/python-value.c (PTR): New typedef.
14687 (main): New variable 'x'.
14688
89c73ade
TT
146892009-05-27 Tom Tromey <tromey@redhat.com>
14690
14691 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14692 tests.
14693 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14694 Call it.
14695
a75724bc
PA
146962009-05-27 Pedro Alves <pedro@codesourcery.com>
14697
14698 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14699
e58b0e63
PA
147002009-05-24 Pedro Alves <pedro@codesourcery.com>
14701
14702 * gdb.threads/fork-thread-pending.c: New.
14703 * gdb.threads/fork-thread-pending.exp: New.
14704
4ac36638
JK
147052009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14706
14707 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14708 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14709
889bf7c5 147102009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 14711
889bf7c5 14712 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 14713
b242c3c2
PA
147142009-05-17 Pedro Alves <pedro@codesourcery.com>
14715
14716 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14717 `gdb_get_line_number'. Call `callee' in both parent and child.
14718 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14719 `gdb_get_line_number' instead of hardcoding line numbers.
14720 (catch_fork_unpatch_child): New procedure to test detaching
14721 breakpoints from child fork.
14722 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14723 hardcoding line numbers.
14724 (do_fork_tests): Run `catch_fork_unpatch_child'.
14725
ee342b23
VP
147262009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14727
14728 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14729 of structure type enters or leaves the scope, it
14730 is reported by -var-update.
14731
e2009e98
DE
147322009-05-11 Doug Evans <dje@sebabeach.org>
14733
14734 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 14735 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
14736 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14737
00903456
JK
147382009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14739
14740 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14741
dc621c35
DE
147422009-04-30 Doug Evans <dje@google.com>
14743
14744 * gdb.threads/watchthreads2.exp: New testcase.
14745 * gdb.threads/watchthreads2.c: New testcase.
14746
9ab4e744
DE
147472009-04-29 Doug Evans <dje@google.com>
14748
14749 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14750 * gdb.cp/mb-ctor.cc: Ditto.
14751 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14752 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14753 * gdb.cp/mb-inline1.cc: Call it.
14754 * gdb.cp/mb-inline2.cc: Ditto.
14755 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14756 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14757
484086b7
JK
147582009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14759
14760 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14761 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14762 Replace all uses of `decimal' by `nonzero'.
14763 (info macro FROM_COMMANDLINE): New test.
14764
379a77b5
TT
147652009-04-27 Tom Tromey <tromey@redhat.com>
14766
14767 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14768
b92b73c2
DE
147692009-04-27 Doug Evans <dje@google.com>
14770
14771 * gdb.threads/watchthreads.c (main): Initialize args before starting
14772 the threads. Plus formatting cleanup.
14773 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14774 biased scheduling of one thread.
14775
945a118d
JG
147762009-04-27 Jerome Guitton <guitton@adacore.com>
14777
14778 * gdb.cp/templates.cc (GetMax): New template.
14779 (main): Declare two instances of GetMax.
14780 * gdb.cp/templates.exp: Add new test.
14781
d389af10
JK
147822009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14783
14784 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14785
e7f86de9
JM
147862009-04-22 Joseph Myers <joseph@codesourcery.com>
14787
14788 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14789
334cc82d
TT
147902009-04-15 Tom Tromey <tromey@redhat.com>
14791
14792 * gdb.base/charset.exp: Add regression test.
14793
d12672cc
JB
147942009-04-14 Joel Brobecker <brobecker@adacore.com>
14795
14796 * gdb.base/exe-lock.exp: New testcase.
14797
18e8c3bc
TT
147982009-04-13 Tom Tromey <tromey@redhat.com>
14799
14800 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14801 operator on Frame.
14802
5ecd5cbe
UW
148032009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14804
14805 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14806 * gdb.server/ext-attach.exp: Likewise.
14807
7309f756
VP
148082009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14809
14810 Eliminate some sleep usage.
14811
889bf7c5
PA
14812 * gdb.mi/basics.c (do_nothing): New.
14813 (main): Use do_nothing instead of printf, so that
14814 not to introduce race condition between output of
14815 inferiour and output of gdb. Do not use sleep as it
14816 is not generally available on embedded targets.
7309f756 14817
f4b95f6f
PA
148182009-04-02 Pedro Alves <pedro@codesourcery.com>
14819
14820 * gdb.server/ext-attach.exp: Expect an optional process id after
14821 "Detached from remote process".
14822
de40b933
JK
148232009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14824
14825 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14826 gdb.dwarf2/dw2-unresolved.exp: New.
14827
2ae101a4
PA
148282009-04-02 Pedro Alves <pedro@codesourcery.com>
14829
14830 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14831 mi_run_to_main.
14832
56a8e183
PA
148332009-04-02 Pedro Alves <pedro@codesourcery.com>
14834
14835 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14836 mi_run_to_main. Skip thread exit test on remote targets.
14837 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14838 mi_run_to_main.
14839 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14840 mi_run_to_main.
14841 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14842 when expecting ^connected. Detect when the target doesn't support
14843 non-stop mode.
14844 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14845 supported. Return -1 on error, 0 on success.
14846 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14847 (mi_runto): Return mi_runto_helper's result explicitly.
14848
c35fafde
PA
148492009-04-01 Pedro Alves <pedro@codesourcery.com>
14850
14851 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14852
f8a8dce6
JB
148532009-04-01 Tom Tromey <tromey@redhat.com>
14854
14855 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14856 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14857 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14858 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14859
71c25dea
TT
148602009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14861 Jan Kratochvil <jan.kratochvil@redhat.com>
14862
14863 PR gdb/931
14864 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14865 output.
14866 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14867 for gdb/931.
14868 * dw2-strp.S (DW_AT_language): Change to C++.
14869 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14870
02d9a9ce
JB
148712009-03-31 Joel Brobecker <brobecker@adacore.com>
14872
14873 * gdb.ada/tasks: New testcase.
14874
1042e4c0
SS
148752009-03-30 Stan Shebs <stan@codesourcery.com>
14876
14877 * gdb.trace/actions.exp: Update to match new info trace format.
14878 * gdb.trace/deltrace.exp: Ditto.
14879 * gdb.trace/infotrace.exp: Ditto.
14880 * gdb.trace/passcount.exp: Ditto.
14881 * gdb.trace/save-trace.exp: Ditto.
14882 * gdb.trace/while-stepping.exp: Ditto.
14883 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14884
f8f6f20b
TJB
148852009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14886
14887 * gdb.python/python-frame.c: New file.
14888 * gdb.python/python-frame.exp: New file.
14889
c0c6f777
TJB
148902009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14891
14892 * gdb.python/python-value.exp: Add tests for the address
14893 attribute.
14894
3cb51905
AS
148952009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14896
14897 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14898
88fc996f
DE
148992009-03-26 Doug Evans <dje@google.com>
14900
14901 * gdb.mi/mi-nonstop-exit.exp: New file.
14902 * gdb.mi/non-stop-exit.c: New file.
14903
56ef84b1
TT
149042009-03-26 Tom Tromey <tromey@redhat.com>
14905
14906 Update for change to prologue skipping:
14907 * gdb.mi/mi2-simplerun.exp: Update.
14908 * gdb.mi/mi2-break.exp: Update.
14909 * gdb.mi/mi-simplerun.exp: Update.
14910 * gdb.mi/mi-break.exp: Update.
14911 * gdb.base/ending-run.exp: Update.
14912
def2b000
TJB
149132009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14914
14915 * gdb.python/python-value.exp (test_value_in_inferior): Test
14916 gdb.Value.is_optimized_out attribute.
14917
442ddf59
JK
149182009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14919
14920 * gdb.dwarf2/dw2-noloc-main.c: New file.
14921 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14922 (.text): Remove.
14923 (.data): New.
14924 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14925 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14926 (DW_TAG_subprogram func_cu1, noloc): Remove.
14927 (main): New.
14928 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14929 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14930 (file_symbols): New procedure.
14931
a8df5de4
TT
149322009-03-25 Tom Tromey <tromey@redhat.com>
14933
14934 * gdb.base/charset.exp (valid_target_charset): New proc.
14935 Use it to skip tests on invalid charsets.
14936
cc1d7add
PM
149372009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14938
14939 * gdb.base/completion.exp: Add a test for directory completion.
14940
bcd5727b
JK
149412009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14942
14943 Fix a racy FAIL.
14944 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14945 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14946
cc924cad
TJB
149472009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14948
14949 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14950 * gdb.python/python-function.exp: Add test for function returning
14951 a GDB value.
14952
bc3b79fd
TJB
149532009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14954
14955 * gdb.python/python-function.exp: New file.
14956
6c7a06a3
TT
149572009-03-20 Tom Tromey <tromey@redhat.com>
14958
14959 * gdb.base/store.exp: Update for change to escape output.
14960 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14961 to escape output.
14962 * gdb.base/pointers.exp: Update for change to escape output.
14963 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14964 to escape output.
14965 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14966 escape output.
14967 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14968 to escape output.
14969 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14970 escape output.
14971 * gdb.base/setvar.exp: Update for change to escape output.
14972 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14973 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14974 to escape output.
14975 (test_print_string_constants): Likewise.
14976 * gdb.base/charset.exp (valid_host_charset): Check size of
14977 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14978 cases. Handle "auto"-related output.
14979 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14980 (uvar, Uvar): New globals.
14981
c31af87b
JG
149822009-03-19 Jerome Guitton <guitton@adacore.com>
14983
14984 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14985 deltas.
14986 * gdb.ada/fixed_points.exp: Ditto.
14987
51272cf2
PA
149882009-03-18 Pedro Alves <pedro@codesourcery.com>
14989
14990 * return-nodebug.c: Don't include stdio.h.
14991 (init): Delete.
14992 (func): Delete definition and provide extern declaration.
14993 (t): New.
14994 (main): Don't call printf. Call func and store its result in t.
14995 * return-nodebug1.c: New.
14996 * return-nodebug.exp: Don't expect stdio output. Instead, print
14997 the global variable t. Drop printf formatters and cast types from
14998 foreach loop. Don't use prepare_for_testing. Compile
14999 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15000 define FORMAT or CAST.
15001
d24948ac
PP
150022009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15003
15004 * gdb.base/solib-display.exp: Disable test for remote targers.
15005
61ff14c6
JK
150062009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15007
15008 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15009
cb4dce93
JK
150102009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15011
15012 Fix a racy FAIL.
15013 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15014 code from `follow parent, print pids'.
15015 (`follow child, print pids', `follow parent, print pids'): Call it.
15016 Replace `gdb_test "break..."' by gdb_breakpoint.
15017
f7c60c5e
VP
150182009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15019
15020 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 15021 sync and async modes.
f7c60c5e 15022
383ace49
JB
150232009-03-12 Joel Brobecker <brobecker@adacore.com>
15024
15025 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15026 that was checked in by mistake. Remove loading of ada.exp, since
15027 this is not necessary in this case.
15028
4ce102af
JB
150292009-03-12 Joel Brobecker <brobecker@adacore.com>
15030
15031 * gdb.ada/ptype_arith_binop.exp: New testcase.
15032
529a2aef
JB
150332009-03-12 Joel Brobecker <brobecker@adacore.com>
15034
15035 * gdb.ada/mod_from_name: New testcase.
15036
8a38181c
JB
150372009-03-12 Joel Brobecker <brobecker@adacore.com>
15038
15039 * gdb.ada/tick_last_segv: New testcase.
15040
11436dee
VP
150412009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15042
61ff14c6 15043 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 15044
1f31650a
VP
150452009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15046
61ff14c6
JK
15047 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15048 include the token in ^running and frame info in *stopped.
1f31650a 15049
a3247a22
PP
150502009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15051
15052 * solib-display.exp: New file.
15053 * solib-display-main.c: New file.
15054 * solib-display-lib.c: New file.
61ff14c6 15055
aae64587
PA
150562009-03-05 Pedro Alves <pedro@codesourcery.com>
15057
15058 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15059
44aabfbc
JK
150602009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15061
15062 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15063 (list_and_check_macro): Use more specific test name.
15064 (next to definition): Make the test names unique.
15065
c087fcd3
PM
150662009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15067
15068 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 15069
c86cf029
VP
150702009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15071
15072 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15073 notifications.
15074 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15075 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15076 * lib/mi-support.exp (library_loaded_re): New.
15077 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15078
3ea85240
VP
150792009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15080
15081 * gdb.gdb/observer.exp: Use test_notification observer, not
15082 normal_stop, everywhere.
15083 (test_normal_stop_notifications): Rename to...
15084 (test_notifications): ...this.
15085 (test_observer_normal_stop): Rename to...
15086 (test_observer): ...this.
15087
1903f0e6
DE
150882009-02-16 Doug Evans <dje@google.com>
15089
15090 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15091 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15092 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15093 (test_prefixed_syscall,test_int3): New tests.
15094 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15095 (test_prefixed_syscall,test_int3): New tests.
15096
1d33d6ba
VP
150972009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15098
3cb51905
AS
15099 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15100 (mi_expect_interrupt): Likewise.
15101 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15102 response.
1d33d6ba 15103
faafb047
PM
151042009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15105
15106 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15107 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15108 Replace calls to get_valueofx by get_hexadecimal_valueof.
15109
417e16e2
PM
151102009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15111
15112 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15113 (get_integer_valueof): New procedure.
15114 (get_sizeof): Use new get_integer_value_of.
15115 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15116 by get_integer_valueof.
15117
7065b901
TT
151182009-02-13 Tom Tromey <tromey@redhat.com>
15119
15120 * gdb.base/remote.exp (get_sizeof): Remove.
15121 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15122 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15123 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15124 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15125 (get_sizeof): Likewise.
15126
5d7cb8df
JK
151272009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15128
15129 PR fortran/9806
15130 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15131
b2febfff
PP
151322009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15133
15134 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15135
4aa995e1
PA
151362009-02-06 Pedro Alves <pedro@codesourcery.com>
15137
15138 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15139
d8906c6f
TJB
151402009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15141
15142 * gdb.python/python-cmd.exp: New file.
15143
ff4ab08d
TG
151442009-02-06 Tristan Gingold <gingold@adacore.com>
15145
15146 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15147
aacd552b
TG
151482009-02-05 Tristan Gingold <gingold@adacore.com>
15149
15150 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15151 pointer is dereferenced and use this signal name in regexp.
15152 * gdb.base/signull.exp: Ditto.
15153 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15154 * gdb.base/signull.c (main): Ditto.
15155
08c637de
TJB
151562009-02-04 Tom Tromey <tromey@redhat.com>
15157 Thiago Jung Bauermann <bauerman@br.ibm.com>
15158
15159 * gdb.python/python-value.exp: Use `gdb.history' instead of
15160 `gdb.value_from_history'.
15161 (test_value_numeric_ops): Add test for conversion of enum constant.
15162 * gdb.python/python-value.c (enum e): New type.
15163 (evalue): New global.
15164 (main): Use argv.
15165
20261af8
JG
151662009-02-04 Jerome Guitton <guitton@adacore.com>
15167
15168 * gdb.ada/uninitialized_vars: New test program.
15169 * gdb.ada/uninitialized_vars.exp: New testcase.
15170
52e44b43
TT
151712009-02-02 Tom Tromey <tromey@redhat.com>
15172
15173 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15174 * gdb.cp/pr2489.cc: Rename...
15175 * gdb.cp/pr9594.cc: ... to this.
15176
1c71341a
TT
151772009-02-02 Tom Tromey <tromey@redhat.com>
15178
15179 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15180 * gdb.cp/pr2489.cc: New file.
15181 * gdb.cp/cpcompletion.exp: New file.
15182
a4295225
TT
151832009-02-02 Tom Tromey <tromey@redhat.com>
15184
15185 PR exp/9059:
15186 * gdb.cp/call-c.exp: Add regression test.
15187 * gdb.cp/call-c.cc (FooHandle): New typedef.
15188 (main): New variable 'handle'.
15189
592375cd
VP
151902009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15191
15192 * lib/mi-support.exp (et_mi_thread_list)
15193 (check_mi_and_console_threads): Adjust for current thread in
15194 -thread-list-ids output.
15195
41447f92
VP
151962009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15197
889bf7c5
PA
15198 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15199 Call it.
41447f92 15200
35669430
DE
152012009-01-28 Doug Evans <dje@google.com>
15202
15203 * gdb.arch/amd64-disp-step.S: New file.
15204 * gdb.arch/amd64-disp-step.exp: New file.
15205 * gdb.arch/i386-disp-step.S: New file.
15206 * gdb.arch/i386-disp-step.exp: New file.
15207
09f00d9a
PM
152082009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15209
15210 * gdb.base/find.exp: Set newline variable
15211 using quotes instead of braces to fix cygwin failures.
15212
1e8fb976
PA
152132009-01-23 Pedro Alves <pedro@codesourcery.com>
15214
15215 * gdb.base/radix.exp: Add tests to ensure that that set
15216 input-radix 0 and set output-radix 0 are really rejected.
15217
da061712
PA
152182009-01-23 Pedro Alves <pedro@codesourcery.com>
15219
15220 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15221 copyright years.
15222
dd7e2d2b
PA
152232009-01-23 Pedro Alves <pedro@codesourcery.com>
15224
15225 PR gdb/9664:
15226 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15227
392452f6
PA
152282009-01-22 Pedro Alves <pedro@codesourcery.com>
15229
15230 PR c++/9631:
15231 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15232
8653e71c
PM
152332009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15234
15235 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15236 binfile definition to fix Windows OS failure.
15237
a12cc160
DJ
152382009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15239
15240 PR gdb/9346
15241 * gdb.base/interrupt.c (sigint_handler): New.
15242 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15243 on error.
15244 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15245 Test "signal SIGINT".
15246
b89667eb
DE
152472009-01-19 Doug Evans <dje@google.com>
15248
15249 * gdb.base/break.exp: Update expected gdb output.
15250 * gdb.base/sepdebug.exp: Ditto.
15251 * gdb.mi/mi-syn-frame.exp: Ditto.
15252 * gdb.mi/mi2-syn-frame.exp: Ditto.
15253 * gdb.base/call-signal-resume.exp: New file.
15254 * gdb.base/call-signals.c: New file.
15255 * gdb.base/unwindonsignal.exp: New file.
15256 * gdb.base/unwindonsignal.c: New file.
15257 * gdb.threads/interrupted-hand-call.exp: New file.
15258 * gdb.threads/interrupted-hand-call.c: New file.
15259 * gdb.threads/thread-unwindonsignal.exp: New file.
15260
adb483fe
DJ
152612009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15262
15263 * gdb.base/define.exp: Test defining and hooking prefix commands.
15264 * gdb.python/python.exp: Update test for "show user" output.
15265
60023297
JK
152662009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15267
15268 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15269 now the output exactly, using less wildcards. Expect also the output
15270 of gfortran-4.3. Update for the f-valprint.c modification from
15271 2008-04-22.
15272 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15273 Remove gdb_test test names where matching the command.
15274
ccc57cf9
PA
152752009-01-01 Pedro Alves <pedro@codesourcery.com>
15276
15277 PR breakpoints/9681:
15278 * gdb.base/watchpoint.exp: Add regression test.
15279
c7a6ca08
PA
152802008-12-31 Pedro Alves <pedro@codesourcery.com>
15281
15282 * gdb.threads/attach-into-signal.exp: Don't use
15283 gdb_suppress_entire_file.
15284 * gdb.threads/attach-stopped.exp: Ditto.
15285 * gdb.threads/attachstop-mt.exp: Ditto.
15286
3a031f65
PA
152872008-12-31 Pedro Alves <pedro@codesourcery.com>
15288
15289 PR gdb/8812:
15290 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
15291
09e6485f
PA
152922008-12-29 Pedro Alves <pedro@codesourcery.com>
15293
15294 PR gdb/7536:
15295 * gdb.base/radix.exp: Add tests to ensure invalid input radices
15296 and unsupported output radices are really rejected.
15297
0cd53049
JK
152982008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15299
15300 * gdb.cp/punctuator.exp: Backslash the '$' signs.
15301
ba163c7e
TT
153022008-12-22 Tom Tromey <tromey@redhat.com>
15303
15304 * gdb.cp/punctuator.exp: New file.
15305
6f4de6c9
JK
153062008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15307
15308 * gdb.base/completion.exp (Completing non-existing component): New test.
15309
0f34d0b4
JK
153102008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15311
15312 Fix for PR gdb/8648.
15313 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
15314 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
15315 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
15316 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
15317
db2ad4c3
JK
153182008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15319
15320 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
15321
bb5ef15e
DP
153222008-12-16 Christophe Lyon <christophe.lyon@st.com>
15323
15324 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
15325 compiler actually generate code at the expected line number.
15326
90142adc
JZ
153272008-12-15 Jie Zhang <jie.zhang@analog.com>
15328
15329 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
15330
fad6eecd
TT
153312008-12-12 Tom Tromey <tromey@redhat.com>
15332
15333 * gdb.base/commands.exp (redefine_hook_test): New proc.
15334 Call it.
15335
17c8aaf5
TT
153362008-12-11 Tom Tromey <tromey@redhat.com>
15337
15338 * gdb.base/macscp.exp: New regression test.
15339
7c8adf68
TT
153402008-12-11 Tom Tromey <tromey@redhat.com>
15341
15342 * gdb.base/macscp.exp: Print "address.addr".
15343 * gdb.base/macscp1.c (struct outer): New struct.
15344 (address): New global.
15345
b05dcbb7
TT
153462008-12-09 Tom Tromey <tromey@redhat.com>
15347
15348 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
15349 Call it.
15350
2d476de1
DE
153512008-12-04 Doug Evans <dje@google.com>
15352
15353 * gdb.server/ext-run.exp: Relax regexp for init program.
15354
87bdc959
TG
153552008-12-03 Tristan Gingold <gingold@adacore.com>
15356
15357 * gdb.base/macscp.exp: Generate an object file during compilation
15358 to work around Darwin dsymutil limitations.
15359
e0740f77
JK
153602008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15361
15362 Test resolving external references to TLS variables.
15363 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
15364 FILE2_THREAD_LOCAL.
15365 (testfile2, srcfile2): New variables.
15366 * gdb.threads/tls.c (file2_thread_local)
15367 (function_referencing_file2_thread_local): New.
15368 * gdb.threads/tls2.c: New file.
15369
67f0aac5
JB
153702008-11-28 Joel Brobecker <brobecker@adacore.com>
15371
15372 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
15373 rather than integer, as integer might not be big enough when
15374 on 64bit targets.
67f0aac5 15375
c332165e
JG
153762008-11-27 Jerome Guitton <guitton@adacore.com>
15377
15378 * gdb.cp/formatted-ref.exp: Add equality test.
15379 * gdb.ada/formatted_ref.exp: Ditto.
15380
fc9b693c
JK
153812008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15382
15383 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
15384 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
15385
a9c64011
AS
153862008-11-20 Andreas Schwab <schwab@suse.de>
15387
15388 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
15389 matching syscall entry point.
15390 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15391 (tcatch_vfork_then_child_follow): Likewise. Finish through
15392 vfork even if we stopped at the syscall trampoline.
15393
e2fd701e
DE
153942008-11-20 Doug Evans <dje@google.com>
15395
15396 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
15397
69abc51c
TJB
153982008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
15399
15400 * gdb.arch/ppc-dfp.exp: New file.
15401 * gdb.arch/ppc-dfp.c: New file.
15402
c14c28ba
PP
154032008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15404
15405 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 15406
2e74121d
DE
154072008-11-17 Doug Evans <dje@google.com>
15408
15409 * gdb.mi/mi-syn-frame.exp: Update expected output.
15410 * gdb.mi/mi2-syn-frame.exp: Update expected output.
15411
66bb093b
VP
154122008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15413
15414 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
15415 "thread N" results in =thread-selected.
15416 * lib/mi-support (mi_run_cmd, mi_expect_stop)
15417 (mi_send_resuming_command_raw): Be prepared for
15418 =thread-selected.
15419
3d043ef6
VP
154202008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15421
a9c64011
AS
15422 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
15423 * lib/mi-support.exp: Likewise.
3d043ef6 15424
808104c8
JB
154252008-11-16 Joel Brobecker <brobecker@adacore.com>
15426
15427 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15428 commands from the expected output for "help catch".
15429
00b22944
JB
154302008-11-15 Joel Brobecker <brobecker@adacore.com>
15431
15432 * gdb.ada/int_deref.exp: New testcase.
15433
59669435
TT
154342008-11-14 Nick Roberts <nickrob@snap.net.nz>
15435
15436 * gdb.mi/gdb2549.exp: New file.
15437
de04a248
DE
154382008-11-11 Doug Evans <dje@google.com>
15439
15440 * gdb.base/callexit.exp: New file.
15441 * gdb.base/callexit.c: New file.
15442
6b8ce727
DE
154432008-11-10 Doug Evans <dje@google.com>
15444
15445 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15446 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15447 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15448 (default_gdb_start,default_gdb_exit): Ditto.
15449 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15450 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15451 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15452 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15453 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15454 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15455
1b14b8aa
AS
154562008-11-03 Andreas Schwab <schwab@suse.de>
15457
15458 * gdb.base/hashline2.exp: Fix typo.
15459 * gdb.base/hashline3.exp: Likewise.
15460
f3134b88
TT
154612008-10-30 Tom Tromey <tromey@redhat.com>
15462
15463 * gdb.base/pointers.exp: Add test.
15464 * gdb.base/pointers.c (k, S): New typedefs.
15465 (instance): New global.
15466
c2226152
AS
154672008-10-30 Andreas Schwab <schwab@suse.de>
15468
15469 * gdb.base/args.exp: Add tests for newlines.
15470
462f405c
JB
154712008-10-30 Joel Brobecker <brobecker@adacore.com>
15472
15473 gdb.base/foll-exec.exp: Update the expected output of a couple
15474 of "info breakpoints" tests.
15475
79a45b7d
TT
154762008-10-28 Tom Tromey <tromey@redhat.com>
15477
15478 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15479
adc13a14
PA
154802008-10-24 Pedro Alves <pedro@codesourcery.com>
15481
15482 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15483 gdb_start_cmd.
15484 Use runto_main before any test that requires execution.
15485
252fbfc8
PA
154862008-10-23 Pedro Alves <pedro@codesourcery.com>
15487
15488 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15489 instead of SIGINT.
15490
28148e3d
JB
154912008-10-22 Joel Brobecker <brobecker@adacore.com>
15492
15493 * gdb.base/completion.exp: Update expected output following
15494 the addition of the "info tasks" command.
15495
c209f847
TT
154962008-10-22 Tom Tromey <tromey@redhat.com>
15497
15498 * gdb.base/exprs.exp (test_expr): Add test for string
15499 concatenation.
15500
f177e350
PA
155012008-10-19 Pedro Alves <pedro@codesourcery.com>
15502
15503 * configure.ac: Output gdb.python/Makefile.
15504 * configure: Regenerate.
15505 * gdb.python/Makefile.in: New.
15506
cce89356
JB
155072008-10-16 Joel Brobecker <brobecker@adacore.com>
15508
15509 * gdb.base/foll-fork.exp: Adjust the expected output to match
15510 the new description for fork/vfork catchpoints in the "info
15511 breakpoints" output.
15512
176d289d
TJB
155132008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15514
15515 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15516
a08702d6
TJB
155172008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15518
15519 * gdb.python/python-value.c: New file.
15520 * gdb.python/python-value.exp: New file.
15521
1c5cfe86
PA
155222008-10-15 Pedro Alves <pedro@codesourcery.com>
15523
15524 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15525
5a98ad69
DP
155262008-10-15 Denis Pilat <denis.pilat@st.com>
15527
41702f1b 15528 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 15529
dcb1a1e2
TT
155302008-10-09 Tom Tromey <tromey@redhat.com>
15531
15532 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15533 'fprintf' and 'stderr'.
15534
9124fe48
JB
155352008-10-07 Joel Brobecker <brobecker@adacore.com>
15536
15537 * gdb.ada/ref_tick_size.exp: New testcase.
15538
45452591
DE
155392008-10-06 Doug Evans <dje@google.com>
15540
15541 * gdb.dwarf2/dw2-cu-size.exp: New file.
15542 * gdb.dwarf2/dw2-cu-size.S: New file.
15543
15544 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15545 .Ltype_int for clarity.
15546
4fc5b208
PP
155472008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15548
15549 PR gdb/2384:
15550 * gdb.cp/gdb2384.exp: Extended to test more cases.
15551 * gdb.cp/gdb2384.cc: Likewise.
15552 * gdb.cp/gdb2384-base.h: Likewise.
15553 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 15554
d78df370
JK
155552008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15556
15557 * gdb.base/maint.exp (maint print type): Remove printing
15558 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15559
9a044a89
TT
155602008-09-30 Tom Tromey <tromey@redhat.com>
15561
15562 * gdb.base/macscp.exp: Add completion tests.
15563 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15564 (TWENTY_THREE): Likewise.
15565 (FORTY_EIGHT): Likewise.
15566
506800a9
TT
155672008-09-30 Tom Tromey <tromey@redhat.com>
15568
15569 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15570 everywhere.
15571 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15572
1a6f01b5
JK
155732008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15574
15575 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15576 testcase is derived from. Fix racy dependency on an expected PID
15577 number. No longer support the testcase on Linux kernel 2.4.x.
15578
2fae03e8
TT
155792008-09-27 Tom Tromey <tromey@redhat.com>
15580
15581 * gdb.base/macscp.exp: Add tests for stringification, splicing,
15582 and varargs.
15583
1ad15515
PA
155842008-09-22 Pedro Alves <pedro@codesourcery.com>
15585
15586 * lib/mi-support.exp (mi_expect_interrupt): New.
15587 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
15588 from gdb.mi/mi-nonstop.exp.
15589 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
15590 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
15591 lib/mi-support.exp.
15592 Use mi_check_thread_states throughout. Avoid ".*" and do not
15593 require an anchor after -exec-run.
15594
d0b76dc6
DJ
155952008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
15596
15597 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
15598 stop is pending. Avoid ".*" when two stops are pending.
15599 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
15600 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
15601 newlines in fullnames.
15602 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
15603 (mi_expect_stop): Update comments. Only anchor in sync mode.
15604 Do not match newlines.
15605 (mi_send_resuming_command_raw): Always return status.
15606 (mi_get_stop_line): Do not match more than one line by accident.
15607 Only anchor in sync mode.
15608 (mi_run_inline_test): If -exec-next fails, give up.
15609
9990c830
UW
156102008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15611
15612 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
15613 on SPU.
15614
ebcf6f00
JB
156152008-09-10 Joel Brobecker <brobecker@adacore.com>
15616
15617 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
15618
b6db24e5
JB
156192008-09-10 Joel Brobecker <brobecker@adacore.com>
15620
15621 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
15622 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
15623 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
15624 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
15625 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
15626 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
15627 gdb.ada/interface.exp, gdb.ada/null_array.exp,
15628 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
15629 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
15630 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
15631 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
15632 Include the "= " sequence in the expected output of print tests.
15633
2bf448e0
JB
156342008-09-10 Joel Brobecker <brobecker@adacore.com>
15635
15636 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15637 description for boolean types.
15638
d51fd4c8
PA
156392008-09-09 Pedro Alves <pedro@codesourcery.com>
15640
15641 * gdb.base/hook-stop-continue.c: New.
15642 * gdb.base/hook-stop-continue.exp: New.
15643
694182d2
DJ
156442008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15645
15646 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15647
3b8a7fc0
JG
156482008-09-08 Jerome Guitton <guitton@adacore.com>
15649
15650 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15651 (stack_check_probe_2, stack_check_probe_loop_1)
15652 (stack_check_probe_loop_2): New functions.
15653 (main): Add call to these new functions.
15654 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15655 functions, check that the breakpoint is inserted at the appropriate
15656 location.
15657 (insert_breakpoint): Slightly refine this procedure so that it can
15658 be called several times in the test.
15659
96cc0ae8
JG
156602008-09-08 Jerome Guitton <guitton@adacore.com>
15661
15662 * gdb.base/stack-checking.c: New file.
15663 * gdb.base/stack-checking.exp: New file.
15664
1f08b409
TJB
156652008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15666
15667 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15668 * gdb.arch/altivec-regs.exp: Likewise.
15669 * gdb.arch/vsx-regs.exp: Likewise.
15670
3099e1c4
TJB
156712008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15672
15673 * gdb.arch/ppc-fp.exp: New file.
15674 * gdb.arch/ppc-fp.c: New file.
15675
cc69bfc1
PP
156762008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15677
15678 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15679 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 15680
b02a33db
MS
156812008-09-04 Michael Snyder <msnyder@vmware.com>
15682
15683 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15684 as "at" (for non-debug functions such as _start).
15685
2992cbe0
UW
156862008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15687
15688 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15689 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15690 software watchpoints.
15691 * gdb.base/watch_thread_num.exp: Likewise.
15692
514f746b
AR
156932008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15694
15695 * gdb.arch/i386-bp_permanent.exp: New test.
15696
876cecd0
TT
156972008-08-24 Tom Tromey <tromey@redhat.com>
15698
15699 * gdb.base/maint.exp: Update "maint print type".
15700
80f73d71
VP
157012008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15702
15703 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15704 support. Adjust the order of "*running" notifications.
15705 * gdb.mi/non-stop.c: Don't cast from int to void* and
15706 back.
15707
d9c78d7d
MK
157082008-08-20 Mark Kettenis <kettenis@gnu.org>
15709
15710 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15711 expect to find it in the "info frame" output.
15712
97a2d1d3
DJ
157132008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15714
15715 * gdb.base/interp.exp: Always consume both prompts.
15716
b96e2927
PA
157172008-08-20 Pedro Alves <pedro@codesourcery.com>
15718
15719 * gdb.base/pending.exp: Test pending breakpoints without symbols
15720 loaded.
15721
8cf6e61a
VP
157222008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15723
15724 * lib/mi-support.exp (mi_expect_stop): Produce
15725 more details on failures.
15726 * gdb.mi/mi-nonstop.exp: New.
15727 * gdb.mi/non-stop.c: New.
15728
c6ebd6cf
VP
157292008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15730
a9c64011
AS
15731 * gdb.mi/mi-async.exp: Use 'set target-async'.
15732 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 15733
46a9b8ed
DJ
157342008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15735
15736 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15737
44feb3ce
TT
157382008-08-17 Tom Tromey <tromey@redhat.com>
15739
15740 * gdb.base/help.exp (help catch): Rewrite.
15741
311a4e6b
TJB
157422008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15743
15744 * gdb.base/define.exp: Test indented command documentation.
15745 * gdb.python/python.exp: Test indented multi-line command.
15746
604c2f83
LM
157472008-08-15 Luis Machado <luisgpm@br.ibm.com>
15748
15749 * testsuite/gdb.arch/vsx-regs.c: New source file.
15750 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15751 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15752
886a217c
TT
157532008-08-14 Tom Tromey <tromey@redhat.com>
15754
15755 * gdb.base/macscp.exp: Add regression test for "macro define" or
15756 "macro undef" with no arguments.
15757
c814a4f3
PP
157582008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15759
15760 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 15761
12ab8a60
UW
157622008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15763
15764 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15765
d57a3c85
TJB
157662008-08-06 Tom Tromey <tromey@redhat.com>
15767
15768 * gdb.python/python.exp: New file.
15769
c7b778ff
JK
157702008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15771
15772 Fix for PR gdb/1543.
15773 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15774 $LOCATION.
15775 (location): New variable.
15776 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15777 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15778 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15779 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15780 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15781 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15782 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15783 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15784 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15785 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15786 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15787 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15788 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15789 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15790 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15791 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15792 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15793 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15794 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15795 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15796 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15797 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15798 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15799 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15800 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15801 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15802 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15803 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15804 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15805 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15806 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15807 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15808 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15809 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15810 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15811 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15812 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15813 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15814 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15815 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15816 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15817 gdb.base/type-opaque.exp, gdb.base/until.exp,
15818 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15819 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15820 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15821 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15822 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15823 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15824 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15825 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15826 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15827 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15828 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15829 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15830 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15831 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15832 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15833 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15834 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15835 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15836 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15837 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15838 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15839 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15840 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15841 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15842 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15843 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15844 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15845 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15846 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15847 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15848 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15849 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15850 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15851 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15852 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15853 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15854 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15855 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15856 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15857 to bug-gdb@prep.ai.mit.edu .
15858
5e06a3d1
VP
158592008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15860
15861 * lib/mi-support.exp (mi_load_shlibs): New.
15862 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15863
9d81d21b
VP
158642008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15865
15866 * lib/mi-support.exp (get_mi_thread_list)
15867 (check_mi_and_console_threads): New, moved from ...
15868 * gdb.mi/mi-pthread.exp: ...here.
15869 * gdb.mi/gdb669.exp (get_mi_thread_list)
15870 (check_mi_and_console_threads): Delete.
15871 * gdb.mi/mi2-pthread.exp: Likewise.
15872
bae98fe0
TT
158732008-07-28 Tom Tromey <tromey@redhat.com>
15874
15875 * Makefile.in (just-check): Remove. Move body to...
15876 (check): ... here.
15877
57380f4e
DJ
158782008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15879
15880 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15881 Add a test for duplicated SIGINTs.
15882
e09490f1
DJ
158832008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15884
15885 * gdb.threads/schedlock.exp (get_args): Update to work for any
15886 value of NUM.
15887 (Top level): Report the number of threads that did not resume.
15888
6387b45f
DJ
158892008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15890
15891 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15892
62f64ff2
DJ
158932008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15894
15895 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15896 non-MI prompt.
15897
fa8de41e
TT
158982008-07-26 Tom Tromey <tromey@redhat.com>
15899
15900 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15901 (function_struct, function_struct_ptr): New globals.
15902 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15903 function pointer in a struct.
15904
ccb3ac8a
TT
159052008-07-26 Tom Tromey <tromey@redhat.com>
15906
15907 * gdb.base/macscp.exp: Add test for macro lexing bug.
15908
d7d9f01e
TT
159092008-07-18 Tom Tromey <tromey@redhat.com>
15910
15911 * gdb.base/macscp.exp: Add macro tests.
15912
9bf07184
PP
159132008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15914
15915 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15916
becf6477
PP
159172008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15918
15919 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15920
0709f7d3
PP
159212008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15922
15923 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 15924
7093c834
PP
159252008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15926
15927 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 15928
b432ffe3
JK
159292008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15930
15931 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15932
b1a268e5
VP
159332008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15934
15935 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15936
e2995f8e
KB
159372008-07-11 Kevin Buettner <kevinb@redhat.com>
15938
15939 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15940 of regexp to account for changes made to GDB in the printing of
15941 byte vectors.
15942
14032a66
TT
159432008-07-11 Tom Tromey <tromey@redhat.com>
15944
15945 * gdb.base/completion.exp: Add 'help' completion test.
15946
981505ef
JK
159472008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15948
15949 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15950
10568435
JK
159512008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15952
15953 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15954
4487aabf
PA
159552008-07-09 Pedro Alves <pedro@codesourcery.com>
15956
15957 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15958
a4a9b1c4
PA
159592008-07-09 Pedro Alves <pedro@codesourcery.com>
15960
15961 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15962
3c3185ac
JK
159632008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15964
15965 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15966
7ebd49dc
VP
159672008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15968
15969 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15970 previous commit. Add a comment.
15971
84e46146
PA
159722008-06-28 Pedro Alves <pedro@codesourcery.com>
15973
15974 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15975
0f8d4a2f
VP
159762008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15977
15978 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15979
f747e0ce
PA
159802008-06-27 Pedro Alves <pedro@codesourcery.com>
15981
15982 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15983 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15984 compiling an executable, link in an object that forces unbuffered
15985 output.
15986 * lib/set_unbuffered_mode.c: New file.
15987
734a5c36
JK
159882008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15989
15990 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15991
a2840c35
VP
159922008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15993
a9c64011
AS
15994 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15995 mi_expect_stop.
15996 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15997 Demand that *running is output.
15998 (detect_async): Perform checking every time.
15999 (mi_send_resuming_command): Extract everything into...
16000 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
16001 (mi_expect_stop): Don't accept any output before *stopped.
16002
6ae37fef
VP
160032008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16004
16005 Robustify mi-simplerun.
a9c64011
AS
16006 * gdb.mi/basics.c (main): Add a call to sleep.
16007 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16008 * gdb.mi/mi2-cli.exp: Likewise.
16009 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 16010
b4aa76f0 160112008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
16012
16013 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16014
e1ac3328
VP
160152008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16016
a9c64011
AS
16017 * gdb.mi/mi-console.exp: Adjust.
16018 * gdb.mi/mi-syn-frame.exp: Adjust.
16019 * gdb.mi/mi2-console.exp: Adjust.
16020 * gdb.mi/mi2-syn-frame.exp: Adjust.
16021 * lib/mi-support.exp (mi_run_cmd): Adjust.
16022 (mi_send_resuming_command): Adjust.
e1ac3328 16023
f7f9a841
VP
160242008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16025
16026 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
16027 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16028 testing of stopped.
16029 * gdb.mi/mi2-syn-frame.exp: Likewise.
16030 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16031 (async, detect_async): New.
16032 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16033 depending on if we're running in sync or async mode.
f7f9a841 16034
37cd5d19
TT
160352008-06-09 Tom Tromey <tromey@redhat.com>
16036
16037 * gdb.base/completion.exp: New tests for field name completion
16038 with spaces, and field name completion with '->'.
16039
65d12d83
TT
160402008-06-06 Tom Tromey <tromey@redhat.com>
16041
16042 * gdb.base/break1.c (struct some_struct): New struct.
16043 (values): New global.
16044 * gdb.base/completion.exp: Add field name completion test.
16045
ebfe2e3f
PP
160462008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16047
16048 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16049 to pointer.
16050 * gdb.cp/call-c.cc: Likewise.
16051
bcf6fc3a
NR
160522008-06-06 Nick Roberts <nickrob@snap.net.nz>
16053
16054 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16055 annotation.
16056
49fd4a42 160572008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 16058 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
16059
16060 * gdb.threads/execl.c, gdb.threads/execl1.c,
16061 gdb.threads/execl.exp: New tests.
a9c64011 16062
8a34ac3f
AR
160632008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16064 Daniel Jacobowitz <dan@codesourcery.com>
16065
16066 * gdb.cp/exception.exp: Activate test, make it work with pending
16067 catchpoints.
16068
86ae69ef
JK
160692008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16070
16071 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16072
f7f9ae2c
VP
160732008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16074
a9c64011
AS
16075 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16076 now printed.
16077 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 16078
2a2d4dc3
AS
160792008-05-27 Andreas Schwab <schwab@suse.de>
16080
16081 * gdb.base/frame-args.exp: Handle arguments that are optimized
16082 out.
16083
5099e4d9
LM
160842008-05-26 Luis Machado <luisgpm@br.ibm.com>
16085
16086 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16087 quiet for ppc32 and group options into a single variable.
16088
d9c36a91
JB
160892008-05-23 Joel Brobecker <brobecker@adacore.com>
16090
16091 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16092 of zero-size elements.
16093 * gdb.ada/null_array.exp: Test printing this new array.
16094
103a8671
JK
160952008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16096
16097 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16098
07a4cc1a 160992008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
16100
16101 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16102 of the "finish" command.
16103
55f996a7
NR
161042008-05-21 Nick Roberts <nickrob@snap.net.nz>
16105
16106 * gdb.base/annota1.exp: Test for new annotation.
16107
907fc202
UW
161082008-05-16 Pedro Alves <pedro@codesourcery.com>
16109
16110 * gdb.base/fixsection.exp: New file.
16111 * gdb.base/fixsection0.c: New file.
16112 * gdb.base/fixsection1.c: New file.
16113
e8f97270
UW
161142008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16115
16116 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16117 * gdb.base/annota3.exp: Likewise.
16118
ac0bb574
NF
161192008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16120
16121 * gdb.base/watch_thread_num.exp: Don't run tests that require
16122 watchpoints if the target doesn't support them.
16123
6fadd07a
DE
161242008-05-12 Doug Evans <dje@google.com>
16125
16126 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16127
6e9a4a30
JB
161282008-05-09 Joel Brobecker <brobecker@adacore.com>
16129
16130 * gdb.ada/assign_1.exp: New testcase.
16131
08388c79
DE
161322008-05-09 Doug Evans <dje@google.com>
16133
a3c83fae
DE
16134 * gdb.base/find.exp: New file.
16135 * gdb.base/find.c: New file.
08388c79 16136
bd5ddfe8
DJ
161372008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16138
16139 * gdb.base/commands.exp (watchpoint_command_test): Handle
16140 gdb,no_hardware_watchpoints.
16141 * gdb.base/float.exp: Allow ARM targets without floating point.
16142 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16143
b5dd68e2 161442008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 16145 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
16146
16147 * gdb.ada/lang_switch: New test program.
16148 * gdb.ada/lang_switch.exp: New testcase.
16149
382d13d1
DE
161502008-05-05 Doug Evans <dje@google.com>
16151
16152 * gdb.base/help.exp (disassemble): Update expected help text.
16153
9dd789d0
PA
161542008-05-04 Pedro Alves <pedro@codesourcery.com>
16155
16156 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16157
611c83ae
PA
161582008-05-04 Pedro Alves <pedro@codesourcery.com>
16159
16160 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16161 different times.
16162
ff013f42
JK
161632008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16164
16165 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16166 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16167 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16168 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16169
96dff6a2
VP
161702008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16171
16172 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16173 notification to appear.
16174
55cd6f92
DJ
161752008-05-04 Daniel Jacobowitz <dan@debian.org>
16176
16177 * gdb.base/fullname.c: New file.
16178 * gdb.base/fullname.exp: New file.
16179 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16180
d705c43c
PA
161812008-05-03 Pedro Alves <pedro@codesourcery.com>
16182
16183 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16184 expressions with macros.
16185
333222e1
JK
161862008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16187
16188 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16189
5ac01682
DJ
161902008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16191
16192 * gdb.base/completion.exp: Handle lack of other symbols beginning
16193 with "a".
16194
16195 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16196
237fc4c9
PA
161972008-05-02 Jim Blandy <jimb@codesourcery.com>
16198
16199 * gdb.asm/asmsrc1.s: Add scratch space.
16200
ed5e9466
DJ
162012008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16202 Daniel Jacobowitz <dan@codesourcery.com>
16203
16204 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16205 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16206 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16207
b39cc962
DJ
162082007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16209
16210 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16211
36d520f5
JB
162122008-05-01 Joel Brobecker <brobecker@adacore.com>
16213
16214 * gdb.base/info-target.exp: New testcase.
16215
8d4e3071
DJ
162162008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16217
16218 * gdb.cp/hang.exp: Use .cc instead of .C.
16219 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16220 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16221
6f3f3097
DJ
162222008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16223
16224 * gdb.base/gdb1250.exp: Remove perror.
16225 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16226
5550a914
PA
162272008-04-30 Pedro Alves <pedro@codesourcery.com>
16228
16229 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16230 .2byte.
16231
d848e687
DJ
162322008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16233
16234 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16235 (maybe_kfail): New.
16236
93b5768b
PA
162372008-04-25 Pedro Alves <pedro@codesourcery.com>
16238
16239 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16240
721c02de
VP
162412008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16242
a9c64011
AS
16243 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16244 * gdb.mi/mi2-syn-frame.exp: Likewise.
16245 * lib/mi-support.exp: Likewise.
721c02de 16246
74960c60
VP
162472008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16248
16249 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16250 to specify regexp for the location to stop at.
16251 * gdb.base/break-always.c: New.
16252 * gdb.base/break-always.exp: New.
16253
d24317b4
VP
162542008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16255
16256 * lib/mi-support.exp (mi_runto_helper): Adjust
16257 for the original-location field.
16258 (mi_create_breakpoint, mi_list_breakpoints): New.
16259 * gdb.mi/mi-break.exp: Adjust.
16260 * gdb.mi/mi2-break.exp: Adjust.
16261 * gdb.mi/mi-pending.exp: Adjust.
16262 * gdb.mi/mi-simplerun.exp: Adjust.
16263 * gdb.mi/mi2-simplerun.exp: Adjust.
16264 * gdb.mi/mi-syn-frame.exp: Adjust.
16265 * gdb.mi/mi2-syn-frame.exp: Adjust.
16266 * gdb.mi/mi-until.exp: Adjust.
16267 * gdb.mi/mi2-until.exp: Adjust.
16268 * gdb.mi/mi-var-display.exp: Adjust.
16269 * gdb.mi/mi2-var-display.exp: Adjust.
16270 * gdb.mi/mi-watch.exp: Adjust.
16271 * gdb.mi/mi2-watch.exp: Adjust.
16272
fdc59709 162732008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 16274
a9c64011
AS
16275 * aclocal.m4: Add override.m4.
16276 * configure: Regenerate.
fdc59709 16277
8e91f023
VP
162782008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16279
16280 * gdb.mi/var-cmd.c (do_at_tests): Verify that
16281 '-var-update --all-values' reports new value even the type
16282 of a variable object has changed.
16283
233a11ab
CS
162842008-04-18 Craig Silverstein <csilvers@google.com>
16285
16286 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
16287 files.
d24317b4 16288
9c1137ad
JB
162892008-04-18 Joel Brobecker <brobecker@adacore.com>
16290
16291 * gdb.ada/atomic_enum: New test program.
16292 * gdb.ada/atomic_enum.exp: New testcase.
16293
66d0bbc7
DE
162942008-04-17 Doug Evans <dje@google.com>
16295
16296 * gdb.opt/Makefile.in: Fix whitespace.
16297
100906b0
UW
162982008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
16299
16300 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
16301
4584e32e
DE
163022008-04-17 Doug Evans <dje@google.com>
16303
16304 * gdb.base/hashline1.exp: New testcase.
16305 * gdb.base/hashline2.exp: New testcase.
16306 * gdb.base/hashline2.exp: New testcase.
16307
0a320680
PA
163082008-04-17 Pedro Alves <pedro@codesourcery.com>
16309
16310 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
16311
18ac113b
AR
163122008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
16313
16314 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
16315 temporary breakpoint to match "Temporary breakpoint".
16316 * gdb.base/break.exp (delete_breakpoints): Likewise.
16317 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
16318 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
16319 * gdb.base/display.exp: Likewise.
16320 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
16321 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
16322 * gdb.base/restore.exp (restore_tests): Likewise.
16323 * gdb.base/sepdebug.exp: Likewise.
16324 * gdb.base/watchpoint.exp: Likewise.
16325 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
16326 * gdb.mi/mi-pending.exp: Likewise.
16327 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
16328 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
16329 * gdb.mi/mi-var-cmd.exp: Likewise.
16330 * gdb.mi/mi-var-display.exp: Likewise.
16331 * gdb.mi/mi2-cli.exp: Likewise.
16332 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
16333 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
16334 * gdb.mi/mi2-var-display.exp: Likewise.
16335 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
16336 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
16337 new "disp" field.
a9c64011 16338 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
16339 reason. This is to support fix for PR2424.
16340
add38693
JK
163412008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16342
16343 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
16344
fcacd99f
VP
163452008-04-13 Vladimir Prus <vladimir@codesourcery.com>
16346
16347 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 16348 field. Add more floating varobj tests.
fcacd99f 16349 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
16350 field.
16351 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
16352 (main): Call do_at_tests.
16353 * lib/mi-support.exp (mi_create_floating_varobj)
16354 (mi_varobj_update_with_type_change): New.
fcacd99f 16355
de051565
MK
163562008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
16357
16358 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
16359 option of -var-evaluate-expression.
16360 * gdb.mi/mi2-var-display.exp: Likewise.
16361
dbc52822
VP
163622008-04-07 Vladimir Prus <vladimir@codesourcery.com>
16363
16364 Introduce test setup helpers.
a9c64011
AS
16365 * lib/gdb.exp (build_executable, clean_restart)
16366 (prepare_for_testing): New.
16367 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
16368 * gdb.base/return.exp: Likewise.
16369 * gdb.base/ending-run.exp: Likewise.
dbc52822 16370
473591da
NR
163712008-04-07 Nick Roberts <nickrob@snap.net.nz>
16372
16373 * gdb.mi/mi-async.exp: New test for asynchronous Machine
16374 Interface (MI) responses.
16375
2b2d9e11
VP
163762008-04-06 Vladimir Prus <vladimir@codesourcery.com>
16377
a9c64011
AS
16378 * gdb.cp/breakpoint.cc: New code to test conditions involving
16379 member variables.
16380 * gdb.cp/breakpoint.exp: Test condition involving member
16381 variables.
2b2d9e11 16382
bb378428
VP
163832008-04-05 Vladimir Prus <vladimir@codesourcery.com>
16384
16385 * lib/mi-support.exp (mi_expect_stop): New.
16386 (mi_run_cmd): Change the
16387 token. Use mi_send_resuming_command, use
16388 mi_expect_stop.
16389 (mi_execute_to_helper): Rename to mi_execute_to.
16390 (mi_send_resuming_command): Add more error patterns.
16391 (mi_wait_for_stop): Renamed to...
16392 (mi_get_stop_line): ...this.
16393 (mi_run_inline_test): Adjust.
16394
16395 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
16396 * gdb.mi/mi-console.exp: Likewise.
16397 * gdb.mi/mi-pending.exp: Likewise.
16398 * gdb.mi/mi-simplerun.exp: Likewise.
16399 * gdb.mi/mi-stack.exp: Likewise.
16400 * gdb.mi/mi-stepi.exp: Likewise.
16401 * gdb.mi/mi-syn-frame.exp: Add comment.
16402 * gdb.mi/mi-until.exp: Likewise.
16403 * gdb.mi/mi-var-display.exp: Likewise.
16404 * gdb.mi/mi-watch.exp: Likewise.
16405 * gdb.mi/mi2-cli.exp: Likewise.
16406 * gdb.mi/mi2-console.exp: Likewise.
16407 * gdb.mi/mi2-simplerun.exp: Likewise.
16408 * gdb.mi/mi2-stack.exp: Likewise.
16409 * gdb.mi/mi2-stepi.exp: Likewise.
16410 * gdb.mi/mi2-until.exp: Likewise.
16411 * gdb.mi/mi2-var-display.exp: Likewise.
16412 * gdb.mi/mi2-watch.exp: Likewise.
16413
62172bb9
UW
164142008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16415
16416 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
16417
16418 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
16419
a13e061a
PA
164202008-04-04 Pedro Alves <pedro@codesourcery.com>
16421
16422 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
16423 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
16424 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16425 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
16426 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16427 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16428 expect an mi error duplicated in stderr.
16429
eae06beb
JB
164302008-04-03 Joel Brobecker <brobecker@adacore.com>
16431
16432 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16433 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16434 Add a couple of tests that verify the behavior when the new setting
16435 is set to "cancel" and "all".
16436 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16437 "ask" before we start the testing.
16438
79c6ced6
AR
164392008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16440
16441 * gdb.cp/casts.cc: Add class reference variables.
16442 * gdb.cp/casts.exp: New test cases for up/down casting references.
16443
6c2d1a6b
MK
164442008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16445
16446 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16447 instead of beginning to make an extra test pass.
16448 * gdb.mi/mi2-var-display.exp: Likewise.
16449
55b411d9
MR
164502008-03-31 Maciej W. Rozycki <macro@mips.com>
16451
16452 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16453
c6140da2
MD
164542008-03-31 Markus Deuling <deuling@de.ibm.com>
16455 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16456
16457 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16458 value. Add xfail for older kernels.
16459
79732189
AR
164602008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16461
16462 Bring mi-support in line with gdb.exp.
16463 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16464 (mi_gdb_start): New function.
16465
33c3676e
MR
164662008-03-28 Maciej W. Rozycki <macro@mips.com>
16467
16468 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16469
92e28119
VP
164702008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16471
16472 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16473 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 16474
9e8e3afe
VP
164752008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16476
16477 * lib/mi-support.exp (mi_create_varobj_checked): New.
16478 (mi_list_varobj_children): Allow to check for a
16479 value.
16480 (mi_list_array_varobj_children): New.
16481
16482 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16483 and mi_list_varobj_children, as opposed to hardcoding
16484 expected strings.
16485 * gdb.mi/gdb701.exp: Likewise.
16486 * gdb.mi/gdb792.exp: Likewise.
16487 * gdb.mi/mi-var-block.exp: Likewise.
16488 * gdb.mi/mi-var-cmd.exp: Likewise.
16489 * gdb.mi/mi-var-invalidate.exp: Likewise.
16490 * gdb.mi/mi2-var-block.exp: Likewise.
16491 * gdb.mi/mi2-var-child.exp: Likewise.
16492 * gdb.mi/mi2-var-cmd.exp: Likewise.
16493 * gdb.mi/mi2-var-display.exp: Likewise.
16494
9df50351
JK
164952008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16496
16497 Fix random false FAILs on i386.
16498 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16499
31e5d73a
DJ
165002008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16501
16502 PR gdb/544
16503 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16504
12f4afab
DJ
165052008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16506
16507 PR gdb/544
16508 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16509
b562a0cb
DJ
165102008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16511
16512 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16513 fixed PR gdb/544.
16514
17faa917
DJ
165152008-03-21 Pedro Alves <pedro@codesourcery.com>
16516
16517 * gdb.threads/fork-child-threads.exp: Test next over fork.
16518
6214f497
DJ
165192008-03-21 Chris Demetriou <cgd@google.com>
16520
16521 * gdb.base/break.exp (rbreak junk): New test for rbreak
16522 "Junk at end of arguments" issue.
16523
63092375
DJ
165242008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16525
16526 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16527 *& to work on created array elements.
16528 (Top level): Test print $pc with a file. Test string operations
16529 without a target.
16530 * gdb.base/ptype.exp: Do not expect *& to work on created array
16531 elements.
16532
b21991b0
DJ
165332008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16534
16535 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16536 gdb.threads/staticthreads.exp: Update exit query.
16537
c4b347c7
SL
165382008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16539
16540 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16541
fa4727a6
DJ
165422008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16543
16544 * gdb.base/watchpoint.c (global_ptr, func4): New.
16545 (main): Call func4.
16546 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16547 (test_inaccessible_watchpoint): New.
16548
2f34202f
MR
165492008-02-29 Maciej W. Rozycki <macro@mips.com>
16550
16551 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16552 select the largest.
16553
0d6ba1b1
DJ
165542008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16555
16556 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16557 frames-invalid annotations.
16558
e691325a
PM
165592008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16560
a9c64011 16561 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 16562
f85b5ecc
DE
165632008-02-27 Doug Evans <dje@google.com>
16564
16565 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16566 for bug 1738.
16567 (breakpoint_to_handler_entry): Ditto.
16568
b40e7bf3
JB
165692008-02-27 Joel Brobecker <brobecker@adacore.com>
16570
16571 * gdb.base/ending-run.exp: Use the first line of code inside
16572 function body to test breakpoints.
16573 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16574 location where the breakpoint is inserted when using the line
16575 where a function is declared. Fix typo in the description of
16576 one of the tests.
16577 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16578
2faca73a
PM
165792008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16580
16581 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 16582 tests.
2faca73a 16583
6f439c36
PM
165842008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16585
16586 * gdb.base/args.exp: avoid same output for tests
16587 with single quotes.
16588
54e52265
VP
165892008-02-26 Vladimir Prus <vladimir@codesourcery.com>
16590
a9c64011
AS
16591 * gdb.base/annota1.exp: Adjust for 'info break'
16592 format changes.
16593 * gdb.base/annota3.exp: Likewise.
16594 * gdb.base/break.exp: Likewise.
16595 * gdb.base/condbreak.exp: Likewise.
16596 * gdb.base/pending.exp: Likewise.
16597 * gdb.base/sepdebug.exp: Likewise.
16598 * gdb.base/unload.exp: Likewise.
16599 * gdb.cp/ovldbreak.exp: Likewise.
16600 * gdb.mi/mi-pending.exp: Likewise.
54e52265 16601
897b09ca
DE
166022008-02-07 Doug Evans <dje@google.com>
16603
16604 * gdb.cp/mb-inline.exp: New.
16605 * gdb.cp/mb-inline.h: New.
16606 * gdb.cp/mb-inline1.cc: New.
16607 * gdb.cp/mb-inline2.cc: New.
16608
b1c32d35
PM
166092008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
16610
16611 * gdb.pascal/floats.pas: New test program.
16612 * gdb.pascal/floats.exp: New testcase.
16613
1a4ca44a
TJB
166142008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16615
16616 * gdb.base/callfuncs.c (t_float_many_args): New function.
16617 (t_double_many_args): New function.
16618 * gdb.base/callfuncs.exp: Add tests for exceeding float
16619 and double parameters passed through the stack.
16620
439048e8
JB
166212008-02-05 Joel Brobecker <brobecker@adacore.com>
16622
16623 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
16624 gdb.ada/complete/foo.adb: New files.
16625 * gdb.ada/complete.exp: New testcase.
16626
81fe8080
DE
166272008-02-03 Doug Evans <dje@google.com>
16628
301f0ecf
DE
16629 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
16630
81fe8080
DE
16631 * gdb.cp/gdb2384.exp: New file.
16632 * gdb.cp/gdb2384.cc: New file.
16633 * gdb.cp/gdb2384-base.h: New file.
16634 * gdb.cp/gdb2384-base.cc: New file.
16635
4b071aec
DE
166362008-02-02 Doug Evans <dje@google.com>
16637
16638 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16639
61137ba6
JB
166402007-02-01 Joel Brobecker <brobecker@adacore.com>
16641
16642 * gdb.ada/sym_print_name: New test program.
16643 * gdb.ada/sym_print_name.exp: New testcase.
16644
166452007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
16646
16647 * gdb.ada/nested/hello.adb: New file.
16648 * gdb.ada/nested.exp: New testcase.
16649 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16650
98deb0da
VP
166512008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16652
16653 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
16654 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16655 don't cause future evaluations of function to report
16656 creation of internal breakpoints.
98deb0da 16657
723a2275
VP
166582008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16659
16660 * gdb.mi/mi-break.exp (test_error): New.
16661 Call it.
16662
fb546a2f
LM
166632008-01-31 Luis Machado <luisgpm@br.ibm.com>
16664
16665 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16666 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16667
2d8fd90a
PM
166682008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16669
16670 * gdb.pascal/integers.pas: New test program.
16671 * gdb.pascal/integers.exp: New testcase.
16672
a7fa0ded
PM
166732008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16674
16675 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16676
5e1a1926
TJB
166772008-01-30 Luis Machado <luisgpm@br.ibm.com>
16678
16679 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16680 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16681
8d04f9f0
JB
166822008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16683
16684 * gdb.ada/formatted_ref: New test program.
16685 * gdb.ada/formatted_ref.exp: New testcase.
16686
16687 * gdb.cp/formatted-ref.cc: New file.
16688 * gdb.cp/formatted-ref.exp: New testcase.
16689
ce75a98f
JB
166902008-01-30 Joel Brobecker <brobecker@adacore.com>
16691
16692 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16693
e835f6bf
NR
166942008-01-30 Nick Roberts <nickrob@snap.net.nz>
16695
16696 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16697 (test_file_list_exec_source_file): Update to new macro-info field.
16698
d118ef87
PH
166992008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16700
16701 * gdb.ada/exprs: New test program.
16702 * gdb.ada/exprs.exp: New testcase.
16703
7d35ab09
TJB
167042008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16705
16706 * dfp-test.c (DELTA, DELTA_B): New definitions.
16707 (double_val1, double_val2, double_val3, double_val4, double_val5,
16708 double_val6, double_val7, double_val8, double_val9, double_val10,
16709 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16710 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16711 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16712 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16713 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16714 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16715 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16716 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16717 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16718 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16719 dec128_val16): New global variables.
16720 (decimal_dec128_align): New function.
16721 (decimal_mixed): Likewise.
16722 (decimal_many_args_dec32): Likewise.
16723 (decimal_many_args_dec64): Likewise.
16724 (decimal_many_args_dec128): Likewise.
16725 (decimal_many_args_mixed): Likewise.
16726 * dfp-test.exp: Add tests calling new inferior functions.
16727
2d717e4f
DJ
167282008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16729
16730 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16731 gdb.server/ext-run.exp: New files.
16732 * lib/gdbserver-support.exp (gdbserver_download): New.
16733 (gdbserver_start): New. Update gdbserver expected
16734 output.
16735 (gdbserver_spawn): Use them.
16736 (gdbserver_start_extended): New.
16737
e85a822c
DJ
167382008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16739
16740 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16741 Run on GNU/Linux.
16742 (do_exec_tests): Check for systems which do not support catchpoints.
16743 Do not match START.
16744 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16745 Run on GNU/Linux. Enable verbose output.
16746 (check_fork_catchpoints): New.
16747 (explicit_fork_child_follow, catch_fork_child_follow)
16748 (tcatch_fork_parent_follow): Update expected messages.
16749 (do_fork_tests): Use check_fork_catchpoints.
16750 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16751 Run on GNU/Linux. Enable verbose output.
16752 (check_vfork_catchpoints): New.
16753 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16754 expected messages.
16755 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16756
401ea829
JB
167572008-01-29 Jim Blandy <jimb@red-bean.com>
16758
16759 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16760 host' errors.
16761 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16762
aceaf3ad
JB
167632008-01-29 Jim Blandy <jimb@red-bean.com>
16764
16765 * gdb.threads/sigthread.c: Use barriers to ensure that
16766 child_thread and child_thread_two are always initialized before we
16767 start to use them.
16768
a5606eee
VP
167692008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16770
16771 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
16772 * gdb.base/watchpoint-solib.c: New.
16773 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 16774
c55a82bb
PM
167752008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16776
16777 * gdb.base/gdb1056.exp: Add unsigned integer test.
16778
0993fe05
DE
167792008-01-28 Doug Evans <dje@google.com>
16780
16781 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16782
4fe42e7f
JB
167832008-01-27 Jim Blandy <jimb@codesourcery.com>
16784
c7a69933
JB
16785 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16786
4fe42e7f
JB
16787 * gdb.base/expand-psymtabs.exp: Doc fix.
16788
5def8285
MK
167892008-01-26 Mark Kettenis <kettenis@gnu.org>
16790
16791 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16792
5313c911
NR
167932008-01-24 Nick Roberts <nickrob@snap.net.nz>
16794
a9c64011 16795 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
16796 -var-set-format.
16797
93815fbf
VP
167982008-01-23 Chris Demetriou <cgd@google.com>
16799
16800 * gdb.threads/thread_events.c: New testcase source file.
16801 * gdb.threads/thread_events.exp: New testcase expect file.
16802
467a88ee
NR
168032008-01-23 Nick Roberts <nickrob@snap.net.nz>
16804
16805 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
16806
16807 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
16808 -var-set-format.
16809
d8f82aba
DJ
168102008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16811 Vladimir Prus <vladimir@codesourcery.com>
16812
16813 * gdb.base/float.exp: Allow missing floating point for m68k and
16814 PowerPC.
16815
60c46647
VP
168162008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16817
16818 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
16819 ignore count.
16820 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16821 * gdb.mi/mi-cli.exp: Adjust.
16822 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 16823
c7dd36a1
PA
168242008-01-17 Pedro Alves <pedro@codesourcery.com>
16825
16826 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16827 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16828 with dummy_ptr's address.
16829 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16830 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16831 all targets.
16832 * gdb.mi/mi2-var-child.exp: Likewise.
16833
39d5313e
JB
168342008-01-09 Joel Brobecker <brobecker@adacore.com>
16835
16836 * gdb.ada/null_array: New test program.
16837 * gdb.ada/null_array.exp: New testcase.
16838
0aea4bf3
LM
168392008-01-09 Luis Machado <luisgpm@br.ibm.com>
16840
16841 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16842 with required float modifiers.
16843
0b354900
JB
168442008-01-08 Joel Brobecker <brobecker@adacore.com>
16845
16846 * gdb.ada/funcall_param: New test program.
16847 * gdb.ada/funcall_param.exp: New testcase.
16848
cdb7f5d4
JB
168492008-01-08 Joel Brobecker <brobecker@adacore.com>
16850
16851 * gdb.ada/arrayparam: New test program.
16852 * gdb.ada/arrayparam.exp: New testcase.
16853
88e2547f
JB
168542008-01-08 Joel Brobecker <brobecker@adacore.com>
16855
16856 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16857 landed. Should also fix random failures in the test following it.
16858
f6867ce0
TJB
168592008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16860
16861 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16862 for expressions with decimal float values.
16863 (test_dfp_conversions): New function to test casts to and from
16864 decimal float types.
16865 Call test_dfp_conversions.
16866 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16867 elements.
16868 (main): Initialize ds.float4 and ds.double8 elements.
16869 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16870 string to new error message.
16871 (d64_set_tests): Likewise.
16872 (d128_set_tests): Likewise.
16873 Add tests for expressions with decimal float variables. Add tests for
16874 conversions to and from decimal float types.
16875
f9c11282
JB
168762008-01-05 Joel Brobecker <brobecker@adacore.com>
16877
16878 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16879 * gdb.ada/packed_tagged.exp: New testcase.
16880
0ecbca72
JB
168812008-01-04 Joel Brobecker <brobecker@adacore.com>
16882
16883 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16884 gdb.ada/homonym/homonym_main.adb: New files.
16885 * gdb.ada/homonym.exp: New testcase.
16886
c18d3d89
JB
168872008-01-04 Joel Brobecker <brobecker@adacore.com>
16888
16889 * gdb.ada/packed_array.exp: Add testing of references to
16890 a packed array.
16891
ecc7085b
JB
168922008-01-04 Joel Brobecker <brobecker@adacore.com>
16893
16894 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16895 New files.
16896 * gdb.ada/type_coercion.exp: New testcase.
16897
c474c922
JB
168982008-01-04 Joel Brobecker <brobecker@adacore.com>
16899
16900 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16901 gdb.ada/tagged/foo.adb: New file.
16902 * gdb.ada/tagged.exp: New testcase.
16903
9005b927
JB
169042008-01-04 Joel Brobecker <brobecker@adacore.com>
16905
16906 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16907 gdb.ada/ptype_field/foo.adb: New files.
16908 * gdb.ada/ptype_field.exp: New testcase.
16909
1a6aaad8
JB
169102008-01-03 Joel Brobecker <brobecker@adacore.com>
16911
16912 * gdb.ada/print_pc.exp: New testcase.
16913
0ef22f53
JB
169142008-01-03 Joel Brobecker <brobecker@adacore.com>
16915
16916 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16917 gdb.ada/taft_type/p.adb: New files.
16918 * gdb.ada/taft_type.exp: New testcase.
16919
1689ecf8
JB
169202008-01-03 Joel Brobecker <brobecker@adacore.com>
16921
16922 * gdb.ada/array_bounds/bar.adb: New file.
16923 * gdb.ada/array_bounds.exp: New testcase.
16924
a4d0b9c3
JB
169252008-01-03 Joel Brobecker <brobecker@adacore.com>
16926
16927 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16928 gdb.ada/arrayptr/foo.adb: New files.
16929 * gdb.ada/arrayptr.exp: New testcase.
16930
a31ace00
JB
169312008-01-03 Joel Brobecker <brobecker@adacore.com>
16932
16933 * gdb.base/set-lang-auto.exp: New testcase.
16934
a97fced3
JB
169352008-01-03 Joel Brobecker <brobecker@adacore.com>
16936
16937 * gdb.ada/fun_addr/foo.adb: New file.
16938 * gdb.ada/fun_addr.exp: New testcase.
16939
ef29ce1a
JK
169402008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16941
16942 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16943 New files
16944
0fafefe3
JB
169452008-01-02 Joel Brobecker <brobecker@adacore.com>
16946
16947 * array_subscript_addr/p.adb: New file.
a9c64011 16948 * array_subscript_addr.exp: New testcase.
0fafefe3 16949
c4359f8d
JB
169502008-01-02 Joel Brobecker <brobecker@adacore.com>
16951
a9c64011 16952 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
16953 New files.
16954 * gdb.ada/str_cmp_ref.exp: New testcase.
16955
1aa1b15b
JB
169562008-01-01 Joel Brobecker <brobecker@adacore.com>
16957
16958 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16959 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 16960 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 16961
81c9b2cf
JB
169622008-01-01 Joel Brobecker <brobecker@adacore.com>
16963
16964 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16965 gdb.ada/ref_param/pck.ads: New files.
16966 * gdb.ada/ref_param.exp: New testcase.
16967
319e4674
JB
169682008-01-01 Joel Brobecker <brobecker@adacore.com>
16969
16970 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16971 gdb.ada/interface/foo.adb: New files.
16972 * gdb.ada/interface.exp: New testcase.
16973
ef682c56
JB
169742007-12-31 Jim Blandy <jimb@codesourcery.com>
16975
16976 * gdb.base/multi-forks.exp: Consume all output from child
16977 processes before proceeding to next test.
16978
f6f3eb6c
JB
169792007-12-29 Jim Blandy <jimb@codesourcery.com>
16980
16981 * configure: Regenerated.
16982
f652e42f
JB
169832007-12-27 Joel Brobecker <brobecker@adacore.com>
16984
16985 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16986 gdb.ada/fixed_cmp/fixed.adb: New files.
16987 * gdb.ada/fixed_cmp.exp: New testcase.
16988
6943e596
JB
169892007-12-27 Joel Brobecker <brobecker@adacore.com>
16990
16991 * gdb.ada/boolean_expr.exp: New testcase.
16992
aad9a193
JB
169932007-12-26 Jim Blandy <jimb@codesourcery.com>
16994
16995 * gdb.base/multi-forks.exp: Doc fix.
16996
fb5f3683
JB
169972007-12-26 Joel Brobecker <brobecker@adacore.com>
16998
16999 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17000 * gdb.ada/char_param.exp: Do not compile our test program with
17001 -gnata, this is unnecessary.
17002 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17003
384e4a9c
JB
170042007-12-24 Joel Brobecker <brobecker@adacore.com>
17005
17006 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17007 gdb.ada/print_chars/foo.adb: New files.
17008 * gdb.ada/print_chars.exp: New testcase.
17009
01e044f7
JB
170102007-12-24 Joel Brobecker <brobecker@adacore.com>
17011
17012 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17013 gdb.ada/char_param/foo.adb: New files.
17014 * gdb.ada/char_param.exp: New testcase.
17015
0ce17860
JB
170162007-12-22 Jim Blandy <jimb@codesourcery.com>
17017
17018 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17019 hard-coding source line numbers into the test.
17020 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17021 gdb_get_line_number to find.
17022
919809b9
JB
170232007-12-22 Joel Brobecker <brobecker@adacore.com>
17024
17025 * gdb.base/ptype.c (highest): New struct type.
17026 (the_highest): New variable of that type.
17027 (main): Add dummy assignment to a field of variable the_highest.
17028 * gdb.base/ptype.exp: Test type printing of our new variable.
17029
abc8a88d
PM
170302007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17031
17032 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 17033 and record first explicitly generated thread number.
abc8a88d
PM
17034 Use that thread number for thread specific watchpoint test.
17035 Add iteration number to repetitive tests.
17036
5158f3e3
CES
170372007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17038 Jim Blandy <jimb@codesourcery.com>
17039
17040 * gdb.base/expand-psymtabs.c: New testcase
17041 source file.
17042 * gdb.base/expand-psymtabs.exp: New testcase
17043 expect file.
17044
37e4754d
LM
170452007-12-17 Luis Machado <luisgpm@br.ibm.com>
17046
17047 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17048 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17049
551e5d04
JB
170502007-12-17 Joel Brobecker <brobecker@adacore.com>
17051
17052 * gdb.ada/frame_args/foo.adb: New file.
17053 * gdb.ada/frame_args/pck.ads: New file.
17054 * gdb.ada/frame_args/pck.adb: New file.
17055 * gdb.ada/frame_args.exp: New testcase.
17056
a05ee097
JB
170572007-12-17 Joel Brobecker <brobecker@adacore.com>
17058
17059 * gdb.base/frame-args.c: New file.
17060 * gdb.base/frame-args.exp: New testcase.
17061
c162e8c9 170622007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 17063 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
17064
17065 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17066
afe8ab22 170672007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17068
afe8ab22
VP
17069 * gdb.mi/mi-pending.exp: New.
17070 * gdb.mi/mi-pending.c: New.
17071 * gdb.mi/mi-pendshr.c: New.
17072
dfdfb3ca
JB
170732007-12-06 Jim Blandy <jimb@codesourcery.com>
17074
17075 * gdb.base/default.exp: Update expected output for 'info catch'.
17076
b7fca990
JK
170772007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17078
17079 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17080 must be set to binary.
17081
6a1afc1e
PA
170822007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17083
17084 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17085
a6b151f1
DJ
170862007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17087
17088 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17089 gdb.mi/mi-file-transfer.exp: New.
17090
43039443
JK
170912007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17092
17093 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17094
0ef2251b
MR
170952007-11-22 Maciej W. Rozycki <macro@mips.com>
17096
17097 * gdb.trace/backtrace.exp: Fix a typo.
17098 * gdb.trace/circ.exp: Likewise.
17099 * gdb.trace/collection.exp: Likewise.
17100 * gdb.trace/limits.exp: Likewise.
17101 * gdb.trace/report.exp: Likewise.
17102 * gdb.trace/tfind.exp: Likewise.
17103 * gdb.trace/while-dyn.exp: Likewise.
17104
5443631e
NR
171052007-11-21 Nick Roberts <nickrob@snap.net.nz>
17106
17107 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17108 objects of pointers that can't be dereferenced are now
17109 "noneditable".
17110
a4ce5b0d
UW
171112007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17112
17113 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17114 (target_cpu): Remove.
17115
d6e956e5
VP
171162007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17117
17118 * gdb.base/ending-run.exp: Expect the list of cleared
17119 breakpoint to come in natural order, not the reversed one.
a9c64011 17120
214270ab
VP
171212007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17122
17123 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17124 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 17125
1a619819
LM
171262007-11-05 Luis Machado <luisgpm@br.ibm.com>
17127
17128 * gdb.base/printcmds.exp: New function
17129 test_printf_with_dfp.
17130
5b01a6fa
DE
171312007-11-02 Doug Evans <dje@google.com>
17132
17133 * gdb.disasm/t01_mov.s: Remove carriage returns.
17134 * gdb.disasm/t02_mova.s: Ditto.
17135 * gdb.disasm/t03_add.s: Ditto.
17136 * gdb.disasm/t04_sub.s: Ditto.
17137 * gdb.disasm/t05_cmp.s: Ditto.
17138 * gdb.disasm/t06_ari2.s: Ditto.
17139 * gdb.disasm/t07_ari3.s: Ditto.
17140 * gdb.disasm/t08_or.s: Ditto.
17141 * gdb.disasm/t09_xor.s: Ditto.
17142 * gdb.disasm/t10_and.s: Ditto.
17143 * gdb.disasm/t11_logs.s: Ditto.
17144 * gdb.disasm/t12_bit.s: Ditto.
17145 * gdb.disasm/t13_otr.s: Ditto.
17146
ec33ab7f
JK
171472007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17148
17149 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17150
ae0d01ff
UW
171512007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17152
17153 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17154 provide DFP support.
17155
55eddb0f
DJ
171562007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17157
17158 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17159 Test "set powerpc vector-abi". Skip auto-detection tests for old
17160 toolchains.
17161
7020f05c
PA
171622007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17163
17164 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17165 with [string compare].
17166
84bc3db9
PA
171672007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17168
17169 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17170 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17171
5876dc88
LM
171722007-10-25 Luis Machado <luisgpm@br.ibm.com>
17173
17174 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17175 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17176 * gdb.opt/Makefile.in: New makefile.
17177 * Makefile.in: Create new directory "gdb.opt".
17178 * configure.ac: Add "gdb.opt" directory.
17179 * configure: Regenerated.
a9c64011 17180
c3ea9a14
DE
171812007-10-25 Doug Evans <dje@google.com>
17182
17183 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17184 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17185
a9c64011 171862007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
17187 Thiago Jung Bauermann <bauerman@br.ibm.com>
17188
17189 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17190 Floating Point expressions.
17191 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17192 Floating Point variables.
17193 * gdb.base/dfp-test.c: new file containing program with Decimal
17194 Floating variables, used by gdb.base/dfp-test.exp.
17195
62a24a2b
DJ
171962007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17197
17198 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17199
e7b1eae6
UW
172002007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17201
17202 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17203 compiling test case with GCC.
17204 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17205
c641edcc
UW
172062007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17207
17208 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17209 format changes.
17210
5e5ebfe6
MS
172112007-10-18 Michael Snyder <msnyder@specifix.com>
17212
17213 * gdb.base/dbx.exp: Add missing "-re " operator.
17214
e831e7b6
GM
172152007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17216
17217 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17218 * configure.ac: Removed trailing spaces after backslash.
17219 * gdb.modula2: New directory.
17220 * gdb.modula2/Makefile.in: New file.
17221 * gdb.modula2/unbounded-array.exp: New file.
17222 * gdb.modula2/unbounded1.c: New file.
17223
7cc46491
DJ
172242007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17225
17226 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17227
172282007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
17229
17230 * gdb.base/sigstep.c (main): Add checks for
17231 return values for setitimer call.
17232 Call setitimer again with itimer = ITIMER_REAL
17233 if first call to setitimer fails.
17234
e91528f0
KH
172352007-10-11 Kazu Hirata <kazu@codesourcery.com>
17236
17237 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17238 of $timeout.
17239
2ec9a4f8
DJ
172402007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17241
17242 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17243
172442007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
17245
17246 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17247 of gdb_expect call, to avoid interruption.
17248
64b2fa04
PA
172492007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17250
17251 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17252 (v_unsigned_long_long, v_long_long_array)
17253 (v_signed_long_long_array, v_unsigned_long_long_array)
17254 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17255 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17256 [!NO_LONG_LONG]: New.
17257 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17258 v_long_long_member.
17259
17260 (v_long_long_func, v_signed_long_long_func)
17261 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17262 (main) [!NO_LONG_LONG]: Initialize long long variants.
17263
17264 * gdb.base/whatis.exp: If board file requests no_long_long, build
17265 test with NO_LONG_LONG defined. Test long long, signed long long,
17266 and unsigned long long variants but only if board file doesn't
17267 disable it.
17268
a912286e 172692007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 17270 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
17271
17272 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17273 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17274 * configure: Regenerated.
17275 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17276 gdb.pascal/types.exp, lib/pascal.exp: New files.
17277
471ba8c9
DJ
172782007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17279
17280 * gdb.cp/classes.exp (do_tests): Always step to the line after the
17281 call.
17282 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
17283 to return to the call.
17284 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
17285 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
17286 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
17287 * gdb.mi/mi-until.exp (test_until): Likewise.
17288 * gdb.mi/mi2-until.exp (test_until): Likewise.
17289
fef8a650
DJ
172902007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
17291
17292 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
17293 two-char array.
17294 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
17295
d983da9c
DJ
172962007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
17297
17298 * gdb.threads/watchthreads.c (thread_function): Sleep between
17299 iterations.
17300 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
17301 at once for S/390. Generate matching fails and passes.
17302
17f62551
VP
173032007-09-27 Vladimir Prus <vladimir@codesourcery.com>
17304
17305 * gdb.mi/var-cmd.c (do_children_tests): Initialize
17306 the 'struct_declarations' variable to zeros.
a9c64011 17307
ed0616c6
VP
173082007-09-24 Vladimir Prus <vladimir@codesourcery.com>
17309
17310 * gdb.cp/mb-ctor.cc: New.
17311 * gdb.cp/mb-ctor.exp: New.
17312 * gdb.cp/mb-templates.cc: New.
17313 * gdb.cp/mb-templates.exp: New.
17314
41f1b697
DJ
173152007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
17316
17317 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
17318
3f213f78
PA
173192007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
17320
17321 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
17322 targets.
17323 * configure: Regenerate.
17324
0d381245 173252007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17326
0d381245
VP
17327 * gdb.base/annota1.exp: Adjust for 'info break'
17328 format changes.
17329 * gdb.base/annota3.exp: Likewise.
17330 * gdb.base/break.exp: Likewise.
17331 * gdb.base/condbreak.exp: Likewise.
17332 * gdb.base/pending.exp: Likewise.
17333 * gdb.base/sepdebug.exp: Likewise.
17334 * gdb.base/unload.exp: Likewise.
17335 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 17336
fe3f5fa8
VP
173372007-09-22 Vladimir Prus <vladimir@codesourcery.com>
17338
17339 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
17340 messages.
17341 * gdb.base/chng-syms.exp: Likewise.
17342 * gdb.base/unload.exp: Likewise.
a9c64011 17343
a75cf6c0
DJ
173442007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
17345
17346 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
17347
18ecae38
DJ
173482007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
17349
17350 * schedlock.c (NUM): Change to 1.
17351 (main): Use args[0] for the main thread.
17352 * schedlock.exp: Only expect two threads. Only issue one pass or fail
17353 regardless of the number of threads.
17354
5509918f
MR
173552007-09-14 Maciej W. Rozycki <macro@mips.com>
17356
4a543daf
MR
17357 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
17358 type down.
17359 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17360 test.
17361 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
17362 watchpoint type down.
17363 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17364 test.
17365
173662007-09-14 Maciej W. Rozycki <macro@mips.com>
17367
5509918f
MR
17368 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
17369 Move all the tests here and run them twice, once using software
17370 watchpoints and once using hardware watchpoints.
17371 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
17372
40b53987
DJ
173732007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
17374
17375 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
17376 test.
17377
695e2681
MK
173782007-09-10 Mark Kettenis <kettenis@gnu.org>
17379
8b3fc8d8
MK
17380 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
17381 build-id.
17382
695e2681
MK
17383 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
17384 know about $ORIGIN. Calculate output dir from $dest instead of
17385 using ${objdir}/{$subdir}.
17386
58d69f29
MK
173872007-09-09 Mark Kettenis <kettenis@gnu.org>
17388
17389 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
17390 gcore, before continuing with the test.
17391
3e347599
DJ
173922007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
17393
17394 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
17395 * gdb.mi/mi-watch.exp: Likewise.
17396
ea37ba09
DJ
173972007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17398 Jim Blandy <jimb@codesourcery.com>
17399
17400 * gdb.arch/i386-sse.exp: Do not expect character constants.
17401 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
17402 * gdb.base/display.exp: Allow print/s.
17403 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
17404 and unsigned char array changes.
17405
2025a643
DJ
174062007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17407
17408 * gdb.base/display.exp: Add tests for printf %p.
17409
26669a27
PA
174102007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
17411
17412 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
17413 the dll name to unicode.
17414
c8f021f8
JK
174152007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17416
17417 * gdb.base/default.exp (show version): Update the version text.
17418 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
17419
4cf31eea
JK
174202007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17421
17422 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
17423 New files.
17424
4935890f
JK
174252007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17426
17427 * lib/gdb.exp (build_id_debug_filename_get): New function.
17428 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17429 Remove the generate DEBUG file for the future testcase runs.
17430 New testcase for the NT_GNU_BUILD_ID retrieval.
17431 Move the final testing step to ...
17432 (test_different_dir): ... a new function.
17433 New parameter XFAIL to XFAIL all the tests performed.
17434 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17435 New parameter TYPE to PF_PREFIX all the tests performed.
17436
02142340
VP
174372007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17438
17439 * gdb.mi/mi-var-cp.cc (path_expression): New
17440 function.
17441 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17442
36acd84e
UW
174432007-08-27 Markus Deuling <deuling@de.ibm.com>
17444
17445 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17446 to fit into SPU Local Store memory.
17447
a896d121
JB
174482007-08-23 Joel Brobecker <brobecker@adacore.com>
17449
17450 * gdb.base/default.exp: Adjust the expected output of "info
17451 warranty" after the switch to GPLv3.
17452
7b433602
JB
174532007-08-23 Joel Brobecker <brobecker@adacore.com>
17454
17455 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17456 to 30000 (from 20000).
17457
e22f8b7c
JB
174582007-08-23 Joel Brobecker <brobecker@adacore.com>
17459
17460 Switch the license of all .exp files to GPLv3.
17461 Switch the license of all .f and .f90 files to GPLv3.
17462 Switch the license of all .s and .S files to GPLv3.
17463
5a0e3bd0
JB
174642007-08-23 Joel Brobecker <brobecker@adacore.com>
17465
17466 * configure.ac: Switch license to GPLv3.
17467
cc00619d
JB
174682007-08-23 Joel Brobecker <brobecker@adacore.com>
17469
17470 Switch the licensing to GPLv3 for all .ads and .adb files.
17471
8d26208a
DJ
174722007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17473
17474 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17475 and t_int_double.
17476 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17477
4fcb9948
JB
174782007-08-17 Joel Brobecker <brobecker@adacore.com>
17479
17480 * gdb.base/step-line.c: Switch license to GPL version 3, and
17481 update copyright year.
17482 * gdb.base/step-line.inp: Likewise.
17483
b9c34f67
JB
174842007-08-17 Joel Brobecker <brobecker@adacore.com>
17485
17486 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17487 changes inside gdb1555.c.
17488 * gdb.base/pending.exp: Likewise.
17489
2cc17678
DJ
174902007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17491
17492 * config/default.exp: New file.
17493
e48883f7
DJ
174942007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17495
17496 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17497 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17498
1ab80e5b
MR
174992007-07-30 Maciej W. Rozycki <macro@mips.com>
17500
17501 * gdb.base/dump.exp: Force the correct endianness for binary
17502 formats not carrying this information.
17503
aba471f5
DJ
175042007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17505
17506 * gdb.threads/staticthreads.exp: Match .*sem_post.
17507
d4e07204
DJ
175082007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17509
17510 * gdb.base/readline.exp (operate_and_get_next): Match the final
17511 prompt.
17512
2b97317d
KB
175132007-07-23 Kevin Buettner <kevinb@redhat.com>
17514
17515 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17516 to restarting SID.
17517
44efa07a
KB
175182007-07-18 Kevin Buettner <kevinb@redhat.com>
17519
17520 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17521 prior to `gdb_start'.
17522
7b5ebade
KB
175232007-07-18 Kevin Buettner <kevinb@redhat.com>
17524
17525 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17526 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17527 Remove call to gdb_unload.
17528
255e7678
DJ
175292007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17530 Daniel Jacobowitz <dan@codesourcery.com>
17531
17532 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17533 for __WIN32__.
17534 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17535 * gdb.base/unload.exp: Use shared library test routines.
17536
3a40aaa0
UW
175372007-07-03 Markus Deuling <deuling@de.ibm.com>
17538
17539 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17540 * gdb.base/solib-symbol-lib.c: Likewise.
17541 * gdb.base/solib-symbol-main.c: Likewise.
17542
b0f4b84b
DJ
175432007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17544
17545 * config/gdbserver.exp (gdb_reconnect): New.
17546 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17547 gdb.base/solib-disc.exp: New files.
17548 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17549 remote debugging".
17550 (gdb_compile): Add shlib_load flag.
17551 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17552 port.
17553 (gdbserver_reconnect): New.
17554
1b05479a
DJ
175552007-07-01 Nick Roberts <nickrob@snap.net.nz>
17556 Daniel Jacobowitz <dan@codesourcery.com>
17557
17558 * gdb.base/annota3.exp: Test for if construct.
17559
86f78eb2
DJ
175602007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17561
17562 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17563
6a2eb474 175642007-06-21 Chris Dearman <chris@mips.com>
a9c64011 17565 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
17566
17567 * gdb.base/display.exp: Allow a newline after display/i.
17568 * gdb.base/pc-fp.exp: Likewise.
17569 * gdb.base/sigbpt.exp: Likewise.
17570
f8b73d13
DJ
175712007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17572
17573 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17574 required features to be included.
17575
4339e69e
DJ
175762007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17577
17578 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
17579 in info threads output.
17580
23d964e7
UW
175812007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17582 Markus Deuling <deuling@de.ibm.com>
17583
17584 * gdb.arch/spu-info.exp: New testcase.
17585 * gdb.arch/spu-info.c: New file.
17586
fd20f75b
DJ
175872007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
17588
17589 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
17590 tpcs_offset. Restore lr after the call.
17591 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
17592
2226f861
DJ
175932007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
17594
17595 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
17596 (gdbserver_run): Kill any running gdbserver.
17597 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
17598
d12371a9
MR
175992007-05-17 Maciej W. Rozycki <macro@mips.com>
17600
17601 * gdb.base/sigbpt.exp: Preset segv_addr.
17602
93f02886
DJ
176032007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
17604
17605 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
17606 (gdb_compile_shlib): Likewise.
17607 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
17608 (default_gdb_init): Clear cleanfiles.
17609 (gdb_finish): Delete recorded cleanfiles.
17610 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
17611
17612 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
17613 Do not use isnative.
17614 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
17615 gdb.base/so-impl-ld.exp: Likewise.
17616 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
17617 * gdb.base/unload.exp: Likewise. Do not pass empty option to
17618 gdb_compile.
17619
b04e06d7
VP
176202007-05-15 Vladimir Prus <vladimir@codesourcery.com>
17621
17622 * config/unknown.exp: Remove.
17623
069ed931
UW
176242007-05-15 Markus Deuling <deuling@de.ibm.com>
17625
17626 * gdb.base/info-proc.exp: Check is_remote.
17627
09db0d03
UW
176282007-05-14 Markus Deuling <deuling@de.ibm.com>
17629
17630 * gdb.base/gcore.exp: Initialize variable core_supported.
17631
af2cbe8c
DJ
176322007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17633
17634 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17635
027c0295
DJ
176362007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17637
17638 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17639 * gdb.threads/print-threads.exp (test_all_threads): Allow
17640 negative and hexadecimal thread IDs.
17641
dc5000e7
DJ
176422007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17643
17644 * gdb.java/jprint.java (public): Avoid invalid call to static
17645 method.
17646
2e74ed18
DP
176472007-05-14 Denis Pilat <denis.pilat@st.com>
17648
17649 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17650 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17651 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17652 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17653 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17654
83547f02
UW
176552007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17656
17657 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 17658 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
17659 this mode.
17660 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17661 * gdb.base/spu.ld: New file.
17662
b18be20d
DJ
176632007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17664
17665 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17666
be444858
DJ
176672007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17668
17669 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17670
b1d53152
DJ
176712007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17672
17673 * gdb.java/jmain.exp: Handle demangled names with and without method
17674 signatures.
17675
d084b331
DJ
176762007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17677
17678 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17679 (have_a_very_merry_interrupt): Remove calls to puts.
17680 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17681 inferior output.
17682 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17683 test names.
17684
db9d7fc5
DJ
176852007-04-29 Markus Deuling <deuling@de.ibm.com>
17686 Daniel Jacobowitz <dan@codesourcery.com>
17687
17688 * gdb.base/auxv.exp (core_works): Also check is_remote.
17689 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17690
ef783a7d 176912007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17692
ef783a7d
VP
17693 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17694 message, not the undefined 'module' variable.
17695 * gdb.base/siginfo.exp: Likewise.
17696 * gdb.base/sigstep.exp: Likewise.
17697 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17698 serialport.
17699 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17700
b7b73cae
CV
177012007-04-25 Corinna Vinschen <vinschen@redhat.com>
17702
17703 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17704 target sim fails. Return 0 otherwise.
17705 (gdb_load): Return prematurely if gdb_target_sim fails.
17706
7d90fdfa
DP
177072007-04-16 Denis Pilat <denis.pilat@st.com>
17708
17709 * gdb.base/setshow.exp: Reset height after having set it to 100.
17710
5d3e9c85
DP
177112007-04-16 Denis Pilat <denis.pilat@st.com>
17712
17713 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17714
18e75969
DP
177152007-04-16 Denis Pilat <denis.pilat@st.com>
17716
17717 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17718
25d5ea92
VP
177192007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17720
17721 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17722 tests. Run the frozen varobjs test.
17723 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 17724 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 17725
0b49cb80
JK
177262007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17727
17728 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17729 gdb.base/type-opaque.exp: New files.
17730
a73bafbc 177312007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
17732
17733 * gdb.mi/mi-var-child.c
a73bafbc
VP
17734 (do_children_tests): User char[2] instead of
17735 char so that automatic printing of pointers to char
17736 don't give unpredicable result.
17737 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17738 local variables.
17739 * gdb.mi/mi-var-child.exp: Step to right line
17740 of do_children_tests.
17741 * gdb.mi/mi2-var-child.exp: Likewise.
17742 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 17743 do_locals_tests.
a73bafbc
VP
17744 (do_children_tests): User char[2] instead of
17745 char so that automatic printing of pointers to char
a9c64011 17746 don't give unpredicable result.
a73bafbc 17747 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 17748 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
17749 Pass test name to mi_wait_for_stop.
17750
7ce59000
DJ
177512007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17752
17753 * gdb.asm/asm-source.exp: Remove d10v case.
17754 * lib/gdb.exp (skip_cplus_tests): Likewise.
17755 * gdb.asm/d10v.inc: Deleted.
17756
20389057
DJ
177572007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17758
17759 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17760
8807d78b
DJ
177612007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17762
17763 * config/netware.exp: Delete file.
17764
aa3edb8e
JB
177652007-03-29 Joel Brobecker <brobecker@adacore.com>
17766
17767 * gdb.dwarf2/dw2-noloc.S: New file.
17768 * gdb.dwarf2/dw2-noloc.exp: New file.
17769
297561ac
PA
177702007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17771
17772 * gdb.cp/method2.cc: New test.
17773 * gdb.cp/method2.exp: New test.
17774 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17775
1f81bd39
DJ
177762007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17777
17778 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17779
9453113a
DJ
177802007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17781
17782 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17783
b741e217
DJ
177842007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17785
17786 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17787 (gdb_load): Delete, replace with...
17788 (gdb_reload): ...this.
17789 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17790 * gdb.server/server-mon.exp: Likewise.
17791 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17792 (gdb_start_cmd): New.
17793 (gdb_file_cmd): Save the last loaded file.
17794 (gdb_reload): New.
17795 (gdb_gnu_strip_debug): Use transform.
17796 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17797 support here. Use new $last_loaded_file. Check mtime.
17798 (gdb_target_cmd): Handle ObjC failure case.
17799 (infer_host_exec): Delete.
17800 (gdbserver_load): Rename to...
17801 (gdbserver_run): ...this. Simplify.
17802 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17803 (mi_gdb_load): Move most contents to a new function...
17804 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17805 (mi_run_cmd): Use mi_gdb_target_load.
17806 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17807 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17808 Use gdb_run_cmd.
17809 * gdb.base/charsign.exp: Remove incorrect comment.
17810 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17811 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17812 gdb.base/start.exp: Use gdb_start_cmd.
17813
446ab585 178142007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 17815 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
17816
17817 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17818 * gdb.base/signull.exp: Similarly.
17819
bbb88ebf
UW
178202007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17821
17822 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17823 messages available to test cases (like chng-sym.exp).
17824
cb8c4a99
AS
178252007-03-14 Andreas Schwab <schwab@suse.de>
17826
17827 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17828 format changes.
17829
4e463ff5
DJ
178302007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17831
17832 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17833 (optimized_1): New.
17834 (main): Call optimized_1.
17835 (gdb2029): Correct typos. Call gdb2029_marker.
17836 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17837 for gdb2029.
17838
b6db2c47
MK
178392007-03-12 Mark Kettenis <kettenis@gnu.org>
17840
17841 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17842 as tabs. Remove redundant test pattern.
17843
70ed3737
UW
178442007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17845
17846 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17847 for /a format output.
17848
47b67b60
DJ
178492007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17850
17851 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17852 collect output incrementally.
17853
b8953b0e
UW
178542007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17855
17856 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17857 for -var-create lpcharacter test.
17858 * gdb.mi/mi2-var-cmd.exp: Likewise.
17859
7acd5c40
UW
178602007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17861
17862 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17863 pass on targets where address zero is readable.
17864
9c6759c1
UW
178652007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17866
17867 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17868 just a single architecture.
17869
a2f1aeb4
UW
178702007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17871
17872 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17873 (fetch_all_registers): New function, uses gdb_test_multiple and
17874 exp_continue to fetch inferior output line-by-line.
17875 Replace all uses of do_get_all_registers by fetch_all_registers.
17876
46579ac2
UW
178772007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17878
17879 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17880 in target_info.
17881
fc133f24
MS
178822007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17883
a9c64011 17884 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
17885 consistancy; add a default (timeout) case.
17886
7646a51d
MS
178872007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17888
17889 * gdb.base/watchpoint.exp: Fix truncated comment.
17890
dcfff61f
MS
178912007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17892
17893 * Makefile.in: Remove spurious single-quotes from sed command.
17894
664e3ee9
DJ
178952007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17896
17897 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17898 func.
17899 * gdb.mi/mi2-var-cmd.exp: Likewise.
17900
d7cc6f2f
JB
179012007-02-27 Joel Brobecker <brobecker@adacore.com>
17902
a9c64011
AS
17903 * gdb.dwarf2/dw2-producer.S: New file.
17904 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
17905
179062007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
17907
17908 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17909 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17910 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17911 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17912 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17913 Revert tests to use mi_gdb_test and include value field in output
17914 of -var-create.
17915
93d42b30
DJ
179162007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17917
17918 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17919
c499ed39
DJ
179202007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17921
17922 * gdb.base/maint.exp: Remove full paths from test names.
17923 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17924 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17925
9836f81b
JB
179262007-02-27 Joel Brobecker <brobecker@adacore.com>
17927
17928 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17929
c74d0ad8
DJ
179302007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17931
17932 * gdb.server/server-mon.exp: New test.
17933
2711e456
DJ
179342007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17935
17936 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17937
ff6f572f
DJ
179382007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17939
17940 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17941 register capitalization.
17942
fada3feb
DP
179432007-02-13 Denis Pilat <denis.pilat@st.com>
17944
17945 * gdb.mi/mi-var-invalidate.exp: New file.
17946
fb1e4ffc
DJ
179472007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17948
17949 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17950
3da939d7
DJ
179512007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17952
17953 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17954
123dc839
DJ
179552007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17956
17957 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17958 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17959
877e3645 179602007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
17961
17962 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17963 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17964 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17965 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17966 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 17967 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 17968 Update tests to include value field in output of -var-create.
a9c64011 17969
3c0a2960
AS
179702007-02-08 Andreas Schwab <schwab@suse.de>
17971
17972 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17973
108546a0
DJ
179742007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17975
17976 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17977 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17978
d701dcab
DP
179792007-02-02 Denis Pilat <denis.pilat@st.com>
17980
17981 * gdb.threads/threadapply.exp: check that frame is not changed by
17982 the thread apply all command.
17983
783e3e2f
AS
179842007-01-31 Andreas Schwab <schwab@suse.de>
17985
6d9c3a87
AS
17986 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17987
3c50d7b9
AS
17988 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17989 in the dwarf sections.
17990 * gdb.dwarf2/mac-fileno.S: Likewise.
17991
783e3e2f
AS
17992 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17993 bspstore register on ia64.
17994
78ff580e
AS
179952007-01-29 Andreas Schwab <schwab@suse.de>
17996
cc8e9b12
AS
17997 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17998 "frame-begin" annotation.
17999
78ff580e
AS
18000 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18001 number of "frames-invalid" annotations.
18002
704a4f78
DJ
180032007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18004
18005 * gdb.base/commands.exp: Call if_commands_test.
18006 (gdb_test_no_prompt, if_commands_test): New.
18007
e741bf94
MK
180082007-01-28 Mark Kettenis <kettenis@gnu.org>
18009
18010 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18011
474d0ad3
AS
180122007-01-27 Andreas Schwab <schwab@suse.de>
18013
18014 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18015 .short/.int/.quad in the dwarf sections.
18016 * gdb.dwarf2/dw2-intercu.S: Likewise.
18017 * gdb.dwarf2/dw2-intermix.S: Likewise.
18018
e784b426
JK
180192007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18020
18021 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
18022 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18023 array.
e784b426
JK
18024 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18025 * gdb.base/setvar.exp: Likewise.
18026
37f08e04
AS
180272007-01-26 Andreas Schwab <schwab@suse.de>
18028
9a01813a
AS
18029 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18030 test.
18031
37f08e04
AS
18032 * gdb.base/multi-forks.exp ("restart $i"): Also match
18033 __kernel_syscall_via_break.
18034
6e2a9270
VP
180352007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18036
18037 * lib/mi-support.exp (mi_delete_varobj): New.
18038 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18039 testcase.
18040 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18041 (main): Call the above.
18042 (reference_update_test, base_in_reference_test)
18043 (reference_to_pointer): Delete the created varobjs.
a9c64011 18044
e515b470
DJ
180452007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18046
18047 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18048 * configure: Regenerated.
18049 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18050 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18051 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18052 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18053 * lib/gdb.exp (gdb_skip_xml_test): New function.
18054
08d8bcd7
DJ
180552007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18056
18057 * gdb.base/sigrepeat.exp: Correct error message.
18058
180592007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
18060 Daniel Jacobowitz <dan@codesourcery.com>
18061
18062 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18063 gdb.arch/i386-gnu-cfi-asm.S: New files.
18064
97c3f1f3
JK
180652007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18066
18067 * lib/gdb.exp: Abort on missing `site.exp'.
18068
cb1df416
DJ
180692007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18070 Daniel Jacobowitz <dan@codesourcery.com>
18071
18072 * gdb.base/included.c, gdb.base/included.exp,
18073 gdb.base/included.h: New files.
18074
35990120
DJ
180752007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18076
18077 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18078 (maximize_rlimit): Reduce limits on 64-bit systems.
18079
6e81a116 180802007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
18081
18082 From Marcus Deuling <deuling@de.ibm.com>:
18083 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18084 every case.
18085
6c3c41f3
NR
180862007-01-13 Nick Roberts <nickrob@snap.net.nz>
18087
18088 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18089 (test_path_specification): Use objdir instead of srcdir to always
18090 get an absolute filename.
18091
2f12c312
DJ
180922007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18093
18094 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18095
81121995
VP
180962007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18097
18098 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18099 Make sure the variable we're using is in scope.
18100 (reference_to_pointer): Likewise.
18101
4741b737
DJ
181022007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18103
18104 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18105 has no debug information.
18106
054410c3
DJ
181072007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18108
18109 * gdb.base/annota1.exp: Remove extra send_gdb.
18110
818f79f6
DJ
181112007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18112
18113 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18114
f7a6bb70
DJ
181152007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18116
18117 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18118
57e66780
DJ
181192007-01-08 Nick Roberts <nickrob@snap.net.nz>
18120 Daniel Jacobowitz <dan@codesourcery.com>
18121
18122 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18123 lcharacter or linteger change. Correct duplicated test name.
18124 * gdb.mi/mi2-var-cmd.exp: Likewise.
18125
3d799a95
DJ
181262007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18127
18128 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18129
181302007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 18131
a9c64011
AS
18132 * gdb.base/nofield.c: New file.
18133 * gdb.base/nofield.exp: New testcase.
51679ba9 18134
eafb94e8
NR
181352007-01-05 Nick Roberts <nickrob@snap.net.nz>
18136
18137 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18138
18139 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18140 test.
18141
5e572bb4
DJ
181422007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18143
18144 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18145
74a44383
DJ
181462007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18147
18148 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18149 when continuing.
18150
1b572db9
DJ
181512007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18152
18153 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18154 Expect ".exe" extension.
18155
381bc39b
DJ
181562007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18157
18158 * gdb.base/charset.exp: Add explicit filename to break.
18159 * gdb.base/dbx.exp: Add explicit filename to breaks.
18160
2b70e4c6
DJ
181612007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18162
18163 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18164 * gdb.mi/mi2-file.exp: Likewise.
18165
303b6f5d
DJ
181662007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18167
18168 Implement specification of MI tests as comments
18169 in C and C++ sources.
18170 * lib/mi-support.exp (mi_autotest_data): New variable.
18171 (mi_autotest_source): New variable.
18172 (count_newlines, mi_prepare_inline_tests)
18173 (mi_get_inline_test, mi_continue_to_line)
18174 (mi_run_inline_test, mi_tbreak)
18175 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18176 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18177 Run inline tests.
18178 * gdb.mi/mi-var-cp.cc: Define tests here.
18179
23da0d94
VP
181802007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18181
18182 Simplify usage of mi_continue_to.
18183 * lib/mi-support.exp (mi_runto_helper): Renamed
18184 from mi_runto, added new parameter 'run_or_continue'.
18185 (mi_runto): Use mi_runto_helper.
18186 (mi_continue_to): Accept just function name as parameter.
18187 Use mi_runto_helper.
18188 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18189 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18190
f9e18282
JB
181912006-01-04 Joel Brobecker <brobecker@adacore.com>
18192
18193 Make this testcase a bit more realistic. The current code
18194 is too simplistic, and allows the compiler to optimize out
18195 some of the entities we need for this testcase.
18196 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18197 (Do_Nothing): Add extra parameter.
18198 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18199 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18200 by using a variable of type Void_Star.
18201
fd678c65
JB
182022006-01-04 Joel Brobecker <brobecker@adacore.com>
18203
18204 * gdb.ada/catch_ex/foo.adb: New file.
18205 * gdb.ada/catch_ex.exp: New testcase.
18206
05cfdb42
DJ
182072007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18208
18209 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18210 pass --image-base to linker.
18211
2e03ee74
DJ
182122007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18213 Daniel Jacobowitz <dan@codesourcery.com>
18214
18215 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18216 secondary prompts.
18217
0d5de010
DJ
182182007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18219
18220 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18221 output. Test the types of members and member pointers.
18222 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18223 gdb/2092.
18224 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18225 statement. Enable for GCC. Update expected output for some tests
18226 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18227 layout.
18228 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18229 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18230 (Diamond::vget_base): New.
18231 (main): Add new tests.
18232 * gdb.cp/printmethod.exp: Update expected output for member functions.
18233 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18234 print pEe->D::vg().
18235
61a771aa
DJ
182362007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18237
18238 * gdb.threads/tls.exp: Allow stops in sem_post.
18239
2fa63963
DJ
182402006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18241
18242 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18243 * gdb.base/annota3.exp: Likewise.
18244 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18245 again (instead of timing out).
18246 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18247 GCC bug 26475.
18248 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18249 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18250 test from jmisc1.exp.
18251 * gdb.java/jmisc1.exp: Delete.
18252 * gdb.java/jprint.exp: Adjust to work with method signatures including
18253 return types.
18254 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18255 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18256 * lib/java.exp (compile_java_from_source): Pass the correct type
18257 to target_compile.
18258
5eefc2b7
JB
182592006-12-31 Joel Brobecker <brobecker@adacore.com>
18260
18261 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18262 (stack_align_edx): New function.
18263 (stack_align_eax): New function.
18264 (main): Add calls to stack_align_edx and stack_align_eax.
18265 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18266 Add testing for the cases where the register used during a stack
18267 realignment is edx. Same for eax.
18268
227c54da
DJ
182692006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18270
18271 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18272 and generic PE targets.
18273
cab8ac94
JB
182742006-12-29 Joel Brobecker <brobecker@adacore.com>
18275
18276 * gdb.ada/array_return.exp: Update copyright date list.
18277
ba54f318
JB
182782006-12-27 Joel Brobecker <brobecker@adacore.com>
18279
18280 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
18281 (Create_Small_Float_Vector): New function.
18282 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
18283 function body.
18284 * gdb.ada/array_return/p.adb: Use new type and function from
18285 package Pck.
18286 * gdb.ada/array_return.exp: Add a test verifying that GDB is
18287 able to print the value returned by a function returning an
18288 array of float.
18289
6b7a35dd
JB
182902006-12-20 Joel Brobecker <brobecker@adacore.com>
18291
18292 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
18293 The associated tests should be PASSing.
18294
038224f6
VP
182952006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18296
18297 Test for base in references.
18298 * gdb.mi/mi-var-cp.cc: Add test code.
18299 * gdb.mi/mi-var-cp.exp: Test for bases in references.
18300 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
18301 * gdb.mi/mi2-watch.exp: Likewise.
18302 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
18303 (mi_list_varobj_children): New function.
18304
b26ed50d
VP
183052006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18306
18307 * lib/mi-support.exp
18308 (mi_runto): Accept "()" after function name.
18309 (mi_create_varobj): New function.
18310 (mi_varobj_update): New function.
18311 (mi_Check_varobj_value): New function.
18312 * gdb.mi/mi-var-cp.exp: New file.
18313 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 18314
08232497
DJ
183152006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
18316
18317 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
18318 gdb.base/weaklib2.c: New files.
18319
d394c993 183202006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 18321
ac6c2fba
NS
18322 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
18323 info. Adjust test names.
18324
8ec659a0 18325 * gdb.base/break.c (main): Move position of malloc.
d394c993 18326 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 18327
acd65feb
VP
183282006-11-28 Vladimir Prus <vladimir@codesourcery.com>
18329
18330 * gdb.mi/mi-var-cmd.exp: Check -var-update after
18331 assignement of arrays and function pointers.
18332 * gdb.mi/var-cmd.c: Add declaration necessary for above
18333 tests.
18334
f556d5e5
NS
183352006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18336
18337 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
18338
18339 * gdb.threads/linux-dp.exp: Read thread table before and after
18340 creating each philosopher and verify it.
18341
697bc68d
NS
183422006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18343 Paul Brook <paul@codesourcery.com>
18344 Daniel Jacobowitz <dan@codesourcery.com>
18345
18346 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 18347 main to remove duplication. Add start function of the form
697bc68d
NS
18348 '_*start[1-9]*'. Add RVDS start function.
18349
29d73ae4
DJ
183502006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18351
18352 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
18353
c1d88655
UW
183542006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18355
18356 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
18357 * gdb.asm/spu.inc: New file.
18358 * gdb.base/term.exp: Disable if [target_info exists noargs].
18359 * gdb.gdb/complaints.exp: Disable if ![isnative].
18360 * gdb.gdb/selftest.exp: Likewise.
18361 * gdb.gdb/observer.exp: Likewise.
18362 * gdb.gdb/xfullpath.exp: Likewise.
18363 * gdb.base/attach.exp: Disable on SPU target.
18364 * gdb.cp/bs145503.exp: Likewise.
18365 * gdb.cp/exception.exp: Likewise.
18366 * gdb.cp/userdef.exp: Likewise.
18367
32a13b1a
DJ
183682006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18369
18370 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
18371
d8295fe9
VP
183722006-11-10 Vladimir Prus <vladimir@codesourcery.com>
18373
18374 * gdb.base/completion.exp: Fix completion tests for
18375 'info' and 'info '.
18376 * gdb.base/help.exp (help_test_raw, test_class_help)
18377 (test_prefix_command_help): Move...
18378 * lib/gdb.exp: Here.
18379 * gdb.base/main.exp: Adjust.
18380 * gdb.cp/maint.exp: Adjust.
18381 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 18382
8c394015
VP
183832006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18384
18385 * gdb.stabs/weird.exp (print_weird_var): Use
18386 gdb_test_multiple instead of gdb_expect.
18387
027fc1bc
VP
183882006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18389
18390 * gdb.base/help.exp (help_test_raw): New.
18391 (test_class_help): New.
18392 (test_prefix_command_help): New.
18393 Adjust testcases.
18394
67609209
FR
183952006-11-09 Christophe Lyon <christophe.lyon@st.com>
18396
18397 * gdb.base/constvars.c (main): Write to crass and crips, so that
18398 they are allocated by the compiler.
18399
f73adfeb
AS
184002006-10-27 Andreas Schwab <schwab@suse.de>
18401
18402 * gdb.base/multi-forks.exp: Use "detach fork" instead of
18403 "detach-fork".
18404
2f83a18e
DJ
184052006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
18406
18407 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
18408 of patterns.
18409
94277a38
DJ
184102006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18411
18412 * gdb.base/sepdebug.exp: Remove debug format test.
18413 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
18414 Handle no-symtab.
18415 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
18416
5bd2f6e2
DJ
184172006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18418
18419 * gdb.threads/manythreads.c (thread_function, main): Don't cast
18420 int to pointer or pointer to int.
18421 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
18422
8c008720
DJ
184232006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
18424
18425 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
18426
9e35dae4
DJ
184272006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18428
18429 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18430
d9639e13
DJ
184312006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18432
18433 PR c++/2116
18434 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18435
390a1bd0
JB
184362006-10-06 Joel Brobecker <brobecker@adacore.com>
18437
18438 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18439 the corresponding bug has been fixed in GDB (PR/2018).
18440
dd920c33
JB
184412006-10-06 Joel Brobecker <brobecker@adacore.com>
18442
18443 * gdb.base/subst.exp: New testcase.
18444
53bbefe9
JB
184452006-10-06 Joel Brobecker <brobecker@adacore.com>
18446
18447 * gdb.ada/array_return/pck.ads: Add copyright notice.
18448 * gdb.ada/array_return/pck.adb: Likewise.
18449 * gdb.ada/array_return/p.adb: Likewise.
18450 * gdb.ada/exec_changed/first.adb: Likewise.
18451 * gdb.ada/exec_changed/second.adb: Likewise.
18452
09851417
JB
184532006-10-06 Joel Brobecker <brobecker@adacore.com>
18454
18455 * gdb.ada/watch_arg/watch.adb: New file.
18456 * gdb.ada/watch_arg.exp: New testcase.
18457
041bf30d
VP
184582006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18459
18460 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 18461 via string_to_regexp.
041bf30d 18462 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 18463
f286fbdd 184642006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
18465
18466 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18467 Remove unused / obsolete files.
18468
7c07f349
NR
184692006-09-19 Nick Roberts <nickrob@snap.net.nz>
18470
18471 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18472
cd5ff84a
VP
184732006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18474
18475 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18476 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 18477 the number of frames.
cd5ff84a 18478
ae018d1a
DJ
184792006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18480
18481 * gdb.base/args.c (main): Add breakpoint marker.
18482 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18483 really test empty arguments.
18484 (args_load): Delete.
18485 (args_test): New.
18486
b399c549
NR
184872006-09-13 Nick Roberts <nickrob@snap.net.nz>
18488
18489 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 18490 check for one file.
b399c549 18491
2ab1eb7a
VP
184922006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18493
18494 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18495 HIGH_FRAME argument to -stack-list-locals can be larger than
18496 the number of frames.
a9c64011 18497
476308bf
FF
184982006-08-18 Fred Fish <fnf@specifix.com>
18499
18500 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18501 '$' in front of skip_vmx_tests_saved when setting that.
18502
8625200f
AS
185032006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18504
18505 * gdb.base/trace-commands.exp: New file.
18506
089ec8f1
DJ
185072006-08-10 Joel Brobecker <brobecker@adacore.com>
18508 Daniel Jacobowitz <dan@codesourcery.com>
18509
18510 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18511 expected output of the backtrace commands.
18512
b60f0898
JB
185132006-08-09 Joel Brobecker <brobecker@adacore.com>
18514
18515 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18516 untested followed by return combination.
18517 * gdb.arch/altivec-regs.exp: Likewise.
18518 * gdb.arch/e500-abi.exp: Likewise.
18519 * gdb.arch/e500-regs.exp: Likewise.
18520 * gdb.arch/gdb1291.exp: Likewise.
18521 * gdb.arch/gdb1431.exp: Likewise.
18522 * gdb.arch/gdb1558.exp: Likewise.
18523 * gdb.arch/i386-prologue.exp: Likewise.
18524 * gdb.arch/i386-unwind.exp: Likewise.
18525 * gdb.asm/asm-source.exp: Likewise.
18526 * gdb.base/a2-run.exp: Likewise.
18527 * gdb.base/advance.exp: Likewise.
18528 * gdb.base/all-bin.exp: Likewise.
18529 * gdb.base/annota1.exp: Likewise.
18530 * gdb.base/annota3.exp: Likewise.
18531 * gdb.base/args.exp: Likewise.
18532 * gdb.base/arithmet.exp: Likewise.
18533 * gdb.base/assign.exp: Likewise.
18534 * gdb.base/async.exp: Likewise.
18535 * gdb.base/attach.exp: Likewise.
18536 * gdb.base/bang.exp: Likewise.
18537 * gdb.base/bigcore.exp: Likewise.
18538 * gdb.base/bitfields.exp: Likewise.
18539 * gdb.base/bitfields2.exp: Likewise.
18540 * gdb.base/break.exp: Likewise.
18541 * gdb.base/call-sc.exp: Likewise.
18542 * gdb.base/call-strs.exp: Likewise.
18543 * gdb.base/callfuncs.exp: Likewise.
18544 * gdb.base/checkpoint.exp: Likewise.
18545 * gdb.base/chng-syms.exp: Likewise.
18546 * gdb.base/code-expr.exp: Likewise.
18547 * gdb.base/commands.exp: Likewise.
18548 * gdb.base/completion.exp: Likewise.
18549 * gdb.base/cond-expr.exp: Likewise.
18550 * gdb.base/condbreak.exp: Likewise.
18551 * gdb.base/consecutive.exp: Likewise.
18552 * gdb.base/constvars.exp: Likewise.
18553 * gdb.base/corefile.exp: Likewise.
18554 * gdb.base/cvexpr.exp: Likewise.
18555 * gdb.base/dbx.exp: Likewise.
18556 * gdb.base/define.exp: Likewise.
18557 * gdb.base/detach.exp: Likewise.
18558 * gdb.base/display.exp: Likewise.
18559 * gdb.base/dump.exp: Likewise.
18560 * gdb.base/ena-dis-br.exp: Likewise.
18561 * gdb.base/ending-run.exp: Likewise.
18562 * gdb.base/environ.exp: Likewise.
18563 * gdb.base/eval-skip.exp: Likewise.
18564 * gdb.base/exprs.exp: Likewise.
18565 * gdb.base/fileio.exp: Likewise.
18566 * gdb.base/finish.exp: Likewise.
18567 * gdb.base/float.exp: Likewise.
18568 * gdb.base/foll-exec.exp: Likewise.
18569 * gdb.base/foll-fork.exp: Likewise.
18570 * gdb.base/foll-vfork.exp: Likewise.
18571 * gdb.base/freebpcmd.exp: Likewise.
18572 * gdb.base/funcargs.exp: Likewise.
18573 * gdb.base/gcore.exp: Likewise.
18574 * gdb.base/gdb1090.exp: Likewise.
18575 * gdb.base/gdb1250.exp: Likewise.
18576 * gdb.base/huge.exp: Likewise.
18577 * gdb.base/info-proc.exp: Likewise.
18578 * gdb.base/interrupt.exp: Likewise.
18579 * gdb.base/jump.exp: Likewise.
18580 * gdb.base/langs.exp: Likewise.
18581 * gdb.base/lineinc.exp: Likewise.
18582 * gdb.base/list.exp: Likewise.
18583 * gdb.base/logical.exp: Likewise.
18584 * gdb.base/long_long.exp: Likewise.
18585 * gdb.base/macscp.exp: Likewise.
18586 * gdb.base/maint.exp: Likewise.
18587 * gdb.base/mips_pro.exp: Likewise.
18588 * gdb.base/miscexprs.exp: Likewise.
18589 * gdb.base/multi-forks.exp: Likewise.
18590 * gdb.base/opaque.exp: Likewise.
18591 * gdb.base/overlays.exp: Likewise.
18592 * gdb.base/pc-fp.exp: Likewise.
18593 * gdb.base/pointers.exp: Likewise.
18594 * gdb.base/printcmds.exp: Likewise.
18595 * gdb.base/psymtab.exp: Likewise.
18596 * gdb.base/ptype.exp: Likewise.
18597 * gdb.base/recurse.exp: Likewise.
18598 * gdb.base/relational.exp: Likewise.
18599 * gdb.base/relocate.exp: Likewise.
18600 * gdb.base/remote.exp: Likewise.
18601 * gdb.base/reread.exp: Likewise.
18602 * gdb.base/restore.exp: Likewise.
18603 * gdb.base/return.exp: Likewise.
18604 * gdb.base/return2.exp: Likewise.
18605 * gdb.base/scope.exp: Likewise.
18606 * gdb.base/sect-cmd.exp: Likewise.
18607 * gdb.base/sep.exp: Likewise.
18608 * gdb.base/sepdebug.exp: Likewise.
18609 * gdb.base/setshow.exp: Likewise.
18610 * gdb.base/setvar.exp: Likewise.
18611 * gdb.base/sigall.exp: Likewise.
18612 * gdb.base/sigbpt.exp: Likewise.
18613 * gdb.base/signals.exp: Likewise.
18614 * gdb.base/signull.exp: Likewise.
18615 * gdb.base/sizeof.exp: Likewise.
18616 * gdb.base/solib.exp: Likewise.
18617 * gdb.base/step-line.exp: Likewise.
18618 * gdb.base/step-test.exp: Likewise.
18619 * gdb.base/structs.exp: Likewise.
18620 * gdb.base/structs2.exp: Likewise.
18621 * gdb.base/term.exp: Likewise.
18622 * gdb.base/twice.exp: Likewise.
18623 * gdb.base/until.exp: Likewise.
18624 * gdb.base/varargs.exp: Likewise.
18625 * gdb.base/volatile.exp: Likewise.
18626 * gdb.base/watchpoint.exp: Likewise.
18627 * gdb.base/whatis-exp.exp: Likewise.
18628 * gdb.base/whatis.exp: Likewise.
18629 * gdb.cp/ambiguous.exp: Likewise.
18630 * gdb.cp/annota2.exp: Likewise.
18631 * gdb.cp/annota3.exp: Likewise.
18632 * gdb.cp/bool.exp: Likewise.
18633 * gdb.cp/breakpoint.exp: Likewise.
18634 * gdb.cp/casts.exp: Likewise.
18635 * gdb.cp/class2.exp: Likewise.
18636 * gdb.cp/classes.exp: Likewise.
18637 * gdb.cp/cplusfuncs.exp: Likewise.
18638 * gdb.cp/ctti.exp: Likewise.
18639 * gdb.cp/derivation.exp: Likewise.
18640 * gdb.cp/exception.exp: Likewise.
18641 * gdb.cp/gdb1355.exp: Likewise.
18642 * gdb.cp/hang.exp: Likewise.
18643 * gdb.cp/inherit.exp: Likewise.
18644 * gdb.cp/local.exp: Likewise.
18645 * gdb.cp/m-data.exp: Likewise.
18646 * gdb.cp/m-static.exp: Likewise.
18647 * gdb.cp/member-ptr.exp: Likewise.
18648 * gdb.cp/method.exp: Likewise.
18649 * gdb.cp/misc.exp: Likewise.
18650 * gdb.cp/namespace.exp: Likewise.
18651 * gdb.cp/overload.exp: Likewise.
18652 * gdb.cp/ovldbreak.exp: Likewise.
18653 * gdb.cp/pr-1023.exp: Likewise.
18654 * gdb.cp/pr-1210.exp: Likewise.
18655 * gdb.cp/pr-574.exp: Likewise.
18656 * gdb.cp/printmethod.exp: Likewise.
18657 * gdb.cp/psmang.exp: Likewise.
18658 * gdb.cp/ref-params.exp: Likewise.
18659 * gdb.cp/ref-types.exp: Likewise.
18660 * gdb.cp/rtti.exp: Likewise.
18661 * gdb.cp/templates.exp: Likewise.
18662 * gdb.cp/try_catch.exp: Likewise.
18663 * gdb.cp/userdef.exp: Likewise.
18664 * gdb.cp/virtfunc.exp: Likewise.
18665 * gdb.disasm/am33.exp: Likewise.
18666 * gdb.disasm/h8300s.exp: Likewise.
18667 * gdb.disasm/mn10300.exp: Likewise.
18668 * gdb.disasm/sh3.exp: Likewise.
18669 * gdb.disasm/t01_mov.exp: Likewise.
18670 * gdb.disasm/t02_mova.exp: Likewise.
18671 * gdb.disasm/t03_add.exp: Likewise.
18672 * gdb.disasm/t04_sub.exp: Likewise.
18673 * gdb.disasm/t05_cmp.exp: Likewise.
18674 * gdb.disasm/t06_ari2.exp: Likewise.
18675 * gdb.disasm/t07_ari3.exp: Likewise.
18676 * gdb.disasm/t08_or.exp: Likewise.
18677 * gdb.disasm/t09_xor.exp: Likewise.
18678 * gdb.disasm/t10_and.exp: Likewise.
18679 * gdb.disasm/t11_logs.exp: Likewise.
18680 * gdb.disasm/t12_bit.exp: Likewise.
18681 * gdb.disasm/t13_otr.exp: Likewise.
18682 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18683 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18684 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18685 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18686 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18687 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18688 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18689 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18690 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18691 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18692 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18693 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18694 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18695 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18696 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18697 * gdb.mi/gdb701.exp: Likewise.
18698 * gdb.mi/gdb792.exp: Likewise.
18699 * gdb.mi/mi-basics.exp: Likewise.
18700 * gdb.mi/mi-break.exp: Likewise.
18701 * gdb.mi/mi-cli.exp: Likewise.
18702 * gdb.mi/mi-console.exp: Likewise.
18703 * gdb.mi/mi-disassemble.exp: Likewise.
18704 * gdb.mi/mi-eval.exp: Likewise.
18705 * gdb.mi/mi-file.exp: Likewise.
18706 * gdb.mi/mi-read-memory.exp: Likewise.
18707 * gdb.mi/mi-regs.exp: Likewise.
18708 * gdb.mi/mi-return.exp: Likewise.
18709 * gdb.mi/mi-simplerun.exp: Likewise.
18710 * gdb.mi/mi-stack.exp: Likewise.
18711 * gdb.mi/mi-stepi.exp: Likewise.
18712 * gdb.mi/mi-syn-frame.exp: Likewise.
18713 * gdb.mi/mi-until.exp: Likewise.
18714 * gdb.mi/mi-var-block.exp: Likewise.
18715 * gdb.mi/mi-var-child.exp: Likewise.
18716 * gdb.mi/mi-var-cmd.exp: Likewise.
18717 * gdb.mi/mi-var-display.exp: Likewise.
18718 * gdb.mi/mi-watch.exp: Likewise.
18719 * gdb.mi/mi2-basics.exp: Likewise.
18720 * gdb.mi/mi2-break.exp: Likewise.
18721 * gdb.mi/mi2-cli.exp: Likewise.
18722 * gdb.mi/mi2-console.exp: Likewise.
18723 * gdb.mi/mi2-disassemble.exp: Likewise.
18724 * gdb.mi/mi2-eval.exp: Likewise.
18725 * gdb.mi/mi2-file.exp: Likewise.
18726 * gdb.mi/mi2-read-memory.exp: Likewise.
18727 * gdb.mi/mi2-regs.exp: Likewise.
18728 * gdb.mi/mi2-return.exp: Likewise.
18729 * gdb.mi/mi2-simplerun.exp: Likewise.
18730 * gdb.mi/mi2-stack.exp: Likewise.
18731 * gdb.mi/mi2-stepi.exp: Likewise.
18732 * gdb.mi/mi2-syn-frame.exp: Likewise.
18733 * gdb.mi/mi2-until.exp: Likewise.
18734 * gdb.mi/mi2-var-block.exp: Likewise.
18735 * gdb.mi/mi2-var-child.exp: Likewise.
18736 * gdb.mi/mi2-var-cmd.exp: Likewise.
18737 * gdb.mi/mi2-var-display.exp: Likewise.
18738 * gdb.mi/mi2-watch.exp: Likewise.
18739 * gdb.stabs/exclfwd.exp: Likewise.
18740 * gdb.stabs/weird.exp: Likewise.
18741 * gdb.threads/gcore-thread.exp: Likewise.
18742 * gdb.trace/actions.exp: Likewise.
18743 * gdb.trace/backtrace.exp: Likewise.
18744 * gdb.trace/circ.exp: Likewise.
18745 * gdb.trace/collection.exp: Likewise.
18746 * gdb.trace/deltrace.exp: Likewise.
18747 * gdb.trace/infotrace.exp: Likewise.
18748 * gdb.trace/limits.exp: Likewise.
18749 * gdb.trace/packetlen.exp: Likewise.
18750 * gdb.trace/passc-dyn.exp: Likewise.
18751 * gdb.trace/passcount.exp: Likewise.
18752 * gdb.trace/report.exp: Likewise.
18753 * gdb.trace/save-trace.exp: Likewise.
18754 * gdb.trace/tfind.exp: Likewise.
18755 * gdb.trace/tracecmd.exp: Likewise.
18756 * gdb.trace/while-dyn.exp: Likewise.
18757 * gdb.trace/while-stepping.exp: Likewise.
18758
f4b618d1
JB
187592006-08-08 Joel Brobecker <brobecker@adacore.com>
18760
18761 * gdb.base/step-bt.c: New file.
18762 * gdb.base/step-bt.exp: New testcase.
18763
3d00d119
DJ
187642006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18765
18766 * config/monitor.exp (gdb_load): Remove support for obsolete
18767 download-write-size.
18768 * gdb.base/remote.exp: Likewise. Update all callers of
18769 gdb_timed_load.
18770
017b5bd4
DJ
187712006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18772
18773 * cursal.exp: Pass binfile to gdb_load.
18774
837c599d
DJ
187752006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18776
18777 * gdb.base/cursal.exp: Add "" to gdb_load call.
18778
8dd4540b
MK
187792006-07-29 Mark Kettenis <kettenis@gnu.org>
18780
18781 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18782 NetBSD/ELF targets.
18783
ab5c9f60
DJ
187842006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18785
18786 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18787 operator*.
18788
4c42eaff
DJ
187892006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18790
18791 * gdb.base/completion.exp: Update for change in "file" behavior.
18792 * gdb.stabs/weird.exp: Likewise.
18793 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18794 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18795
0155cc76
NS
187962006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18797
18798 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18799 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18800
16026cd7
AS
188012006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18802
18803 * gdb.base/default.exp: Update source command error message.
18804 * gdb.base/help.exp: Update 'help source' message.
18805
16963cb6
DJ
188062006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18807
18808 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18809 test.
18810
6d7fd486
AS
188112006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18812
18813 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18814
29e8a844
DJ
188152006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18816
18817 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18818
6afcfa39
DJ
188192006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18820
18821 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18822
267a692b
MK
188232006-07-17 Mark Kettenis <kettenis@gnu.org>
18824
18825 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18826 *-*-openbsd* from targets for wich we expect ARM FPA floating
18827 point format.
18828
85d2fec4
NR
188292006-07-17 Nick Roberts <nickrob@snap.net.nz>
18830
18831 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18832
188332006-07-17 Mark Kettenis <kettenis@gnu.org>
18834
18835 * gdb.base/annota3.exp: Expect frame-begin annotation.
18836
85b4c6e8
JB
188372006-07-14 Joel Brobecker <brobecker@adacore.com>
18838
18839 * gdb.base/help.exp: Adjust "help unset" test to accept
18840 any list of unset commands.
18841
fb933624
DJ
188422006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18843 Daniel Jacobowitz <dan@codesourcery.com>
18844
18845 * gdb.cp/ref-params.exp: New test.
18846 * gdb.cp/ref-params.cc: New source file.
18847 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18848
1dff4b64
MK
188492006-07-08 Mark Kettenis <kettenis@gnu.org>
18850
18851 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18852 spaces/tabs in regular expressions since they might not be there.
18853
40d2e0e3
AS
188542006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18855
18856 * gdb.base/ifelse.exp: New file.
18857
f6c957d2
NS
188582006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18859
18860 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18861 line.
18862 * gdb.base/huge.exp: Loop over compilation to find a size that
18863 is acceptable.
18864 * gdb.base/remote.exp: Correct expected strings.
18865 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18866
b9c5a23d
DJ
188672006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18868
18869 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18870
9af2e58d
DJ
188712006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18872
18873 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18874 native.
18875
30930ca5
DJ
188762006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18877
18878 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18879 enable stabs testing.
18880
aa32fa1d
DJ
188812006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18882
bd4a4c80 18883 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
18884 gdb_test_multiple does.
18885
321fef15
DJ
188862006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18887
18888 * Makefile.in (host_alias): Remove.
18889 (target_alias): Use @target_noncanonical@.
18890 (site.exp): Don't set host_alias.
18891 * aclocal.m4: Remove contents. Include acx.m4.
18892 * configure: Regenerated.
18893 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18894
e1c2defa
NS
188952006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18896
e63b55d1
NS
18897 * lib/gdb.exp (gdb_load_cmd): New.
18898
5600ea19
NS
18899 * gdb.base/fileio.c: Add system(NULL) test.
18900 * gdb.base/fileio.exp: Check it.
18901
e1c2defa
NS
18902 * gdb.base/break.c: Add 10a breakpoint at }
18903 * gdb.base/break.exp: Add test for breakpoint at }
18904 * gdb.cp/anon-union.cc: Add code at end of function.
18905 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18906 * gdb.mi/var-cmd.c: Add code at end of function.
18907 * gdb.mi/mi-var-display.exp: Adjust end of next.
18908 * gdb.mi/mi2-var-display.exp: Likewise.
18909 * gdb.base/fileio.c: Add stop function and insert calls at
18910 stopping places.
18911 * gdb.base/fileio.exp: Breakpoint stop function and remove
18912 explicit line number references.
18913
6c0112ec
JB
189142006-05-19 Joel Brobecker <brobecker@adacore.com>
18915
a9c64011
AS
18916 * gdb.base/del.exp (test_delete_alias): New function.
18917 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 18918
154189a4
FF
189192006-05-18 Fred Fish <fnf@specifix.com>
18920
18921 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18922 required. Check for spurious output after program exits normally.
18923
582e64c2
FF
189242006-05-17 Fred Fish <fnf@specifix.com>
18925
18926 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18927 gdb_load, so it works in the simulator.
18928
8ef6493a
FF
189292006-05-11 Fred Fish <fnf@specifix.com>
18930
18931 * gdb.base/bang.exp: Ignore unexpected output between the
18932 "program exited normally" and the gdb prompt, as many other
18933 tests do.
18934
692b141c
MK
189352006-05-07 Mark Kettenis <kettenis@gnu.org>
18936
18937 * gdb.base/help.exp: Make "delete checkpoint" part option for
18938 "help d" and "help delete" tests.
18939
540b8a30
UW
189402006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18941
a9c64011 18942 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
18943 expected output in some mi_gdb_test statements.
18944 * gdb.mi/mi2-basics.exp: Likewise.
18945
9b6462d9
JB
189462006-05-05 Joel Brobecker <brobecker@adacore.com>
18947
18948 * gdb.base/del.c: New file.
18949 * gdb.base/del.exp: New testcase.
18950
954de43b
DM
189512006-05-05 David S. Miller <davem@sunset.davemloft.net>
18952
18953 * gdb.base/break.exp: Do not assume a breakpoint on
18954 main will actually be in $srcfile when optimizing.
1303f75e
DM
18955 * gdb.base/savedregs.exp: Do not require that the dummy
18956 frame location match up to a symbol and source file location.
c3242428
DM
18957 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18958 will get printed without a mi_cmd_data_list_register_values prefix.
18959 (*-data-list-register-*): Correct regular expressions to expect the new
18960 pseudo d? floating point registers.
18961 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 18962
c7e64c9a
DJ
189632006-05-05 Christophe Lyon <christophe.lyon@st.com>
18964
18965 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18966 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18967 is allocated by the compiler.
18968 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18969 anons, e, anone to force their allocation by the compiler.
18970
189712006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
18972
18973 * gdb.base/help.exp: Update expected text for help d and
18974 help delete.
18975
27ce9a6d
MK
189762006-05-02 Mark Kettenis <kettenis@gnu.org>
18977
18978 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18979 NetBSD/ELF targets.
18980
8608915f
MK
189812006-04-30 Mark Kettenis <kettenis@gnu.org>
18982
18983 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18984 single-step breakpoint fails; make this a KFAIL on
18985 sparc*-*-openbsd*.
18986 * gdb.base/siginfo.exp: Likewise.
18987 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18988
b8db102d
MS
189892006-04-26 Michael Snyder <msnyder@redhat.com>
18990
18991 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18992 which may have to consume output from other forks.
18993 Add tests to make sure that "delete fork" succeeded.
18994
c702009a
MS
189952006-04-20 Michael Snyder <msnyder@redhat.com>
18996
18997 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18998 Add support for the Renesas M32C and M16C.
18999
19000 * gdb.asm/asm-source.exp: Add m32c target.
19001 * gdb.asm/m32c.inc: Support for m32c target.
19002
e28493f2
AS
190032006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19004
19005 * gdb.base/commands.exp (recursive_source_test): New test.
19006
880da185
DM
190072006-04-04 David S. Miller <davem@sunset.davemloft.net>
19008
19009 * gdb.base/float.exp: Add pattern for sparc targets.
19010
61d9b92f
DJ
190112006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19012
19013 * gdb.base/commands.exp (stray_arg0_test): New test.
19014
bd717df8
PB
190152006-03-30 Paul Brook <paul@codesourcery.com>
19016
19017 * gdb.mi/mi-until.exp: kfail broken until command.
19018 * gdb.mi/mi2-until.exp: Ditto.
19019
ec793d3c
NR
190202006-03-27 Nick Roberts <nickrob@snap.net.nz>
19021
19022 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19023
831004b7
AO
190242006-03-08 Alexandre Oliva <aoliva@redhat.com>
19025
19026 * gdb.base/prelink.exp: Anchor tested-for regular expression
19027 on gdb prompt.
19028
effe49a0
PB
190292006-03-07 Paul Brook <paul@codesourcery.com>
19030
19031 * gdb.base/assign.exp: Correct fail message.
19032
e5461016
PB
190332006-03-07 Paul Brook <paul@codesourcery.com>
19034
19035 * lib/compiler.c: Extract armcc version number.
19036 * lib/compiler.cc: Ditto.
19037
fc91c6c2
PB
190382006-03-07 Paul Brook <paul@codesourcery.com>
19039
19040 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19041 additional_flags=-w.
19042 * gdb.arch/altivec-regs.exp: Ditto.
19043 * gdb.arch/e500-abi.exp: Ditto.
19044 * gdb.arch/e500-regs.exp: Ditto.
19045 * gdb.base/all-bin.exp: Ditto.
19046 * gdb.base/annota1.exp: Ditto.
19047 * gdb.base/annota3.exp: Ditto.
19048 * gdb.base/args.exp: Ditto.
19049 * gdb.base/arithmet.exp: Ditto.
19050 * gdb.base/assign.exp: Ditto.
19051 * gdb.base/async.exp: Ditto.
19052 * gdb.base/bang.exp: Ditto.
19053 * gdb.base/break.exp: Ditto.
19054 * gdb.base/call-rt-st.exp: Ditto.
19055 * gdb.base/completion.exp: Ditto.
19056 * gdb.base/cond-expr.exp: Ditto.
19057 * gdb.base/condbreak.exp: Ditto.
19058 * gdb.base/consecutive.exp: Ditto.
19059 * gdb.base/define.exp: Ditto.
19060 * gdb.base/display.exp: Ditto.
19061 * gdb.base/ena-dis-br.exp: Ditto.
19062 * gdb.base/environ.exp: Ditto.
19063 * gdb.base/eval-skip.exp: Ditto.
19064 * gdb.base/info-proc.exp: Ditto.
19065 * gdb.base/jump.exp: Ditto.
19066 * gdb.base/logical.exp: Ditto.
19067 * gdb.base/long_long.exp: Ditto.
19068 * gdb.base/maint.exp: Ditto.
19069 * gdb.base/miscexprs.exp: Ditto.
19070 * gdb.base/pc-fp.exp: Ditto.
19071 * gdb.base/pointers.exp: Ditto.
19072 * gdb.base/relational.exp: Ditto.
19073 * gdb.base/reread.exp: Ditto.
19074 * gdb.base/sect-cmd.exp: Ditto.
19075 * gdb.base/sep.exp: Ditto.
19076 * gdb.base/sepdebug.exp: Ditto.
19077 * gdb.base/until.exp: Ditto.
19078 * gdb.base/whatis-exp.exp: Ditto.
19079 * gdb.cp/annota2.exp: Ditto.
19080 * gdb.cp/annota3.exp: Ditto.
19081 * gdb.trace/actions.exp: Ditto.
19082 * gdb.trace/backtrace.exp: Ditto.
19083 * gdb.trace/circ.exp: Ditto.
19084 * gdb.trace/collection.exp: Ditto.
19085 * gdb.trace/deltrace.exp: Ditto.
19086 * gdb.trace/infotrace.exp: Ditto.
19087 * gdb.trace/limits.exp: Ditto.
19088 * gdb.trace/packetlen.exp: Ditto.
19089 * gdb.trace/passc-dyn.exp: Ditto.
19090 * gdb.trace/passcount.exp: Ditto.
19091 * gdb.trace/report.exp: Ditto.
19092 * gdb.trace/save-trace.exp: Ditto.
19093 * gdb.trace/tfind.exp: Ditto.
19094 * gdb.trace/tracecmd.exp: Ditto.
19095 * gdb.trace/while-dyn.exp: Ditto.
19096 * gdb.trace/while-stepping.exp: Ditto.
19097 * lib/gdb.exp: Ditto.
19098 (gdb_compile): Handle nowarning option.
19099
5f4a23d9
AO
191002006-03-07 Alexandre Oliva <aoliva@redhat.com>
19101
19102 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19103 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19104 Rename executable to prelinkt. Don't re-prelink if we didn't
19105 get a core file. Test prelink -u exit status to tell whether
19106 prelinking failed. Use gdb_test_multiple.
19107
9733fc94
DJ
191082006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19109
19110 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19111 (do_tests): Call it.
19112
cc10cae3
AO
191132006-02-28 Alexandre Oliva <aoliva@redhat.com>
19114
19115 * gdb.base/prelink.exp: New test.
19116 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19117
15c46491
WZ
191182006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19119
19120 * gdb.fortran/derived-type.f90: New file.
19121 * gdb.fortran/derived-type.exp: New testcase.
19122
5c9f7ded
DJ
191232006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19124
19125 * gdb.base/default.exp: Allow ';' as a directory separator.
19126
5b96932b
AS
191272006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19128
19129 * gdb.base/help.exp (help add-symbol-file): Update.
19130
1986bccd
AS
191312006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19132
19133 * gdb.base/help.exp (help load): Update expected results.
19134
a8b7528f
FF
191352006-02-19 Fred Fish <fnf@specifix.com>
19136
19137 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19138 specifix hex value as part of results.
19139 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 19140
f8261448
FF
191412006-02-16 Fred Fish <fnf@specifix.com>
19142
19143 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19144 ushort_addr, and slong_addr, so the typedefs are not optimized
19145 away.
19146 * gdb.base/whatis.exp: Add tests using type name for struct type,
19147 union type, enum type, and typedef.
a9c64011 19148
31d8bdd2
MK
191492006-02-13 Mark Kettenis <kettenis@gnu.org>
19150
19151 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19152
34e41e63
JB
191532006-02-13 Jim Blandy <jimb@redhat.com>
19154
19155 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19156 case where it takes two "next" commands to skip past the init
19157 call.
19158
ac6e4f31
FF
191592006-02-12 Fred Fish <fnf@specifix.com>
19160
19161 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19162 to handle cases where it takes two "next" commands to skip
19163 past the init call.
19164
2db2d571
JB
191652006-02-07 Joel Brobecker <brobecker@adacore.com>
19166
19167 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19168 on hppa32 targets.
19169
38fcd64c
DJ
191702006-02-06 Vladimir Prus <ghost@cs.msu.su>
19171
19172 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19173 field.
19174
1315ad46
MK
191752006-01-29 Mark Kettenis <kettenis@gnu.org>
19176
19177 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19178
5625b943
DJ
191792006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19180
19181 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19182 files.
19183
80df1bbe
DJ
191842006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19185
19186 * gdb.cp/maint.exp: Set complaints to a positive value.
19187
9078e690
DJ
191882006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19189
19190 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19191 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19192 function name.
19193
9c903399
DJ
191942006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19195
19196 * gdb.base/checkpoint.c: Update copyright notice. Include
19197 <stdlib.h>.
19198
761ae4d6
JB
191992006-01-04 Jim Blandy <jimb@redhat.com>
19200
19201 * gdb.asm/asm-source.exp: Independently provide default values for
19202 asm-flags and debug-flags. Use 'string equal' to do the
19203 comparison, not the implicit expr's '==' operator. Remove
19204 now-unneeded assignments to asm-flags. In h8300 case, place
19205 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19206
099ac3dd
MS
192072006-01-04 Michael Snyder <msnyder@redhat.com>
19208
19209 * gdb.base/checkpoint.c: New file.
19210 * gdb.base/checkpoint.exp: New file.
19211 * gdb.base/multi-fork.c: New file.
19212 * gdb.base/multi-fork.exp: New file.
19213 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19214
f4d85314
FF
192152006-01-04 Fred Fish <fnf@specifix.com>
19216
19217 * gdb.base/ptype.c (foo): Add typedef.
19218 (intfoo): Add function.
19219 * gdb.base/ptype1.c: New file.
19220 * gdb.base/ptype.exp: Handle compilation and linking with two
19221 source files. Test that proper type for "foo" is found based
19222 on source context rather than first match found in symtabs.
19223
a1b06f35
MK
192242005-12-28 Mark Kettenis <kettenis@gnu.org>
19225
19226 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19227 * gdb.asm/openbsd.inc: Indent commands.
19228
d082a1e2
MK
192292005-12-26 Mark Kettenis <kettenis@gnu.org>
19230
c65016bd
MK
19231 * gdb.base/freebpcmd.exp: Increase timeout.
19232
d082a1e2
MK
19233 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19234
d3c32a0e
DJ
192352005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19236
19237 * gdb.base/default.exp: Update check for "show version".
19238
9fdb1f50
RC
192392005-12-09 Randolph Chung <tausq@debian.org>
19240
19241 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19242 * gdb.asm/pa64.inc: New file.
19243
5f2c56f7
RC
192442005-12-09 Randolph Chung <tausq@debian.org>
19245
19246 * gdb.asm/common.inc: Indent commands.
19247 * gdb.asm/asmsrc1.s: Likewise.
19248 * gdb.asm/asmsrc2.s: Likewise.
19249
8117349c
RC
192502005-12-09 Randolph Chung <tausq@debian.org>
19251
19252 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19253 (get_addr_of_sym): Remove duplicate print.
19254 (gen_core): xfail hppa*-*-hpux*, update expected output.
19255 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19256 * gdb.arch/pa64-nullify.s: New file.
19257
8f07f25a
RC
192582005-12-09 Randolph Chung <tausq@debian.org>
19259
19260 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19261
55b39184
DJ
192622005-12-07 Christophe Lyon <christophe.lyon@st.com>
19263
19264 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19265 code generation for these functions.
19266 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19267 error message.
19268
31e2b00f
AS
192692005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19270
19271 * gdb.base/help.exp (help b, help br, help bre, help brea)
19272 (help break): Update the expected message.
19273
c3d0b56e
SC
192742005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19275
19276 * gdb.asm/m68hc11.inc: Setup the data section.
19277 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19278 script for this test.
19279 (m6812-*-*): Likewise.
19280
36ae0ea9
RC
192812005-11-09 Randolph Chung <tausq@debian.org>
19282
19283 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
19284
9d6f42e9
WZ
192852005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
19286
19287 * gdb.base/break.exp: Fix a comment typo.
19288
e2126a14
EZ
192892005-11-03 Jim Blandy <jimb@redhat.com>
19290
a9c64011
AS
19291 Checked in by Elena Zannoni <ezannoni@redhat.com>
19292
889bf7c5 19293 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 19294
e0ac7199
CV
192952005-11-02 Corinna Vinschen <vinschen@redhat.com>
19296
19297 * gdb.arch/gdb1558.c: Include stdio.h.
19298
31d3fb18
MK
192992005-10-31 Mark Kettenis <kettenis@gnu.org>
19300
19301 * gdb.asm/asm-source.exp: Use -e instead of --entry.
19302
e52b687c
MK
193032005-10-31 Mark Kettenis <kettenis@gnu.org>
19304
19305 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
19306
f4711d79
PG
193072005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
19308
a9c64011
AS
19309 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19310 vscr" tests to better match output.
f4711d79 19311
987a9106
JB
193122005-10-12 Jim Blandy <jimb@redhat.com>
19313
19314 * gdb.base/structs.exp (any): New function.
19315 (test_struct_returns): Don't make any assumptions at all about
19316 what value the function returns when GDB can't set the return
19317 value.
19318
2336bb58
JB
193192005-10-09 Joel Brobecker <brobecker@adacore.com>
19320
19321 * gdb.ada/arrayidx/p.adb: New file.
19322 * gdb.ada/arrayidx.exp: New testcase
19323
193242005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
19325
19326 * gdb.ada/array_return/pck.ads: New file.
19327 * gdb.ada/array_return/pck.adb: New file.
19328 * gdb.ada/array_return/p.adb: New file.
19329 * gdb.ada/array_return.exp: New testcase.
19330
705335ea
JB
193312005-10-03 Joel Brobecker <brobecker@adacore.com>
19332
a9c64011
AS
19333 * gdb.base/arrayidx.c: New file.
19334 * gdb.base/arrayidx.exp: New testcase.
705335ea 19335
11ee9940
NR
193362005-09-29 Nick Roberts <nickrob@snap.net.nz>
19337
19338 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
19339 frames-invalid and breakpoints-invalid are no longer generated
19340 with level 3 so don't expect them in the output.
19341
39fb8e9e
BR
193422005-09-27 Bob Rossi <bob@brasko.net>
19343
a9c64011 19344 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
19345 from test. Escape the | in mi_gdb_test call.
19346 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
19347 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
19348 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
19349 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
19350 expected regex's in mi_gdb_test calls.
19351 * lib/mi-support.exp: Remove arbitrary .* from tests.
19352 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
19353 Fully anchor GDB/MI expected results in mi_gdb_test.
19354 * lib/gdb.exp (string_to_regexp): Escape the ] character.
19355 * gdb.base/sizeof.exp: Remove escape character. Correct test.
19356
2af48f68
PB
193572005-09-26 Paul Brook <paul@codesourcery.com>
19358
19359 * long_long.exp: Exclude eabi targets from arm FPA float format test.
19360
f34502bc
WZ
193612005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19362
19363 * bfp-test.c: New file.
19364 * bfp-test.exp: New testcase.
19365
ca929517
WZ
193662005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19367
19368 * gdb.fortran/subarray.exp: New testcase to test the evaluation
19369 of subarray and substring variable.
19370 * gdb.fortran/subarray.f: New source file for the test of subarray
19371 and substring variable evaluation.
19372 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
19373 of string constant.
19374
c761af65
DJ
193752005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
19376
19377 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
19378 copyright dates.
19379
561d7a1d
PG
193802005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
19381
19382 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
19383 powerpc altivec' test with an almost identical 'info vector' test.
19384
b2b64cc9
PG
193852005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19386
a9c64011
AS
19387 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19388 vscr" tests to match output.
b2b64cc9 19389
6ac4d15a
PG
193902005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19391
a9c64011
AS
19392 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
19393 output.
6ac4d15a 19394
40e55bef
BR
193952005-09-11 Bob Rossi <bob@brasko.net>
19396
889bf7c5
PA
19397 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
19398 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
19399 commands that return an MI output command and an asyncronous MI output
19400 command.
40e55bef
BR
19401 * gdb.mi/mi-console.exp: Ditto.
19402
3c7385ec
BR
194032005-09-11 Bob Rossi <bob@brasko.net>
19404
19405 * gdb.mi/mi-var-child.c: Include <string.h>.
19406
a6cd0eb3
DJ
194072005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
19408
19409 * killed.exp: Correct gdb_expect syntax.
19410
2f168eed
CV
194112005-08-09 Corinna Vinschen <vinschen@redhat.com>
19412
19413 * lib/mi-support.exp (mi_gdb_load): Fix typo.
19414
ecd3fd0f
BR
194152005-08-02 Bob Rossi <bob@brasko.net>
19416
19417 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
19418 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
19419 Change tests to inferior-tty-set/show.
19420 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
19421 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
19422 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
19423 inferior. Use mi_gdb_test to get GDB and Inferior output.
19424 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
19425 descriptor.
19426 (mi_inferior_tty_name): Add inferior PTY file name.
19427 (mi_gdb_start): Add INFERIOR_PTY parameter.
19428 (mi_gdb_test): Add IPATTERN parameter.
19429
f1ea48cb 194302005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 19431
f1ea48cb
BR
19432 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19433 parameter to mi_gdb_test.
19434 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19435
6e650a67
DJ
194362005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19437
19438 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19439 struct_declarations.
19440 * gdb.mi/mi-var-child.exp: Step over the initialization of
19441 struct_declarations.
19442
8be260b6
DJ
194432005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19444
19445 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19446 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19447 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19448 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19449 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19450 file.
19451
4e660f07
NR
194522005-07-27 Nick Roberts <nickrob@snap.net.nz>
19453
19454 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19455 (do_children_tests): Assign values to the extra elements.
19456
19457 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19458 them for tests for "-var-update --no-values" and
a9c64011 19459 "-var-update --all-values".
4e660f07
NR
19460 Add test for "-var-list-children --simple-values".
19461
19462 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19463
19464 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19465 "-stack-list-locals --simple-values" Improve doc strings and
19466 comments.
19467
6bdae935
MK
194682005-07-18 Mark Kettenis <kettenis@gnu.org>
19469
598b7a6f
MK
19470 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19471 *-*-openbsd*.
19472 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19473
6bdae935
MK
19474 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19475 sigaltsatck'.
19476
1323e929 194772005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 19478
1323e929
BR
19479 * gdb.base/default.exp (tty): Changed output of command.
19480 * gdb.base/help.exp (help tty): Ditto.
19481
b1a9c082
MK
194822005-07-12 Mark Kettenis <kettenis@gnu.org>
19483
19484 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19485
10a844a2
MK
194862005-07-10 Mark Kettenis <kettenis@gnu.org>
19487
19488 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19489 -stack-select-frame without arguments.
19490 (test_stack_frame_listing): Add test for newly implemented command
19491 -stack-info-frame.
19492
3cb3b8df
BR
194932005-07-06 Bob Rossi <bob@brasko.net>
19494
19495 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19496 command.
19497 (Copyright): Update copyright.
19498
a0c5fbcf
WZ
194992005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19500
19501 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19502 tests to evaluate exponentiation expression.
19503
984971d0
AS
195042005-06-29 Andreas Schwab <schwab@suse.de>
19505
19506 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19507 main to avoid warnings.
19508
19509 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19510
fe03833f
NR
195112005-06-20 Nick Roberts <nickrob@snap.net.nz>
19512
19513 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19514 -stack-select-frame without arguments.
19515 (test_stack_frame_listing): Add test for newly implemented command
19516 -stack-info-frame.
a9c64011 19517
7a55f279
WZ
195182005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19519
0ffa0ea5
DJ
19520 * gdb.fortran/array-element.f: New file.
19521 * gdb.fortran/array-element.exp: New testcase.
7a55f279 19522
26585198
DJ
195232005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19524
19525 * gdb.base/bigcore.exp: Correct checks for systems which can
19526 not dump a large core file.
19527
c1bd25fd
DJ
195282005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19529
19530 * gdb.base/relocate.c: Add a copyright notice.
19531 (dummy): Remove.
19532 * gdb.base/relocate.exp: Test printing the values of variables
19533 from a relocatable file.
19534
589e074d
DJ
195352005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19536
19537 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19538 excess MI output after an error.
19539
0915f927
JB
195402005-05-29 Joel Brobecker <brobecker@adacore.com>
19541
19542 * gdb.arch/alpha-step.c: New file.
19543 * gdb.arch/alpha-step.exp: New testcase.
19544
76ff342d
DJ
195452005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19546 Dennis Brueni <dennis@slickedit.com>
19547
19548 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19549 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19550 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19551 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19552 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19553 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19554 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19555
96b0c7ac
DJ
195562005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19557 Wu Zhou <woodzltc@cn.ibm.com>
19558
19559 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19560 IBM's xlc compiler.
19561 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19562 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19563
f21565d2
JB
195642005-05-13 Jim Blandy <jimb@redhat.com>
19565
19566 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19567 calling gdb_suppress_entire_file.
19568 * gdb.base/charset.exp: Same.
19569 * gdb.base/call-rt-st.exp: Same.
19570
6006a3a1
BR
195712005-05-05 Bob Rossi <bob_rossi@cox.net>
19572
19573 * lib/gdb.exp (fullname_syntax): Added global regex.
19574 (fullname_syntax_POSIX): Ditto.
19575 (fullname_syntax_UNC): Ditto.
19576 (fullname_syntax_DOS_CASE): Ditto.
19577 (fullname_syntax_DOS): Ditto.
19578 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
19579 fullname_syntax variable to scope and use it.
19580 (test_file_list_exec_source_files): Ditto.
19581 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
19582
c3b69c04
DJ
195832005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
19584
19585 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
19586
3c95e6af
PG
195872004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
19588
a9c64011
AS
19589 * lib/gdb.exp (skip_altivec_tests): New function, based on
19590 check_vmx_hw_available from the GCC testsuite.
19591 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
19592 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 19593
78df6c56
JB
195942005-05-02 Jim Blandy <jimb@redhat.com>
19595
19596 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
19597 calling gdb_suppress_entire_file.
19598
1690f9cf
DJ
195992005-04-30 Randolph Chung <tausq@debian.org>
19600
19601 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
19602 Slightly relax "sem_post" name checking.
19603
5ea106f7
PG
196042005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19605
19606 * gdb.base/unload.exp: Use new shared library infrastructure.
19607
bf7234cf
PG
196082005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19609
19610 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 19611 infrastructure.
bf7234cf 19612
547b869a
CV
196132005-04-29 Corinna Vinschen <vinschen@redhat.com>
19614
19615 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
19616 * gdb.asm/h8300.inc: New file.
19617
f07e55f0
PG
196182005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19619
19620 * gdb.base/shlib-call.exp: Change to use new shared library
19621 infrastructure.
19622
3cbba3d1
PG
196232005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19624
a9c64011
AS
19625 * gdb.base/pending.exp: Change to use new shared library
19626 infrastructure.
3cbba3d1 19627
ed6df200
PG
196282005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19629
a9c64011
AS
19630 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19631 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 19632
8c8f4ebe
PG
196332005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19634
a9c64011
AS
19635 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19636 shared objects being adjusted and update copyright years.
8c8f4ebe 19637
607fbc54
DJ
196382005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19639
19640 * ChangeLog: Correct some 2003-01-13 dates.
19641 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19642 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19643 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19644 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19645 gdb.trace/tfind.exp: Update copyright years.
19646
57bf0e56
DJ
196472005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19648 Daniel Jacobowitz <dan@codesourcery.com>
19649
19650 * lib/gdb.exp (gdb_compile): Handle shlib=.
19651 (gdb_compile_shlib): New function.
19652
9b593790
PG
196532005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19654
a9c64011 19655 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 19656
9494c6a5
DJ
196572005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19658
19659 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19660 gdb.server.
19661 * configure.ac: Likewise.
19662 * configure: Regenerated.
19663 * gdb.gdbserver/Makefile.in: Moved to...
19664 * gdb.server/Makefile.in: ... here.
19665 * gdb.gdbserver/server.c: Moved to...
19666 * gdb.server/server.c: ... here.
19667 * gdb.gdbserver/server-run.exp: Moved to...
19668 * gdb.server/server-run.exp: ... here.
19669
6f8eac0e
DJ
196702005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19671
19672 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19673 * configure.ac: Create gdb.gdbserver/Makefile.
19674 * configure: Regenerated.
19675 * lib/gdbserver-support.exp: New file, derived from
19676 config/gdbserver.exp.
19677 * config/gdbserver.exp: Use gdbserver-support.exp.
19678 * gdb.gdbserver/Makefile.in: New file.
19679 * gdb.gdbserver/server.c: New file.
19680 * gdb.gdbserver/server-run.exp: New file.
19681
6e87504d
PG
196822005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19683
a9c64011
AS
19684 * lib/gdb.exp (test_compiler_info): Return compiler_info
19685 if no arguments are given.
6e87504d 19686
d1779be4
PG
196872005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19688
19689 * gdb.arch/altivec-abi.exp: Check for compiler and set
19690 use altivec' flag accordingly.
19691 * gdb.arch/altivec-regs.exp: Likewise.
19692
88750304
DJ
196932005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19694
19695 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19696
f3fb768d
AS
196972005-03-27 Andreas Schwab <schwab@suse.de>
19698
19699 * gdb.base/bigcore.c (main): Add missing mode argument in open
19700 call.
19701
7e813ac5
DJ
197022005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19703
19704 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19705 downloads.
19706 * config/gdbserver.exp (gdb_load): Likewise.
19707
8e3049aa
PB
197082005-03-14 Paul Brook <paul@codesourcery.com>
19709
19710 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19711 targets.
19712
a9df7c44
JB
197132005-03-09 Joel Brobecker <brobecker@adacore.com>
19714
19715 * gdb.dwarf2/dup-psym.S: New file.
19716 * gdb.dwarf2/dup-psym.exp: New testcase.
19717
9f0d94e8
JB
197182005-03-09 Joel Brobecker <brobecker@adacore.com>
19719
19720 * gdb.ada/exec_changed/first.adb: New file.
19721 * gdb.ada/exec_changed/second.adb: New file.
19722 * gdb.ada/exec_changed.exp: New testcase.
19723
5f579bc5
NS
197242005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19725
36e9969c
NS
19726 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19727 (A2): New class.
19728 (main): Test operator+.
19729 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19730 breakpoint test.
19731
5f579bc5
NS
19732 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19733 * gdb.base/signull.exp: Disable if gdb,nosignals.
19734 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19735 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19736 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19737 * gdb.mi/mi2-console.exp: Likewise.
19738 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19739 continue output at start.
19740 (gdb_collect_locals_test): Robustify regexp.
19741 * gdb.trace/passc-dyn.exp: Fix comment typo.
19742 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19743
be46087e
CV
197442005-03-08 Corinna Vinschen <vinschen@redhat.com>
19745
19746 * gdb.asm/asm-source.exp: Add iq2000 case.
19747 * gdb.asm/iq2000.inc: New file.
19748
384e1a61 197492005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 19750
384e1a61
MI
19751 * gdb.base/command.exp: Change hardcoded value to regular expression.
19752 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19753
584b6e9e
DJ
197542005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19755
19756 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19757 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19758 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19759 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19760 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19761
ab5b5d61
MK
197622005-03-05 Mark Kettenis <kettenis@gnu.org>
19763
19764 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19765 changes.
19766
ae051c1b
PG
197672004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19768
a9c64011
AS
19769 * lib/compiler.c: Add test for IBM's xlc compiler.
19770 * lib/compiler.cc: Likewise.
ae051c1b 19771
3f0f6ed2
JB
197722004-02-24 Joel Brobecker <brobecker@adacore.com>
19773
19774 * gdb.ada/fixed_points.exp: Create compilation object directory
19775 before running the test.
19776 * gdb.ada/null_record.exp: Likewise.
19777 * gdb.ada/packed_array.exp: Likewise.
19778 * gdb.ada/start.exp: Likewise.
19779
724f452b
JB
197802005-02-15 Joel Brobecker <brobecker@adacore.com>
19781
19782 * gdb.ada/packed_array/pa.adb: New file.
19783 * gdb.ada/packed_array.exp: New testcase.
19784
57f5cdfb 197852005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 19786
1f393151
MK
19787 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19788 files.
19789
ebdda337
MK
19790 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19791 on *-*-openbsd*. Correctly match whitespace in regukar
19792 expressions.
19793
cf309262
DJ
197942005-02-10 Daniel Jacobowitz <dan@debian.org>
19795
19796 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19797 PR exp/1821
19798 * gdb.base/gdb1821.c: New test file.
19799 * gdb.base/gdb1821.exp: New test file.
19800
3be49e7a
JB
198012005-02-09 Joel Brobecker <brobecker@adacore.com>
19802
19803 * gdb.base/start.c: New file.
19804 * gdb.base/start.exp: New testcase.
19805
e292e67d
JB
198062005-02-09 Joel Brobecker <brobecker@adacore.com>
19807
19808 * gdb.ada/start/dummy.adb: New file.
19809 * gdb.ada/start.exp: New testcase.
19810
dbdfa66c
CV
198112005-02-09 Corinna Vinschen <vinschen@redhat.com>
19812
19813 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19814 for printing symbols and statistics.
19815 Add test for using relative pathnames in "maint print msymbols" test.
19816 Mark "maint info sections DATA" XFAIL on Cygwin.
19817 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19818 tests.
19819
d7941671
AC
198202005-02-09 Andreas Schwab <schwab@suse.de>
19821
19822 Committed by Andrew Cagney <cagney@gnu.org>
19823 * gdb.base/remotetimeout.exp: New file.
19824
74e5ef44
MK
198252005-02-07 Mark Kettenis <kettenis@gnu.org>
19826
19827 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19828
464dd14d
JB
198292005-02-03 Joel Brobecker <brobecker@adacore.com>
19830
19831 * gdb.ada/gnat_ada.gpr: New file.
19832 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19833 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19834 * configure.ac: No longer generate gnat_ada.gpr.
19835 * configure: Regenerate.
19836 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19837 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19838 * gdb.ada/null_record/bar.ads: Likewise.
19839 * gdb.ada/null_record/bar.adb: Likewise.
19840 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19841 * gdb.ada/null_record.exp (testdir): New variable.
19842 (testfile): executable is now in testdir subdirectory.
19843 (srcfile): Use full path to the main compilation unit.
19844 * gdb.ada/fixed_points.exp: Same changes as above.
19845
30d756ae
NR
198462005-02-03 Nick Roberts <nickrob@snap.net.nz>
19847
19848 * gdb.base/interp.exp: New test.
19849
9d799f85
AC
198502005-01-24 Andrew Cagney <cagney@gnu.org>
19851
19852 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19853
15656118
AC
198542005-01-19 Andrew Cagney <cagney@gnu.org>
19855
a892c31b
AC
19856 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19857 configure.ac not configure.in.
19858
15656118
AC
19859 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19860 of powerpc*-*-*.
19861 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 19862 * gdb.base/list.exp (test_list_function)
15656118
AC
19863 (test_list_filename_and_function): Ditto.
19864 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19865
a7b01baf
AC
198662005-01-16 Andrew Cagney <cagney@gnu.org>
19867
17d92a02
AC
19868 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19869
a7b01baf
AC
19870 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19871
bc8332bb
AC
198722005-01-14 Andrew Cagney <cagney@gnu.org>
19873
19874 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19875 * gdb.mi/mi2-var-cmd.exp: Ditto.
19876
4d074752
CV
198772005-01-10 Corinna Vinschen <vinschen@redhat.com>
19878
19879 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19880
bec39cab
AC
198812005-01-07 Andrew Cagney <cagney@gnu.org>
19882
19883 * configure.ac: Rename configure.in, require autoconf 2.59.
19884 * configure: Re-generate.
19885 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19886 * gdb.stabs/configure: Re-generate.
19887 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19888 * gdb.hp/configure: Re-generate.
19889 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19890 autoconf 2.59.
19891 * gdb.hp/gdb.objdbg/configure: Re-generate.
19892 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19893 autoconf 2.59.
19894 * gdb.hp/gdb.defects/configure: Re-generate.
19895 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19896 autoconf 2.59.
19897 * gdb.hp/gdb.compat/configure: Re-generate.
19898 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19899 autoconf 2.59.
19900 * gdb.hp/gdb.base-hp/configure: Re-generate.
19901 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19902 autoconf 2.59.
19903 * gdb.hp/gdb.aCC/configure: Re-generate.
19904
f10b16d4
JB
199052004-12-15 Jim Blandy <jimb@redhat.com>
19906
19907 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19908 under NPTL when there is debugging info available for libpthread.
19909
fb6e1814
JG
199102004-12-13 Jerome Guitton <guitton@gnat.com>
19911
19912 * gdb.ada/fixed_points.c: New file.
19913 * gdb.ada/fixed_points.exp: New file.
19914
fe46cd3a
RC
199152004-12-03 Randolph Chung <tausq@debian.org>
19916
19917 * gdb.arch/pa-nullify.exp: New file.
19918 * gdb.arch/pa-nullify.s: New file.
19919
8de0841b
RC
199202004-11-30 Randolph Chung <tausq@debian.org>
19921
19922 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19923 instead of "tbug". Fix regexp to work properly with gdb_test.
19924
c8170782
PH
199252004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19926
19927 * gdb.base/bitfields2.exp: New test.
19928 * gdb.base/bitfields2.c: New file.
19929
954269c2
RE
199302004-11-28 Richard Earnshaw <rearnsha@arm.com>
19931
19932 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19933
0107feed
RC
199342004-11-16 Randolph Chung <tausq@debian.org>
19935
19936 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19937
f073ae8c
DJ
199382004-11-14 Daniel Jacobowitz <dan@debian.org>
19939
19940 * gdb.threads/threadapply.exp: Correct "macro details" test.
19941
19ad59e7
JJ
199422004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19943
19944 * gdb.threads/threadapply.exp: New test.
19945 * gdb.threads/threadapply.c: New file.
19946
9cf0961b
MK
199472004-11-07 Mark Kettenis <kettenis@gnu.org>
19948
19949 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19950 frames.
19951
c789492a
FL
199522004-11-05 Felix Lee <felix+log1@specifixinc.com>
19953
19954 * gdb.base/cursal.exp: New file.
19955 * gdb.base/cursal.c: New file.
19956
a1e167bb
AC
199572004-11-03 Andrew Cagney <cagney@gnu.org>
19958
19959 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19960
b7cbf173
MK
199612004-10-30 Mark Kettenis <kettenis@gnu.org>
19962
19963 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19964 NetBSD/ELF targets.
19965
88f9d34f
JB
199662004-10-29 Joel Brobecker <brobecker@gnat.com>
19967
19968 * gdb.threads/bp_in_thread.c: New file, copied from
19969 pthread_cond_wait.c.
19970 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19971 file, rather than reusing the .c file from another testcase.
19972
ca7d6a0c
JB
199732004-10-20 Joel Brobecker <brobecker@gnat.com>
19974
19975 * gdb.ada/null_record.exp: Check where we stopped after
19976 sending the start command, instead of where the associated
19977 temporary breakpoint was inserted.
19978
0d863d03
AC
199792004-10-14 Andrew Cagney <cagney@gnu.org>
19980
19981 * gdb.mi/gdb701.c (main): Return 0.
19982
d11e72cb
DJ
199832004-10-13 Daniel Jacobowitz <dan@debian.org>
19984
d40539a4 19985 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 19986
e1923096
JJ
199872004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19988
19989 * gdb.threads/schedlock.c: Add comment markers to use to find
19990 line numbers.
19991 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19992 comments.
19993 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19994 breakpoint lines.
19995
ec8ba2c9
DJ
199962004-10-12 Daniel Jacobowitz <dan@debian.org>
19997
19998 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19999
0eb3658b
DJ
200002004-10-12 Daniel Jacobowitz <dan@debian.org>
20001
20002 * configure.in: Add gdb.dwarf2.
20003 * configure: Regenerated.
20004 * Makefile.in: Add gdb.dwarf2.
20005 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20006 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20007 gdb.dwarf2/file1.txt: New files.
20008
a271cc33
OF
200092004-10-11 Orjan Friberg <orjanf@axis.com>
20010
a9c64011 20011 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
20012 of "run", since the latter doesn't work with remote targets. Adjust
20013 the breakpoint numbering accordingly.
20014 * gdb.threads/pthread_cond_wait.exp: Ditto.
20015
895ce074
MC
200162004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20017
20018 * gdb.base/overlays.exp: Update copyright years.
20019
6be3092d
KI
200202004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20021
20022 * gdb.base/overlays.exp: Disable if target is Linux.
20023
e05389b8
FL
200242004-10-06 Felix Lee <felix+log1@specifixinc.com>
20025
20026 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20027
73cb587d
KI
200282004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20029
20030 * gdb.asm/asm-source.exp: Add m32r-linux target.
20031 * gdb.asm/m32r-linux.inc: New file.
20032
3c0edcdc
AC
200332004-09-24 Andrew Cagney <cagney@redhat.com>
20034 David Anderson <anderson@redhat.com>
20035
20036 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20037 command fails, assume things will work.
20038 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20039 (_GNU_SOURCE): Define.
20040 (print_unsigned, print_hex): Change parameter to "long long".
20041 (print_byte_count): New function, use to print byte counts.
20042 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20043 O_LARGEFILE.
20044 (main): Compute an upper bound on a corefile in max_core_size.
20045 Limit memory chunk size to max_core_size. Limit total memory
20046 allocated to max_core_size.
20047
4bb3667f
AC
200482004-09-23 Andrew Cagney <cagney@gnu.org>
20049
20050 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20051 from a separate process with code that creates a corefile by
20052 making the inferior dump core.
20053
60fe1a51
MK
200542004-09-23 Mark Kettenis <kettenis@gnu.org>
20055
20056 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20057 block.
20058
8e937346
MC
200592004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20060
20061 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20062 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20063 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20064 Likewise.
20065
7213f6d6
JJ
200662004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20067
20068 * gdb.java/jprint.exp: New test case for java inferior call.
20069 * gdb.java/jprint.java: Ditto.
20070
eac69dca
JB
200712004-09-15 Joel Brobecker <brobecker@gnat.com>
20072
20073 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20074
22227696
MC
200752004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20076
20077 * gdb.threads/killed.c: Include <stdlib.h>.
20078 * gdb.threads/pthreads.c: Likewise.
20079
7dd403a4
MC
200802004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20081
20082 * gdb.threads/killed.c: Add copyright notice.
20083
33f2d567
JM
200842004-09-10 Jason Molenda (jmolenda@apple.com)
20085
a9c64011
AS
20086 * gdb.base/define.exp: Two new tests to verify zero space chars
20087 after 'if' and 'while' commands in a user-defined command is correctly
20088 parsed.
33f2d567 20089
e05b62ac
AC
200902004-09-08 Andrew Cagney <cagney@gnu.org>
20091
20092 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20093 delivery test with duplicate at end of file.
20094
9cbe82da
MK
200952004-09-06 Mark Kettenis <kettenis@jive.nl>
20096
20097 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20098
564803d9
MC
200992004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20100
20101 * config/hppro.exp: Removed.
20102
7c6807ce
MC
201032004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20104
20105 * config/sparclet.exp: Removed.
20106
bf7e26dd
MC
201072004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20108
20109 * config/udi.exp: Removed.
20110
714e341b
MC
201112004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20112
20113 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20114 of "exp_continue".
20115 (advancei): Likewise.
20116
1236e623
JJ
201172004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20118
20119 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20120
3bdcad15
MI
201212004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20122
228af206 20123 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
20124 to check for nodebug in executable.
20125 * gdb.gdb/observer.exp (setup_test): Likewise.
20126 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20127 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20128
c72b934c
AC
201292004-09-01 Andrew Cagney <cagney@gnu.org>
20130
20131 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20132 files.
20133
edd9b715
JJ
201342004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20135
20136 * gdb.base/unload.exp: Fix expected warning message to match
20137 latest format.
20138
fb4ce06b
CV
201392004-09-01 Corinna Vinschen <vinschen@redhat.com>
20140
20141 * gdb.base/call-rt-st.exp: Fix typos.
20142
ce78e7c3
MI
201432004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20144
20145 * gdb.threads/thread_check.exp: New testcase.
20146 * gdb.threads/thread_check.c: New testcase.
20147
2dedb159
AC
201482004-08-31 Andrew Cagney <cagney@gnu.org>
20149
20150 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20151 (skip_to_handler_entry): New procedures. Test stepping into a
20152 handler when the breakpoint is at the handler's entry point.
20153
68f53502
AC
201542004-08-30 Andrew Cagney <cagney@gnu.org>
20155
20156 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20157 gdb/1757.
20158
3e3ffd2b
MC
201592004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20160
20161 With code from Manoj Iyer <manjo@austin.ibm.com>:
20162 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20163 return value. Add an arm for "no debugging symbols found".
20164 Change a stray "error" to "perror".
20165 (gdb_run_cmd): Adapt to new return value.
20166 * gdb.base/remote.exp: Adapt to new return value.
20167 * gdb.gdb/complaints.exp: Likewise.
20168 * gdb.gdb/observer.exp: Likewise.
20169 * gdb.gdb/selftest.exp: Likewise.
20170 * gdb.gdb/xfullpath.exp: Likewise.
20171
4b6f5fd2
JB
201722004-08-27 Joel Brobecker <brobecker@gnat.com>
20173
20174 * gdb.threads/bp_in_thread.exp: New testcase.
20175
e5b25496
MC
201762004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20177
20178 Fix PR testsuite/1735.
20179 * gdb.threads/schedlock.c (thread_function): Add a cast
20180 to suppress a gcc warning.
20181 * gdb.threads/thread-specific.c (thread_function): Likewise.
20182
934353d6
MC
201832004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20184
20185 * gdb.base/unload.c: Include <stdlib.h>.
20186
f98a0aef 201872004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 20188
f98a0aef 20189 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
20190 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20191 synchronized after the "return".
20192
5a2e8882
MC
201932004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20194
20195 * gdb.mi/basics.c: Include <stdio.h>.
20196 * gdb.mi/pthreads.c: Include <stdlib.h>.
20197 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20198
a9640423
MC
201992004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20200
20201 * gdb.threads/schedlock.c: Add copyright notice.
20202
b04e311d
AC
202032004-08-25 Andrew Cagney <cagney@gnu.org>
20204
20205 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20206 (skip_over_handler, breakpoint_over_hander): New test procedures.
20207 (advance, advancei): Add a proper prefix, do not use
20208 rerun_to_main.
20209 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20210
7c27f15b
MC
202112004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20212
20213 * gdb.mi/basics.c: Add copyright notice.
20214 * gdb.mi/var-cmd.c: Add copyright notice.
20215
fffc87ae
MC
202162004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20217
20218 * lib/gdb.exp: Remove signed_keyword_not_used.
20219 * lib/compiler.c: Likewise.
20220 * lib/compiler.cc: Likewise.
20221
d782e0bf
MC
202222004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20223
20224 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20225 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20226
96033e83
MC
202272004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20228
20229 * gdb.base/whatis.c: Add copyright notice.
20230
cf38c229
MK
202312004-08-20 Mark Kettenis <kettenis@gnu.org>
20232
20233 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20234 it to skip the breakpoints encoded in the inline assembly.
20235
f4b49756
MC
202362004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20237
20238 * Makefile.in: Add gdb.fortran.
20239
2f193b69
MC
202402004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20241
20242 * gdb.base/call-sc.exp (test_scalar_returns):
20243 Fix cut-and-paste glitch in "Make fun return now".
20244
89a237cb
MC
202452004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20246
20247 * configure.in: Add gdb.fortran.
20248 * configure: Regenerate.
20249 * gdb.fortran/Makefile.in: New file.
20250 * lib/gdb.exp (skip_fortran_tests): New procedure.
20251
469aff8e
MC
202522004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20253
20254 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20255 reference to bug-gnu@prep.ai.mit.edu.
20256 * gdb.mi/mi-var-child.exp: Likewise.
20257 * gdb.mi/mi-var-cmd.exp: Likewise.
20258 * gdb.mi/mi-var-display.exp: Likewise.
20259 * gdb.mi/mi2-var-block.exp: Likewise.
20260 * gdb.mi/mi2-var-child.exp: Likewise.
20261 * gdb.mi/mi2-var-cmd.exp: Likewise.
20262 * gdb.mi/mi2-var-display.exp: Likewise.
20263
00b51b9f
MK
202642004-08-15 Mark Kettenis <kettenis@gnu.org>
20265
20266 * gdb.base/unload.c (main): Make local variable msg const.
20267
45f07fef
MC
202682004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20269
20270 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20271 to bug-gnu@prep.ai.mit.edu.
20272 * gdb.mi/mi-disassemble.exp: Likewise.
20273 * gdb.mi/mi-eval.exp: Likewise.
20274 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20275 default line number.
20276 * gdb.mi/mi-return.exp: Likewise.
20277 * gdb.mi/mi-simplerun.exp: Likewise.
20278 * gdb.mi/mi-stack.exp: Likewise.
20279 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20280 number with explicit range test.
20281 * gdb.mi/mi-watch.exp: Likewise.
20282 * gdb.mi/mi2-break.exp: Likewise.
20283 * gdb.mi/mi2-cli.exp: Likewise.
20284 * gdb.mi/mi2-disassemble.exp: Likewise.
20285 * gdb.mi/mi2-eval.exp: Likewise.
20286 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
20287 default line number.
20288 * gdb.mi/mi2-return.exp: Likewise.
20289 * gdb.mi/mi2-simplerun.exp: Likewise.
20290 * gdb.mi/mi2-stack.exp: Likewise.
20291 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
20292 number with explicit range test.
20293 * gdb.mi/mi2-watch.exp: Likewise.
20294
dd8c8ee7
MC
202952004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20296
20297 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
20298 * gdb.cp/m-static.exp: Likewise.
20299 * gdb.cp/rtti.exp: Likewise.
20300
4e838464
MK
203012004-08-14 Mark Kettenis <kettenis@gnu.org>
20302
20303 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
20304
8d8cb839
EZ
203052004-08-14 Eli Zaretskii <eliz@gnu.org>
20306
20307 * ChangeLog: Prefix Local Variables with semi-colons and indent
20308 the reference to older ChangeLog files, to fix fontification in
20309 Emacs.
20310
deea8bb0
MC
203112004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20312
20313 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
20314 * gdb.mi/mi2-break.exp: Likewise.
20315
c3297504
MC
203162004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20317
20318 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
20319
25808999
MC
203202004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20321
20322 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
20323
226a8d71
MC
203242004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20325
20326 * gdb.cp/classes.exp: Remove unused declarations. Just let
20327 test names default instead of providing special names. Remove
20328 extraneous demangler test.
20329
37fdf854
JJ
203302004-08-12 Jeff Johnston <jjohnstn@redhat.com>
20331
20332 * gdb.base/unload.exp: New test for breakpoints in dynamically
20333 loaded libraries.
20334 * gdb.base/unload.c: Ditto.
20335 * gdb.base/unloadshr.c: Ditto.
20336
2d3a7986
MC
203372004-08-12 Michael Chastain <mec.gnu@mindspring.com>
20338
20339 * gdb.cp/classes.exp (test_ptype_class_objects): Call
20340 cp_test_ptype_class.
20341 (test_enums): Likewise.
20342
c72b934c
AC
203432004-08-10 Andrew Cagney <cagney@gnu.org>
20344
20345 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20346 files.
20347
cc503c8a
AC
203482004-08-10 Andrew Cagney <cagney@gnu.org>
20349
20350 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
20351 init_malloc call.
20352
902f2ccb
MC
203532004-08-10 Michael Chastain <mec.gnu@mindspring.com>
20354
20355 * ChangeLog: Add copyright notice. The notice is copied
20356 from emacs 21.3 top level ChangeLog.
20357
78c90502
MC
203582004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20359
20360 * lib/cp-support.exp: New file.
20361 * lib/cp-support.exp (cp_test_type_class): New function.
20362 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
20363 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
20364 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
20365 cp_test_ptype_class.
20366
88e5ea78
MC
203672004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20368
20369 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
20370 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
20371 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
20372 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
20373 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
20374 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
20375 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
20376 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
20377 gdb.mi/mi2-watch.exp: Update copyright years.
20378
6a89fc9c
MK
203792004-08-09 Mark Kettenis <kettenis@gnu.org>
20380
20381 * gdb.base/sigaltstack.exp: Provide proper anchoring.
20382
1482e0de
MC
203832004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20384
20385 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
20386 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
20387 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
20388 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
20389 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
20390 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
20391 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
20392 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
20393 gdb.mi/mi-watch.exp: Update copyright years.
20394
1a5ce3f3
DJ
203952004-08-08 Daniel Jacobowitz <dan@debian.org>
20396
20397 PR gdb/1738
20398 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
20399 from a breakpoint with a pending signal.
20400
04f6ecf2
DJ
204012004-08-08 Daniel Jacobowitz <dan@debian.org>
20402
20403 PR gdb/1736
20404 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
20405 * gdb.base/sigaltstack.exp (finish_test): Consume output until
20406 the prompt.
20407 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
20408
54d90d35
DJ
204092004-08-08 Daniel Jacobowitz <dan@debian.org>
20410
20411 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
20412
d2f6abb0
DJ
204132004-08-08 Daniel Jacobowitz <dan@debian.org>
20414
20415 PR gdb/1736
20416 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
20417 for i?86-*-linux*.
20418
5598c03d
DJ
204192004-08-08 Daniel Jacobowitz <dan@debian.org>
20420
20421 * gdb.arch/i386-prologue.exp: Compile without debug information.
20422
c6fee705
MC
204232004-08-08 Michael Chastain <mec.gnu@mindspring.com>
20424
20425 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
20426 rather than asking gdb to search.
20427
dd90efdb
MC
204282004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20429
20430 * gdb.base/gcore.c: Include <string.h>.
20431
1e84bec1
MC
204322004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20433
20434 * gdb.base/gcore.c: Add copyright notice.
20435
e425eb2b
MC
204362004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20437
20438 * gdb.base/freebpcmd.c: Include <stdio.h>.
20439 * gdb.base/long_long.c: Include <string.h>.
20440 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20441 * gdb.base/siginfo.c: Include <string.h>.
20442 * gdb.base/sigstep.c: Include <string.h>.
20443
cb9aaed5
MC
204442004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20445
20446 * gdb.base/complex.c: Include <stdlib.h>.
20447
55944f3d
MC
204482004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20449
20450 * gdb.base/complex.c: Add copyright notice.
20451
7b2953d9
MC
204522004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20453
20454 * gdb.base/charset.c: Include <stdlib.h>.
20455
c9133d23
MC
204562004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20457
20458 * gdb.base/auxv.c: Include <stdlib.h>.
20459
0a8490ad
MC
204602004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20461
20462 * gdb.base/auxv.c: Add copyright notice.
20463
3426d5ec
MC
204642004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20465
20466 * gdb.base/coremaker.c: Add copyright notice.
20467 * gdb.base/coremaker2.c: Add copyright notice.
20468
8da195dd
AC
204692004-08-04 Andrew Cagney <cagney@gnu.org>
20470
20471 * gdb.base/store.exp: Update copyright.
20472 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20473 names, do not import gdb_prompt.
20474
8d394f98
AC
204752004-08-01 Andrew Cagney <cagney@gnu.org>
20476
20477 Fix PR testsuite/1729.
20478 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20479 not use capture_value with value 4.
20480 (capture_value): Add optional test name parameter.
20481 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20482 the prefix, pass to capture_value.
20483
b6702b23
MK
204842004-08-01 Mark Kettenis <kettenis@gnu.org>
20485
20486 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20487 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20488 (main): Call new function.
20489
c203e0ca
MC
204902004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20491
20492 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20493
a7995a30
MC
204942004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20495
20496 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20497
9366563b
MC
204982004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20499
b6eeaf26 20500 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
20501 Accept more values of vtbl pointer. Remove some messages
20502 about "obsolete gcc or gdb".
20503
2fc1f950
MC
205042004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20505
20506 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20507
c724d49b
MC
205082004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20509
20510 * gdb.base/asm-source.exp: Properly convert target board
20511 debug flags from gcc format to binutils format.
20512
736b0fce
MK
205132004-07-28 Mark Kettenis <kettenis@gnu.org>
20514
20515 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20516 gdb1718". PR backtrace/1718 partially fixed.
20517
5633ea5c
JJ
205182004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20519
20520 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20521
575eebb1
NC
205222004-07-26 Nick Clifton <nickc@redhat.com>
20523
20524 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20525 good default value for a specific architecture is available then
20526 set it to that value. Otherwise default to the -gstabs switch.
20527 Remove the -g... switches from the asm-flags variable. Allow the
20528 target board info to override the value if it wants to. Pass the
20529 switch on the assembler command line.
20530
62104619
MK
205312004-07-23 Mark Kettenis <kettenis@gnu.org>
20532
20533 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20534 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20535 (main): Call new function.
20536
4a1135b8
MC
205372004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20538
20539 Test for PR exp/1715.
20540 * gdb.base/radix.exp: Refactor common procedures. Make all
20541 test names unique. Change XFAIL to KFAIL.
20542
8a12c1f0
MC
205432004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20544
20545 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20546 * gdb.ada/gnat_ada.gin: ... to here.
20547 * configure.in: Use gnat_ada.gin.
20548 * configure: Regenerate.
20549
23b451cf
AC
205502004-07-20 Andrew Cagney <cagney@gnu.org>
20551
20552 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20553 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20554 XFAILs. Clean up test messages and comments. Check backtraces.
20555 Delete re-sync code.
20556
ab618a02
MC
205572004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20558
20559 Fix PR cli/740.
20560 * gdb.base/annota1.exp: Honor gdb,nosignals.
20561 * gdb.base/annota3.exp: Likewise.
20562
46dad340
MC
205632004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20564
20565 * lib/java.exp: Update copyright notice.
20566
756d8c70
AC
205672004-07-19 Andrew Cagney <cagney@gnu.org>
20568
20569 * gdb.base/selftest.exp: Copy file from here ...
20570 * gdb.gdb/selftest.exp: ... to here.
20571
586027e6
AC
205722004-07-16 Andrew Cagney <cagney@redhat.com>
20573
20574 * lib/insight-support.exp: Delete file.
20575 * lib/java.exp (java_init): Fix copyright.
20576
029d2200
AC
205772004-07-16 Andrew Cagney <cagney@gnu.org>
20578
20579 * gdb.base/restore.c: Append "prologue" to comments marking the a
20580 function's prologue.
20581 * gdb.base/restore.exp: Update copyright, re-indent.
20582 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
20583 callerN" prefix where needed. Update patterns that match a
20584 function's prologue.
20585
653b62c5
MC
205862004-07-16 Michael Chastain <mec.gnu@mindspring.com>
20587
20588 * gdb.base/restore.c: Add copyright notice.
20589
f7d690e5
AC
205902004-07-16 Andrew Cagney <cagney@gnu.org>
20591
20592 * gdb.base/logical.exp: Update copyright.
20593 (evaluate): New procedure. Use to re-implement tests using
20594 several tables.
20595
d629a7cb
MH
205962004-07-14 Martin Hunt <hunt@redhat.com>
20597
20598 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
20599 which fixes some problems where init.tcl was not found.
20600
9c7bb332
AC
206012004-07-13 Andrew Cagney <cagney@gnu.org>
20602
6bf46641
AC
20603 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
20604 (check_sizeof, check_valueof): Do not include the output in the
20605 test name. Use gdb_test.
20606 (get_valueof): Use gdb_test_multiple.
20607
c4ffd4c0
AC
20608 * gdb.base/step-test.exp: Update copyright. Use
20609 gdb_test_multiple. Ensure that test names do not include
20610 architecture dependent output.
20611
ab89363a
AC
20612 * gdb.gdb/observer.exp: Update copyright.
20613 (setup_test): Use gdb_test_multiple.
20614 (attach_first_observer, attach_second_observer)
20615 (attach_third_observer, detach_first_observer)
20616 (detach_second_observer, detach_third_observer)
20617 (reset_counters, check_counters): Make $message a prefix.
20618 (test_normal_stop_notifications): Add "args" parameter - a list of
20619 init functions to be called. Make $message a prefix,
20620 (test_observer_normal_stop): Change the message prefixes so that
20621 they are unique, pass the attach / detach procedures to
20622 test_normal_stop_notifications.
20623
ec58997a
AC
20624 * gdb.base/signull.exp (test_segv): Prefix all tests with
20625 "${name}". Clean up test messages.
20626
b475183b
AC
20627 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
20628
9c7bb332
AC
20629 * gdb.base/ena-dis-br.exp: Update copyright.
20630 (break_at): New function. Replace send_gdb with gdb_test,
20631 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
20632 ignore count, not stopped at bpt", with KFAIL.
20633
2dd95497
CV
206342004-07-13 Corinna Vinschen <vinschen@redhat.com>
20635
20636 * gdb.base/attach.exp: Remove cleanupfile handling.
20637
419e626b
AC
206382004-07-12 Andrew Cagney <cagney@gnu.org>
20639
20640 * gdb.base/annota1.exp: Cleanup corefile test name.
20641 * gdb.base/annota3.exp: Ditto.
20642
8b1b3228
AC
206432004-07-12 Andrew Cagney <cagney@gnu.org>
20644
78650829
AC
20645 * gdb.base/signals.exp: Clean up copyright, re-indent.
20646
8b1b3228
AC
20647 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20648 gdb_test and gdb_test_multiple.
20649
935c2760
JJ
206502004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20651
20652 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 20653 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
20654 provide line number info for first statement in main.
20655
1544280f
AC
206562004-07-08 Andrew Cagney <cagney@gnu.org>
20657
1279f4ff
AC
20658 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20659
1544280f
AC
20660 * gdb.base/sigbpt.exp: Make the common part of each test name a
20661 prefix instead of suffix.
20662
bcc82369
BR
206632004-07-07 Bob Rossi <bob_rossi@cox.net>
20664
20665 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20666 test from test_tbreak_creation_and_listing to
20667 test_file_list_exec_source_file
20668 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20669 Changed name of test from test_tbreak_creation_and_listing to
20670 test_file_list_exec_source_file
20671
23f4b0aa
JJ
206722004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20673
20674 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20675 the jmisc() constructor instead of <init>.
20676 * gdb.java/jmisc1.exp: Ditto.
20677
56401cd5
AC
206782004-07-07 Andrew Cagney <cagney@gnu.org>
20679
20680 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20681 corrupting the PC.
20682
44ae2f6a
MC
206832004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20684
20685 * gdb.cp/templates.exp: Accept whitespace change in demangler
20686 output.
20687
45a83408
AC
206882004-07-06 Andrew Cagney <cagney@gnu.org>
20689
20690 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20691
d205ad70
MC
206922004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20693
20694 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20695 * lib/compiler.cc: Likewise.
20696
06ea1a61
MC
206972004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20698
20699 * lib/compiler.cc: Work around string preprocessing problem
20700 with old hp c++ compiler.
20701 * lib/compiler.c: Likewise.
20702
daab1251
CV
207032004-06-29 Corinna Vinschen <vinschen@redhat.com>
20704
20705 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20706 directives to conditionalize symbol prefixing.
20707 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20708 additional_flags handling. Add underscore prefix for Cygwin.
20709 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20710 conditionalize symbol prefixing.
20711 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20712 additional_flags handling. Add underscore prefix for Cygwin.
20713
cc984116
CV
207142004-06-29 Corinna Vinschen <vinschen@redhat.com>
20715
20716 * gdb.base/bigcore.exp: Skip test on Cygwin.
20717
c279b077
MC
207182004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20719
20720 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20721 formats for "info register". Use gdb_test_multiple. Fix
20722 the "invalid register" test.
20723
0e915747
CV
207242004-06-28 Corinna Vinschen <vinschen@redhat.com>
20725
20726 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20727 PID for Cygwin. Add Cygwin specific strings to check for in some
20728 tests.
20729 (do_attach_tests): Add a test for user interaction when attaching
20730 to a process with no matching symbol table already loaded.
20731
11422c86
AC
207322004-06-26 Andrew Cagney <cagney@gnu.org>
20733
20734 Test PR java/1567 and PR java/1565.
20735 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20736 * gdb.java/jmisc2.exp: Delete file.
20737
cefbce26
MC
207382004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20739
20740 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20741
e19f872c
CV
207422004-06-25 Corinna Vinschen <vinschen@redhat.com>
20743
20744 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20745 attach process.
20746
d931ba3b
MC
207472004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20748
20749 * gdb.cp/pr-1553.exp: Remove.
20750
aef68c48
MC
207512004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20752
20753 * gdb.cp/pr-1553.cc: Remove.
20754 * gdb.cp/pr-1553.exp: Disable this test.
20755
8d5df71a
JB
207562004-06-20 Jim Blandy <jimb@redhat.com>
20757
a9c64011 20758 Fix PR testsuite/1680.
8d5df71a
JB
20759 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20760 regular expressions.
20761
4ac6f39d
MC
207622004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20763
20764 Fix PR testsuite/1679.
20765 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20766 Issue an UNSUPPORTED result instead.
20767
1b413552
JB
207682004-06-18 Jim Blandy <jimb@redhat.com>
20769
20770 * gdb.base/charset.exp: Only send a control-C if we see a new
20771 prompt and incomplete command.
20772
6daa6ebd
MC
207732004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20774
20775 * gdb.cp/pr-574.cc: Add copyright notice.
20776
51fa4ae0
JB
207772004-06-17 Jim Blandy <jimb@redhat.com>
20778
20779 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20780 cases where the regexp has no groups; this grabs random text from
20781 the previous test suite, whatever that was.
20782
8fea26c5
MC
207832004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20784
20785 * gdb.cp/printmethod.cc: Add copyright notice.
20786
1e3aeb41
MC
207872004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20788
20789 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20790
9d9030bc
AC
207912004-06-16 Andrew Cagney <cagney@gnu.org>
20792
20793 * gdb.base/signull.c: Update copyright. Include <string.h>.
20794 (bowler): Replace data_pointer with data_read
20795 and data_write cases. Add code_descriptor case.
20796 (zero, desc): New array and pointer.
20797 (data, code): Change to simple pointers.
20798 * gdb.base/signull.exp: Fix probe pattern matching a function
20799 descriptor SIGSEGV. Replace data_pointer with data_read and
20800 data_write tests.
20801
acd4ad44
AC
208022004-06-16 Andrew Cagney <cagney@gnu.org>
20803
20804 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20805
08fd625c
MC
208062004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20807
20808 * gdb.base/long_long.c: Add copyright notice.
20809
1903502c
MC
208102004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20811
20812 * gdb.base/long_long.exp: Remove reference to
20813 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20814 to gdb_breakpoint and gdb_continue_to_breakpoint.
20815
83313cb1
JB
208162004-06-14 Jim Blandy <jimb@redhat.com>
20817
20818 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20819 endian case.
20820
1bf404ef
AC
208212004-06-14 Andrew Cagney <cagney@gnu.org>
20822
20823 * gdb.base/gcore.exp (capture_command_output): Delete the always
20824 passing tests containing inferior values.
20825 * gdb.base/ending-run.exp: Do not include the breakpoint address
20826 in the test message. Update copyright.
20827 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20828 size in the test name, use gdb_test_multiple. Update copyright.
20829
ef220b33
MC
208302004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20831
20832 * gdb.cp/ref-types.cc: Add copyright notice.
20833
4f70a4c9
MC
208342004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20835
20836 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20837 hp_aCC_compiler.
20838 * lib/compiler.cc: Likewise.
20839 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20840 'set' commands. Log diagnostics for other lines. Set
20841 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20842
335928ac
MC
208432004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20844
20845 * gdb.cp/try_catch.cc: Add copyright notice.
20846
2efb12e8
MC
208472004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20848
20849 * gdb.cp/userdef.cc: Add copyright notice.
20850
0bbed51a
MC
208512004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20852
20853 * gdb.cp/virtfunc.cc: Add copyright notice.
20854
e12a46c9
RC
208552004-06-11 Randolph Chung <tausq@debian.org>
20856
20857 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20858 problem.
20859
338e05af
AC
208602004-06-10 Andrew Cagney <cagney@gnu.org>
20861
20862 * lib/compiler.cc, lib/compiler.c: Append either
20863 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20864 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20865 instead of gcc-3-3.
20866
dc3f10cb
AC
208672004-06-09 Andrew Cagney <cagney@gnu.org>
20868
b4d946af
AC
20869 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20870 gdb/1455, bug is specific to "long long" and "double".
a9c64011 20871
dc3f10cb
AC
20872 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20873 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20874 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20875 fixed.
20876
b5c0bfa2
AC
208772004-06-09 Andrew Cagney <cagney@gnu.org>
20878
20879 * gdb.base/structs.exp (test_struct_returns): Replace
20880 "return_value_unknown" and "finish_value_unknown" by
20881 "return_value_known" and "finish_value_known". Instead of
20882 "return_value_unknown" iff "finish_value_unknown", check
20883 "return_value_known" implies "finish_value_known".
20884
caeb605f
MH
208852004-06-08 Martin Hunt <hunt@redhat.com>
20886
20887 * gdb.base/float.exp: Add pattern for mips targets.
20888
c892bb64
RC
208892004-06-08 Randolph Chung <tausq@debian.org>
20890
20891 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20892 message for unknown architectures more clear.
20893
48306d3e
JB
208942004-06-08 Joel Brobecker <brobecker@gnat.com>
20895
20896 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20897 start the execution of the program.
20898
83ecb59f
JB
208992004-06-07 Jim Blandy <jimb@redhat.com>
20900
20901 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20902 * gdb.arch/i386-cpuid.h: New helper file.
20903
55264cb4
RC
209042004-06-07 Randolph Chung <tausq@debian.org>
20905
20906 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20907 has started.
20908
23cadb28
RM
209092004-06-04 Roland McGrath <roland@redhat.com>
20910
20911 Fix PR gdb/1647.
20912 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20913 differently to be robust to output buffering differences.
20914
51d01eda
MC
209152004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20916
20917 * gdb.threads/pthreads.exp: Update copyright years.
20918 (check_control_c): Change asynchronous 'after' to synchronous.
20919
f4fc3b93
RM
209202004-06-04 Roland McGrath <roland@redhat.com>
20921
20922 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20923 next gdb prompt.
20924
4013522b
MC
209252004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20926
20927 Fix PR gdb/1636.
20928 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20929 calls to synchronous.
20930
7a8f1e6b
JB
209312004-05-26 Jim Blandy <jimb@redhat.com>
20932
20933 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20934
81bb3443
RC
209352004-05-24 Randolph Chung <tausq@debian.org>
20936
20937 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20938 * gdb.asm/pa.inc: New file.
20939
8f5a3103
MK
209402004-05-22 Mark Kettenis <kettenis@gnu.org>
20941
20942 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20943
734b8fe8 209442004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 20945 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
20946
20947 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20948 GDB prompt.
20949
725603e1
UW
209502004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20951
f4fc3b93 20952 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
20953 setjmp/longjmp. Use sigaction instead of signal.
20954
8b923272 209552004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 20956 Michael Snyder <msnyder@redhat.com>
8b923272
JB
20957
20958 * gdb.threads/pthread_cond_wait.c: New file.
20959 * gdb.threads/pthread_cond_wait.exp: New testcase.
20960
8bfabb04
AC
209612004-05-13 Andrew Cagney <cagney@redhat.com>
20962
20963 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20964 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20965
42edda50
AC
209662004-05-11 Andrew Cagney <cagney@redhat.com>
20967
20968 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20969 fixed but revealed gdb/1639.
20970
d303a6c7
AC
209712004-05-10 Andrew Cagney <cagney@redhat.com>
20972
20973 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20974 func1" and "next to 2nd alarm", kernel bug avoided.
20975
bf08c2a1
DJ
209762004-05-10 Daniel Jacobowitz <dan@debian.org>
20977
20978 PR external/1568
20979 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20980 XFAIL if it is smaller than bytes_allocated.
20981 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20982 (main): Make chunks_allocated unsigned. Correct comment.
20983
c0586a34
JB
209842004-05-07 Joel Brobecker <brobecker@gnat.com>
20985
20986 * gdb.arch/powerpc-aix-prologue.c: New file.
20987 * gdb.arch/powerpc-aix-prologue.exp: New file.
20988
f2785d12
JB
209892004-05-07 Jim Blandy <jimb@redhat.com>
20990
20991 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20992 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20993
bd7f6e30
JB
209942004-05-06 Joel Brobecker <brobecker@gnat.com>
20995
20996 * gdb.base/sep.exp: No longer setup_kfail when the program was
20997 built with dwarf2.
20998
0a5e7efe
JI
209992004-05-05 Jim Ingham <jingham@apple.com>
21000
21001 * gdb.base/pending.exp: Make sure pending breakpoints
21002 preserve the ignore count.
f4fc3b93 21003
a8958849
MK
210042004-04-27 Jerome Guitton <guitton@gnat.com>
21005
21006 * i386-prologue.exp: Add testcase for jump instruction as first
21007 instruction of the real code.
21008 * i386-prologue.c (jump_at_beginning): New function.
21009
7e103f5b
MK
210102004-04-28 Mark Kettenis <kettenis@gnu.org>
21011
21012 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21013 x86_64-*-*.
21014
5d38b224
MK
210152004-04-28 Mark Kettenis <kettenis@gnu.org>
21016
21017 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21018 i*86-*-*.
21019
0ef32fd9
MK
210202004-04-25 Mark Kettenis <kettenis@gnu.org>
21021
21022 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21023 expression that checks the return type.
21024
71d7dd7c
AC
210252004-04-23 Andrew Cagney <cagney@redhat.com>
21026
21027 * gdb.base/call-sc.exp: New test of scalar call/return values.
21028 * gdb.base/call-sc.c: Ditto.
21029
1e9f977e
JJ
210302004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21031
21032 * gdb.threads/manythreads.c: Reduce thread stack size.
21033
899d9e3a
JJ
210342004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21035
21036 * gdb.threads/manythreads.c: Add copyright notice.
21037
61bcae62
AC
210382004-04-23 Andrew Cagney <cagney@redhat.com>
21039
21040 * gdb.base/siginfo.exp: Better handle step out of signal.
21041 * gdb.base/sigstep.exp: Ditto.
21042
7339a42e 210432004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 21044 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
21045
21046 * gdb.threads/manythreads.c: New testcase.
21047 * gdb.threads/manythreads.exp: Ditto.
21048
5c98409b
JB
210492004-04-22 Jim Blandy <jimb@redhat.com>
21050
21051 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21052 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21053
3b611f1a
MC
210542004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21055
21056 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21057
f0fd9238
AC
210582004-04-21 Andrew Cagney <cagney@redhat.com>
21059
21060 * gdb.base/sigstep.c: New file.
21061 * gdb.base/sigstep.exp: New file.
21062
90990674
JB
210632004-04-16 Joel Brobecker <brobecker@gnat.com>
21064
21065 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21066 call to observer_notify_normal_stop.
21067
78cef34b
AC
210682004-04-15 Andrew Cagney <cagney@redhat.com>
21069
21070 * gdb.base/siginfo.c: New file.
21071 * gdb.base/siginfo.exp: New file.
21072
d2343407
JB
210732004-04-12 J. Brobecker <brobecker@gnat.com>
21074
21075 * gdb.base/sep.exp: Fix typo in comment.
21076
a2dba3c8
JB
210772004-04-12 J. Brobecker <brobecker@gnat.com>
21078
21079 * gdb.base/sep.c: New file.
21080 * gdb.base/sep-proc.c: New file.
21081 * gdb.base/sep.exp: New testcase.
21082
15f7b60e
MK
210832004-04-09 Mark Kettenis <kettenis@gnu.org>
21084
21085 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21086 support.
21087
44f4de1a
AC
210882004-04-05 Andrew Cagney <cagney@redhat.com>
21089
21090 * gdb.base/sigaltstack.c: New file.
21091 * gdb.base/sigaltstack.exp: New file.
21092
ef04f396
JB
210932004-04-04 Joel Brobecker <brobecker@gnat.com>
21094
21095 * gdb.base/foll-fork.exp: Update the expected output for
21096 "help set follow-fork-mode", to match a change that was made
21097 to the help of this variable on 2004-01-13.
21098
d40d2c92
JB
210992004-04-01 Joel Brobecker <brobecker@gnat.com>
21100
21101 * lib/ada.exp: Add copyright notice.
21102 * bar.ads: Likewise.
21103 * bar.adb: Likewise.
21104 * null_record.adb: Likewise.
21105 * null_record.exp: Likewise.
21106 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21107
f86ef5a3
JB
211082004-04-01 Joel Brobecker <brobecker@gnat.com>
21109
21110 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21111 * configure: Regenerate.
21112
414e70e3
JB
211132004-04-01 Joel Brobecker <brobecker@gnat.com>
21114
21115 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21116 to build the application. Remove the message printed when in
21117 verbose mode, redundant with the UNSUPPORTED message above.
21118
f0aaee49
JB
211192004-03-31 Joel Brobecker <brobecker@gnat.com>
21120
21121 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21122 * gdb.ada (null_record.exp): New testcase.
21123
ac81cb54
JB
211242004-03-31 Joel Brobecker <brobecker@gnat.com>
21125
21126 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21127
854af2f7
JB
211282004-03-31 Joel Brobecker <brobecker@gnat.com>
21129
21130 * gdb.ada: New subdirectory.
21131 * gdb.ada/Makefile.in: New file.
21132 * gdb.ada/gnat_ada.gpr.in: New file.
21133
034cb681
JB
211342004-03-31 Joel Brobecker <brobecker@gnat.com>
21135
21136 * lib/ada.exp: New file.
21137
78a1a894
DJ
211382004-03-24 Daniel Jacobowitz <drow@mvista.com>
21139
21140 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21141 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21142
4b2b3b3e
AC
211432004-03-22 Andrew Cagney <cagney@redhat.com>
21144
21145 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21146 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21147 Problem identified by Ulrich Weigand.
21148
23c73aa3
DC
211492004-03-17 David Carlton <carlton@kealia.com>
21150
21151 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21152 PR c++/826.
21153
d63a86f8
RM
211542004-03-16 Roland McGrath <roland@redhat.com>
21155
21156 * gdb.base/auxv.exp: New file.
21157 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21158
0e02aa50
DC
211592004-03-12 David Carlton <carlton@kealia.com>
21160
21161 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21162 * gdb.cp/pr-1553.cc: Ditto.
21163 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21164 pass branch.
21165
c20b71be
MC
211662004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21167
21168 * gdb.cp/templates.exp: Accept more template types.
21169
c7414a01
MC
211702004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21171
21172 From Corinna Vinschen with modifications.
21173 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21174 local variable obj_with_enum.
21175 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21176 results with obj_with_enum.
21177
ed69573c
MC
211782004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21179
21180 * gdb.cp/classes.cc: New file, copied from misc.cc.
21181 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21182
28301461
MC
211832004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21184
21185 * gdb.cp/misc.cc: Add copyright notice.
21186
1198ecbe
DC
211872004-03-05 David Carlton <carlton@kealia.com>
21188
21189 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21190 * gdb.cp/rtti.h: Update copyright.
21191 (namespace n2::n3): New.
21192 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21193 (n2::n3::func3): New.
21194 (main): Call n2::n3::func3.
21195 * gdb.cp/rtti2.cc: Update copyright.
21196 (n2::create3): New.
21197
9e08c470
MK
211982004-03-04 Mark Kettenis <kettenis@gnu.org>
21199
21200 * gdb.asm/openbsd.inc: Fix typo.
21201
4bebc3aa
FF
212022004-03-03 Fred Fish <fnf@redhat.com>
21203
21204 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21205 "val" instead of unused "size". Update copyright year.
21206
6ea9fb37
DJ
212072004-02-29 Daniel Jacobowitz <drow@mvista.com>
21208
21209 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21210 to use unsigned char.
21211 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21212 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21213
23b23974
DJ
212142004-02-29 Daniel Jacobowitz <drow@mvista.com>
21215
21216 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21217 line of output.
21218
7574fd53
DJ
212192004-02-28 Daniel Jacobowitz <drow@mvista.com>
21220
21221 * gdb.base/relocate.c (dummy): Initialize.
21222
a195357f
DJ
212232004-02-28 Daniel Jacobowitz <drow@mvista.com>
21224
21225 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21226 a breakpoint at exit.
21227
72fd54a9
FF
212282004-02-27 Fred Fish <fnf@redhat.com>
21229
21230 * gdb.base/chng-syms.exp: Add expect condition to match failing
21231 case that isn't a timeout.
21232
b9d23137
AC
212332004-02-27 Andrew Cagney <cagney@redhat.com>
21234
21235 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21236 support.
21237
15d208f6 212382004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 21239
15d208f6
FF
21240 * gdb.arch/gdb1431.c: Remove.
21241 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21242 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21243 of "until" incorrectly.
21244
98f9cd2d
JB
212452004-02-26 J. Brobecker <brobecker@gnat.com>
21246
21247 * gdb.cp/class2.cc (empty): New class.
21248 (refer): New function.
21249 (main): Declare an object of type empty and use it.
21250 * gdb.cp/class2.exp: Print the value of an object of type empty.
21251
9b50c11b
JJ
212522004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21253
21254 * gdb.base/langs.exp: Update query string to match the
21255 new nquery format used for pending breakpoints.
21256
0dcd613f
AC
212572004-02-26 Andrew Cagney <cagney@redhat.com>
21258
21259 Fix PR i18n/1570.
21260 * gdb.base/charset.c: Update copyright notice.
21261 (main, init_string): Remove the escape character '\e' tests.
21262 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21263 * gdb.base/charset.exp (valid_host_charset): Ditto.
21264 * gdb.base/setvar.exp: Ditto.
21265
b8a56647
AC
212662004-02-24 Andrew Cagney <cagney@redhat.com>
21267
90d59e34
AC
21268 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21269 mmapped data in core file" PASS and FAIL messages consistent.
21270
b8a56647
AC
21271 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21272 setting a breakpoint. Work around PR java/1565.
21273
9f27c604
JJ
212742004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21275
21276 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21277 new nquery format.
21278 * gdb.base/pending.exp: Ditto.
21279
3224a706
MK
212802004-02-22 Mark Kettenis <kettenis@gnu.org>
21281
21282 * configure.in: Run stabs tests on *BSD.
21283 * configure: Regenerated.
21284
41e0a9ca
MK
212852004-02-21 Mark Kettenis <kettenis@gnu.org>
21286
21287 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
21288
1e1b3428
FF
212892004-02-20 Fred Fish <fnf@redhat.com>
21290
21291 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
21292 blank in test for "returns short", for consistency with other
21293 "returns xxx" tests. Update copyright year.
21294
f9a7572a
FF
212952004-02-19 Fred Fish <fnf@redhat.com>
21296
21297 New testcase for PR breakpoint/1558.
21298 * gdb.arch/gdb1558.exp: New file.
21299 * gdb.arch/gdb1558.c: New file.
21300
b2ce2854
EZ
213012004-02-19 Elena Zannoni <ezannoni@redhat.com>
21302
21303 * gdb.base/nodebug.exp: Fix typo.
21304
e7c9ff01
JB
213052004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21306
21307 Committed by Jim Blandy <jimb@redhat.com>.
21308
62f4b920
JB
21309 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
21310
2db536a1
JB
21311 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
21312
e7c9ff01
JB
21313 * gdb.base/float.exp: Support s390*-*-* targets.
21314
f3205b34
AF
213152004-02-17 Adam Fedor <fedor@gnu.org>
21316
21317 * gdb.base/gdb1555.exp: New file.
21318 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
21319
9d62932d
EZ
213202004-02-17 Elena Zannoni <ezannoni@redhat.com>
21321
21322 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
21323
344c9711
FF
213242004-02-16 Fred Fish <fnf@redhat.com>
21325
21326 * gdb.arch/gdb1291.c: Remove
21327 * gdb.arch/gdb1291.s: New test input file.
21328 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21329 fail. Test for correct result, known incorrect result, other
21330 failures and timeouts.
21331
2d822687
AC
213322004-02-16 Andrew Cagney <cagney@redhat.com>
21333
21334 * gdb.base/bigcore.exp: New file.
21335 * gdb.base/bigcore.c: New file.
21336
dac15b66
AC
213372004-02-13 Andrew Cagney <cagney@redhat.com>
21338
21339 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
21340 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
21341 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
21342 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
21343 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
21344 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
21345 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
21346 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
21347 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
21348 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
21349
6bdfc2c4
JJ
213502004-02-11 Jeff Johnston <jjohnstn@redhat.com>
21351
21352 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
21353 executed is an alloc instruction.
21354
87b3ede8
DC
213552004-02-11 David Carlton <carlton@kealia.com>
21356
21357 * gdb.cp/breakpoint.exp: New.
21358 * gdb.cp/breakpoint.cc: New.
21359
6e19e2bf
MC
213602004-02-11 Michael Chastain <mec.gnu@mindspring.com>
21361
21362 Partial fix for PR gdb/1543.
21363 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
21364 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
21365 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
21366 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
21367 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
21368 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
21369 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
21370 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
21371 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
21372 to bug-gdb@prep.ai.mit.edu .
21373 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
21374 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
21375 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
21376 Likewise.
21377
5c5455dc
AC
213782004-02-10 Andrew Cagney <cagney@redhat.com>
21379
21380 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
21381 using gdb_internal_error_resync.
21382
9cf689d7
DJ
213832004-02-09 Daniel Jacobowitz <drow@mvista.com>
21384
21385 * gdb.threads/thread-specific.exp: Stop early if no threads are
21386 found.
21387
d2dc51db
MC
213882004-02-09 Michael Chastain <mec.gnu@mindspring.com>
21389
21390 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
21391
14b1a056
DJ
213922004-02-08 Daniel Jacobowitz <drow@mvista.com>
21393
21394 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
21395 breakpoints.
21396
83f66e8f
DJ
213972004-02-07 Daniel Jacobowitz <drow@mvista.com>
21398
21399 * config/sim.exp (gdb_load): Handle $arg == "".
21400 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
21401 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
21402
30fc0091
EZ
214032004-02-07 Elena Zannoni <ezannoni@redhat.com>
21404
a9c64011
AS
21405 * gdb.base/maint.exp: Update test to reflect
21406 obstack changes.
30fc0091 21407
4d806929
JJ
214082004-02-04 Jeff Johnston <jjohnstn@redhat.com>
21409
21410 * gdb.base/pendshr.c (pendfunc): New function that calls
21411 pendfunc1.
21412 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
21413
7bfdd688
FF
214142004-02-04 Fred Fish <fnf@redhat.com>
21415
21416 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
21417 function symbols and update copyright years.
21418 * gdb.arch/gdb1291.c: Ditto.
21419
aaa08ee4
MC
214202004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21421
21422 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
21423
dbad7755
MC
214242004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21425
21426 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21427
ec4646ef
MC
214282004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21429
21430 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21431
1b802196
FF
214322004-02-02 Fred Fish <fnf@redhat.com>
21433
21434 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21435 remote targets. Update copyright years.
21436
18fe2033
JJ
214372004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21438
21439 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21440 support.
21441 * gdb.base/langs.exp: Fix test which attempts to create
21442 breakpoint on non-existent function to handle new pending
21443 support.
21444 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21445 a breakpoint.
21446 * gdb.base/pending.exp: New test.
21447 * gdb.base/pending.c: New file.
21448 * gdb.base/pendshr.c: Ditto.
21449
8d577d32
DC
214502004-02-02 David Carlton <carlton@kealia.com>
21451
21452 * gdb.cp/overload.exp: Add overloadNamespace tests.
21453 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21454 (overloadNamespace, XXX): New.
21455 (main): Call XXX::marker2.
21456
3ad13771
FF
214572004-02-01 Fred Fish <fnf@redhat.com>
21458
21459 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21460 * gdb.base/finish.exp: Ditto.
21461 * gdb.base/gcore.exp: Ditto.
21462 * gdb.base/huge.exp: Ditto.
21463 * gdb.base/info-proc.exp: Ditto.
21464 * gdb.base/return2.exp: Ditto.
21465 * gdb.threads/gcore-thread.exp: Ditto.
21466
44c75849
DJ
214672004-02-01 Daniel Jacobowitz <drow@mvista.com>
21468
21469 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21470
005bc093
MK
214712004-02-01 Mark Kettenis <kettenis@gnu.org>
21472
21473 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21474 that opening the file succeeds on OpenBSD.
21475
c47cebdb
DJ
214762004-02-01 Daniel Jacobowitz <drow@mvista.com>
21477
21478 * gdb.threads/thread-specific.c: New file.
21479 * gdb.threads/threads-specific.exp: New test script.
21480 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21481 to expect_out.
21482
5a01311c
MK
214832004-02-01 Mark Kettenis <kettenis@gnu.org>
21484
21485 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21486 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21487 only on the "print_small_structs from print_long_arg_list" test.
21488
ce22a4f1
DJ
214892004-02-01 Daniel Jacobowitz <drow@mvista.com>
21490
21491 * gdb.base/completion.exp: Kill a stray backslash.
21492
21493 From Jim Ingham <jingham@apple.com>:
21494 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21495 agrees with the result from sending a tab.
21496
abbab9d3
DJ
214972004-01-31 Daniel Jacobowitz <drow@mvista.com>
21498
21499 * gdb.base/chng-syms.exp: Remove stray newline.
21500
53904d1e
MK
215012004-01-31 Mark Kettenis <kettenis@gnu.org>
21502
21503 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21504 *-*-openbsd*.
21505 * gdb.asm/openbsd.inc: New file.
21506
3a4b3aac
MK
215072004-01-30 Mark Kettenis <kettenis@gnu.org>
21508
21509 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21510 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21511 *-*solaris2*. Remove commented out default settings for
21512 asm-flags. Replace gdb_compile with target_link.
21513
ebac27b4
MC
215142004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21515
21516 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21517 for all tests. Remove old hp-ux and cygnus xfail cases.
21518
d8679d84
PH
215192004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21520
21521 * gdb.base/chng-syms.exp: New file.
21522 * gdb.base/chng-syms.c: New file.
21523
0a55bc22
MC
215242004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21525
21526 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21527 Provide arms for current output in all my configurations.
21528
94b8e876
MC
215292004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21530
21531 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21532 * lib/compiler.cc: Likewise.
21533 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21534 get the right preprocessor. Eval the output directly. Remove
21535 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21536 hp_f77_compiler and hp_f90_compiler completely.
21537 (gdb_preprocess): Delete.
21538 (get_compiler): Delete.
21539
7cf03d44
MK
215402004-01-24 Mark Kettenis <kettenis@gnu.org>
21541
21542 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21543 <string.h>.
21544
68b6dce9
NR
215452004-01-24 Nick Roberts <nick@nick.uklinux.net>
21546
21547 * gdb.mi/mi-stack.exp: Update copyright.
21548
b368761e
DC
215492004-01-23 David Carlton <carlton@kealia.com>
21550
21551 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21552 test for cp_lookup_transparent_type.
21553 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21554 call them.
21555
f2061b53
DJ
215562004-01-23 Daniel Jacobowitz <drow@mvista.com>
21557
21558 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21559 after -var-update.
21560
37fc574a
DC
215612004-01-23 David Carlton <carlton@kealia.com>
21562
21563 * gdb.cp/namespace.cc (C::ensureRefs): New.
21564 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21565
8e94b928
NR
215662004-01-20 Nick Roberts <nick@nick.uklinux.net>
21567
21568 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21569 case "-stack-list-locals 2".
21570 * gdb.mi/mi-var-child.exp: Test for case
21571 "-var-list-children --all-values NAME".
21572
997b0952
MC
215732004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21574
21575 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21576
52470da3
MK
215772004-01-18 Mark Kettenis <kettenis@gnu.org>
21578
7049b4b8
MK
21579 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
21580 used with gdb_test_multiple.
21581
52470da3
MK
21582 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
21583 read at address 0. This fixes PR testsuite/1504.
21584
da6012e5
DJ
215852004-01-18 Daniel Jacobowitz <drow@mvista.com>
21586
21587 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
21588 Remove downloading, guessing the host executable, the calls to
21589 gdb_file_cmd and gdb_target_cmd, and "load" support.
21590 (infer_host_exec): New function broken out from gdb_load.
21591 (gdb_load): New wrapper for gdbserver_gdb_load.
21592 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
21593 gdb_target_cmd. Use -target-select.
21594 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
21595 Download binaries to the host. Clear last_mi_remote_file when
21596 we load a new binary.
21597 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
21598 call gdbserver_gdb_load and mi_gdb_target_cmd.
21599
32c70722
MC
216002004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21601
21602 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
21603 type patterns.
21604
b0cecf36
MC
216052004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21606
21607 * gdb.cp/templates.exp: Fix typo in test name of
21608 "print Foo<volatile char*>::foo".
21609
4120d7e6
MC
216102004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21611
21612 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
21613
f679e530
BE
216142004-01-16 Ben Elliston <bje@wasabisystems.com>
21615
21616 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
21617 (clean mostlyclean): Remove empty rm.
21618
091c48f6
MC
216192004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21620
21621 * gdb.base/setvar.exp: Add copyright years.
21622
3e5fc8d2
DC
216232004-01-14 David Carlton <carlton@bactrian.org>
21624
21625 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
21626 PR c++/1511 and update coment.
21627 * gdb.cp/templates.exp: Update patterns to match current output.
21628 If changes involve something other than whitespace, KFAIL
21629 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
21630
63d06c5c
DC
216312004-01-14 David Carlton <carlton@kealia.com>
21632
21633 * gdb.cp/namespace.exp: Add tests involving classes defined within
21634 namespaces.
21635 * gdb.cp/namespace.cc (C::CClass): New.
21636 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21637
a51dab88
EZ
216382004-01-14 Elena Zannoni <ezannoni@redhat.com>
21639
21640 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21641 what debug info we have. Print a better message if something goes
21642 wrong while producing the separate debug info file.
21643
a476ccc9
MC
216442004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21645
21646 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21647
f453692c
MC
216482004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21649
21650 * gdb.base/callfuncs.c: Add copyright notice.
21651
f40063a5
MC
216522004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21653
21654 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21655 inheritance. PR gdb/1498, PR gcc/13539.
21656
19ac3974
EZ
216572004-01-13 Elena Zannoni <ezannoni@redhat.com>
21658
a9c64011
AS
21659 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21660 test specific name.
21661 * gdb.mi/gdb669.exp: Ditto.
21662 * gdb.mi/mi-pthreads.exp: Ditto.
21663 * gdb.mi/mi1-pthreads.exp: Ditto.
21664 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 21665
56c97c6e
MC
216662004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21667
21668 * gdb.cp/member-ptr.cc: Add copyright notice.
21669
a0644324
MC
216702004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21671
21672 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21673 some patterns for recent versions of gcc and hpacc. Delete
21674 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21675 Delete tests that access a NULL pointer-to-member-data. This
21676 script is still disabled for gcc.
21677
32fabe09
EZ
216782004-01-12 Elena Zannoni <ezannoni@redhat.com>
21679
21680 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 21681 escaped correctly.
32fabe09 21682
1f8a6abb
EZ
216832004-01-12 Elena Zannoni <ezannoni@redhat.com>
21684
21685 * gdb.base/sepdebug.exp: New file.
21686 * gdb.base/sepdebug.c: New file.
21687 * lib/gdb.exp (separate_debug_filename): New procedure.
21688 (gdb_gnu_strip_debug): New procedure.
21689
48efe704
AC
216902004-01-12 Andrew Cagney <cagney@redhat.com>
21691
21692 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21693 * gdb.mi/ChangeLog-1999-2003: New file.
21694
a9415475
AC
216952004-01-12 Andrew Cagney <cagney@redhat.com>
21696
21697 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21698 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21699 or EEXIST", treat EBUSY as an XFAIL.
21700
83b8cf9d
MC
217012004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21702
21703 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21704 hp_cc_compiler.
21705
9939d2a8
MC
217062004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21707
21708 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21709 decorations.
21710
1ff8cadf
MC
217112004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21712
21713 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21714 and "(aCC)" decorations. Remove obsolete doco about old
21715 test results.
21716
6fa9022e
MC
217172004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21718
21719 * gdb.cp/exception.exp: Fix typo in doco.
21720
209721fe
MK
217212004-01-09 Mark Kettenis <kettenis@gnu.org>
21722
21723 * gdb.base/gdb1476.exp: Fix typo.
21724
ef11303e
MC
217252004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21726
21727 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21728 file.
21729
041ab88c
MC
217302004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21731
21732 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21733 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21734 Use gdb_compile. Remove restriction on gcc. Add some patterns
21735 for recent version of gdb. Delete second half, which was a copy
21736 of the first half with different build flags. This test is
21737 still disabled because it is still not ready for production.
21738
e36d075a
MC
217392004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21740
21741 * gdb.cp/exception.cc: Add copyright notice.
21742 * gdb.cp/exception.exp: Add a notice that this file is broken
21743 because of line number changes caused by addition of copyright
21744 notice.
21745
42b190ad
MC
217462004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21747
21748 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21749 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21750
8f25f06b
MC
217512004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21752
21753 * gdb.cp/classes.exp: Accept gnu abi 2.
21754 * gdb.cp/derivation.exp: Likewise.
21755 * gdb.cp/overload.exp: Likewise.
21756 * gdb.cp/virtfunc.exp: Likewise.
21757
06ded8b8
MC
217582004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21759
21760 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21761 semicolon after end of function.
21762
77c26ae3
MC
217632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21764
21765 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21766 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21767 boilerplate code for compiling and running the program under
21768 test. Add some string method tests.
21769
20757486
MC
217702004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21771
21772 * gdb.cp/bs15503.cc: Add copyright notice.
21773 * gdb.cp/bs15503.exp: Adjust line number.
21774
0fd3b503
MC
217752004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21776
21777 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21778 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21779
10d1bea8
MC
217802004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21781
21782 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21783 hp_cc_compiler.
21784
2789202a
MC
217852004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21786
21787 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21788 * gdb.cp/ctti.exp: Use the marker instead of "next".
21789 With gcc, run further before bailing.
21790
b862f14c
MC
217912004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21792
21793 * gdb.cp/cttiadd.cc: Add copyright notice.
21794 * gdb.cp/cttiadd1.cc: Likewise.
21795 * gdb.cp/cttiadd2.cc: Likewise.
21796 * gdb.cp/cttiadd3.cc: Likewise.
21797
96da2469
MC
217982004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21799
21800 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21801 Use gdb_test, gdb_test_multiple. Use floating-point values that
21802 have exact representations in IEEE-ish formats.
21803
053248ff
MC
218042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21805
21806 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21807 compilers. Delete duplicate call to get_compiler_info.
21808 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21809 * gdb.base/volatile.exp: Likewise.
21810
84acecdd
MK
218112004-01-07 Mark Kettenis <kettenis@gnu.org>
21812
21813 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21814 memory at address 0.
21815
fe11a27f
MC
218162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21817
21818 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21819 to test for hp-ux assembler. Fix copyright years.
21820
60ad077b
AC
218212004-01-07 Andrew Cagney <cagney@redhat.com>
21822
21823 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21824
1c9b8f33
AC
218252004-01-07 Andrew Cagney <cagney@redhat.com>
21826
21827 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21828 when creating the read-only file. From analysis by Roland McGrath
21829 and Elena Zannoni.
21830
753ccc7a
MC
218312004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21832
21833 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21834
eca3e36b
MC
218352004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21836
21837 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21838 data pointers.
21839
f8d4bac4
MC
218402004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21841
21842 * gdb.cp/m-static.exp: Compile one source file at a time.
21843 Delete unused call to get_compiler_info.
21844
9b4e0f94
MC
218452004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21846
21847 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21848 * gdb.base/call-rt-st.exp: Likewise.
21849 * gdb.base/nodebug.exp: Likewise.
21850 * gdb.base/volatile.exp: Likewise.
21851 * gdb.cp/ref-types.exp: Likewise.
21852 * gdb.cp/templates.exp: Likewise.
21853
023c1024
MK
218542004-01-05 Mark Kettenis <kettenis@gnu.org>
21855
21856 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21857
19703c4a
MC
218582004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21859
21860 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21861 hppa*-hp-hpux*.
21862
18b67037
MK
218632004-01-04 Mark Kettenis <kettenis@gnu.org>
21864
ba6219c8
MK
21865 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21866 x86_64-*-*.
21867
18b67037
MK
21868 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21869 sparc64-*-* and sparc*-solaris2*.
21870
1bfbbb9d
MK
218712004-01-04 Mark Kettenis <kettenis@gnu.org>
21872
21873 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21874 return ${tests}" test. The ${tests} already mentions the
21875 filename.
21876
06846494
MC
218772004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21878
21879 * gdb.cp/local.exp: Accept gcc abi 2.
21880
3b0cb202
MC
218812004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21882
21883 * gdb.cp/templates.exp: Accept gcc abi 2.
21884
0643ec3f
MC
218852004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21886
21887 * lib/compiler.cc: Remove supports_template_debugging.
21888 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21889
d231d0b1
MC
218902004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21891
21892 * gdb.cp/namespace.exp: Accept gcc abi 2.
21893
44ffb27c
MC
218942004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21895
21896 * gdb.cp/method.exp: Accept gcc abi 2.
21897
184ad485
MC
218982004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21899
21900 * gdb.cp/classes.exp: Generate identical results as old version.
21901 * gdb.cp/derivation.exp: Likewise.
21902 * gdb.cp/overload.exp: Likewise.
21903 * gdb.cp/virtfunc.exp: Likewise.
21904
116f09e7
MC
219052004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21906
21907 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21908 mysterious bug with sourceware version of expect.
21909
b1379776
MC
219102004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21911
21912 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21913 current versions of gcc, including gcc abi 2. Remove gratuitous
21914 restart of test program. Use gdb_test_multiple and gdb_test for
21915 all tests. Add patterns to xfail missing "const" in "const char *"
21916 and kfail PR gdb/1155.
21917
6b7a4c0e
MC
219182004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21919
21920 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21921 current versions of gcc, including gcc abi 2. Remove gratuitous
21922 restart of test program. Use gdb_test_multiple and gdb_test for
21923 all tests. Add patterns to kfail PR gdb/1498.
21924
51615d72
MC
219252003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21926
21927 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21928 current versions of gcc, including gcc abi 2. Use "breakpoint"
21929 and "continue" instead of restarting the target program. Use
21930 gdb_test_multiple and gdb_test for all tests.
21931
7b79a9d7
MK
219322004-01-01 Mark Kettenis <kettenis@gnu.org>
21933
21934 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21935 for *-*-solaris2*.
21936
1cd3489f
MC
219372003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21938
21939 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21940 current versions of gcc, including gcc abi 2. Use "breakpoint"
21941 and "continue" instead of restarting the target program several
21942 times. Use gdb_test_multiple and gdb_test for all tests.
21943
850742db
MC
219442003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21945
21946 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21947 source files.
21948
eb4bbda8
MC
219492003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21950
21951 * gdb.base/environ.exp: Handle compiling test case from multiple
21952 source files.
21953
e42c7771
MC
219542003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21955
21956 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21957
80e4b428
JB
219582003-12-17 Jim Blandy <jimb@redhat.com>
21959
5f06973a
JB
21960 * gdb.base/freebpcmd.c: Add copyright notice.
21961
80e4b428
JB
21962 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21963
0ab84fb7
MC
219642003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21965
21966 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21967
1b3bb3d0
JB
219682003-12-13 Jim Blandy <jimb@redhat.com>
21969
21970 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21971
3a4c9371
KB
219722003-12-12 Kevin Buettner <kevinb@redhat.com>
21973
21974 * gdb.asm/frv.inc: New file.
21975 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21976
a1dea79a
FF
219772003-12-09 Fred Fish <fnf@redhat.com>
21978
21979 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21980 functions to break1.c and leave prototypes behind. Add more
21981 "set breakpoint NN here" comments.
21982 * gdb.base/break1.c: New file.
21983
21984 * gdb.base/break.exp: Handle compiling test case from multiple
21985 source files and change source file references as needed.
21986 * gdb.base/completion.exp: Ditto.
21987 * gdb.base/condbreak.exp: Ditto.
21988 * gdb.base/define.exp: Ditto.
21989 * gdb.base/ena-dis-br.exp: Ditto.
21990 * gdb.base/info-proc.exp: Ditto.
21991 * gdb.base/maint.exp: Ditto.
21992 * gdb.base/until.exp: Ditto.
21993
21994 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21995 hardcoded line numbers.
21996 * gdb.base/define.exp: Ditto.
21997 * gdb.base/ena-dis-br.exp: Ditto.
21998 * gdb.base/maint.exp: Ditto.
21999 * gdb.base/until.exp: Ditto.
22000
22001 * gdb.base/completion.exp: Use "break1" for completion tests since
22002 "break" is no longer a unique prefix.
22003
5266b69c
AC
220042003-12-06 Andrew Cagney <cagney@redhat.com>
22005
22006 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22007 "return_value_unimplemented". When an unimplemented struct return
22008 architecture, report incorrect values as a KFAIL
22009
374451f0
MC
220102003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22011
22012 * gdb.cp/rtti.exp: Accept new wording of warning from
22013 cp_lookup_rtti_type.
22014
ba9b20a7
MC
220152003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22016
22017 Partial fix for PR testsuite/1456.
22018 * gdb.base/scope.exp (test_at_main): Replace references to
22019 gcc_compiled with calls to test_compiler_info.
22020 (test_at_foo): Likewise.
22021 (test_at_bar): Likewise.
22022
b74b6d0b
MC
220232003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22024
22025 Partial fix for PR testsuite/1456.
22026 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22027 to test_compiler_info.
22028
ccfa3402
MC
220292003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22030
22031 * gdb.base/so-impl-ld.exp: Update copyright notice.
22032
f6246aba
MC
220332003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22034
22035 Partial fix for PR testsuite/1456.
22036 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22037 to test_compiler_info.
22038
13ae734a
MC
220392003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22040
22041 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22042 from current versions of gdb. Clean up regular expressions.
22043 Delete redundant timeout case.
22044
d8e1cdee
MC
220452003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22046
22047 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22048 from current versions of gdb. Clean up regular expressions.
22049 Delete redundant timeout case.
22050
96457b64
MC
220512003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22052
22053 Partial fix for PR testsuite/1456.
22054 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22055 gcc_compiled with call to test_compiler_info.
22056
f35309fc
MC
220572003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22058
22059 Partial fix for PR testsuite/1456.
22060 * gdb.base/list.exp (test_list_function): Delete unused declaration
22061 of gcc_compiled.
22062
d7afdf9b
MC
220632003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22064
22065 Partial fix for PR testsuite/1456.
22066 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22067 call to test_compiler_info.
22068
71507b56
MK
220692003-11-29 Mark Kettenis <kettenis@gnu.org>
22070
22071 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22072 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22073 it to create the appropriate note.inc.
22074 * gdb.asm/asmsrc1.s: Include "note.inc".
22075 * gdb.asm/netbsd.inc: New file.
22076 * gdb.asm/empty.inc: New file.
22077
f81f93f7
MC
220782003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22079
22080 Partial fix for PR testsuite/1456.
22081 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22082 calls to test_compiler_info.
22083
9a77938e
MC
220842003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22085
22086 Partial fix for PR testsuite/1456.
22087 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22088 calls to test_compiler_info.
22089
e8367dc7
MK
220902003-11-27 Mark Kettenis <kettenis@gnu.org>
22091
22092 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22093 pattern for the KFAILs.
22094
526c61ee
AF
220952003-11-25 Adam Fedor <fedor@gnu.org>
22096
22097 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22098 * gdb.objc/objcdecode.m: New file.
22099
28f2d600
AF
221002003-11-25 Adam Fedor <fedor@gnu.org>
22101
22102 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22103 * gdb.objc/nondebug.m: New file.
22104
a3895cee
BE
221052003-11-26 Ben Elliston <bje@wasabisystems.com>
22106
22107 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22108 NetBSD as it does on FreeBSD. Modelled on a similar change by
22109 Mark Kettenis on 2003-05-30.
22110 (link-flags): Set to "--entry _start" regardless of target.
22111 Special linker flags are to be appended to $link-flags.
22112 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22113
c9f2c8a3
MC
221142003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22115
22116 * gdb.cp/method.exp: Accept output of new demangler.
22117
15a0587a 221182003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
22119
22120 * gdb/class2.exp: New file.
22121 * gdb/class2.cc: New file.
22122
3c00b570
MC
221232003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22124
22125 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22126 of new demangler.
22127
7027acc7
MK
221282003-11-23 Mark Kettenis <kettenis@gnu.org>
22129
22130 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22131 of gdb_test "run".
22132
b0e1598a
MK
221332003-11-23 Mark Kettenis <kettenis@gnu.org>
22134
22135 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22136 "continue" into "run".
22137
4d9eda44
MC
221382003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22139
22140 Partial fix for PR testsuite/1456.
22141 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22142 call to test_compiler_info.
22143 * gdb.cp/ctti.exp: Likewise.
22144 * gdb.cp/derivation.exp: Likewise.
22145 * gdb.cp/member-ptr.exp: Likewise.
22146 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22147 reference to gcc_compiled.
22148
221492003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
22150
22151 Fix PR testsuite/1463.
22152 * gdb.base/structs.exp (start_structs_test): Call
22153 get_debug_format before using the debug format.
22154
d422fe19
AC
221552003-11-22 Andrew Cagney <cagney@redhat.com>
22156
22157 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22158 * gdb.base/structs.exp: Use gdb_test_multiple.
22159
039cf96d
AC
221602003-11-20 Andrew Cagney <cagney@redhat.com>
22161
6882279b
AC
22162 * gdb.base/structs.exp: Handle and recover from internal errors.
22163 Replace "foo${n}" with "foo<n>" in test messages.
22164
e53890ae
AC
22165 * gdb.base/structs.exp: Update copyright. Rewrite.
22166 * gdb.base/structs.c: Update copyright. Rewrite.
22167
2b211c59
AC
22168 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22169 resync count exceeded.
d63a86f8 22170
039cf96d
AC
22171 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22172 from the internal error.
22173 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22174 Original from Jim Blandy.
22175 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 22176
eac98b22
AC
221772003-11-19 Andrew Cagney <cagney@redhat.com>
22178
22179 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22180 KFAIL.
22181
67455b2a
MK
221822003-11-17 Mark Kettenis <kettenis@gnu.org>
22183
22184 New testcase for PR backtrace/1435.
22185 * gdb.arch/i386-unwind.exp: New file.
22186 * gdb.arch/i386-unwind.c: New file.
22187
853d6e5b
AC
221882003-11-17 Andrew Cagney <cagney@redhat.com>
22189
22190 * lib/gdb.exp (compiler_info): New global.
22191 (test_compiler_info): New function.
22192 (get_compiler_info): Set compiler_info.
22193 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22194 "compiler_info" to gcc-<major>-<minor>.
22195
38cf6e11
MC
221962003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22197
22198 * gdb.trace/configure: Remove.
22199
a50d3602
EZ
222002003-11-13 Elena Zannoni <ezannoni@redhat.com>
22201
22202 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 22203 breakpoints.
a50d3602
EZ
22204 * gdb.base/break.exp: Remove all references to explicit line
22205 numbers.
22206
d9407aaa
NC
222072003-11-11 Nick Clifton <nickc@redhat.com>
22208
22209 * gdb.base/shreloc.exp: Do not run for targets which do not
22210 support shared objects.
22211
db488fc1
CV
222122003-11-10 Corinna Vinschen <vinschen@redhat.com>
22213
22214 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22215 Don't run tests if nofileio flag is given.
22216
6a90a18e
EZ
222172003-11-07 Elena Zannoni <ezannoni@redhat.com>
22218
22219 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 22220 as well as 'Watchpoint'.
6a90a18e 22221
0b915e9c
EZ
222222003-11-06 Elena Zannoni <ezannoni@redhat.com>
22223
22224 Reported by Jim Ingham <jingham@apple.com>:
22225 * gdb.base/annota1.exp: Match at least one occurrence of the
22226 signal handler annotation.
22227
d7e4b55f
EZ
222282003-11-06 Elena Zannoni <ezannoni@redhat.com>
22229
a9c64011
AS
22230 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22231 as well as 'Watchpoint'.
d7e4b55f 22232
2fe4e8d0
MC
222332003-11-05 Michael Chastain <mec@shout.net>
22234
22235 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22236
6ef88553
KW
222372003-11-03 Kris Warkentin <kewarken@qnx.com>
22238
22239 * gdb.arch/gdb1291.c: New test file.
22240 * gdb.arch/gdb1291.exp: New test script.
22241 * gdb.arch/gdb1431.c: New test file.
22242 * gdb.arch/gdb1431.exp: New test script.
22243
ae7dc4d8
MC
222442003-10-22 Michael Chastain <mec@shout.net>
22245
22246 * gdb.mi/pthreads.c: Add copyright notice.
22247
c39d7427
MC
222482003-10-22 Michael Chastain <mec@shout.net>
22249
22250 * gdb.threads/pthreads.c: Add copyright notice.
22251
8b7d96c1
MC
222522003-10-20 Michael Chastain <mec@shout.net>
22253
22254 * gdb.base/gdb1056.exp: New test script.
22255
d1d69fdd
DJ
222562003-10-13 Daniel Jacobowitz <drow@mvista.com>
22257
22258 * gdb.threads/killed.exp: Use gdb_run_cmd.
22259
7d605576
DJ
222602003-10-13 Daniel Jacobowitz <drow@mvista.com>
22261
22262 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22263 create a core file.
22264 * gdb.threads/gcore-thread.exp: Likewise.
22265
618ec112
CV
222662003-10-13 Corinna Vinschen <vinschen@redhat.com>
22267
22268 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22269 type, based on char type.
22270 (struct bit_flags_short_t): New bitfield type, based on short type.
22271 (init_bit_flags_char): New fuction.
22272 (init_bit_flags_short): Ditto.
22273 (print_bit_flags_char): Ditto.
22274 (print_bit_flags_short): Ditto.
22275 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22276
9367a73c
MC
222772003-10-11 Michael Chastain <mec@shout.net>
22278
22279 * gdb.base/call-rt-st.exp: Update copyright year.
22280
1decf120
KI
222812003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
22282
22283 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
22284 * gdb.disasm/sh3.s: Ditto.
22285
5445b2ae
DJ
222862003-10-07 Daniel Jacobowitz <drow@mvista.com>
22287
22288 * gdb.threads/switch-threads.exp: New test.
22289 * gdb.threads/switch-threads.c: New source file.
22290
aec24853
CV
222912003-10-07 Corinna Vinschen <vinschen@redhat.com>
22292
22293 * gdb.base/ending-run.exp: Add sh specific case.
22294
adc7428d
AC
222952003-10-06 Andrew Cagney <cagney@redhat.com>
22296
22297 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
22298 * gdb.disasm/mn10200.exp: Delete obsolete file.
22299
c9d37158
DJ
223002003-09-29 Daniel Jacobowitz <drow@mvista.com>
22301
22302 * ChangeLog: Correct an entry command.exp -> commands.exp.
22303 * gdb.base/commands.exp (bp_deleted_in_command_test)
22304 (temporary_breakpoint_commands): Check noargs.
22305
79c2c32d
DC
223062003-09-25 David Carlton <carlton@kealia.com>
22307
22308 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
22309 of some print tests, where appropriate. Add tests for C::D::cd,
22310 E::ce, F::cXfX, G::XgX.
22311 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
22312
594e6d67
RE
223132003-09-25 Richard Earnshaw <rearnsha@arm.com>
22314
22315 * lib/java.exp (java_init): Import target_alias before using it.
22316
10f0d451
DC
223172003-09-25 David Carlton <carlton@kealia.com>
22318
22319 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
22320
274bcba0
EZ
223212003-09-23 Elena Zannoni <ezannoni@redhat.com>
22322
d63a86f8 22323 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 22324 weirdness.
274bcba0 22325
cdbf20f7
MC
223262003-09-17 Michael Chastain <mec@shout.net>
22327
22328 * gdb.cp/gdb1355.exp: New file.
22329 * gdb.cp/gdb1355.c: New file.
22330
71e06f80
CV
223312003-09-15 Corinna Vinschen <vinschen@redhat.com>
22332
22333 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
22334 * gdb.asm/sh.inc: New file.
22335
5c4e30ca
DC
223362003-09-11 David Carlton <carlton@kealia.com>
22337
bd45b7af
DC
22338 * gdb.cp/namespace.exp: Add tests for namespace types.
22339 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
22340 (test_namespace): New.
22341
1c199746
EZ
223422003-09-11 Elena Zannoni <ezannoni@redhat.com>
22343
a9c64011 22344 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 22345 * gdb.stabs/weird.exp: Ditto.
1c199746 22346
04ed252f
MC
223472003-09-08 Michael Chastain <mec@shout.net>
22348
22349 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
22350
d8a2d9e7
MC
223512003-09-07 Michael Chastain <mec@shout.net>
22352
22353 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
22354 'parse error'.
22355
161afb24
MK
223562003-09-07 Mark Kettenis <m.kettenis@osp.nl>
22357
22358 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
22359
49f2741a
MC
223602003-08-30 Michael Chastain <mec@shout.net>
22361
22362 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
22363 * gdb.gdb/observer.exp: Ditto.
22364 * gdb.gdb/xfullpath.exp: Ditto.
22365
8afa723e
MK
223662003-08-29 Mark Kettenis <kettenis@gnu.org>
22367
22368 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
22369 *-*-*bsd*.
22370
f31dfe3b
JJ
223712003-08-28 Jeff Johnston <jjohnstn@redhat.com>
22372
22373 * gdb.base/dump.exp: Skip for ia64.
22374
4630e498
JJ
223752003-08-25 Jeff Johnston <jjohnstn@redhat.com>
22376
22377 * gdb.asm/asm-source.exp: Add ia64 support.
22378 * gdb.asm/ia64.inc: New file.
22379
1105b7ef
MC
223802003-08-22 Michael Chastain <mec@shout.net>
22381
22382 * gdb.cp: New directory.
22383 * gdb.cp/*: Copy from gdb.c++/*.
22384 * gdb.c++/*: Remove.
22385 * Makefile.in: Change gdb.c++ to gdb.cp.
22386 * configure.in: Ditto.
22387 * configure: Regnerate.
22388
c945b932
MK
223892003-08-18 Mark Kettenis <kettenis@gnu.org>
22390
22391 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
22392 * gdb.arch/i386-prologue.c (gdb1338): Add function.
22393
2b66634b
DJ
223942003-08-17 Daniel Jacobowitz <drow@mvista.com>
22395
22396 * mi-var-display.exp (-var-list-children weird): Accept function
22397 pointers with argument types.
22398 * mi1-var-display.exp (-var-list-children weird): Likewise.
22399 * mi2-var-display.exp (-var-list-children weird): Likewise.
22400
a356f73b
DJ
224012003-08-17 Daniel Jacobowitz <drow@mvista.com>
22402
22403 * gdb.base/annota3.exp: Add missing newline.
22404
483417b8
MC
224052003-08-06 Michael Chastain <mec@shout.net>
22406
22407 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
22408
c99c59c3
MS
224092003-08-12 Michael Snyder <msnyder@redhat.com>
22410
22411 * gdb.base/float.exp: Add test for SH.
22412
55ed7501
MK
224132003-08-10 Mark Kettenis <kettenis@gnu.org>
22414
22415 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
22416
1a371f2e
EZ
224172003-08-07 Elena Zannoni <ezannoni@redhat.com>
22418
22419 * gdb.base/completion.exp: Remove reduntant completion test
22420 on filename.
22421
e0f353ce
EZ
224222003-08-07 Elena Zannoni <ezannoni@redhat.com>
22423
a9c64011
AS
22424 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
22425 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
22426 gdb.trace/save-trace.exp: Make sure that full pathnames are
22427 escaped correctly.
e0f353ce 22428
5710a1af 224292003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 22430
a9c64011
AS
22431 * configure.in: Don't generate config.h from config.hin.
22432 * configure: Regenerate.
22433 * config.hin: Remove file.
22434 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22435 * gdb.threads/pthreads.c: Ditto.
5710a1af 22436
dcd81ce9
DJ
224372003-08-07 Daniel Jacobowitz <drow@mvista.com>
22438
22439 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22440 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22441 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22442 Replace ld24 with seth/add3.
22443
6009d884
AC
224442003-08-02 Andrew Cagney <cagney@redhat.com>
22445
22446 * gdb.base/annota3.exp: New file.
22447 * gdb.base/annota3.c: New file.
22448 * gdb.c++/annota3.exp: New file.
22449 * gdb.c++/annota3.cc: New file.
22450
51514e06
MC
224512003-07-29 Michael Chastain <mec@shout.net>
22452
22453 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22454 actually failed.
22455 (do_pass): Likewise.
22456 * gdb.threads/tls.exp: Always initialize no_of_threads.
22457
4ee6625b
DJ
224582003-07-27 Daniel Jacobowitz <drow@mvista.com>
22459
22460 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22461 pattern.
22462 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22463 * gdb.threads/tls.exp: Recognize one case of the host library not
22464 supporting TLS.
22465
225f2bf6
AC
224662003-07-27 Andrew Cagney <cagney@redhat.com>
22467
22468 * gdb.base/fileio.exp: Use SH when running commands using
22469 remote_exec.
22470
bcb27c9f
DJ
224712003-07-24 Daniel Jacobowitz <drow@mvista.com>
22472
22473 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22474 * gdb.base/relocate.c (dummy): New padding array.
22475
3d67be83
MS
224762003-07-22 Michael Snyder <msnyder@redhat.com>
22477
d63a86f8 22478 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
22479
22480 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22481 patterns to be more general, accepting old and new output.
22482 Some output chars (such as '+') also must be quoted.
d63a86f8 22483 Some addresses are displayed numerically instead of
3d67be83
MS
22484 symbolically.
22485
57ba3b85
MS
224862003-07-23 Michael Snyder <msnyder@redhat.com>
22487
686d097c
MS
22488 * gdb.base/return2.exp: Don't test long-long return.
22489
57ba3b85
MS
22490 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22491 * gdb.disasm/t01_mov.exp: Ditto.
22492 * gdb.disasm/t02_mova.s: Ditto.
22493 * gdb.disasm/t02_mova.exp: Ditto.
22494 * gdb.disasm/t03_add.s: Ditto.
22495 * gdb.disasm/t03_add.exp: Ditto.
22496 * gdb.disasm/t04_sub.s: Ditto.
22497 * gdb.disasm/t04_sub.exp: Ditto.
22498 * gdb.disasm/t05_cmp.s: Ditto.
22499 * gdb.disasm/t05_cmp.exp: Ditto.
22500 * gdb.disasm/t06_ari2.s: Ditto.
22501 * gdb.disasm/t06_ari2.exp: Ditto.
22502 * gdb.disasm/t07_ari3.s: Ditto.
22503 * gdb.disasm/t07_ari3.exp: Ditto.
22504 * gdb.disasm/t08_or.s: Ditto.
22505 * gdb.disasm/t08_or.exp: Ditto.
22506 * gdb.disasm/t09_xor.s: Ditto.
22507 * gdb.disasm/t09_xor.exp: Ditto.
22508 * gdb.disasm/t10_and.s: Ditto.
22509 * gdb.disasm/t10_and.exp: Ditto.
22510 * gdb.disasm/t11_logs.s: Ditto.
22511 * gdb.disasm/t11_logs.exp: Ditto.
22512 * gdb.disasm/t12_bit.s: Ditto.
22513 * gdb.disasm/t12_bit.exp: Ditto.
22514 * gdb.disasm/t13_otr.s: Ditto.
22515 * gdb.disasm/t13_otr.exp: Ditto.
22516
e00759ef
EZ
225172003-07-22 Elena Zannoni <ezannoni@redhat.com>
22518
22519 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22520
8bc2021f
EZ
225212003-07-22 Elena Zannoni <ezannoni@redhat.com>
22522
a9c64011
AS
22523 * gdb.threads/tls.c : New file.
22524 * gdb.threads/tls.exp : New file.
22525 * gdb.threads/tls-main.c : New file.
22526 * gdb.threads/tls-shared.c : New file.
22527 * gdb.threads/tls-shared.exp : New file.
8bc2021f 22528
89320c4c
AS
225292003-07-22 Andreas Schwab <schwab@suse.de>
22530
22531 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22532
180dea7c
AS
225332003-07-20 Andreas Schwab <schwab@suse.de>
22534
22535 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22536 due to insn reordering.
22537
0714963c
AC
225382003-07-15 Andrew Cagney <cagney@redhat.com>
22539
22540 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22541
98a23b3f
MC
225422003-07-15 Michael Chastain <mec@shout.net>
22543
22544 * gdb.base/gdb1250.exp: New file.
22545 * gdb.base/gdb1250.c: New file.
22546
27e417a2
ML
225472003-07-09 Michal Ludvig <mludvig@suse.cz>
22548
22549 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22550 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22551
8bc2021f
EZ
225522003-07-09 Elena Zannoni <ezannoni@redhat.com>
22553
a9c64011
AS
22554 * gdb.threads/tls.c: New file.
22555 * gdb.threads/tls.exp: New file.
22556 * gdb.threads/tls-main.c: New file.
22557 * gdb.threads/tls-shared.c: New file.
22558 * gdb.threads/tls-shared.exp: New file.
8bc2021f 22559
d99968dc
EZ
225602003-07-09 Elena Zannoni <ezannoni@redhat.com>
22561
22562 * gdb.base/annota1.exp: Make sure that we properly escape the
22563 full path of the source file. Xfail more permissive patterns,
d63a86f8 22564 due to a compiler debug info problem.
d99968dc 22565
83876b3b
AS
225662003-07-07 Andreas Schwab <schwab@suse.de>
22567
2705e972
AS
22568 * gdb.asm/m68k.inc: New file.
22569 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22570
83876b3b
AS
22571 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22572 arguments"): Also match negative number.
22573
22574 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22575
3a871b37
DJ
225762003-07-03 Daniel Jacobowitz <drow@mvista.com>
22577
22578 * gdb.base/store.c (charest): New typedef.
22579 (add_char): Rename to add_charest, update.
22580 (wack_char): Rename to wack_charest, update types. Return l + r
22581 to keep r live across the call.
22582 (wack_short, wack_int, wack_long, wack_longest, wack_float)
22583 (wack_double, wack_doublest): Return l + r to keep r live across
22584 the call.
22585 * gdb.base/store.exp: Accomodate store.c changes.
22586
b2a7f303
DC
225872003-06-30 David Carlton <carlton@kealia.com>
22588
22589 * gdb.c++/maint.exp (test_invalid_name): New.
22590 (test_first_component): Add tests for invalid names.
22591
3c6cb4a1
MC
225922003-06-29 Michael Chastain <mec@shout.net>
22593
22594 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
22595 output of '<VTT for class>' for virtual base classes.
22596
f1c2644b
DJ
225972003-06-29 Daniel Jacobowitz <drow@mvista.com>
22598
22599 * gdb.base/completion.exp: Tab-complete "complet" instead of
22600 "compl".
22601 * gdb.base/complex.exp, gdb.base/complex.c: New files.
22602
18080350
DJ
226032003-06-29 Daniel Jacobowitz <drow@mvista.com>
22604
22605 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
22606 * gdb.base/volatile.exp: Likewise.
22607
f56973f8
DJ
226082003-06-29 Daniel Jacobowitz <drow@mvista.com>
22609
22610 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
22611 gdb/1265.
22612
226132003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
22614 Daniel Jacobowitz <drow@mvista.com>
22615
22616 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
22617 initial line count of 'captured_main' from 26 to 32.
22618 (test_with_self): Allow xmalloc call to be interleaved with the
22619 preceding two lines.
22620
e766d4d6
JB
226212003-06-24 Joel Brobecker <brobecker@gnat.com>
22622
22623 * gdb.base/bang.exp: New testcase.
22624
f125c9a4
JB
226252003-06-23 Joel Brobecker <brobecker@gnat.com>
22626
22627 * gdb.base/langs.exp: Add some tests for the "minimal" language
22628 support.
22629
6e25beaf
EZ
226302003-06-23 Elena Zannoni <ezannoni@redhat.com>
22631
22632 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
22633 the testcase.
22634
2f816dda
DJ
226352003-06-22 Daniel Jacobowitz <drow@mvista.com>
22636
22637 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22638 offset.
22639
db5a5748
DJ
226402003-06-22 Daniel Jacobowitz <drow@mvista.com>
22641
22642 * gdb.c++/pr-1210.cc: New file.
22643 * gdb.c++/pr-1210.exp: New file.
22644
1df0c130
DJ
226452003-06-21 Daniel Jacobowitz <drow@mvista.com>
22646
22647 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22648 000-exec-continue.
22649
a92feac0
MK
226502003-06-15 Mark Kettenis <kettenis@gnu.org>
22651
22652 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22653 on *-*-*bsd* instead of *-*-freebsd*.
22654
81a58f5b
AC
226552003-06-14 Andrew Cagney <cagney@redhat.com>
22656
22657 * gdb.base/store.exp: Test longest and doublest. Test all
22658 parameters. Weaken return statement match.
22659 * gdb.base/store.c: Add longest and doublest - aka long long and
22660 long double functions. Put all parameters into local register
22661 variables. Use negative values.
22662
b257a0d3
AC
226632003-06-14 Andrew Cagney <cagney@redhat.com>
22664
22665 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22666 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22667 exit status.
22668 * gdb.base/fileio.exp: Disable target when nointerrupts and
22669 noinferiorio, instead of limiting it to remote. Use remote_exec
22670 instead of system.
d63a86f8 22671
21c38304
JJ
226722003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22673
22674 * gdb.base/float.exp: Add ia64 support.
22675
1bcdb424
CV
226762003-06-12 Corinna Vinschen <vinschen@redhat.com>
22677
22678 * gdb.base/fileio.exp: Run only on remote targets.
22679
6aeb981f
CV
226802003-06-10 Corinna Vinschen <vinschen@redhat.com>
22681
22682 * gdb.base/fileio.c: New file, testing File-I/O.
22683 * gdb.base/fileio.exp: Ditto.
22684
53df362e
RG
226852003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22686
22687 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22688 shared objects after relocation at load time (gdb PR/1132).
22689 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 22690 as above, part of the shared object relocation test.
53df362e 22691
ffee1b46
MK
226922003-06-08 Mark Kettenis <kettenis@gnu.org>
22693
b5ca3722
MK
22694 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22695 fully filled history list.
22696 * gdb.base/gdb_history: New file.
22697
03ed860d
MK
22698 * gdb.base/signals.exp: XFAIL "continue to func1" on
22699 i*86-*-freebsd*.
22700
ffee1b46
MK
22701 * gdb.base/attach.exp: When trying to attach to a nonexistent
22702 process, make it possible to specify the PID based on the target,
22703 and do so for *-*-freebsd*.
22704
d80dbb52
RH
227052003-06-02 Richard Henderson <rth@redhat.com>
22706
22707 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22708
6dd77b81
RH
227092003-06-02 Richard Henderson <rth@redhat.com>
22710
22711 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22712
f6347e16
RH
227132003-06-02 Richard Henderson <rth@redhat.com>
22714
22715 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22716
2c161407
DJ
227172003-06-01 Daniel Jacobowitz <drow@mvista.com>
22718
22719 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22720 of globalvar.
22721
572eb746
MK
227222003-06-01 Mark Kettenis <kettenis@gnu.org>
22723
22724 * gdb.asm/asm-source.exp: Check for memory read errors in
22725 disassembler test on *BSD too.
22726
9e9617a5
RH
227272003-06-01 Richard Henderson <rth@redhat.com>
22728
22729 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22730 for .frame.
22731 (gdbasm_call): Lose ldgp.
22732 (gdbasm_startup): Add frame information.
22733 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22734
7b34ad4e
MK
227352003-05-31 Mark Kettenis <kettenis@gnu.org>
22736
22737 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22738 i?86-*-*.
22739
10059fdf
MK
227402003-05-30 Mark Kettenis <kettenis@gnu.org>
22741
22742 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22743 FreeBSD.
22744
acf4b816
RH
227452003-05-29 Richard Henderson <rth@redhat.com>
22746
22747 * gdb.asm/alpha.inc: New file.
22748 * gdb.asm/asm-source.exp: Use it.
22749
e9ecd949
JB
227502003-05-29 Jim Blandy <jimb@redhat.com>
22751
22752 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22753 'core.PID'.
22754
e3e5a4f3
JB
227552003-05-22 Jim Blandy <jimb@redhat.com>
22756
22757 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22758 backtrace.
d63a86f8 22759
72fe3d25
DC
227602003-05-20 David Carlton <carlton@math.stanford.edu>
22761
22762 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22763 this time.
22764
58da2eb2
DC
227652003-05-19 David Carlton <carlton@bactrian.org>
22766
22767 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22768 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22769
1fcb5155
DC
227702003-05-19 David Carlton <carlton@bactrian.org>
22771
22772 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22773 namespace tests.
22774 Bump copyright date.
22775 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22776 (main): Call C::D::marker2.
22777 * gdb.c++/namespace1.cc: New file.
22778
85e85163
JJ
227792003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22780
22781 Roland McGrath <roland@redhat.com>
d63a86f8 22782 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
22783 there is no manager thread.
22784
a25fbfec
JJ
227852003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22786
d63a86f8
RM
22787 * gdb.threads/schedlock.exp: Remove assumption that all threads
22788 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
22789 in one of the child threads rather than the main thread.
22790
be375bae
JB
227912003-05-07 Jim Blandy <jimb@redhat.com>
22792
09bf6082
JB
22793 Add support for assembly source testing on the s390x.
22794 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22795 architecture.
22796 * gdb.asm/s390x.inc: New file.
22797
be375bae
JB
22798 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22799 succession of 'if' statements.
22800
00905d52
AC
228012003-05-05 Andrew Cagney <cagney@redhat.com>
22802
22803 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22804
b1e29e33
AC
228052003-05-05 Andrew Cagney <cagney@redhat.com>
22806
22807 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22808 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22809
e33d66ec
EZ
228102003-05-02 Elena Zannoni <ezannoni@redhat.com>
22811
22812 * gdb.base/charset.exp: Update based on new behavior of set/show
22813 charset commands.
22814
2b6fd0d8
AC
228152003-05-01 Andrew Cagney <cagney@redhat.com>
22816
22817 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22818 variable do not give memory errors.
22819
130cacce
AF
228202003-04-30 Adam Fedor <fedor@gnu.org>
22821
22822 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22823 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22824 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22825 gdb.objc/basicclass.m: : New files
22826
22827 * lib/gdb.exp (gdb_compile_objc): New procedure.
22828
bea71854
DJ
228292003-04-27 Daniel Jacobowitz <drow@mvista.com>
22830
22831 * gdb.base/signals.exp: Make backtrace tests more specific.
22832
0f20eeea
DC
228332003-04-23 David Carlton <carlton@bactrian.org>
22834
22835 * gdb.c++/maint.exp (test_first_component): Add tests for
22836 'operator' in more locations.
22837
c8c4d8dc
KB
228382003-04-16 Kevin Buettner <kevinb@redhat.com>
22839
22840 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22841
3fe60e3c
EZ
228422003-04-16 Elena Zannoni <ezannoni@redhat.com>
22843
22844 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 22845 func marke' instead. Update test name.
3fe60e3c 22846
9219021c
DC
228472003-04-15 David Carlton <carlton@math.stanford.edu>
22848
22849 * gdb.c++/maint.exp: New file.
22850
5dd55bdd
EZ
228512003-04-14 Elena Zannoni <ezannoni@redhat.com>
22852
22853 * gdb.threads/schedlock.c: Change type of thread function argument
22854 to long, to avoid warnings on 64-bit platforms.
22855
00890572
EZ
228562003-04-14 Elena Zannoni <ezannoni@redhat.com>
22857
a9c64011
AS
22858 * gdb.base/attach.exp: Add new message from ptrace in case of
22859 attaching to nonexistent process.
d63a86f8 22860
93201743
JB
228612003-04-11 Jim Blandy <jimb@redhat.com>
22862
22863 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22864 gdb.c++/userdef.cc: Place comments on the lines to which the
22865 marker function might return.
22866 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22867 gdb.c++/userdef.exp: Look for those comments to check that we've
22868 returned to the right place, instead of checking line numbers.
22869
2a11c64d
EZ
228702003-04-11 Elena Zannoni <ezannoni@redhat.com>
22871
a9c64011
AS
22872 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22873 match on sourcefile name, instead of directory name.
2a11c64d 22874
68ab8fc5
EZ
228752003-04-10 Elena Zannoni <ezannoni@redhat.com>
22876
d63a86f8 22877 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
22878 working directory name.
22879
5624293a
JB
228802003-04-09 Jim Blandy <jimb@redhat.com>
22881
22882 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22883 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22884 after an inferior function call, report the failure, but allow the
22885 test to continue.
22886
f1f02ee4
SC
228872003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22888
22889 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22890 with -DPROTOTYPES.
22891
6eb79af0
SC
228922003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22893
22894 * gdb.base/break.exp: Revert last patch.
22895
8dfb4cf0
SC
228962003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22897
22898 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22899 with -DPROTOTYPES.
22900
ed4c619a
AC
229012003-04-02 Andrew Cagney <cagney@redhat.com>
22902
22903 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22904 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22905 matching directories by the name breakpoint.
22906 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22907 Make "continue to marker1" consistent.
22908 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22909 message consistent.
22910 * lib/gdb.exp: Put "the program is no longer running", and "the
22911 program exited" in parenthesis.
22912 * lib/mi-support.exp: Ditto.
d63a86f8 22913
4e35d5f0 229142003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 22915
4e35d5f0
BR
22916 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22917
71900fe8
AC
229182003-03-29 Andrew Cagney <cagney@redhat.com>
22919
22920 * gdb.base/sizeof.c (main): Print the value of '\377'.
22921 * gdb.base/sizeof.exp: Check the sign of '\377'.
22922
c0655a16
MC
229232003-03-27 Michael Chastain <mec@shout.net>
22924
22925 * gdb.base/gdb1090.exp: New file.
22926 * gdb.base/gdb1090.cc: New file.
22927
5b2a3989
JB
229282003-03-27 J. Brobecker <brobecker@gnat.com>
22929
22930 * gdb.gdb/observer.exp: New regression test.
22931
79876890
MC
229322003-03-27 Michael Chastain <mec@shout.net>
22933
22934 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22935 * gdb.base/ptype.exp: Likewise.
22936
6eac95e3
CV
229372003-03-27 Corinna Vinschen <vinschen@redhat.com>
22938
22939 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22940
e8c71839
MC
229412003-03-26 Michael Chastain <mec@shout.net>
22942
22943 * gdb.base/ptype.exp: Actually use some typedef'd types.
22944
71b10041
SC
229452003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22946
22947 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22948 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22949
2512cf80
CV
229502003-03-20 Corinna Vinschen <vinschen@redhat.com>
22951
22952 * gdb.base/default.exp: Fix regular expression.
22953
0d195a4f
CV
229542003-03-20 Corinna Vinschen <vinschen@redhat.com>
22955
22956 * gdb.base/args.exp: Fix regular expression.
22957
8a2dbca8
CV
229582003-03-20 Corinna Vinschen <vinschen@redhat.com>
22959
22960 * gdb.base/help.exp: Allow Win32 child process.
22961
bf028682
CV
229622003-03-20 Corinna Vinschen <vinschen@redhat.com>
22963
22964 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22965 when stepping out of main().
22966
182dbe85
CV
229672003-03-20 Corinna Vinschen <vinschen@redhat.com>
22968
22969 * gdb.base/default.exp: Check for win32 specific message when calling
22970 "run" without executable.
22971
d67a6ba5
CV
229722003-03-20 Corinna Vinschen <vinschen@redhat.com>
22973
22974 * gdb.base/args.exp: Expect .exe in output.
22975
a955b5bb
CV
229762003-03-20 Corinna Vinschen <vinschen@redhat.com>
22977
22978 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22979 Cygwin native.
22980
bf6bad4b
AC
229812003-03-17 Andrew Cagney <cagney@redhat.com>
22982
22983 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22984 vector registes.
22985 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22986 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22987
293e9a31
DC
229882003-03-17 David Carlton <carlton@math.stanford.edu>
22989
22990 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22991 test, for PR breakpoints/38.
22992 Call test_watchpoint_and_breakpoint.
22993 * gdb.base/watchpoint.c (func3): New function.
22994 (main): Call func3.
22995
5330f2db
DC
229962003-03-04 David Carlton <carlton@math.stanford.edu>
22997
22998 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22999 Garply<Garply<char> >:: garply".
23000 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23001 with respect to PR c++/1111; note also PR c++/1113.
23002 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23003 respect to PR c++/1062.
23004 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23005
6ece72da
DC
230062003-03-03 David Carlton <carlton@math.stanford.edu>
23007
23008 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23009 with respect to PR c++/57.
23010 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23011 c++/826.
23012 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23013 respect to PR c++/57.
23014
85ca1584
DC
230152003-03-03 David Carlton <carlton@math.stanford.edu>
23016
23017 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23018 respect to PR c++/33 into FAILs.
23019
98e9c5b8
MC
230202003-03-03 Michael Chastain <mec@shout.net>
23021
7bedbf27
MC
23022 * configure.in: Update copyright years.
23023
230242003-03-03 Michael Chastain <mec@shout.net>
23025
23026 * Makefile.in: Update copyright years.
98e9c5b8 23027
f683e100
DC
230282003-02-28 David Carlton <carlton@math.stanford.edu>
23029
23030 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23031 print class instead of struct and/or superfluous protection
23032 specifiers, as long as the resulting output is equivalent to the
23033 source code.
23034 Delete FIXME from end of messages on tests that don't need
23035 fixing.
23036
a9e0cf2c
DC
230372003-02-28 David Carlton <carlton@math.stanford.edu>
23038
23039 * gdb.c++/templates.exp (do_tests): Allow const in the two
23040 Foo<volatile char *>::foo tests.
23041
e8d359df
MS
230422003-02-27 Michael Snyder <msnyder@redhat.com>
23043
d63a86f8 23044 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
23045 will be consistant.
23046
0b71dc91
DC
230472003-02-26 David Carlton <carlton@math.stanford.edu>
23048
23049 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23050 char *>::foo" test with respect to PR c++/33. Create a new test
23051 which is identical to that one except that it doesn't put the
23052 space between the "char" and the "*"; KFAIL it, too.
23053
dd14ab43
DC
230542003-02-26 David Carlton <carlton@math.stanford.edu>
23055
23056 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23057 template types into either PASSes or KFAILs (corresponding to PR
23058 c++/57). Tweak indentation. Update copyright.
23059
1146c7f1
SC
230602003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23061
23062 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23063
74641dfb
MC
230642003-02-13 Michael Chastain <mec@shout.net>
23065
23066 * gdb.base/exprs.exp: Remove i960 remnants.
23067 * gdb.base/funcargs.exp: Likewise.
23068 * gdb.base/list.exp: Likewise.
23069 * gdb.base/ptype.exp: Likewise.
23070
559cd2d0
DC
230712003-02-14 David Carlton <carlton@math.stanford.edu>
23072
23073 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23074 pEe->D::vg()" from XFAIL to KFAIL.
23075
c4f90d87
JM
230762003-02-13 Jason Molenda (jmolenda@apple.com)
23077
23078 * gdb.base/maint.exp: Update maint print statistics regexp to include
23079 new entries.
23080
cbc4d97c
MC
230812003-02-13 Michael Chastain <mec@shout.net>
23082
23083 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23084
40f235b7
MC
230852003-02-12 Michael Chastain <mec@shout.net>
23086
23087 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23088 * gdb.c++/inherit.exp: Likewise.
23089 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23090 * gdb.c++/templates.exp: Likewise.
23091 * gdb.c++/virtfunc.exp: Likewise.
23092
c56716b0
JM
230932003-02-06 Jason Molenda (jason-cl@molenda.com)
23094
23095 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23096 why the code is written that way.
23097
070afcf8
MC
230982003-02-05 Michael Chastain <mec@shout.net>
23099
23100 * gdb.base/dump.exp: Add missing copyright line.
23101
5d0331e5
JM
231022003-02-05 Jason Molenda (jason-cl@molenda.com)
23103
f7ae6d3e 23104 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
23105 at the beginning so the breakpoint doesn't get set on the loop.
23106
92851186
MC
231072003-02-05 Michael Chastain <mec@shout.net>
23108
23109 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23110 output for configurations with gcc 2.95.3.
23111
cbf1e085
AC
231122003-02-05 Keith Seitz <keiths@redhat.com>
23113 Andrew Cagney <ac131313@redhat.com>
23114
23115 * gdb.mi/mi-cli.exp: New file.
d63a86f8 23116
29518e1e
MC
231172003-02-04 Michael Chastain <mec@shout.net>
23118
23119 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23120 Call perror and then continue.
23121
5af1d5f3
MC
231222003-02-03 Michael Chastain <mec@shout.net>
23123
23124 * gdb.c++/pr-1023.cc: New file.
23125 * gdb.c++/pr-1023.exp: New file.
23126
6b549786
JB
231272003-02-05 Jim Blandy <jimb@redhat.com>
23128
23129 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23130 it's local to foobar. Check for it there, and check that it's not
23131 present in main.
23132 * gdb.c++/local.cc (marker2): New function.
23133 (foobar): Call marker1.
23134 (main): Call marker2 instead of marker1.
23135
67f16606
AC
231362003-02-04 Andrew Cagney <ac131313@redhat.com>
23137
23138 * gdb.disasm/mn10200.exp: Obsolete file.
23139 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23140 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23141 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23142
1c5cb38e
DC
231432003-02-04 David Carlton <carlton@math.stanford.edu>
23144
23145 * gdb.c++/overload.exp: Test intToChar(1).
23146 * gdb.c++/overload.cc (intToChar): New.
23147 (main): Call intToChar.
23148
d1fe6965
DC
231492003-02-03 David Carlton <carlton@math.stanford.edu>
23150
23151 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23152 'might_kfail' arg.
23153 KFAIL some of the continue_to_bp_overloaded calls, according to
23154 PR c++/1025.
23155
9ba61c5d
MC
231562003-02-01 Michael Chastain <mec@shout.net>
23157
23158 * gdb.base/advance.c (marker1): New marker function.
23159 * gdb.base/advance.exp: When the 'advance' command lands on the
23160 return breakpoint, it can legitimately stop on either the
23161 current line or the next line. Accommodate both outcomes.
23162 * gdb.base/until.exp: Likewise.
23163
e7494ffb
AC
231642003-02-02 Andrew Cagney <ac131313@redhat.com>
23165
23166 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23167 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23168 now a list, not a tuple.
23169 * gdb.mi/mi-var-display.exp: Ditto.
23170 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 23171
075559bc
AC
231722003-02-01 Andrew Cagney <ac131313@redhat.com>
23173
23174 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23175 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23176 stack backtraces.
23177 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 23178
2bd4c7b1
MK
231792003-02-01 Mark Kettenis <kettenis@gnu.org>
23180
23181 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23182 gdb.mi/mi1-pthreads.exp: Return instead of calling
23183 gdb_suppress_entire_file.
23184
eabd8992
MS
231852003-02-01 Mark Salter <msalter@redhat.com>
23186
23187 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23188
71469e2f
MS
231892003-01-31 Mark Salter <msalter@redhat.com>
23190
23191 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23192 Support empty arg.
23193
38a94d44
MC
231942003-01-30 Michael Chastain <mec@shout.net>
23195
23196 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23197 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23198 has been fixed in gdb/readline on 2003-01-09.
23199
19ea9e73
MS
232002003-01-29 Michael Snyder <msnyder@redhat.com>
23201
e8d359df
MS
23202 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23203 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
23204 * gdb.base/args.exp: Skip if target does not support args passing.
23205
2307bd6a
DJ
232062003-01-22 Daniel Jacobowitz <drow@mvista.com>
23207
19ea9e73 23208 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
23209 gdb_test. Accept a list of expect arguments as the third
23210 parameter.
23211 (gdb_test): Use it.
23212
f2dd3617
EZ
232132003-01-20 Elena Zannoni <ezannoni@redhat.com>
23214
23215 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23216 allow for different test tree configurations. Update some
23217 tescases accordingly.
23218 * gdb.arch/altivec-regs.exp: Ditto.
23219 * gdb.asm/asm-source.exp: Ditto.
23220 * gdb.base/advance.exp: Ditto.
23221 * gdb.base/display.exp: Ditto.
d63a86f8 23222 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
23223 * gdb.base/mips_pro.exp: Ditto.
23224 * gdb.base/overlays.exp: Ditto.
23225 * gdb.base/relocate.exp: Ditto.
23226 * gdb.base/setshow.exp: Ditto.
23227 * gdb.base/step-line.exp: Ditto.
23228 * gdb.base/step-test.exp: Ditto.
23229 * gdb.base/until.exp: Ditto.
23230 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23231
c71cdefd
DC
232322003-01-17 David Carlton <carlton@math.stanford.edu>
23233
23234 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23235 corresponding to PR c++/945.
23236 Update copyright.
23237
fdba05d7
DC
232382003-01-17 David Carlton <carlton@math.stanford.edu>
23239
23240 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23241 corresponding to PR c++/68.
23242
232432003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
23244
23245 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23246 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23247 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23248
c362c33a
EZ
232492003-01-15 Elena Zannoni <ezannoni@redhat.com>
23250
0fbc361c
EZ
23251 * gdb.base/break.exp: Fix change of default location, because of
23252 removal of until tests.
23253 * gdb.base/help.exp: Update test for new 'until' help message.
23254 Add test for help on 'advance'.
a9c64011 23255 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 23256
dabf8a35
MK
232572003-01-15 Mark Kettenis <kettenis@gnu.org>
23258
23259 * gdb.base/default.exp: Adapt "info float" test for recent changes
23260 to that command. Add test for "info vector".
23261 * gdb.base/float.exp: New file. Add test for "info float" that
23262 resembles the old test in gdb.base/default.exp.
23263
a1769aca
DC
232642003-01-15 David Carlton <carlton@math.stanford.edu>
23265
23266 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23267
82025e13
EZ
232682003-01-15 Elena Zannoni <ezannoni@redhat.com>
23269
23270 * gdb.base/break.exp: Move the tests of until command from here...
23271 * gdb.base/until.exp: ... to here. New file. Add other tests.
23272 * gdb.base/advance.c: New file.
23273 * gdb.base/advance.exp: New file.
23274
8f9ab801
EZ
232752003-01-14 Elena Zannoni <ezannoni@redhat.com>
23276
a9c64011
AS
23277 * gdb.base/args.c: New file.
23278 * gdb.base/args.exp: New file.
8f9ab801 23279
9ae66589
DJ
232802003-01-14 Daniel Jacobowitz <drow@mvista.com>
23281
23282 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
23283
8d77e5c3
DJ
232842003-01-14 Daniel Jacobowitz <drow@mvista.com>
23285
23286 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
23287
12d2f0a1
DJ
232882003-01-14 Daniel Jacobowitz <drow@mvista.com>
23289
23290 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
23291 dates.
23292
6ca37014
DJ
232932003-01-13 Daniel Jacobowitz <drow@mvista.com>
23294
23295 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
23296
b0023472
DJ
232972003-01-13 Daniel Jacobowitz <drow@mvista.com>
23298
23299 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
23300 (ptype &*"foo").
23301 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
23302
607fbc54 233032003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
23304
23305 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
23306 * gdb.mi/mi1-console.exp: Likewise.
23307
607fbc54 233082003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
23309
23310 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
23311 * gdb.mi/mi1-console.exp: Likewise.
23312
a1fb14a2
DJ
233132003-01-13 Daniel Jacobowitz <drow@mvista.com>
23314
23315 * gdb.c++/overload.exp: Remove some fixed XFAILs.
23316
c4cf40b7
DJ
233172003-01-09 Daniel Jacobowitz <drow@mvista.com>
23318
23319 * gdb.base/detach.exp: New test.
23320
696d5a5b
DJ
233212003-01-09 Daniel Jacobowitz <drow@mvista.com>
23322
23323 * Makefile.in (ALL_SUBDIRS): New variable.
23324 (subdirs, clean, distclean): Use it.
23325 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
23326 regenerating Makefile, since it is generated from the top level.
23327 * gdb.asm/Makefile.in: Likewise.
23328 * gdb.base/Makefile.in: Likewise.
23329 * gdb.c++/Makefile.in: Likewise.
23330 * gdb.disasm/Makefile.in: Likewise.
23331 * gdb.java/Makefile.in: Likewise.
23332 * gdb.mi/Makefile.in: Likewise.
23333 * gdb.threads/Makefile.in: Likewise.
23334 * gdb.trace/Makefile.in: Likewise.
23335
754533e4
DC
233362003-01-09 David Carlton <carlton@math.stanford.edu>
23337
23338 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
23339 Add copyright year 2003.
23340
d8b3e9ee
MC
233412003-01-06 Michael Chastain <mec@shout.net>
23342
23343 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
23344 When selecting a thread, 'line' and 'file' are optional.
23345 * gdb.mi/mi1-pthreads.exp: Likewise.
23346
8e9e0fe6
AS
233472003-01-06 Andreas Schwab <schwab@suse.de>
23348
23349 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
23350 failures.
23351
b5ab8ff3
DJ
233522003-01-04 Daniel Jacobowitz <drow@mvista.com>
23353
23354 Fix PR gdb/844
23355 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
23356 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
23357
23358 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
23359 instead of calling gdb_suppress_entire_file.
23360 * gdb.threads/print-threads.exp: Likewise.
23361 * gdb.threads/schedlock.exp: Likewise.
23362
23363 * gdb.threads/killed.exp: Return instead of calling
23364 gdb_suppress_entire_file.
23365 * gdb.threads/linux-dp.exp: Likewise.
23366 * gdb.threads/pthreads.exp: Likewise.
23367
1e698235
DJ
233682003-01-04 Daniel Jacobowitz <drow@mvista.com>
23369
23370 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
23371 stabs.
23372 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
23373 * gdb.base/whatis.exp: Always allow (void) after function names.
23374
147ff08c
DJ
233752003-01-04 Daniel Jacobowitz <drow@mvista.com>
23376
23377 * gdb.c++/casts.exp: Correct regexp.
23378
dc62bfc2
MK
233792003-01-04 Mark Kettenis <kettenis@gnu.org>
23380
23381 * configure.in: Call AC_CONFIG_HEADER. Don't call
23382 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
23383 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
23384 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
23385 aforementioned directories in the AC_OUPUT call.
23386 * config.hin: New file.
23387 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23388 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
23389 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
23390 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
23391 pass -I$objdir instead of -I$objdir/$subdir in compilation.
23392 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
23393 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
23394 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
23395 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
23396 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
23397 gdb.threads/configure.in, gdb.threads/configure,
23398 gdb.threads/config.in, gdb.trace/configure.in,
23399 gdb.trace/configure: Removed.
23400
77afa639
MC
234012003-01-03 Michael Chastain <mec@shout.net>
23402
23403 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
23404 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
23405
7634bb6e
DJ
234062003-01-03 Daniel Jacobowitz <drow@mvista.com>
23407
23408 * gdb.base/store.exp: Fix regular expressions.
23409
b39c905e
MK
234102002-12-28 Mark Kettenis <kettenis@gnu.org>
23411
23412 * configure.in: Rewrite.
23413 * configure: Regenerated.
23414
0a8551dd
DC
234152003-01-03 David Carlton <carlton@math.stanford.edu>
23416
23417 * gdb.base/psymtab.exp: New file.
23418 * gdb.base/psymtab1.c: Ditto.
23419 * gdb.base/psymtab2.c: Ditto.
23420
c60b7188
AF
234212002-12-23 Adam Fedor <fedor@gnu.org>
23422
23423 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
23424
ee73db83
DC
234252002-12-23 David Carlton <carlton@math.stanford.edu>
23426
23427 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23428 and current_directory initialization.
23429
d6c1774e
JB
234302002-12-22 Jim Blandy <jimb@redhat.com>
23431
f0a847b8
JB
23432 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23433 rather than as part of the output file name.
23434
d6c1774e
JB
23435 * gdb.base/attach.exp: There's no need to copy the test program to
23436 /tmp; that was only ever necessary on HP/UX, and this test is
23437 entirely disabled there anyway.
23438
f0708dbb
JB
234392002-12-21 Jim Blandy <jimb@redhat.com>
23440
4c2acfea
JB
23441 * gdb.c++/psmang.exp: Doc fix.
23442
f0708dbb
JB
23443 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23444 test.
23445
9579e000
DC
234462002-12-20 David Carlton <carlton@math.stanford.edu>
23447
23448 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23449
d1810171
MC
234502002-12-18 Michael Chastain <mec@shout.net>
23451
23452 * gdb.c++/annota2.exp: Add copyright year 2002.
23453
76565097
DC
234542002-12-17 David Carlton <carlton@math.stanford.edu>
23455
23456 * gdb.c++/try_catch.cc: Add marker comments.
23457 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23458 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23459 * gdb.c++/m-static.cc: Ditto.
23460 * gdb.c++/m-static1.cc: Ditto.
23461 * gdb.c++/try_catch.cc: Ditto.
23462
da81390b
JJ
234632002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23464
23465 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23466 to see whether we are using the new -environment-directory
23467 command which resets via -r or the old version of the command
23468 which may prompt the user. Part of fix for gdb/741.
23469
b304d130
AC
234702002-12-13 Andrew Cagney <ac131313@redhat.com>
23471
23472 * gdb.fortran/types.exp: Update obsolete comment.
23473 * gdb.fortran/exprs.exp: Ditto.
23474 * lib/gdb.exp: Delete obsolete code.
23475 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23476 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23477 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23478 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23479 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23480 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23481 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23482 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23483 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23484 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23485 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23486 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23487 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23488 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23489 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23490 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23491 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23492 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23493 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23494 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23495 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23496 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23497 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23498 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23499 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23500 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23501 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23502 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23503 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23504 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23505 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23506 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23507 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23508 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23509 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23510 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23511 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23512
a23b6e6a
DC
235132002-12-11 David Carlton <carlton@math.stanford.edu>
23514
23515 * gdb.c++/m-data.exp: Add test for members that shadow global
23516 variables: see PR gdb/804.
23517 * gdb.c++/m-data.cc: Ditto.
23518
6604731b
DJ
235192002-12-10 Daniel Jacobowitz <drow@mvista.com>
23520
23521 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23522
de46ecd7
DC
235232002-12-06 David Carlton <carlton@math.stanford.edu>
23524
23525 * gdb.base/store.c: Don't declare functions static.
23526
27e829d0
AC
235272002-12-04 Andrew Cagney <ac131313@redhat.com>
23528
23529 * gdb.base/store.exp, gdb.base/store.c: New files.
23530
92806416
DJ
235312002-12-03 Daniel Jacobowitz <drow@mvista.com>
23532
23533 * gdb.base/selftest.exp: Update for current gdb.
23534
3bcbaac5
DJ
235352002-12-03 Daniel Jacobowitz <drow@mvista.com>
23536
23537 * gdb.base/maint.exp: Only dump symbols from one source file
23538 or objfile.
23539
f4f00b1f
DJ
235402002-12-03 Daniel Jacobowitz <drow@mvista.com>
23541
23542 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23543 function call.
23544
f1c8a949
JB
235452002-11-25 Jim Blandy <jimb@redhat.com>
23546
23547 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23548 function appearing in error message.
23549
9e297a97
DJ
235502002-11-21 Daniel Jacobowitz <drow@mvista.com>
23551
23552 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23553
1f312e79
JJ
235542002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23555
d63a86f8
RM
23556 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23557 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
23558 should be in mi console format. This is part of fix for PR gdb/604.
23559
83c31e7d
FN
235602002-09-18 Fernando Nasser <fnasser@redhat.com>
23561
23562 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23563 which explicitly prints the zero offset as "+0".
23564
322b3f65
DJ
235652002-10-22 Daniel Jacobowitz <drow@mvista.com>
23566
23567 * gdb.threads/schedlock.c (args): Make unsigned.
23568
235692002-10-21 Daniel Jacobowitz <drow@mvista.com>
23570
23571 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23572 numbers. Allow "foo2|selected stack frame".
23573 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23574 * gdb.asm/asmsrc2.s: Likewise.
23575 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23576 comments.
23577 * gdb.asm/mips.inc: New file.
23578
5e2fe5b8
AF
235792002-10-18 Adam Fedor <fedor@gnu.org>
23580
23581 * gdb.base/default.exp: Update expected output to include 'ObjC'.
23582 * gdb.base/help.exp: Likewise.
23583
abe1a5d0
KB
235842002-10-17 Kevin Buettner <kevinb@redhat.com>
23585
23586 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23587 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
23588
10abb1d4
JB
235892002-10-02 Jim Blandy <jimb@redhat.com>
23590
23591 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
23592
1f609b42
AC
235932002-10-01 Andrew Cagney <ac131313@redhat.com>
23594
23595 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
23596 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
23597 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
23598 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
23599 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
23600 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
23601 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
23602
0aee02e4
AC
236032002-09-29 Andrew Cagney <ac131313@redhat.com>
23604
23605 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
23606 * mi0-disassemble.exp, mi0-eval.exp: Delete.
23607 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
23608 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
23609 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
23610 * mi0-var-block.exp, mi0-var-child.exp: Delete.
23611 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 23612
6fde09ad
KB
236132002-09-27 Kevin Buettner <kevinb@redhat.com>
23614
23615 * gdb.base/annota1.exp (info break): Make directory components of
23616 path optional since not all compilers emit this debug information.
23617
889bf7c5
PA
23618 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
23619 step ends up stepping out of the function instead of stopping on
23620 the epilogue.
6fde09ad 23621
9e8aab75
KS
236222002-09-26 Keith Seitz <keiths@redhat.com>
23623
23624 * lib/insight-support.exp (gdbtk_start): Figure out where
23625 the insight executable is based on where gdb is. Use this
23626 executable to start insight instead of gdb.
23627
e36180d7
AC
236282002-09-25 Andrew Cagney <cagney@redhat.com>
23629
23630 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
23631
9dd34b2b
AC
236322002-09-24 Andrew Cagney <ac131313@redhat.com>
23633
23634 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23635 test_isolated_complaints.
23636 (test_empty_complaint): New function.
23637 (test_empty_complaints): New function. Check no output when no
23638 complaints.
d63a86f8 23639
dea97812
KB
236402002-09-19 Jim Blandy <jimb@redhat.com>
23641
a9c64011 23642 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 23643
54951bd7
AC
236442002-09-19 Andrew Cagney <ac131313@redhat.com>
23645
23646 * gdb.gdb/complaints.exp: New file.
23647
dec43320
AC
236482002-09-18 Andrew Cagney <ac131313@redhat.com>
23649
23650 * gdb.base/maint.exp: Check `help maint internal-warning'.
23651
e70d6e3f
DC
236522002-09-18 David Carlton <carlton@math.stanford.edu>
23653
23654 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23655 numbers, and replace them by a single breakpoint after the
23656 constructors are all finished.
23657 Add test 4.
23658 * gdb.c++/m-static.cc: Add test 4.
23659 * gdb.c++/m-static.h: New file.
23660 * gdb.c++/m-static1.cc: New file.
23661
23662 * gdb.c++/printmethod.exp: New file.
23663 * gdb.c++/printmethod.cc: New file.
23664
23665 * gdb.c++/pr-574.exp: New file.
23666 * gdb.c++/pr-574.cc: New file.
23667
afb5c968
CV
236682002-09-18 Corinna Vinschen <vinschen@redhat.com>
23669
23670 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23671 embedded targets which never actually exit.
23672
31e45dee
FN
236732002-09-18 Fernando Nasser <fnasser@redhat.com>
23674
23675 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23676 "don't step after run" as unresolved or unsupported, instead of xfail.
23677
a283c5a1
CV
236782002-09-18 Corinna Vinschen <vinschen@redhat.com>
23679
23680 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23681 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23682 Add newline to expected string in "step out of main (status wrapper)"
23683 case.
23684
11350d2a
CV
236852002-09-18 Corinna Vinschen <vinschen@redhat.com>
23686
23687 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23688 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23689
0deec7d6
TT
236902002-09-17 Tom Tromey <tromey@redhat.com>
23691
23692 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23693 \000, not \0, in double-quoted string.
23694
b2b4a1b5
CV
236952002-09-14 Corinna Vinschen <vinschen@redhat.com>
23696
c9d37158 23697 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
23698 string after running the commands execution on breakpoint tests.
23699
1c56143a
CV
237002002-09-13 Corinna Vinschen <vinschen@redhat.com>
23701
23702 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23703
37f8da45
JB
237042002-09-12 Joel Brobecker <brobecker@gnat.com>
23705
23706 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23707
08b468e0
KS
237082002-09-10 Keith Seitz <keiths@redhat.com>
23709
23710 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23711 runto proc.
23712 (mi_run_to_main): Use mi_runto.
23713 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23714
dc360f58
KS
237152002-09-10 Keith Seitz <keiths@redhat.com>
23716
23717 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23718 regexp for stopping at main. Could have multiple event notifications.
23719 Don't assume that main was declared with no parameters.
23720 (mi_next): Use mi_step_to.
23721 (mi_step): Use mi_next_to.
23722
ce3abcfb
CV
237232002-09-09 Corinna Vinschen <vinschen@redhat.com>
23724
23725 * gdb.base/default.exp: Fix expected string in `info float' test.
23726
d1f5b980
BE
237272002-09-09 Ben Elliston <bje@redhat.com>
23728
23729 * config/mips.exp: Update comments.
23730 * config/mips-idt.exp: Likewise.
23731 * config/nind.exp: Likewise.
23732 * config/slite.exp: Likewise.
23733 * config/sparclet.exp: Likewise.
23734 * config/udi.exp: Likewise.
23735 * config/vx.exp: Likewise.
23736 * config/vxworks29k.exp: Likewise.
23737
2f71430b
JB
237382002-09-05 Jim Blandy <jimb@redhat.com>
23739
23740 * gdb.threads/killed.exp: Fix test failure message.
23741
7ddebc7e
KS
237422002-09-04 Keith Seitz <keiths@redhat.com>
23743
23744 * lib/mi-support.exp: Update copyright.
23745 (mi_gdb_test): Increase the priority of the expected pattern
23746 so that it matches gdb_test.
23747
0ae67eb3
KS
237482002-09-03 Keith Seitz <keiths@redhat.com>
23749
23750 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23751 Use integer comparison instead of string comparison for testing
23752 whether binary was built.
23753
38fc42c8
JB
237542002-09-03 Jim Blandy <jimb@redhat.com>
23755
23756 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23757
b6ff0e81
JB
237582002-08-29 Jim Blandy <jimb@redhat.com>
23759
23760 * gdb.threads/pthreads.exp: Move the portable thread compilation
23761 code into a function in lib/gdb.exp, and call that from here.
23762 * lib/gdb.exp (gdb_compile_pthreads): New function.
23763
07c98896
KS
237642002-08-29 Keith Seitz <keiths@redhat.com>
23765
23766 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23767 expect_out so that callers can get at it.
23768
0312286c
DJ
237692002-08-23 Daniel Jacobowitz <drow@mvista.com>
23770
23771 * gdb.threads/print-threads.c: New file.
23772 * gdb.threads/print-threads.exp: New file.
23773 * gdb.threads/schedlock.c: New file.
23774 * gdb.threads/schedlock.exp: New file.
23775
dd039bc4
EZ
237762002-08-22 Elena Zannoni <ezannoni@redhat.com>
23777
a9c64011
AS
23778 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23779 not altivec.c.
dd039bc4 23780
1f36144c
MK
237812002-08-17 Mark Kettenis <kettenis@gnu.org>
23782
23783 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23784 targets. The problem should be fixed now.
23785
16057ec7 237862002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
23787
23788 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23789 2002-07-24 change that removes final dots from error messages.
23790
3c1499ad
TT
237912002-08-13 Tom Tromey <tromey@redhat.com>
23792
23793 * gdb.base/readline.exp: New file.
23794
a20ce2c3
AC
237952002-08-01 Andrew Cagney <ac131313@redhat.com>
23796
23797 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23798 supress message.
23799
db034ac5
AC
238002002-08-01 Andrew Cagney <cagney@redhat.com>
23801
23802 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23803 CHILL_FOR_TARGET and CHILL_LIB.
23804 * configure.in (configdirs): Remove gdb.chill.
23805 * configure: Regenerate.
23806 * lib/gdb.exp: Obsolete references to chill.
23807 * gdb.fortran/types.exp: Ditto.
23808 * gdb.fortran/exprs.exp: Ditto.
23809
3e000b18
KB
238102002-07-30 Kevin Buettner <kevinb@redhat.com>
23811
23812 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23813 set Irix-specific compile and link flags.
23814
28f4966b
KB
238152002-07-29 Kevin Buettner <kevinb@redhat.com>
23816
23817 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23818 source files. The ``-o'' option doesn't work with the ``-E'' option
23819 when using the Irix compiler.
23820
46c0d5a6
DJ
238212002-07-19 Daniel Jacobowitz <drow@mvista.com>
23822
23823 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23824 Improve support for reusing an exec file. Copy exec file
23825 to target, and run gdbserver on the target instead of on the host.
23826
eecf4bed
JB
238272002-07-18 Jim Blandy <jimb@redhat.com>
23828
0f815cdf
JB
23829 * gdb.base/ending-run.exp: Don't expect to see the program end in
23830 some orderly fashion when we're running on a real stand-alone
23831 board.
23832
eecf4bed
JB
23833 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23834 targets that don't support interrupts.
23835
52d309e4
JB
238362002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23837
23838 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23839 systems.
23840 Move comments in expect statements to inside the actions, so that they
23841 don't get matched against.
23842
ff683d9e
MK
238432002-07-10 Mark Kettenis <kettenis@gnu.org>
23844
23845 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23846 function when asleep" test.
23847
b5356753
AC
238482002-07-10 Andrew Cagney <ac131313@redhat.com>
23849
23850 * gdb.base/page.exp: Rewrite to handle problems with very long
23851 `info set' output. Update copyright.
23852
6aa4d13a
AC
238532002-06-26 Andrew Cagney <ac131313@redhat.com>
23854
23855 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23856 gdb.threads-hp.
23857 * gdb.hp/configure: Regenerate.
23858 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23859 * gdb.hp/gdb.threads-hp/configure: Delete file.
23860 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23861
8cf8c2b8
AC
238622002-06-22 Andrew Cagney <ac131313@redhat.com>
23863
23864 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23865 setlocale, bindtextdomain and textdomain.
23866
6827a8f8
JB
238672002-06-11 Jim Blandy <jimb@redhat.com>
23868
919d772c
JB
23869 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23870 preprocessor macro information is present.
23871
6827a8f8
JB
23872 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23873 tests.
23874
c15b0d21
MS
238752002-06-06 Michael Snyder <msnyder@redhat.com>
23876
c5984d70
MS
23877 * gdb.base/overlays.exp: Record addresses of overlay
23878 functions in TCL variables rather than in GDB variables,
23879 to avoid having GDB convert them to pointers (with loss
23880 of information).
23881
d63a86f8 23882 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 23883 default linker script changes.
c15b0d21
MS
23884 * gdb.base/long_long.exp: Add check for sizeof (long double).
23885
be26fe0d
ML
238862002-06-06 Michal Ludvig <mludvig@suse.cz>
23887
23888 * gdb.asm/asm-source.exp: Add x86-64 target.
23889 * gdb.asm/x86_64.inc: New.
d63a86f8 23890
258093ca 238912002-05-30 Michael Chastain <mec@shout.net>
258093ca 23892
4b3153f1 23893 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
23894 * gdb.c++/m-static.cc: New file.
23895 * gdb.c++/m-static.exp: New file.
23896
241264c6
MS
238972002-05-28 Michael Snyder <msnyder@redhat.com>
23898
23899 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23900 precision.
23901
9bba8c8f 239022002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 23903
4b3153f1 23904 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
23905 * gdb.c++/m-data.cc: New file.
23906 * gdb.c++/m-data.exp: New file.
23907
239082002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 23909
4b3153f1 23910 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 23911 * gdb.c++/try_catch.cc: New file.
d63a86f8 23912 * gdb.c++/try_catch.exp: New file.
9bba8c8f 23913
def1b996
MC
239142002-05-27 Michael Chastain <mec@shout.net>
23915
23916 * gdb.c++/local.exp: Accept more nested types in output.
23917
522ba268
MC
239182002-05-26 Michael Chastain <mec@shout.net>
23919
23920 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23921
277254ba
MS
239222002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23923
23924 * lib/gdb.exp (gdb_wrapper_init): Just because
23925 gdb_wrapper_file exists, this does not mean that the file
23926 should not be rebuilt. That is what gdb_wrapper_initialized
23927 is for.
23928 (default_gdb_init): Reset gdb_wrapper_initialized.
23929
b61a8733
MS
239302002-05-23 Michael Snyder <msnyder@redhat.com>
23931
d63a86f8 23932 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
23933 the precision of the floating point test results.
23934 * gdb.base/call-rt-st.exp: Ditto.
23935
b61a8733
MS
23936 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23937 * gdb.base/call-rt-st.exp: Ditto.
23938
56f6e910
MC
239392002-05-19 Michael Chastain <mec@shout.net>
23940
23941 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23942
ad0b0016
EZ
239432002-05-19 Elena Zannoni <ezannoni@redhat.com>
23944
a9c64011
AS
23945 * configure.in (configdirs): Add gdb.arch.
23946 * configure: Regenerate.
ad0b0016 23947
f617d2b6
JB
239482002-05-17 Jim Blandy <jimb@redhat.com>
23949
23950 * gdb.base/completion.exp: Recognize the more detailed error
23951 messages produced by the macro expander's lexical analyzer.
23952
eac2a696
EZ
239532002-05-14 Elena Zannoni <ezannoni@redhat.com>
23954
a9c64011
AS
23955 * gdb.arch/altivec-abi.c: New file.
23956 * gdb.arch/altivec-abi.exp: New file.
23957 * gdb.arch/altivec-regs.c: New file.
23958 * gdb.arch/altivec-regs.exp: New file.
eac2a696 23959
2fdde8f8
DJ
239602002-05-14 Daniel Jacobowitz <drow@mvista.com>
23961
23962 * gdb.base/maint.exp (maint print type): Update for new type
23963 structure.
d63a86f8 23964
e31f1a7c
EZ
239652002-05-14 Elena Zannoni <ezannoni@redhat.com>
23966
23967 * gdb.arch: New directory.
23968 * gdb.arch/configure.in: New file.
23969 * gdb.arch/configure: New file.
23970 * gdb.arch/Makefile.in: New file.
23971
db589741
CV
239722002-05-13 Corinna Vinschen <vinschen@redhat.com>
23973
23974 * gdb.asm/asm-source.exp: Add v850 as supported target.
23975 * gdb.asm/v850.inc: New file.
23976
8ce2a7dc
DJ
239772002-05-13 Daniel Jacobowitz <drow@mvista.com>
23978
23979 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23980
df763c7f
DJ
239812002-05-12 Daniel Jacobowitz <drow@mvista.com>
23982
23983 * gdb.base/break.exp: Check 'break "marker2"'.
23984
377daeed
MS
239852002-05-10 Michael Snyder <msnyder@redhat.com>
23986
23987 * gdb.base/long_long.exp: Fix typo.
23988
c4b7bc2b
JB
239892002-05-10 Jim Blandy <jimb@redhat.com>
23990
ecac9a4e
JB
23991 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23992 a bug.
23993
c4b7bc2b
JB
23994 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23995 Recognize more detailed error message produced by the macro
23996 expander's lexical analyzer.
23997 * lib/gdb.exp (test_print_reject): Same.
23998
e71019a1
MK
239992002-05-09 Mark Kettenis <kettenis@gnu.org>
24000
24001 * gdb.c++/method.exp: Fix typo.
24002
fedfc8e6
MS
240032002-05-08 Michael Snyder <msnyder@redhat.com>
24004
166a1957
MS
24005 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24006 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 24007 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
24008 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24009 Add iftarget clause for strongarm.
d63a86f8 24010
f1c47eb2
MS
240112002-05-06 Michael Snyder <msnyder@redhat.com>
24012
cb9a9d3e
MS
24013 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24014 (gdb_continue_to_end): Accept output from status wrapper.
24015 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24016 Clean up fail messages to match pass messages.
24017
f1c47eb2
MS
24018 Enable the "needs_status_wrapper" testsuite feature.
24019 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24020 (gdb_compile): Conditionally call gdb_wrapper_init.
24021 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24022 * gdb.c++/method.exp: Recognize output from status wrapper.
24023
6079c749
BE
240242002-05-06 Ben Elliston <bje@redhat.com>
24025From Graydon Hoare <graydon@redhat.com>
24026
24027 * config/sid.exp: Include support for "rawsid" protocol.
24028
188baff3
JB
240292002-05-03 Jim Blandy <jimb@redhat.com>
24030
24031 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24032 * gdb.c++/hang3.C: New file.
24033
b9c07f0f
AC
240342002-05-04 Andrew Cagney <ac131313@redhat.com>
24035
24036 * gdb.base/default.exp: Remove obsolete code.
24037 * gdb.c++/misc.exp: Ditto. Update copyright.
24038 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24039 * gdb.base/whatis.exp: Ditto. Update copyright.
24040 * gdb.base/scope.exp: Ditto. Update copyright.
24041 * gdb.base/ptype.exp: Ditto. Update copyright.
24042 * gdb.base/printcmds.exp: Ditto. Update copyright.
24043 * gdb.base/opaque.exp: Ditto. Update copyright.
24044 * gdb.base/list.exp: Ditto.
24045 * gdb.base/funcargs.exp: Ditto. Update copyright.
24046 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24047 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24048 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24049 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24050 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24051 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24052
5c7a0397
MS
240532002-05-02 Michael Snyder <msnyder@redhat.com>
24054
d6dcc264 24055 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
24056 * gdb.base/long_long.exp: Add xscale target.
24057 * gdb.base/default.exp: Add xscale target.
24058
eb7f1c48
JB
240592002-05-01 Jim Blandy <jimb@redhat.com>
24060
24061 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24062 gdb.c++/hang.exp: New test.
24063
a6befae8
FF
240642002-05-01 Fred Fish <fnf@redhat.com>
24065
24066 * gdb.base/completion.exp: Handle completions of "./Make" for
24067 more than one completion possibility, as is the case when we
24068 build and test in the source tree.
24069
0a310277
AG
240702002-04-29 Anthony Green <green@redhat.com>
24071
24072 * gdb.java/jmisc1.exp: New file.
24073 * gdb.java/jmisc2.exp: New file.
24074
6ff9af88
DJ
240752002-04-24 Daniel Jacobowitz <drow@mvista.com>
24076
24077 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24078
96b3d632
EZ
240792002-04-23 Elena Zannoni <ezannoni@redhat.com>
24080
24081 * gdb.base/help.exp: Change 'help status' to allow for target
24082 dependent output differences.
24083
5019bb54
MC
240842002-04-22 Michael Chastain <mec@shout.net>
24085
24086 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24087
a805a116
MC
240882002-04-22 Michael Chastain <mec@shout.net>
24089
24090 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24091
a1706bfd
DM
240922002-04-17 David S. Miller <davem@redhat.com>
24093
24094 * gdb.asm/sparc64.inc: New file.
24095 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24096
a73a20a2
EZ
240972002-04-19 Elena Zannoni <ezannoni@redhat.com>
24098
24099 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24100 instruction file directly into the build tree. Clean up at end of
24101 test.
24102
ba678339
DM
241032002-04-18 David S. Miller <davem@redhat.com>
24104
24105 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24106 handle 64-bit platforms correctly.
24107 * gdb.base/maint.exp: Likewise.
24108
b03399da
KB
241092002-04-18 Kevin Buettner <kevinb@redhat.com>
24110
24111 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24112 ``-fpic'' when compiling files comprising a shared library, but
24113 it does need additional linker flags in order to find shared
24114 libraries at run time.
24115
e2004992
KB
241162002-04-18 Kevin Buettner <kevinb@redhat.com>
24117
24118 * gdb.base/cvexpr.c (use): New function.
24119 (main): Invoke use() on all global variables to prevent
24120 some linkers from deleting these otherwise unused symbols.
24121
d8937120
MC
241222002-04-17 Michael Chastain <mec@shout.net>
24123From David S. Miller <davem@redhat.com>
24124
24125 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24126 handle 64-bit platforms correctly.
24127
ffd61a58
MS
241282002-04-12 Michael Snyder <msnyder@redhat.com>
24129From Jim Blandy <jimb@redhat.com>
a9c64011 24130 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
24131 script can handle this instead.
24132 * gdb.base/bar.c (barx): Same.
24133 * gdb.base/baz.c (bazx): Same.
24134 * gdb.base/grbx.c (grbxx): Same.
24135
24136 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24137 manager doesn't automatically unmap overlays unnecessarily.
24138
6b8426a6
MH
241392002-04-10 Martin M. Hunt <hunt@redhat.com>
24140
24141 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24142 stepping out of main.
24143
34af4875
MC
241442002-04-09 Michael Chastain <mec@shout.net>
24145
24146 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24147 scope so that the nested scope tests will make sense.
24148 * gdb.c++/local.exp: Write patterns that actually work with gcc
24149 (the HP patterns "were never known to work with gcc").
24150 Keep the old aCC patterns too.
24151
2d1676a0
DJ
241522002-04-09 Daniel Jacobowitz <drow@mvista.com>
24153
24154 * gdb.base/attach.exp: Correct target board test.
24155
3a63e3f9
MC
241562002-04-08 Michael Chastain <mec@shout.net>
24157
24158 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24159 in a const method. Add some xfail and fail cases for configurations
24160 that do not emit the "const ...".
24161
f18dabd2
MC
241622002-04-07 Michael Chastain <mec@shout.net>
24163
24164 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24165 Accept "A * const" and "const A * const" as type of "this".
24166 Fix spelling of getFunky throughout. Make messages uniform.
24167
0fcddd82
EZ
241682002-04-07 Elena Zannoni <ezannoni@redhat.com>
24169
a9c64011 24170 Work around for PR gdb/285:
0fcddd82
EZ
24171 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24172
16a8534a
EZ
241732002-04-07 Elena Zannoni <ezannoni@redhat.com>
24174
24175 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24176 instructions file at run time instead of configure time.
24177 Sometimes we run the test in a directory that is not the one we
24178 configured in.
24179 * gdb.asm/configure.in: Delete creation of symlink.
24180 * gdb.asm/configure: Regenerate.
24181
24181d81
JB
241822002-04-05 J. Brobecker <brobecker@gnat.com>
24183
24184 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24185 xfullpath () function.
24186
7cdb7107
DJ
241872002-04-04 Daniel Jacobowitz <drow@mvista.com>
24188
24189 * gdb.asm/Makefile.in: Correct dependencies.
24190
24191 * gdb.asm/powerpc.inc: New file.
24192 * gdb.asm/asm-source.exp: Add PowerPC.
24193 * gdb.asm/configure.in: Likewise.
24194 * gdb.asm/configure: Regenerated.
24195
a7d17088
DJ
241962002-04-04 Daniel Jacobowitz <drow@mvista.com>
24197
24198 * gdb.base/relocate.exp: New file.
24199 * gdb.base/relocate.c: New file.
24200
cd721503
FF
242012002-04-04 Fred Fish <fnf@redhat.com>
24202
24203 * gdb.base/step-test.exp: Update comment regarding stopping in
24204 memcpy/bcopy calls inserted as part of the compiler runtime.
24205
b22ad7a7
MS
242062002-04-04 Michael Snyder <msnyder@redhat.com>
24207
24208 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24209
5f279fa6
DJ
242102002-04-03 Daniel Jacobowitz <drow@mvista.com>
24211
24212 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24213 (gdb_expect): Remove $notransfer hack.
24214
dd0fd3ce
DJ
242152002-04-02 Daniel Jacobowitz <drow@mvista.com>
24216
24217 * gdb.c++/classes.exp ("calling method for small class"): Match
24218 updated register output.
24219
1e50cda1
DJ
242202002-03-30 Daniel Jacobowitz <drow@mvista.com>
24221
24222 Fix PR gdb/452
24223 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24224 when finished. Make gdb_file_cmd send "exec-file" when
24225 appropriate.
24226
24015922
DJ
242272002-03-30 Daniel Jacobowitz <drow@mvista.com>
24228
24229 * gdb.base/attach.exp: Remove extra setup_xfail.
24230
dd7dfd64
MS
242312002-03-26 Michael Snyder <msnyder@redhat.com>
24232
24233 * gdb.base/default.exp: Add tests for dump, append, and restore.
24234 * gdb.base/help.exp: Add tests for dump, append, and restore.
24235 * gdb.base/dump.exp: New file, test dump, append and restore.
24236 * gdb.base/dump.c: New file.
24237
48b2f8d7
MS
242382002-03-27 Michael Snyder <msnyder@redhat.com>
24239
d63a86f8 24240 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
24241 clean-ups in help messages.
24242
05b4d525
FF
242432002-03-26 Fred Fish <fnf@redhat.com>
24244
24245 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24246 have debugging info for those functions and the compiler uses them
24247 internally to copy structs around.
24248
d7679631
FF
242492002-03-26 Fred Fish <fnf@redhat.com>
24250
24251 * gdb.base/list.exp: Revert the change made yesterday and add note
24252 about why we don't list the default lines for remote targets.
24253
523ac3f9
MS
242542002-03-25 Michael Snyder <msnyder@redhat.com>
24255
24256 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24257
754b2b8d
FF
242582002-03-25 Fred Fish <fnf@redhat.com>
24259
24260 * gdb.base/list.exp: This test works on remote targets so remove
24261 the short circuit for remote targets. Update copyright.
24262
33c3e192
FF
242632002-03-25 Fred Fish <fnf@redhat.com>
24264
24265 * gdb.base/attach.exp: Fix logic error that was suppressing this
24266 test for all non hppa*-*-hpux* targets, instead of the hp target.
24267 Move comments closer to the suppression point. Also now need to
24268 check that we are running natively.
24269
d43e73ee
MS
242702002-03-22 Michael Snyder <msnyder@redhat.com>
24271
882c8f02
MS
24272 * gdb.base/default.exp: Add test for gcore. Update copyright.
24273 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 24274
04c12f60
FF
242752002-03-06 Fred Fish <fnf@redhat.com>
24276
24277 * gdb.base/funcargs.c: Remove extraneous ';' character.
24278 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24279
b43df995
MC
242802002-03-04 Michael Chastain <mec@shout.net>
24281
24282 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
24283 accommodate gcc v3 function signature.
24284 * gdb.mi/mi0-var-cmd-exp: Ditto.
24285
92362027
AC
242862002-02-24 Andrew Cagney <ac131313@redhat.com>
24287
24288 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
24289 ``GNU/Linux'' or ``Linux kernel''
24290 * testsuite/gdb.threads/pthreads.c: Ditto.
24291
258ad32d
MC
242922002-02-24 Michael Chastain <mec@shout.net>
24293
24294 * gdb.threads/pthreads.c (thread1): Add a return statement.
24295 (thread2): Likewise.
24296 (foo): Likewise.
24297
04c3b3d4
MC
242982002-02-23 Michael Chastain <mec@shout.net>
24299
24300 * gdb.threads/linux-dp.c (philosopher): Add a return statement
24301 to placate gcc.
24302
5a2a0a20
MC
243032002-02-23 Michael Chastain <mec@shout.net>
24304
24305 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
24306 test "ptype bint". The test passes on all my stabs configurations.
24307
a640f7fc
JB
243082002-02-21 Jim Blandy <jimb@redhat.com>
24309
27924826
JB
24310 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
24311 filename at a time, and watch for the ones we want to see.
24312
a640f7fc
JB
24313 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
24314 types of pointers to prototyped functions.
24315
edcc8c75
AC
243162002-02-20 Andrew Cagney <ac131313@redhat.com>
24317
24318 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
24319 signed, unsigned and straight char.
24320 (padding_char, padding_short, padding_int, padding_long,
24321 padding_long_long, padding_float, padding_double,
24322 padding_long_double): New global variables.
24323 (fill, fill_structs): New functions.
24324
24325 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
24326 for correctly sized writes. Update copyright.
24327 (get_valueof): New procedure.
24328 (get_sizeof): Call get_valueof.
24329 (check_valueof): New procedure.
24330 (check_padding): New procedure.
24331
ac57ea44
MC
243322002-02-20 Michael Chastain <mec@shout.net>
24333
24334 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
24335 to setup_xfail. Document some of the remaining calls.
24336
7a10c941
MC
243372002-02-18 Michael Chastain <mec@shout.net>
24338
24339 * gdb.c++/userdef.exp: Update copyright year.
24340
fb8acdcc
DJ
243412002-02-18 Daniel Jacobowitz <drow@mvista.com>
24342
24343 * gdb.c++/userdef.exp: Test overloaded operators properly.
24344 Remove xfails.
24345
fda6ae12
MS
243462002-02-14 Michael Snyder <msnyder@redhat.com>
24347
24348 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
24349
676a0442
DJ
243502002-02-14 Daniel Jacobowitz <drow@mvista.com>
24351
24352 * gdb.base/a2-run.exp: Check for a remote target properly.
24353 * gdb.base/annota1.exp: Likewise.
24354 * gdb.base/list.exp: Likewise.
24355 * gdb.base/reread.exp: Likewise.
24356 * gdb.base/scope.exp: Likewise.
24357 * gdb.base/shlib-call.exp: Likewise.
24358 * gdb.base/term.exp: Likewise.
24359 * gdb.c++/annota2.exp: Likewise.
24360
78b4f468
RE
243612002-02-13 Richard Earnshaw <rearnsha@arm.com>
24362
24363 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
24364
9a81ba51
MC
243652002-02-10 Michael Chastain <mec@shout.net>
24366
24367 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
24368 (call_after_alloca): Ditto.
24369
004af6c7
DJ
243702002-02-10 Daniel Jacobowitz <drow@mvista.com>
24371
24372 * gdb.base/ending-run.exp: Guard "cont" test with
24373 gdb_skip_stdio_test.
24374
37225f62
JB
243752002-02-06 Jim Blandy <jimb@redhat.com>
24376
24377 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
24378 from here...
24379 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
24380 To here. Disable this test on non-HP platforms. Add big comment.
24381
fe6fdd96
MS
243822002-02-04 Michael Snyder <msnyder@redhat.com>
24383
24384 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
24385 other than d10v and m32r.
24386
036fad3f
RE
243872002-02-02 Richard Earnshaw <rearnsha@arm.com>
24388
24389 * gdb.base/default.exp: Rewrite test patterns to reduce time
24390 taken to match them.
24391
7148ab62
DJ
243922002-01-30 Daniel Jacobowitz <drow@mvista.com>
24393
24394 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
24395 Allow a start function above main.
24396 * gdb.threads/linux-dp.exp: Fix copyright date.
24397
396cc255
DJ
243982002-01-30 Daniel Jacobowitz <drow@mvista.com>
24399
a9c64011
AS
24400 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
24401 (check_philosopher_stack): Check for manager thread before checking
24402 for a just-starting thread.
396cc255 24403
f038d31b
DJ
244042002-01-30 Daniel Jacobowitz <drow@mvista.com>
24405
24406 From Neil Booth <neil@daikokuya.demon.co.uk>:
24407 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
24408 warnings.
24409
b3ff9d9a
FF
244102002-01-21 Fred Fish <fnf@redhat.com>
24411
24412 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
24413 not caller.
24414
39ad761d
JB
244152002-01-21 Jim Blandy <jimb@redhat.com>
24416
24417 * gdb.base/reread.exp: Check that GDB properly re-reads the
24418 executable file when it changes while no inferior is running.
24419
aaf320fa
FF
244202002-01-21 Fred Fish <fnf@redhat.com>
24421
a9c64011
AS
24422 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
24423 optionally accept the "shlib events" variation.
aaf320fa 24424
808a31f5
JB
244252002-01-21 Jim Blandy <jimb@redhat.com>
24426
24427 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24428 call `fflush' after every `printf', so that the output is produced
24429 at predictable points, regardless of whatever buffering does (or
24430 doesn't) take place.
24431 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24432 at different points.
24433
4420d5e2
DJ
244342002-01-20 Daniel Jacobowitz <drow@mvista.com>
24435
24436 * gdb.c++/inherit.exp: Update copyright years.
24437 * gdb.c++/method.exp: Likewise.
24438
3e36a0f4
DJ
244392002-01-20 Daniel Jacobowitz <drow@mvista.com>
24440
24441 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24442 artificial methods/arguments.
24443 * gdb.c++/derivation.exp: Likewise.
24444 * gdb.c++/inherit.exp: Likewise.
24445 * gdb.c++/method.exp: Likewise.
24446 * gdb.c++/virtfunc.exp: Likewise.
24447
b4ceaee6
AC
244482002-01-18 Andrew Cagney <ac131313@redhat.com>
24449
24450 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24451 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24452 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24453 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24454 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24455 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24456
ecace851
JB
244572002-01-17 Jim Blandy <jimb@redhat.com>
24458
24459 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24460 anchoring the pattern matching the entry point symbol's name.
24461
375fc983
AC
244622002-01-17 Andrew Cagney <ac131313@redhat.com>
24463
24464 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24465 continue/quit query. Update copyright.
24466
fe6fdd96
MS
244672002-01-14 Michael Snyder <msnyder@redhat.com>
24468
24469 * gdb.base/gcore.exp: Remove extra debugging output.
24470
e017c81f
DJ
244712002-01-13 Daniel Jacobowitz <drow@mvista.com>
24472
24473 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24474 for slightly dubious v2 mangled string.
24475
37ab3bf8
DJ
244762002-01-13 Daniel Jacobowitz <drow@mvista.com>
24477
24478 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24479
1bc05c3a 244802002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 24481
1bc05c3a 24482 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 24483
1bc05c3a
JM
24484 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24485 constructors.
24486 * gdb.c++/derivation.exp: Likewise.
24487 * gdb.c++/templates.exp: Likewise.
24488 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 24489
1bc05c3a
JM
244902002-01-10 Michael Snyder <msnyder@redhat.com>
24491
24492 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 24493
a911c360
MS
244942002-01-08 Michael Snyder <msnyder@redhat.com>
24495
24496 * gdb.base/gcore.exp: New test for generate-core-file command.
24497 * gdb.base/gcore.c: Testcase for above.
24498 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24499
ea2119ec
JM
245002002-01-08 Jason Merrill <jason@redhat.com>
24501
24502 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24503
68203136
FF
245042002-01-07 Fred Fish <fnf@redhat.com>
24505
24506 * gdb.c++/overload.exp: Remove unconditional xfails for:
24507 print foo_instance1.overloadargs(1)
24508 print foo_instance1.overloadargs(1, 2)
24509 print foo_instance1.overloadargs(1, 2, 3)
24510 print foo_instance1.overloadargs(1, 2, 3, 4)
24511 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24512 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24513 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24514 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24515 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24516 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24517 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24518 print foo_instance1.overload1arg()
24519 print foo_instance1.overload1arg((char)arg2)
24520 print foo_instance1.overload1arg((signed char)arg3)
24521 print foo_instance1.overload1arg((unsigned char)arg4)
24522 print foo_instance1.overload1arg((int)arg7)
24523 print foo_instance1.overload1arg((unsigned int)arg8)
24524 print foo_instance1.overload1arg((float)arg11)
24525 print foo_instance1.overload1arg((double)arg12)
d63a86f8 24526
21b9b5b1
MS
245272002-01-07 Michael Snyder <msnyder@redhat.com>
24528
24529 * gdb.base/huge.exp: New test. Print a very large target data object.
24530 (skip_huge_test): New test variable. Define if you want to skip this
24531 test. The test reads an 8 megabyte data object from the target, so it
24532 might be very time consuming on remote targets with a slow connection.
24533 * gdb.base/huge.c: New file. Test case for above.
24534
725f922e
FF
245352002-01-07 Fred Fish <fnf@redhat.com>
24536
24537 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24538 g_instance.bfoo, and g_instance.cfoo.
24539
889bf7c5 245402002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 24541
889bf7c5
PA
24542 * gdb.base/break.c (multi_line_if_conditional): New function.
24543 (multi_ilne_while_conditional): Likewise.
24544 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24545 IF or WHILE condition puts the breakpoint at the start of
24546 the condition.
f286b2c3 24547
634d57ec
JL
24548 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24549 hppa*-*-hpux* expected failure.
24550 * gdb.base/structs.exp (do_function_calls): Similarly.
24551
24552 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24553 watchpoints.
24554
9fbfe2dc
AC
245552002-01-06 Andrew Cagney <ac131313@redhat.com>
24556
24557 Fix PR gdb/66.
24558 * gdb.base/structs.exp: Replace skip for a29k with skip for
24559 gdb,cannot_call_functions.
24560 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24561 * gdb.base/callfuncs.exp: Ditto.
24562 * gdb.base/call-rt-st.exp: Ditto.
24563 * gdb.base/call-strs.exp: Ditto.
24564 * gdb.base/callfwmall.exp: Ditto.
24565 * gdb.base/scope.exp: Obsolete xfail a29k.
24566 * gdb.c++/misc.exp: Ditto.
24567 * gdb.c++/cplusfuncs.exp: Ditto.
24568 * gdb.base/ptype.exp: Ditto.
24569 * gdb.base/printcmds.exp: Ditto.
24570 * gdb.base/opaque.exp: Ditto.
24571 * gdb.base/list.exp: Ditto.
24572 * gdb.base/funcargs.exp: Ditto.
24573 * gdb.base/default.exp: Ditto.
24574
8ddad156
MS
245752002-01-04 Michael Snyder <msnyder@redhat.com>
24576
ca4976a6 24577 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
24578 * gdb.base/maint.exp: Add tests for maint info sections options.
24579
1b074332
JL
24580Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
24581
24582 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
24583
7d159115
CV
245842001-12-20 Corinna Vinschen <vinschen@redhat.com>
24585
24586 * gdb.asm/arm.inc: New file.
24587 * gdb.asm/asm-source.exp: Add arm targets.
24588 * gdb.asm/configure.in: Ditto.
24589 * gdb.asm/configure: Recreated from configure.in.
24590
8fb87725
JL
24591Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
24592
afabe08c
JL
24593 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
24594 with HP's compiler.
24595 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
24596 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
24597 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
24598 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
24599
24600 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
24601 either HP's compilers or GCC.
24602
db521deb
JL
24603 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
24604 a SIGBUS or SIGSEGV.
24605
24606 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
24607
24608 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
24609 can be compiled with either HP's compiler or GCC.
24610
cfa88ab7
JL
24611 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
24612 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
24613 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
24614
ca344dff
JL
24615 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
24616 to match current gdb output. Update due to using auto-solib-limit
24617 for limiting instead of overloading auto-solib-add.
24618 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
24619 test program.
24620
3f3c6e55 24621 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
24622 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
24623 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
24624 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
24625 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
24626 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
24627 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
24628 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
24629 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
24630 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
24631 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
24632 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
24633 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 24634
8fb87725
JL
24635 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24636 a SIGTRAP to the inferior.
24637
cf599fa7
CV
246382001-12-19 Corinna Vinschen <vinschen@redhat.com>
24639
24640 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24641 Substitute call to target_link by call to gdb_compile.
24642
2cd045cd
JL
24643Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24644
a9c64011
AS
24645 * gdb.base/break.exp: Fix HP specific search string when testing
24646 backtracing in a called function.
2cd045cd 24647
a9c64011
AS
24648 * gdb.base/constvars.exp: Only set lang to C++ if we're
24649 compiling the test with HP's compilers.
24650 * gdb.base/volatile.exp: Similarly.
2cd045cd 24651
99ebe9ac
JB
246522001-12-19 Jim Blandy <jimb@redhat.com>
24653
24654 * gdb.base/printcmds.exp: Expect the null character to be printed
24655 as '\0', and the '\013' to be printed as '\v'.
24656 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24657 * gdb.base/setvar.exp: Same.
24658
b9891b29
JB
246592001-12-17 Jim Blandy <jimb@redhat.com>
24660
0eba65ab
JB
24661 * gdb.base/completion.exp: Rather than completing very long
24662 filenames, which can make the readline library produce output we
24663 don't recognize, cd to the directory first, and then complete
24664 using nice, short relative paths.
24665
6970b5b1
JB
24666 * gdb.base/completion.exp: On some systems, there is, in fact, a
24667 variable named `b' in scope, since GDB treats all static
a9c64011
AS
24668 variables as being in scope. So use `no_var_named_this'
24669 instead of `b'.
6970b5b1 24670
b9891b29 24671 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 24672 can't find the core file's registers as a failure.
b9891b29 24673
e6ccd35f
JSC
246742001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24675
a9c64011
AS
24676 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24677 test expect string more specific.
e6ccd35f 24678
105ba819
CV
246792001-12-13 Corinna Vinschen <vinschen@redhat.com>
24680
24681 * gdb.asm/asm-source.exp: Add support for xstormy16.
24682 * gdb.asm/configure.in: Ditto.
24683 * gdb.asm/configure: Rebuild.
24684 * gdb.asm/xstormy16.inc: New file.
24685
e9e79dd9
FF
246862001-12-10 Fred Fish <fnf@redhat.com>
24687
24688 * gdb.base/maint.exp: Update to match changes in type dumping code.
24689
347dc97d
JB
246902001-12-10 Jim Blandy <jimb@redhat.com>
24691
24692 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
24693 matching the entry point symbol's name at the beginning of the
24694 line.
347dc97d 24695
5178b9d6
DJ
246962001-12-07 Daniel Jacobowitz <drow@mvista.com>
24697
24698 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24699 gdb.c++/inherit.exp, gdb.c++/method.exp,
24700 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24701 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24702 and class layout support.
24703
af890c52
DJ
247042001-12-07 Daniel Jacobowitz <drow@mvista.com>
24705
24706 * gdb.c++/classes.exp: Add test for static member function.
24707 * gdb.c++/misc.cc: Add class with static member function.
24708
7a345fb3
JB
247092001-12-07 Jim Blandy <jimb@redhat.com>
24710
f2e54a80 24711 If GDB says it can't find the struct the function returned, report
8032bf31
JB
24712 those tests as `unsupported'.
24713 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24714 Rewrite subsequent tests to use it.
24715
24716 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
24717 those tests as `unsupported'.
24718 * gdb.base/structs.exp (call_struct_func): New function.
24719 (do_function_calls): Use call_struct_func to call the functions
24720 returning structs.
24721
0bc69509
JB
24722 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24723 whether functions are prototyped or not, so we can't possibly pass
24724 arguments to t_float_values2 properly.
24725
7a345fb3
JB
24726 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24727 value of `timeout' for targets other than the mips*tx39-*.
24728
edb6ede1
MS
247292001-12-06 Michael Snyder <msnyder@redhat.com>
24730
d63a86f8 24731 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
24732 and detect whether the start symbol has a leading underscore.
24733
2d842f13
JB
247342001-12-04 Jim Blandy <jimb@redhat.com>
24735
24736 * gdb.base/completion.exp: Clarify indentation.
24737
68550daf
JB
247382001-12-03 Jim Blandy <jimb@redhat.com>
24739
24740 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24741 variables on the S/390, not `.word'.
24742
cd5195a8
JB
247432001-11-30 Jim Blandy <jimb@redhat.com>
24744
24745 Add assembly-source tests for s390-ibm-linux.
24746 * gdb.asm/s390.inc: New file.
24747 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24748 the S/390 architecture.
a9c64011 24749 * gdb.asm/configure: Regenerated.
cd5195a8 24750
ca9efc90
MS
247512001-11-30 Michael Snyder <msnyder@redhat.com>
24752
24753 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24754 next, info source, info sources, info line, global and static
24755 variables, and static functions.
24756 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24757 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24758 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24759 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24760 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24761 (gdbasm_leave): Restore frame pointer.
24762 (gdbasm_startup): Copy stack set-up from crt0.S.
24763
d0e66976
FN
247642001-11-26 Fernando Nasser <fnasser@redhat.com>
24765
24766 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24767 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24768 to a local (non-static) variable. Copy tstruct.a to a static buffer
24769 and return a pointer to that buffer.
24770 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24771
e2334072
MK
247722001-11-24 Mark Kettenis <kettenis@gnu.org>
24773
24774 * gdb.asm/configure.in: Fix recognition of ix86 target.
24775 * gdb.asm/configure: Regenerate.
24776
756caa3d
MS
247772001-11-21 Michael Snyder <msnyder@redhat.com>
24778
24779 * gdb.asm/sparc.inc: New file.
24780 * gdb.asm/asm-source.exp: Recognize sparc target.
24781 * gdb.asm/configure.in: Recognize sparc target.
24782 * gdb.asm/configure: Regenerate.
d63a86f8 24783
9a4d72d5
MS
247842001-11-21 Michael Snyder <msnyder@redhat.com>
24785
24786 * gdb.asm/m32r.inc: New file.
24787 * gdb.asm/asm-source.exp: Recognize m32r target.
24788 * gdb.asm/configure.in: Recognize m32r target.
24789 * gdb.asm/configure: Regenerate.
24790
a773d1cd
MS
247912001-11-20 Michael Snyder <msnyder@redhat.com>
24792
017ac23d
MS
24793 * gdb.asm/i386.inc: New file.
24794 * gdb.asm/asm-source.exp: Recognize ix86 target.
24795 * gdb.asm/configure.in: Recognize ix86 target.
24796 * gdb.asm/configure: Regenerate.
24797
a773d1cd
MS
24798 * gdb.c++/namespace.exp: Fix quotes in output messages.
24799
bb632afb
MS
248002001-11-14 Michael Snyder <msnyder@redhat.com>
24801
25d559ca 24802 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
24803 qualifier in a type cast expression, to designate an address
24804 in the instruction space (Harvard architecture).
24805
4749e309
MS
248062001-11-13 Michael Snyder <msnyder@redhat.com>
24807
24808 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24809 Tests for expressions using 'const' and 'volatile'.
24810
25050984
CV
248112001-11-13 Corinna Vinschen <vinschen@redhat.com>
24812
24813 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24814
1902c51f
DJ
248152001-11-12 Daniel Jacobowitz <drow@mvista.com>
24816
24817 * lib/mi-support.exp (mi_run_to_helper): Move comments
24818 outside of gdb_expect.
24819
dcf95b47
DJ
248202001-11-11 Daniel Jacobowitz <drow@mvista.com>
24821
24822 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24823 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24824 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24825 mi0_run_to): New functions.
24826 * gdb.mi/mi-simplerun.exp: Use them.
24827 * gdb.mi/mi0-simplerun.exp: Likewise.
24828 * gdb.mi/mi-var-cmd.exp: Likewise.
24829 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 24830
45b074e1
AC
248312001-11-10 Andrew Cagney <ac131313@redhat.com>
24832
24833 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24834 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24835
bf50d346
AC
248362001-11-09 Andrew Cagney <ac131313@redhat.com>
24837
24838 * gdb.base/restore.exp: Include $expected value in restored test
24839 message.
24840
9383332c
AC
248412001-11-09 Andrew Cagney <ac131313@redhat.com>
24842
24843 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24844 implemented.
24845
db62520a
MS
248462001-11-08 Michael Snyder <msnyder@redhat.com>
24847
24848 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24849 Add pass/fail message for stop at breakpoint in call dummy function.
24850
b5703437
MS
248512001-11-07 Michael Snyder <msnyder@redhat.com>
24852
d63a86f8
RM
24853 * gdb.c++/templates.exp (test_template_breakpoints):
24854 If we get an overload menu, but it does not match what
760f6330 24855 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
24856 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24857 making the whitespace optional. Argument for "new" may be
24858 "unsigned" as well as "unsigned int/long".
d63a86f8 24859 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
24860 making the whitespace optional. Also replace "(void) with
24861 "((void|)), making the keyword "void" optional.
d63a86f8 24862 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
24863 making the whitespace optional. Also replace "(void) with
24864 "((void|)), making the keyword "void" optional.
3bf40917
MS
24865 * gdb.base/callfuncs.c (t_float_values): This function must
24866 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 24867 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
24868 can be tested against both cases. Usually one case involves
24869 promotion of float to double, while the other does not.
24870 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
24871 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24872 includes a stack frame for "start".
24873
c8ab4e6d
JB
248742001-11-05 Jim Blandy <jimb@redhat.com>
24875
24876 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24877 pointers are 32 bits long, and that offsets of relocs are always
24878 stored in the data (REL-style), and not in the reloc entry itself
24879 (RELA-style).
24880 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24881 stabs.
24882
3f08ced9
MS
248832001-11-01 Michael Snyder <msnyder@redhat.com>
24884
24885 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24886 and regular expression operators by using quoting.
24887
cbfa24cd
MS
248882001-10-31 Michael Snyder <msnyder@redhat.com>
24889
24890 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24891 depending on what the symbol table contains.
24892 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24893 the output of the ptype command. Similarly, accept both "const &"
24894 and "const&".
24895
aaa68313
CV
248962001-10-31 Corinna Vinschen <vinschen@redhat.com>
24897
24898 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24899 symbol `STORAGE' to allow to choose the storage class of
24900 the local datastructures.
24901 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24902 compiler directive.
24903
91740388
MS
249042001-10-30 Michael Snyder <msnyder@redhat.com>
24905
24906 * gdb.base/jump.exp: Allow it to run for all targets.
24907
1b7c05e7
CV
249082001-10-29 Corinna Vinschen <vinschen@redhat.com>
24909
24910 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24911 with new double_array size.
24912 (main): Change storage class of all local variables to static.
24913 Reduce size of double_array to 9.
24914 * gdb.base/call-ar-st.exp: Increase timeout value.
24915 Change expected output for double array to match new size in
24916 call-ar-st.c.
24917
36a22261
CV
249182001-10-29 Corinna Vinschen <vinschen@redhat.com>
24919
24920 * gdb.base/ending-run.exp: Create identical output when passing
24921 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 24922 Stormy16 target.
36a22261 24923
92b8ae91
MK
249242001-10-28 Mark Kettenis <kettenis@gnu.org>
24925
24926 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24927 that we catch the expected failure under Linux/x86.
24928
cb135b83
OF
249292001-10-29 Orjan Friberg <orjanf@axis.com>
24930
24931 * gdb.base/setvar.exp: Escape curly braces.
24932 * gdb.stabs/weird.exp: Ditto.
24933
6884aa54
DJ
249342001-10-27 Daniel Jacobowitz <drow@mvista.com>
24935
24936 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24937 * gdm.mi/mi0-hack-cli.exp: Likewise.
24938
0398c9aa
AC
249392001-10-25 Andrew Cagney <ac131313@redhat.com>
24940
24941 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24942 messages.
24943
d20bf2e8
AC
249442001-10-21 Andrew Cagney <ac131313@redhat.com>
24945
24946 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24947 checking MI enabled.
24948
03dd63aa
CV
249492001-10-09 Corinna Vinschen <vinschen@redhat.com>
24950
24951 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24952
1d9d99f3
FCE
249532001-10-04 Frank Ch. Eigler <fche@redhat.com>
24954
24955 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24956 if gdb child process crashes, just signal an error.
24957
838ae6c4
JB
249582001-10-02 Jim Blandy <jimb@redhat.com>
24959
24960 * lib/gdb.exp (test_xfail_format): Simplify.
24961
24962 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24963 front of the variable name `format'. Simplify `if'.
24964
8f0cbc1c
DJ
249652001-10-01 Daniel Jacobowitz <drow@mvista.com>
24966
24967 * gdb.threads/pthreads.exp: Wait for output and delay
24968 before sending ^C.
24969
1f08dafd
DJ
249702001-10-01 Daniel Jacobowitz <drow@mvista.com>
24971
24972 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24973 some incorrect output instead of timing out.
24974 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24975
674f90ff
CV
249762001-09-28 Corinna Vinschen <vinschen@redhat.com>
24977
24978 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24979 check to allow additional `int'.
24980
9b284272
DJ
249812001-09-27 Daniel Jacobowitz <drow@mvista.com>
24982
24983 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24984 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24985
b55a4771
MS
249862001-09-27 Michael Snyder <msnyder@redhat.com>
24987
24988 * lib/gdb.exp (test_debug_format): New proc.
24989 (setup_xfail_format): Use new proc test_debug_format.
24990 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24991 proc; use new service proc test_debug_format.
24992 Replace all other "gcc_compiled" tests with this test.
24993 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24994 proc; use new service proc test_debug_format.
24995 Replace all other "gcc_compiled" tests with this test.
24996
249972001-09-27 Michael Snyder <msnyder@redhat.com>
24998
24999 * gdb.base/cvexpr.exp: New file.
25000 * gdb.base/cvexpr.c: New file
25001 Test for expressions using const and volatile keywords.
25002
4e6667ac
CV
250032001-09-26 Corinna Vinschen <vinschen@redhat.com>
25004
25005 * gdb.base/constvars.exp: Check for different orders of keywords
25006 and additional "int" strings in output.
25007
4f337972
AC
250082001-09-22 Andrew Cagney <ac131313@redhat.com>
25009
25010 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25011 responses from "help maint".
25012
2015650d
FCE
250132001-09-19 Frank Ch. Eigler <fche@redhat.com>
25014
25015 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25016 to localhost:NNN instead of :NNN, in case Xvfb is listening
25017 only on TCP.
25018
f3bcedc1
CV
250192001-09-19 Corinna Vinschen <vinschen@redhat.com>
25020
25021 * gdb.base/recurse.exp: When checking leaving the watchpoint
25022 scope, recognize when gdb is in function's epilogue and pass.
25023
6b819c92
KS
250242001-09-18 Keith Seitz <keiths@redhat.com>
25025
25026 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25027 support for running tests against sid targets.
25028 (gdbtk_done): Ditto.
25029
a10c9419
CV
250302001-09-18 Corinna Vinschen <vinschen@redhat.com>
25031
25032 * gdb.base/ending-run.c (main): Set stdout buffersize
25033 to the same reasonable value for any target.
25034 * gdb.base/ending-run.exp: Add a regular expression
25035 to make testsuite happy on Sanyo Stormy16 target.
25036
739d0d99
CV
250372001-09-17 Corinna Vinschen <vinschen@redhat.com>
25038
25039 * gdb.base/display.c (do_loops): Add float variable `f'.
25040 Increment f in loop.
25041 * gdb.base/display.exp: Increment timeout by 60 seconds.
25042 Change float display test to use variable `f'.
25043
1b8947f0
JB
250442001-09-17 Jim Blandy <jimb@redhat.com>
25045
25046 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25047 overflowing the limited breakpoint tables on some ROM monitors
25048 (like the ROM68K).
25049
9890ac81
FCE
250502001-09-15 Frank Ch. Eigler <fche@redhat.com>
25051
25052 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25053 the "-ac" (disable access control) flag.
25054
6db765ea
JH
250552001-08-30 Jeff Holcomb <jeffh@redhat.com>
25056
25057 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25058 ints.
25059
4c32cc04
KS
250602001-08-30 Keith Seitz <keiths@redhat.com>
25061
25062 * lib/gdb.exp: Move all insight-related functionality into
25063 separate file.
25064 * lib/insight-support.exp: New file.
25065
8d6e6f81
FCE
250662001-08-29 Frank Ch. Eigler <fche@redhat.com>
25067
25068 * config/sid.exp (sid_start): Never set sid verbosity; disable
25069 expect_background {} that consumed its stdout; tolerate </dev/null.
25070 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25071
6a90e1d0
AC
250722001-08-18 Andrew Cagney <ac131313@redhat.com>
25073
25074 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25075 CLI jump command to start it.
25076 (mi_run_to_main): Fail immediatly when unexpected output.
25077
1759b3c3
AC
250782001-08-18 Andrew Cagney <ac131313@redhat.com>
25079
25080 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25081 beginning of function. Fix PR gdb/191.
25082
61d11d80
FCE
250832001-08-16 Frank Ch. Eigler <fche@redhat.com>
25084
25085 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25086 what to force sid endianness to.
25087
942a4df2
KS
250882001-08-15 Keith Seitz <keiths@redhat.com>
25089
25090 * lib/gdb.exp (gdbtk_start): Don't set environment
25091 variables for TCL_LIBRARY and friends. Insight will
25092 now figure these out for itself.
25093
0521c418
MS
250942001-08-02 Michael Snyder <msnyder@redhat.com>
25095
25096 * gdb.base/completion.exp: Remove the symbol "a64l" from
25097 the expect string; this is target-specific, and not related
25098 to what is being tested.
25099
74a9a58a
DB
251002001-08-02 Dave Brolley <brolley@redhat.com>
25101
25102 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25103
c70819fa
MS
251042001-07-25 Michael Snyder <msnyder@redhat.com>
25105
c2b8fa57
MS
25106 * gdb.base/consecutive.exp: New file. Test stepping over
25107 breakpoints on consecutive instructions.
25108 * gdb.base/consecutive.c: New file.
25109
c70819fa
MS
25110 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25111 curly braces in regular expressions.
25112
2b1a1355
MS
251132001-07-25 Michael Snyder <msnyder@redhat.com>
25114
25115 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25116 legitimate output from stepping out of main.
25117
413eca6f
KS
251182001-07-22 Keith Seitz <keiths@redhat.com>
25119
25120 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25121 the empty string, do not run the tests.
25122
7e5a9322
SC
251232001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25124
25125 * gdb.base/long_long.exp: Detect size of pointer. Take into
25126 account 2-byte pointers when testing for p/a results.
25127
de58f10f
SC
251282001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25129
d63a86f8 25130 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
25131 and defined to 1K for m68hc11.
25132 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25133 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25134 (sizeof_random_data): New variable to tell the size of the data table;
25135 don't test past this size; always run to main.
25136
d6f5fea1
SC
251372001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25138
25139 * gdb.base/return2.exp: return of long long and double fails for
25140 68HC11; don't execute these tests on that platform.
25141 * gdb.base/return.exp: Return of a double fails for 68hc11.
25142
c477543d
SC
251432001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25144
25145 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25146 tests that print a float.
25147 * call-rt-st.exp: Likewise.
25148
63cf1c79
MK
251492001-07-12 Mark Kettenis <kettenis@gnu.org>
25150
25151 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25152 running this test on Linux.
25153
112f9ab5
MC
251542001-06-24 Michael Chastain <chastain@redhat.com>
25155
25156 * gdb.base/arithmet.exp: Remove some tests to make all test names
25157 unique.
25158
4970cb0f
MS
251592001-07-03 Michael Snyder <msnyder@redhat.com>
25160
25161 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25162 the output of the ptype command.
25163
d85da69f
MS
251642001-07-02 Michael Snyder <msnyder@redhat.com>
25165
4c8a82de
MS
25166 * gdb.base/completion.exp: Don't assume that break.c is the only
25167 source file that may contain functions named "marker".
d85da69f
MS
25168 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25169
8afc772b
AC
251702001-06-28 Andrew Cagney <ac131313@redhat.com>
25171
25172 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25173 of files to delete.
25174
25175 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25176 * gdb.disasm/h8300s.exp: New file.
25177 gdb.disasm/h8300s.s: Likewise.
25178
cff22675
AC
251792001-06-27 Andrew Cagney <ac131313@redhat.com>
25180
25181 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25182 empty breakpoint tables.
25183
68c81b54
AC
251842001-06-25 Andrew Cagney <ac131313@redhat.com>
25185
25186 * lib/mi-support.exp: Update args=... part of stop-reason
25187 patterns. Accept either a list or a tuple.
25188
2dd62704
AC
251892001-06-23 Andrew Cagney <ac131313@redhat.com>
25190
25191 * lib/mi-support.exp: Remove local emacs variable defining
25192 change-log-default-name.
25193
b4127474
MC
251942001-06-22 Michael Chastain <chastain@redhat.com>
25195
25196 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25197 This is operationally compatible with the previous version.
25198
8dbfb380
JB
251992001-06-13 Jim Blandy <jimb@redhat.com>
25200
25201 * lib/gdb.exp (gdb_test): Doc fix.
25202
f2d8c86d
MC
252032001-06-10 Michael Chastain <chastain@redhat.com>
25204
25205 * gdb.base/exprs.exp: Remove a duplicate test.
25206
81564d34
JB
252072001-06-06 Jim Blandy <jimb@redhat.com>
25208
25209 * gdb.base/return2.exp (main): Use values to test float and double
25210 returns that are not NaN's, to avoid being confused by IEEE
25211 comparison rules.
25212
da55addb
MS
252132001-06-04 Michael Snyder <msnyder@redhat.com>
25214
25215 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 25216 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
25217 rather than wait for 12 more tests to time out.
25218
42c65987
JB
252192001-06-06 Jim Blandy <jimb@redhat.com>
25220
b18bced9 25221 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 25222 Don't forget to match the GDB prompt.
b18bced9 25223
42c65987
JB
25224 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25225
5b41e5f0
JB
252262001-06-04 Jim Blandy <jimb@redhat.com>
25227
25228 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25229 command.
25230
015e046f
KB
252312001-05-31 Kevin Buettner <kevinb@redhat.com>
25232
25233 * gdb.base/annota1.exp (info break): Match four or more spaces
25234 after "Address".
25235
fb1ffbbe
MC
252362001-05-31 Michael Chastain <chastain@redhat.com>
25237
25238 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25239 (dm_type_int_star): Likewise.
25240 (dm_type_long_star): Likewise.
25241 (dm_type_void_star): Likewise.
25242
5ea2a32c
KB
252432001-05-29 Kevin Buettner <kevinb@redhat.com>
25244
25245 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25246 to a known value in order to get consistent results regardless
25247 of the setting of INPUTRC or the presence or contents of .inputrc.
25248
ae23c492
MS
252492001-05-24 Michael Snyder <msnyder@redhat.com>
25250
ac55707e
MS
25251 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25252 Don't require that the main thread and the manager thread are the
25253 first in the list.
25254
ae23c492
MS
25255 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25256 debugging. If test fails, issue an "unsupported" not a "fail".
25257
400071f1
JB
252582001-05-24 Jim Blandy <jimb@redhat.com>
25259
25260 Don't assume that short is shorter than int.
25261 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25262 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 25263 this isn't true.
400071f1
JB
25264 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25265 an int, is not equal to ~0 stored in an unsigned char. This tests
25266 the same thing that the previous test meant to, but works on
25267 16-bit machines, too.
25268 ("print unsigned char != (~0)"): Same test, complemented.
25269
0816a3e5
MS
252702001-05-24 Michael Snyder <msnyder@redhat.com>
25271
25272 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 25273 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
25274 and prevents dejagnu getting out of step.
25275
f6dc23a9
KB
252762001-05-23 Kevin Buettner <kevinb@redhat.com>
25277
25278 * gdb.base/finish.exp (finish_void): Revise pattern for
25279 stopping on the call statement to not permit stopping at
25280 the start of the instructions comprising the call sequence.
25281
7dbd117d
MC
252822001-05-19 Michael Chastain <chastain@redhat.com>
25283
25284 * gdb.base/callfuncs.exp: Make all test names unique.
25285 * gdb.base/commands.exp: Make all test names unique.
25286 * gdb.base/condbreak.exp: Make all test names unique.
25287 * gdb.base/dbx.exp: Make all test names unique.
25288 * gdb.base/default.exp: Make all test names unique.
25289 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
25290 and TIMEOUT messages to their corresponding PASS message.
25291 * gdb.base/ending-run.exp: Make all test names unique.
25292 * gdb.base/long_long.exp: Remove duplicate test.
25293
6b0b0a9e
KB
252942001-05-21 Kevin Buettner <kevinb@redhat.com>
25295
25296 * gdb.base/finish.exp (finish_void): Allow "finish" command to
25297 stop on the call statement as well as the statement after the
25298 call.
25299
2caa35cb
MS
253002001-05-21 Michael Snyder <msnyder@redhat.com>
25301
25302 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
25303
40713331
EZ
253042001-05-10 Elena Zannoni <ezannoni@redhat.com>
25305
a9c64011
AS
25306 * gdb.base/completion.exp: Revamp test. Make it execute on all
25307 platforms.
40713331 25308
c2c1be8d
EZ
253092001-05-10 Elena Zannoni <ezannoni@redhat.com>
25310
a9c64011
AS
25311 * config/gdbserver.exp (gdb_load): Handle the case
25312 in which the arguments to gdbserver are given in the
25313 baseboard configuration file.
25314 Also handle the case in which the server needs to do a
25315 load.
2c9cd303 25316
9671de48
KS
253172001-05-07 Keith Seitz <keiths@cygnus.com>
25318
a9c64011
AS
25319 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
25320 set up the display for testing.
25321 (gdbtk_start): Convert all paths to paths that tcl will like.
25322 Export target information to environment.
25323 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
25324 necessary.
25325 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
25326 (to_tcl_path): New proc to convert a given pathname into
25327 a path acceptible as an argument to a tcl command.
25328 (_gdbtk_export_target_info): New proc to export target info
25329 into the environment for gdbtk testing.
25330 (gdbtk_done): New proc to signal end-of-test.
9671de48 25331
5a360f47
JB
253322001-05-06 Jim Blandy <jimb@redhat.com>
25333
25334 * restore.c: Make the code of caller0 correspond to its comment.
25335
66c756c6
MS
253362001-05-03 Michael Snyder <msnyder@redhat.com>
25337
25338 * config/sid.exp (gdb_target_sid): Check for error messages.
25339 On error or timeout, don't make expect exit (which will terminate
25340 all subsequent tests); instead just make gdb exit.
d63a86f8 25341 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
25342 return a negative value.
25343
a966fde5
JB
253442001-04-24 Jim Blandy <jimb@redhat.com>
25345
851c18e0
JB
25346 * gdb.c++/templates.exp: If we see the prompt for the overload
25347 list, but we haven't recognized any of the longer patterns,
25348 arrange for this test to fail, not hang.
25349
a966fde5
JB
25350 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
25351 variations.
25352
db144853
MC
253532001-04-22 Michael Chastain <chastain@redhat.com>
25354
25355 * gdb.c++/local.exp: Use the 'runto' library function.
25356 * gdb.c++/namespace.exp: Likewise.
25357 * gdb.c++/overload.exp: Likewise.
25358
3207ec21
KB
253592001-03-26 Kevin Buettner <kevinb@redhat.com>
25360
25361 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
25362 * gdb.base/step-line.exp: New file. Test step/next in presence of
25363 #line directives.
25364 * gdb.base/step-line.c: New file. Test program for the above.
25365 * gdb.base/step-line.inp: New file. We pretend that this file has
25366 been transformed by some other tool into step-line.c.
25367
13b57657
JB
253682001-03-21 Jim Blandy <jimb@redhat.com>
25369
25370 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
25371 unmangled operator names.
25372
754cbe1c
JB
253732001-03-20 Jim Blandy <jimb@redhat.com>
25374
25375 * gdb.threads/linux-dp.exp: Recognize an additional message
25376 generated by GDB when it doesn't understand how to debug threads
25377 on the target system.
25378
177495c9
AC
253792001-03-19 Andrew Cagney <ac131313@redhat.com>
25380
25381 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
25382
f266096b
MC
253832001-03-12 Michael Chastain <chastain@redhat.com>
25384
25385 * gdb.c++/derivation.exp: Use the 'runto' library function.
25386
cac3c2ff
MC
253872001-03-12 Michael Chastain <chastain@redhat.com>
25388
25389 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
25390
b6c11a24
MC
253912001-02-24 Michael Chastain <chastain@redhat.com>
25392
25393 * gdb.c++/ref-types.exp: Change handwritten code to library
25394 function 'runto'.
25395
6bae5bce
OF
253962001-03-16 Orjan Friberg <orjanf@axis.com>
25397
25398 * gdb.base/signals.exp: Set count to 0 explicitly.
25399
0015fd9a
MS
254002001-03-15 Mark Salter <msalter@redhat.com>
25401
25402 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
25403 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
25404 (gdb_load): Add support for additional target_info: gdb_download_size
25405 and gdb_load_timeout.
0015fd9a 25406
fc33412a
DT
25407Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
25408
25409 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
25410 file -- to prevent failing when the compile fails but we have no
25411 intention of running the tests anyway.
fc33412a
DT
25412
25413 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
25414 tests if set.
25415
25416 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 25417 integers.
fc33412a
DT
25418
25419 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
25420 * gdb.c++/namespace.exp: Ditto.
25421
115f06de
OF
254222001-03-07 Orjan Friberg <orjanf@axis.com>
25423
25424 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
25425 * gdb.base/pointers.exp: Relax pattern match of decimals.
25426
b6ba6518
KB
254272001-03-06 Kevin Buettner <kevinb@redhat.com>
25428
25429 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25430 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25431 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25432 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25433 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25434 config/sh.exp, config/sid.exp, config/slite.exp,
25435 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25436 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25437 config/vxworks.exp, config/vxworks29k.exp,
25438 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25439 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25440 gdb.base/arithmet.exp, gdb.base/assign.exp,
25441 gdb.base/async.exp, gdb.base/attach.exp,
25442 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25443 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25444 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25445 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25446 gdb.base/commands.exp, gdb.base/completion.exp,
25447 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25448 gdb.base/constvars.exp, gdb.base/corefile.exp,
25449 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25450 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25451 gdb.base/ending-run.exp, gdb.base/environ.exp,
25452 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25453 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25454 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25455 gdb.base/funcargs.exp, gdb.base/help.exp,
25456 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25457 gdb.base/logical.exp, gdb.base/long_long.exp,
25458 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25459 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25460 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25461 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25462 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25463 gdb.base/regs.exp, gdb.base/relational.exp,
25464 gdb.base/remote.exp, gdb.base/reread.exp,
25465 gdb.base/restore.exp, gdb.base/return2.exp,
25466 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25467 gdb.base/selftest.exp, gdb.base/setshow.exp,
25468 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25469 gdb.base/sigall.exp, gdb.base/signals.exp,
25470 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25471 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25472 gdb.base/step-test.exp, gdb.base/structs.c,
25473 gdb.base/structs.exp, gdb.base/structs2.exp,
25474 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25475 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25476 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25477 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25478 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25479 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25480 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25481 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25482 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25483 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25484 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25485 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25486 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25487 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25488 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25489 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25490 gdb.trace/circ.exp, gdb.trace/collection.exp,
25491 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25492 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25493 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25494 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25495 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25496 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25497 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25498 notices.
25499
dc96c6c7 255002001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
25501
25502 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25503 first arg is int not float.
25504
dc96c6c7 255052001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
25506
25507 * gdb.base/reread.exp: Unsupported for non-native targets;
25508 doesn't work for remote debugging.
25509
9b0c4aeb
FN
255102001-02-19 Fernando Nasser <fnasser@redhat.com>
25511
25512 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
25513 * gdb.base/ending-run.exp: Properly handle the BSP state when
25514 stepping past the end of main.
9b0c4aeb 25515
02aa71d5
MC
255162001-02-19 John Moore <jmoore@redhat.com>
25517
25518 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25519 Converted HPUX fix for non-expected items following multiple
25520 step commands into general solution for all platforms.
25521
1fa449a4
MC
255222001-02-18 Michael Chastain <chastain@redhat.com>
25523
25524 * gdb.c++/classes.exp (do_tests): Change runto statements
25525 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25526 statements demangler agnostic.
25527 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25528 (gdb_virtfunc_restart): Likewise.
25529
b2f9ec70
MC
255302001-02-14 Michael Chastain <chastain@redhat.com>
25531
25532 * gdb.c++/inherit.exp (do_tests): Change runto statements
25533 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25534 statements demangler agnostic.
25535
cf74b8ca
AC
25536Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25537
25538 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
25539 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25540 before calling common_routine 15 times'' tests.
cf74b8ca 25541
99f78f56
MC
255422001-02-11 Michael Chastain <chastain@redhat.com>
25543
25544 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25545 Helps the test script figure out which demangler is in use.
25546 (dm_type_foo_ref): Ditto.
25547 (dm_type_int_star): Ditto.
25548 (dm_type_long_star): Ditto.
25549 (dm_type_unsigned_int): Ditto.
25550 (dm_type_void): Ditto.
25551 (dm_type_void_star): Ditto.
99707966 25552 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
25553 Probe the gdb demangler and set variables to accommodate
25554 formatting differences.
25555 (info_func_regexp): New function. Same as info_func, but
25556 matches against a regexp.
25557 (info_func): Match against a literal string.
25558 (print_addr_2): New function. Match against a literal string,
25559 which can be different from the input to gdb.
25560 (print_addr): Simply call print_addr_2 with the same argument twice.
25561 (test_lookup_operator_functions): Use demangler formatting variables.
25562 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25563 the tests in the same order as the C++ class declaration.
25564 (test_paddr_operator_functions): Ditto.
25565 (test_paddr_overloaded_functions): Ditto.
25566 (test_paddr_hairy_functions): Use demangler formatting variables.
25567 Add reference to gdb/19 for related tests.
25568 (do_tests): Call probe_demangler.
25569
1de8f023
KB
255702001-01-30 Kevin Buettner <kevinb@redhat.com>
25571
25572 * gdb.c++/templates.cc (printf): Remove unused function definition.
25573
ca3f91ed
MS
255742001-01-26 Felix Lee <flee@redhat.com>
25575
25576 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25577
255782001-01-25 matthew green <mrg@redhat.com>
25579
25580 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
25581 up sid.
25582 (sid_exit): Call `remote_pop_conn' after GDB is gone.
25583
255842001-01-25 matthew green <mrg@redhat.com>
25585
25586 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 25587 Deprecate $sid_spawn_id.
ca3f91ed
MS
25588 (sid_exit): Remove code necessary only for `spawn.'
25589
255902001-01-25 matthew green <mrg@redhat.com>
25591
25592 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
25593
fb18ec4a
MC
255942001-01-28 Michael Chastain <chastain@redhat.com>
25595
25596 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
25597 to call when tests fail. It takes gdb out of the overloaded
25598 function choice menu back to the main prompt, so that the test
25599 program stays synchronized.
25600 (set_bp_overloaded): New proc to collect all the common
25601 code for setting a breakpoint on an overloaded name. Calls
25602 take_gdb_out_of_choice_menu when needed.
25603 (menu_overload1arg): New variable to collect the repeated
25604 instances of the expected menu for an overloaded name. Change
25605 the regular expression to handle changes in g++ type encoding:
25606 "void" can be either "void" or "", and "unsigned int" can be
25607 either "unsigned int" or "unsigned".
25608 (continue_to_bp_overloaded): Change regular expressions to handle
25609 changes in g++ type encoding.
25610 (no proc): Call take_gdb_out_of_choice_menu when needed.
25611 Remove redundant calls to "info break". Accept either "canceled"
25612 or "cancelled". Change regular expressions in "info break"
25613 calls to handle changes in g++ type encoding. Give all tests
25614 unique strings.
25615
9c646a6e
BE
256162001-01-17 Ben Elliston <bje@redhat.com>
25617
25618 * config/sid.exp: New file.
25619
9549d9c1
AC
25620Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
25621
25622 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
25623
dc96c6c7 256242000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
25625
25626 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
25627 Add a RE to accept a non-ascii char if one is ever presented.
25628
b4df4f68
FN
256292000-12-20 Fernando Nasser <fnasser@redhat.com>
25630
297dd0fd 25631 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 25632
dc96c6c7 256332000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 25634
d63a86f8 25635 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
25636 in regexp. One '\' does not suffice on Linux.
25637
4a7bddb6
MC
256382000-12-09 Michael Chastain <chastain@redhat.com>
25639
25640 * gdb.base/break.exp (test_clear_command): Use a marker function
25641 rather than 'main' for the test function. Also move this
25642 test to an execution point where the marker function names are
25643 guaranteed to be bound to functions. (Executing tests after a
25644 'finish' from main runs into name conflicts with local names
25645 in __libc_start_main).
25646
dc96c6c7 256472000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
25648
25649 * gdb.base/finish.exp: New test for gdb's "finish" command.
25650 * gdb.base/return2.exp: New test for gdb's "return" command.
25651 * gdb.base/return2.c: New source file for above.
25652
dc96c6c7 256532000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
25654
25655 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25656 * gdb.base/miscexprs.exp: Ditto.
25657 * gdb.base/pointers.exp: Ditto.
25658 * gdb.c++/derivation.exp: Ditto.
25659 * gdb.c++/local.exp: Ditto.
25660 * gdb.c++/namespace.exp: Ditto.
25661 * gdb.c++/overload.exp: Ditto.
25662 * gdb.c++/ref-types.exp: Ditto.
25663
dc96c6c7 256642000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
25665
25666 * gdb.base/constvars.exp: Test result of "up" command.
25667 * gdb.base/miscexprs.exp: Ditto.
25668 * gdb.base/pointers.exp: Ditto.
25669 * gdb.base/scope.exp: Ditto.
25670 * gdb.c++/derivation.exp: Ditto.
25671 * gdb.c++/local.exp: Ditto.
25672 * gdb.c++/namespace.exp: Ditto.
25673 * gdb.c++/overload.exp: Ditto.
25674 * gdb.c++/ref-types.exp: Ditto.
25675
44097287
FN
256762000-11-22 Michael Chastain <chastain@redhat.com>
25677
25678 * mips_pro.exp: Accept either "middle -> top -> main" or
25679 "middle -> main" in the backtrace, because gcc can optimize
25680 tail calls to jumps. Remove setup_xfail for the hppa case.
25681 Add a comment with the original warning messages from PR 3016,
25682 which was filed in 1993, to preserve them for posterity.
25683
9d2e1bab
ND
256842000-11-17 Nick Duffek <nsd@redhat.com>
25685
25686 * lib/gdb.exp (gdb_test): Override timeout with board info.
25687
1aca8eb7
ND
256882000-11-17 Nick Duffek <nsd@redhat.com>
25689
25690 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25691 the second kill and detach messages.
25692
93076499
ND
256932000-11-17 Nick Duffek <nsd@redhat.com>
25694
25695 * configure.in: Add AC_EXEEXT.
25696 * configure: Regenerate.
25697 * Makefile.in (just-check): Export EXEEXT.
25698 * lib/gdb.exp ($EXEEXT): Import from environment.
25699 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25700 expect "maint dump-me" on Cygwin.
25701 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25702 $EXEEXT.
25703
30e87cd3
ND
257042000-11-17 Nick Duffek <nsd@redhat.com>
25705
25706 * gdb.base/break.exp: Test backtrace and finish from called
25707 function on all platforms, not just HP-UX.
25708
dc96c6c7 257092000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
25710
25711 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25712 code from gdb_target_monitor, so it can be used independantly
25713 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 25714
dc96c6c7 257152000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
25716
25717 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25718 * gdb.base/corefile.exp: Expect the message "Program is being
25719 debugged already" when we send the "corefile" command, since
25720 the preceeding gdb_load may have connected gdb to a remote target.
25721 * gdb.base/display.exp: Disable hardware watchpoints if new
25722 board info variable "no_hardware_watchpoints" is true.
25723 Replace single-letter commands with more readable ones.
25724 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25725 if new board info variable "no_hardware_watchpoints" is true.
25726 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25727 to see if stdio (printf) testing is possible.
25728 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25729 board info variable "no_hardware_watchpoints" is true. Use new
25730 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25731
39124dea
FN
257322000-11-13 Fernando Nasser <fnasser@redhat.com>
25733
25734 From Orjan Friberg <orjanf@axis.com>:
25735 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25736 in array print pattern match.
25737
a9e2e984
FN
257382000-11-09 Fernando Nasser <fnasser@redhat.com>
25739
25740 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25741 spelling "cancelled" to U.S. spelling "canceled" to match changes
25742 made to gdb.
25743 * gdb.c++/ovldbreak.exp: Ditto.
25744
c7db355b
PS
257452000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25746
25747 * gdb.base/callfuncs.c (main): Moved to end of file, call
25748 t_double_values to initialize the FPU before inferior calls are made.
25749 * gdb.base/callfuncs.exp: Test for register preservation after calling
25750 inferior functions. Add tests for continuining, finishing and
25751 returning from a stop in a call dummy.
25752
dc96c6c7 257532000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
25754
25755 * gdb.base/commands.exp: Break up long lines, and re-indent.
25756
dc96c6c7 257572000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
25758
25759 * config/gdbserver.exp: Rewritten from the ground up, to make it
25760 compatible with the current dejagnu tree, and to make it work with
25761 the new "gdbserver" in libremote.
25762
dc96c6c7 257632000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
25764
25765 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25766 * gdb.base/varargs.exp: Skip entire test if no printf support.
25767 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25768 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25769
dc96c6c7 257702000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
25771
25772 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25773 no floating point support.
25774 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25775 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25776 * gdb.base/call-rt-st.exp: Ditto.
25777 * gdb.base/call-strs.exp: Ditto.
25778
bac5fc66
JG
257792000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25780
25781 * gdb.base/sizeof.c: include <stdio.h>.
25782
25783 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
25784 'finish', otherwise uncaptured gdb_prompt would potentially
25785 throw remaining test points out of sync.
bac5fc66 25786
b22a6027
SB
257872000-07-26 Scott Bambrough <scottb@netwinder.org>
25788
25789 * gdb.base/recurse.exp: Run tests for all targets.
25790 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25791 gnu-oldld case on ARM.
25792 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25793 for ARM targets.
d63a86f8 25794
d8231941
AG
25795Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25796
25797 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25798 * gdb.java/configure: Rebuild.
25799
8caabe69
AG
25800Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25801
25802 * gdb.java/jv-exp.exp: New file.
25803
9d273ca3
AG
25804Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25805
25806 * configure: Rebuilt.
25807 * configure.in (configdirs): Add gdb.java.
25808 * gdb.java/jmisc.java: New file.
25809 * gdb.java/jmisc.exp: New file.
25810 * gdb.java/Makefile.in: New file.
25811 * gdb.java/configure: Rebuilt.
25812 * gdb.java/configure.in: New file.
25813 * lib/java.exp: New file.
25814
4f823a66
AC
25815Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25816
25817 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 25818 underflow.
4f823a66 25819
2391e11d
AC
25820Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25821
25822 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 25823 and the compilers sizes.
2391e11d 25824
54602222
ND
258252000-07-09 Nick Duffek <nsd@redhat.com>
25826
25827 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25828 (use_methods): New function.
25829 (main): Call use_methods().
25830 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25831 (do_tests): Call test_method_param_class.
25832
2bec0572
ND
258332000-07-09 Nick Duffek <nsd@redhat.com>
25834
25835 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25836 spelling.
25837 (test_enums): New procedure. Move enum tests from end of script
25838 to here. Set breakpoint on function name instead of line number.
25839 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25840 (enums2): New marker function.
25841 (enums1): New function.
25842 (main): Call enums1(). Move enum tests to enums1().
25843
78492fde
AC
25844Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25845
25846 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 25847 compile/link program. Update line numbers.
78492fde
AC
25848 * gdb.asm/d10v.inc: Define ``startup''.
25849 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 25850
49a2cef8
AC
25851Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25852
25853 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25854
3e6c8688
EZ
258552000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25856
25857 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 25858 of 'help maint print' command.
3e6c8688 25859
9ff5cbe9
AC
25860Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25861
25862 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 25863 they use gdb_expect_list.
9ff5cbe9 25864
17c579bd
AC
25865Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25866
25867 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
25868 memory-read-packet-size'' instead of ``set endian big'' to test
25869 long commands.
17c579bd 25870
e6d71bf3
DB
258712000-06-03 Daniel Berlin <dan@cgsoftware.com>
25872
25873 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 25874 g++, and stop skipping them.
e6d71bf3
DB
25875
25876 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25877 work under g++.
25878
d63a86f8 25879 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
25880 initialization.
25881
dc96c6c7 258822000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
25883
25884 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25885 the regular expression: accept an (almost) arbitrary sequence of
25886 "frames-invalid" and "breakpoints-invalid" messages both before
25887 and after the "starting" message.
25888
dc96c6c7 258892000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
25890
25891 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 25892
dc96c6c7 258932000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
25894
25895 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25896 Relax the regular expression a little, make it pass on Solaris 8.
25897
8216cda9
KB
258982000-05-12 Kevin Buettner <kevinb@redhat.com>
25899
25900 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 25901 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
25902 Instead, it is permissible for gdb to stop on the line of the
25903 call itself.
25904
1a570b2f
MS
259052000-05-12 Michael Snyder <msnyder@.cygnus.com>
25906
25907 * gdb.base/break.exp (bp on small function, optimized file):
25908 Add a second pass pattern. The behavior differs here between stabs
25909 and dwarf for one-line functions. Stabs preserves two line symbols
25910 (one before the prologue and one after) with the same line number,
25911 but dwarf regards these as duplicates and discards one of them.
25912 Therefore the address after the prologue (where the breakpoint is)
25913 has no exactly matching line symbol, and GDB reports the breakpoint
25914 as if it were in the middle of a line rather than at the beginning.
25915
dc96c6c7 259162000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 25917
d63a86f8 25918 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
25919 rather than "send_gdb" (for consistancy).
25920
7d418785
AC
25921Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25922
25923 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25924 * gdb.c++/templates.cc: Properly check for GCC version number.
25925 * lib/compiler.cc: Likewise
25926
dc96c6c7 259272000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 25928
d63a86f8 25929 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
25930 gdb may not stop at the first line of main, due to code motion.
25931
dc96c6c7 259322000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
25933
25934 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25935 This test depends on parsing the printf output from the target.
25936 Since the sparclet stub doesn't do stdio, this will never work.
25937 * gdb.base/call-rt-st.exp: ditto.
25938 * gdb.base/call-strs: ditto.
25939
dc96c6c7 259402000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
25941
25942 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25943
25944 * gdb.base/ending-run.exp: After connecting to a remote target,
25945 but before running, the target will appear to be in a random
25946 location. Specify both a file and a line for breakpoints.
25947 Also, the function that calls main may be called 'init'
25948 rather than 'start'.
25949
a5a51225
EZ
259502000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25951
25952 * gdb.base/help.exp: Update output for add-symbol-file command.
25953
7930cc7c
FN
259542000-04-10 Fernando Nasser <fnasser@cygnus.com>
25955
25956 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25957 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25958
23e37ab1
C
259592000-04-07 J.T. Conklin <jtc@redback.com>
25960
e93c542c
C
25961 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25962
23e37ab1
C
25963 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25964
591b8fa3
PDM
25965Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25966
25967 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 25968 values that can be represented exactly.
591b8fa3
PDM
25969 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25970 above change, and to not check against the directory part of the source
25971 file name.
25972 (step into print_long_arg_list): Likewise.
25973 (print print_small_structs from print_long_arg_list): Likewise.
25974 (print print_long_arg_list): Likewise.
25975
7a495180
EZ
259762000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25977
30b53638 25978 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 25979
beb998c6
AC
25980Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25981
25982 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25983
1c689132
DB
259842000-03-25 Daniel Berlin <dan@cgsoftware.com>
25985
25986 * gdb.base/commands.exp (deprecated_command_test): Add test for
25987 deprecate with no arguments.
25988
c1790a9d
JL
259892000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25990
25991 * gdb.base/break.exp: Add new test for setting breakpoints on
25992 optimized code so we can test breakpoints work even when function
25993 prologues may be optimized away
25994
003ba290
FN
259952000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25996
25997 From David Whedon <dwhedon@gordian.com>
a9c64011 25998 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 25999
6837a0a2
DB
260002000-03-22 Daniel Berlin <dan@cgsoftware.com>
26001
26002 * gdb.base/help.exp: Added test for new apropos command.
26003
b9593231
KB
260042000-03-21 Kevin Buettner <kevinb@redhat.com>
26005
26006 * gdb.base/pointers.c (usevar): New function.
26007 (main): Make sure that global variables v_int_pointer2, rptr,
26008 and y are all referenced someplace in the program by calling
26009 usevar() on them. [Some linkers delete symbols which are
26010 never referenced. The space remains, but there's no way to
26011 get a (symbolic) handle on the variable from the debugger.]
26012
751a959b
EZ
260132000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26014
26015 * gdb.base/printcmds.c: Add typedeffed arrays.
26016
26017 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 26018 procedure to test arrays that are typedef'd.
751a959b 26019
73a93a32
JI
260202000-03-13 James Ingham <jingham@leda.cygnus.com>
26021
26022 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 26023 the library directories.
73a93a32 26024
fb40c209
AC
26025Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26026
26027 * configure.in (configdirs): Add sub directory gdb.mi.
26028 * configure: Re-generate.
26029
26030 * gdb.mi: New directory.
d63a86f8 26031
ee4dd2c9
AC
260322000-02-25 Scott Bambrough <scottb@netwinder.org>
26033
26034 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 26035 a long long value as a double on ARM platforms.
ee4dd2c9 26036
70f0cc22
JB
260372000-02-16 Jim Blandy <jimb@redhat.com>
26038
26039 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26040 default source file is set properly before running this test.
26041
853819b8
EZ
260422000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26043
26044 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 26045 gdbtk/library directory, not in gdbtcl2.
853819b8 26046
dfcd3bfb
JM
260472000-02-04 Jim Blandy <jimb@redhat.com>
26048
26049 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26050 backslash from regexp pattern.
26051
26052 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26053 procedure. Use it to run all the "continue to bp overloaded"
26054 tests. Note that this changes the names of the tests slightly.
26055 If the breakpoint hit message includes a hex PC value, because
26056 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26057 from the real source code, still consider that a pass.
26058
26059 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26060 XFAIL here if the breakpoint message contains a hex address. Note
26061 similar change on 1999-11-02.
26062
26063 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26064
26065 * gdb.base/ptype.exp: Establish a default source file before
26066 calling get_debug_format.
26067
260682000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26069
26070 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26071
8b93c638
JM
260722000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26073
26074 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26075 of successive stepi commands -- while in the prologue we should see
26076 the function entry bracket.
26077
260782000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26079
26080 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26081 reach __change_mode() when stepping through the end of main().
26082
c5394b80
JM
260832000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26084
26085 * gdb.base/default.exp: Fix expected pattern.
26086 * gdb.base/help.exp: Same.
26087
0d06e24b
JM
260882000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26089
26090 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 26091 Don't use xfail's because that affects only the following test.
d63a86f8 26092
0d06e24b 26093 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 26094 solaris or linux.
0d06e24b
JM
26095
26096 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26097
dc96c6c7 260982000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 26099
d63a86f8 26100 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
26101 "A syntax error" rather than "A parse error". Accept both.
26102
261032000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26104
26105 * gdb.base/default.exp: Remove OS dependent string from "target
26106 remote" test.
26107 * gdb.base/help.exp: Same for "help target remote" test.
26108
c3f6f71d
JM
261092000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26110
26111 From Jim Kingdon <kingdon@redhat.com>:
26112
26113 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
26114 prompt (cleanup rather than necessity, but still might keep output
26115 from spilling to next test).
c3f6f71d
JM
26116
261172000-01-02 Fred Fish <fnf@cygnus.com>
26118
26119 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26120 AIX, which defines them in <sys/types.h>.
26121
ed9a39eb 261221999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 26123
ed9a39eb 26124 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 26125 float" test.
ed9a39eb
JM
26126
261271999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 26128
ed9a39eb 26129 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
26130
26131 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26132 outermost frame disallowed".
26133
261341999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26135
26136 * gdb.base/setvar.exp: New tests for setting the value of a struct
26137 with a constant list.
26138
261391999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26140
26141 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26142 require the user to type a cast before setting the value of a struct.
26143
de57eccd
JM
261441999-12-06 Jim Blandy <jimb@cygnus.com>
26145
26146 * gdb.base/default.exp: Expect the new 'info float' command on
26147 all i386 platforms.
26148
26149 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26150 LinuxThreads libraries that don't support debugging.
26151
c2d11a7d
JM
26152Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26153
26154 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
26155 Change the buffer type to ``unsigned char'' to simplify size
26156 arithmetic.
c2d11a7d
JM
26157
26158 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
26159 stub only handles 400-1 byte packets. Verify that the download
26160 worked.
c2d11a7d
JM
26161
261621999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26163
26164 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26165 tests, using UNRESOLVED for the untested cases. Also, does not wait
26166 for a timeout if the prompt was received before a recognizable pattern.
26167
261681999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26169
26170 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26171
261721999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26173
26174 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 26175 watchpoints.
c2d11a7d
JM
26176
261771999-11-24 Jason Merrill <jason@casey.cygnus.com>
26178
26179 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26180
26181 * gdb.c++/local.exp: Be more flexible in recognizing local class
26182 name mangling. Don't allow horribly truncated method names.
26183 * gdb.c++/derivation.exp: Expect protected inheritance.
26184 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26185 * gdb.c++/virtfunc.exp: Likewise.
26186 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26187 when printing a nested enum.
26188
261891999-11-22 Jim Blandy <jimb@cygnus.com>
26190
26191 * gdb.base/step-test.exp: Properly await GDB's response to setting
26192 a breakpoint on the call to large_struct_by_value.
26193
26194 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26195 just because we have debug info for the `start' function.
26196
261971999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26198
26199 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26200 "Unknown signal" messages, which indicate (on LinuxThreads) that
26201 GDB doesn't know how to debug threads on this system. This is
26202 better than hanging while philosopher 0 dumps chatter into gdb.log.
26203
262041999-11-18 Tom Tromey <tromey@cygnus.com>
26205
26206 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26207
262081999-11-18 Fred Fish <fnf@cygnus.com>
26209
26210 * gdb.base/coremaker2.c: Add sample program for generating
26211 cores that is more self contained than coremaker.c. Eventually
26212 I'll add more code to this and tie it into the testsuite.
26213
4ce44c66
JM
262141999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26215
26216 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26217
262181999-11-10 Jimmy Guo <guo@cup.hp.com>
26219
26220 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 26221 from $srcdir/lib/.
4ce44c66 26222 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 26223 and gdb.c++/.
4ce44c66
JM
26224
26225 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26226
d63a86f8 26227 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
26228 'continue with watch' test point.
26229
262301999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26231
26232 Merged from p2linux-990323-branch:
d63a86f8 26233
4ce44c66
JM
26234 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26235
11cf8741
JM
26236Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26237
26238 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 26239 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
26240
26241Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26242
26243 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 26244 gdb_expect_list.
11cf8741
JM
26245
26246Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26247
26248 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26249
262501999-11-03 Mark Salter <msalter@cygnus.com>
26251
26252 * gdb.base/break.exp: Fix "stub continue" pattern.
26253
262541999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26255
26256 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26257
262581999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26259
26260 * gdb.base/display.exp ("finish"): Add timeout clause.
26261
26262 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26263 plain prompt clause, so this doesn't have to time out in order to
26264 fail.
26265
26266 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 26267 breakpoint hit messages include an address.
11cf8741
JM
26268
26269 * gdb.base/display.exp: Don't forget to escape parens in regular
26270 expressions. Unix regexp notatation sucks.
26271
262721999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26273
26274 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 26275 order for 'signalled' message.
11cf8741 26276
5c44784c
JM
262771999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26278
26279 From Jimmy Guo <guo@cup.hp.com>:
26280 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
26281 * gdb.base/annota1.c: Add code for tests to work with.
26282
262831999-10-26 Frank Ch. Eigler <fche@cygnus.com>
26284
26285 * gdb.base/remote.exp: New test for remote downloading settings.
26286 * gdb.base/remote.c: New file with large .data.
26287
917317f4
JM
262881999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
26289
26290 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
26291 for LinuxThreads support, merged from the Code Fusion branch.
26292
26293Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
26294
26295 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
26296 containing exp_continue into a while within an expect. Don't
26297 attempt a start more than three times. Check return value from
26298 gdb_load.
d63a86f8 26299
2df3850c
JM
26300Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
26301
26302 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 26303 a pass case.
2df3850c 26304
2acceee2
JM
263051999-10-01 Kevin Buettner <kevinb@cygnus.com>
26306
26307 * gdb.base/break.c (main): Added a statement that we can step
26308 off of.
26309 * gdb.base/break.exp: Added tests for setting a breakpoint
26310 at an offset and stepping onto a breakpoint.
26311
263121999-10-01 Fred Fish <fnf@cygnus.com>
26313
d63a86f8 26314 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
26315 gdb output.
26316
c2c6d25f
JM
263171999-09-18 Jim Blandy <jimb@cris.red-bean.com>
26318
26319 * gdb.base/break.exp: Code locations are in hex, don't forget!
26320 (For HP-UX.)
26321
263221999-09-17 Stan Shebs <shebs@andros.cygnus.com>
26323
26324 * condbreak.exp: Use break.c as test program.
26325 * condbreak.c: Remove, redundant with break.c.
26326
263271999-09-15 Stan Shebs <shebs@andros.cygnus.com>
26328
26329 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 26330 Z-packets if the target needs it.
c2c6d25f
JM
26331
263321999-09-13 James Ingham <jingham@leda.cygnus.com>
26333
26334 * gdb.c++/overload.exp: Added tests for listing overloaded
26335 functions with function pointers in the arg, explicitly calling
26336 out the version you want.
26337
cff3e48b
JM
263381999-09-09 Stan Shebs <shebs@andros.cygnus.com>
26339
26340 * long_long.exp: Add variations of test cases that work for
26341 targets with 16-bit ints and 32-bit doubles.
26342
d4f3574e
SS
263431999-09-08 Stan Shebs <shebs@andros.cygnus.com>
26344
26345 * break.c (main): Compare a possibly-uninitialized argc with an
26346 unlikely value that fits in 16 bits.
26347
263481999-09-07 Stan Shebs <shebs@andros.cygnus.com>
26349
26350 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
26351 0xfeeb, don't want negative numbers if ints are 16 bits.
26352
26353 * lib/gdb.exp (skip_cplus_tests): New proc.
26354 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
26355 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
26356 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
26357 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
26358 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
26359 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
26360 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
26361 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
26362
26363 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
26364
26365Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
26366
26367 * gdb.base/corefile.exp (up): Allow a parameter to appear
26368 in the frame that we're going up to.
26369
26370 From Jim Blandy <jimb@cygnus.com>:
26371
26372 * gdb.base/default.exp (info float): Expect some output now.
26373
26374 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
26375 returning floating-point values to fail on the x86.
26376 * gdb.base/callfwmall.exp (do_function_calls): Same.
26377
26378 * gdb.base/list.exp (test_listsize): Correct expectations for
26379 listing line 1 with listsize 2. Also, listing a single line
26380 works now, as does listing three lines. [Kevin's note: There
26381 were a number of other cases fixed too where the expectations
26382 differed...]
26383
263841999-09-02 Stan Shebs <shebs@andros.cygnus.com>
26385
26386 * gdb.base/selftest.exp: Add case for when version prints as
26387 constant string instead of char pointer.
26388
104c1213
JM
263891999-08-25 Stan Shebs <shebs@andros.cygnus.com>
26390
26391 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 26392 stepping out of main.
104c1213
JM
26393
26394 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
26395 G++ used.
26396
26397 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 26398 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
26399
26400 * gdb.c++/ovldbreak.exp: Update match string in test that
26401 includes a warning of multiple breakpoints.
26402
264031999-08-24 Stan Shebs <shebs@andros.cygnus.com>
26404
26405 * gdb.base/display.exp: Improve precision of step-after-finish
26406 added yesterday.
26407
26408 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 26409 test.
104c1213
JM
26410
26411 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
26412 configs when using G++, not just hppa*.
26413
264141999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26415
26416 * gdb.base/async.c: New file.
26417 * gdb.base/async.exp: New file.
26418
26419Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
26420
26421 * gdb.base/break.exp: Tweak PA specific tests to properly handle
26422 PA64.
26423
53a5351d
JM
26424Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
26425
104c1213
JM
26426 * gdb.base/display.exp: "finish" can leave us mid-line on many
26427 targets, deal with it. Add a small constant to main, instead of
26428 1000 since main+1000 may not be a valid address in the target.
26429
53a5351d
JM
26430 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26431 on hpux11.
26432
26433 * gdb.base/attach.exp: Handle another hpux11 error message variant
26434 when attaching to a process that does not exist.
26435
264361999-08-19 J.T. Conklin <jtc@redback.com>
26437
26438 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 26439 characters in 'continue to 1241' test.
53a5351d
JM
26440
264411999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26442
26443 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26444 stop in print_long_arg_list, define and use a whitespace
26445 variable in print_small_structs test, add an XFAIL for Solaris.
26446 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26447 interested enough to fix.
26448
7be570e7
JM
264491999-08-13 Keith Seitz <keiths@cygnus.com>
26450
26451 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26452 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26453 proc knows about targets other than the natives.
26454 (test_assign): Use "gdb_run_cmd" to "run" the target.
26455 Check that we've actually hit the breakpoint at main.
26456 When we attempt to assign a value to a local variable, check
26457 that the variable is in the current scope, i.e., don't use
26458 a test with an empty result.
26459
26460Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26461
26462 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 26463 command.
7be570e7
JM
26464
264651999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26466
26467 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26468 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26469 gdb.compat, gdb.threads-hp.
26470 gdb.hp/configure, gdb.hp/configure.in: New files.
26471 gdb.hp/Makefile.in: Recurse into new subdirs.
26472 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26473 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26474 in object files.
26475 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26476
96baa820
JM
264771999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26478
26479 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 26480 funky printf, remove a bogus p/a test.
96baa820
JM
26481
264821999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26483
26484 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
26485 connected to the target. This is necessary when running not
26486 natively.
96baa820
JM
26487
264881999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26489
26490 * gdb.base/step-test.exp: Removed some extraneous messages.
26491
26492 * gdb.base/long_long.exp: Don't run memory examination tests
26493 on little-endian targets (they will need a different set of
26494 results to match).
26495
264961999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26497
26498 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26499 until somebody decides to fix GDB.
26500
26501 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 26502 constant as "ULL".
96baa820
JM
26503 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26504 matches for a couple x/2 commands.
26505
a0b3c4fd
JM
265061999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26507
26508 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26509 by merging in ref-types2 tests.
26510 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26511
26512 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26513 * gdb.c++/Makefile.in: Add standard actions.
26514 (EXECUTABLES): Rename from PROGS, update list.
26515 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26516 from gdb.hp.
26517 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26518 foo and bar locals.
26519 * gdb.c++/anon-union.exp: Fix tests to match.
26520 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26521 expect matches to handle output variations.
26522 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26523 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 26524 output, add HP alternatives for new and delete prints.
a0b3c4fd 26525 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 26526 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
26527 * gdb.c++/demangle.exp: Use $style when reporting failure.
26528 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26529 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26530 match alternatives.
26531 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 26532 compilers.
a0b3c4fd
JM
26533 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26534 * gdb.c++/method.exp: Add match alternatives.
26535 * gdb.c++/misc.cc: Add bool types.
26536 * gdb.c++/misc.exp: Add tests for bool types.
26537 * gdb.c++/overload.exp: Add xfails.
26538 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26539 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26540 add some more template parameter tests (only for HP currently).
26541 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26542 * gdb.c++/virtfunc.cc: Add return type and value for main.
26543 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26544 match alternatives.
d63a86f8 26545
a0b3c4fd
JM
265461999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26547
26548 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26549
265501999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26551
26552 * gdb.base/signals.exp: Don't expect getting a backtrace from
26553 within a signal handler to fail on Linux.
26554
265551999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26556
26557 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26558 * lib/gdb.exp: Remove some gratuitious semicolons.
26559 (delete_breakpoints): Increase timeout.
26560 (gdb_expect): Add -notransfer option.
26561 (gdb_test): Use -notransfer option.
26562 (get_compiler_info): Add f77 case.
26563 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 26564 case.
a0b3c4fd
JM
26565 (gdb_preprocess): Call get_compiler.
26566
26567 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26568 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
26569 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26570 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26571 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26572 third arg to gdb_test.
a0b3c4fd
JM
26573 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26574 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 26575 HP-UX xfails, add others.
a0b3c4fd
JM
26576 * gdb.base/completion.exp: Reflect name change of self-test.
26577 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
26578 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
26579 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
26580 HP failure number.
a0b3c4fd
JM
26581 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
26582 useless HP-UX 10.30 references.
26583 * gdb.base/maint.exp: Loosen matches.
26584 * gdb.base/pointers.c (main): Declare more_code.
26585 * gdb.base/pointers.exp: Match on output of a `next'.
26586 * gdb.base/structs.c: Add prototypes.
26587 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
26588 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
26589
265901999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26591
26592 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 26593 command.
a0b3c4fd
JM
26594
265951999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26596
26597 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
26598 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
26599
26600 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
26601 debug info. Deal with lack of signal hanlder info in stack.
26602
a9c64011 26603 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
26604 * gdb.base/annota1.exp: If printf has debug info, deal with it.
26605
5a2468f5
JM
266061999-07-19 Stan Shebs <shebs@andros.cygnus.com>
26607
26608 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 26609 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 26610
adf40b2e
JM
26611Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26612
26613 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 26614 a1-selftest.exp.
adf40b2e
JM
26615 * gdb.base/configure: Re-generate.
26616
266171999-07-12 Stan Shebs <shebs@andros.cygnus.com>
26618
26619 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
26620 in trying to run first and name is too long.
26621
26622 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
26623 pointers2.c and pointers2.exp, respectively.
26624 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
26625 doschk happier.
26626
43e526b9
JM
266271999-07-08 Stan Shebs <shebs@andros.cygnus.com>
26628
26629 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
26630 callfuncs2.c and callfuncs2.exp.
26631
26632 * gdb.base/list.exp: Remove mistaken xfails.
26633 * gdb.base/list0.h: Add optional prototypes.
26634
9846de1b
JM
26635Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26636
a9c64011 26637 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 26638 calling malloc.
a9c64011
AS
26639 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26640 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 26641 use.
9846de1b
JM
26642
266431999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26644
26645 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26646 * gdb.base/annota2.cc, annota2.exp: Move from here.
26647 * gdb.c++/annota2.cc, annota2.exp: To here.
26648 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26649
43ff13b4
JM
26650Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26651
26652 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 26653 a consistent format.
43ff13b4 26654
085dd6e6
JM
266551999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26656
26657 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26658 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26659 HP compilers, also set the globals $true and $false.
26660
26661 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
26662 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26663 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26664 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26665 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26666 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26667 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26668 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26669 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26670 whatis.c} Add C++ compatible function definitions and return
26671 types, add includes for library functions.
085dd6e6
JM
26672 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26673 * gdb.base/step-test.c (myglob): Rename from glob.
26674 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
26675 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26676 files, move here from gdb.hp.
085dd6e6 26677 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
26678 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26679 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26680 Adjust line numbers in regexps.
085dd6e6
JM
26681
26682 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26683 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26684 instead of 0/1.
26685
26686 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26687 foll-vfork.exp: New files, move here from gdb.hp.
26688 * gdb.base/page.exp: New file, test of pagination command.
26689
26690 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26691 recursion test.
26692 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26693
26694 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 26695 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
26696
26697 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 26698 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 26699 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 26700 watchpoint test.
085dd6e6
JM
26701 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26702 them work.
26703 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26704 expressions properly.
26705 * gdb.base/corefile.exp: Loosen the match slightly.
26706 * gdb.base/default.exp: Allow "Error accessing memory" message
26707 also.
26708 * gdb.base/display.exp: Skip over x/0 j if PA64.
26709 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26710 * gdb.base/interrupt.exp: Ditto.
26711 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26712 in use.
26713 * gdb.base/list.exp: Add xfails for HP-UX.
26714 * gdb.base/long_long.exp: Refine some of the numeric matches.
26715 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26716 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26717 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26718 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26719 * gdb.base/ptype.exp: Succeed on more varieties of output.
26720 * gdb.base/scope.exp: Add xfails for HP-UX.
26721 * gdb.base/sect-cmd.exp: Add more cases.
26722 * gdb.base/setvar.exp: Add xfails for HP-UX.
26723 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26724 * gdb.base/signals.exp: Match on void symbolically.
26725 * gdb.base/step-test.exp: Add case for PA64.
26726 * gdb.base/term.exp: Add exit and restart.
26727 * gdb.base/twice.exp: Clean up after self.
26728 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26729 * gdb.base/whatis.exp: Allow more ways to pass tests.
26730
26731 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 26732 no longer useful.
085dd6e6
JM
26733
26734Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26735
26736 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 26737 list of patterns.
085dd6e6 26738 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
26739 print_double_array(double_array)", "continuing to breakpoint
26740 1018", "print print_double_array(array_d)" and "continuing to
26741 1034" tests.
d63a86f8 26742
085dd6e6
JM
267431999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26744
a9c64011 26745 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
26746
267471999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26748
26749 * config/mt-*: Remove, these haven't been used since 1996.
26750
267511999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26752
26753 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 26754 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
26755 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26756
9e0b60a8
JM
267571999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26758
26759 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26760 simpler match case for the ptype of the big class.
26761
267621999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26763
26764 * gdb.exp: Fix test for gdb_prompt existence.
26765
267661999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26767
26768 * gdb.exp (gdb_test): Add fail after calls to perror.
26769
267701999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26771
26772 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26773
267741999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26775
26776 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26777
0f71a2f6
JM
26778Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26779
26780 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 26781 malloc() is linked in.
0f71a2f6
JM
26782
267831999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26784
26785 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26786 step at end.
26787
26788 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26789
267901999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26791
26792 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26793
cce74817
JM
26794Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26795
26796 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26797 * gdb.base/mips_pro.exp: Likewise.
26798
267991999-06-02 Keith Seitz <keiths@cygnus.com>
26800
26801 * gdb.c++/templates.cc: Change all "new" operators to throw
26802 an exception.
26803 * gdb.c++/cplusfuncs.cc: Likewise.
26804
26805 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26806
26807Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26808
26809 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
26810 * gdb.base/ending-run.exp: When stepping out of main, accept a
26811 step into an arbitrary assembler file.
cce74817 26812
392a587b
JM
268131999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26814
d63a86f8 26815 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 26816 "breakpoint-invalid" to be printed.
6fdff2c5
PA
26817 * gdb.base/annota2.exp: Revise line number for main
26818 breakpoint. Allow any number of "frames-invalid" and
26819 "breakpoint-invalid" to be printed.
392a587b
JM
26820 * gdb.base/annota2.cc: Initialize a.x to 0.
26821
9e086581
JM
268221999-05-17 Keith Seitz <keiths@cygnus.com>
26823
6fdff2c5
PA
26824 * gdb.base/call-ar-st.exp: Skip
26825 "print print_double_array (double_array)" when "skip_float_tests" set.
26826 Ditto for "print print_double_array(array_d)",
26827 "print print_small_structs", "print print_ten_doubles", and
26828 "step into print_long_arg_list".
26829 Don't assume we can step into "print_long_arg_list": we could step
26830 into memcpy.
26831 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26832 "skip_float_tests" is set: "print print_one_double(*d1)"
26833 and "print print_two_floats(*f3)".
9e086581
JM
26834 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26835 "skip_float_tests" is set.
6fdff2c5
PA
26836 * gdb.base/varargs.exp: Skip
26837 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26838 "skip_float_tests" set.
d63a86f8 26839
cd0fc7c3
SS
268401999-05-06 Keith Seitz <keiths@cygnus.com>
26841
26842 * gdb.base/annota2.cc: Include stdio.h.
26843
26844Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26845
26846 * gdb.base/crossload.exp: Remove, this has been disabled ever
26847 since BFD stopped including all targets, and cross-GDB gets
26848 plenty of testing anyway.
26849 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
26850 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26851 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
26852 * gdb.base/README: Remove, was doc for this.
26853 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 26854 needed.
cd0fc7c3 26855
b83266a0
SS
268561999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26857
26858 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26859 output.
26860
26861 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26862 * gdb.base/annota2.exp: New file. More annotation tests.
26863 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26864 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26865
268661999-04-23 Angela Marie Thomas <angela@cygnus.com>
26867
26868 * config/cfdbug.exp: New file.
26869
7a292a7a
SS
268701999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26871
26872 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26873 Marcus Daniel's and Dale Hawkins's demangler crashes.
26874
26875 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
26876 test_lucid_style_demangling, test_arm_style_demangling,
26877 test_hp_style_demangling): Try Tom Tromey's core-dumping
26878 identifier under each demangling style.
7a292a7a
SS
26879
268801999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26881
26882 * gdb.c++/demangle.exp: Include the current demangling style
26883 in all test names.
26884 (current_demangling_style): New global variable.
26885 (set_demangling_style, test_demangling_core, test_demangling,
26886 test_demangling_exact): New functions.
26887 (test_gnu_style_demangling, test_lucid_style_demangling,
26888 test_arm_style_demangling, test_hp_style_demangling): Use those,
26889 instead of calling gdb_test and gdb_test_exact directly.
26890 (catch_demangling_errors): New function, which reports errors
26891 signalled by the demangling test functions in an orderly way.
26892 (do_tests): Use catch_demangling_errors.
26893
268941999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26895
26896 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 26897 grouping in expressions, not {}.
7a292a7a
SS
26898
26899 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 26900 initialized yet.
7a292a7a
SS
26901
269021999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26903
26904 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26905 are listed.
26906
269071999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26908
26909 * gdb.stabs/weird.exp: Test for CC being defined before
26910 looking at its value.
26911
269121999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26913
26914 * gdb.base/call-ar-st.exp: Remove stray '#'.
26915 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26916 "short int" and "long int".
26917 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 26918 change, to mollify finicky HP compiler.
7a292a7a
SS
26919 * gdb.hp/reg-test.exp (testfile): Fix file name.
26920 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 26921
7a292a7a
SS
26922 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26923 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26924 alternate form of enum ptype.
26925
c906108c
SS
269261999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26927
7a292a7a
SS
26928 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26929 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
26930 passing skip_hp_tests, so as not to waste time on guaranteed
26931 failure.
7a292a7a 26932
c906108c
SS
26933 * gdb.c++/overload.cc: Pass string instead of char addr, always
26934 init ccpfoo.
26935 * gdb.c++/templates.cc: Fix syntax error.
26936
7a292a7a
SS
26937Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26938
26939 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 26940 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
26941 command.
26942
269431999-03-18 James Ingham <jingham@cygnus.com>
26944
26945 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26946
26947 * gdb.c++/method.exp: It was testing an uninitialized int on the
26948 stack and assuming it was positive.
26949
26950 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26951
26952 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 26953 keep it from killing the rest of the tests.
7a292a7a
SS
26954 Use gdb_continue_to_end.
26955
26956 * gdb.base/sigall.exp: use gdb_continue_to_end.
26957
26958 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26959
26960 * gdb.base/display.exp: use runto_main, not run.
26961
d63a86f8
RM
26962 * gdb.base/default.exp: Check for the current error message in the
26963 r abbreviation test.
7a292a7a
SS
26964 Add strongarm to the targets that know info float.
26965
d63a86f8 26966 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
26967 run which doesn't work with monitors.
26968
6fdff2c5
PA
26969 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26970 1034 test.
7a292a7a
SS
26971
26972 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26973
6fdff2c5
PA
26974 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26975 end of a program. Traps the case (in Cygmon) when the program
26976 never really exits. Same as Mark's continue_to_exit, but I had
26977 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
26978
26979 * config/monitor.exp (gdb_target_monitor): added another
26980 target_info parameter: remotebinarydownload. This will set the
26981 remotebinarydownload flag if this is causing some boards trouble.
26982
269831999-03-18 Mark Salter <msalter@cygnus.com>
26984
26985 * lib/gdb.exp (continue_to_exit): New function.
26986
26987 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26988 * gdb.base/ending-run.exp: Ditto.
26989 * gdb.base/step-test.exp: Ditto.
26990
269911999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26992
26993 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26994 (suggested by Art Haas <ahaas@neosoft.com>).
26995
269961999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26997
889bf7c5 26998 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
26999
27000Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27001
27002 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 27003 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
27004
270051999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27006
27007 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27008 a call to strlen; sometimes we do have sources.
27009
270101999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
27011
27012 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 27013 character, so GDB won't print garbage after its end.
d63a86f8 27014
c906108c
SS
27015 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27016 breakpoint there instead. Sometimes GCC emits memcpy to handle
27017 the large structures being passed by value, so we step into that
27018 instead of sum_array_print, which obscures what we're really testing.
27019 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
27020 the bizarre steps into memcpy, so do that here. Add check for
27021 stepping into function calls that pass large structures by value.
27022 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
27023 Remove all references to specific line numbers.
27024 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27025 New type and function.
27026 (main): Call large_struct_by_value, passing it a large struct by value.
27027 * lib/gdb.exp (gdb_get_line_number): New function.
27028
27029 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27030 more portable.
27031
7a292a7a
SS
270321999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27033
c906108c
SS
27034 * lib/gdb.exp: Doc fixes.
27035
7a292a7a
SS
270361999-03-05 Nick Clifton <nickc@cygnus.com>
27037
d63a86f8 27038 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
27039
270401999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27041
c906108c 27042 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
27043 commands. They're not germane to this test, and they don't work
27044 that way on remote targets.
c906108c 27045
3fc11d3e
JM
270461999-03-01 James Ingham <jingham@cygnus.com>
27047
27048 * Changelog entries merged over from gdb development branch.
27049
3fc11d3e
JM
27050 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27051
27052 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27053 for outputting results of test run.
27054
2d4a1622 27055 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
27056
27057 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 27058
7a292a7a
SS
270591999-02-25 Felix Lee <flee@cygnus.com>
27060
27061 * lib/gdb.exp (debug_format): initialize
27062
c906108c
SS
270631999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27064
27065 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27066 * gdb.base/call-rt-st.c: Ditto.
27067
c906108c
SS
270681999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27069
27070 * gdb.threads/pthreads.exp (horiz): New variable.
27071 (test_startup): Fix regexps that capture thread numbers.
27072
270731999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27074
27075 * gdb.base/smoke.exp: Disambiguate two test case names (both
27076 called ``print'').
27077
27078Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27079
27080 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 27081 compilation.
c906108c
SS
27082
270831999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27084
27085 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27086 actual output formatting.
27087 * gdb.base/smoke.exp: GDB removes leading 0's.
27088 * gdb.base/volatile.exp: Don't check type of remuneration;
27089 that variable is no longer defined in constvars.c.
27090 * gdb.base/step-test.c (main): Exit with explicit exit code.
27091 * gdb.base/step-test.exp: Remove two nexti checks--they are
27092 not portable.
27093
270941999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27095
27096 * gdb.base/help.exp ("help delete display"): Fix test to match
27097 gdb's output.
27098
27099 * gdb.base/long_long.c (known_types): Initialize values to zero.
27100 * gdb.base/long_long.exp: Step one more line
27101 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
27102 leading zeros. Explicitly ask for hex formatting. Use
27103 unique test case names.
c906108c
SS
27104
27105Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27106
d63a86f8 27107 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
27108
27109 * gdb.c++/method.exp: Add missing close brace.
27110
271111999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27112
27113 * gdb.base/maint.exp: Use 'set height 0' to disable page
27114 prompting, not 'set height 400'.
27115
27116 Fix a bunch of timeouts.
27117 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27118 four separate tests, so expect doesn't take forever to match a ton
27119 of text against a regexp with lots of .* forms.
27120 ("maint print psymbols", "maint print symbols"): Make some of
27121 these greps more selective, so that expect doesn't try to wade
27122 through huge piles of output and time out.
27123
27124 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27125
27126 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
27127 tests: one which doesn't expect shlib events to be reported, and
27128 another which does, but is XFAIL for all platforms other than
27129 HP/UX.
c906108c
SS
27130
27131 * gdb.base/break.exp: Teach the test suite that the `catch
27132 fork', `catch vfork', and `catch exec' commands produce error
27133 messages on platforms that don't provide these features.
27134
27135Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27136
27137 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
27138 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27139 (shortening names from solib_threshold.exp etc), won't run on
27140 anything but HP-UX for the foreseeable future.
c906108c 27141 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 27142 reflect move.
c906108c
SS
27143
27144Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27145
27146 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 27147 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
27148
27149Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27150
27151 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27152 successfully re-sets breakpoints in shared libraries.
27153 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27154
27155Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27156
d63a86f8
RM
27157 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27158 and compiled w/o GCC.
c906108c
SS
27159
27160 * gdb.hp/watch-cmd.exp: ditto.
27161
27162 * gdb.hp/watch-hp.exp: ditto.
27163
27164 * gdb.hp/xdb1.exp: ditto.
27165
27166 * gdb.hp/xdb2.exp: ditto.
27167
27168 * gdb.hp/dbx.exp: ditto.
27169
27170Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27171
27172 * constvars.c: Remove C++-isms.
27173 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 27174 with GCC.
c906108c
SS
27175
27176Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27177
27178 The following changes are part of the HP merge.
27179
27180 * gdb.base/break.exp: new tests to verify that catchpoints for
27181 fork, vfork, and exec don't trigger inappropriately.
27182
27183 * gdb.base/opaque.exp: compile one file at a time, then link.
27184
27185 * gdb.base/signals.exp: be more restrictive about which hppa
27186 systems receive a setup_xfail. new tests.
27187
27188 * gdb.base/solib_threshold.build: new file.
27189 * gdb.base/solib_threshold.exp: new file.
27190 * gdb.base/solib_threshold.link_opts: new file.
27191 * gdb.base/solib_threshold.mk: new file.
27192 * gdb.base/gen_solib_threshold.c: new file.
27193
27194 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27195 tests. New tests for enums inside classes.
27196
27197 * gdb.c++/compiler.cc: indicate support of template debugging.
27198
27199 * gdb.c++/demangle.exp: run hp style demangling tests.
27200
27201 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27202 tests.
27203
27204 * gdb.c++/misc.cc: changes to support new tests.
27205
27206 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27207 to support new tests.
27208
27209 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27210 gcc, then skip these tests.
27211
27212Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27213
27214 The following files are part of the HP merge; some had longer
27215 names at HP, but have been renamed to be no more than 14
27216 characters in length.
27217
27218 * gdb.hp/ambiguous.cc: new file.
27219 * gdb.hp/ambiguous.exp: new file.
27220 * gdb.hp/attach.exp: new file.
27221 * gdb.hp/attach2.exp: new file.
27222 * gdb.hp/classes-hp.exp: new file.
27223 * gdb.hp/ctti.exp: new file.
27224 * gdb.hp/ctti-add.cc: new file.
27225 * gdb.hp/ctti-add1.cc: new file.
27226 * gdb.hp/ctti-add2.cc: new file.
27227 * gdb.hp/ctti-add3.cc: new file.
27228 * gdb.hp/dbx.exp: new file.
27229 * gdb.hp/exception.cc: new file.
27230 * gdb.hp/exception.exp: new file.
27231 * gdb.hp/foll-exec.c: new file.
27232 * gdb.hp/foll-exec.exp: new file.
27233 * gdb.hp/foll-fork.c: new file.
27234 * gdb.hp/foll-fork.exp: new file.
27235 * gdb.hp/foll-vfork.c: new file.
27236 * gdb.hp/foll-vfork.exp: new file.
27237 * gdb.hp/inherit-hp.exp: new file.
27238 * gdb.hp/more-steps.exp: new file.
27239 * gdb.hp/namespace.cc: new file.
27240 * gdb.hp/namespace.exp: new file.
27241 * gdb.hp/optimize.exp: new file.
27242 * gdb.hp/pxdb.c: new file.
27243 * gdb.hp/pxdb.exp: new file.
27244 * gdb.hp/quicksort.exp: new file.
27245 * gdb.hp/reg-test.exp: new file.
27246 * gdb.hp/reg-test.s: new file.
27247 * gdb.hp/sized-enum.c: new file.
27248 * gdb.hp/sized-enum.exp: new file.
27249 * gdb.hp/start-stop.exp: new file.
27250 * gdb.hp/templ-hp.cc: new file.
27251 * gdb.hp/templ-hp.exp: new file.
27252 * gdb.hp/thr-lib.c: new file.
27253 * gdb.hp/thr-lib.exp: new file.
27254 * gdb.hp/thr-lib.h: new file.
27255 * gdb.hp/thr-liblib.c: new file.
27256 * gdb.hp/virtfun-hp.c: new file.
27257 * gdb.hp/virtfun-hp.exp: new file.
27258 * gdb.hp/watch-cmd.exp: new file.
27259 * gdb.hp/watch-hp.exp: new file.
27260 * gdb.hp/xdb1.exp: new file.
27261 * gdb.hp/xdb2.exp: new file.
27262 * gdb.hp/xdb3.exp: new file.
27263
27264Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27265
27266 The following files are part of the HP merge; some had longer
27267 names at HP, but have been renamed to be no more than 14
27268 characters in length.
27269
27270 * gdb.base/ss.h: new file.
27271 * gdb.base/call-ar-st.c: new file.
27272 * gdb.base/call-ar-st.exp: new file.
27273 * gdb.base/call-rt-st.c: new file.
27274 * gdb.base/call-rt-st-exp: new file.
27275 * gdb.base/call-strs.exp: new file.
27276 * gdb.base/ena-dis-br.exp: new file.
27277 * gdb.base/environ.exp: new file.
27278 * gdb.base/long_long.exp: new file.
27279 * gdb.base/sect-cmd.exp: new file.
27280 * gdb.base/shlib-cl2.exp: new file.
27281 * gdb.base/smoke.exp: new file.
27282 * gdb.base/so-impl-ld.c: new file.
27283 * gdb.base/so-impl-ld.exp: new file.
27284 * gdb.base/so-indr-cl.c: new file.
27285 * gdb.base/so-indr-cl.exp: new file.
27286 * gdb.base/varargs.exp: new file.
27287 * gdb.base/volatile.exp: new file.
27288 * gdb.base/whatis-exp.exp: new file.
7a292a7a 27289 * gdb.base/display.exp: new file.
c906108c
SS
27290 * gdb.c++/derivation.exp: new file.
27291 * gdb.c++/local.exp: new file.
27292 * gdb.c++/member-ptr.exp: new file.
27293 * gdb.c++/overload.exp: new file.
27294 * gdb.c++/ovldbreak.exp: new file.
27295 * gdb.c++/ref-types.exp: new file.
27296 * gdb.c++/ref-types2.exp: new file.
27297 * gdb.c++/userdef.exp: new file.
d63a86f8 27298
c906108c
SS
27299Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
27300
27301 * gdb.base/default.exp: Reflect wording change in remote.c.
27302
dc96c6c7 27303Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27304
27305 * gdb.base/help.exp: Update to reflect current text.
27306
27307Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
27308
27309 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
27310 they're stack variables and contain garbage.
27311 * gdb.c++/anon-union.exp: new file.
27312
27313 The following changes were made by David Taylor
889bf7c5
PA
27314 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27315 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27316 in changes by HP.
c906108c
SS
27317
27318 * gdb.base/bitops.exp: new file.
27319 * gdb.base/default.exp: change expected messages for catch and
27320 info catch tests to reflect HP merge changes.
27321 * gdb.base/enable-disable-break.exp
27322 * gdb.base/ending-run.c: new file.
27323 * gdb.base/long_long.c: new file.
27324 * gdb.base/maint.exp: new file.
27325 * gdb.base/pointers2.exp: new file.
27326 * gdb.base/shlib-call2.exp: new file.
27327 * gdb.base/solib.exp: new file.
27328 * gdb.base/step-test.c: new file.
27329 * gdb.c++/anon-union.cc: new file.
27330 * gdb.c++/local.cc: new file.
27331 * gdb.c++/member-pointer.cc: new file.
27332 * gdb.c++/method.cc: new file.
27333 * gdb.c++/ref-types.cc: new file.
27334 * gdb.c++/ref-types2.cc: new file.
27335 * gdb.c++/userdef.cc: new file.
d63a86f8 27336
c906108c
SS
27337 * gdb.base/scope.exp: compile one file at a time, then link.
27338 * gdb.base/langs.exp: ditto.
27339 * gdb.base/list.exp: ditto.
d63a86f8 27340
c906108c
SS
27341Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
27342
27343 The following changes were made by David Taylor
889bf7c5
PA
27344 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27345 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27346 in changes by HP.
d63a86f8 27347
c906108c
SS
27348 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
27349 skip tests. When compiling pass c++ flag to gdb_compile.
27350 * gdb.c++/
d63a86f8 27351
c906108c
SS
27352 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
27353 test for on hppa*-*-hpux*; use args to see if c++ was specified.
27354 (skip_hp_tests): new function.
27355 (gdb_preprocess): new function.
27356
27357 * configure.in (hpdir): decide whether to configure gdb.hp.
27358 * configure: regenerated.
27359
27360 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
27361 to delete on clean.
27362 (EXECUTABLES): update to reflect new additions.
27363 * gdb.base/commands.exp: update message expected.
27364 * gdb.base/default.exp: add copyright notice.
27365 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
27366 * gdb.base/help.exp: update messages to reflect current text.
27367 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
27368 targets for recurse tests.
27369 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
27370 skip this file.
27371
27372 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
27373 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
27374 compilation.
27375 * gdb.c++/misc.exp: ditto.
27376 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
27377 run the tests. tell gdb_compile that it's a c++ compilation.
27378
27379 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 27380
c906108c
SS
27381 * gdb.base/all-bin.exp: new file.
27382 * gdb.base/arithmet.exp: new file.
27383 * gdb.base/assign.exp: new file.
27384 * gdb.base/completion.exp: new file.
27385 * gdb.base/cond-expr.exp: new file.
27386 * gdb.base/condbreak.exp: new file.
27387 * gdb.base/define.exp: new file.
27388 * gdb.base/dollar.exp: new file.
27389 * gdb.base/environment.exp: new file.
27390 * gdb.base/eval-skip.exp: new file.
27391 * gdb.base/jump.exp: new file.
27392 * gdb.base/logical.exp: new file.
27393 * gdb.base/pointers.exp: new file.
27394 * gdb.base/relational.exp: new file.
27395 * gdb.base/section_command.exp: new file.
27396 * gdb.base/whatis-expr.exp: new file.
27397
27398 * gdb.base/all-types.c: new file.
27399 * gdb.base/call-array-struct.c: new file.
27400 * gdb.base/call-return-struct.c: new file.
27401 * gdb.base/call-strings.c: new file.
27402 * gdb.base/callfuncs2.c: new file.
27403 * gdb.base/condbreak.c: new file.
27404 * gdb.base/constvars.c: new file.
27405 * gdb.base/display.c: new file.
27406 * gdb.base/int-type.c: new file.
27407 * gdb.base/jump.c: new file.
27408 * gdb.base/miscexprs.c: new file.
27409 * gdb.base/pointers.c: new file.
27410 * gdb.base/pointers2.c: new file.
27411 * gdb.base/shmain.c: new file.
27412 * gdb.base/shr1.c: new file.
27413 * gdb.base/shr2.c: new file.
27414 * gdb.base/solib.c: new file.
27415 * gdb.base/solib1.c: new file.
27416 * gdb.base/solib2.c: new file.
27417 * gdb.base/varargs.c: new file.
27418 * gdb.c++/derivation.cc: new file.
27419 * gdb.c++/overload.cc: new file.
27420 * gdb.c++/ovldbreak.cc: new file.
27421 * gdb.hp/attach.c: new file.
27422 * gdb.hp/attach2.c: new file.
27423 * gdb.hp/average.c: new file.
27424 * gdb.hp/compiler.c: new file.
27425 * gdb.hp/compiler.cc: new file.
27426 * gdb.hp/execd-program.c: new file.
27427 * gdb.hp/follow-exec.c: new file.
27428 * gdb.hp/follow-fork.c: new file.
27429 * gdb.hp/follow-vfork-and-exec.c: new file.
27430 * gdb.hp/misc-hp.cc: new file.
27431 * gdb.hp/more-steps.c: new file.
27432 * gdb.hp/optimize.c: new file.
27433 * gdb.hp/quicksort.c: new file.
27434 * gdb.hp/run-hp.c: new file.
27435 * gdb.hp/start-stop.c: new file.
27436 * gdb.hp/sum.c: new file.
27437 * gdb.hp/templates-hp.cc: new file.
27438 * gdb.hp/thread-local-in-lib.c: new file.
27439 * gdb.hp/thread-local-in-lib.h: new file.
27440 * gdb.hp/thread-local-in-lib.lib.c: new file.
27441 * gdb.hp/vforked-program.c: new file.
27442 * gdb.hp/virtfunc-hp.cc: new file.
27443 * gdb.hp/watchpoint-hp.c: new file.
27444 * gdb.hp/xdb.c: new file.
27445 * gdb.hp/xdb0.c: new file.
27446 * gdb.hp/xdb0.h: new file.
27447 * gdb.hp/xdb1.c: new file.
27448
27449Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27450
27451 The following change was made by Edith Epstein
889bf7c5
PA
27452 <eepstein@cygnus.com> as part of a project to merge in changes
27453 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
27454
27455 * gdb.c++/demangle.exp: changed the expected output for some
27456 ARM-style mangling -- removed second reference to datatype.
889bf7c5 27457 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 27458 T1<char>::~T1<char>(void)
c906108c 27459 becomes,
a9c64011
AS
27460 maint demangle __dt__11T1__pt__2_cFv
27461 T1<char>::~T1(void)
c906108c 27462
889bf7c5 27463 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 27464
c906108c
SS
27465Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27466
27467 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27468 * gdb.trace/backtrace.exp: Likewise.
27469 * gdb.trace/circ.exp: Likewise.
27470 * gdb.trace/collection.exp: Likewise.
27471 * gdb.trace/deltrace.exp: Likewise.
27472 * gdb.trace/infotrace.exp: Likewise.
27473 * gdb.trace/limits.exp: Likewise.
27474 * gdb.trace/packetlen.exp: Likewise.
27475 * gdb.trace/passc-dyn.exp: Likewise.
27476 * gdb.trace/passcount.exp: Likewise.
27477 * gdb.trace/report.exp: Likewise.
27478 * gdb.trace/save-trace.exp: Likewise.
27479 * gdb.trace/tfind.exp: Likewise.
27480 * gdb.trace/tracecmd.exp: Likewise.
27481 * gdb.trace/while-dyn.exp: Likewise.
27482 * gdb.trace/while-stepping.exp: Likewise.
27483
274841998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27485
27486 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27487
27488Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27489
27490 From Brendan Kehoe:
27491 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27492 int return types.
27493
27494Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27495
27496 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 27497 remote dos host testing right.
c906108c
SS
27498
27499Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27500
27501 * gdb.base/corefile.exp: remove some xfails.
27502
27503Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27504
27505 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 27506 have different timestamps.
c906108c
SS
27507
27508Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27509
27510 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 27511 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
27512
27513Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27514
27515 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 27516 delta.
c906108c
SS
27517
27518Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27519
27520 * gdb.base/default.exp: Add brace missing from previous delta.
27521
27522Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27523
27524 * gdb.base/default.exp: Support test for info float for all
27525 varieties of arm toolchain.
27526
dc96c6c7 27527Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27528
27529 * gdb.trace/*.exp: remove "remote_download" command.
27530
dc96c6c7 27531Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27532
27533 * gdb.trace/*.exp: remove -gdwarf from compile.
27534
27535Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27536
27537 * gdb.trace/configure.in(AC_INIT): typo
27538 * gdb.trace/configure: regenerated
27539
dc96c6c7 27540Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27541
27542 * config/m68k-emc.exp: New file.
27543 * lib/<emc-support.exp trace-support.exp}: New files.
27544 * configure.in: add new test directory gdb.trace.
27545 * gdb.trace/{configure configure.in Makefile.in}: New files.
27546 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27547 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27548 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27549 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27550 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27551 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27552 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 27553
dc96c6c7 27554Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27555
27556 * gdb.c++/classes.exp: Change all regular expressions to match
27557 arbitrary combinations of newline/carriage-return, so that they
27558 will work equally well on Unix and Windows.
27559 * gdb.c++/inherit.exp: ditto.
27560 * gdb.c++/virtfunc.exp: ditto.
27561
275621998-08-11 Dawn Perchik <dawn@cygnus.com>
27563
27564 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27565
c2d11a7d
JM
27566Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27567
27568 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27569 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27570 to use a0-a3/d0-d3 as needed.
27571
27572Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27573
27574 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27575 * gdb.disasm/am33.exp: Corresponding changes.
27576
c906108c
SS
275771998-07-11 Felix Lee <flee@cygnus.com>
27578
27579 * gdb.base/callfuncs.exp: add cmp10 test.
27580 * gdb.base/callfuncs.c (cmp10): new function.
27581
27582Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
27583
d63a86f8 27584 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
27585 into two parts to get around a synchronization problem in expect.
27586
3fc11d3e
JM
27587Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
27588
27589 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
27590
27591 * configure.in: Add options for gdbtk testsuite.
27592
27593 * configure: Regenerate.
27594
27595 * gdb.gdbtk: New directory to hold gdbtk tests.
27596
c906108c
SS
27597Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27598
27599 * gdb.fortran/types.exp: Escape brackets in expect patterns
27600 for test_float_literal_types_accepted tests.
27601 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
27602 before run test.
27603
c2d11a7d
JM
27604Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
27605
27606 * am33.exp: Just compile, do not link the testcase.
27607 * am33.s: Add ".am33" pseudoop to force am33 mode.
27608
c906108c
SS
276091998-06-25 Felix Lee <flee@cygnus.com>
27610
27611 * gdb.base/setshow.exp: make sure $pc is sane.
27612
27613 * gdb.stabs/weird.exp: split expect patterns properly.
27614
c2d11a7d
JM
27615Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
27616
27617 * gdb.disasm/am33.s: New disassembler testfile for the am33.
27618 * gdb.disasm/am33.exp: Run it.
27619
dc96c6c7 27620Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27621
27622 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
27623 match processing (and eliminate spurious timeouts when running).
27624
dc96c6c7 27625Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27626
27627 * gdb.base/signals.exp (test_handle_all_print): put back Mach
27628 exception test, but conditionalize it on target [mach | gnu].
27629
dc96c6c7 27630Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27631
27632 * gdb.base/overlays.exp: fixup compile line for linker script.
27633
27634Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27635
27636 * gdb.fortran/types.exp: don't guess at float size.
27637
27638Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27639
27640 * gdb.base/exprs.exp: delete test that depends on int size.
27641
27642Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27643
27644 * config/sim.exp: Removed checks for target triplets.
27645 (gdb_target_sim): Use gdb,target_sim_options.
27646
27647Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27648
27649 * gdb.base/reread.exp: New file.
27650 * gdb.base/reread1.c: New file.
27651 * gdb.base/reread2.c: New file.
27652
27653Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27654
27655 * config/sim.exp: Use 'target sim -sparclite' when running
27656 SPARClite programs.
27657
27658Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27659
27660 * gdb.base/structs2.exp: New file.
27661 * gdb.base/structs2.c: New file.
27662
27663Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27664
27665 * gdb.asm/common.inc: New file.
27666 * gdb.asm/d10v.inc: New file.
27667 * asm-source.exp: Pass -I's to gas to find .inc files.
27668 Update line numbers in expected output.
27669 * asmsrc1.s: Rewrite.
27670 * asmsrc2.s: Rewrite.
27671 * configure.in: Create arch.inc symlink.
27672 * configure: Regenerate.
27673 * Makefile.in (distclean): Delete arch.inc.
27674
27675Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27676
27677 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
27678 (t_enum_value2): ditto
27679 (t_enum_value3): ditto
27680 (main): ditto
c906108c
SS
27681Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27682
27683 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27684 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27685 change.
27686 Use gdb_test instead of send_gdb/gdb_expect sequences.
27687
27688Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27689
27690 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27691 not void.
27692
27693Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27694
27695 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
27696 subroutines. Used to test gdbs ability to single step through PC
27697 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
27698
27699Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27700
27701 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27702 more rigorous EGCS C++ error checking.
27703
27704Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27705
a9c64011
AS
27706 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27707 tests.
27708 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27709 function when asleep.
27710 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27711 for i*86 Linux and SVR4 signal handling problems.
27712 Remove linux xfail for `next to handler in signals_tests_1', fixed
27713 by recent infrun.c change.
27714 Limit backtrace to 10 frames to avoid timeout problems with infinite
27715 stack backtraces.
27716 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27717 target.[ch] change.
c906108c
SS
27718
27719Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27720
27721 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27722 for a newline from gdb before continuing.
27723 (default_gdb_exit): Just look for y or n.
27724 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27725 it does, fail the rests of the tests in the file.
27726
27727Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27728
27729 * config/cygmon.exp: New file.
27730
27731Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27732
27733 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 27734 main" test on remote targets.
c906108c
SS
27735
27736 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27737 run test on remote targets.
27738
27739Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27740
27741 * gdb.asm: New directory.
27742 * configure.in: Configure it.
27743 * configure: Regenerate.
27744 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27745 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27746
27747Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27748
27749 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27750
dc96c6c7 27751Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 27752
a9c64011
AS
27753 * gdb.base/overlays (several files): Merge the two overlay
27754 managers into one. Change variables (foox, barx, bazx, grbxx)
27755 back into ints but force them to load in their proper sections.
c906108c
SS
27756
27757Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27758
27759 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 27760 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
27761 (D10VCopy): Handle memory regions crossing 16k boundaries.
27762 (D10VCopy): Transfer data in 32 bit chunks.
27763
27764Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27765
27766 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 27767 correct.
c906108c
SS
27768
27769 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 27770 map. Include space for printf in .text segment.
c906108c
SS
27771
27772 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 27773 updated d10v memory VMA/LMA map.
c906108c 27774 (D10VCopy): Call D10VTranslate.
d63a86f8 27775
c906108c
SS
27776Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27777
27778 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27779
27780 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
27781 that it won't be put into the .sdata - small data -
27782 section. Update reference.
c906108c
SS
27783 * gdb.base/baz.c (bazx, baz): Ditto.
27784 * gdb.base/foo.c (foox, foo): Ditto.
27785 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27786
27787 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 27788 to be arrays.
d63a86f8 27789
dc96c6c7 27790Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 27791
a9c64011
AS
27792 * gdb.base/overlays.exp: fix up and get working again.
27793 Add tests for backtraces from an overlay function.
d63a86f8 27794
c906108c
SS
27795Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27796
27797 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27798 "calling function with watchpoint enabled".
27799
27800Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27801
27802 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 27803 gdb_suppress_tests for d10v-*-*.
c906108c
SS
27804 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27805 pending review of whether it is useful or not.
27806
27807Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27808
27809 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27810
27811Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27812
27813 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27814 * config/dve.exp: New file to support Densan boards.
27815
27816Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27817
27818 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 27819 reads and BSD.
c906108c
SS
27820
27821Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27822
27823 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27824 response.
27825
27826 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27827
27828Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27829
27830 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 27831 test.
c906108c
SS
27832
27833 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 27834 target_sizeof_long and target_bigendian_p.
c906108c 27835 (structs_by_value, structs_by_reference): Check values according
889bf7c5 27836 to targets word size and endianess.
d63a86f8 27837
c906108c
SS
27838Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27839
27840 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 27841 output.
c906108c
SS
27842
27843Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27844
27845 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 27846 Update test of set args help to match source change.
c906108c
SS
27847
27848Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27849
27850 * gdb.base/default.exp: Expect help system output to be in
27851 alphabetical order.
27852 * gdb.base/help.exp: Ditto.
27853
27854Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27855
27856 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27857 "i*86-pc-linux-gnu*".
27858 * gdb.base/interrupt.exp: Ditto.
27859 * gdb.base/corefile.exp: Ditto.
27860
27861 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 27862 define vxworks when building the testcase.
c906108c
SS
27863
27864 * gdb.base/ptype.exp: Fix testnames to be unique.
27865 * gdb.base/radix.exp: Ditto.
27866 * gdb.base/term.exp: Ditto.
27867 * gdb.base/whatis.exp: Ditto.
27868 * gdb.c++/classes.exp: Ditto.
27869
27870Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27871
27872 * gdb.base/callfuncs.exp: Fix indentation.
27873
27874 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27875 suppress_flag has been set.
27876 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27877 target feature.
27878
27879Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27880
27881 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27882 the testcase.
27883
27884 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 27885 set_debug_traps() and breakpoint().
c906108c
SS
27886 * gdb.c++/misc.cc (main): Ditto.
27887 * gdb.c++/templates.cc (main): Ditto.
27888 * gdb.c++/virtfunc.cc (main): Ditto.
27889
27890Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27891
27892 * lib/gdb.exp(gdb_step_for_stub): New function.
27893 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27894 exists, reload the executable and do a "continue" instead of
27895 doing a jump.
27896 (runto_main): Use gdb_step_for_stub.
d63a86f8 27897
c906108c 27898 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 27899 tests to have unique names.
c906108c
SS
27900 * gdb.base/callfuncs.exp: Ditto.
27901 * gdb.base/commands.exp: Ditto.
27902 * gdb.base/default.exp: Ditto.
27903 * gdb.base/help.exp: Ditto.
27904 * gdb.base/list.exp: Ditto.
27905 * gdb.base/opaque.exp: Ditto.
27906 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27907 similar tests.
d63a86f8 27908
c906108c
SS
27909 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27910 * gdb.c++/cplusfuncs.cc: Ditto.
27911 * gdb.c++/virtfunc.cc: Ditto.
27912
27913 * config/monitor.exp: Keep track of the last file we saw, rather
27914 than trying to get the info from gdb.
27915
27916 * gdb.fortran/types.exp: Move comment to previous line.
27917
27918Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27919
27920 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 27921 target mode.
c906108c
SS
27922
27923Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27924
27925 From Bob Manson:
27926 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 27927 string from GDB when it connects.
c906108c
SS
27928
27929 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27930
27931Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27932
27933 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
27934 if we can't get a debug format from GDB (we may be testing an
27935 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
27936
27937 * gdb.stabs/weird.exp: Fix quoting.
27938
27939 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27940
27941Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27942
27943 * config/arm-ice.exp: New file.
27944
27945Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27946
27947 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 27948 until it has been modified to work with the new testsuite.
c906108c 27949
99707966 27950 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
27951 testcase won't compile, cause all of the testcases in the file to
27952 fail instead.
c906108c
SS
27953
27954 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27955 (gdb_clear_suppressed): New procedure.
27956 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27957 it contains a positive value.
27958
27959Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27960
27961 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27962
27963 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27964
27965Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27966
27967 * lib/gdb.exp (setup_xfail_format): New function.
27968 (get_debug_format): New function to get debug format.
27969 (debug_format): New global variable to hold last value set
27970 by get_debug_format.
27971 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 27972 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
27973 * gdb.c++/ptype.exp: Ditto.
27974 * gdb.c++/classes.exp: Ditto.
27975 * gdb.c++/cplusfuncs.exp: Ditto.
27976 * gdb.c++/inherit.exp: Ditto.
27977 * gdb.c++/templates.exp: Ditto.
27978 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 27979
c906108c
SS
27980Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27981
27982 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27983 host doesn't have a currently-open connection.
27984
27985 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
27986 any gdb stub target. Handle cases where gdb doesn't respond when
27987 interrupted in a sane fashion.
c906108c
SS
27988
27989 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 27990 same thing in a totally different way.
c906108c
SS
27991
27992 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 27993 setting "timeout".
c906108c 27994 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 27995 default_gdb_init now.
c906108c
SS
27996
27997Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27998
27999 * gdb.base/printcmds.exp: Fix "check for floating addition"
28000 regexp to accept results within approx +/- .01 of exact value.
28001 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28002
28003Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28004
28005 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 28006 properly.
c906108c
SS
28007 (gdb_expect): Add optional timeout parameter, and add timeout
28008 value to various calls.
28009 (gdb_suppress_tests): Only give one warning message per group.
28010
28011Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28012
28013 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
28014 global variables. Handle getting a value for $timeout more
28015 gracefully.
c906108c
SS
28016
28017Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28018
28019 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 28020 initialize.
c906108c 28021 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 28022 by a target configuration file.
c906108c
SS
28023 (gdb_expect): Pass the timeout to remote_expect.
28024
28025 * config/monitor.exp(gdb_load): Fix typo in regexp.
28026
28027Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28028
28029 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28030
28031Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28032
28033 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
28034 here. Call gdb_target_exec before rebooting the target, to make
28035 sure the connection to the target is closed.
c906108c
SS
28036 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28037 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28038 Also detect "Timeout reading from remote" error.
28039
28040 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
28041 gdb_target_monitor. Don't call gdb_file_cmd here; let
28042 gdb_target_monitor do it.
c906108c
SS
28043
28044 * gdb.disasm/hppa.exp: Don't use exec_output.
28045
28046Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28047
28048 * gdb.base/list.exp: If we're debugging a non-native target,
28049 try to set the pc register to point to the start of the
28050 program before doing the first list command.
28051
28052 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 28053 test_calls after restarting.
c906108c
SS
28054
28055 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 28056 reloading.
c906108c
SS
28057
28058 * gdb.base/watchpoint.exp: Fix typo.
28059
28060 * gdb.base/setshow.exp: Check for use_gdb_stub.
28061
28062 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 28063 stub case.
c906108c
SS
28064 * gdb.base/langs.exp: Ditto.
28065
28066 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
28067 gdb_load_offset. If we weren't given a file to load, figure out
28068 what the current file is and use it.
c906108c
SS
28069
28070 * config/i386-bozo.exp: New file.
28071
28072Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28073
28074 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28075 feature.
28076
28077 * config/proelf.exp: New entry.
28078
28079Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28080
28081 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28082 of regexps.
28083
28084 * gdb.base/watchpoint.exp: Don't run the test_stepping
28085 tests if gdb can't call functions on the target.
28086
28087 * gdb.base/setshow.exp: Don't run the set prompt tests if
28088 the board has gdb_prompt set.
28089
28090Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28091
28092 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28093 * gdb.base/commands.exp: Likewise.
28094 * gdb.base/setshow.exp: Likewise.
28095
28096Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28097
28098 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28099 feature.
28100
28101 * config/i960.exp: New file.
28102
28103Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28104
28105 * gdb.base/funcargs.exp: Check for gdb,short_int target
28106 feature instead of looking for explicit target triplets.
28107
dc96c6c7 28108Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 28109
d63a86f8 28110 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
28111 "p 123DEADBEEF", to check parse_number.
28112 * top.c: change "to enable to enable" to "to enable" in a couple
28113 of help strings.
28114
28115Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28116
28117 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28118 on the mn10300.
d63a86f8 28119
c906108c
SS
28120Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28121
28122 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28123 where the test executable is run with explicit args.
28124 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28125
28126Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28127
28128 * gdb.base/run.c: Use FAKEARGV to build test executable that
28129 does not require a command line arg, since most simulators
28130 don't currently support passing such an arg into the simulated
28131 program.
28132 * gdb.base/commands.exp: Change tests to insert the proper
28133 value as the arg to the first recursive factorial call. Change
28134 compilation line to define FAKEARGV at compile time.
28135
28136Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28137
28138 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28139 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28140 function with watchpoint enabled" test.
28141
28142Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28143
28144 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 28145 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
28146
28147 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 28148 "Tests restarted" messages.
c906108c
SS
28149
28150Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28151
28152 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28153
dc96c6c7 28154Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28155
28156 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28157 for INFO SYMBOL; add help tests for OVERLAY commands.
28158 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28159 add tests for OVERLAY commands
28160 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28161 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28162 * gdb.base/sigall.c: add usestubs code frag
28163 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 28164
c906108c
SS
28165Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28166
28167 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28168 failures.
28169 (gdb_stop_suppressing_tests): Note that tests have restarted.
28170
28171Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28172
28173 * config/h8300.exp: New file.
28174
28175Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28176
28177 * gdb.base/setshow.exp: Check for the existence of a
28178 feature, not its value.
28179
28180Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28181
28182 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28183
28184 * gdb.base/scope.exp: It's now init0(), not init().
28185
28186 * gdb.base/scope0.c: For now, change init() to be init0().
28187
28188 * config/monitor.exp: Use gdb_serial in preference to serial
28189 or netport.
28190
28191 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 28192 and it's not already set.
c906108c
SS
28193
28194Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28195
28196 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 28197 isn't using a stub and if it supports argument passing.
c906108c
SS
28198
28199Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28200
28201 * config/udi.exp(gdb_start): Make sure UDICONF is set
28202 properly before starting gdb.
28203
28204Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28205
28206 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28207 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28208 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28209
28210Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28211
28212 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 28213 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
28214
28215 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28216
28217 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28218
28219 * config/monitor.exp: Make sure we disconnect from the target.
28220 Also, try a reboot/reload cycle instead of failing if the
28221 load fails.
28222
28223Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28224
28225 * gdb.base/default.exp: Don't set match_max.
28226 * gdb.base/help.exp: Ditto.
28227 * gdb.base/list.exp: Ditto.
28228 * gdb.base/signals.exp: Ditto.
28229
28230 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28231 set, use remote_ld to download the testcase instead of
28232 the GDB loader.
28233
28234Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28235
28236 * config/vr5000.exp: New file.
28237
28238 * config/monitor.exp(gdb_target_monitor): Add pattern for
28239 "Ending remote" to detect errors in connecting.
28240
28241 * gdb.base/setshow.exp: Add .* within auto language test.
28242
28243 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28244 target feature.
28245
28246 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 28247 and reboot the board if necessary.
c906108c
SS
28248
28249 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28250 a set of tests. Remove print.* from the patterns being checked.
28251
28252Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28253
28254 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28255 refer to gdb_spawn_id.
28256
28257 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28258 longer used.
28259 * config/sparclet.exp: Ditto.
28260 * config/sparclet-old.exp: Ditto.
28261 * config/slite.exp: Ditto.
28262 * config/sim.exp: Ditto.
28263 * gdb.base/funcargs.exp: Ditto.
28264
28265 * lib/gdb.exp:Remove references to gdb_spawn_id.
28266 (gdb_expect): Move to remote.exp.
28267
28268Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28269
28270 * config/monitor.exp: Detect the "Couldn't establish connection"
28271 message from GDB.
28272
28273Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28274
28275 * gdb.base/bitfields.exp: Use runto instead of explicit
28276 gdb_run_cmd/gdb_expect sequences.
28277
28278 * gdb.base/break.exp(text_next_with_recursion): Add match for
28279 gdb_expect call.
28280
28281 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
28282 We also need to handle the "A program is being debugged already"
28283 prompt from gdb. Use gdb_test to set the baud rate.
28284
28285 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
28286 to 20000. Really. I mean it.
28287
28288Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28289
28290 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
28291 fails. If suppress_flag is set, skip perror message about not
28292 being able to send to GDB.
c906108c 28293 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 28294 GDB.
c906108c
SS
28295 (gdb_expect): If suppress_flag is set, always fail immediately.
28296 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
28297 (gdb_init): Call gdb_stop_suppressing_tests.
28298 (default_gdb_exit): Ditto.
28299 (default_gdb_start): Ditto.
28300
28301 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 28302 gdb_stop_suppressing_tests as appropriate.
c906108c 28303 * gdb.base/break.exp: Ditto.
889bf7c5 28304 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
28305 * gdb.base/commands.exp: Ditto.
28306 * gdb.base/exprs.exp: Ditto.
889bf7c5 28307 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
28308 * gdb.base/list.exp: Ditto.
28309 * gdb.base/recurse.exp: Ditto.
889bf7c5 28310 * gdb.base/scope.exp: Ditto.
c906108c
SS
28311 * gdb.base/structs.exp: Ditto.
28312 * gdb.c++/inherit.exp: Ditto.
28313
28314Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
28315
28316 * config/vr4300.exp: New file.
28317
99707966 28318 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 28319
99707966 28320 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
28321
28322Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
28323
28324 * lib/gdb.exp(gdb_init): New function.
28325
28326 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 28327 for each individual variable set.
c906108c
SS
28328
28329 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
28330 name.
28331
28332 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
28333
28334 * gdb.base/scope.exp: Use gdb_test.
28335
28336 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
28337 aborting; the testsuite driver will do that for us (see
28338 gdb_finish). Also, use gdb_test in a few more places.
28339
28340Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
28341
28342 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
28343
28344Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
28345
28346 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
28347 and "add_tests" are not at the same address.
28348
28349Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
28350
28351 * gdb.base/ptype.exp: Use gdb_test.
28352
28353Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
28354
28355 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
28356 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
28357 left in. No longer expect them to fail.
28358
28359 * gdb.stabs/*.mt; Deleted, no longer used.
28360 * gdb.stabs/configure.in: Remove references to target makefile
28361 frags.
28362 * gdb.stabs/configure: Rebuilt.
28363
28364 * gdb.disasm/*.mt: Deleted, no longer used.
28365 * gdb.disasm/configure.in: Remove references to target makefile
28366 frags. Use "sh3.s" as the unique filename for this directory.
28367 * gdb.disasm/configure: Rebuilt.
28368
28369 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
28370 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
28371 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
28372
28373Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
28374
28375 * config/udi.exp: Use mondfe,name instead of remote_host.
28376
28377Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
28378
28379 * gdb.base/watchpoint.exp: Don't expect a failure when calling
28380 a function with a watchpoint enabled on the mn10200.
28381
28382 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
28383 before trying to create it!
28384
28385Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
28386
28387 * config/vx.exp: Use hostname instead of netport.
28388
28389 * config/vxworks.exp: New file.
28390
28391 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
28392
28393 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 28394 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
28395 occurs.
28396
28397 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
28398 $gdb_spawn_id directly.
28399 (gdb_run_cmd): Try _start as well as start. Use the target feature
28400 gdb,start_symbol as the symbol to start from when jumping.
28401
28402Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
28403
28404 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
28405 redundant) test.
28406
28407 * gdb.base/recurse.exp: Relax final value test for 'b' so that
28408 it doesn't lose for 16bit integer systems.
28409
28410Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
28411
28412 * gdb.fortran/types.exp: If the target doesn't support "double"
28413 data types, then expect "real" types to only be 4 bytes.
28414
28415 * gdb.c++/virtfunc.exp: Expect failure for virtual function
28416 call tests if the target doesn't support inferior function calls.
28417
28418 * gdb.base/printcmds.exp: Allow minor deviation in FP values
28419 in printf tests.
28420
28421Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
28422
28423 * gdb.base/help.exp: Disable "help set", "help show", and
28424 "help support". Simplify regexp for "help stack".
28425
28426 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28427 to 60 seconds. Temporarily set match_max to 15000 around the
28428 "info copying" test.
28429
28430 * gdb.base/nodebug.exp: Don't try to do an inferior function
28431 call if the target doesn't support them.
28432 * gdb.base/printcmds.exp: Likewise.
28433 * gdb.base/setvar.exp: Likewise.
28434 * gdb.base/structs.exp: Likewise.
28435 * gdb.c++/templates.exp: Likewise.
28436 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28437
28438 * gdb.base/recurse.exp: Enable for the mn10200.
28439
28440 * configure.in: Do configure gdb.stabs directory for *-*-elf
28441 targets.
28442 * configure: Rebuilt.
28443
28444 * gdb.base/break.exp: Check for gdb,noresults before testing
28445 exit status and/or results from the target.
28446 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28447 * lib/gdb.exp: Remove old (now bogus) initialization of
28448 noinferior, noargs, noresults and nosignals.
28449
28450Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28451
28452 * config/sh.exp: New file.
28453
28454 * config/slite.exp: Try to connect multiple times to the board
28455 before rebooting. Only send a "monitor run" if need_monitor_run
28456 is set.
28457
28458 * gdb.base/break.exp: Don't do the "stub continue" test if
28459 the target has gdb_stub set.
28460
28461 * gdb.base/callfuncs.exp: Increase the timeout.
28462
28463 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28464 if the target has gdb,noinferiorio set.
28465
28466 * gdb.base/list.exp: Increase match_max to 10000 characters.
28467
28468 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28469
28470 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28471 target.
28472
28473 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28474
28475Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28476
28477 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
28478 trying to delete the copy of gdb. Catch the file delete so we
28479 don't die if the delete fails; also, the file should be copied to
28480 the host, not to the build.
c906108c
SS
28481
28482Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28483
28484 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 28485 parenthesis in case it contains multiple regexps separated
c906108c
SS
28486 with |.
28487
28488 * gdb.base/watchpoint.exp: Use gdb_test.
28489 * gdb.base/default.exp: Ditto.
28490
28491Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28492
99707966 28493 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 28494
c906108c
SS
28495 * gdb.base/scope.exp: Use gdb_test.
28496 * gdb.c++/classes.exp: Ditto.
28497 * gdb.c++/inherit.exp: Ditto.
28498
28499Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28500
28501 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28502 remote_exec instead.
28503 * gdb.base/corefile.exp: Don't be ridiculous.
28504 * gdb.base/*.c: Add missing stub invocations.
28505
28506Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28507
28508 * config/slite.exp: Miscellaneous fixes.
28509
28510 * lib/gdb.exp: Fix runto.
28511
28512 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28513 the target.
28514
28515 * gdb.base/watchpoint.exp: Fix regexp.
28516
28517 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28518 close and wait commands, as the descriptor may now be
28519 invalid. Always call "remote_close host".
28520
28521Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28522
28523 Major rewrite for testsuite revision.
d63a86f8 28524
c906108c
SS
28525 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28526 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28527 instead of relying on spawn_id to always contain a valid
28528 spawn id.
28529 (get_compiler_info): New procedure to build the ${binfile}.ci
28530 file, instead of replicating this in N different places.
28531 (gdb_compile): New procedure.
d63a86f8 28532
c906108c 28533 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
28534 appropriate arguments) instead of compile. Use gdb_test in a lot
28535 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
28536 at the start of a testcase, as this is no longer done magically.
28537
28538 config/*-gdb.exp: Rename without the -gdb suffix.
28539
28540 config/mips.exp: Use remote_close instead of exit_remote_shell.
28541 config/monitor.exp: Use target_info instead of looking at
28542 baud, timeout, etc.
28543 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28544
28545Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28546
28547 * gdb.c++/templates.exp (test_ptype_of_templates),
28548 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28549 Update expect patterns for destructors and assignment operators
28550 to match corresponding c-typeprint.c changes.
28551 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28552 to destructor breakpoint test, GDB should be able to set the
28553 destructor breakpoint without specifying arguments.
28554
28555Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28556
28557 * gdb.threads/pthreads.exp: Change result for failure to compile due
28558 to lack of pthreads runtime support from an error to simply an
28559 unsupported test, per dejagnu standards.
28560
28561Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28562
28563 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28564 where GDB exits to reduce pattern match time.
28565 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28566
28567 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28568
dc96c6c7 28569Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28570
28571 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28572 * gdb.base/default.exp: ditto.
28573 * gdb.base/nodebug.exp: ditto.
28574 * gdb.base/printcmds.exp: ditto.
28575 * gdb.base/ptype.exp: ditto.
28576 * gdb.base/setvar.exp: ditto.
28577 * gdb.base/structs.exp: ditto.
28578 * gdb.base/setshow.c: Guard against uninitialized values of argc.
28579
28580Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
28581
28582 * configure, */configure: Rebuild with autoconf 2.12.
28583
28584Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
28585
28586 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
28587 use new i*86-pc-linux*-gnu quads.
28588 * gdb.base/corefile.exp: Ditto.
28589 * gdb.base/signals.exp: Ditto.
28590 * gdb.base/sigall.exp: Ditto.
28591 * gdb.base/interrupt.exp: Ditto.
28592
28593 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
28594 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
28595 RedHat 4.0.
d63a86f8 28596
c906108c 28597 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
28598 linux. This allows the test case to at least compile on latest
28599 linux, but still not run due to missing the threads runtime library.
c906108c
SS
28600
28601Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28602
28603 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
28604 directory to search gdb directory. Accept and step over conditional
28605 stack alignment code. Consume $prompt in failure cases.
28606 Reset timeout to $oldtimeout instead of some arbitrary value.
28607 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
28608 timeout problems with infinite stack backtraces.
28609 * gdb.base/ptype.exp (ptype struct link, union tu_link):
28610 Accept function parameters for linkfunc member.
28611
28612Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
28613
28614 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
28615 (CXXFLAGS): Remove, unreferenced.
28616 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
28617 previous -B options and also add -B option to pick up cross compiled
28618 runtime.
c906108c
SS
28619 (TARGET_INCLUDES): Add for -I options and add code to initialize when
28620 doing cross compiles.
28621 (target_alias): Declare global.
28622 (xgcc): Set variable to full path of gcc in build tree. Use findfile
28623 to verify that gcc exists in build tree, and if so set CC to that
28624 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 28625
c906108c
SS
28626Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
28627
28628 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
28629 ptype test for anonymous union. Fixup testcase to match
28630 current gcc debug output.
28631
28632Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
28633
28634 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28635 force argument to an unsigned long type.
28636
28637Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28638
28639 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 28640 tests and anonymous union print/ptype tests.
c906108c
SS
28641 * gdb.base/list.exp (test_forward-search): Increase timeout by
28642 5 minutes for the "search extremely long line" case.
28643 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28644 completely optional and that the pass/fail messages use the command as
28645 the message if that third arg is a null string.
28646 (gdb_test_exact): Arrange that a null string pattern means match a
28647 null string output rather than any output, which might include random
889bf7c5 28648 errors.
c906108c
SS
28649 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28650 backtrace test.
28651 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28652 always failing and failure is now exposed by gdb.exp changes.
28653
28654Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28655
28656 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28657 weren't being noted.
28658
28659Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28660
28661 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28662 * gdb.stabs/weird.exp: Remove v_comb xfails.
28663
dc96c6c7 28664Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28665
28666 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 28667 list.exp scope.exp watchpoint.exp]
c906108c 28668 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 28669
dc96c6c7 28670Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28671
28672 * config/monitor.exp: Increase download timeout to 1000 seconds.
28673
dc96c6c7 28674Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28675
28676 * config/m32r.exp: Increase timeout to 120 seconds.
28677
28678Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28679
28680 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28681 and accept older ordering as obsolescent gcc or gdb.
28682 * gdb.c++/templates.exp: Ditto.
28683 * gdb.c++/virtfunc.exp: Ditto.
28684
28685Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28686
28687 * gdb.base/coremaker.c: Add code to mmap some data so we
28688 can check that it ends up in the core file.
28689 * gdb.base/corefile.exp: Add test to read mmapped data
28690 from core file.
28691
dc96c6c7 28692Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28693
28694 * config/m32r.exp: New file.
28695
28696Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28697
28698 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28699 that cflags can contains -gstabs, and work correctly for other tests.
28700
dc96c6c7 28701Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28702
28703 * gdb.base/setshow.exp: New file, tests show and set.
28704 * gdb.base/setshow.c: New file, tests show and set.
28705 * gdb.base/help.exp: Add test for help set|show annotate.
28706 * gdb.base/default.exp: Add test for set|show annotate.
28707
28708Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28709
28710 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28711 errors unique.
28712 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28713 explicitly.
28714
28715Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28716
28717 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28718 and width commands. This is done elsewhere.
28719 * (gdb_start): Don't call gdb_start_sim here. That's already
28720 done in gdb_load. This fixes lots of failures in default.exp.
28721
28722Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28723
28724 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28725 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28726 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28727 in the same we we treat other failures (since it may be an expected
889bf7c5 28728 condition), rather than as an error.
c906108c
SS
28729 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28730 old test format.
28731
28732Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28733
28734 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28735 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 28736 twice. Nuke the duplicates.
c906108c 28737 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 28738 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
28739 Remove config.h along with other config files.
28740
28741Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28742
28743 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28744 "p func1 ()" and note that rests of tests are skipped.
28745 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 28746 setup_xfails for "print func2::coremaker_local".
c906108c
SS
28747 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28748 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28749 affected by the previous run test.
28750 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28751 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28752 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28753 "pass int powerset tuple" and "pass modeless int powerset tuple".
28754 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28755 "real write 4" and "real write 8".
28756 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 28757 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
28758 "print \$i after tuple assign 2", and
28759 "print vs2 after tuple assign 2".
28760 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28761 meaningful error message and return -1 so the caller can
28762 suppress further tests and avoid a cascade of errors.
d63a86f8 28763
c906108c
SS
28764Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28765
28766 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28767 format for printing version.
28768 * gdb.base/default.exp: Ditto.
28769 * gdb.base/interrupt.exp: Fix problem with cascade of
28770 errors if child process dies while calling a function.
d63a86f8 28771
c906108c
SS
28772Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28773
28774 * Makefile.in (VPATH): Add
28775 * Makefile.in (Makefile, config.status): Fix rules so things get
28776 remade when necessary.
28777
28778Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28779
28780 * Makefile.in (just-check): Add path to sibling expect dir
28781 to environment variable specified by RPATH_ENVVAR.
28782
28783Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28784
28785 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28786 (just-check): Add shared library paths for libstdc++, tk,
28787 tcl, bfd, and opcodes to the environment variable specified
28788 in RPATH_ENVVAR.
28789 * configure.in: Add support to recognize --enable-shared flag
28790 and generate correct value for RPATH_ENVVAR.
28791 * configure: Regenerated with autoconf.
28792
28793Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28794
28795 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 28796 include all osf versions.
c906108c
SS
28797 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28798 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28799 when target is linux. When failing to build pthreads test
28800 executable, give more meaningful message.
28801 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28802 arg for pthread_create.
d63a86f8 28803
c906108c
SS
28804Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28805
28806 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 28807 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 28808 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 28809 and -lpthreads (everybody else).
c906108c
SS
28810 (test_startup): Fail gracefully if threads are not supported.
28811 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28812 "p/c array_index("abcdef",2)" when not gcc compiled.
28813 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28814 "print func2::coremaker_local" when not gcc compiled.
28815 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28816 "ptype on opaque struct tagname (statically)",
28817 "ptype on opaque struct tagname (dynamically) 1", and
28818 "ptype on opaque struct tagname (dynamically) 2"
28819 for not compiled with gcc.
28820 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28821 backtrace when compiled with gcc.
d63a86f8 28822 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
28823 than always return success.
28824
28825Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28826
28827 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28828
28829Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28830
28831 * gdb.base/structs.exp: Undo last change.
28832
28833Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28834
28835 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28836 encapsulate all the steps/nexts done during self test, starting
28837 at main, and makes them less sensitive to optimization issues.
28838 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28839 signal handler" test.
28840 * gdb.threads/pthreads.exp: Only run this for native configs.
28841 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28842 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28843 tests.
28844 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28845 for "runto test_calls(void)" test.
d63a86f8 28846
c906108c
SS
28847Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28848
28849 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28850 and don't expect address info in breakpoint confirmations.
28851
28852Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28853
28854 * gdb.base/list.exp (test_forward_search): Increase timeout
28855 temporarily by 60 seconds for searching extremely long line,
889bf7c5 28856 and then reset to old value when done. Increase expect input
c906108c
SS
28857 buffer to 10000.
28858
28859Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28860
28861 * gdb.base/list.exp (test_forward_search): Fix to handle very
28862 long source line without overflowing expect's input buffer.
28863
28864Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28865
28866 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28867 "buffer_full".
28868
28869 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28870 "buffer_full".
28871
28872 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28873 "buffer_full".
28874
28875 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28876 "buffer_full".
28877
28878Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28879
28880 * configure.in (configdirs): Add gdb.threads.
28881 * configure: Regenerated with autoconf.
28882 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28883 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28884 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 28885
c906108c
SS
28886Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28887
28888 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28889
28890Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28891
28892 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28893 each signal's status in the output of "handle all print".
28894 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28895 the \r\n sequence that immediately precedes the gdb prompt.
28896 * gdb.base/a1-selftest.exp: Save original timeout and restore
28897 after test.
28898
28899Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28900
28901 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28902 symbol.
28903
28904Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28905
28906 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28907
28908Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28909
28910 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28911 timeout by 60 seconds.
28912
28913Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28914
28915 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28916 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28917 error return.
28918
28919Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28920
28921 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28922 gdb initialization, also report how long dejagnu waited. Restore
28923 old timeout before doing error return. Temporarily increase timeout
889bf7c5 28924 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
28925
28926Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28927
28928 * lib/gdb.exp: Report timeout value for verbosity level 2.
28929 * config/gdbserver.exp: Ditto.
28930 * config/hppro.exp: Ditto.
28931 * config/mips-gdb.exp: Ditto.
28932 * config/monitor.exp: Ditto.
28933 * config/netware.exp: Ditto.
28934 * config/sim-gdb.exp: Ditto.
28935 * config/slite-gdb.exp: Ditto.
28936 * config/udi-gdb.exp: Ditto.
28937 * config/unix-gdb.exp: Ditto.
28938 * config/vx-gdb.exp: Ditto.
28939 * gdb.base/a1-selftest.exp: Ditto.
28940 * gdb.base/a2-run.exp: Ditto.
28941 * gdb.base/break.exp: Ditto.
28942 * gdb.base/corefile.exp: Ditto.
28943 * gdb.base/list.exp: Ditto.
28944 * gdb.base/recurse.exp: Ditto.
28945 * gdb.base/scope.exp: Ditto.
28946 * gdb.base/signals.exp: Ditto.
28947
28948Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28949
28950 * gdb.threads/Makefile.in (docdir): Removed.
28951
28952Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28953
28954 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 28955 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 28956 @srcdir@.
d63a86f8 28957 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
28958 autoconf 2.5 or higher.
28959 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28960
28961Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28962
28963 * configure: Regenerated.
28964 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28965 avoid name clashes with SunOS headers.
28966
28967Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28968
28969 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28970
28971Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28972
28973 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28974 prototype information ends up in the compiler info file.
28975
28976Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28977
28978 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28979 attempting to regenerate it. Eliminate use of a temporary file
28980 and just generate the info file directly. Source it immediately,
28981 for consistency of use.
28982 * gdb.base/corefile.exp: Ditto
28983 * gdb.base/exprs.exp: Ditto.
28984 * gdb.base/funcargs.exp: Ditto.
28985 * gdb.base/langs.exp: Ditto.
28986 * gdb.base/list.exp: Ditto.
28987 * gdb.base/mips_pro.exp: Ditto.
28988 * gdb.base/nodebug.exp: Ditto.
28989 * gdb.base/opaque.exp: Ditto.
28990 * gdb.base/ptype.exp: Ditto.
28991 * gdb.base/scope.exp: Ditto.
28992 * gdb.base/setvar.exp: Ditto.
28993 * gdb.base/signals.exp: Ditto.
28994 * gdb.base/whatis.exp: Ditto.
28995 * gdb.c++/templates.exp: Ditto.
28996 * gdb.c++/virtfunc.exp: Ditto.
28997 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 28998 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
28999
29000Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29001
29002 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29003 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29004 Increase timeout, a lot of single stepping might be needed if the
29005 target has no hardware watchpoints.
29006
29007Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29008
29009 * gdb.base/break.exp: Ignore compiler warnings when compiling
29010 break.c.
29011 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29012 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29013 from remote-sim.
29014 * gdb.base/exprs.exp: Add h8300 xfails.
29015 * gdb.base/funcargs.exp: Likewise.
29016 * gdb.base/nodebug.exp: Likewise.
29017 * gdb.base/printcmds.exp: Likewise.
29018 * gdb.base/ptype.exp: Likewise.
29019 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29020 h8300 xfails.
d63a86f8 29021 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
29022 on the h8300.
29023 * gdb.base/funcargs.c: Explicitly make last constant argument to
29024 call_after_alloca_subr an unsigned long type.
29025 * gdb.base/return.c: Include stdio.h.
29026
29027Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29028
29029 * config/abug.exp: New file for the older Motorola Bug monitor
29030 that runs on the mvme13x series VME boards.
29031 * config/monitor.exp: Use the new config array for target settings
29032 if they exist.
29033
29034Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29035
29036 * sim-gdb.exp: Make the SH simulator allocate less space when
29037 it is targeted.
29038
29039Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29040
29041 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29042 test.
29043
29044Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29045
29046 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29047 "rs6000-*-*" for "list function in include file" when gcc compiled.
29048 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29049 for "p ctable1[120]".
29050 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29051 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29052 Remove setup_xfail for "rs6000-*-*" for
29053 "print 'scope0.c'::filelocal before run".
29054 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29055 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29056 since some compilers don't allow both options to be given
29057 on the same command line. Create object file and move it.
d63a86f8 29058
c906108c
SS
29059Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29060
29061 * gdb.base/corefile.exp: Always regenerate the core file, since
29062 we always regenerate the coremaker program. Detect special case
29063 where registers cannot be read from core file.
d63a86f8 29064
c906108c
SS
29065Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29066
29067 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29068 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29069 * gdb.c++/templates.exp: Only match on basename of file since
29070 some formats like xcoff don't encode directory information.
29071 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29072 and rs6000 AIX xcoff targets.
29073 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29074 * configure: Regenerate.
29075 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29076 here, rather than in distclean.
d63a86f8 29077
c906108c
SS
29078Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29079
29080 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29081 defined, and use it to compile the test case with -O2. The
29082 native compilation still uses no optimization.
29083 * gdb.base/mips_pro.c: Remove inline assembly code since
29084 it is compiled PIC by default, which results in assembler
29085 warnings that make the testsuite think the compilation
29086 was unsuccessful.
29087
29088Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29089
29090 * gdb.c++/misc.exp: Add note to message for
29091 "print s.a for foo struct" that this is a known gcc 2.7.2
29092 and earlier bug.
29093
29094Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29095
29096 * gdb.base/break.exp: Fix pattern for matching "Delete all
29097 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29098 setup_xfail for deleting all breakpoints test. Fix various
29099 timeout messages to include "(timeout)".
29100 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29101 for "p t_float_values2(3.14159,float_val2)".
29102 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29103 for "continue to call2g" when gcc compiled.
29104 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29105 "up to foo in langs.exp", "show language at foo in langs.exp",
29106 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29107 and "show language at fsub in langs.exp".
29108 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29109 "list line 1 in include file", "list message for lines past EOF",
29110 "list function in include file", "list list0.h:foo", and
29111 "list filename:function; nonexistant function".
29112 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29113 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29114 and "ptype t_char_array" to be for native cc only.
d63a86f8 29115
c906108c
SS
29116Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29117
d63a86f8 29118 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 29119 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 29120 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
29121
29122Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29123
29124 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29125 "bt in signals.exp". This problem only appears when running
29126 the testsuite, and then only intermittently.
29127
29128Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29129
29130 * gdb.base/return.exp (return_tests): Differentiate between
29131 two tests of continuing.
29132
29133Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29134
29135 * */Makefile.in (maintainer-clean): Remove config.log.
29136 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29137 * gdb.c++/Makefile.in (PROGS): Add inherit.
29138 (clean): Remove *.ci.
29139
29140Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29141
29142 * gdb.c++/misc.cc: Add test code from Mike Stump.
29143 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29144
29145Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29146
29147 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29148 to "alpha-*-osf2*" and add comment.
29149 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
29150 setup_xfail for "step over execarg initialization" and
29151 "step over corearg initialization".
c906108c
SS
29152 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29153 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29154 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 29155 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
29156 "print func2::coremaker_local", and "backtrace in corefile.exp".
29157 * gdb.base/signals.exp: Build and source signals.ci.
29158 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29159 to be for gcc only.
29160 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 29161
c906108c
SS
29162Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29163
29164 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29165 Feb 3 procfs.c change.
29166
29167Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29168
29169 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29170
29171Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29172
29173 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29174 from dejagnu's apparent default of 10 seconds, which gives random
29175 results when running the tests over NFS on moderately loaded systems.
29176 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29177
29178Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29179
29180 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29181 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 29182 result reports.
c906108c
SS
29183
29184Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29185
29186 * configure.in (CY_AC_PATH_TCLH): Remove.
29187 * configure: Regenerate.
29188
29189Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29190
29191 * gdb.c++/Makefile.in (clean): Add missing '{'.
29192
29193Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29194
29195 * lib/gdb.exp: Provide a default value for noinferior.
29196
29197 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29198 Load libgloss.exp.
29199
29200Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29201
29202 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29203 the executable, not the .o to run the tests from.
29204
29205Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29206
29207 * gdb.base/break.exp: Don't test for program exit or exit status
29208 if $noresults if nonzero.
29209 * gdb.base/langs.exp: Likewise.
29210 * gdb.base/watchpoint.exp: Likewise.
29211
29212 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29213 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29214 trying to compile the testcase.
29215
29216Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29217
29218 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29219 * gdb.base/signals.exp (continue to handler): Likewise.
29220
29221Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29222
29223 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29224
29225 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29226
29227Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29228
29229 * gdb.base/corefile.exp: Recognize "not found" as failure
29230 when trying to determine if a core file was generated.
29231 If no core file was generate the first time, try again without
29232 the ulimit -c to work around braindamaged shells.
29233
29234Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29235
29236 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29237 [] tests with "test" and enclose string in quotes.
29238 * gdb.stabs/configure: Rebuild
d63a86f8 29239
c906108c
SS
29240Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29241
29242 Changes in sync with expect:
29243 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29244 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29245 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29246 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29247 argument to AC_REQUIRE.
29248 * configure: Regenerated.
29249
29250Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29251
29252 * gdb.base/corefile.exp: When generating a core, discard any
29253 error messages about ulimit not found and the "core dumped"
29254 message from the shell that runs the coredumper.
29255
29256Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29257
29258 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29259
29260 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29261 which sed script to run. Expect failure for v_comb test
29262 on PA targets too.
d63a86f8 29263
c906108c
SS
29264Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29265
29266 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 29267 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
29268
29269Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29270
29271 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29272 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 29273 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
29274 * lib/gdb.exp (default_gdb_start): Fix typo.
29275 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29276 messages to not include the full program name that caused
29277 the core dump since some systems (such as solaris) apparently
29278 truncate this path to about 80 characters.
29279 When generating a core file first try increasing the core file
29280 size limit to unlimited since some systems may default it to
29281 zero, and it is harmless to try it. Move the test for failing
29282 to generate a core file to where it will actually get executed.
29283 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
29284 new gdb result from g++ debug info improvements and make old
29285 pattern obsolescent. Also account for size_t differences
29286 (may be int or long).
29287 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
29288 initialization before function call is placed in the delay slot
29289 and thus appears to be skipped over by commands such as "next".
29290
29291Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
29292
29293 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
29294
29295Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
29296
29297 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
29298 input source file; fix code to compile test to deal with this
29299 convention.
29300 * gdb.c++/*.exp: Likewise.
29301
29302Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
29303
29304 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
29305 "bt in signals.exp".
29306
29307Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
29308
29309 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
29310 "step over execarg initialization" and
889bf7c5 29311 "step over corearg initialization".
c906108c
SS
29312
29313Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
29314
29315 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
29316 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
29317
29318Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
29319
29320 From Rob Savoye (rob@poseidon.cygnus.com)
29321 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
29322 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
29323 configure.in}, gdb.disasm/{Makefile.in, configure.in},
29324 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
29325 configure.in}: Major reworking for autoconfig.
c906108c
SS
29326 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
29327 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 29328 New files.
c906108c
SS
29329 * config/unix-gdb.exp: Make GDB global.
29330 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
29331 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
29332 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
29333 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
29334 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
29335 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 29336 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
29337 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
29338 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
29339 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
29340 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 29341 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
29342 to returns as necessary, arrange for test to compile own testcase
29343 executable.
c906108c 29344 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 29345
c906108c
SS
29346Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
29347
29348 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 29349 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
29350 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
29351 "backtrace through signal handler".
29352
29353Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29354
29355 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
29356 continuing from a job control stop signal.
29357 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
29358
29359Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
29360
29361 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
29362 * gdb.base/corefile.exp: Likewise.
29363 * gdb.base/funcargs.exp: Likewise.
29364
29365Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
29366
29367 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
29368 * config/monitor.exp: Add support for setting baud rate.
29369
29370Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
29371
29372 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
29373 i*86-*-linux* xfails for "backtrace through signal handler".
29374 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
29375 "print func2::coremaker_local".
29376 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 29377 alpha-dec-osf2* xfail for
c906108c
SS
29378 "delete all breakpoints when none".
29379
29380Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
29381
29382 * gdb.base/break.exp: Change test that deletes all breakpoints
29383 when no user breakpoints are installed. A post 4.15 change
29384 causes gdb to no longer prompt in this case.
29385
29386Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
29387
29388 * gdb.base/return.exp (return_tests): Change xfail for test
29389 "correct value returned double test" to stop xfailing at
29390 Solaris 2.5. Apparently the bug has been fixed.
29391
29392Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
29393
29394 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
29395 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
29396
29397Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
29398
29399 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
29400 * gdb.disasm/hppa.s: Corresponding changes.
29401
29402Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
29403
29404 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
29405 makefile fragment.
29406 * config/mt-hpux: Deleted.
29407
29408Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
29409
d63a86f8 29410 * Many files: When warning about suppressed tests due to a
c906108c
SS
29411 nonexistant test binary, avoid incrementing the warning count.
29412
29413Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
29414
29415 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 29416
c906108c
SS
29417Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29418
29419 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
29420 "sparc-*-solaris2*".
29421
29422Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29423
29424 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
29425 Add global and local variables and initialize them.
29426 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29427 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29428 extracts the file name and terminating signal from the core file.
29429 * TODO: Remove note about tests for correct mapping of corefile.
29430 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29431 from optimizing it away.
29432 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29433 handles common blocks.
29434
29435Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29436
29437 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29438 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29439
29440Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29441
29442 * Makefile.in (maintainer-clean): New target, synonym for
29443 realclean.
29444 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29445 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29446 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29447 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29448 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29449 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29450
29451Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29452
29453 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29454 xfails when not gcc compiled for "print foo::funclocal".
29455 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29456 "print foo::funclocal at foo",
29457 "print 'scope1.c'::foo::funclocal at foo",
29458 "print foo::funclocal_bss at foo",
29459 "print 'scope1.c'::foo::funclocal_bss at foo",
29460 "print foo::funclocal_ro at foo",
29461 "print 'scope1.c'::foo::funclocal_ro at foo",
29462 "print bar::funclocal at foo" and
29463 "print 'scope1.c'::bar::funclocal at foo".
29464 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29465 gcc compiled for "print foo::funclocal at bar".
29466 Expand all messages to ensure that they identify that
29467 the test is at bar().
29468 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29469 gcc compiled for:
29470 "ptype on opaque struct pointer (statically)",
29471 "ptype on opaque struct tagname (statically)",
29472 "ptype on opaque struct pointer (dynamically) 1",
29473 "ptype on opaque struct tagname (dynamically) 1",
29474 "ptype on opaque struct pointer (dynamically) 2" and
29475 "ptype on opaque struct tagname (dynamically) 2
29476 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29477 gcc compiled for:
29478 "p datalocal"
29479 "whatis datalocal",
29480 "ptype datalocal",
29481 "p bsslocal",
29482 "whatis bsslocal", and
29483 "ptype bsslocal".
29484 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29485 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29486 when not gcc compiled.
29487 * gdb.base/funcargs.exp (float_and_integral_args): Add
29488 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29489 compiled.
29490 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29491 "backtrace from call6a" when not gcc compiled.
29492 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29493 "backtrace from call7a" when not gcc compiled.
29494 * gdb.base/callfuncs.exp (do_function_calls):
29495 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29496 "p t_char_array_values(char_array_val2,char_array_val1)",
29497 "p t_char_array_values(char_array_val1,char_array_val2)",
29498 "p t_char_array_values("carray 1","carray 2")",
29499 "p t_char_array_values("carray 1",char_array_val2)",
29500 "p t_char_array_values(char_array_val1,"carray 2")",
29501 "p sum_args(1,{2})",
29502 "p sum_args(2,{2,3})",
29503 "p sum_args(3,{2,3,4})",
29504 "p sum_args(4,{2,3,4,5})"
29505 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29506 "backtrace in corefile.exp" when not gcc compiled.
29507
29508Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29509
29510 * gdb.base/signals.exp: Rewrite `handle all print' test as
29511 a procedure. Accept blanks or TABs as whitespace, increase
29512 timeout and expect input buffer size for the large output
29513 from the command. Remove "i*86-*-bsdi2.0" xfail.
29514
29515Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29516
29517 * gdb.base/setvar.exp: Add new testcases for truncation when
29518 assigning invalid values to bitfields.
29519
29520Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29521
d63a86f8 29522 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
29523 mips-sgi-irix* xfail for
29524 "call inferior func with struct - returns char *"
29525 and fix test so that an optional (unsigned char *) cast is
889bf7c5 29526 accepted in the result.
c906108c
SS
29527
29528Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29529
29530 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29531 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29532 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29533 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29534 that accidentally got checked in.
29535
29536Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29537
d63a86f8 29538 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
29539 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29540 compiled test.
29541 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29542 Add mips-sgi-irix5* xfail for not gcc compiled.
29543 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
29544 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29545 compiled for "p top", "whatis top", "p middle", and "whatis
29546 middle".
c906108c
SS
29547 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29548 "whatis signed char" for not gcc compiled.
29549 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29550 "set variable signed char=-1 (-1)" and
29551 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29552 * gdb.base/funcargs.exp (float_and_integral_args):
29553 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29554 Add mips-sgi-irix* xfail when not gcc compiled for
29555 "continue to call2b".
29556 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29557 "continue to call2g".
6fdff2c5
PA
29558 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29559 compiled for "backtrace from call6a"
29560 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29561 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29562 when not gcc compiled for "backtrace from call7a".
c906108c
SS
29563 (localvars_after_alloca): Fix gdb_test cmds for
29564 "print * after runto ...".
29565 Remove rs6000-*-* xfails for
29566 "print i after runto localvars_after_alloca" and
29567 "print l after runto localvars_after_alloca"
29568 for all compilers.
29569 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 29570 when not compiled with gcc, for:
c906108c
SS
29571 "print signed char == (minus)",
29572 "print signed char != (minus)",
29573 "print signed char < (minus)",
29574 "print signed char > (minus)".
29575 * gdb.base/callfuncs.exp (do_function_calls):
29576 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29577 "call inferior func with struct - returns char *".
d63a86f8 29578 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
29579 "correct value returned double test" to include Solaris 2.4.
29580 * gdb.base/funcargs.exp (float_and_integral_args):
29581 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 29582
c906108c
SS
29583Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29584
29585 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
29586 enumeration bitfields if compiling with GNU C.
29587 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
29588 to empty' prompt.
29589
29590Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
29591
29592 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
29593 test for PRO targets.
29594
29595 * gdb.base/funcargs.exp: Avoid ever setting more than 8
29596 breakpoints in the inferior at any given time by making
29597 two groups of breakpoints for call2*, call6* and call7*
29598 tests.
29599
29600Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29601
29602 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
29603 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
29604 from optimizing it away.
29605 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
29606 "call inferior func with struct".
29607
29608Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
29609
29610 * configure.in: Only configure gdb.chill for particular targets.
29611
29612Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
29613
29614 * gdb.base/Makefile.in: Add action to .c.o transformation
29615 rule that generates a .ci file for each .o file and remove
29616 explicit .c.o rules except for callfuncs.o.
29617 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
29618 generates a .ci file for each .o file and remove explicit
29619 .cc.o rules.
29620 (clean): Remove *.tmp *.ci files.
29621 (EXECUTABLES): Remove templ-info.exp.
29622 * gdb.base/compiler.c: New file.
29623 * gdb.c++/compiler.cc: New file
29624 * gdb.base/scope.exp: Source gdb.base/scope.ci.
29625 Change rs6000-*-* xfail for
29626 "print 'scope0.c'::filelocal_ro" and
29627 "print 'scope1.c'::filelocal" and
29628 "print 'scope1.c'::filelocal_bss" and
29629 "print 'scope1.c'::filelocal_ro" and
29630 "print 'scope1.c'::foo::funclocal" and
29631 "print 'scope1.c'::foo::funclocal_ro" and
29632 "print 'scope1.c'::bar::funclocal" and
29633 "print 'scope0.c'::filelocal_ro" and
29634 "print 'scope1.c'::filelocal at foo" and
29635 "print 'scope1.c'::filelocal_bss at foo" and
29636 "print 'scope1.c'::filelocal_ro at foo" and
29637 "print 'scope1.c'::foo::funclocal at foo" and
29638 "print 'scope1.c'::foo::funclocal_bss at foo" and
29639 "print 'scope1.c'::foo::funclocal_ro at foo" and
29640 "print 'scope1.c'::bar::funclocal at foo" and
29641 "print 'scope0.c'::filelocal_ro" and
29642 "print 'scope1.c'::filelocal" and
29643 "print 'scope1.c'::filelocal_bss" and
29644 "print 'scope1.c'::filelocal_ro" and
29645 "print 'scope1.c'::foo::funclocal" and
29646 "print 'scope1.c'::foo::funclocal_bss" and
29647 "print 'scope1.c'::foo::funclocal_ro" and
29648 "print 'scope1.c'::bar::funclocal" and
29649 "print 'scope1.c'::bar::funclocal_bss"
29650 to only be xfail'd when not compiled with gcc.
d63a86f8 29651 Add rs6000-*-* xfail for
c906108c
SS
29652 "print 'scope0.c'::filelocal_bss before run"
29653 when compiled with gcc.
29654 (test_at_main): Add rs6000-*-* xfail for
29655 "print filelocal_ro in test_at_main"
29656 when compiled with gcc.
29657 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 29658 Add rs6000-*-aix* xfail for
c906108c
SS
29659 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29660 "ptype t_char_array", not compiled with gcc.
29661 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29662 xfail for "list foo (in include file)" when gcc compiled.
29663 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 29664 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
29665 "run to call0a" if not compiled with gcc.
29666 (unsigned_integral_args): Add rs6000-*-* xfail for
29667 "run to call1a" if not compiled with gcc.
29668 (float_and_integral_args): Add rs6000-*-* xfail for
29669 "run to call2a" if not compiled with gcc and for
29670 "continue to call2b" for any compiler.
29671 Add rs6000-*-* xfail to
29672 "print f1 after run to call2a" for gcc compiled.
29673 (discard_and_shuffle): Add rs6000-*-* xfail for
29674 "run to call6a".
29675 (shuffle_round_robin): Add rs6000-*-* xfail for
29676 "backtrace from call7a" if not compiled with gcc.
29677 Add rs6000-*-* xfail for
29678 "backtrace from call7b" if compiled with gcc.
29679 (call_after_alloca): Add rs6000-*-* xfail for
29680 "print c in call_after_alloca" and
29681 "print s in call_after_alloca" and
29682 "backtrace from call_after_alloca_subr"
29683 if not compiled with gcc.
29684 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29685 "print c in localvars_in_indirect_call" and
29686 "print c in localvars_in_indirect_call" and
29687 "backtrace in indirectly called function" and
29688 "stepping into indirectly called function"
29689 if not compiled with gcc.
29690 (localvars_after_alloca): Add rs6000-*-* xfail for
29691 "print c after runto localvars_after_alloca" and
29692 "print s after runto localvars_after_alloca" and
29693 "print i after runto localvars_after_alloca" and
29694 "print l after runto localvars_after_alloca"
29695 for all compilers.
29696 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29697 than whatis-info.exp.
29698 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29699 than opaque-info.exp.
29700 Setup rs6000-*-* xfail for
d63a86f8 29701 "ptype on opaque struct pointer (statically)" and
c906108c
SS
29702 "ptype on opaque struct pointer (dynamically)" when
29703 not compiled with gcc.
29704 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29705 rather than callf-info.exp.
29706 (do_function_calls): Add clear_xfail for rs6000-*-* for
29707 "p t_float_values2(3.14159,float_val2)". Seems to work
29708 fine there, both with xlc and gcc. Need to find out what
29709 it is doing right and fix other platforms.
29710 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29711 "call inferior func with struct - returns int",
29712 "call inferior func with struct - returns long",
29713 "call inferior func with struct - returns float",
29714 "call inferior func with struct - returns double",
29715 "call inferior func with struct - returns char *",
29716 but only if not gcc compiled (presumes xlc compiled).
29717 Change rs6000-*-* xfails for
29718 "call inferior func with struct - returns char" and
29719 " call inferior func with struct - returns short" to only
29720 xfail if not using gcc.
29721 (clean mostlyclean): Remove *.ci and *.tmp files.
29722 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29723 than templ-info.exp.
29724 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29725 Add rs6000-*-* xfail for "up to foo in langs.exp"
29726 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 29727 when not gcc compiled.
d63a86f8 29728
c906108c
SS
29729Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29730
29731 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29732 * gdb.base/corefile.exp: Likewise.
29733 * gdb.base/list.exp: Likewise.
29734 * gdb.base/scope.exp: Likewise.
29735 * gdb.base/siganls.exp: Likewise.
29736
29737 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29738 compiler output.
29739 * gdb.base/whatis.exp: Likewise.
29740
29741Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29742
29743 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29744 failure (opcode table has been fixed to match reality).
29745
29746Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29747
29748 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29749 "call inferior func with struct - returns char",
29750 "call inferior func with struct - returns short"
29751
29752 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29753 "print 'scope0.c'::filelocal at main",
29754 "print 'scope0.c'::filelocal_bss in test_at_main",
29755 "print 'scope0.c'::filelocal at foo",
29756 "print 'scope0.c'::filelocal_bss in test_at_foo",
29757 "print 'scope0.c'::filelocal at bar",
29758 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 29759
c906108c
SS
29760 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29761 in source file 1". This bug seems to have been fixed with both
29762 gcc and native cc (was native assembler bug?).
29763
29764Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29765
29766 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29767 "backtrace through signal handler" to "i*86-*-sysv4*".
29768 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29769 continue" case. Add "known SVR4 bug" to fail message.
29770 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29771 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29772 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29773 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29774 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29775 "up to foo in langs.exp", "show language at foo in
29776 langs.exp", "up to cppsub_ in langs.exp", "show
29777 language at cppsub_ in langs.exp", "up to fsub in
29778 langs.exp", and "show language at fsub in langs.exp".
29779 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29780 "bactrace in corefile.exp".
29781 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29782 "call inferior function with struct - returns float" and
29783 "call inferior function with struct - returns double".
d63a86f8 29784
c906108c
SS
29785Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29786
29787 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29788 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29789 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29790 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29791
29792Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29793
29794 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29795 (or overriden) "CHILL" macro rather then bare "gcc".
29796 Also look for ../../gcc/xgcc since that is what we will
29797 actually need, not "Makefile". Remove following assignment
29798 of CHILL to CHILL_FOR_TARGET because that results in
29799 recursive definition.
29800
29801Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29802
29803 * gdb.base/corefile.exp: Change xfail for backtrace in
29804 corefile.exp from linuxaout to all linux.
29805 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29806 cases where we miss the breakpoint at the signal handler
29807 for some reason. Setup xfail for linuxoldld/linuxaout and
29808 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29809 hitting SIGURG breakpoint.
29810 * gdb.base/signals.exp: Setup xfail for "next" acting like
29811 continue to add linuxoldld. Setup xfail for all linux for
29812 "next to handler in signals_tests_1", "backtrace in
29813 signals_tests_1", "continue to func1", "pass SIGUSR1",
29814 and continue to handler".
29815
29816Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29817
29818 * Update all FSF addresses except those in COPYING* files.
29819
29820Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29821
29822 * gdb.base/a2-run.exp: Change messages to be more explicit about
29823 the status of args, and quote binfile in results.
29824
29825Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29826
29827 * gdb.base/callfuncs.exp: Add tests for passing structs to
29828 inferior functions and return various types.
29829 * gdb.base/callfuncs.c: Add functions to receive a struct
29830 and return a member of the struct, in various types.
29831
29832Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29833
29834 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29835
29836Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29837
29838 * config/vxworks29k.exp: New file, sources vxworks.exp.
29839
29840Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29841
29842 * config/gdbremote.exp: New file. Testing framework using
29843 gdbserver.
29844
29845Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29846
29847 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29848 "call function when asleep" and "send end of file".
29849 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29850 for "backtrace in corefile.exp".
29851 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29852 for "backtrace through signal handler".
29853 * gdb.base/corefile.exp: Make sure we actually generate a core file
29854 before trying the core tests. Some systems allow the user to suppress
29855 generation of core files and default to that (linux for example).
29856 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29857 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29858
29859Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29860
29861 * gdb.threads: New directory with some crude multi-threaded
29862 gdb tests (step.exp and step2.exp).
29863 * config/mt-lynx (STEP_EXECUTABLE): Define.
29864 (THREADFLAGS): Define.
29865
29866Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29867
29868 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29869
29870 * gdb.base/signals.exp: Disable whole file for lynx until
29871 further notice.
29872
29873 * gdb.base/signals.exp: xfail test where "next" acts like
29874 "continue" for lynx.
29875
29876 * gdb.base/interrupt.exp: xfail test for calling function while
29877 inferior is asleep for lynx.
29878
29879 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29880 than one cr-lf after each command.
29881
29882Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29883
29884 * configure.in: Reinstate setting of stabsdirs variable, fix
29885 typo in setting up configdirs for native builds.
29886
29887 * gdb.base/return.exp: Fix typo in return double test.
29888 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29889 compiler from optimizing them away.
29890
29891Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29892
29893 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29894 sequences to be echo'd by gdb when using gdb_test.
29895 * gdb.chill/chexp.exp: Likewise.
29896 * gdb.fortran/exprs.exp: Likewise
29897
29898Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29899
29900 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29901 after the inferior gdb has started.
29902
29903 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29904 after each command.
29905 * gdb.base/funcargs.exp: Likewise.
29906 * gdb.base/gdbvars.exp: Likewise.
29907 * gdb.base/interrupt.exp: Likewise.
29908 * gdb.base/list.exp: Likewise.
29909 * gdb.base/watchpoint.exp: Likewise.
29910 * gdb.c++/demangle.exp: Likewise.
29911 * gdb.c++/inherit.exp: Likewise.
29912 * gdb.chill/chexp.exp: Likewise.
29913 * gdb.fortran/exprs.exp: Likewise.
29914
29915 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29916 test if we can't handle IO to/from the inferior.
29917
29918 * gdb.c++/misc.exp: Always check for a program already being
29919 started after sending a "run" command to gdb.
29920
29921 * gdb.base/twice.exp: Start with a fresh gdb.
29922
29923 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29924 only depend on gdb's expression code, not the chill runtime.
29925
29926 * gdb.base/return.c: Put return values into variables so we
29927 can have gdb print them rather than depending on the program
29928 to print them.
29929 * gdb.base/return.exp: Corresponding changes.
29930
29931 * lib/gdb.exp: Provide default value for noinferiorio.
29932 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29933 the inferior.
29934
29935 * gdb.base/break.exp: Always check for a program already being
29936 started after sending a "run" command to gdb.
29937 (text_next_with_recursion): Don't check the output from the
29938 program's printf statement. Instead just make sure the program
29939 exited.
29940
29941 * gdb.base/commands.exp: Protect tests which need arguments with
29942 $noargs conditionals.
29943
29944Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29945
29946 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29947 of structure member arrays to match gdb/valops.c:value_addr change.
29948
29949Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29950
29951 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29952 cases.
29953
29954Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29955
29956 * configure.in (configdirs): Remove gdb.chill from default list
29957 of subdirs and then add it back in only if doing a native build.
29958 The current chill compiler does not yet work in any cross build.
29959 * Revert all signal changes from Jul 6.
29960 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29961 for sh-hms targets, allowing these tests to link, with no other
29962 changes. Testing is suppressed by setting "nosignals" in site.exp.
29963
29964Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29965
29966 * configure.in (signaldirs): Define and add to configdirs for all
29967 targets except some specific ones that are known to not support signals.
29968 Also clean up formatting.
29969 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29970 (signals, sigall): Remove rules to build.
29971 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29972 Moved to new gdb.signals directory.
29973 * gdb.signals: New test directory.
29974 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29975 signals.c signals.exp}: New or moved files.
29976
29977Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29978
29979 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29980
29981Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29982
29983 * gdb.base/return.exp: Xfail `return double' test failure
29984 on at least Solaris 2.3 and handle future/past versions on
29985 a case by case basis as appropriate. Also update message
29986 to include i*86 failures.
29987
29988Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29989
29990 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29991
29992 * lib/gdb.exp: Fix comment which erroneously identified
29993 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29994 gdb_file_cmd not gdb_load).
29995 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29996
29997 * gdb.base/setvar.exp: Make test names consistent between pass and
29998 fail cases. Use gdb_test more.
29999
30000Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30001
30002 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30003
30004Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30005
30006 * gdb.base/help.exp: Fix expected help string for `show commands'.
30007
30008Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30009
30010 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30011
30012 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30013 of a text section.
30014
30015Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30016
30017 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30018 that loop eventually terminates. Fix Connection refused logic so
30019 that testsuite will expire nicely.
30020
30021Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30022
30023 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30024 config/rom68k.exp: New tcl glue for the appropriate monitors.
30025 These all just end up calling monitor.exp.
30026 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30027 refused' by retrying. Cleanup some timeout issues.
30028 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30029 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30030 callers don't have to set/restore global timeout variable.
30031
30032 * The following set of changes centralizes management of the global
30033 timeout variable. This way, it can be set in one target dependent
30034 place instead of dozens of places scattered throughout the test suite.
30035 If you need to lengthen a timeout, then you should either set timeout
30036 in one of the config/{target}.exp files, or multiply it by a factor.
30037 Setting it to an absolute value is always going to lose for some
30038 targets.
30039 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30040 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30041 * gdb.base/funcargs.exp: Don't set timeout.
30042 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30043 * gdb.base/printcmds.exp (test_print_string_constants
30044 test_print_array_constants): Don't set timeout.
30045 * gdb.base/ptype.exp: Don't set timeout.
30046 * gdb.base/recurse.exp: Don't set timeout.
30047 * gdb.base/return.exp: Don't set timeout.
30048 * gdb.base/watchpoint.exp: Don't set timeout.
30049 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30050 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30051
30052Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30053
30054 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30055
30056Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30057
30058 * lib/gdb.exp: Disable chill tests for irix5.
30059
30060Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30061
30062 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30063 each test pass or fail.
30064
30065Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30066
30067 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30068 xlc not gcc.
30069
30070Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30071
30072 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30073
30074Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30075
30076 * config/est.exp: Fix copyright and comments. Remove dead code.
30077 Use targetname, serialport and baud variables instead of fixed
30078 constants.
30079 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30080 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30081
30082Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30083
30084 * gdb.base/watchpoint.exp: Don't run
30085 test_watchpoint_triggered_in_syscall for sunos.
30086
30087Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30088
30089 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30090 they don't seem to exist. Do include stdio.h.
30091
30092Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30093
30094 * gdb.base/a1-selftest.exp: Add alpha xfail.
30095
30096Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30097
30098 * gdb.base/watchpoint.c (main): Prompt before calling read().
30099 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30100 Revise accordingly. Remove cruft about sending "123" several
30101 times, until it gets noticed. Clean up the "print buf[0]" stuff
30102 so that it passes or fails, and waits for prompts in the usual way.
30103
30104Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30105
30106 * gdb.base/recurse.exp: Fix comment.
30107
30108 * TODO: Remove item about printing variables in nodebug.exp. Add
30109 item about enabling tests which are only run on some targets.
30110
30111 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30112 fail, make test names unique, use new gdb_test convention
30113 regarding pattern, use gdb_test more, etc.).
30114
30115 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30116 fail, make test names unique, etc.).
30117
30118Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30119
30120 * gdb.base/nodebug.c: Change return type of top and middle to
30121 short.
30122 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30123 are fixed by the recent mdebugread.c changes. Allow `short ()'
30124 as type for top and middle.
30125
30126Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30127
30128 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30129 nearly as I can tell, the whole thing was an accident in Stu's
30130 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30131 to replace a send/expect pair with gdb_test, but ended up only
30132 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30133 of 30 Mar 1995 took care of it, but left this vestigial comment
30134 which I am now nuking.
30135
30136Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30137
30138 * gdb.base/break.exp: Look for different line number for
30139 breakpoint at main depending on usestubs.
30140
30141Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30142
30143 * gdb.base/list.exp: Adjust some alternate expect patterns to
30144 match recent list0.c change. Add alternate expect pattern for
30145 output from `list default lines around main' for optimizing
30146 compilers.
30147
30148Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30149
30150 * lib/gdb.exp: If nosignals is not set, set it to 0.
30151
30152Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30153
30154 * config/slite-gdb.exp: Responds to load symbol table prompt.
30155 * gdb.base/break.exp: Adjust line number, fix rerun.
30156 * gdb.base/langs0.c: Add #ifdef usestubs.
30157
30158Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30159
30160 * gdb.base/list.exp: Adjust line contents after adding new lines in
30161 list0.c. Also fix a syntax error.
30162
30163 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30164 * gdb.base/break.exp: ditto.
30165 * gdb.base/list.exp: ditto.
30166 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30167 * gdb.base/run.c: ditto.
30168 * gdb.base/list0.c: ditto.
30169 * gdb.base/funcargs.c: ditto.
30170
30171Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30172
30173 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30174 $targetname, $serialport and $baud instead of hardwired variables.
30175 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30176 target doesn't support signals.
30177
30178Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30179
30180 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30181
30182Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30183
30184 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30185 Don't rely on the value of an auto variable before it has been
30186 initialized. Use gdb_test more.
30187
30188Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30189
30190 * lib/gdb.exp (default_gdb_version): A version number must start
30191 with a digit, but other than that contains all characters up to
30192 the first whitespace character.
30193
30194Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30195
30196 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30197
30198Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30199
30200 * gdb.c++/*.exp: Warn if executable does not exist. The original
30201 reason for skipping the warning was that configure.in sometimes
30202 intentionally skipped building the executables but the tcl code
30203 had no way of knowing. That (a) was always bogus with respect to
30204 error handling, (b) is no longer true (right now there is no way
30205 to skip C++ tests).
30206
30207 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30208
30209Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30210
30211 * gdb.base/list.exp: Add expect patterns for output from
30212 SunPRO compiled executables.
30213 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30214 types.
30215
30216Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30217
30218 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30219 number (we are already testing that the correct source line text
30220 gets printed).
30221
30222 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30223 that is what is intended, but something needed to be done to get
30224 sunos4 native working again.
30225
30226 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30227
30228 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30229 apparently went with a (very) old xfail.
30230
30231Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30232
30233 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30234 runto_main is a proc in gdb.exp that will do 'step' for target use
30235 stubs.
30236 * gdb.base/exprs.exp: ditto.
30237 * gdb.base/interrupt.exp: ditto.
30238 * gdb.base/opaque.exp: ditto.
30239 * gdb.base/printcmds.exp: ditto.
30240 * gdb.base/ptype.exp: ditto.
30241 * gdb.base/scope.exp: ditto.
30242 * gdb.base/setvar.exp: ditto.
30243 * gdb.base/signals.exp: ditto.
30244 * gdb.base/twice.exp: ditto.
30245 * gdb.c++/classes.exp: ditto.
30246 * gdb.c++/inherit.exp: ditto.
30247 * gdb.c++/templates.exp: ditto.
30248 * gdb.base/break.exp: no run and hit main for stubs. Change line
30249 numbers for breakpoints and info breakpoint.
30250 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30251 breakpoint().
30252 * gdb.base/callfuncs.c: ditto.
30253 * gdb.base/exprs: ditto.
30254 * gdb.base/interrupt.c: ditto.
30255 * gdb.base/opaque0.c: ditto.
30256 * gdb.base/printcmds.c: ditto.
30257 * gdb.base/ptype.c: ditto.
30258 * gdb.base/scope0.c: ditto.
30259 * gdb.base/setvar.c: ditto.
30260 * gdb.base/signals.c: ditto.
30261 * gdb.base/twice.c: ditto.
30262 * gdb.c++/misc.cc: ditto.
30263 * gdb.c++/templates.cc: ditto.
30264
30265Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30266
30267 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30268
30269 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30270 somewhere between `read' and `main.c'. I'm pretty sure the
30271 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30272 and it isn't particularly useful.
30273
30274 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30275
30276Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30277
30278 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30279
30280Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
30281
30282 * config/mt-slite: add LIBS and -nostdlib.
30283 * config/slite-gdb.exp: add this new file to support sparclite target.
30284
30285Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
30286
30287 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
30288
30289 * gdb.base/a2-run.exp: Change argument to istarget from
30290 "*-*-vxworks" to "*-*-vxworks*".
30291 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
30292
30293Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
30294
30295 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
30296 will not runto main but do a 'step' to step out of breakpoint().
30297 * config/mt-slite: add -Dusestubs.
30298
30299Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30300
30301 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
30302 instead of just @.
30303
30304 * gdb.base/signals.exp: Add test for "handle all print".
30305 * TODO: Remove "handle all print". Also remove item about
30306 checking copyright date (I don't like the idea of a spurious FAIL
30307 based on when we run the tests).
30308
30309 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
30310 for SunOS4 (reason for failure not investigated). Remove
30311 redundant test for $binfile.
30312
30313 * gdb.base/nodebug.c (array_index): Call malloc.
30314
30315 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
30316
30317Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
30318
30319 * gdb.base/recurse.exp: Update gdb_test invocation to use new
30320 conventions and slightly simplify the matching regexp.
30321
30322Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30323
30324 * gdb.base/break.exp: Update gdb_test invocation to use new
30325 convention.
30326
30327 * lib/gdb.exp: If noargs is not set, set it to 0.
30328
30329 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
30330 tests unique.
30331
30332 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
30333
30334Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30335
30336 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
30337 one argument of type "<non-float parameter>".
30338
30339Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
30340
30341 * config/rom68k.exp: New file to support Motorola IDP board.
30342 * gdb.base/a2-run.exp: Skip this file if noargs is set.
30343 * gdb.base/break.c: Change things around so that this program
30344 doesn't depend upon args. This is necessary to make remote
30345 targets work (in general, they can't take args).
30346 * gdb.base/break.exp: Don't try to send args to program. Don't
30347 expect output. Also, replace lots of code with gdb_test.
30348
30349Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30350
30351 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
30352 printing of '\'' (which is what the comment says we are testing,
30353 even though we were not), not '''.
30354 (test_integer_literals_rejected): Test that printing ''' is an error.
30355
30356 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30357 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
30358 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
30359 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
30360 Use gdb_test not test_print_accept.
30361 * lib/gdb.exp: Remove test_print_accept.
30362
30363 * gdb.base/signals.exp (signal_tests_1): Make pass message
30364 consistent with fail message.
30365
30366 * gdb.base/whatis.exp: Remove xfails for printing char vs.
30367 unsigned char; the bug (PR 1821) is fixed.
30368
30369 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
30370
30371 * gdb.base/scope.exp (test_at_localscopes): Call pass for
30372 successful tests--makes xfailing them work right.
30373
30374Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30375
30376 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
30377 only \r\n, not .*. The test can pass .* as the last thing in
30378 $pattern if that is what it wants. In addition to providing this
30379 flexibility, this change should speed up pattern matching in cases
30380 where the pattern already ended with .* (there were a number of
30381 them). This change also helps catch bad patterns--in the old
30382 scheme the typo "char \*" instead of "char \\*" would pass. Now
30383 it is caught.
30384 * Many .exp files: Update callers.
30385
30386 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
30387 clearer and does not spuriously match multiple ('s. Likewise for
30388 ) and *.
30389
30390 * gdb.base/nodebug.exp: Test ability to call a function and pass
30391 it a string (even with no debugging info).
30392
30393 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
30394 "p '\'", which is the same as "p ''" once tcl gets done with
30395 quoting, to "p '\\'", which I suspect is what is intended (one
30396 backslash gets sent to GDB).
30397
30398 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
30399
30400Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30401
30402 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
30403 1817) was fixed literally years ago.
30404
30405Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30406
30407 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
30408 test, it causes stepping out of call_after_alloca_subr with
30409 optimizing compilers.
30410 (localvars_in_indirect_call): Consume GDB prompt if `finish'
30411 fails.
30412
30413 * gdb.c++/templates.exp: Source templ-info.exp only if
30414 the templates executable exists.
30415
30416 * gdb.c++/misc.cc (class Contains_static_instance,
30417 class Contains_nested_static_instance),
30418 gdb.c++/classes.exp (test_static_members): Test printing of
30419 a class that contains a static instance of the class.
30420
30421Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30422
30423 * gdb.base/langs2.c (cppsub_): Don't prototype.
30424 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
30425 only, I believe).
30426
30427Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30428
30429 * lib/gdb.exp (skip_chill_tests): New procedure.
30430
30431 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30432
30433Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30434
30435 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30436 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30437
30438Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30439
30440 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30441
30442 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30443 disassemble 8, not 16, instructions for part 4.
30444
30445 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30446 support the latter anymore.
30447
30448 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30449 -DNO_PROTOTYPES.
30450 * gdb.base/callfuncs.c: Control use of prototypes based on
30451 NO_PROTOTYPES, not __STDC__.
30452 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30453 t_float_values2 tests if prototypes in use.
30454
30455 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30456 t_double_values): When checking differences against DELTA, check
30457 that difference is within the range (-DELTA,DELTA), not just
30458 (-infinity,DELTA).
30459
30460Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30461
30462 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30463 'file' command firts, then 'target', then 'load', this is due to gdb
30464 target set up.
30465 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30466
30467Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30468
30469 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30470 FP load/store variants.
30471 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30472
30473Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30474
30475 * gdb.base/term.exp: Do not give a warning if not native, it is
30476 not an abnormal condition.
30477
30478Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30479
30480 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30481 t_char_array".
30482
30483Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30484
30485 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30486 are getting the version number.
30487
30488 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30489 if not native, it is not an abnormal condition.
30490
30491Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30492
30493 * lib/gdb.exp: Just use "file exists", rather than undocumented
30494 dejagnu procedure "findfile".
30495
30496Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30497
30498 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30499 (LDFLAGS): Set to -Xlinker -Ur.
30500
30501 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30502 Removed, these values are set by lib/gdb.exp.
30503
30504 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30505
30506Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30507
30508 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30509 of replicating gdb startup code.
30510
30511 * config/mt-vxworks (LDFLAGS): Set to -r.
30512 (CFLAGS_FOR_TARGET): Removed.
30513
30514 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30515 (gdb) and gdb for vxworks uses (vxgdb).
30516
30517 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30518 executable is not in the tree and host != target, use sed and
30519 program_transform_name to determine the gdb name used by the
30520 target.
30521
30522 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30523 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30524
30525Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30526
30527 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30528 floats, chars, and shorts where there are ANSI-style function
30529 definitions.
30530
30531 * gdb.base/langs.exp, gdb.base/langs*: New test.
30532 * gdb.base/Makefile.in: Build it.
30533 * TODO: Remove item about checking that C names don't get C++
30534 demangling applied; this test tests it.
30535
30536Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30537
30538 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30539 went with the const70 xfail. The xfail went away a year ago.
30540
30541 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30542
30543 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30544 for hp300.
30545
30546 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30547
30548 * gdb.base/a1-selftest.exp: Don't run on hp300.
30549
30550Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30551
30552 * Makefile.in (site.exp): Set host_alias and target_alias as well
30553 as host_triplet and target_triplet.
30554
30555Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30556
30557 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30558
30559 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30560 places as other ecoff systems).
30561
30562 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30563 ultrix.
30564
30565Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30566
30567 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30568 remove them.
30569 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30570 variable and "variable" in addition to "data variable".
30571 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30572
30573 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30574 2.
30575 * gdb.base/list1.c (long_line): Add additional statement at start
30576 of function.
30577 * gdb.base/list.exp (test_forward_search): Update line number to
30578 reflect new statement.
30579
30580Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30581
30582 * gdb.base/signals.exp: Reinitialize searched source directories
30583 after gdb_start call.
30584
30585Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
30586
30587 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
30588 * gdb.stabs/Makefile.in: Likewise.
30589
30590 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
30591 change. Instead split the tests into smaller pieces.
30592 * gdb.disasm/hppa.s: Corresponding changes.
30593
30594Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30595
30596 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30597 Quote ^C when passing it to stty. For some shells ^ is a pipe.
30598
30599 * gdb.base/funcargs.exp: Modify many tests so that every test
30600 either passes or fails. Make some test names unique.
30601
30602Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30603
30604 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30605 Call stty to set interrupt character.
30606
30607 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
30608 for HP assembler versus GNU assembler based on actual behavior of
30609 $(CC), rather than assuming that $(AS) is always the GNU assembler.
30610
30611 * TODO: Suggest a few more stepping tests.
30612
30613Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
30614
30615 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
30616 restart GDB for h8300 after a continue.
30617 (return): Add pattern to match a29k-udi behavior.
30618 * gdb.base/nodebug.exp: Remove obsolete comment.
30619 * gdb.base/regs.exp: New file, testing of register displays.
30620 * gdb.base/return.exp: Fix typo in reference to $objdir.
30621 * gdb.base/whatis.exp: Always start with a fresh GDB.
30622
30623Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30624
30625 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
30626 higher, these tests generate a lot of output.
30627
30628Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30629
30630 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
30631 code following the catch silently ignored some errors; without the
30632 catch they should be thrown like any other tcl error. Also, the
30633 catch used "" instead of {} which meant all the callers who wanted
30634 to include one of the characters "[]$ had to quote it an extra time.
30635 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30636 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30637 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30638 Remove extra quoting.
30639
30640Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30641
30642 * gdb.base/commands.exp: Make test names unique; every test either
30643 passes or fails. Update some comments.
30644
30645 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30646
30647Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30648
30649 The following fixes a FAIL caused by the fact that the alpha stabs
30650 configuration didn't use the ".if alpha" code in weird.def.
30651 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30652 bit pointer, so the 32 bit version works even on the alpha.
30653 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30654 Remove the stuff which allowed us to have separate versions for
30655 alpha and everything else.
30656
30657 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30658 regexp which "info func operator\[\](" is supposed to match. Fix
30659 string to send to GDB. Note that GDB still doesn't work right. Add a
30660 new test for "info func .perator\[\](" which GDB does handle correctly.
30661
30662 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30663
30664Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30665
30666 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30667 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30668 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30669 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30670 it makes the tests harder to understand and confuses test-o-matic.
30671 The preferred style is that each test provides a PASS or a FAIL,
30672 and has a unique message (e.g. "continue #54" not just "continue")
30673 which is the same for the pass and the fail.
30674 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30675 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30676 to lib/gdb.exp.
30677 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30678 prt_accept which was basically the same thing. Likewise for
30679 test_print_reject and prt_reject.
30680 * lib/gdb.exp (test_print_reject): Add some more error message
30681 patterns to match from the former printcmds.exp (prt_reject).
30682 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30683 One defect of the passcount stuff is that some of it failed to
30684 report XPASS where appropriate.
30685 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30686 stuff before and after arg in expected pattern.
30687 (test_paddr_operator_functions): Re-do test without print_addr_of;
30688 this is the only test which seems to want extra stuff there.
30689
30690Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30691
30692 * gdb.base/nodebug.exp: Update new tests to reflect improved
30693 wording of gdb output.
30694
30695 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30696 and "ptype" work on variables in files compiled without -g.
30697 Replaces commented out "maint print msymbol" tests.
30698
30699Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30700
30701 * gdb.base/setvar.c (dummy): Call malloc.
30702
30703 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30704 losing with the irix4 sed.
30705
30706 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30707 ALRM" on irix4.
30708
30709Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30710
30711 * TODO: Remove items about corefile.exp testing new exec-file and
30712 backtrace; both are now done. Add items about printing enums.
30713
30714Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30715
30716 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30717 "get signal $thissig" test fails.
30718
30719 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30720
30721Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30722
30723 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30724 compiler warning with dec alpha compiler.
30725
30726 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30727 extra \n from gdb_test call (this explains why the prompt test
30728 that I removed yesterday was there).
30729 (user_defined_command_test): Remove extra \n and prompt test.
30730
30731 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30732 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30733 doesn't exist.
30734 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30735 Also remove alpha workaround, which turns out to be because
30736 SIGABRT == SIGLOST.
30737
30738 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30739
30740 * gdb.base/help.exp: Don't test "help show".
30741
30742Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30743
30744 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30745 "set print address" is on.
30746 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30747 pass prompt to gdb_test; gdb_test already looks for the prompt.
30748
30749 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30750
30751 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30752 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30753 was to make sure that gdb can read a core file. But (a) the "read
30754 the corefile" part didn't make it to a1-selftest.exp, we just
30755 delete the corefile after creating it, and (b) we test reading
30756 corefiles in corefile.exp anyway. Also, this test left around a
30757 xgdb process on Solaris.
30758
30759 * gdb.base/corefile.exp: Also test backtrace.
30760
30761Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30762
30763 * gdb.base/commands.exp: Test a simple user defined command with
30764 arguments and if/while statements; verify the full user command is
30765 printed by "show user".
30766
30767 * gdb.base/commands.exp: Test if/while commands as part of a
30768 breakpoint command list; verify they appear in breakpoint
30769 information.
30770
30771Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30772
30773 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30774 than by dividing by zero.
30775
30776Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30777
30778 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30779 performing an inferior call with watchpoints enabled.
30780 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30781 call.
30782
30783Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30784
30785 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30786 of "file" command.
30787
30788 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30789 Add additional pattern for when "int operator int(void);" appears
30790 in a different order.
30791
30792Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30793
30794 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30795
30796 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30797 and "signal" with ".*".
30798
30799Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30800
30801 * TODO: Add note about "handle all nostop".
30802
30803 * gdb.base/{sigall.c, sigall.exp}: New test.
30804 * gdb.base/Makefile.in: Add it.
30805
30806Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30807
30808 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30809 when invoking GDB, suppresses any windowing interface.
30810
30811Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30812
30813 * config/sim-gdb: New file, simulator testing support.
30814
30815Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30816
30817 * gdb.base/interrupt.exp: Test calling func1 twice.
30818
30819Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30820
30821 * gdb.base/list.exp (test_forward_search): Set timeout higher
30822 when we'll be getting lots of output from gdb.
30823
30824 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30825 "init_malloc" to after the expect statement. Run it if that
30826 regexp is taken, but also for two others which happen if source
30827 cannot be found.
30828
30829Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30830
30831 * gdb.base/printcmds.exp: New test, for printing register before
30832 program is running.
30833
30834Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30835
30836 * gdb.base/list.exp: Correct some alternate expect patterns
30837 to reflect changes in list1.c.
30838
30839Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30840
30841 * TODO: Add item regarding large frames.
30842
30843 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30844
30845 * TODO: Remove item about enabling return.exp; it
30846 is enabled. Suggest a few more "return" tests.
30847
30848Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30849
30850 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30851 anonymous unions.
30852
30853Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30854
30855 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30856 and pr-5646.o, so "make" is the same as "make all", not "make
30857 pr-4975.o".
30858
30859Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30860
30861 * gdb.base/list.exp: Adjust expectations to reflect changes in
30862 list1.c.
30863 (test_forward_search): New test proc.
30864 * gdb.base/list1.c (long_line): New function, has long source line.
30865
30866Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30867
30868 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30869 additional line of code that was added.
30870
30871Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30872
30873 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30874 tests so as not to overflow expect's input buffers.
30875 * gdb.disasm/hppa.exp: Corresponding changes.
30876
30877Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30878
30879 Beginnings of template debugging tests.
30880 * gdb.c++/templ-info.cc: New file to test for template
30881 debugging capability of the compiler.
30882 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30883 templ-info.cc.
30884 * gdb.c++/templates.cc: Add explicit template instantiations
30885 to enable compiling with -fno-implicit-templates. Add destructor
30886 and 'value' method to T5 class for template tests.
30887 * gdb.c++/templates.exp: Add testcases for printing of template
30888 types, setting breakpoints on template methods and calling a
d63a86f8 30889 template method.
c906108c
SS
30890
30891Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30892
30893 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30894 branch target since some assemblers (gas-2.5) may emit a
30895 relocation for the branch instead of resolving it in the
30896 assembler.
30897
30898Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30899
30900 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30901 through signal handler.
30902
30903Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30904
30905 * configure.in (*-*-netware): Use config/mt-netware.
30906
30907 * config/mt-netware: New file.
30908 * config/mt-i386-netware: Removed, separate configs for different
30909 netware architectures are no longer needed now that we have
30910 --with-headers.
30911
30912Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30913
30914 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30915 by the recent changes to use ANSI C arithmetic conversions.
30916
30917Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30918
30919 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30920 bug involving using inferior_pid to figure out whether to select a
30921 frame.
30922
30923Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30924
30925 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30926 match the current disassembler output.
30927
30928Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30929
30930 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30931 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30932 types, expect "int" as type of integer values (for now).
30933
30934Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30935
30936 * gdb.base/commands.exp: New tests for if/while commands.
30937
30938Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30939
30940 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30941 by .*, since hex values have different syntax in Chill mode.
30942
30943Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30944
30945 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30946 linefeed from expect pattern for repeated types with indices > 9.
30947
30948Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30949
30950 First part of Fortran test suite.
30951 * gdb.fortran: New directory.
30952 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30953
30954Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30955
30956 * gdb.base/default.exp: Update expect pattern for load command
30957 without arguments.
30958
30959Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30960
30961 * configure.in: Change i386 to i[345]86.
30962 * gdb.base/configure.in: Likewise.
30963 * gdb.c++/configure.in: Likewise.
30964 * gdb.chill/configure.in: Likewise.
30965
30966Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30967
30968 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30969 patterns, since that is not a valid context for comments.
30970
30971Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30972
30973 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30974 repeated types and repeated types with indices > 9.
30975
30976Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30977
30978 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30979 2417; old bug has been fixed.
30980
30981Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30982
30983 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30984 send the newline ourselves instead of assuming gdb_test will do
30985 so when passed an empty input string.
30986
30987 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30988 stabs testcode.
30989
30990Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30991
30992 * lib/gdb.exp (gdb_test): Don't send anything if the first
30993 argument is an empty string. This makes cases where we want to
30994 match output that is already in expect's buffers (for example,
30995 matching a breakpoint after gdb_run_cmd has been called) work
30996 reliably.
30997
30998Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30999
31000 * config/netware.exp: New file.
31001
31002Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31003
31004 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31005 the -B and -L prefixes so we can find the debugging stub.
31006
31007 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31008 there and we are using the gcc from the tree.
31009
31010 * gdb.base/types.c: Removed.
31011
31012 * gdb.base/configure.in: Look for makefile fragments in ../config.
31013 Recognize i386-*-netware.
31014 * gdb.c++/configure.in: Likewise.
31015
31016Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31017
31018 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31019 the correct TCL syntax.
31020
31021Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31022
31023 * gdb.base/opaque.exp: use runto instead of messing around with
31024 breakpoints. Simplify by using gdb_test.
31025
31026 * gdb.base/bitfields.exp: restart between tests on netware targets
31027 because breakpoints aren't relocated after target death. Run
31028 processes to completion.
31029
31030 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31031
31032Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31033
31034 * Makefile.in: Remove extra tabs that confuse some versions
31035 of "make". Use the newly built gdb to test with by default,
31036 rather than the first one in the tester's search path.
31037
31038Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31039
31040 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31041
31042 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31043 condition help.
31044
31045Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31046
31047 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31048
31049 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31050 running.
31051 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31052 * gdb.base/funcargs.exp: Likewise.
31053
31054 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31055 * gdb.base/funcargs.exp: Likewise.
31056
31057 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31058 message is "".
31059
31060Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31061
31062 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31063 return,signals,twice}.exp: Handle non-existant binaries
31064 consistantly.
31065
31066 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31067 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31068 might testing a cross development system.
31069
31070Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31071
31072 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31073 runtest script is relative to ${srcdir}, not ${rootdir}.
31074
31075Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31076
31077 * gdb.base/signals.exp: Allow for optionality of breakpoint
31078 address.
31079
31080Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31081
31082 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31083
31084Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31085
31086 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31087 for size_t definition.
31088 * gdb.c++/templates.cc: Likewise
31089
31090 * config/mt-i386-netware: New file.
31091
31092 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31093 defined.
31094
31095 * gdb.base/Makefile.in: Added support for systems that name core
31096 files by appending "core" to the program name.
31097 * gdb.base/a1-selftest.exp: Likewise.
31098
31099Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31100
31101 * gdb.base/return.exp: Add comment and message for `return double'
31102 test failure on Sparc Solaris.
31103
31104Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31105
31106 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31107
31108Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31109
31110 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31111 from optimizing them away.
31112 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31113 patterns to include default constructors and assignment operators,
31114 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31115 character in the output of the virtual base pointer.
31116
31117Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31118
31119 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31120 expression match in print_addr_of to avoid unintented matches.
31121 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31122 versions up to 2.5.8.
31123
31124Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31125
31126 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31127 included file to run under newer versions of expect.
31128 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31129 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31130 Remove xfail for the virtual table of BDDHookV.
31131
31132Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31133
31134 * lib/gdb.exp (string_to_regexp): Set a default result.
31135 (default_gdb_start): Fix misleading message.
31136
31137Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31138
31139 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31140 Remove all CC, etc definitions.
31141 * config/mt-hpux: New file.
31142 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31143 (CFLAGS, LDFLAGS): Define.
31144 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31145
31146 * Makefile.in (site.exp): Don't insert host_os, etc.
31147 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31148 (distclean): Check existence of subdir.
31149 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31150 * gdb.base/Makefile.in: General cleanup and simplification.
31151 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31152 to build executables. Use default rule to build .o files.
31153 (EXPECT, RUNTEST, CC): Fix relative pathname.
31154 (site.exp): Don't insert host_os, etc.
31155 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31156 and/or SIGUSR1 defined.
31157 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31158 * gdb.c++/Makefile.in: General cleanup and simplification.
31159 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31160 (CFLAGS): Remove.
31161 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31162
31163Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31164
31165 * gdb.base/recurse.exp: Misc changes to get tests running again
31166 after Kung's changes to the watchpoint code.
31167 * gdb.base/watchpoint.exp: Likewise.
31168
31169Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31170
31171 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31172
31173Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31174
31175 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31176 * lib/gdb.exp (default_gdb_start): Define.
31177 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31178 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31179 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31180 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31181 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31182 Don't call gdb_target_udi in between tests.
31183
31184Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31185
31186 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31187 (which was basically just a local version of the same thing). In
31188 addition to avoiding duplication, gdb_test_exact is faster.
31189 * lib/gdb.exp (gdb_test_exact): Fix typo.
31190
31191 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31192 don't give an error.
31193
31194 * gdb.base/term.exp: Call delete_breakpoints before starting.
31195
31196 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31197 (t10): Add comment.
31198
31199Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31200
31201 Reorganization of the GDB Test Suite.
31202
31203 * gdb.base: New directory, contains all the basic tests.
31204 * gdb.c++: New directory, tests specific to C++.
31205 * gdb.chill: New directory, tests specific to Chill.
31206 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31207 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31208 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31209 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31210 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31211 t30-31 to chill).
31212 * */gdbme.*: Rename to match appropriate expect scripts.
31213 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31214 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31215 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31216 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31217 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31218 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31219 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31220 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31221 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31222 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31223 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31224 gdb.c++/virtfunc.cc: New names of C++ files.
31225 * gdb.chill/chillvars.ch: New name of Chill file.
31226 * gdb.base/configure.in, gdb.c++/configure.in,
31227 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31228 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31229 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31230 * configure.in (configdirs): Update to reflect directory changes.
31231 (target_abbrev): No longer define for any configuration.
31232 * Makefile.in: Cosmetic improvements to header comments.
31233
31234Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31235
31236 Various changes to gdb.t31:
31237
31238 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31239 * gdbme.ch: Make all key-words and predefineds be upper-case.
31240 * chillvars.exp: Expect key-words and predefinds in upper-case.
31241
31242 * chillvars.exp: Use gdb_test_exact many places.
31243 Change expected output for arrays (which now includes index labels).
31244
31245 * pr-5020.exp, gdme.ch (module PR_5020):
31246 New test, for PR-5020.
31247
31248Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31249
31250 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31251 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31252
31253Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31254
31255 * Makefile.in: Fix bit-rot in definitions of CHILL,
31256 CHILL_FOR_TARGET and Chill_LIB.
31257 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31258 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31259 CHILL, and CHILL_LIB.
31260
31261Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31262
31263 * Revert the previous changes. Please see Rob's directory
31264 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31265
31266Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31267
31268 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
31269 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31270 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31271 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
31272 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31273 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31274 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31275 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31276 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31277 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31278 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31279 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31280 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
31281 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
31282 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
31283 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
31284 changes from 94Q1.
31285
31286Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
31287
31288 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
31289 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
31290 Rob's new testing fragments.
31291
31292Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
31293
31294 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 31295 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
31296
31297Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31298
31299 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
31300 version also, match on casted version strings, and match on
31301 gdb startup case where the line numbers might be messed up.
31302
31303Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
31304
31305 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 31306 (CFLAGS): Delete it from here.
c906108c
SS
31307
31308Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
31309
31310 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
31311
31312Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
31313
31314 * Makefile.in (RUNTEST): Default to just "runtest".
31315
31316Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31317
31318 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
31319 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
31320 the code has been restructured.
31321
31322Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31323
31324 * gdb.t00/default.exp (set write): Allow any number of \r and/or
31325 \n, not just one of each.
31326
31327 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
31328 /bin/cc gives a warning if you do.
31329
31330Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
31331
d63a86f8 31332 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
31333 __t10ListS_link1ZUiRCUiPT0
31334
31335Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31336
31337 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
31338 on local variables in recursive functions.
31339
31340 * gdb.t07/Makefile.in: Build the new test.
31341
31342Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31343
31344 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
31345 directly. Instead compare the return values from actual calls.
31346
31347Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
31348
31349 * Makefile.in (check): Set TCL_LIBRARY for runtest.
31350
31351Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31352
31353 * From Peter Schauer with minor modifications.
a9c64011
AS
31354 * gdb.t15/return.exp (return_tests): Handle targets where "return"
31355 stops in mid-line in the caller. Add xfail for returning a float
31356 value on X86 targets.
c906108c
SS
31357
31358Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31359
31360 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
31361 to avoid expect lossage.
31362 (fmem_LRbug_tests): Likewise.
31363 * gdb.disasm/hppa.s: Corresponding changes.
31364
31365 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
31366 conditions to work with latest dejagnu/expect.
31367
31368 * gdb.t15/funcargs.exp (finish from indirect call): No longer
31369 expected to fail on the PA.
31370 (backtrace in call with trampolines): Explicitly require main
31371 to be frame #1 (no trampolines should show up in backtrace).
31372
31373 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
31374 "continue -expect".
31375 * gdb.t06/break.exp: Likewise.
31376 * gdb.t07/watchpoint.exp: Likewise.
31377 * gdb.t13/bitfields.exp: Likewise.
31378 * gdb.t15/{funcargs,return}.exp: Likewise.
31379 * gdb.stabs/weird.exp: Likewise.
31380 * config/{mips,udi}-gdb.exp: Likewise.
31381
31382 * hppa.sed: Enclose comments within a sed command to avoid
31383 losing with the old OSF1 sed.
31384
31385Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31386
31387 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
31388 sequent dynix.
31389 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
31390 * gdb.t15/funcargs.exp: Conditionally step again to really
31391 finish from marker_call_with_trampolines. Handle the case where
31392 the first step from within call_with_trampolines already steps
31393 us back to main.
31394 * gdb.t15/gdbme.c: Add comment to closing brace of
31395 call_with_trampolines for funcargs.exp.
31396
31397Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31398
d63a86f8 31399 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
31400 Fix typo(s).
31401
31402Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31403
31404 * gdb.t07/gdbme.c: More code for watchpoint testing.
31405
31406 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
31407 "Hardware watchpoint" throughout file.
31408 (test_watchpoint_triggered_in_syscall): New test.
31409 (test_complex_watchpoint): New test.
31410
31411Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31412
31413 * gdbme.c (call_with_trampolines): New function to try and step
31414 into. Tests trampoline problems on the PA.
31415
31416 * funcargs.exp (localvars_in_indirect_call): No longer expect
31417 stepping into indirect call to fail on PAs.
31418 (test_stepping_over_trampolines): New test.
31419
31420Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31421
31422 * TODO: Add suggestions for static member function tests, and
31423 completion tests.
31424
31425Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31426
31427 * TODO: Add suggestions for "p/a" tests.
31428
31429 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31430 (default_gdb_exit): Replace all the hair with sending "quit" to
31431 the process with a simple close.
31432
31433Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31434
31435 * TODO: Add suggestions for shared library tests.
31436
31437Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31438
31439 * TODO: Add suggestions for x/s tests.
31440
31441Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31442
31443 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31444 "enable once", and "enable breakpoints once" with ".*".
31445
31446Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31447
31448 * TODO: Add suggestions about structure passing tests.
31449
31450Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31451
31452 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31453 the primary1 test, use work around if __GNUC__ < 2.
31454 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31455 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31456 Test for bad output rather than waiting for timeout. Issue
31457 second continue only if first continue failed.
31458
31459Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31460
31461 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31462 operator[] test with gdb_test because the old code didn't seem to
31463 be getting the quoting right with the new dejagnu.
31464
31465Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31466
31467 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31468 one from the path.
31469 * Makefile.in: Use a fresh expect if there is one, use runtest
31470 from the src tree if there is one.
d63a86f8 31471
c906108c
SS
31472Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31473
31474 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31475 next over recursive call. Revise the tests from that point on
31476 (which had been skipped) to match GDB's actual (correct) output.
31477
31478 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31479 with next over a breakpoint whose condition is false.
31480
31481 * gdb.t00/help.exp: Comment out "help set print" tests just like
31482 (and for same reason as) "help set" test.
31483
31484Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31485
31486 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31487 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31488
31489Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31490
31491 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31492 necessary gdb_target_udi.
31493
31494 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31495
31496 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31497 1838 and 2417; they are fixed.
31498
31499 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31500 gdb.t03/ptype.exp (ptype structure, ptype union):
31501 Remove xfails; the test is looser than when the xfails were added.
31502
31503 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31504 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31505
31506 * gdb.t01/run.exp: Only run shell test if isnative.
31507
31508 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31509 since "run" automatically loads if necessary. Call gdb_target_udi
31510 after the "file" since "file" kills any execution target.
31511
31512 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31513 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31514 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31515 argument for UDI.
31516
31517Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31518
31519 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31520
31521 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31522
31523Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31524
31525 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31526 properly quoting regexps. This makes the second argument to
31527 demangle a fixed string, which matches the callers, instead of a
31528 shell-style pattern which is what the previous implementation
31529 used. Update some of the callers.
31530
31531Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31532
31533 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31534 (comib_nullified_tests): Fix typo.
31535 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31536 strings. No longer expected to fail.
31537
31538 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31539 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31540 strings. No longer expected to fail.
31541
31542 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31543 string. No longer expected to fail.
31544
31545Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31546
31547 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31548 No longer expected to fail.
31549
31550 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31551 string. No longer expected to fail.
31552
31553Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31554
31555 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31556 only in the names (I probably got most of them). I was even
31557 generous with some which differed in underscores in names, and
31558 probably missed a few, and I *still* was able to remove almost a
31559 third of the file with almost no impact on testsuite coverage.
31560
31561Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31562
31563 * gdb.t00/default.exp: Match udi_attach error message as well as
31564 the one from child_attach.
31565
31566 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31567
31568 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31569
31570 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31571 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31572
31573 * Move test with enums and partial symbols back to
31574 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31575 Reverts the change of 26 May 93. Per today's change to
31576 stabs.texinfo, the behavior that weird.exp was expecting was
31577 unreasonable; what is important is that the compiler+gdb get
31578 things right, which happens with a recent gcc. Also fix the test
31579 to deal with native compilers which put out the stab gdb can't
31580 deal with.
31581
31582Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31583
31584 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
31585 in the names. The main thing these accomplish is to slow things down.
31586 Many more such duplicates surely remain.
31587
31588 * gdb.t00/help.exp: Comment out "help support" test just like
31589 (and for same reason as) "help set" test.
31590
31591Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
31592
31593 * gdb.t06/break.exp: Remove setup_xfails for
31594 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
31595 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
31596 about known bug in gcc to include up through 2.5.8.
31597 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
31598 well as "_vb$".
31599 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
31600 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
31601 with latest gcc and gdb.
31602 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
31603 well as "_vb$".
31604
31605Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31606
31607 * configure.in (hppa*-*-*): Also configure and build stabs-only
31608 tests.
31609
31610Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31611
31612 * gdb.t10/hppa.mt: A makefile fragment for the PA.
31613 * gdb.t10/configure.in (hppa*-*-*): Use it.
31614
31615Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31616
31617 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
31618
31619Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31620
31621 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
31622 versions prior to 1.13.5.
31623
31624Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31625
31626 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
31627 the prompt is at the start of a line.
31628
31629Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31630
31631 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
31632 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
31633 in the copr tests now.
31634 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31635 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31636 expected to fail.
31637
31638Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31639
31640 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31641 gdb.t31/chillvars.exp, lib/gdb.exp:
31642 Tweak to run under either version of expect.
31643 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31644 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31645 * gdb.t11/list.exp: Remove extraneous whitespace.
31646
31647Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31648
31649 * gdb.t16/printcmds.exp (test_print_strings): Accept
31650 "(unsigned char *) " before the string.
31651
31652 * TODO: Add notes about printing of fancy types and GDB expressions.
31653
31654Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31655
31656 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31657 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 31658 if doing mips-idt-ecoff.
c906108c
SS
31659
31660Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31661
31662 * Most .exp files: Tweak to run under either version of expect.
31663
31664Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31665
31666 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31667 xfails; I'm not sure why they are failing, but not because of PR 1806.
31668
31669Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31670
31671 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31672 defined in lib/gdb.exp.
31673
31674Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31675
31676 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31677 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31678 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31679 have to be typeless.
31680
31681Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31682
31683 * TODO: Add suggestion for copyright year test.
31684
31685Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31686
31687 * configure.in (*-*-lynxos*): Add stabs tests.
31688
31689Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31690
31691 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31692 so insert a tab before any assembler directive in column zero.
31693
31694 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31695 stores.
31696 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31697 stores.
31698 (fpu_short_memory_tests): Likewise.
31699
31700Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31701
31702 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31703 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31704 .stabs directives in comments.
31705
31706Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31707
31708 * TODO: New file, describing tests we could write.
31709 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31710
31711Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31712
31713 * gdb.t06/signals.exp: Add kludge to force re-sync.
31714
31715 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31716 to xgdb instead of gdb, get out of gdb.
31717
31718Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31719
31720 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31721 for info.
31722
31723Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31724
31725 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31726 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31727 * gdb.stabs/hppa.sed: New sed script for the PA.
31728
31729Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31730
31731 * gdb.stabs: Re-write weird.def and configuration to use sed
31732 instead of cpp. sed is portable and POSIX; cpp is neither.
31733
31734Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31735
31736 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31737
31738Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31739
31740 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31741
31742Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31743
31744 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31745 "_vb$".
31746 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31747 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31748
31749Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31750
31751 * lib/gdb.exp: Comment out code which depends on non-existent
31752 `transform' procedure.
31753
31754Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31755
31756 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31757 * lib/gdb.exp: Transform tool name.
31758 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31759 1.1's new error handling system.
31760
31761Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31762
31763 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31764
31765Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31766
31767 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31768 They made pattern matching so slow that timeouts happened on
31769 heavily loaded systems. Now any output from "show print" which
31770 gets us back to the GDB prompt is a PASS.
31771
31772Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31773
31774 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31775
31776Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31777
31778 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31779
31780 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31781 It is not from PR 3220.
31782
31783Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31784
31785 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31786 just started failing because they depended on the order the
31787 subcommands are presented, or exact docstring text. This kind of
31788 test is a pain and has minimal benefit.
31789
31790Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31791
31792 * gdb.t09/corefile.exp: At end of test, use "core" command with
31793 no arguments.
31794
31795Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31796
31797 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31798 17}/Makefile.in: Make it possible to run the testsuite with Sun
31799 make and CC = cross gcc by adding explicit build rules for .o
31800 files.
31801
31802Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31803
31804 * gdb.t15/funcargs.exp: Don't put comments on same line as
31805 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 31806
c906108c
SS
31807Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31808
31809 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31810
31811Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31812
31813 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31814 * gdb.t20/inherit.exp: remove three dumplicate entries.
31815
31816Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31817
31818 * gdb.t06/break.exp: For "next over recursive call", fail on any
31819 incorrect output, not just on "factorial (value=2)".
31820
31821Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31822
31823 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31824 working now. Add an xfail if accesing a bss variable causes
31825 a memory error if the target is not yet run.
31826
31827Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31828
31829 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31830 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31831 name of __st* demangling (2 strings). Did Kung really get the
31832 more than 95 others right without testing them?
31833
31834Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31835
31836 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31837
31838Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31839
31840 * configure.in (configdirs): Add gdb.disasm
31841 * gdb.disasm: New directory for GDB disassembler tests.
31842 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31843
31844Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31845
31846 * gdb.t00/help.exp: Don't test "help set".
31847
31848 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31849 from within expect statements. None of these happen anymore and
31850 they cause regressions to be silently unnoticed.
31851
31852 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31853 messages) about known failures with gcc cygnus-2.4.5-930417.
31854
31855 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31856 comp-info.exp so it gets built if it doesn't exist.
31857
31858 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31859 it is no longer used.
31860 * gdb.t13/comp-info.c: Removed.
31861
31862Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31863
31864 * gdb.t06/signals.exp: Add xfail for sun3.
31865
31866Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31867
31868 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31869 relevant because ^C doesn't get sent but failure can be reproduced
31870 interactively).
31871
31872Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31873
31874 * gdb.stabs/alpha.mt: New configuration file for alpha.
31875 * gdb.stabs/configure.in: Use it.
31876 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31877 sharing with alpha.mt, redefine long to word via preprocessor.
31878 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31879 for alpha.
31880 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31881 native cc.
31882 * gdb.t00/teststrategy.exp: Change expect string so that we
31883 consume the `(xgdb)' from the command echo and from the gdb prompt.
31884 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31885 gdb currently compares all values as long, so this failure probably
31886 applies to any configuration where LONGEST is bigger than a target int.
31887 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31888 with gcc.
31889 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31890 to handle opaque pointers, gcc is.
31891 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31892 as first argument. Include <sys/types.h> and change all operator
31893 new definitions to use size_t.
31894 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31895 now that we use size_t.
31896
31897Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31898
a9c64011 31899 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 31900 a long or float array cast all array members to the same type.
a9c64011 31901 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 31902 with 64 bit longs.
a9c64011 31903 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 31904 on alpha.
a9c64011 31905 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
31906
31907Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31908
31909 * gdb.t24 (demangle.exp): Constructors of templates have names like
31910 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31911 section 14.6 of the ARM.
31912
31913 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31914 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31915 accomplish little and slow down the testsuite.
31916
31917 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31918 Accept spaces various places.
31919
31920Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31921
31922 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31923 with watchpoint enabled.
31924
31925 * Makefile.in: Remove definition of CC and remove the second
31926 definition of CXX (the "CXX = gcc" one remains). These definitions
31927 were causing backquotes to be expanded within backquotes, which
31928 doesn't work.
31929
31930Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31931
31932 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31933
31934Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31935
a9c64011
AS
31936 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31937 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
31938 by mips cc and contains no stabs entries.
31939
31940Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31941
31942 * config/vx-gdb.exp: Use fake device to load files rather than
31943 NFS.
31944 * lib/gdb.exp: New proc to do "file" command.
31945 * config/unix-gdb.exp: Use new "file" proc.
31946
31947Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31948
31949 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31950 Rework board rebooting slightly.
31951 (gdb_exit): Don't exit from the remote shell; there isn't one.
31952 * gdb.stabs/weird.exp: If a program is being debugged already,
31953 kill it.
31954 * gdb.t04/setvar.exp: Stop and restart gdb.
31955 * gdb.t05/expr.exp: Likewise.
31956 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31957 restart gdb and reload the program.
31958 * gdb.t08/opaque.exp: Likewise.
31959 * gdb.t12/scope.exp: Likewise.
31960 * gdb.t13/bitfields.exp: Likewise.
31961 * gdb.t15/funcargs.exp: Likewise.
31962 * gdb.t20/classes.exp: Likewise.
31963 * gdb.t03/ptype.exp: Increase timeout.
31964 * gdb.t16/printcmds.exp (test_print_string_constants,
31965 test_print_array_constants): Likewise.
31966 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31967 * gdb.t20/classes.exp (do_tests): Likewise.
31968 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31969
31970Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31971
31972 * gdb.stabs: Renamed *wierd* to *weird*.
31973
31974Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31975
31976 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31977 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31978
31979Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31980
31981 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31982 (do_tests): Remove xfail for whatis on one_var and two_var.
31983
31984Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31985
31986 * Makefile.in: Made cross building work better by adding
31987 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31988
31989Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31990
31991 * gdb.t15/{return.c,return.exp,Makefile.in}:
31992 New test, currently commented out.
31993
31994Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31995
31996 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31997 still running and removes the leftover named socket so GDb can do
31998 clean restarts.
31999
32000Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32001
32002 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32003 console, not GDB.
32004 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32005 cross testing works better with "make check"
32006 * config/unix-gdb: Use default procedures for exit and version.
32007 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32008 with the newest VxWorks.
32009
32010Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32011
32012 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32013 old form.
32014
32015 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32016 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32017
32018 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32019
32020 * config/unix-gdb.exp: Remove this version of gdb_exit
32021 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32022 Rob says he'll look at it when he gets back to testing boards.
32023
32024Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32025
32026 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32027 an expected fail for certain ptype commands.
32028
32029 * gdb.t20/classes.exp: Update expected results of "ptype class
32030 Base1" to account for the constructor that now appears in the type.
32031
32032Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32033
32034 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32035 disappeared from list.
32036 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32037 "alldone" proc with call to cleanup and exit.
32038 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32039 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32040 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32041 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32042 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32043 "alldone" proc with simple returns that suppress remaining
32044 tests. The alldone proc went away many months ago.
32045
32046Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32047
32048 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32049
32050 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32051
32052Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32053
32054 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32055 as vax gdb will display them.
32056
32057Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32058
32059 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32060 optimizers.
32061
32062 * scope.exp: Change "bad value for localval" messages so each one
32063 is unique.
32064
32065 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32066 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32067
32068 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32069
32070Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32071
32072 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32073 doesn't exist (due to optimization).
32074
32075Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32076
32077 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32078 contains \r because the filename is long.
32079
32080 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32081 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32082
32083Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32084
32085 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32086 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32087 Ultrix.
32088 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32089 int tests.
32090 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32091
32092Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32093
32094 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32095
32096 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 32097 to match does not match the passing case but still matches the
c906108c
SS
32098 failing case.
32099
32100Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32101
32102 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32103
32104Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32105
32106 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32107 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32108 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32109 Remove various versions of gdb_exit.
32110 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32111 gdb_exit.
32112 * config/unix-gdb.exp: gdb_exit remains here, and should override
32113 the generic version, since it's doing a lot of wierd stuff that
32114 the other versions aren't. FIXME, fold it in, or abandon this
32115 version.
32116
32117Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32118
32119 * gdb.t24/demangle.exp: Add tests for PR 3220.
32120
32121Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32122
32123 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32124
32125Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32126
32127 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32128 "i386-*-*". Works for i486 as well.
32129
32130 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32131 bug, and expand domain of xfail to all SVR4 systems, since the
32132 actual problem is likely to be in generic SVR4 /proc support.
32133
32134Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32135
32136 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32137
32138Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32139
32140 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32141 xfails for other systems. Match a missing 'Continuing.' as an
32142 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32143
32144 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32145 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32146 Only issue warning for missing executables if -all option is used.
32147
32148 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32149 file if -all option is used. It's like an unpredictable XFAIL.
32150
32151Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32152
32153 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32154 for dynamically linked binaries.
32155
32156 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32157
32158Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32159
32160 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32161 to state that this is a known bug in old versions of g++.
32162
32163Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32164
32165 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32166 while waiting for `Continuing'.
32167
32168Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32169
32170 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32171 in text, data, and bss.
32172 * gdb.t10/nodebug.c: Add local and global test variables for
32173 initialized and uninitialized data.
32174
32175Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32176
32177 * config/unix-gdb.exp (gdb_exit): Add "wait".
32178
32179Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32180
32181 * gdb.t06/signals.exp: xfail the continue from the handler for all
32182 targets.
32183
32184 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32185 function with watchpoints enabled, the i386 call dummy starts with
32186 a call.
32187
32188 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32189 386 bsd names its corefiles.
32190
32191Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32192
32193 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32194 compilers don't grok it.
32195 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32196 with small octal ints rather than character constants, which
32197 are signed and might not fit if first promoted to int.
32198
32199Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32200
32201 * gdb.t09/Makefile.in (clean): Remove corefile.
32202
32203Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32204
32205 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32206
32207Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32208 and Jim Kingdon (kingdon@cygnus.com)
32209
32210 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32211 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32212 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32213
32214Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32215
32216 * gdb.t17/interrupt.exp: Add xfail for hppa.
32217
32218Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32219
32220 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32221 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32222 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32223 to determine signed-ness of bitfields and use the result to setup
32224 the xfail.
32225 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32226 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32227 call line is reached if necessary.
32228
32229Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32230
32231 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32232
32233Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32234
32235 * gdb.t06/break.exp: Also test `clear' command.
32236
32237Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32238
32239 * gdb.t00/teststrategy.exp: Remove extra quote.
32240
32241 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32242 watchpoint enabled to be for all non-68k machines.
32243
32244 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32245
32246Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32247
32248 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32249 targets use aout.mt instead of ecoff.mt as gas understands
32250 standard aout format.
32251
32252Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32253
32254 * lib/gdb.exp (runto): Don't insist that function we are running to
32255 was compiled with -g.
32256
32257 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32258
32259 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32260 to get back into the read system call.
32261 Accept leading newline in case where we woke it up.
32262
32263Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32264
32265 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32266 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32267 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32268 enable ecoff configuration.
32269
32270Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32271
32272 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32273
32274Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32275
32276 * gdb.t16/printcmds.exp: Add another printf test.
32277
32278Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32279
32280 * configure.in: If configured -with-stabs on any target, add
32281 stabsdirs to configdirs.
32282
32283Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32284
32285 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
32286 fun" so pattern does not match the command itself.
32287
32288Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32289
32290 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
32291
32292Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32293
32294 * gdb.t17/interrupt.exp: Test for more things.
32295
32296Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32297
32298 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
32299 compiler arranges the code and line numbers.
32300
32301 * gdb.t17/interrupt.exp: Don't send \n after ^C.
32302
32303Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32304
32305 * gdb.t00/help.exp: Increase expect input buffer size.
32306
32307Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32308
32309 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
32310
32311 * gdb.t07/watchpoint.exp: Add xfail for hppa.
32312
32313 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
32314
32315 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
32316 [0-9]*, not just [0-9].
32317
32318Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32319
32320 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
32321
32322 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
32323
32324Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32325
32326 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
32327
32328Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32329
32330 * gdb.t06/signals.c: Add xfails for sun3.
32331
32332 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
32333
32334 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
32335 test_stepping tests.
32336
32337Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32338
32339 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
32340
32341 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
32342
32343 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
32344 rather than actually putting it through cpp twice.
32345
32346 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
32347
32348Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
32349
32350 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
32351 no longer needed.
32352
32353Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32354
32355 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
32356
32357 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
32358 C++ features prints as "struct", make it a pass, not an xfail.
32359
32360Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32361
32362 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32363 Don't require VA to print as "class" rather than "struct".
32364
32365Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
32366
32367 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
32368
32369Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32370
32371 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
32372
32373Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32374
32375 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
32376 order.
32377
32378Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32379
32380 * gdb.t16/printcmds.exp: Add printf tests.
32381
32382 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
32383
32384 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
32385
32386Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
32387
32388 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
32389 pass counts, to counteract any existing or future setup_xfails.
32390
32391Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32392
32393 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
32394 {BEGIN,END}_COMMON for common block instead of STAB.
32395 * gdb.stabs/wierd.exp: Add xfail for rs6000.
32396
32397 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
32398 intp_var should be N_GSYM not N_LSYM.
32399 wierd-aout.S: Use a label for the value of the N_SO.
32400 wierd.def: Remove all backslashes.
32401 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
32402
32403Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32404
32405 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
32406 get the expected next to inheritance3.
32407
32408Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32409
32410 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
32411 now that gcc-2.4 gets it right.
32412
32413Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32414
32415 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
32416
32417 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
32418 generating comp-info.exp which works for cross-compilation.
32419
32420Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
32421
32422 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
32423 "*-*-sysv4.*".
32424
32425Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
32426
32427 * gdb.t01/run.exp: Start with a fresh gdb.
32428 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32429 SVR4.x.
32430
32431Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32432
32433 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32434 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32435 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32436 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32437 things to remove.
32438
32439Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32440
32441 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32442 test cases from bug reports.
32443
32444Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32445
32446 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32447 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32448 avoid spurious xfails.
32449 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32450 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32451 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32452
32453Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32454
32455 * gdb.t00/teststrategy.exp: Rework to provide more useful
32456 description of each test, fix problem with systems that define
32457 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32458 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32459 results for "next over recursive call" so timeouts aren't taken
32460 by error.
32461
32462Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32463
32464 * gdb.t12/scope.exp: Test printing of variables before run.
32465
32466 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32467 printed in wrong order due to sorting.
32468
32469Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32470
32471 * gdb.t00/teststrategy.exp: Fix expected results for printing
32472 user entered string constant. Is array of char, prints with no
32473 address.
32474
32475 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32476 commands.
32477 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32478 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32479 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32480 of struct of char arrays.
32481 * gdb.t00/radix.exp: New tests for radix commands.
32482
32483Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32484
32485 * gdb.t16/printcmd.exp: Print a variable before running program
32486 (with xfail for AIX).
32487
32488Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32489
32490 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32491
32492 * gdb.t16/printcmd.exp: Don't print variables before running program.
32493
32494 * gdb.t06/break.exp: Don't require envp argument to main.
32495
32496 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32497
32498 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32499 Add xfails for rs6000.
32500
32501 * gdb.t02/whatis.exp: Change other tests not to re-test something
32502 we already tested.
32503
32504 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32505 each type used has a variable of that type.
32506
32507Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32508
32509 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32510
32511Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32512
32513 * configure.in: change srctrigger to be a file, not a directory
32514
32515Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32516
32517 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32518
32519 * gdb.t11/list.exp: Fixed a couple of typos.
32520
32521Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32522
32523 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32524 is fixed and PR is closed.
32525 * gdb.t16 (gdbme.c): Add simple test string variable.
32526 * gdb.t16 (printcmds.exp): Add tests with simple test string
32527 variable, primarily for boundaries on "set print elements".
32528
32529Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32530
32531 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32532 Make leading 0's optional and don't expect a tab in the middle
32533 of the number.
32534
32535 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32536
32537 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32538 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32539 don't end command passed to gdb_test with newline.
32540
32541 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32542 signed keyword away, don't expect signed bitfields to be signed.
32543
32544 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32545 printing with only as many 1's as are in the field as well as printing
32546 with 32 1's (see comment).
32547
32548Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32549
32550 * gdb.t00/default.exp: Start with a fresh gdb.
32551 * configure.in (configdirs): Remove gdb.t31 until the chill
32552 compiler works again. It no longer is able to find chillrt0
32553 since it isn't in libchill.a anymore.
32554 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32555 wierd.o, make more modular.
32556 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32557 spurious newlines that caused problems.
32558
32559Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32560
32561 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32562 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32563 gdb.stabs/wierd.{exp,def}: Many new tests.
32564
32565 * gdb.t00/default.exp: update info line for new message.
32566
32567 * gdb.t02/{whatis.exp,gdbme.c}:
32568 Test that "char *" doesn't print as "caddr_t".
32569
32570Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32571
32572 * gdb.t00/help.exp: Use .* in place of some help messages which
32573 just changed.
32574 gdb.t00/default.exp: Update "info frame" test for new message.
32575 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32576 Remove some xfails
32577
32578Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32579
32580 * gdb.t03/{gdbme.c,ptype.exp}:
32581 Add tests for typedef'd struct and union without tags.
32582 Also check "whatis" on a variable of a typedef'd enum without a tag.
32583
32584 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
32585 PRMS 1823; the bug still exists but isn't reproduced by this test
32586 anymore), and remove rs6000 XFAIL (the bug is fixed).
32587
32588 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
32589 duplicated from whatis.exp. For those that are left, accept
32590 "long", "long int", or "int" for long variables (whatis.exp already
32591 has an XFAIL for "int", so no need to fail it here).
32592
32593 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
32594 Deal with GCC's names for types now that GDB uses the compiler's names.
32595
32596 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
32597 setup_xfail's for sunos4. If we #defined the signed keyword away,
32598 don't expect GDB to know that char it is signed.
32599
32600 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
32601
32602Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
32603
32604 * configure.in (configdirs): Add gdb.t24 for C++ tests that
32605 should work on any system, regardless of debugging format.
32606 * gdb.t21/demangle.exp: Move to gdb.t24.
32607 * gdb.t24/demangle.exp: Move from gdb.t21.
32608 * gdb.t24/{Makefile.in, configure.in}: New files.
32609
32610Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32611
32612 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32613 * gdb.stabs: New directory.
32614
32615Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32616
32617 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
32618 not just "Quit anyway?".
32619
32620Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
32621
32622 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
32623 that all setup_xfails are immediately followed by clear_xfails.
32624
32625Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
32626
32627 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
32628 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
32629 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
32630 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
32631 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
32632 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32633 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32634 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32635 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32636 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32637 gdb.t31/chillvars.exp, lib/gdb.exp:
32638 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32639 bug-gdb@prep.ai.mit.edu.
32640
32641Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32642
32643 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32644 with 0.0, not integer 0.
32645
32646Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32647
32648 * gdb.t06/break.exp: Update for "Kill the program" message change.
32649
32650Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32651
32652 * Makefile.in (GDBFLAGS): Set to -nx.
32653 * Makefile.in (site.exp): Use GDBFLAGS.
32654
32655Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32656
32657 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32658 Makefiles.
32659 (check): depend on just-check.
32660 (just-check): added so that tests can be run without a noop
32661 build pass.
32662
32663Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32664
32665 Switch to using configure's configdirs.
32666 * Makefile.in (Makefile): add configure.in dependency.
32667 (SUBDIRS): removed redundant assignment.
32668 * configure.in: switch subdirs assignment to configdirs.
32669 * gdb.t*/configure.in: new files.
32670
32671Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32672
32673 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32674 works.
32675
32676Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32677
32678 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32679 in explicit rules. Apparently this is not supported by some makes.
32680
32681Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32682
32683 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32684
32685Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32686
32687 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32688 disappeared.
32689
32690Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32691
32692 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32693
32694Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32695
32696 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32697 watchpoint problem that is now fixed.
32698 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32699 uninitialized convenience variables.
32700 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32701 structures.
32702
32703Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32704
32705 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32706 which causes expect to get out of sync with gdb on long output
32707 from help set.
32708 * gdb.t09/corefile.exp: Make expected pattern for core file
32709 failing signal and frame output format less sun specific.
32710
32711Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32712
32713 * gdb.t31/chillvars.exp: Add and remove initial dummy
32714 breakpoint, so that symbol table is forced in.
32715 (Needed at least on Sunos4, though it seems not SVR4.)
32716 * gdb.t31/chillvars.exp: Update for changed output format.
32717
32718Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32719
a9c64011 32720 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
32721
32722Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32723
32724 * Makefile.in: Added --srcdir when invoking runtest, removed the
32725 need for a local config file. (optional now)
32726
32727Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32728
32729 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32730 failure count used to force early termination. Add some more
32731 expected failures for gnu style demangling.
32732
32733Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32734
32735 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32736 pmi variable from gdb.t20/gdbme to get optimized away.
32737 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32738 Check for written corefile upon timeout _and_ eof.
32739
32740Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32741
32742 * config/unix-gdb.exp: Add missing return 0.
32743
32744Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32745
32746 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32747 test termination.
32748
32749Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32750
32751 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32752 disappeared.
32753
32754Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32755
32756 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32757 time as i860 support works.
32758
d63a86f8 32759 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
32760 "backtrace 100\r" rather than just "backtrace\r", to match last
32761 change.
32762
32763Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32764
32765 * config/udi-gdb.exp (gdb_exit): Remove close command.
32766 (gdb_target_udi): New procedure to set the UDI target.
32767 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32768 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32769 Added waits for prompts after several question responses. Added
32770 some more responses used by a29k-amd-udi-gdb.
32771 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32772 pass different arguments, restart UDI connection after program
32773 completion.
32774 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32775 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32776 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32777 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32778 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32779 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32780 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32781 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32782 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32783 after program completion.
32784 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32785 compiled with a SELECT_VECS setting.
32786 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32787 infinite recursion.
32788
32789 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32790 Added checks for COFF results, and made them expected failures for
32791 all targets. It would be better to make them expected failures
32792 for COFF targets only.
32793
32794Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32795
32796 * Makefile.in: add null dvi target, don't bother to recurse
32797 through test directories for info and install-info; rename
32798 $(datadir) to be dejagnu instead of deja-gnu
32799
32800Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32801
32802 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32803 compiler to coredump.
32804 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32805 code.
32806
32807Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32808
32809 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32810 coredump.
32811 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32812 code.
32813
32814Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32815
32816 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32817 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32818 which in a shell. Deletes xgdb when done.
32819 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32820 Tests the return from the "set height" or "set width" commands.
32821 Added a few return codes where needed.
32822
32823Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32824
32825 * Makefile.in (SUBDIRS): Add gdb.t17.
32826 * configure.in (subdirs): Add gdb.t17.
32827 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32828 files to test gdb's calling of functions in the inferior with
32829 the correct arguments and gdb's ability to retrieve any
32830 result returned.
32831
32832Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32833
32834 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32835 may be called after gdb goes away. Previous versions of expect
32836 needed these to avoid file descriptor leaks, but they cause
32837 errors with the current revision of expect.
32838 * gdb.t00/gdbvars.exp: Use -re on expected output after
32839 setting sevenbit-strings.
32840 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32841 to set sevenbit-strings consistent across tests.
32842 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32843 set sevenbit-strings consistent across tests.
32844
32845Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32846
32847 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32848 expected output to match current "expect" expectations.
32849
32850Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32851
32852 * gdb.t00/default.exp: Change expected output for default "source"
32853 command, to match new gdb behavior which requires a filename to
32854 source.
32855
32856Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32857
32858 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32859 expected fail for i486-*-* that misses the marker2 function.
32860 * gdb.t10/crossload.exp (bfddefault): Allow successful
32861 recognition of a format to pass even if no symbols are found.
32862 Explicitly catch failures where the format is not recognized
32863 or is ambiguous, and add the reason to the fail message.
32864 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32865 the cause is and invalid target and add reason to failure message.
32866 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32867 elf32-i386, elf32-sparc, and elf32-i860.
32868 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32869 Set up expected failure for 'filename'::variable scope resolution,
32870 which is now apparently broken on all targets.
32871 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32872 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32873 gdb.t23/templates.exp: Change failure for missing binfile into
32874 just a warning.
32875 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32876 references.
32877
32878Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32879
32880 * gdb.t00/default.exp: Add expected output for default "source"
32881 command, to match new gdb behavior.
32882 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32883
32884Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32885
32886 * config/*-gdb.exp: returns an error, rather than exiting on
32887 internal errors.
32888
32889Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32890
32891 * gdb.t03/gdbme.c: Add pointer to struct variable.
32892 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32893 referencing struct members.
32894
32895Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32896
32897 * configure.in (mips-idt-ecoff): New target.
32898 * config/mips-gdb.exp: New file for remote board using MIPS remote
32899 debugging protocol.
32900
32901 * Redid configuration scheme. Removed gdb.t*/configure.in.
32902 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32903 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32904 distclean targets. Built executables via .o files. Adjusted
32905 tests to account for source files in $(srcdir) rather than
32906 $(objdir).
32907 * lib/gdb.exp (runto): Don't expect () after the function name,
32908 because it may have arguments.
32909
32910Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32911
32912 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32913 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32914 expected failures for mips-idt-* and mips-sgi-*.
32915 * gdb.t00/default.exp (attach): Kill process if requested.
32916 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32917 that does not read core files.
32918 * gdb.t01/run.exp: Removed checks for exit status code.
32919 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32920 it is linked in.
32921 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32922 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32923 appropriate, rather than doing it by hand.
32924 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32925 execution.
32926 * gdb.t10/crossload.exp: Kill existing program if needed.
32927 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32928 appropriate, rather than doing it by hand. Always increase
32929 timeout for this test, not just for VxWorks.
32930
32931Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32932
32933 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32934 of Chill STRUCT types and STRUCT values.
32935 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32936 than "char".
32937 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 32938 struct2): New struct definitions and initializations to test
c906108c
SS
32939 simple Chill STRUCT types.
32940
32941Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32942
32943 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32944 the null byte at the end of strings.
32945 * gdb.t00/default.exp: Make show version insensitive to copyright
32946 date.
32947 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32948 to avoid dependencies on target char signedness.
32949 * gdb.t16/printcmds.exp: Update expected results for explicitly
32950 unsigned char.
32951 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32952 now work.
32953 * gdb.t21/demangle.exp: Add many more patterns for template
32954 demangling, most of them being expected failures.
32955 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32956 string we are matching for, to match on the whole string.
32957 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32958 and fix a whole bunch that had incorrect expected output but were
32959 passing anyway because of the bug in "proc demangle".
32960 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32961 type.
32962 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32963
32964Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32965
a9c64011
AS
32966 * gdb/testsuite: made modifications to testcases, etc., to allow
32967 them to work properly given the reorganization of deja-gnu and the
32968 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
32969
32970Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32971
32972 * gdb/testsuite: Initial creation of gdb/testsuite.
32973 Migrated dejagnu testcases and support files for testing nm to
32974 gdb/testsuite from deja-gnu. These files were moved "as is"
32975 with no modifications. This migration is part of a major overhaul
32976 of dejagnu. The modifications to these testcases, etc., which
32977 will allow them to work with the new version of dejagnu will be
32978 made in a future update.
48efe704 32979
8d8cb839 32980 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 32981\f
8d8cb839
EZ
32982;; Local Variables:
32983;; mode: change-log
32984;; left-margin: 8
32985;; fill-column: 74
32986;; version-control: never
32987;; End:
902f2ccb 32988
28e7fd62 32989 Copyright 1993-2013 Free Software Foundation, Inc.
902f2ccb
MC
32990 Copying and distribution of this file, with or without modification,
32991 are permitted provided the copyright notice and this notice are preserved.
This page took 3.258611 seconds and 4 git commands to generate.